@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}


*,
*::before,
*::after {
    transition: all 0.3s ease;
}
a:hover {cursor: pointer !important;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
    --Open-Sans: "Open Sans", sans-serif;

	/*=== Colors ===*/
	--white: #FFFFFF;
	--black: #000000;
	--blue: #009BD0;
	--dk-blue: #2E7FC2;
    --dk-gray: #1A1818;
    
    /*=== Font Sizes ===*/
    --p: clamp(16px, 5vw, 20px);

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

    .white{color: var(--white)}
    .black{color: var(--black)}
    .blue{color: var(--blue)}
    .dk-blue{color: var(--dk-blue)}
    .dk-gray{color: var(--dk-gray)}
 
body {
    position: relative;
	font-family: var(--Open-Sans), sans-serif !important;
	height: auto !important;
    background-color: var(--white);
}

.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
/*	font-family: var(--Barlow);*/
    font-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
}
.bold {
/*	font-family: var(--Barlow);*/
    font-weight: 700;
}

.thick {
/*	font-family: var(--Barlow);*/
    font-weight: 700 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Open-Sans);
	text-transform: uppercase;
}

.xl-heading-bold {
	font-family: var(--Open-Sans);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Open-Sans);
    font-weight: 900;
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 5vw, 35px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}

.sm-padding {padding: 20px 0;}

/*=== BODY STYLES 
============================================*/
.width90 {width: 90%; max-width: 1300px; margin: auto;}

.black-bg {background: var(--black);}

/*=== HEADER STYLES
==============================*/

.header-wrap {border-bottom: 2px solid #e2e2e2; }
.header-logo img {max-height: 65px; width: auto; object-fit: contain;}

.primary.nav {display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; align-self: flex-end; gap: 50px;}
.primary.nav > ul {display: flex; justify-content: flex-end; align-items: center; flex-wrap: nowrap;}

.last-link {background: var(--dk-blue); color: var(--white); border: 2px solid var(--dk-blue) !important; border-radius: 3px; padding: 13px 29px !important;}
.last-link:hover {background: var(--white); color: var(--dk-blue);}

/*=== FOOTER STYLES
==============================*/
.footer-wrap {background-color: var(--dk-gray); padding: 20px 0;}

.footer-social {display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid var(--white);}
.footer-social i {font-size: 25px;}
.footer-social > div {display: flex; gap: 20px;}

.locations-grid {display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; padding: 20px 0;}
.locations-grid a {text-decoration: underline;}
.location {display: flex;flex-direction: column;line-height: 1.4;}
.location strong {margin-bottom: .25rem; font-weight: 600; font-size: 18px;}

.footer-copyright {padding: 10px 0; display: flex;}
.footer-copyright > div {display: flex; justify-content: space-between;}

#menu-button .header-logo img {max-height: 32.5px;}
#menu-button {padding: 20px 30px !important;}

.mobile-menu-fb {display: flex; justify-content: space-between;}
.menu-toggle {font-size: 21px !important;}

/*---ACCORDION---*/
.accordion,.subaccordion{display: block; position: relative; margin-bottom: 10px; color: #666; border-radius: 5px; transition: all .2s ease-in-out;border-radius: 0px !important;}
.accordion:hover{}
.accordion .accordion-header,
.subaccordion .subaccordion-header{display: flex; align-items: center; font-weight: 700; border-radius: 5px; cursor: pointer;margin-bottom: 10px;justify-content: space-between}
/*.accordion .accordion-header:after,.subaccordion .subaccordion-header:after{font-family: "Font Awesome 5 Free"; font-size: 18px; font-weight: 900; content: "\f107"; margin-left: 20px; color: #000;}*/
.accordion .accordion-header h3,.accordion .accordion-header a,.accordion .accordion-header h2 {line-height: 3;font-size: 16px;}
.subaccordion .subaccordion-header h4 {line-height: 2;font-size: 16px;}
.accordion .accordion-header h3{color: var(--white);}
.accordion .accordion-content,.subaccordion .subaccordion-content {display: none;padding: 0 30px 30px;border-left: none;}
.accordion .accordion-content p,.accordion .accordion-content a {color: var(--white); font-size: 20px;}
.accordion .accordion-content a {margin-bottom: 10px; color: var(--blue);}
.accordion .accordion-content a:hover {color: var(--white);}
.accordion .accordion-content ul li a,.subaccordion .subaccordion-content ul li a  {line-height: 2;font-weight: 600;font-size: 15px;}
.accordion.active{}
.accordion.active:hover{}
.accordion.active .accordion-header:after,.subaccordion.active .subaccordion-header:after{transform: rotate(90deg); color: #999;}
.accordion.active h2,.subaccordion.active h4 {color: #111;}
.inner-title {display: inline-flex;align-items: baseline;width: 100%;margin-right: 2%;justify-content: space-between;}
.accordion-header:not(.active)::before {content: "\2b";font-family: "Font Awesome 5 Free";font-weight: 900;margin-right: 15px;color: #d9d9d9;}
.accordion.active .accordion-header::before {content: "\f068" !important;font-family: "Font Awesome 5 Free";font-weight: 900;margin-right: 15px;color: #d9d9d9;}
.service-accordion .accordion-header::before {content: " ";}
.accordion .accordion-header a {color:var(--blue);transition:.3s all;}
.accordion .accordion-header a:hover {color:var(--white);}

/*=== MEDIA QUERIES
==============================*/
@media screen and (min-width: 1000px) {
    .dropmenu {display: none !important;}
    .accordion {display: none;}
}
@media screen and (max-width: 1000px) {
    .primary.nav {display: none !important;}
    
    .locations-grid {display: none;}
    .accordion {display: block;}
    
    .footer-copyright > div {display: flex; flex-direction: column-reverse; gap: 10px; align-items: center; text-align: center;}
    .terms-n-conditions a:not(span) {font-size: 10.5px !important;}
    
    .footer-copyright {padding: 0 0 100px 0;}
}














