.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;
}
}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;
}
}.adv-grid-audio .image-curve .image {
position: relative;
max-width: calc(100% - 3em);
width: auto;
display: inline-block;
margin-top: 3em;
}
.adv-grid-audio .col-1 .image .span-icon {
position: absolute;
width: 5.5em;
height: 5.5em;
background-color: white;
right: 0.5em;
border-radius: 100%;
top: 0.5em;
box-shadow: 0px 0px 0px 0.4em rgb(241 89 42 / 24%),
0px 0px 0px 0.75em rgb(241 89 42 / 30%);
background-size: 80%;
background-position: center;
background-repeat: no-repeat;
right: -5%;
top: -6%;
z-index: 2;
}
.adv-grid-audio .image-curve .img-tag {
display: inline-block;
position: relative;
}
.adv-grid-audio .image-curve .img-tag img {
display: block;
border-radius: 2.5em 0 2.5em 0;
box-shadow: var(--shadow);
}
.adv-grid-audio .col-1 .img-tag img {
position: relative;
z-index: 1;
width:100%;
}
.adv-grid-audio .image-curve .img-tag:before {
content: "";
position: absolute;
background-image: url(//spoken-here.com/wp-content/uploads/2020/08/plus-patterns_square.svg);
left: auto;
right: -1.4em;
top: 5em;
width: 7em;
height: 7em;
}
.adv-grid-audio .reverse-order .image-curve .img-tag:before {
left: -1.4em;
right: auto;
} @media (min-width: 950px) {
.adv-grid-audio .reverse-order .image .span-icon {
right: auto;
left: -5%;
}
.adv-grid-audio .reverse-order .col-1 {
text-align: right;
}
.adv-grid-audio .reverse-order .image-curve .image {
margin-left: auto;
}
.adv-grid-audio .reverse-order .image-curve .img-tag img {
border-radius: 0 2.5em 0 2.5em;
}
}
@media (max-width: 980px) {
.adv-grid-audio .col-1 .image .span-icon {
width: 4em;
height: 4em;
}
}
@media (max-width: 951px) {
.adv-grid-audio .cols {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: none;
min-width: initial !important;
}
.adv-grid-audio .col-1 .image .span-icon {
width: 4.3em;
height: 4.3em;
}
.adv-grid-audio .image-curve .image {
max-width: calc(500px - 3em);
}
.adv-grid-audio .col-1:not(.image-curve) .image {
max-width: calc(500px);
}
.adv-grid-audio .col-1 .img-tag {
margin-bottom: 1em;
}
.adv-grid-audio .reverse-order .image-curve .img-tag:before {
left: auto;
right: -1.4em;
}
}
@media (max-width: 533px) {
.adv-grid-audio .image-curve .image {
max-width: calc(100% - 2em);
}
} .adv-grid-audio .grid-group > div {
border: solid 1px var(--sBlue);
box-shadow: var(--shadow);
padding: 0.75em 0.5em;
border-radius: 0.5em;
margin: 0.5em 1em 0.5em 0;
font-size: 0.9em;
max-width: calc(50% - 1em);
min-width: calc(50% - 1em);
width:100%;
background-color: var(--white);
}
.adv-grid-audio .grid-group .item-col-1 {
max-width: 2.5em;
margin-right: 0.65em;
width: 100%;
}
.adv-grid-audio .grid-group .item-col-2 h3 {
font-size: 1.1em;
margin-bottom: 0;
}
@media (max-width: 533px) {
.adv-grid-audio .grid-group > div {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
max-width: none;
min-width: initial !important;
margin-left: 0;
margin-right: 0;
}
} .player-items-wrap {
border: solid 1px var(--border);
border-radius: 0.4em;
margin-top: 0.5em;
}
.player-item {
position: relative;
overflow: hidden;
border-radius: 0.2em;
margin: 0.5em;
}
.player-item button {
width: 100%;
text-align: left;
position: absolute;
z-index: 1;
opacity: 0;
border: 0;
font-size: 1em;
padding: 0.3em;
cursor: pointer;
top: 0;
height: 100%;
left: 0;
z-index: 3;
}
.player-item .progress {
position: absolute;
left: 0;
width: 100% !important;
max-width: none;
top: 0;
height: 100%;
border-radius: 0;
background: var(--sBlue);
}
.player-item .progress-bar{
background: rgb(254 243 240 / 42%);
position: absolute;
height: 100%;
z-index: 1;
top: 0;
left: 0;
} 
.player-item .player-title {
position: relative;
z-index: 2;
color: var(--darkBlue);
left: 0;
font-size: 0.9em;
display: block;
width: 100%;
padding: 0.5em 0.5em 0.5em 2.5em;
} .player-item .player-title:before {
content: "\f04b";
font-family: fontAwesome;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1.75em;
height: 1.75em;
z-index: 1;
left: 0.7em;
font-size: 0.9em;
text-align: center;
}
.player-item.playing .player-title:before{
content: "\f04c";
}
@media (min-width: 480px) {
.player-items-wrap{
display:-webkit-box;display:-ms-flexbox;display:flex;
-ms-flex-wrap:wrap;flex-wrap:wrap;
}
.player-item{
-webkit-box-flex: calc(50% - 1em);-ms-flex: calc(50% - 1em) 0;flex: calc(50% - 1em) 0;
}
}.custom-form{
}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;
}
}