@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Prata');

.masterprime .copy-content {
	position: relative;
	padding: 0 0px !important;
    background: #fff;
	overflow: hidden;
	-webkit-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
    -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
    box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
}
.masterprime .disclosure strong {
    font-weight: bold !important;
}

/*
==============================================
Base
==============================================
*/
.masterprime *:focus {
	outline: none !important;
}
.masterprime .main-module-section {
	padding-top: 0px ;
}
.masterprime .module-intro-section, .masterprime .module-multimedia-section, .masterprime .module-case-section {
    position: relative;
}
.masterprime .logo-section .logo-content {
	min-height: inherit;
}

.masterprime .mc-container .slick-arrow {
    opacity: 1;
}
.masterprime .mc-container .slick-prev:before, .masterprime .mc-container .slick-next:before {
    color: #727479;
}
.masterprime .content-slider-wrapper .slick-prev:before, .masterprime .content-slider-wrapper .slick-next:before {
    color: #727479;
}
.masterprime .mc-container .slick-next:hover:before, .masterprime .mc-container .slick-prev:hover:before {
    color: #727479;
}

/*
==============================================
Intro Section
==============================================
*/
.main-module-content h1, .main-module-content h1 .head-2 {
    text-align: center !important;
}
.masterprime .copy-section h1, .masterprime h1 .head-2 {
	text-align: center;
}
.masterprime .module-intro-section {
	display: block;
}
.masterprime .module-intro-content, .masterprime .module-multimedia-section, .masterprime .module-case-section {
	padding: 50px 120px 30px;
}

.masterprime .module-intro-content {
    padding: 60px 220px 78px;
	margin-top: 0px;
}

.masterprime .module-intro-content .arrow-left {
    top: 20px;
}
.masterprime .intro-content {
	padding: 0px;
	overflow: hidden;
}
/*
.masterprime .module-intro-content {
	margin-top: 20px;
}
*/
.masterprime .billboard-section {
	display: none;
}
.masterprime .module-multimedia-section, .masterprime .module-case-section {
	display: inline-table;
}
.masterprime .module-multimedia-section, .masterprime .module-case-section .module-case-billboard .billboard-container {
	background-size: cover;
	background-position: center center;
}

.masterprime .intro-content h1, .masterprime .intro-content h1 .head-2 {
	text-align: left;
}
/*
==============================================
Multimedia Section
==============================================
*/
.masterprime .module-multimedia-slider-section .module-video-content .billboard-container .billboard-image-video-replacement {
    opacity: 0 !important;
}
.masterprime .module-multimedia-section {
    padding: 52px 80px 40px;
}

.masterprime .module-multimedia-section .mc-container .slick-track {
	width: 100% !important;
}
.masterprime .module-multimedia-section .mc-container  {
	width: 100%;
	max-width: 100%;
	padding: 25px 0 50px;
}
.masterprime .module-multimedia-section .mc-content-wrapper {
	display: none;
}

.masterprime .module-multimedia-content {
	margin-top: 10px !important;
	float: right;
}
.masterprime .arrow {
/*	fill: #52b9bb;*/
	width: 90px;
    position: absolute;
	animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	overflow: hidden;
    z-index: 1;
}
.masterprime .arrow-left {
    left: 0px;
	top: 0px;
	animation-name: slideInLeft;
}
.masterprime .arrow-right {
    right: 0px;
/*	margin-top: -210px;*/
	animation-name: slideInRight;
}
.masterprime .related-resources-content .arrow-left {
	top: inherit;
}
.masterprime .billboard-background-video {
	height: 100% !important;
}
.masterprime .module-multimedia-section .mc-container .mc-image {
	height: auto !important;
    max-height: inherit !important;
    width: 100% !important;
}
.masterprime .module-multimedia-section .media-carousel-one .mc-image-wrapper {
    height: inherit !important;
    max-height: inherit !important;
}

/*
==============================================
Case Section
==============================================
*/
.masterprime .module-case-section {
    padding: 0 !important;
}
.masterprime .module-case-section .module-case-content {
    padding: 50px 100px 0;
    margin: 0 100px;
    position: relative;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    display: table;
}
.masterprime .module-cta {
	text-transform: lowercase !important;
}
.masterprime .module-link {
    text-decoration: underline;
}

/*
.masterprime .module-case-content {
	border-left: solid 1px #333;
	padding-left: 50px;
}
*/
.masterprime .module-case-section .disclaimer {
	margin-top: 10px !important;
}
.masterprime .module-case-section .arrow-right {
    top: -40px;
}
/*
==============================================
Chart Section
==============================================
*/
.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}
.svg-item.zoomIn{
	animation: donutfade 1s;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
}


.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
     animation: donut1 3s;
}

.donut-percent {
    animation: donutfadelong 1s;

}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 50, 50;
    }

}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}
.donut-text-1 {
    fill: #52b9bb;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
    animation: donutfadelong 1s;

}
.masterprime .graph-caption {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
	top: -20px;
    position: relative;
}


.masterprime .module-case-chart {
	margin-top: 30px;
}
/*
==============================================
Chart Section
==============================================
*/
.masterprime .content-slider-wrapper.content-slider-normal-height .content-slide {
    min-height: 560px;
}
.masterprime .module-slider-content {
	margin-top: -600px;
	z-index: 9;
    position: relative;
}
.masterprime .module-section-header {
	padding: 10px 0px 10px 40px;
}
.masterprime .module-section-header .rich-text-container h3 {
	margin: 0px;
}
.masterprime .content-slider-wrapper {
	padding: 0px;
    border-top: none;
    border-bottom: none;
}
.masterprime .content-slider-wrapper .wrap-content-slider-content {
    background: rgba(255,255,255,.9);
    text-align: left;
    padding: 20px 40px 40px;
    max-width: 450px;
	display: table-cell;
    vertical-align: middle;
    position: relative;
/*  position: absolute;
    top: 135px;
	display: block;

    width: 450px;
    min-height: 250px;
    margin-top: 170px;
*/
}
.module-multimedia-slider-section {
	position: relative;
}
.masterprime .module-multimedia-slider-section {
	margin: 70px auto 0px;
    padding-bottom: 1px;
    overflow: hidden;
}
.masterprime .related-resources-content {
	border: none;
/*	padding: 50px 110px 0px;*/
	background-image: none !important;
/*	background-color: #f7f7f7;*/
    margin-top: 0px;
}
/*
.masterprime .related-resources-content .mc-copy {
    font-family: 'Lato', sans-serif;
    color: #333333;
}
*/
/*
==============================================
Content Slider Section
==============================================
*/
.module-multimedia-slider-section {
	position: relative;
}
.masterprime .content-slider-wrapper .content-slider-copy ul {
	list-style: disc;
}
.masterprime .billboard-container {
    z-index: 0;
}

.masterprime .content-slider-wrapper .slick-prev:before, .masterprime .content-slider-wrapper .slick-next:before {
    font-size: 40px;
}
.masterprime .billboard-background-video-wrapper {
    height: 650px !important;
}
.masterprime .content-slider-wrapper {
    overflow: visible !important;
}
/*
==============================================
Related Resources Section
==============================================
*/

.masterprime .module-related-resources-section .slick-prev, .masterprime .module-related-resources-section .slick-next {
	width: 120px;
}
.masterprime .module-related-resources-section .arrow-left {
    top: 40px;
}
.masterprime .module-related-resources-section {
/*	margin-top: -15px;*/
    display: block;
	position: relative;
}
.masterprime .module-related-resources-section {
    background: transparent;
	border: none;
	padding-top: 0px;
	display: initial;
}
.masterprime .module-related-resources-section {
    border-top: none;
    background: #fff;
    display: block;
    /* width: 100%; */
    padding-top: 20px;
}
    .masterprime .related-resources-content .mc-container .slick-next {
        right: -100px !important;
    }
    .masterprime .related-resources-content .mc-container .slick-prev {
        left: -100px !important;
    }
/*
.masterprime .module-contact-content .ftr-cta-wrapper {
    margin: 25px 0;
    text-align: center;
    padding: 60px 180px;
}
*/
.masterprime .module-contact-content .ftr-cta {
    display: block;
/*    margin: 25px 0;*/
    text-align: center;
    padding: 85px 160px;
}
.masterprime .module-contact-content .ftr-cta-wrapper {
    margin: 0 !important;
}
.masterprime .module-cta, .masterprime .content-slider-cta, .masterprime .contact-cta {
    position: relative;
    margin-left: 25px;
}
.masterprime .module-cta:before, .masterprime .content-slider-cta:before, .masterprime .contact-cta:before  {
    font-family: "FontAwesome";
	font-weight: 300;
	content: "\f138";
	left: -25px;
    position: absolute;
    -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;
}
.masterprime .module-case-content:hover .module-cta:before, 
.masterprime .module-slider-content .slick-slide:hover .content-slider-cta:before, 
.masterprime .ftr-cta:hover > .contact-cta:before {
    left: -18px;
}
.masterprime .module-video-content .billboard-container {
    height: 650px;
	min-height: 650px;
	background-image: none !important;
}

/*
.masterprime .content-slider-cta:before {
    font-family: "FontAwesome";
	font-weight: 300;
	content: "\f061";
	padding-right: 5px;
}

*/
/*
==============================================
Contact CTA Section
==============================================
*/
.masterprime .module-contact-section .arrow-right {
    top: -40px;
}
.masterprime .module-contact-section {
	display: inline-block;
	position: relative;
}
.module-related-resources-section #arrow-right {
/*	margin-top: -60px;*/
    top: -40px;
}
.masterprime .module-contact-section {
    width: 100%;
}
/*
.masterprime .related-resources-content .related-head {
	text-align: left;
	border-bottom: 1px solid #dddddd;
}
*/
.masterprime .related-resources-content h4:before {
	display: none;
}
.masterprime .module-contact-content h3 span {
    display: block;
}
.masterprime .content-slider-wrapper .content-slider-copy {
/*
    font-size: 16px;
    line-height: 1.5;
*/
    padding-bottom: 0;
}
/*
.masterprime .content-slider-wrapper .content-slider-copy p {
	margin-bottom: 0px;
}
*/
.masterprime .content-slider-wrapper .content-slider-heading {
    text-align: left;
}
.masterprime .content-slider-wrapper .content-slider-cta {
    padding: 0px 0px;
    margin-bottom: 15px;
    border: none;
    background: transparent;
    color: #104c6e;
    text-align: left;
	line-height: 18px;
	-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;
}

.masterprime .slick-dots li button:before {
	color: #333;
    opacity: 1;
}
.masterprime .slick-dots li.slick-active button:before {
	opacity: 1;
}
.video-head {
    font-size: 14px !important;
    color: #fff !important;
    margin: 0px 0px 0px 70px !important;
}
/*
.masterprime .intro-content h4 {
	font-size: 14px;
	color: #343434;
}
*/
.masterprime .module-case-content h4 {
	font-size: 14px !important;
    line-height: 20px !important;
	border-bottom: 1px solid;
}

.masterprime .module-section-header h4 {
	color: #ffffff !important;
}
.masterprime #wrap {
	position: relative;
    margin: 0 auto;
    text-align: center;
    top: -105px !important;
    font-size: 50px !important;
    font-family: 'Lato', sans-serif;
}
.masterprime .mc-container .slick-track .slick-slide:hover {
	background: #ffffff;
	-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;
}
/*
.masterprime .related-resources-content .mc-container {
    padding: 25px 50px 50px 50px;
}
*/
.masterprime .related-resources-content .mc-heading {
	letter-spacing: 0px;
}
.masterprime .related-resources-content .mc-slide {
    background: none;
    max-height: 300px;
}
.masterprime .contact-cta {
    position: relative;
	-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;
}
.masterprime .related-resources-content .slick-slide {
	border: none;
	-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;
}
.masterprime .related-resources-content .mc-container .slick-prev:before {
	content: "\f104" !important;
}
.masterprime .related-resources-content .mc-container .slick-next:before {
	content: "\f105" !important;
}
/*
.masterprime .contact-cta:before {
    font-family: "FontAwesome";
	font-weight: 300;
	content: "\f061";
}
*/
.masterprime .content-slider-wrapper .content-slider-half-width-content-wrapper {
	border-bottom: none;
    position: relative;
}
.masterprime .content-slider-half-image-wrapper {
	opacity: 0;
}
.masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
	width: 100%;
    bottom: 40px;
    position: absolute;
	top: inherit;
}
.masterprime .content-slider-wrapper .wrap-content-slider-content {
  -webkit-box-pack: initial;
  -ms-flex-pack: center;
  justify-content: initial;
  -webkit-box-align: initial;
  -ms-flex-align: center;
  align-items: initial;
}
.masterprime .module-contact-content .ftr-cta {
	display: block;
}
.masterprime .mwEmbedPlayerBlackBkg {
    background-color: #fff !important;
}
.billboard-background-video::after {
	background: transparent;
}
.masterprime .related-resources-content .related-head:after {
	display: none;
}
.masterprime .mc-category-hr-wrapper {
	display: none;
}
.masterprime .module-case-section .module-case-content-main {
    padding: 0px;
}


/*
==============================================
Niches Section
==============================================
*/
.media-carousel-three .mc-image-wrapper {
    background: transparent;
}

/*
==============================================
Hedge Section
==============================================
*/
.masterprime .module-hedge-section {
	padding: 40px 60px 20px;
}

/*
==============================================
Hedge Section
==============================================
*/
.masterprime .module-whats-your-retirment-section {
    background: #f1f1f1;
}

/*
==============================================
Responsive Media Queries NEW
==============================================
*/

/* Touch devices only */
@media (pointer:coarse) {

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

.masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
    opacity: 1;
}
.masterprime .module-intro-content, .masterprime .module-multimedia-section, .masterprime .module-case-section {
    padding: 52px 80px 40px;
}
.masterprime .module-intro-content {
    padding: 30px 150px;
}
.masterprime #wrap {
    top: -115px;
}
.masterprime .content-slider-half-image-wrapper {
	opacity: 1;
}
.masterprime .related-resources-content .related-head:after {
	display: none;
}
.masterprime .content-slider-wrapper .content-slider-half-width {
    float: left;
    width: 100%;
/*	max-height: 600px;*/
}
    .masterprime .content-slider-wrapper .wrap-content-slider-content {
        position: relative;
        top: 0;
    }
.masterprime .module-video-content {
	display: none;
}
.masterprime .module-slider-content {
     margin-top: 0px !important;

}
.masterprime .content-slider-wrapper .wrap-content-slider-content {
    padding: 30px 15px;
}
	.content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
		width: 100%;
	}
	.module-case-chart {
		margin-top: 50px;
	}
	.masterprime .module-multimedia-slider-section .slick-dots li button:before {
	color: #333;
    opacity: 1;
}
.masterprime .slick-dots li.slick-active button:before {
	opacity: 1;
}
.masterprime .module-slider-content {
    margin-top: 0px;
    margin-bottom: 40px;
    z-index: inherit;
}
.masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
	padding: 0px !important;
    z-index: 100;
}
.masterprime .module-case-content {
    border-left: solid 1px #333;
    padding-left: 30px;
}
.masterprime .arrow {
    height: 196px;
}
.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-prev, .masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-next {
    top: 455px;
	opacity: 1;
    display: block !important;
}

/*
.masterprime .content-slider-wrapper .wrap-content-slider-content {
    width: 100%;
    max-width: 100%;
}
*/

/*
.masterprime .content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
    position: absolute;
    top: 58%;
  }
*/
.masterprime .content-slider-wrapper .content-slider-half-width:not(.content-slider-half-image-wrapper) {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.masterprime .content-slider-wrapper .content-slider-half-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}
.masterprime .content-slider-wrapper .wrap-content-slider-content {
		margin-top: 0px;
		max-width: 550px;
	}
    .content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
        top: 64%;
    }
.masterprime .arrow {
		width: 70px;
	}
    .masterprime .module-slider-content .slick-prev:before, .masterprime .module-slider-content .slick-next:before {
        color: #727479 !important;
    }
	.masterprime .arrow-right {
		right: 0px;
	}
	.masterprime .module-case-chart {
		margin-top: 80px;
	}
    .masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
        width: 100%;
        bottom: -20px;
    }
    .masterprime .module-case-section .module-case-content-main {
        padding: 0px;
    }
    .masterprime .module-case-section {
        padding: 0;
    }
    .masterprime .module-case-chart {
        padding: 0px;
    }
    .masterprime #wrap {
        top: -90px !important;
    }
	.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
		margin-bottom: 0px;
	}
	.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider {
		margin-top: 0px !important;
	}
	.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-container, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider {
        padding: 0;
    }
	.masterprime .module-whats-your-retirment-section .mc-container a .mc-cta	{
	    background: rgba(255, 255, 255,.92);
	    color: #4d4d4f;
	}
/*
     .masterprime .module-related-resources-section .slick-prev, .masterprime .module-related-resources-section .slick-next {
        width: 20px !important;
    }
*/
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
	.masterprime .content-slider-wrapper .content-slider-half-width {
		max-height: 450px;
	}
*/
	.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
        right: 65px;
	}
    .masterprime .module-multimedia-content {
        margin-top: 10px !important;
    }
    .masterprime .module-multimedia-section .mc-slide {
        margin: 0;
    }
	.masterprime .module-intro-content {
		padding: 30px 100px;
	}

    .masterprime .module-contact-content .ftr-cta {
        padding: 85px 110px;
    }
	.masterprime .related-resources-content .related-head:after {
		width: 370px;
		top: -2px;
    	left: 0px;
	}
	.masterprime .module-case-chart .svg-item {
    	width: 36%;
	}
	.masterprime .content-slider-wrapper .wrap-content-slider-content {
		margin-top: 0px;
		width: 100%;
	}
	.masterprime .module-contact-content .ftr-cta-wrapper {
		text-align: center;
	}

	.masterprime .intro-team-quote-section {
		margin-top: 0px;
	}
    .masterprime .module-multimedia-section {
        padding: 52px 85px 40px !important;
    }
/*
	.masterprime .module-multimedia-section {
		padding-top: 0px;
	}
*/
/*
	.masterprime .module-multimedia-content {
		margin-top: 0px;
	}
*/
	.masterprime .arrow {
		width: 70px;
	}
	.masterprime .arrow-right {
		right: 0px;
/*		margin-top: -90px;*/
	}
/*
	.masterprime #wrap {
		top: -125px;
	}
*/
    .masterprime .module-hedge-section {
        padding: 40px 30px 20px;
    }
    .masterprime .module-contact-content h3 span {
      display: inline;
    }
 
    .masterprime .module-case-section .module-case-content {
        padding: 50px 50px 0;
    }
    .masterprime .module-case-section .module-case-content-main {
        padding: 0px;
    }
    .masterprime #wrap {
        top: -95px !important;
    }
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-prev {
		left: 20px;
	}
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-next {
		right: 20px;
	}
    .masterprime .related-resources-content .mc-container .slick-next {
        right: -80px !important;
    }
    .masterprime .related-resources-content .mc-container .slick-prev {
        left: -80px !important;
    }


}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {


.masterprime .module-case-section .module-case-content {
    margin: 0;
    padding: 50px 30px 0;
    border-left: none;
    border-right: none;
}
/*
  .masterprime .content-slider-wrapper .content-slider-half-image {
      height: 310px !important;
  }
*/
.masterprime .intro-content h1, .masterprime .intro-content h1 .head-2 {
    text-align: center;
}
.masterprime .module-contact-content .ftr-cta-wrapper {
    margin: 25px 0;
    text-align: center;
/*    padding: 60px 30px;*/
}
.masterprime .module-intro-content, .masterprime .module-multimedia-section, .masterprime .module-case-section {
    padding: 30px 30px;
}
.masterprime .module-case-section {
    padding: 30px 30px 60px;
}
.masterprime .module-intro-content {
    padding: 30px 30px 0px;
}
.module-multimedia, .module-multimedia-content {
	padding: 0px;
}
.masterprime .module-contact-content .ftr-cta {
    padding: 75px 30px;
    margin: 0;
}

.module-multimedia-content {
	margin-bottom: 50px;
}
	.masterprime .module-multimedia-section {
		padding: 0px 30px 30px;
	}
.module-case-chart .svg-item {
    width: 62% !important;
}
.video-head {
	margin: 0px !important;
}
.masterprime .module-section-header {
    padding: 10px 0px 5px 0px;
}
.masterprime .module-multimedia-slider-section {
    margin: 0px auto 0px;
}
.masterprime .module-section-header h4 {
    color: #ffffff !important;
    border-bottom: none !important;
    text-align: center;
}
.masterprime #arrow-right, .masterprime #arrow-left {
	display: none;
}
/*
.masterprime .related-resources-content {
    border: none;
    padding: 30px 0px;
}
*/
    .masterprime .related-resources-content .mc-container {
        padding: 0px 0px 50px;
    }

	.masterprime .related-resources-content .related-head:after {
		display: none;
	}
	.masterprime .graph-caption {
		position: relative;
		top: -20px;
	}
	.content-slider-wrapper .slick-next {
		right: 5px;
	}
	.content-slider-wrapper .slick-prev {
		left: 5px;
	}
	.masterprime .content-slider-wrapper .slick-arrow {
		opacity: 0;
	}
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-prev {
		left: 5px;
	}
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-next {
		right: 5px;
	}
.masterprime .content-slider-wrapper .wrap-content-slider-content {
    padding: 0px 35px;
}
	.masterprime .content-slider-wrapper .content-slide {
		padding: 0px;
	}
	.masterprime .module-case-content {
		border-left: none;
		padding-left: 0px;
	}
    .masterprime .mc-cta-wrapper {
        left: 0;
    }
    .masterprime .module-related-resources-section .mc-cta {
        width: inherit !important;
        margin: 0 auto;
    }
/*
	.masterprime .intro-content h4 {
		font-size: 14px;
		color: #343434;
		text-align: center;
		border-bottom: solid #343434 1px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
*/
	.masterprime .content-slider-wrapper .wrap-content-slider-content {
		width: 420px;
	}
	.masterprime .related-resources-content .related-head {
		text-align: center;
	}
	.masterprime .module-multimedia-content {
		float: none !important;
/*		margin-top: 40px !important;*/
	}
    .masterprime .related-resources-content .mc-cta {
		left: inherit;
	}
/*
    .masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
        bottom: -65px !important;
    }
*/
	.masterprime .module-slider-content {
      margin-bottom: 0px;
	}
    .masterprime .content-slider-wrapper {
        padding: 0 0 45px;
    }
    .masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
        position: relative;
        bottom: 0px !important;
    }
	.masterprime #wrap {
		top: -105px;
		font-size: 40px !important;
	}
	.masterprime .content-slider-wrapper .wrap-content-slider-content {
		width: 350px;
	}
    .masterprime .content-slider-wrapper {
        overflow: visible !important;
    }
    .masterprime .module-multimedia-content {
        float: none !important;
        margin-top: 40px;
    }
    .masterprime .module-multimedia-section {
        padding: 50px 30px 60px !important;
    }
    .masterprime .module-multimedia-section .mc-container {
        padding: 0;
    }
	.masterprime .module-intro-content {
        padding: 30px 30px 40px;
    }
    .masterprime .module-section-header {
        padding: 10px 30px;
    }
    .masterprime .module-case-section {
        padding: 0;
    }
    .masterprime #wrap {
        top: -122px !important;
        font-size: 50px !important;
    }
	.masterprime .module-case-section .module-cta {
		line-height: 21px;
	}
	.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider {
        margin-bottom: 70px !important;
    }
    .masterprime .body-module-pre-retirees .module-multimedia-slider-section .module-slider-content .content-slider-wrapper {
        padding-bottom: 20px !important;
    }

/*
    .masterprime .related-resources-content .mc-container .slick-next {
        right: 0px !important;
    }
    .masterprime .related-resources-content .mc-container .slick-prev {
        left: 0px !important;
    }
*/

	.masterprime .body-module-pre-retirees .module-whats-your-retirment-section .mc-container .slick-dots {
		bottom: 0px;
		left: 0;
		right: 0;
	}
    .masterprime .related-resources-content .mc-container .slick-next {
        right: -74px !important;
    }
    .masterprime .related-resources-content .mc-container .slick-prev {
        left: -74px !important;
    }
}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 375px) {



}

/* 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) {
    .masterprime .module-multimedia-section .mc-container {
        padding: 0;
    }
    .masterprime .module-multimedia-section {
        padding-bottom: 60px !important;
    }
	.masterprime .intro-content h1, .masterprime .intro-content h1 .head-2 {
		text-align: center;
	}
	.masterprime .content-slider-wrapper.content-slider-normal-height .content-slide {
		padding: 0px;
	}
	.masterprime .module-contact-content .ftr-cta-wrapper {
		margin: 0px 0;
	}
.masterprime .module-contact-content .ftr-cta {
    padding: 80px 105px;
    margin: 0;
}
    .masterprime .related-resources-content .related-head, .masterprime .module-section-header h4 {
		text-align: center;
		margin: 0 auto !important;
	}
	.masterprime .module-multimedia-slider-section {
		margin: 0px auto 0px;
	}
/*
	.masterprime .module-section-header {
		padding: 10px 0px 10px 0px;
	}
*/
    .masterprime .module-section-header {
        padding: 10px 0px 7px 0px;
    }

	.masterprime .related-resources-content {
        padding: 30px 60px 30px !important;
	}
	.masterprime .module-multimedia-content {
		margin-top: 0px;
		float: none;
	}

	.masterprime .related-resources-content .mc-cta {
		left: inherit;
	}
    .masterprime .mc-cta-wrapper {
        left: 0;
    }
    .masterprime .module-related-resources-section .mc-cta {
        width: inherit !important;
        margin: 0 auto;
    }
	.masterprime .arrow {
		width: 70px;
	}
	.masterprime .arrow-right {
		right: 0px;
		margin-top: -80px;
		animation-name: slideInRight;
	}
	.masterprime .module-case-content h4 {
		text-align: center !important;
	}
	.masterprime .content-slider-wrapper .wrap-content-slider-content {
		padding: 0px 45px;
	}
	.masterprime .mc-content-wrapper {
    	padding: 20px 60px;
	}
	.masterprime #wrap {
		top: -115px !important;
	}
    .masterprime .module-contact-content .ftr-cta {
        padding: 100px 85px;
        margin: 0;
    }
    .masterprime .module-multimedia {
        margin-top: 40px;
    }
    .masterprime .module-hedge-section {
        padding: 40px 90px 20px;
    }
    .masterprime .content-slider-wrapper {
        overflow: visible;
    }
    .masterprime .content-slider-wrapper .content-slider-half-width-content-wrapper {
        padding-bottom: 30px;
    }
    .masterprime .content-slider-wrapper .slick-next {
        right: 20px;
    }
    .masterprime .content-slider-wrapper .slick-prev {
        left: 20px;
    }
    .masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
        bottom: -30px;
    }
    .masterprime .module-slider-content .content-slider-wrapper .content-slider-half-image {
        height: 400px !important;
    }
    .masterprime .module-case-section .module-case-content {
        margin: 0 30px;
    }
	.masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider {
        margin-bottom: 70px !important;
    }
    .masterprime .body-module-pre-retirees .module-multimedia-slider-section .module-slider-content .content-slider-wrapper {
        padding-bottom: 20px !important;
    }
	.masterprime .body-module-pre-retirees .module-multimedia-slider-section .module-slider-content {
        margin-bottom: 20px !important;
    }
	.masterprime .related-resources-content .mc-container .slick-prev {
		left: -60px !important;
	}
	.masterprime .related-resources-content .mc-container .slick-next {
		right: -60px !important;
	}
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-prev {
		left: 5px;
	}
	.masterprime .module-multimedia-slider-section .content-slider-wrapper .slick-next {
		right: 5px;
	}
    .masterprime .module-contact-section .arrow-right {
        top: 40px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 667px) and (orientation: landscape) {
	.masterprime #wrap {
		font-size: 40px !important;
		top: -105px;

	}

}

/* IE only */
@media screen\0 {

	.masterprime .related-resources-content .mc-cta {
		padding: 8px 15px 5px !important;
		display: table;
	}
	.masterprime .arrow {
        height: 230px;
    }
	.masterprime #wrap {
		top:-90px !important;
		font-size: 40px !important;
	}
/*
	.masterprime .module-case-section #arrow-right {
		margin-top: 0px;
		top: -580px;
	}
	.masterprime .module-related-resources-section #arrow-right {
		top: 990px;
	}
	.masterprime .module-related-resources-section #arrow-left {
		top: 650px;
	}
*/

	.masterprime .content-slider-wrapper .content-slider-cta {
		width: 100%;
		text-align: left;
	}
	.masterprime .content-slider-wrapper .wrap-content-slider-content {
		background: rgba(255,255,255,.9);
		text-align: left;
		padding: 20px 40px;
		width: 450px;
		min-height: 350px;
		margin-top: 0px;
		position: absolute;
		left: 50px;
		top: 200px;
        min-height: auto !important;
        padding-bottom: 40px !important;
	}
	.masterprime .content-slider-wrapper .wrap-content-slider-content .content-slider-copy-wrapper, .masterprime .content-slider-wrapper .wrap-content-slider-content .content-slider-cta-wrapper {
		max-width: 380px;
	}
	.masterprime .related-resources-content {
		min-height: 350px;
	}
	.masterprime .mc-container .slick-track .slick-slide {
		height: 200px !important;
	}
	.masterprime .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
		bottom: 20px;
		margin-top: -20px;
	}
	.masterprime #wrap {
		top: -90px;
	}
	.masterprime .content-slider-wrapper .content-slider-heading-wrapper {
		left: 0px !important;
		text-align: left !important;
		width: 100% !important;
	}
	.masterprime .mc-cta {
		bottom: inherit !important;
	}
    .masterprime .content-slider-wrapper .wrap-content-slider-content {
        top: 100px !important;
		left: 160px !important;
		position: absolute;
    }
    .masterprime .mc-cta-wrapper {
        margin-top: 25px !important;
    }
	.masterprime .content-slider-wrapper .content-slider-half-width {
		float: none;
		width: 100%;
	}
	.masterprime .mc-container .slick-track .slick-slide {
		height: 260px !important;
	}
    .masterprime .module-contact-section {
        width: 100%;
    }
	/*
    .masterprime .content-slider-cta {
        margin-left: -55px !important;
    }
*/
/*
    .masterprime .content-slider-cta {
        margin-left: 0px;
    }
    .content-slider-wrapper .content-slider-half-width {
        float: left;
        width: 40%;
    }
*/
    .masterprime .module-related-resources-section .mc-container .slick-track {
        height: 250px !important;
    }
    .masterprime .module-multimedia-section .mc-image-wrapper {
        max-height: auto !important;
    }
    .masterprime .module-multimedia-section .media-carousel-one .mc-image-wrapper {
        overflow: visible !important;
    }
    .masterprime .module-related-resources-section .mc-cta-wrapper {
        margin-top: 15px !important;
    }
}
