.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;
}
}.inner-hero .section-wrap{
overflow: visible;
}
.inner-hero .container-wrap-narrow .flex-item {
-webkit-box-flex: 1;-ms-flex: auto;flex: auto;
max-width: none;
min-width: initial;
width: 100%;
}
.inner-hero h1 small {
color: var(--primary);
}
.inner-hero p {
font-size: 1.15em;
color: var(--darkBlue);
}
.inner-hero .button {
font-size: 0.75em;
} .inner-hero .img-tag {  
max-width: calc(100% - 3em);
margin-left: auto;
position: relative;
}
.inner-hero .img-tag img {
display: block;
border-radius: 2.5em 0 2.5em 0;
box-shadow: var(--shadow);
position: relative;
z-index: 1;
}
.inner-hero.option-1 .center .pattern_bottom-left{
margin-top: 3em;
}
.inner-hero .center .img-tag img {
width: 100%;
}
@media(max-width:768px){
.inner-hero .cols{
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: none;
min-width: initial !important;
}  
.inner-hero .cols {
text-align: center;
}
} .inner-hero.option-2  {
margin-bottom: 5.5em;
}
.inner-hero.option-2  .img-tag{
margin-bottom: -8em;
}
.inner-hero .img-tag.pattern:before {
content: "";
position: absolute;
left: -1.4em;
bottom: -1.4em;
background-image: url(//spoken-here.com/wp-content/uploads/2020/08/plus-patterns_square.svg);
width: 7em;
height: 7em;
} .inner-hero.option-2 .container-wrap-narrow .img-tag{
margin-top: 3em;
max-width: calc(100% - 2em);
}
.inner-hero.option-2 .container-wrap-narrow .img-tag img{
width: 100%;
border-radius: 1em;
}
.inner-hero.option-2 .container-wrap-narrow .img-tag:before {
top: -1.1em;
left: -1.2em;
}
@media(min-width:769px){
.option-2.inner-hero .col-1{
margin-top: 2em;
}  
}
@media(max-width:768px){
.option-2.inner-hero .img-tag {
max-width: calc(100% - 13em);
margin: auto;
margin-top: 1.5em;
}
.inner-hero.option-2 .container-wrap-narrow .img-tag{
margin-top: 2em;
}
}
@media(max-width:480px){
.inner-hero.option-2 .img-tag {
max-width: calc(100% - 3em);
}
} .has-margin-top .col-1 {
padding-bottom: 10em;
}
.has-margin-top .inner-hero_section-2 {
margin-top: -16.5em;
}
.inner-hero_section-2 .featured-img-wrap{
position: relative;
}
.inner-hero_section-2 .featured-img-wrap:before{
content: "";
position: absolute;
left: -1.4em;
bottom: -1.4em;
background-image: url(//spoken-here.com/wp-content/uploads/2020/08/plus-patterns_square.svg);
width: 7em;
height: 7em;
top: -1em;
}
.inner-hero_section-2 .featured-img {
height: 25em;
border-radius: 1em;
margin-bottom: 1.5em;
}
@media(max-width:768px){
.inner-hero_section-2 .featured-img {
height: 18em;
}
.has-margin-top .inner-hero_section-2 {
margin-top: -11em;
}
.has-margin-top .col-1 {
padding-bottom: 6em;
}
}
@media(max-width:480px){
.inner-hero_section-2 .featured-img {
height: 12em;
}
}.custom-form{
}.vertical-tabs .col-2,
.vertical-tabs .col-1{
width: 100%;
}
.vertical-tabs .tabs {
padding: 0;
margin: 0;
list-style: none;
}
.vertical-tabs .ui-tab{
background-color: transparent;
border: 0;
display: block;
text-align: left;
margin: 0;
padding: 1rem;
border-left: solid 4px transparent;
width: 100%;
cursor: pointer;
color: var(--sBlue);
}
.vertical-tabs .ui-tab[aria-selected="true"]{
color: var(--body);
outline: none;
border-left-color: var(--primary);
box-shadow: 7px 6px 10px 0px rgb(203 214 226 / 50%);
}
.vertical-tabs .ui-tab:focus,
.vertical-tabs .ui-tab:hover{
outline: none;
color: var(--body);
border-left-color: var(--sBlue);
}
.vertical-tabs .col-2{
padding: 2em;
background-color: #fff;
box-shadow: var(--shadow);
position: relative;
border-radius: 0.5em;
}
.vertical-tabs .form-wrap {
padding: 0;
background: initial;
box-shadow: none;
}
@media(min-width: 769px){
.vertical-tabs .col-1 {
max-width: 270px;
}
.vertical-tabs .col-2 {
max-width: calc(100% - 270px);
border-radius: 0 0.5em 0.5em 0;
box-shadow: 8px 5px 10px 0px rgb(203 214 226 / 50%);
}
}
@media(max-width: 768px){
.vertical-tabs .col-1 {
margin-bottom: 2em;
}
}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;
}
}