/* Global */
:root {
    --yesall-green: #005f61;
    --yesall-orange: #ff9933;
    --yesall-red: #ed1c24;
    --yesall-yellow: #FFF200;
}
@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"), 
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
.site-container {
    background: #fff;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top: 35px;
}
.site-inner{
    clear: both;
    padding-top: 110px;
    max-width: 100%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'archer-pro', Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 1rem;
}
h2{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: bold;
}
h3{
    font-size: clamp(1.1rem, 2.5vw, 2rem);
}
h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
body .site-container{
    color: #058093;
}
body a {
    color: var(--yesall-orange);
    text-decoration: none;
}
body a:hover {
    color: var(--yesall-yellow);
}
body p{
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 1.2em;
    padding: 0;
}
body .site-inner ul {
    line-height: 1.3;
    margin: 0 0 1.2em;
}
body li {
    list-style-type: none;
}
.site-inner li {
    font-size: 1.2rem;
    list-style-type: unset;
    line-height: 1.5;
    margin-bottom: 10px;
}
.widget-title {
    font-size: 18px;
    margin-bottom: 0.8em;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.white-popup .button {
    background-color: #FA9D1C;
    border: 0.15em solid white;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 24px !important;
    text-transform: uppercase;
    width: auto;
}
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.white-popup .button:hover {
    background-color: #BF3038;
    color: #fff;
}
.disclaimer{
    font-size: 16px;
}
ul ul,
ol ul {
    padding-left: 1.4rem;
}
/* FAQ */
.page-faq table td,
.page-enespanol table td{
    width: 25%;
    padding: 5px;
}
/* Utility Bar */
.utility-bar {
    background: #F1F1F1;
    border-bottom: 2px solid #E6E6E6;
    height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14;
}
.utility-bar .genesis-nav-menu {
    max-width: 90%;
    margin: 0 auto;
    text-align: right;
}
.utility-bar:after {
    content: "";
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
}
.utility-bar .genesis-nav-menu a {
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--yesall-green);
}
.utility-bar .genesis-nav-menu a:hover {
    color: #FA9D1C;
}
/* Main Navigation */
#menu-item-24 .sub-menu {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.genesis-nav-menu {
    clear: both;
    font-size: 1em;
    line-height: 1;
    padding: 0 0 0 0px;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.genesis-nav-menu a {
    color: #2BB04A;
    display: block;
    padding: 0.5em 0.3em;
    font-family: 'archer-pro', Arial, Helvetica, sans-serif;
}
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: rgba(0,0,0,0.7);
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}
.nav-primary .genesis-nav-menu a {
    color: #2BB04A;
    font-weight: 600;
    font-size: 1.2em;
}
/* Header */
.site-header {
    background-color: #fff;
    min-height: 3.6em;
    padding: 0 2%;
    z-index: 10;
    top: 32px;
    position: fixed;
    width: 100%;
}
.site-header .wrap {
    padding: 0.6em 0em;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    margin: 0 auto;
}
.entry-header {
    display: none;
}
/* ---Footer--- */
.site-footer {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    line-height: 1;
}
body:has(#moove_gdpr_cookie_info_bar) .site-footer {
  padding-bottom: 80px;
}
.site-footer .nav,
.site-footer .footer-txt {
    justify-content: center;
    margin: auto;
}
.site-footer .nav .menu-item .nav_link {
    color: #fff;
    font-family: "archer-pro", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 3px #924a02;
    display: block;
    padding: .5rem 1rem;
}
.footer-links {
    margin: auto;
    max-width: 920px;
    width: 100%;
}
.footer-links p {
    align-self: center;
    display: inline-block;
    line-height: 1.5rem;
    font-size: 1.2rem;
}
.footer-links p a {
    color: #fff;
}
.nav-mobile-footer {
    display: none;
    justify-content: center;
}
footer.site-footer {
    background-color: var(--yesall-green);
}
.site-footer .nav .menu-item .nav_link:hover {
    color: var(--yesall-yellow);
}
.icon-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 100%;
    width: 36px;
    margin: 0 7px;
    position: relative;
    height: 36px;
}
.social-icon {
    font-family: "social_icons";
    font-size: 38px;
    padding: 0 3px;
    text-shadow: none;
    position: relative;
    left: -8px;
}
.footer-links .social-icon {
    color: var(--yesall-orange);
    padding: 0;
}
.footer-links p {
    vertical-align: middle;
}
/* .footer-container {
    background-color: #076324;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex: 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
}
.site-footer {
    text-align: right;
    color: white;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
}
.site-footer p {
    margin-right: 0.6em;
    margin-top: 1em;
    font-size: 1em;
    font-size: .9em;
}
.site-footer p a {
    color: #fef400;
}
.site-footer p a:hover {
    color: #fff;
}
#menu-footer a, 
.footer-container #menu-utility-menu-1 a, 
#menu-utility-footer a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fef400;
    font-weight: 600;
}
#menu-footer a:hover {
    color: #fff !important;
} */
/* .row.follow-us {
    align-items: center;
    text-align: left;
} */
/* .row.follow-us .widget-title {
    margin-bottom: 6px;
    width: 140px;
} */
/* .footer-container .social a {
    text-align: center;
} */
/* .social a {
    border-radius: 50%;
    background: #0A3818;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2em;
    width: 2em;
    padding: 0.3em;
    margin: 0 0.2em;
    color: white;
    transition: all 0.3s ease;
} */
/* .footer-widgets {
    clear: both;
    padding: 0;
    width: auto;
    text-align: center;
    border-left: 1px solid #23ae49;
    padding: 0 40px;
    margin-left: 40px;
    min-width: 180px;
} */
/* .footer-widgets p:last-child {
    margin-bottom: 0;
} */
/* .footer-container .footer-widgets .button {
    background-color: #FA9D1C;
    border: none;
    line-height: 1.2em;
    font-size: 20px;
    display: block;
    padding: 18px 106px 18px 24px !important;
    min-width: 172px;
} */
/* .footer-widgets a.button, .footer-widgets a:hover {
    color: #fff;
} */
/* .footer-container .footer-widgets .button:hover {
    color: white;
    background-color: #BF3038;
} */
/* .join-our-team-footer {
    pointer-events: none;
    z-index: 1;
} */
/* .footer-container .footer-widgets .button img {
    position: absolute;
    bottom: -46px;
    right: -75px;
} */
/* .footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: auto;
    max-width: 500px;
    float: none !important;
    margin: 0 auto 2em;
} */
/* .footer-widgets-1,
.footer-widgets-3 {
    display: none;
} */
/* .widget {
    position: relative;
    word-wrap: break-word;
} */
/* Blue Border Background */
.blue-border-bg {
    background-color:#e3f4f3;
    border:8px solid #a1f1ee;
    border-radius:75px;
    box-shadow: 0 3px 20px #000000;
    margin: auto;
    max-width: 1300px;
}
/* Member Only-Offers */
#member-only-offers {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(195, 6, 0, 1) 95%);
}
#member-only-offers h3 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#member-only-offers img {
    max-width: 150px;
    width: 100%;
}
/* Stack and Save */
#stack-save-offers {
    background-color:#c30600;
    color:white;
}
/* Complete Profile */
#complete-profile{
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(195, 6, 0, 1) 95%);
}
#complete-profile h2{
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 900px;
}
/* Checkbox List */
ul.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 40px;
    max-width: 900px;
    margin: auto !important;
    padding: 0;
}
.checkbox-list li{
    align-content: center;
    background-color: #ffffff;
    color: var(--yesall-red);
    font-size: clamp(1.15rem, 4vw, 1.5rem);
    font-weight: bold;
    line-height: 1;
    list-style-type: none;
    margin-left: 101px;
    min-height: 80px;
    padding: 10px 22px;
    position: relative;
    text-align: center;
    width: 275px;
}
.checkbox-list li:before {
    background-image: url('/wp-content/themes/yeswayallsupsrewards/images/checkbox.png');
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    width: 89px;
    height: 89px;
    background-size: contain;
    left: -100px;
    background-repeat: no-repeat;
}
/* Pro-Drivers Block */
#pro-drivers {
    aspect-ratio:3/2;
    border-radius:75px;
    max-width: 550px;
}
#pro-drivers h2{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 400;
}
/* Rewards */
.rewards-header {
    color: #fff;
    text-shadow: 0px 5px 12px #000000;
}
/* .rewards-header div:nth-child(2){
    max-width: 450px;
} */
.rewards-header h1{
    font-size: clamp(2rem, 4vw, 3.5rem);
}
.rewards-header p{
    font-size: 1.2em;
}
.special-section h2 {
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.special-section h2 span{
    font-size: 7rem;
    text-transform:uppercase;
    text-wrap: nowrap;
}
.no-frame-image img {
    position: absolute;
    top: -32px;
}
.red-banner{
    background-color:#ed1f24;
    color:#ffffff;
}
.red-banner div {
    position: relative;
}
.red-banner div:not(:last-child):after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
/* Phone video */
.phone-scaler {
    width: 100%;
    max-width: 301px;
    aspect-ratio: 301 / 536;
    margin: 0 auto;
}

.phone-stage {
    position: relative;
    width: 301px;
    height: 536px;
    transform-origin: top left;
    transform: scale(var(--phone-k, 1));
}

.phone-stage__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

/* Wrapper is warped onto the screen quad; it clips the video inside. */
.phone-stage__screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 485px;
    z-index: 1;
    overflow: hidden;
    border-radius: 19px;
    background: #000;
    transform-origin: 0 0;
    transform: matrix3d(
        0.944501,  0.021739, 0, -0.000205,
        -0.09216,   1.012168, 0,  0,
        0,         0,        1,  0,
        49.528289, 6.544937, 0,  1
    );
}

.phone-stage__screen video,
.phone-stage__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Table */
table {
    max-width: 1030px;
    width: 100%;
    display: block;
    margin: auto;
}
table th {
    border: 6px solid #FFF;
    transform: skewX(-32deg);
    height: 182px;
    padding: 12px;
    position: relative;
    right: -62px;
}
thead.rotate th:nth-child(even){
    background-color: #2BB04A;
}
thead.rotate th:nth-child(odd){
    background-color: #fdb813;
}
thead.rotate th div{
    color: #fff;
    text-wrap: nowrap;
    transform: rotate(180deg) skewY(19deg);
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 3px #000;
}
thead.rotate th:not(:nth-child(3)) div{
    position: relative;
    right: -15px;
}
table td{
    background-color: #dcddde;
    border: 6px solid #fff;
    color: #000;
    font-weight: bold;
}
table td:not(:first-child){
    width: 100px;
}
td img {
    position: relative;
    top: -5px;
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
}
.accordion .accordion-button {
    font-size: 20px;
    line-height: 1.2em;
}
.accordion button:hover {
    background-color: #FA9D1C;
}
:root .accordion-button:not(.collapsed) {
    background-color: #058093;
    color: white;
}
:root .accordion-button:not(.collapsed):after {
    background-image: url('/wp-content/themes/yeswayallsupsrewards/images/arrow-bottom-white.svg');
    transform: rotate(-180deg);
}

/*.page-terms-conditions-faq .accordion .accordion-button {
    background-color: #FA9D1C;
    color: white;
}*/

.page-terms-conditions-faq .accordion ul li,
.page-terms-conditions-faq .accordion ol li {
    margin-bottom: 0;
}
.disclosure {
    font-size: 80%;
}


/* Responsive */
@media only screen and (max-width: 1366px){
    .utility-bar .genesis-nav-menu a {
        font-size: 0.8em;
        line-height: 1.8em;
    }

    .row.follow-us {
        align-self: flex-start;
        text-align: center;
        margin-top: 16px;
    }
}
/* @media only screen and (max-width: 1030px){
} */
/* @media only screen and (min-width: 768px) and (max-width: 1220px){
    .footer-container .footer-widgets {
        padding: 0 24px;
        margin-left: 20px;
    }
} */
@media only screen and (max-width: 1050px){
    .site-header {
        position: relative;
        top: 0 !important;
    }
    .site-inner{
        padding-top: 0;
    }
    .nav-primary,
    .utility-bar {
        display: none;
    }
}
@media only screen and (max-width: 992px){
    .site-header .wrap {
        padding: 4px 1%;
    }
    table{
        overflow-x: scroll;
    }
    /* .footer-container {
        flex-direction: column-reverse;
    } */
    /* .footer-widgets {
        border-left: none !important;
    } */
    /* .footer-container .footer-widgets .button img {
        position: absolute;
        bottom: 0px;
        width: 118px;
        right: -27px;
    } */
}
@media only screen and (max-width: 768px){
    h2.large{
        font-size: 3rem;
    }
    .special-section h2 span{
        font-size: 5rem;
    }
    .no-frame-image img {
        position: relative;
        top: unset;
    }
    .red-banner div{
        margin-bottom: 15px;
    }
    .red-banner div:not(:last-child):after{
        content: unset;
    }
    .footer-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        font-size: 3vw;
    }
    .site-footer {
        text-align: center;
        order: 2;
        padding: 0 3%;
        -webkit-order: 2;
    }
    .site-footer .row {
        flex-direction: column !important;
    }
    /* .footer-widgets {
        margin: 1em 0;
        border: 0px;
        order: 1;
        -webkit-order: 1;
    } */
    .row.follow-us {
        width: 100%;
        text-align: center;
        max-width: none;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px){
    table th{
        padding: 5px;
        white-space: nowrap;
    }
    .footer-menu #menu-footer li {
        text-align: center;
        font-size: 0.9em;
        margin: 0.2em;
    }
    /* .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
        margin: 0 auto;
        float: none !important;
        overflow: visible;
    } */
}
@media only screen and (max-width: 425px){
    .special-section h2 span{
        font-size: 3rem;
    }
}
.utility-bar {
    background: var(--yesall-green);
    border-bottom: 2px solid #E6E6E6;
    height: 35px;
    padding: 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
}

.utility-bar .genesis-nav-menu {
    margin: 0 auto;
    text-align: right;
}

.utility-bar .genesis-nav-menu a {
    font-family: 'Open Sans';
    font-weight: 600;
    color: white;
    padding: 0.5em 0.8em;
}

.utility-bar .genesis-nav-menu a:hover {
    color: #fef400;
}

.utility-bar:after {
    content: "";
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: var(--yesall-orange);
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-size: 1em;
  line-height: 1;
  padding: 0 0 0 0px;
}

.nav-primary ul {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: var(--yesall-orange);
  display: block;
  padding: 0.5em 0.5em;
  font-family: 'archer-pro', Arial, Helvetica, sans-serif;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: rgba(0,0,0,0.7);
}

.genesis-nav-menu .sub-menu {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}
#menu-item-7260 .sub-menu {
  /* display: inline-block; */
  padding-left: 0;
  margin: 0;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  color: var(--yesall-orange);
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu {
  /* left: auto; */
  visibility: visible;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  /* float: left; */
  /* margin-left:2em; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  display: inline-block;
}

.nav-primary .genesis-nav-menu a {
  color: var(--yesall-orange);
  font-weight: 600;
  font-size: clamp(1.2em, 1.6vw, 1.6em);
  padding: 0.5em 1.6vw;
}

/* .nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
} */

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: rgba(0,0,0,0.7);
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

#side-menu a:hover {
  color: var(--yesall-orange);
}


.sidr a, .sidr button, .sidr .sub-menu-toggle:before {
  font-family: 'archer-pro', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}

.site-header {
    background-color: #fff;
    min-height: 3.6em;
    /* box-shadow: 0 0.4em 0.6em rgba(0, 0, 0, 0.4); */
    z-index: 200;
    position: fixed;
    width: 100%;
    padding: 0 2%;
}

.site-header .wrap {
    padding: 0.6em 0em;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    height: 114px;
    justify-content: center;
    margin: 0 auto;
}

.site-header.sticky {
    top: 0px !important;
}

.header-offset {
    transform: translate(0px, 4px);
}

.scrollmagic-pin-spacer {
    min-height: inherit !important;
}

.site-header.sticky .site-title > a {
    min-height: 3.6em;
    margin-top: -0.6em;
}

.header-full-width .sticky .title-area {
    width: 80px;
    margin-bottom: -0.4em;
    top: 0;
}

/* Title Area */
.site-title a img {
    width: 107px;
    height: auto;
}

.site-logo {
    margin-bottom: 0;
}

.site-logo a {
    display: block;
    width: fit-content;
}

.sticky .site-title > a img {
    width: 6.4em;
    min-height: 3.6em;
}

.title-area {
    width: auto;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    display: inline-block;
    float: left;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    z-index: 999;
    margin: -1em -1em -0.8em;
    overflow: hidden;
    margin-left: 0;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
    font-size: 1em;
}

.header-image .site-description {
    display: block;
    text-indent: -9999px;
    position: absolute;
}

/* Widget Area */
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

.header-right {
    width: 18em;
    height: 4em;
    margin-left: auto;
    float: right;
}


/* -------------------------------------------------------
   SEARCH (utility bar / header)
   New rules from _header.scss not present in main.css
   ------------------------------------------------------- */

.search.menu-item button {
    padding: 0 10px;
    vertical-align: middle;
    height: 100%;
    background-color: transparent;
    border: none;
}

.search.menu-item .search-container {
    position: relative;
}

.search.menu-item .search-form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.search-form input.search-field {
    letter-spacing: 1px;
    padding: 6px 10px;
    opacity: 0;
    visibility: hidden;
    width: 210px;
    height: calc(1.5em + 0.75rem + 2px);
    margin-left: 15px;
    background: white;
    background: -moz-radial-gradient(circle, white 0%, #f4f4f4 100%);
    background: -webkit-radial-gradient(circle, white 0%, #f4f4f4 100%);
    background: radial-gradient(circle, white 0%, #f4f4f4 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.search-form ::placeholder {
    color: #2BB04A;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #2BB04A;
}

.search-form ::-ms-input-placeholder {
    color: #2BB04A;
}

.icon-search {
    background-color: transparent;
    color: #2BB04A;
    font-size: 18px;
}

/* Mobile Search */
.moby .search.menu-item .search-container {
    padding: 10px 2rem 0px;
}

.moby .search.menu-item .search-form-container {
    visibility: visible;
}

.moby .search.menu-item button {
    position: absolute;
    right: 0;
}

.moby .search-form {
    margin-left: unset;
    position: relative;
    top: 0px;
}

.moby .search-form input {
    margin-left: unset;
    padding: 6px 10px;
}

.mobile-search {
    max-width: clamp(168px, 56vw, 400px);
    background-color: #fa9d1c;
    padding: 0.7em 1em;
    margin: 0 0 0 14px;
}

.mobile-search label {
    color: white;
    font-size: 16px;
    margin-bottom: 3px;
}

.mobile-search input {
    padding: 6px;
}

.mobile-search input::placeholder {
    font-weight: bold;
}

#moby-button button,
#mobile-search button {
    border: none;
}

.search-button {
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 250;
    padding: 15px 25px;
}

.search-button:focus {
    box-shadow: none;
}

.search-container {
    position: relative;
    z-index: 1000;
}

.search-form-container {
    margin-left: 12px;
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 100;
}

.search-form-container .input-group .btn {
    z-index: 20;
}

.search-button:hover,
.search-submit:hover {
    background-color: transparent;
}


/* -------------------------------------------------------
   RESPONSIVE — header/utility-bar adjustments
   Retaining existing breakpoints from main.css,
   updated to match new header height (114px wrap)
   ------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
    .utility-bar .genesis-nav-menu a {
        font-size: 0.8em;
        line-height: 1.8em;
    }
}

@media only screen and (max-width: 1050px) {
    .site-header {
        position: relative;
        top: 0 !important;
    }

    .site-inner {
        padding-top: 0;
    }

    .nav-primary,
    .utility-bar {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .site-header .wrap {
        padding: 4px 1%;
        height: auto;
    }
}
