p.terms-and-conditions {
    margin-top: 12px;
}


.twoColumnContentSplit.col2.result-thyroid {
    display: flex;
    align-items: flex-start;
    gap: 39px;
}
ul.ul-two li {
    padding-bottom: 15px;
}

.result-thyroid h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: .42px;
    color: inherit;
    margin-bottom: 24px;
}

button.btn.print-results.fal.fal-double-chevron-right.cta-btn {
    color: rgb(255, 255, 255);
    font-size: 18px;
    letter-spacing: 0.11px;
    cursor: pointer;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
    touch-action: manipulation;
    font-family: 'Arial';
    background-color: rgb(127, 0, 0) !important;
    font-weight: bold !important;
    display: inline-block !important;
    padding: 11px 28px;
    transition: none;
    white-space: nowrap;
    border-radius: 24px;
    width: auto;
}

h2.email-overview {
    margin-bottom: 16px;
}

.survey-results-form-wrapper input {
    border: 1px solid #000 !important;
    height: 56px;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .01px;
    padding: 5px 110px 5px 20px;
    display: block !important;
}

.survey-results-form-wrapper .email-results {
    text-align: center;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: .01px;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0;
    height: 55px;
    width: 100px;
    background: #7f0000;
    border: none !important;
    text-decoration: none;
}

span#errorMessage1 {
    color: red;
    margin-top: 7px;
    display: inline-block;
}

.survey-results-form-wrapper form div {
    position: relative;
}

#section-survey-results .survey-results-form-wrapper {
    max-width: 610px;
    margin-bottom: 50px;
}

.survey-results-form-wrapper {
    padding: 0;
    margin-top: 6px;
}

.dynamic-result {
    margin-bottom: 40px;
}

.survey-results-doctor-points li {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .01px;
    counter-increment: li-counter;
    position: relative;
    padding-left: 80px;
    margin-bottom: 50px;
    color: #000;
    display: flex;
    align-items: center;
}

.survey-results-doctor-points {
    padding-left: 0px;
}

.survey-results-doctor-points li::before {
    content: counter(li-counter);
    font-weight: bold;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: .02px;
    background: #00468b;
    border-radius: 50%;
    padding: 7px 14px;
    color: #fff;
    font-family: 'Arial';
    position: absolute;
    left: 0;
    top: auto;
}

.page-survey #section-cause>.component-content {
    padding: 0px;
    margin-top: 40px;
    border-top: 0px solid #000 !important;
    padding-top: 0px !important;
}

/* .page-survey form.row {
     border-top: 4px solid #000 !important;
    padding-top: 40px !important; 
}  */

.page-survey #section-cause>div>div>div>form>fieldset:nth-child(1)>div:nth-child(1)>div>h2 {
    border-top: 3px solid #000;
    padding-top: 30px;
}

#right-care a {
    text-decoration: none;
}

#right-care h3.color-secondary {
    font-weight: bold;
    letter-spacing: .02px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 30px;
    text-decoration: none;
}

#right-care p {
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
    color: #000;
    letter-spacing: .01px;
    font-size: 22px;
    line-height: 28px;
}

#right-care .col-12 {
    padding: 0px;
}

#right-care .cta-btn {
    color: #fff;
    background-color: #7f0000 !important;
    padding: 11px 28px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .11px;
    cursor: pointer;
    font-weight: bold !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block !important;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    line-height: 21px;
    touch-action: manipulation;
    border-radius: 24px;
    font-family: 'Arial';
    padding: 12px 28px;
    border-radius: 24px;
    border: none;
    font-size: 18px;
    letter-spacing: .11px;
}

#right-care .cta-btn:hover,
button.btn.print-results.fal.fal-double-chevron-right.cta-btn:hover {
    color: #810000 !important;
    background-color: #fff !important;
}


.page-survey #right-care {
    border-top: 3px solid var(--Primary-Black, #000) !important;
}

.page-survey .theme-contentcta-no-border-bottom {
    margin-top: 10px;
}


.page-thyroid-eye-disease-symptoms .video-transcript .item .toggle-header:before {
    left: 9.4rem;
}

.page-thyroid-eye-disease-symptoms .theme-contentcta-no-border-bottom {
    border-bottom: none !important;
}

@media (max-width:767px) {
    p.terms-and-conditions a {
        font-size: 16px;
        line-height: 24px;
    }

    .twoColumnContentSplit.col2.result-thyroid {
        display: flex;
        align-items: flex-start;
        gap: 39px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .twoColumnContentSplit.col2.result-thyroid img {
        width: 210px;
        height: 210px;
    }

    .result-thyroid p a {
        font-size: 16px;
        line-height: 24px;
    }

    button.btn.print-results.fal.fal-double-chevron-right.cta-btn {
        width: 100%;
    }

    .survey-results-doctor-points li {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: .01px;
        counter-increment: li-counter;
        position: relative;
        padding-left: 58px;
        margin-bottom: 50px;
        color: #000;
        display: flex;
        align-items: center;
    }

    .survey-results-doctor-points li::before {
        content: counter(li-counter);
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: .02px;
        background: #00468b;
        border-radius: 50%;
        padding: 1px 9px;
        color: #fff;
        font-family: 'Arial';
        position: absolute;
        left: 0;
        top: 0px;
        font-weight: 700;
    }

    .survey-results-doctor-points li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .01px;
        counter-increment: li-counter;
        position: relative;
        padding-left: 58px;
        margin-bottom: 16px;
        color: #000;
        display: flex;
        align-items: center;
    }

    #right-care .cta-btn {
        width: 100%;
    }

    #right-care p {
        width: 100%;
        margin-bottom: 26px;
        padding: 0;
        color: #000;
        letter-spacing: .01px;
        font-size: 16px;
        line-height: 24px;
    }

    #right-care h3.color-secondary {
        font-weight: bold;
        letter-spacing: .02px;
        margin-bottom: 20px;
        line-height: 26px;
        font-size: 22px;
        text-decoration: none;
    }

    #right-care p+p {
        margin-bottom: 0px;
    }
}