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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Pov Section
==============================================
*/
.pov-section {
	margin-bottom: 50px;
}
.pov-section .pov-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pov-section .pov-headline {
    padding: 0px;
    display: table-cell;
}
.pov-section h2 {
	border-right: 1px solid #002949;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    color: #002949;
	padding: 40px 0;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.pov-section .mc-image-wrapper, .pov-section .mc-copy-wrapper, .pov-section .mc-category-hr-wrapper hr {
	display:none;
}
.pov-section .mc-container .slick-track .slick-slide {
    height: inherit !important;
}
.pov-section .mc-cta {
    bottom: 10px;
    font-size: 14px;
    color: #50799e;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
    padding: 0px !important;
    background: none;
	border: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pov-section .mc-container a:hover .mc-cta, .pov-section .mc-container a:hover .mc-heading{
	color: #002949;
}
.pov-section .mc-slide {
    background: none;
    border-right: 1px solid #b9c3cf;
}
.pov-section .mc-container {
    padding: 0;
	padding-left: 30px;
}
.pov-section .mc-heading {
    font-size: 19px;
    line-height: 25px;
    color: #767676;
	text-transform: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pov-section .mc-date {
    color: #6c6d6d;
    font-size: 14px;
}
.pov-section .mc-category-wrapper {
	padding-top:0px;
}
.pov-section .mc-content-wrapper {
    padding: 50px 20px 0px 20px;
}
.pov-section .mc-category {
    color: #002949;
    font-size: 14px;
}
.pov-section .mc-container .slick-next:before, .pov-section .mc-container .slick-prev:before {
	color: #8599a8;
	font-size: 50px;
}
.pov-section .mc-container .slick-prev {
    left: -75px;
}





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


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Pov Section
==============================================
*/
	.pov-section .mc-container .slick-prev, .mc-container .slick-next {
		display: none !important;
	}
	.pov-section .mc-container.hide-dots .slick-dots {
		display: block !important;
	}
	.pov-section .mc-container .slick-dots {
		bottom: -40px;
	}
	.pov-section .mc-container .slick-dots li.slick-active button:before {
		color: #002949;
	}
	.pov-section .slick-dots li button:before {
		font-size: 9px;
	}
	.pov-section .slick-dots li {
		width: 5px !important;
	}

}


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

}


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

	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Pov Section
==============================================
*/
	.pov-section .mc-slide {
		text-align: center;
	}
	.pov-section .mc-cta {
		position: inherit;
	}
	.pov-section .mc-slide {
		border-right: none;
	}
	.pov-section .slick-slide {
		width: 100%;
	}
	.pov-section .pov-slider {
		padding-left: 15px;
	}

	.pov-section .mc-content-wrapper {
		padding: 0px;
	}

}



/* 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) {
/*
==============================================
Pov Section
==============================================
*/
	.pov-section .mc-slide {
		text-align: center;
	}
	.pov-section .mc-cta {
		position: inherit;
	}
	.pov-section .mc-slide {
		border-right: none;
	}
	.pov-section .slick-slide {
		width: 100%;
	}
	.pov-section .pov-slider {
		padding-left: 15px;
	}
	.pov-section .mc-content-wrapper {
		padding: 0px;
	}
}

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