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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Niche Section
==============================================
*/
.niche-section {
	margin-bottom: 50px;
}
.niche-section .niche-content {
	background: #fff;
    padding: 30px 15px 30px;

	-webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
}

.niche-section .mc-container {
    padding: 5px 10px;
}

.niche-section .mc-heading {
    font-size: 20px;
    line-height: 31px;
    color: #002949;
}
.niche-section .mc-copy {
    font-size: 16px;
    color: #767676;
    line-height: 31px;
}

.niche-section .mc-cta {
    bottom: 10px;
    font-size: 14px;
    color: #50799e;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
	padding: 0px 30px !important;
    border: 1px solid #50799e;
    background: 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;
}
.niche-section .mc-container a:hover .mc-cta {
    border: 1px solid #002949;
    background: #002949;
	color: #fff;
}
.niche-section .mc-content-wrapper {
	height: auto !important;
}

.niche-section .mc-image-wrapper {
    width: 330px !important;
    height: 200px !important;
    max-height: 200px !important;
	margin: 0 auto;
}

.niche-section .center-copy .mc-copy-wrapper {
    margin-bottom: 10px;
}
.niche-section .mc-container .slick-dots {
    bottom: -30px;
}
.niche-section .mc-container .slick-dots li.slick-active button:before {
    color: #002949;
}
.niche-section .slick-dots li button:before {
    font-size: 9px;
}
.niche-section .slick-dots li {
    width: 5px !important;
}



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


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Niche Section
==============================================
*/
	.niche-section .mc-container .slick-dots {
		width: calc(100% - 10px);
	}


}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Niche Section
==============================================
*/


}


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

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

	.niche-section .mc-container .slick-dots {
		width: calc(100% - 10px);
	}

}



/* 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) {
/*
==============================================
Niche Section
==============================================
*/
	.niche-section .mc-container .slick-dots {
		width: calc(100% - 10px);
	}

}

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