#masthead {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

/*thank you page*/
.button-header {
    text-align: center;
    color: var(--primary);
    margin-bottom: 2rem;
}

/* .admin-bar #masthead {
    top: 32px;
  } */
span.hero-banner__title small {
    font-size: 50%;
    line-height: 1;
    margin-top: 0;
    display: block;
}

.landing-testimonials.hidden {
    display: none;
}
.header-row {
    display: flex;
    background: #636466;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1rem;
}

.logo-area {
    display: flex;
    align-items: center;
    color: white;
}

.landing-logo {
    width: 60px;
    height: auto;
}

.landing-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    font-family: Cachet, san-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 1rem;
}

.landing-phone {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 2rem;
}

.landing-phone:hover {
    color: white;
}

.landing-phone .icon {
    display: inline-block;
    margin-right: 0.5rem;
}

.landing-phone .icon svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: text-bottom;
}

.landing-phone .icon svg path {
    fill: #cacbce;
}

.button-row {
    display: flex;
    justify-content: center;
    margin-top: -1rem;
    margin-bottom: 3rem;
}
.button-row .btn.btn-primary.program-btn {
    width: fit-content;
    margin: 1rem;
}

.btn.btn-primary.landing-join {
    background: white;
    border: none;
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    margin: 10px;
    text-transform: uppercase;
}

.btn.btn-primary.landing-join:hover {
    background: var(--primary);
    color: white;
}

.landing-hero {
    position: relative;
    width: 100%;
    /* height: 85vh; */
    /* min-height: 800px; */
    height: 58vh;
}

.single-landing_page #quote-tool {
    scroll-margin-top: 5rem;
    margin-top: 5rem;
}
.single-landing_page .quote-tool {
    margin: 1rem;
}

.hero-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(265deg, var(--primary), var(--primary-9));
    font-family: Cachet, san-serif;
    font-weight: 600;
    overflow: hidden;
}

.hero-banner__title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.hero-bottom-bar {
    background: linear-gradient(to bottom, var(--secondary), var(--secondary-9));
    padding: 1rem;
}

.hero-banner__subtitle {
    color: white;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: block;
    text-transform: uppercase;
}

.left-bg-arrows,
.right-bg-arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
}

.right-bg-arrows {
    left: 0;
    right: unset;
}

#hero-form {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-40%);
    background: #636466;
    border: 5px solid white;
    border-radius: 5px;
    max-width: 500px;
    box-shadow: 2px 3px 16px #00000076;
}

.form-top {
    padding: 2rem;
    font-size: 40px;
    font-family: Cachet, san-serif;
    font-weight: 600;
    color: white;
    text-shadow: 2px 2px 4px #00000040;
    text-align: center;
}

.form-top span {
    color: #fcaf17;
}

.form-bottom {
    padding: 2rem;
    background: #cacbce;
}

#hero-form input:not([type="submit"]),
#hero-form select {
    height: 50px;
    background: #636466;
    color: white;
    font-family: Cachet, san-serif;
    font-weight: 600;
    font-size: 20px !important;
    padding: 0.5rem 1rem;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0px 3px 6px #00000029;
}

#hero-form select {
    appearance: none;
}

#hero-form input::placeholder {
    color: white;
}

#hero-form .gform_button {
    background: #fcaf17;
    border: 3px solid white;
    color: white;
    display: table;
    margin: 0 auto;
}

.gform_validation_errors,
.gform_validation_errors .gform_submission_error,
.gform_validation_errors .gform-icon {
    border-color: #fff !important;
    color: #fff !important;
}
.gfield_validation_message {
    color: #fff !important;
}

.hero-headline h1 {
    font-size: 80px;
    color: var(--white);
    text-shadow: 2px 2px 13px #00000099;
}
.hero-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.headline-button {
    display: flex;
    justify-content: center;
}
.hero-headline .headline-text {
    position: relative;
}
.hero-headline .headline-button .btn.btn-primary.program-btn {
    margin: 1rem 0.5rem;
}

.hero-headline__arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, #00000055, transparent);
}

.intro-banner {
    position: relative;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(265deg, var(--primary-9), var(--primary), var(--primary));
}

.intro-banner-sub {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 40px;
    font-family: Cachet, san-serif;
    font-weight: 500;
    line-height: 1.2;
    width: 80%;
    color: white;
    background: linear-gradient(265deg, var(--secondary), var(--secondary));
}
.intro-banner h2 {
    color: var(--white);
    font-size: 40px;
}
.landing-body {
    padding: 2rem 0;
}
.landing-body .intro-copy-header {
    text-align: center;
    color: var(--primary);
    margin-bottom: 1rem;
}

h2.intro-copy-header {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    border-radius: 10px;
    color: var(--white);
}
p.intro-copy {
    padding: 1rem 80px;
    margin: 0;
    text-align: center;
    font-size: 22px;
    margin: 0 auto;
    color: white;
    font-weight: 600;
}

.offer {
    /* border: 5px solid var(--secondary);
    border-radius: 10px; */
    width: fit-content;
    /* padding: 2rem; */
    margin: 1rem auto 2rem;
}
h2.offer-copy-header {
    text-align: center;
    color: var(--primary);
    font-size: 45px;
}
p.offer-copy {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 22px;
}

.big-container {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}

.value-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.value-card {
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    background: linear-gradient(to bottom, var(--primary), var(--primary-9));
    border-radius: 10px;
    margin-top: 2rem;
    padding: 2rem 60px;
    text-align: center;
    margin-right: 1rem;
}

.value-card.value-card_with-button ul {
    min-height: 435px;
    justify-content: flex-start;
}

.value-card:last-child {
    margin-right: 0;
}

.value-card h3 {
    color: var(--white);
    font-size: 40px;
    width: fit-content;
    margin: 0 auto 2rem;
}

.value-card h3 span {
    color: var(--secondary);
    display: block;
}

.value-card ul {
    list-style: none;
    padding: 1rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 1rem;
    box-shadow: 2px 2px 5px #00000055;
}

.value-card li {
    color: #636466;
    font-weight: 700;
    font-size: 20px;
    font-weight: 600;
    padding: 0.75rem 1rem;
    background: var(--white);
    text-align: left;
}
.value-card li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.value-card li::before {
    content: "";
    display: inline-block;
    background: var(--secondary-7);
    margin-right: 10px;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    clip-path: polygon(20% 0, 50% 50%, 20% 100%, 0% 100%, 25% 50%, 0% 0%);
    align-self: start;
    margin-top: 0px;
    vertical-align: middle;
}

/* .value-card li:nth-child(1) {
    background: #636466;
  }
  
  .value-card li:nth-child(2) {
    background: #828385;
  }
  
  .value-card li:nth-child(3) {
    background: #a1a2a3;
  } */

.value-card-button .btn.btn-secondary {
    background: var(--secondary);
    color: var(--black-7);
    border: none;
    box-shadow: 2px 2px 5px #00000077;
    text-transform: uppercase;
    display: block;
    font-family: "Cachet";
    font-size: 18px;
    line-height: 18px;
    padding: 14px 5px;
    border: 2px solid var(--secondary);
}

.value-card-button .btn.btn-secondary:hover {
    background: var(--white);
    color: var(--secondary);
    border: 2px solid var(--secondary);
}
.value-card .card-item--grey {
    background-color: #ececee;
}
.value-card .card-item--white {
    background-color: #fff;
}

.membership-cards {
    display: flex;
    justify-content: center;
}

.membership-card {
    background: white;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.membership-card h3 {
    background: linear-gradient(265deg, var(--primary), var(--primary-9));
    color: white;
    font-size: 40px;
    padding: 1rem 6rem;
    font-family: Cachet, san-serif;
    font-weight: 300;
}

.membership-card h3 span {
    font-weight: bold;
}

.membership-card ul {
    padding: 2rem 0;
    list-style: none;
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
}

.membership-card li {
    color: #636466;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.membership-card li::before {
    content: "";
    display: inline-block;
    background: var(--secondary-7);
    margin-right: 0.5rem;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    clip-path: polygon(20% 0, 50% 50%, 20% 100%, 0% 100%, 25% 50%, 0% 0%);
    align-self: start;
    margin-top: 6px;
}
.membership-card h4 {
    color: #636466;
    opacity: 0.55;
    max-width: 85%;
    margin: 0 auto;
    text-align: left;
}

.membership.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.membership.buttons .btn.btn-primary.program-btn {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    border: 3px solid var(--white);
    transition: all 0.5s ease;
    display: table;
    margin: 3rem 0.5rem;
    font-size: 24px;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-transform: uppercase;
}

.separator {
    color: var(--primary);
    font-size: 5rem;
    font-family: Cachet, san-serif;
    font-weight: 500;
    padding-top: 1rem;
}

.landing-programs {
    padding: 3rem 0;
    position: relative;
}

.landing-programs::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(265deg, var(--secondary), var(--secondary));
    z-index: -1;
}

.landing-programs h2 {
    text-align: center;
    color: var(--primary);
}

.program-cards {
    display: flex;
    justify-content: space-between;
    max-width: 1530px;
    padding: 0 15px;
    margin: 2rem auto;
}

.program-card {
    width: 32%;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.program-card img {
    margin: 0;
}

.program-card h3 {
    margin: 0;
    position: absolute;
    /*	bottom: 1rem;*/
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    z-index: 1;
    bottom: 0rem;
    display: flex;
    height: 7.5rem;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.program-card p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: white;
    line-height: 1.2;
    width: 80%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.program-card .overlay {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.5rem;
    height: 7.5rem;
    background: #636466;
    opacity: 0.88;
    transition: height 0.5s ease;
}

.program-card:hover .overlay {
    height: 100%;
}

.program-card:hover p {
    opacity: 1;
}

h2.main-quote-title {
    text-align: center;
    color: var(--primary);
    margin-top: 1.5rem;
}

.btn.btn-primary.program-btn {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    border: 3px solid var(--white);
    transition: all 0.5s ease;
    display: table;
    margin: 3rem auto;
    font-size: 24px;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-transform: uppercase;
}

.btn.btn-primary.program-btn:hover {
    background: var(--white);
    color: var(--primary);
    border: 3px solid var(--primary);
}

.landing-testimonials h2 {
    margin: 0;
    background: var(--primary);
    color: white;
    text-align: center;
    padding: 1rem;
}

.carousel-wrap {
    position: relative;
}

#testimonial-carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #ffffffdd;
    border-radius: 10px;
    color: grey;
    text-align: center;
    max-width: 1530px;
    padding: 3rem 80px;
}
@media (max-width: 1560px) {
    #testimonial-carousel {
        max-width: calc(vw-15px);
    }
}

.landing-testimonials p {
    font-size: 20px;
}

#testimonial-carousel h3 {
    font-size: 40px;
}

#testimonial-carousel h4 {
    font-size: 40px;
    color: var(--secondary);
    font-family: Cachet, san-serif;
    font-weight: 500;
}

#testimonial-carousel .carousel-inner {
    min-height: unset;
}

#testimonial-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: none;
    opacity: 1;
}

#testimonial-carousel .carousel-indicators li.active {
    background: var(--secondary);
}

.testimonial-bg {
    width: 125%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateX(-10%);
    max-height: 700px;
}

h3.membership-cta {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1500px) {
    .value-card h3 {
        color: var(--white);
        font-size: 35px;
        width: fit-content;
        margin: 0 auto 2rem;
    }
    .value-card li {
        color: #636466;
        font-weight: 700;
        font-size: 18px;
        font-weight: 600;
        padding: 0.75rem 1rem;
        background: var(--white);
        text-align: left;
    }

    .value-card h3 {
        color: var(--white);
        font-size: 35px;
        width: fit-content;
        margin: 0 auto 2rem;
        min-height: 85px;
    }
}
@media (max-width: 1440px) {
    .hero-headline__arrows {
        display: none;
    }
    .hero-headline {
        max-width: calc(100vw - 650px);
    }
    .program-card h3 {
        font-size: 32px;
    }
    .program-card .overlay {
        height: 6.5rem;
    }
    .program-cards {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .program-card {
        min-width: 400px;
        margin-bottom: 2rem;
    }
}

footer#colophon {
    background: var(--primary);
    color: #fff;
    text-align: center;
    margin: 0 !important;
}
@media (max-width: 1200px) {
    .value-cards {
        flex-wrap: wrap;
    }
    .value-card {
        flex-grow: unset;
        flex-basis: unset;
        margin: 0;
        margin-bottom: 1rem;
    }

    .value-card-button {
        margin-top: 25px;
    }
}
@media (max-width: 992px) {
    p.intro-copy {
        padding: 1rem;
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
        font-size: 18px;
    }
    h2.intro-copy-header {
        margin-bottom: 1rem;
    }
    .landing-phone {
        margin-right: 1rem;
        font-size: 2rem;
    }
    .phone-text {
        font-size: 20px;
    }
    .site-title {
        font-size: 24px;
    }
    .hero-headline {
        display: none;
    }
    .hero-headline {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: unset;
        padding: 3rem;
    }
    .hero-banner {
        padding: 1rem;
    }
    .left-bg-arrows,
    .right-bg-arrows {
        width: 20vw;
    }
    #hero-form {
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .membership-card h3 {
        padding: 1rem;
        line-height: 1;
        font-size: 32px;
    }
    #quote-tool .main-quote-title,
    #quote-tool h3.text-step {
        line-height: 1;
        font-size: 36px;
    }
    #quote-tool .step-content {
        padding-right: 0 !important;
    }
    .value-card h3 {
        line-height: 1;
        font-size: 35px;
    }
    .intro-banner-sub {
        position: relative;
        transform: unset;
        left: unset;
        width: 100%;
        margin: 0;
        border-radius: 0;
        line-height: 1;
        font-size: 35px;
    }
    .intro-banner {
        padding: 0;
    }
    .intro-banner h1 {
        padding: 1rem;
        margin: 0;
    }

    .big-container {
        padding: 0 30px;
    }

    #quote-tool .quote-step {
        padding: 1.5rem 0 !important;
    }

    .membership.buttons {
        display: block;
        margin-top: 1rem;
    }
    .membership.buttons .btn.btn-primary.program-btn {
        margin: 1rem auto;
    }

    .btn.btn-primary.program-btn {
        margin: 1rem auto;
        padding: 0.5rem 1.5rem;
    }
    .value-cards {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .form-top {
        line-height: 1;
    }
    .hero-banner__subtitle {
        font-size: 20px;
        line-height: 1;
    }
    .hero-banner__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .header-row {
        flex-direction: column;
        padding-top: 1rem;
    }
    .site-title {
        padding: 12px 0;
        font-size: 20px;
        width: fit-content;
    }

    #hero-form .gform_button {
        line-height: 1.5;
    }
    .value-cards {
        flex-wrap: wrap;
    }
    .value-card {
        width: 100%;
    }
    .membership-cards {
        flex-direction: column;
    }
    .membership-card {
        width: 100%;
        margin-bottom: 1rem;
    }
    .separator {
        padding: 0;
        line-height: 1;
        text-align: center;
        margin-top: -1rem;
    }
    .membership-card h4 {
        margin-bottom: 1rem;
        font-size: 20px;
    }
    .program-card {
        min-width: unset;
        width: 100%;
        max-width: 600px;
    }
    #testimonial-carousel h3,
    #testimonial-carousel h4 {
        font-size: 24px;
    }
    #testimonial-carousel .carousel-inner {
        padding: 0;
    }
    .value-card {
        padding: 2rem 30px;
    }
    .value-card ul {
        overflow: hidden;
        margin-bottom: 0;
        transition: max-height 0.5s ease-in-out;
    }
    .value-card li {
        padding: 1rem;
    }
    .value-card.active ul {
        max-height: 200px;
    }
    #testimonial-carousel {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        border-radius: 0;
        width: 100%;
        background: var(--secondary);
        padding: 0;
        color: var(--white);
    }
    #testimonial-carousel .carousel-indicators li.active {
        background: var(--primary);
    }
    .testimonial-card {
        display: flex;
        flex-direction: column-reverse;
    }
    #testimonial-carousel .detail-wrap {
        background: var(--primary);
        padding: 1rem;
    }
    #testimonial-carousel .detail-wrap h3,
    #testimonial-carousel .detail-wrap h4 {
        color: white;
    }
    #testimonial-carousel p {
        padding: 2rem;
    }
    .landing-testimonials {
        position: relative;
    }
    .landing-testimonials h2 {
        position: absolute;
        top: 2rem;
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
        z-index: 1;
        background: transparent;
        text-shadow: 3px 3px 6px #00000067;
    }
    img.testimonial-bg {
        height: auto;
        min-height: 200px;
        max-height: 75px;
    }
}

@media (max-width: 576px) {
    .landing-hero {
        height: 400px;
    }
    .hero-banner {
        z-index: 1;
    }
    .form-bottom {
        background: transparent;
    }
    #hero-form {
        max-width: unset;
        border-radius: 0;
        border: none;
        background: rgba(99, 100, 102, 0.6);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #hero-form input:not([type="submit"]),
    #hero-form select {
        background: rgba(255, 255, 255, 0.8);
        color: #636466;
    }
    #hero-form input::placeholder {
        color: #636466;
    }

    .landing-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    a.landing-phone {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .value-card li {
        padding: 1rem;
        padding-left: 30px;
        padding-right: 0;
    }
    .value-card li::before {
        position: absolute;
        left: 22%;
    }
}
