@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.slick-prev {
	left: -45px;
	background: url('../images/leftArrow.svg');
}

.slick-next {
	right: -45px;
	background: url('../images/rightArrow.svg');
}

.hero-carousel .slick-prev {
    left: 6.4rem;
}

.hero-carousel .slick-next {
    right: 6.4rem;
}

.slick-prev:hover {
	background: url('../images/leftArrow.svg');
    opacity: 0.8;
}

.slick-next:hover {
	background: url('../images/rightArrow.svg');
    opacity: 0.8;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.hero-carousel ul.slick-dots {
    position: absolute;
    bottom: 24px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.hero-carousel ul.slick-dots li {
    position: relative;

    display: inline-block;

    width: 8px !important;
    height: 8px !important;
    margin: 0 6px;
    padding: 0;

    cursor: pointer;
}

.hero-carousel ul.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 2px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.hero-carousel ul.slick-dots li button:hover,
.hero-carousel ul.slick-dots li button:focus {
    outline: none;
}

.hero-carousel ul.slick-dots li button:hover:before,
.hero-carousel ul.slick-dots li button:focus:before {
    color: #000;
}

.hero-carousel ul.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-carousel ul.slick-dots li.slick-active button:before {
    color: #EC0000;
}

.testimonialsAlt ul.slick-dots {
    position: relative;
	display: block !important;
	flex-direction: row !important;
	justify-content: center !important;
	margin: 1.6rem auto 0 auto !important;
    text-align: center;
}

.testimonialsAlt ul.slick-dots li {
    display: inline-block !important;
	margin: 0 4px;
	padding: 0px;
	width: 10px;
}

.testimonialsAlt ul.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0px;
	overflow: hidden;
	text-indent: -999999px;
	background: #DEDEDE;
	border: none;
	margin: 0px;
}

.testimonialsAlt ul.slick-dots li.slick-active button,
.testimonialsAlt ul.slick-dots li button:hover {
	background: #0066F2;
}
