@media (max-width: 576px) {
    :root {
        --text-subheading: 18px;
    }
}
body { line-height: 1.5em; }
body > .min-height-view {
    background-image: radial-gradient(ellipse at center, hsla(53, 87%, 58%, .75) 0%, hsla(53, 87%, 58%, 0) 50%), linear-gradient(200deg, #F4F1ED -1.5%, #C7E4D8 60%);
    background-size: 800px 800px, cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    color:#333;
    padding: 2rem 0;
    overflow:hidden;
}
main > .container {
    padding:0;
}
h1, h2, h3, h4, h5 {
    font-family: "garamond-premier-pro-subhead",serif;
}
a,
a:hover,
a:focus {
    color: inherit;
}
.header {
    padding:.5rem 0;
    text-align:center;
}
body.page-step .header--primary .header__logo svg {
    max-width: 225px;
}

/* Splash */
.page-splash .hero {
    position:relative;
}
.page-splash .hero__text {
    max-width: 625px;
    line-height: 1.5em;
}
.page-splash .hero__image {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
.page-splash .hero__image img {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.25);
}

.page-splash .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    border-radius: 1.25rem;
    border: 6px solid var(--color-canopy, #007952);
    background: white;
    padding: 2rem 1rem;
    position:relative;
    text-align:center;
    top: 38vw;
    margin-bottom: 44vw;
}
.page-splash .hero__header .heading {
    font-size: 2.25rem;
    font-style: normal;
    margin:0;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    background: var(--color-brand);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-splash .hero__content .subheading {
    font-size: var(--text-body-lg);
}
.page-splash .hero__footer {
    width:100%;
}
.page-splash .hero__footer .button {
    width:100%;
    min-width:auto;
    max-width: 360px;
    margin:0 auto;
}
.magnifying-glass {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .25));
    width: 70px;
}
.step-ty .magnifying-glass {
    position:absolute;
    top: -30px;
    rotate: -80deg;
    right: -30px;
    width: 100px;
}

.page-splash .hero .page__wrapper {
    margin: 3rem auto;
    padding: 4px;
    border-radius: 2.6rem;
    max-width: 860px;
    background:linear-gradient(0deg, #847147, #FFB30C);
}
.page {
    background-color: white;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 1.5rem;
    position: relative;
}
.page .content-wrapper {
    max-width: 920px;
    margin:0 auto;
}
.page__header .logo svg {
    max-width: 260px;
}
.page h1 {
    font-family: "garamond-premier-pro-subhead",serif;
    color: var(--color-brand);
}

.page-step .page__wrapper {
    max-width: 860px;
    margin: 2rem auto;
}
.page-step.step-7 .page__wrapper {
    max-width: 940px;
}
.page-step .page {
    border: 6px solid var(--color-canopy, #007952);
}
.page-step .page__header {
    text-align: center;
}
.page-step h1 {
    margin: 0 0 2rem;
}
.step-ty .page {
    margin-top: 2rem;
}
.step-ty .page__body {
    margin-top: 2rem;
    padding: 2rem 1rem;
    border-radius: 1rem;
    border: 3px solid var(--color-canopy, #007952);
}
.page__body .heading {
    font-weight:normal;
}
.page__footer {
    margin: 3rem 0;
}
.page__footer .guide-cover img {
    max-height: 360px;
}
.page .card {
    border-radius:1.5rem;
    padding:2rem;
    background-color: var(--color-green-10, #E6EDEB);
    border: none;
}
.page-step .progression {
    font-size: var(--text-body-lg, 1.5rem);
    font-weight: 300;
    text-align:center;
}


.button--primary {
    background: var(--color-canopy, #007952);
    color: white;
    border:1px solid transparent;
}
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
    background: var(--color-green, #034638);
    color:white;
}

.button--secondary {
    border-color: var(--color-canopy);
    color: var(--color-canopy);
}
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
    background: var(--color-green, #034638);
    color:white;
}

form {}
    .form-group {
        margin-bottom:1rem;
    }
    form label {
        font-weight: lighter;
    }
    .value-slider-container h3 { 
        font-family:inherit;
        font-size: var(--text-body-xs);
        font-weight: lighter;
        line-height: 1;
    }
    .value-slider-container:has(.tooltip) h3 {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    form .form-control {
        padding: .75rem .875rem;
        box-shadow:0px 2px 4px rgba(0, 0, 0, .15);
    }
    .form-group.radiofield {
        margin:2rem 0;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto 1fr;
        gap: 1rem 0;
    }
    .form-group.radiofield label.control-label {
        margin-bottom: 1rem;
        grid-column: 1 / span 3;
        font-size: var(--text-body-xl, 1.5rem);
        font-weight:400;
        line-height:1.25em;
        text-align:center;
    }
    .form-group.radiofield .radio {
        text-align:left;
        grid-column: 2;
        display:flex;
        margin: .5rem 0;
        align-items: center;
    }
    .form-group.radiofield .radio label {
        width: 100%;
        grid-column: 1 / span 3;
        font-weight: 300;
        padding-left:.5rem;
        font-size: 1rem;
    }
    
    .form-group.radiofield .radio input {
        border: 1px solid #FFB129;
    }
    
    form .appt__text {
        font-family: "garamond-premier-pro-subhead",serif;
        color:var(--color-brand);
        line-height: 1.25em;
        font-size: var(--text-body-xl);
        text-align: center;
        margin-bottom: 1rem;
    }
    form .custom-checkbox {
        line-height: 1rem;
        position:relative;
        width: fit-content;
        margin: 0 auto;
    }
    form .custom-checkbox input.field-inline,
    form .custom-checkbox input[data-name="appointment"],
    form .custom-checkbox input[data-name="consent"] {
        position:absolute;
        height: 1rem;
        width: 1rem;
    }
    form .custom-checkbox input.field-inline+label,
    form .custom-checkbox input[data-name="appointment"]+label,
    form .custom-checkbox input[data-name="consent"]+label{
        display: inline-block;
        margin-left: 1.5rem;
        line-height: 1.25em;
        font-size: var(--text-body-sm);
    }
    form span.help-block {
        display: block;
        font-size: .8em;
        border-left: 4px solid red;
        padding-top: .5rem;
        padding-left: 8px;
        line-height: 1;
        font-size: small;
    }
    .form-group.radiofield .help-block {
        grid-column: 2;
        color: var(--color-red-dark,red);
        font-weight: bold;
    }
    form .disclosures {
        font-size:.875rem;
        font-weight:lighter;
        line-height:1rem;
    }
    @media (min-width: 576px) {  
        .min-height-view .page__body form { max-width: 100%; }
    }
    button.formsubmitbtn {
        margin: 0 auto;
        background: var(--color-canopy, #007952);
        color: white;
        border:1px solid transparent;
    }
    button.formsubmitbtn:hover,
    button.formsubmitbtn:focus,
    button.formsubmitbtn:active {
        background: var(--color-green, #034638);
    }
    button.formsubmitbtn:disabled  {
        background:transparent;
        color:#A79887;
        cursor:default;
        border-color: #A79887;
    }
    
    .custom-radiobutton > input[type="radio"] {
        width: 24px !important;
        height: 24px !important;
        accent-color: var(--color-canopy, #007952);
    }
    
    form .transparency-popup__link,
    .form__disclaimer {
        margin:2rem 0;
        padding:0;
    }
    form .disclaimer {
        font-size: var(--text-body-xs, 14px);
        line-height: 1rem;
    }
    
    
    
.step-ty h1 {
    font-size: 3rem;
    line-height: 1em;
    margin-top:2rem;
}
.step-ty h1 span.text-large {
    font-size: 2em;
    font-weight: 500;
}
.step-ty .subheading {
    line-height:1.5em;
}
.step-ty .question {
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.step-ty .question:last-child {
    border: none;
    margin:0;
    padding:0;
}
.step-ty .answer {
    margin-bottom: 2rem;
}
.step-ty .answer__body {
    font-weight: lighter;
}
.step-ty .answer__body .heading {
    font-style:italic;
}
.step-ty .answer__response {
    font-weight: 400;
}
.card__header:has(.icon) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: .5rem;
}
.card__header .icon + .heading {
    margin-bottom: 0;
    --text-heading-md: 24px;
}
.card__header .icon {
    background: white;
    border-radius: 50%;
    aspect-ratio: 1;
    padding: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__header .icon i { 
    font-size: 1.5rem; 
    color: var(--color-canopy);
}
.card__body {
    margin-top:1rem;
}

.footer--primary {
    background: var(--color-brand);
    color: var(--color-white);
}
.footer__logo svg {
    fill: white;
    max-width: 100%;
    width: 380px;
    display: block;
}
.footer hr {
    margin: 3rem 0;
}
.footer--primary a {
    color: var(--color-white);
}

/*----------*/

@media (min-width: 576px) {
    body > .min-height-view {
        padding:4rem 0;
    }
    .header {
        padding:1.25rem 0;
    }
    .header__logo svg {
        max-width: 100%;
        max-height: 26px;
    }
    .page {
        padding: 3rem;
        border-radius: 2.5rem;
    }
    .step-ty .page__body {
        padding:3rem;
        border-radius: 2.5rem;
    }
    .page-splash .hero {
        max-width: 650px;
        margin: 0 auto;
    }
    .page-splash .hero__image {
        max-width: 640px;
    }
    .page-splash .hero__image img {
        border-radius: 2rem;
    }
    .page-splash .hero__content {
        gap: 1.5rem;
        border-radius: 40px;
        max-width: 750px;
    }
    .step-ty h1 {
        font-size: 4.5rem;
    }
    .page-splash .magnifying-glass { 
        width: auto;
        max-height: 150px;
    }
    .step-ty .magnifying-glass { 
        width: 180px;
    }
    .page__footer .guide-cover img {
        max-height: 500px;
    }
    .page-splash .hero__header .heading {
        font-size: 3rem;
        letter-spacing: normal;
    }
    .splash-sub-header {
        font-size: 1rem;
        line-height: 175%;
        padding: 0 32px 40px 32px;
    }
    .form-header {
        font-size: 2.5rem;
    }
    .page-step button.formsubmitbtn, .button--primary {
        max-width:360px;
    }
    .page-step button.formsubmitbtn {
        margin:0 auto;
    }
    .page-step .question-indicator {
        font-size: 1.5rem;
    }
    .form-group.radiofield .control-label,
    .form-group.radiofield .radio label {
        font-size: 1.5rem;
    }
    .step-ty .card__header:has(.icon) {
        align-items:center;
        flex-direction: row;
    }
    .step-ty .card__header .icon + .heading {
        --text-heading-md: 32px;
    }
    
}


@media (min-width: 992px) {
    .page {
        padding: 4rem;
        margin-bottom: 4rem;
    }
    .step-ty .page__body {
        margin-top:3rem;
    }
    .page-splash .hero__header .heading {
        letter-spacing: 1.4px;
    }
    .step-ty .magnifying-glass {
        width: 260px;
    }
    .page-splash .hero {
        max-width: 1020px;
    }
    .page-splash .hero__content {
        top: 0;
        max-width: 550px;
        padding: 3rem 2rem;
        margin-bottom: 160px;
    }
    .page-splash .hero__image {
        padding:0;
        top:100px;
    }
    
}