 /* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}


/*header*/
 
.wrap__locations-header--inner .locations .location__address, .wrap__locations-header--inner .locations .location__address-2, .wrap__locations-header--inner .locations .location__city-state-zip, .wrap__locations-header--inner .locations .location__phone, .wrap__locations-header--inner .locations .location__fax, .wrap__locations-header--inner .locations .location__email, .wrap__locations-header--inner .locations .location__phone a {
        font-size: 16px;
        word-break: break-word;
        line-height: 1.4;
        
}
.wrap__socialmedia-header {
    display: none;
}

img.logo__image {
    max-height: initial !important;
    height: auto !important;
    width: 300px !important;
}
/*end*/

.featuredblock__containerlink {
    justify-content: center;
}

.featuredblock__item.hasimage .featuredblock__image, .featuredblock__item.hasicon .featuredblock__icon {
    width: 120px;
    min-height: 140px;
}


.wrap__logo-footer--inner .logo__link .logo__summary {
    text-align: center;
    float: unset;
}

.input-field, .textarea, .form .form-input-comments textarea, .form__group__input, .form input, .form select {
    border: 1px solid black;
}

	 /*  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;
	    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 (min-width: 1200px) {
	.wrap__navigation-header {
    width: 80%;
}
.wrap__locations-header {
    width: 20%;
}
}

@media only screen and (max-width: 1199px) {
    	.wrap__navigation-header {
    width: auto;
}
.wrap__locations-header {
    width: auto;
    float: right;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
   .wrap__slider--inner .slider__text {
  
    margin: 0 auto;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 45%;
    right: 0;
} 

.wrap__socialmedia-footer {
    display: none;
}
}


	@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: 520px) and (max-width: 767px) {
.wrap__slider--inner .slider__text {
    text-align: center;
}
.logo__link {
    display: block;
}
.wrap__socialmedia-footer {
    display: none;
}
}

@media only screen and (max-width: 520px) {
 .logo__link.logo__left .logo__image, .logo__left img[class$="__img"] {
    margin-right: auto;
}

img.logo__image {
    margin: 0px auto 20px;
    display: block;
}
   .wrap__logo-header--inner .logo__link .logo__summary {
    float: unset;
    text-align: center;
}
 
}

@media only screen and (max-width: 519px) {
  .wrap__slider--inner .slider__text {
    text-align: center;
}  
.wrap__socialmedia-footer {
    display: none;
}
}
