/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Services Section
==============================================
*/
.services-section {
	background: #002949;
	border-top: 6px solid #5489b6;
	border-bottom: 6px solid #5489b6;
	padding: 90px 0;
}


.services-section .content-slider-wrapper.content-slider-normal-height .content-slide {
    min-height: auto;
	height: auto;
}
.services-section .content-slider-wrapper {
    opacity: 1;
    border-top: none;
    border-bottom: none;
}
.services-section .services-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.services-section .services-headline {
	padding: 0px ;
	display: table-cell;
	padding-left: 123px;
}
.services-section h2 {
	border-right: 1px solid #f3e6c2;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    color: #f3e6c2;
	padding: 40px 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);	
}
.services-section h2 a {
    color: #f3e6c2;
}
.services-section h2 a:hover {
    color: #fff;
}
.services-section .content-slider-wrapper .content-slider-heading {
	font-family: inherit;
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 400;
	text-align: left;
    color: #f3e6c2;
}
.services-section .services-slider {
	padding-left: 50px;
}
.services-section .content-slider-wrapper .content-slider-copy {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
}
.services-section .content-slider-wrapper .content-slider-copy p {
    margin-bottom: 10px !important;
}

.services-section .content-slider-wrapper .slick-next:before, .services-section .content-slider-wrapper .slick-prev:before {
	color: #fff;
	font-size: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.slick-prev:before, .slick-next:before  {
	opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0.75;
}
.services-section .content-slider-cta-wrapper {
	display: none;
}
.services-section .slick-dots {
	display: none !important;
}
.services-section .slick-dots li.slick-active button:before {
    color: #8599a8;
    opacity: 1;
}
.services-section .slick-dots li button:before {
	font-size: 9px;
}
.services-section .slick-dots li {
	width: 5px !important;
}
.services-section .slick-dots li button:before {
	color:#fff;
	opacity: 0.15;
}
.services-section .content-slider-wrapper .slick-dots {
    bottom: -6px;
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Services Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Services Section
==============================================
*/

	.services-section .services-headline {
		padding-left: 73px;
	}
	.services-section .slick-dots {
		display: block !important;
	}
	.content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
		display: none !important;
	}
}	


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Services Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Services Section
==============================================
*/
	.services-section .services-headline {
		padding-left: 0;
	}
	.services-section .services-slider {
		padding-left: 0;
	}
	.services-section .services-content {
		display: -webkit-block;
		display: -ms-block;
		display: block;
	}
	.services-section {
		padding: 80px 0 50px;
	}
	.services-section h2 {
		border-right: none;
		position: relative;
		text-align: center;
		padding: 0px 0 60px;
		transform: inherit;
	}
	.services-section h2:after {
		content:"";
		display:block;
		width: 160px;
		height:1px;
		background: #5489b6; 
		position: relative;
		margin: 0 auto;
		top: 22px;

	}
	.services-section h2 a {
		color: #5489b6;
	}
	.services-section h2 {
		font-size: 22px;
		line-height: 23px;
	}
	.services-section .content-slider-wrapper .content-slider-heading {
		font-size: 23px !important;
		line-height: 30px;
		text-align: center;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Services Section
==============================================
*/


/*
==============================================
Logo
==============================================
*/


}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Services Section
==============================================
*/
	.content-slider-wrapper.content-slider-click-cta .content-slider-content-wrapper {
		max-width: 580px;
	}
}

/* IE only */
@media screen\0 { }
