@import url('../../modules-structure/retirees/structure.css');
/*
==============================================
Whats Your Retirment Section
==============================================
*/

.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
    border-top: 8px solid #c9a560;
}
.masterprime .module-whats-your-retirment-section-content .mc-heading {
	margin-top: 15px;
}
.masterprime .module-whats-your-retirment-section-content .mc-copy {
	color: #2b2b2b;
}
.masterprime .module-whats-your-retirment-section-content .mc-container .slick-prev:after, .masterprime .module-whats-your-retirment-section-content .mc-container .slick-next:after {
	display: none;
}
.masterprime .mc-container .slick-prev:before {
    content: "\f104" !important;
}
.masterprime .mc-container .slick-next:before {
    content: "\f105" !important;
}
.masterprime .module-whats-your-retirment-section-content .mc-container a:hover .mc-cta {
    background-color: #906F31 !important;
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container .mc-cta {
	border: none;
}
.masterprime .body-module-retirees .module-whats-your-retirment-section-content .mc-container .slick-prev {
	left: -100px !important;
}
.masterprime .body-module-retirees .module-whats-your-retirment-section-content .mc-container .slick-next {
	right: -100px !important;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a .mc-cta	{
	    background: rgba(201, 165, 96,.92);
	}
	
}