.grayinfobox {
    background:#222;
}

/***HEADER AND MENU***/
.wrap__logo_location {
    background: #ffffff;
}
.wrap__locations__header2 {
    display: none;
}
.wrap__navigation {
    background-color: #000554;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item:hover {
    border-top: 6px solid #333fff;
}

.navigation:not(.mm-menu) .navigation__list .navigation__item.active {
    border-top: 6px solid #333fff;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item:hover a {
    color: #7e86ff;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item.active a {
    color: #7e86ff;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item .navigation__list--sub .navigation__item a {
    color: #333fff;
    border-bottom: 1px solid #333fff;
}
.page__title-wrapper {
    background-color: #ffffff;
}
#breadcrumbs {
    background: #ffffff;
}
.page__title {
    padding: 10px 50px;
}
#mm-0 > div.home-layout > div.wrap__header > div > header > div.wrap__navigation > div, 
#main-wrap > div.wrap__header > div > header > div.wrap__navigation > div, 
#mm-0 > div.page-layout > div.wrap__header > div > header > div.wrap__navigation > div {
        max-width: 100%;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item a {
    padding: 14px 15px !important;
}

/***MAIN HEADERS***/

h1, .slider__title, .featuredblocks__title {
    font-family: 'Roboto', sans-serif !important;
    color:#222222 !important;
}
.cta__title {
    font-family: 'Roboto', sans-serif !important;
    color:#ffffff !important;
}

/***SUBHEADERS***/

h2, .featuredblocks__caption, .featuredblock__title {
    font-family: 'Roboto', sans-serif !important;
    color:#222222 !important;
}
.location__phone a {
    font-weight:100;
    font-family: 'Roboto', sans-serif !important;
    color:#222222 !important;
}
.navigation:not(.mm-menu) .navigation__list .navigation__item a {
    font-family: 'Roboto', sans-serif !important;
    color:#ffffff;
    padding: 14px 21px;
    font-size: 15px;
    font-weight:100 !important;
}

/***BODY TEXT***/

p, ul, ol, .featuredblock__description, .map__caption, .hours__caption {
    font-family: 'Arial', sans-serif !important;
    color:#222222 !important;
}
.wrap__copyright ul li a {
    color:#ffffff;
    font-family: 'Arial', sans-serif !important;
}
a {
    color:#f70704;
    font-family: 'Arial', sans-serif;
}
#main-home {
    background-color: #ffffff;
    border-top: 10px solid #f70704;
    display:none;
}
#main-box {
    background: #ffffff;
}
hr {
    border: solid #7e86ff;
    border-width: 0 0 1px;
}
.editable__container ul {
    padding-left: 35px;
    list-style-position: outside;
}
li {
    padding-bottom: 10px;
}

/***FEATURED BLOCKS***/
.wrap__featuredblocks {
    background: #ffffff;
    border-top: 10px solid #333fff;
}
.featuredblock__button:hover {
    background-color:#ffffff;
}
/*
.wrap__featuredblocks {
    display: none;
}
*/

/***SLIDER***/

.wrap__slider .slider__text.solid-background:after {
    background-color: rgb(255 255 255 / 55%);
    width: 500px;
    height: 500px;
}


.wrap__slider .slider__button a {
    border-radius:0;
    font-family: 'Arial', sans-serif;
    border: 2px solid #f70704;
    color: #ffffff;
    background-color: #f70704;
}



    .wrap__header--inner {
        position: absolute !important; 
    } 
    .wrap__navigation {
        position: fixed; 
    }
        .page-layout {
    padding-top: unset !important;
}

 

@media (min-width: 1493px){ 
.wrap__header .wrap__logo_location {
    padding: 140px 0 25px;
}
    #main-box {
    padding-top: 370px !important;
}
 
}
@media (max-width: 1492px) and (min-width: 1200px){
    .wrap__header .wrap__logo_location {
        padding: 195px 0 25px;
    }
}
 
@media (min-width: 1200px){ 
    .desktop-view {
        display: block;    
    }
    .mobile-view {
        display: none;    
    }
    .page-layout {
    top: -17px;
    position: relative;
}
#main-box {
    padding-top: 420px;
}
}

@media (max-width: 1199px){ 
    .desktop-view {
        display: none;    
    }
    .mobile-view {
        display: block;    
    } 
    .wrap__header .wrap__logo_location:before {
        display: none;    
    }
    .wrap__locations__header {
        float: unset;
        width: fit-content !important;
        padding: 12px;
    }
    a#hamburger, .burger #hamburger {
        position: absolute;
        top: 5px;
        padding: 0 25px;
        right: 0;
        z-index: 9;
    } 
    .sticky-header {
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,0.2);
        position: fixed;
        z-index: 1;
        width: 100%;
        background: #fff;
    }
    .wrap__slider {
        padding-top: 285px !important;
    }
    #main-box {
    padding-top: 320px;
}
}
@media (max-width:1199px) and (min-width: 768px){
    .wrap--inner { 
        padding: 45px 50px 0; 
    }    
}












@media (max-width: 767px) {
.wrap__slider .slider__text-wrapper {
    background: unset;
}
.wrap__slider .slider__text.align-center {
    left: unset; 
    transform: unset;
}
li.slider__item.slider__image {
    background: #f9cdc4;
}
}

.wrap__slider {
    padding-top:351px !important;
}

/***CTA HOME***/
.wrap__newsletter-cta {
    background:#222222 !important;
    display: none;
}
.home-layout .wrap__newsletter-cta .cta__button {
    border-radius:0;
    font-family: 'Arial', sans-serif;
    font-size:25px;
    padding:20px 0;
    border: 3px solid #f70704;
    color: #ffffff;
    background-color: #f70704;
}
.home-layout .wrap__newsletter-cta .cta__button:hover {
    color:#f70704 !important;
}

/***HOURS AND MAP***/
.wrap__hours-map {
    background: #ebebeb;
}

/***CONTACT AND SOCIAL MEDIA***/
.wrap__contact_social {
    background-color: #222222;
    display:none;
}
#mm-0 > div.home-layout > div.wrap__contact_social > div > div.contact-form > div > div > div > div > div.component__title-caption-wrap > h2, #main-box > div.wrap__contact_social > div > div.contact-form > div > div > div > div > div.component__title-caption-wrap > h2 {
    color:#ffffff !important;
}
.socialmedia__link {
    background-color: #333fff;
    border: 2px solid #333fff;
}

/***BUTTONS***/

.button1, .button2, .blog__post-permalink, .article__post-permalink, .featuredblock__button {
    border-radius:0;
    font-family: 'Arial', sans-serif;
    border: 2px solid #f70704;
    color: #ffffff;
    background-color: #f70704;
}
.button1:hover, .home-layout .wrap__newsletter-cta .cta__button:hover, .wrap__slider .slider__button a:hover, .button2:hover, .blog__post-permalink:hover, .article__post-permalink:hover, .featuredblock__button:hover {
    color: #f70704;
}

.form .submit, .form input[type=submit] {
    border-radius:0;
    font-family: 'Arial', sans-serif;
    background-color:#ab1311;
    border: 2px solid #ab1311;
}
.form .submit:hover, .form input[type=submit]:hover {
    color:#ab1311;
}

.button2, .blog__post-permalink, .article__post-permalink, .featuredblock__button {
    border-radius:0;
    font-family: 'Arial', sans-serif;
}




.wrap__locations__header2 {
    display: none;
}



/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}
.se__component-edit {
    display: none;
}
.wrap__locations__header {
    width: auto;
}
.home-layout .wrap__image_home {
    display: none;
}
.home-layout .wrap__page-content {
    width: 100%;
    float: unset;
}
a.cta_button2 {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #b0551a;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: 100;
    padding: 12px 25px 11px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: inset 0 1px 0 #eec48e;
    /*background: linear-gradient(to bottom, #e1983d, #d56d2b);*/
    background: linear-gradient(to bottom, #f70704, #7c0200);
    pointer-events: auto;
    text-transform: uppercase;
}
a.cta_button2:hover {
    /*background: linear-gradient(to top, #e1983d, #d56d2b);*/
    background: linear-gradient(to bottom, #7c0200, #f70704);
}
.wrap__header-area--inner {
    height: 110px;
}
.mm-menu .navigation__list .navigation__item {
    width: 100%;
}
.logo .logo__link.logo__left .logo__image {
    margin-top: 10px;
}
.btn.cta_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: linear-gradient(to bottom, #3daae1 0%, #2b85d4 100%);*/
    background: linear-gradient(to bottom, #333fff 0%, #00077e 100%);
    border: 1px solid #3a5ca2;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 11px 50px;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 25%), inset 0 1px 0 rgb(255 255 255 / 42%);
    display: table;
    margin: 0 auto;
}
.btn.cta_button:hover {
    /*background: linear-gradient(to bottom, #2b85d4 0%, #3daae1 100%);*/
    background: linear-gradient(to bottom, #00077e 0%, #333fff 100%);
}
.wrap__socialmedia_body.csutom {
    display: none;
}
.wrap__contact_social .contact-form {
    float: unset;
    width: 100%;
    border-right: unset;
    padding-right: unset;
}
.slider__button a.cta_button2 {
    margin: 0 auto;
    display: table;
}

a[href^="tel"], a[href^="fax"] {
    cursor: pointer;
    pointer-events: auto;
}

.wrap__footer-logo, .wrap__socialmediaFooter {
    display: block;
}
.btn.cta_button a {
    color: #fff;
}
	 /*  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 (max-width: 1200px) {
	    .slider__text {
    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%; }
		
		.fullwidth-layout .wrap__header-area {
    height: 120px;
}
.wrap__slider {
    padding-top: 280px !important;
}

#hamburger {
    right: unset;
}
.wrap__slider .bx-viewport {
 height: 390px !important;
}
	}

@media (max-width: 767px) {
    .wrap__header .wrap__logo_location {
        padding: 40px 0 0px;
    }
}
	
	@media only screen and (max-width: 520px) {
	    .wrap__slider {
    padding-top: 220px !important;
}
	 .wrap__slider .slider__title {
    font-size: 18px;
	 }
	    .wrap__slider .slider__text.align-center {
    padding-bottom: 20px;
}
.wrap__slider .slider__video, .wrap__slider .slider__image--fixed {
    height: 200px !important;
}
.wrap__slider .slider__item {
    min-height: 220px;
    padding: 200px 0 0;
}
.wrap__slider .bx-viewport {
    height: 350px !important;
}
img.logo__image {
    max-height: unset !important;
    height: auto !important;
    width: 100px !important;
}
.logo__description {
    font-size: 14px;
}
.logo__title {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 10px;
}
#main-box {
    padding-top: 250px;
}
	}
	  

 