/**
* Fuel Theme
* Version 5.0.0
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Hero
# Welcome
# CTA's
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hams-icon-only {
    display: none;
}
.hams-icon-only > path {
    animation-name: sk-stretchdelay;
    animation-duration: 1.5s;
    animation-iteration-count: 2;
    animation-timing-function: ease;

    -webkit-animation-name: sk-stretchdelay;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: ease;
}
.hams-icon-only .rect1 {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
.hams-icon-only .rect2 {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}
.hams-icon-only .rect3 {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
}
.hams-icon-only .rect4 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.hams-icon-only .rect5 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.hams-icon-only .rect6 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.hams-icon-only .rect7 {
    -webkit-animation-delay: -.9s;
    animation-delay: -0.9s;
}
.hams-icon-only .rect8 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.hams-icon-only .rect9 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.hams-icon-only .rect10 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.hams-icon-only .rect11 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.hams-icon-only .rect12 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.hams-icon-only .rect13 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.hams-icon-only .rect14 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.hams-icon-only .rect15 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.home-hero-image {
    position: relative;
}
.home-hero-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/hams-icon-small-inverted.svg");
    background-repeat: no-repeat;
    background-color: #F8F8FACC;
    mix-blend-mode: lighten;
    background-position: center left calc(59.6% - 30em);
}
.hero-fuel-wrapper {
    text-align: center;
    position: relative;
    max-width: 37.25rem;
    margin: 0 auto 22rem auto;
}
.inner-hero-fuel-wrapper {
    position: relative;
}
.hero-top-intro {
    font-family: var(--title-font);
    font-size: clamp(1.25rem, 3vw, 1.4rem);
}
.hero-bottom-intro {
    font-family: var(--title-font);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
}
.three-lines-mobile {
    margin-top: 1rem;
}
.hero-about-us {
    margin-top: 1.5rem;
    justify-content: center;
}
/* .wp-block-buttons.hero-about-us.is-content-justification-left.is-layout-flex.wp-container-2.wp-block-buttons-is-layout-flex {
    justify-content: center !important;
} */
.cta {
    position: relative;
    width: 16rem;
    max-width: 100%;
    height: 17rem;
    max-height: 20.5rem;
    display: block;
    color: var(--site-white);
    overflow: hidden;
}
.cta::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.7rem;
    transition: transform 1.2s ease;
    transform-origin: top;
    transform: scale(1, 1);
    z-index: 1;
    opacity: 0.8;
}
.cta:hover::before, .cta:active::before {
    transform: scale(1, 50);
}
.outer-hero-cta-1::before {
    background: var(--accent-color);
}
.outer-hero-cta-2::before {
    background: var(--site-blue);
}
.outer-hero-cta-3::before {
    background: var(--site-purple);
}
.outer-hero-cta-1 {
    background: url("../images/benefits.webp") center/cover no-repeat;
}
.outer-hero-cta-2 {
    background: url("../images/hearing.webp") center/cover no-repeat;
}
.outer-hero-cta-3 {
    background: url("../images/provider.webp") center/cover no-repeat;
}
.cta-button a {
    color: var(--site-white);
}
.inner-hero {
    background: transparent;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 19.7%;
    max-height: 100%;
    transition: height 0.8s ease;
    font-family: var(--content-font);
}
.cta:hover .inner-hero, .cta:active .inner-hero {
    height: 100%;
}
.cta-title,
.cta-content,
.cta-button {
    margin: 0;
}
.cta-content, .cta-button {
    font-size: clamp(0.8rem, 3vw, 1rem);
    line-height: 1.6rem;
}
.cta-title {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 700;
    line-height: 1.44rem;
    padding: 1rem 1.6rem 1rem 1rem;
}
.cta-content {
    padding: 0 1rem;
}
.cta-button {
    padding: 1rem 1rem 0;
    font-weight: 700;
}
.cta-lower-arrow {
    position: relative;
    margin: 0;
    padding: 0 1rem;
}
.cta-lower-arrow.benefits-arrow, .cta-lower-arrow.hearing-arrow {
    bottom: 1.15rem;
}
.cta-lower-arrow.provider-arrow {
    bottom: 0.75rem;
    left: -0.2rem;
}
.cta-title-benefits,
.cta-title-hearing,
.cta-title-provider {
    position: relative;
}
.cta-title-benefits::after {
    background: url("../images/benefits-arrow.svg");
}
.cta-title-hearing::after {
    background: url("../images/hearing-arrow.svg");
}
.cta-title-provider::after {
    background: url("../images/provider-arrow.svg");
}
.cta-title-benefits::after,
.cta-title-hearing::after,
.cta-title-provider::after {
    content: "";
    position: absolute;
    width: 1.45rem;
    height: 1.45rem;
    background-repeat: no-repeat;
    background-position: top;
    right: 0.3rem;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
}
.cta:hover .cta-title-benefits::after,
.cta:hover .cta-title-hearing::after,
.cta:hover .cta-title-provider::after {
    transform: rotate(90deg);
    transition: .5s ease-in-out;
}

/* Media Queries for CTA's start */
.cta .cta-content-1,
.cta .cta-content-2,
.cta .cta-content-3 {
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    position: absolute;
    bottom: -7.4rem;
    transition: bottom 1s ease-out;
}
.cta:hover .cta-content-1,
.cta:active .cta-content-1,
.cta:hover .cta-content-2,
.cta:active .cta-content-2,
.cta:hover .cta-content-3,
.cta:active .cta-content-3 {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 38.1%;
    transition: bottom 1s ease-in-out;
}
@media only screen and (min-width: 13.87em) {
    .cta .cta-content-1 {
        bottom: -9rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 29%;
    }
}
@media only screen and (min-width: 24.43em) {
    .cta .cta-content-1 {
        bottom: -7.4rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 35%;
    }
}
@media only screen and (min-width: 25.81em) {
    .cta .cta-content-3 {
        bottom: -5.7rem;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 47.5%;
    }
}
@media only screen and (min-width: 27.68em) {
    .cta .cta-content-2 {
        bottom: -5.9rem;
    }
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 45%;
    }
}
@media only screen and (min-width: 48.87em) {
    .home-hero-image::after {
        background: url("../images/hams-icon-small-inverted-2.svg");
        background-color: #F8F8FACC;
        background-position: center calc(-615.8% - 30em);
    }
    .cta .cta-content-1 {
        bottom: -12rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 0%;
    }
    .cta .cta-content-2 {
        bottom: -10.4rem;
    }
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 9%;
    }
    .cta .cta-content-3 {
        bottom: -10.4rem;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 18.6%;
    }
}
@media only screen and (min-width: 53.31em) {
    .cta .cta-content-3 {
        bottom: -8.8rem;
    }
}
@media only screen and (min-width: 54.37em) {
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 17.6%;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 18.5%;
    }
}
@media only screen and (min-width: 55.31em) {
    .cta .cta-content-2 {
        bottom: -8.7rem;
    }
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 27%;
    }
}
@media only screen and (min-width: 56.06em) {
    .cta .cta-content-3 {
        bottom: -7.2rem;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 28%;
    }
}
@media only screen and (min-width: 62.31em) {
    .cta .cta-content-1 {
        bottom: -10.3rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 10%;
    }
}
@media only screen and (min-width: 64.87em) {
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 17%;
    }
}
@media only screen and (min-width: 64.93em) {
    .cta .cta-content-3 {
        bottom: -7.1rem;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 35%;
    }
}
@media only screen and (min-width: 66.37em) {
    .cta .cta-content-2 {
        bottom: -7.1rem;
    }
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 36%;
    }
}
/* Media Queries for CTA's end */
@media only screen and (max-width: 68.4em) {
    .hams-icon-hero-image {
        display: none;
    }
}

@media only screen and (min-width: 68.5em) {
    .hams-icon-only {
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        mix-blend-mode: lighten;
        background-color: #F8F8FACC;
        width: 100%;
        height: 70rem;
    }
    .hams-icon-hero-image {
        position: absolute;
        mix-blend-mode: lighten;
        background-color: #F8F8FACC;
        transform: scaleX(-1);
        z-index: 1;
        width: 100%;
        min-height: 1252px;
        top: -5.5rem;
    }
    .home-hero-image::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 123%;
        background: url("../images/hams-icon-large-inverse.svg");
        background-repeat: no-repeat;
        /* background-color: #F8F8FACC; */
        mix-blend-mode: lighten;
        right: 0rem;
        top: -11rem;
        transform: scaleX(-1);
    }
    .hero-fuel-wrapper {
        text-align: left;
        margin-left: clamp(12rem, 8vw, 10rem);
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .inner-hero-fuel-wrapper::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 11rem;
        background: url("../images/3-bars-verticle.svg");
        background-repeat: no-repeat;
        top: -4.2rem;
        left: -4rem;

    }
    .three-lines-mobile {
        display: none;
    }
    .hero-about-us {
        justify-content: flex-start;
        margin-top: 2.5rem;
    }
    .hero-about-us.wp-container-core-buttons-is-layout-1.wp-container-core-buttons-is-layout-1 {
        justify-content: flex-start;
    }
    .hero-cta {
        margin-bottom: -1.5rem;
        padding-top: 8rem;
    }
    .cta {
        position: relative;
        width: 16rem;
        max-width: 100%;
        height: 20.5rem;
        max-height: 20.5rem;
        display: block;
    }
    .inner-hero-cta-2, .inner-hero-cta-3 {
        height: 17%;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 30%;
    }
    .cta:hover .cta-content-2, .cta:active .cta-content-2 {
        top: 45.5%;
    }
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 45.5%;
    }
}
@media only screen and (min-width: 69.5em) {
    .cta .cta-content-1 {
        bottom: -9.1rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1 {
        top: 38%;
    }
    .cta .cta-content-2 {
        bottom: -7.5rem;
    }
    .cta .cta-content-3 {
        bottom: -7.5rem;
    }
}
@media only screen and (min-width: 87em) {
    .cta .cta-content-1 {
        bottom: -7.4rem;
    }
    .cta:hover .cta-content-1, .cta:active .cta-content-1,
    .cta:hover .cta-content-2, .cta:active .cta-content-2,
    .cta:hover .cta-content-3, .cta:active .cta-content-3 {
        top: 49%;
    }
    .cta .cta-content-2,
    .cta .cta-content-3 {
        bottom: -7.4rem;
    }
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CTA's
--------------------------------------------------------------*/



/**
 * NOTE: If map and/or contact form styling appears on secondary pages, place styles in style.css
 */
