/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}


/*HOME CTA WRAPPER*/


    .wrap__newsletter-cta-custom {
    position: relative;
    padding: 40px 150px 40px;
    background-color: #000000;
}

.home-layout .wrap__newsletter-cta-custom .cta__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;    
}

.home-layout .wrap__newsletter-cta-custom .cta {
    position: relative;
    z-index: 1;
}

.home-layout .wrap__newsletter-cta-custom .cta__title {
    color: #ffffff;
    font-family: "source-sans-pro-black", Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin: 0;
    font-weight: normal;
    width: calc(100% - 280px);
}

.home-layout .wrap__newsletter-cta-custom .cta__description {
    color: #ffffff;
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 10px 0;
    width: calc(100% - 280px);
}

.home-layout .wrap__newsletter-cta-custom .cta__button {
    margin: 0px;
    width: 240px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}


 .home-layout .wrap__newsletter-cta-custom .cta__button {
    font-family: "source-sans-pro-bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #7D8CC4;
    color: #ffffff;
    background-color: #7D8CC4;
    text-decoration: none;
    padding: 8px 40px;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
    display: block;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase;
}

.home-layout .wrap__newsletter-cta-custom .cta__button:hover {
    background-color: #ffffff;
    color: #7D8CC4;
    text-decoration: none;
}

/*END*/



	 /*  RESPONSIVE GRID  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 0 1%;
	    border-right: none;
	    border-left: none;f
	    background: none;
	}

	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }
	/*  GRID OF TWO  */
	.span_2_of_2 {width: 100%;}
	.span_1_of_2 {width: 48.5%;}
	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65.33%; }
	.span_1_of_3 { width: 31.66%; }
	/*  GRID OF FOUR  */
	.span_4_of_4 { width: 100%; }
	.span_3_of_4 { width: 73.75%; }
	.span_2_of_4 { width: 48.5%; }
	.span_1_of_4 { width: 23.25%; }
	/*  GRID OF FIVE  */
	.span_5_of_5 { width: 100%; }
	.span_4_of_5 { width: 78.8%; }
	.span_3_of_5 { width: 58.6%; }
	.span_2_of_5 { width: 38.4%; }
	.span_1_of_5 { width: 18.2%; }
	/*  GRID OF SIX  */
	.span_6_of_6 { width: 100%; }
	.span_5_of_6 { width: 82.06%; }
	.span_4_of_6 { width: 65.13%; }
	.span_3_of_6 { width: 48.2%; }
	.span_2_of_6 { width: 31.26%; }
	.span_1_of_6 { width: 14.33%; }
	/*  GRID OF SEVEN  */
	.span_7_of_7 { width: 100%; }
	.span_6_of_7 { width: 85.48%; }
	.span_5_of_7 { width: 70.97%; }
	.span_4_of_7 { width: 56.45%; }
	.span_3_of_7 { width: 41.94%;  }
	.span_2_of_7 { width: 27.42%; }
	.span_1_of_7 { width: 12.91%; }


	/*  MEDIA QUERIES */

	@media only screen and (min-width: 1px) {
	    .hidden--t {
	    display: block !important;
	}
	}


@media only screen and (max-width: 1024px) {
    
 .home-layout .wrap__newsletter-cta-custom .cta__button {
    position: relative;
    top: unset;
    -webkit-transform: unset;
        margin: 0 auto;
}
 
.home-layout .wrap__newsletter-cta-custom .cta__title, .home-layout .wrap__newsletter-cta-custom .cta__description {
    width: 100%;
}   
.wrap__newsletter-cta-custom {
    padding: 10px;
}
.home-layout .wrap__newsletter-cta-custom .cta__container {
    padding: 0 20px;
}
.home-layout .wrap__newsletter-cta-custom .cta {
    text-align: center;
}

}

	@media only screen and (max-width: 768px) {
		.col { 	margin: 1% 0 1% 0%;	}
		.span_2_of_2, .span_1_of_2 { width: 100%; }
		.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
		.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
		.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
		.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
		.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
	}
	@media only screen and (min-width: 1200px) {
	 

.page-layout, .wrap__slider {
    padding-top: 310px !important;
}   
	}
	
	@media only screen and (max-width: 767px) {
	 .wrap__slider {
    padding-top: 160px !important;
}   
.wrap__slider .slider__text.solid-background {
    max-width: 100%;
        text-align: center;
}   
	}
	
		@media only screen and (max-width: 520px) {
	 .wrap__slider {
    padding-top: 160px !important;
}   
.wrap__slider .slider__text.solid-background {
    max-width: 100%;
        text-align: center;
}   
	}