.header-nav a,
.header-nav .root-button {
text-decoration: none;
color: var(--body);
display: block;
width: 100%;
font-size: 0.9em;
} .header-nav .courtesy-bar {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-bottom: 0.3em;
border-bottom: solid 1px var(--border);
}
.header-nav .courtesy-bar > ul{
-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
.header-nav .courtesy-bar li {
margin-left: 0.5em;
}
.header-nav .courtesy-bar a{
padding-left: 0.5em;
}
.header-nav .courtesy-bar a span{
margin-left:0.3em;
}
.header-nav .courtesy-bar a:before{
content:"";
font-family: fontAwesome;
}
.header-nav .courtesy-bar li.phone a:before{
content:"\f095";
}
.header-nav .courtesy-bar li.blog a:before{
content:"\f1ea";
}
.header-nav .courtesy-bar li.login a:before{
content:"\f090";
}
.header-nav .header-logo {
max-width: 15em;
width: 100%;
margin-right: 1em;
}
.header-nav li,
.header-nav ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
} @media(min-width:1000px){
.header-nav .row-2 .depth-1 {
color: inherit;
list-style: none;
display: inline-block;
margin-left:0.5em;
}
.header-nav .menu-list {
float: right;
margin-bottom: 0.5em;
}
.header-nav .row-2 .depth-1 .root-button{
text-align: center;
padding: 0.3em 1em;
border: solid 1px transparent;
}
.header-nav .row-2 .depth-1.menu-item-has-children .root-button:after {
content: "\f0d7";
position: relative;
font-family: fontAwesome;
margin-left: 4px;
}
.header-nav .row-2 .depth-2:hover > a,
.header-nav .row-2 .depth-1:not(:nth-last-child(1)):not(:nth-last-child(2)):hover > a{
color:var(--primary);
}
.header-nav .row-2 .menu-item-has-children.depth-1:not(:nth-last-child(1)):not(:nth-last-child(2)):hover:after,
.header-nav .row-2 .menu-item-has-children.depth-1:not(:nth-last-child(1)):not(:nth-last-child(2)):hover:before{
content: "";
left: 2em;
bottom: -1.15em;
background-color: #fff;
border: 1px solid var(--border);
display: inline-block;
position: absolute;
border-radius: .1875rem 0 0;
transform: rotate(45deg);
width: 1em;
height: 1em;
transition: .4s ease-in-out;
}
.header-nav .row-2 .menu-item-has-children.depth-1:not(:nth-last-child(1)):not(:nth-last-child(2)):hover:after {
border-color: transparent;
bottom: -1.2em;
}
.header-nav .row-2 .depth-1:not(:nth-last-child(1)):not(:nth-last-child(2)):hover .li-spacer {
position: absolute;
width: 100%;
height: 1em;
}
.header-nav .row-2 .depth-1:not(:hover) > ul{
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .4s;
z-index: 10;
left: 0;
}
.header-nav .row-2 .depth-1 > ul {
position: absolute;
background-color: var(--white);
min-width: 250px;
transition: .4s ease-in-out;
border-radius: .3em;
border: solid 1px var(--border);
padding: 0.5em;
box-shadow:var(--shadow);
top: 2.8em;
} .header-nav .row-2 .depth-1 li:not(:last-of-type) {
border-bottom: solid 1px rgb(228 228 228);
}
.header-nav .row-2 .depth-2 {
color: #E5E5E5;
}
.header-nav .row-2 .depth-2 a{
padding: 0.3em 0;
}
.header-nav .row-2 .mobile-more,
.header-nav .row-2 .mobile-toggles{
display:none;
}
.header-nav .row-2 .depth-1:nth-last-child(2) > a,
.header-nav .row-2 .depth-1:nth-last-child(1) > a{
color: #fff;
border-radius:0.3em;
}
.header-nav .row-2 .depth-1:nth-last-child(2) > a:hover,
.header-nav .row-2 .depth-1:nth-last-child(1) > a {
background-color:var(--darkBlue);
}
.header-nav .row-2 .depth-1:nth-last-child(1) > a:hover,
.header-nav .row-2 .depth-1:nth-last-child(2) > a {
background-color:var(--primary);
}
}
@media(min-width:999px) and (max-width:1100px){
.header-nav {
font-size: 0.9em;
}
}
@media(max-width:999px){  
.header-nav .menu-list > li:not(.is-selected) > ul,
body.is-mobile-menu .header-nav .menu-bar,
body:not(.is-mobile-menu) .header-nav .nav-close,
body:not(.is-mobile-menu) .header-menu {
display: none;
}
.header-nav .header-logo {
max-width: 11em;
}
.mobile-toggles {
font-size: 1.5em;
color:var(--primary);
}
.is-mobile-menu > header.header {
overflow-y: auto;
height: 100%; }
.is-mobile-menu .header-menu {
position: absolute;
width: 100%;
left: 0;
top: 6em;
border-top: solid 1px var(--border);
}
.header-nav .menu-list li {
border-bottom: solid 1px var(--border);
}
.header-nav .menu-list > li{
background-color:var(--white);
} 
.header-nav .menu-list a,
.header-nav .menu-list .root-button{
padding: 1em;
} .header-nav .menu-list .menu-item-has-children .root-button{
max-width: 90% !important;
}
.header-nav .row-2 .mobile-more{
position: absolute;
display: inline-block !important;
width: 10% !important;
height: 4em;
top: 0;
right: 0;
text-align: center;
}
.header-nav .row-2 .mobile-more svg{
position: relative;
top: 1.1em;
}
.header-nav .depth-1.is-selected .mobile-more{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-nav .menu-list .depth-2{
background-color: var(--darkBlue)
}
.header-nav .menu-list .depth-2 a{
color:var(--white);
}
}
@media(max-width:768px){
.header-nav a{
font-size: 1em;
}
}
@media(max-width:480px){
.header-nav .courtesy-bar li.login{
display: none;
}
.header-nav .courtesy-bar > ul{
-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.header-nav .courtesy-bar li{
margin: 0;
}
.header-nav .menu-list .menu-item-has-children > a{
max-width: 85% !important;
}
.header-nav .row-2 .mobile-more{
width: 15% !important;
}
}.hero:not(.remove-gradient):before{
content:"";
position: absolute;
left:0;
top:0;
width:70%;
height: 100%;
z-index: 1;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.hero .content-area {
padding: 6vh 0;
}
.hero p {
font-size: 1.15em;
color:var(--darkBlue);
}
.hero .button{
font-size:0.75em;
}
.hero .align-center .cols{
flex: auto;
width: 100%;
}
.hero .align-center .content-area{
max-width: 900px;
width: 100%;
margin: auto;
}
@media(max-width:768px){
section.hero{
background-color: var(--lorange);
padding-bottom: 0;
}
section.hero:before{
display: none;
}
.hero .cols{
-webkit-box-flex: 1;-ms-flex: auto;flex: auto;max-width: none;min-width: initial;
}
.hero .content-area{
padding: 0;
text-align: center;
}
.hero .content-area .button {
margin: 0.25em 0.5em;
}
.hero .bg-image {
position: relative;
height: 16em;
margin-top: 2em;
}
}
@media(max-width:480px){
.hero .bg-image {
height: 11em;
}
}section.brand-logos.option-1:not(.pt0):not(.pb0):not(.ptb0){
padding-top:2em;
padding-bottom: 2em;
}
.brand-logos .col-1 {
max-width: 250px;
width: 100%;
margin-right: 2em;
} .brand-logos.option-1 .flickity-viewport {
max-width: 85%;
width:100%;
margin: auto;
}
.brand-logos.option-1 .flickity-slider{
display: -webkit-box; display: -ms-flexbox; display: flex;
-ms-flex-wrap: wrap; flex-wrap: wrap;
-webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.brand-logos.option-1 .flickity-prev-next-button {
width: 1.5em; 
height: 1.5em;
background-color: var(--sBlue);
} 
.brand-logos.option-1 .flickity-prev-next-button svg {
color: var(--white);
}
.brand-logos.option-1 .logo-img {
max-width: 16%;
width: 100%;
margin: 0px 4%;
}
.brand-logos.option-1 .logo-img img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@media(max-width:900px){
.brand-logos.option-1 .col-1 {
max-width: 150px;
width:100%;
}
.brand-logos.option-1 .col-1 .side-title {
font-size: 1em;
}
.brand-logos.option-1 .cols {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: none;
min-width: initial;
}
.brand-logos.option-1 .col-1 {
margin-bottom: 1.5em;
text-align: center;
}
section.brand-logos.option-1 > div > .flex-wrap {
display: block;
}
.brand-logos .col-1 .side-title:before{
display:none;
}
}
@media(max-width:480px){
.brand-logos.option-1 .logo-img{
max-width: 24%;
}
.brand-logos.option-1 .flickity-prev-next-button{
width: 1em;
height: 1em;
}
}.adv-grid .item {
font-size: 0.9em;
}
.adv-grid.option-1 .item{
padding: 2em;
background-color: #fff;
border: solid 1px var(--border);
box-shadow: var(--shadow);
border-radius: 0.7em;
} .adv-grid.option-2 .item {
padding: 2em;
background-color: #fff;
box-shadow: var(--shadow);
border-radius: 2em 0 2em 2em;
}
.adv-grid.option-1 .item-image img,
.adv-grid.option-2 .item-image img {
max-width: 6em;
width:100%;
margin-bottom:0.5em;
}
.adv-grid.option-1 .item-image img{
max-width: 5em;
}
@media(min-width:769px){
.adv-grid.option-2 .items-wrap:before{
content: "";
position: absolute;
width: calc(100% - 13em);
top: 50%;
transform: translateY(-50%) translateX(-50%);
border: dashed 2px var(--primary);
left: 50%;
}
.adv-grid.option-2 .item {
margin: 0 1.75em;
max-width: calc(33% - 3.5em);
min-width: initial;
}
}section.simp-content.option-2 {
overflow: visible;
} .simp-content.option-2 .columns-main-wrap{
padding:2em;
background-color:var(--lorange);
box-shadow: var(--shadow);
position: relative;
}
.simp-content.option-2 .columns-main-wrap:after {
content: "";
position: absolute;
width: 1.5em;
height: 1.5em;
background-color: var(--primary);
top: -.75em;
z-index: -1;
transform: rotate(45deg);
left: 8em;
}
.simp-content.option-2 li{
color:var(--darkBlue);
}
.simp-content.option-2 .col-2 {
border-left: solid 1px var(--sBlue);
padding-left: 2%;
margin-left: 2%;
}
@media(max-width:980px){
.simp-content.option-2 .checkmarks_2-col ul li {
-webkit-box-flex: 1;-ms-flex: auto;flex: auto; max-width: none;min-width: inherit;
width: 100%;
}
}
@media(max-width:768px){
.simp-content.option-2 .cols {
-webkit-box-flex: 1;-ms-flex: auto;flex: auto; max-width: none;min-width: inherit;
width: 100%;
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.simp-content.option-2 .cols:not(:first-of-type){
border-top: solid 1px var(--sBlue);
margin-top: 1em;
padding-top: 1em;
}
}
@media(max-width:480px){
.simp-content.option-2 .columns-main-wrap{
padding:1.5em 1em;
}
}section.main-footer{
font-size: 0.85em;
padding:2em 0 1em;
}
.main-footer ul {
list-style: none;
margin: 0;
padding: 0;
}  
.main-footer a{
text-decoration: none;
color:inherit;  
display: block;
}
.main-footer a:hover{
color:var(--primary);
}
.main-footer .depth-1 > a:hover {
color:var(--white);
} .main-footer .footer-social li {
margin-left: 0.5em;
}
.main-footer .footer-social a {
display: inline-block;
color: var(--darkBlue);
background-color: #fff;
line-height: 30px;
height: 2em;
width: 2em;
border-radius: 100%;
text-align: center;
position: relative;
}
.main-footer .footer-social a svg {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);
top: 50%;
}
.main-footer .footer-social a:hover {
color: #fff;
background-color: var(--primary);
}
.main-footer .footer-social-wrap .col-2 ul{
-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
.main-footer .flex-wrap.row-2 {
margin-top: 0.5em;
padding-top: 2em;
border-top: solid 1px rgb(255 255 255 / 20%);
}  .main-footer .address-wrap{
color:#fff;
}
.main-footer .address-wrap li {
margin-top: 0.5em;
}
.main-footer .address-wrap a {
padding:0 0 0 2em;
position: relative;
}
.main-footer .address-wrap a:before{
content:"";
position: absolute;
left:0;
font-family: fontAwesome;
}
.main-footer .address-wrap .phone a:before{
content:"\f095";
}
.main-footer .address-wrap .email a:before{
content:"\f003";
}
.main-footer .address-wrap .address a:before{
content:"\f041";
}
.main-footer .certified-logo{
margin-top:1em;
}
.main-footer .certified-logo img{
max-width: 120px;
}
.main-footer .certified-logo .text{
color:#b9b9b9;
font-size: 0.9em;
margin-bottom: 0;
} .main-footer .row-2 .col-1 {
max-width: 250px;
}
.main-footer .row-2 .col-2 {
padding-left: 5%;
} .main-footer .row-2 .depth-1 {
color:#fff;
max-width: 23%;
width: 100%;
margin-left: 4%;
} .main-footer .row-2 .depth-2{
color:#b9b9b9;
margin-top: 0.5em;
font-size: 0.95em;
}
.main-footer .copywrite{
color:#E5E5E5;
font-size:0.9em;
margin-top:1.7em;
padding-top:1em;
border-top:solid 1px rgb(255 255 255 / 20%);
}
.main-footer .wpcf7-response-output {
color: #fff !important;
} @media (min-width: 769px){
.main-footer .address-wrap{
font-size: 0.90em;
}
}
@media (max-width: 768px){
.main-footer .row-2 .col-1 {
max-width: none;
width: 100%;
margin-bottom: 2em;
display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.main-footer .row-2 .col-1 .footer-logo {
max-width: 15em;
width: 100%;
}
.main-footer .row-2 .col-2 {
padding-left: 0;
}
.main-footer .flex-wrap.row-2 .col-2{
display:none;
}
.main-footer .address-wrap{
margin-left: auto;
}
.main-footer .copywrite{
margin-top: 0;
}
}
@media (max-width: 630px) and (min-width:490px){
.main-footer .footer-social-wrap .col-2 {
max-width: 200px;
min-width: initial;
}
.main-footer .footer-social-wrap .col-1 {
max-width: none;
}
}
@media (max-width: 480px){
.main-footer .row-2 .col-1{
display:block;
}
.main-footer .simple-sub-form {
margin: auto;
}
.main-footer .footer-social-wrap .cols {
-webkit-box-flex: 1;-ms-flex: auto;flex: auto;
max-width: none;
min-width: inherit;
width: 100%;
}
.main-footer .footer-social-wrap .col-1 {
margin-bottom: 1em;
}
.main-footer .footer-social-wrap .col-2 ul{
-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.main-footer .footer-social li{
margin: 0 0.5em;
}
}