/* =============================================================================
   terms-of-use.css — Specialty Pharmaceuticals Terms of Use page
   Scoped under body.terms-of-use-page to avoid leaking into global styles.
   ============================================================================= */

.terms-of-use-page {
    background: #fff;
    color: #3c3c3c;
}

.terms-of-use-page .terms-main {
    padding: 185px 0 70px;
    box-sizing: border-box;
}

.terms-of-use-page .terms-content {
    max-width: 980px;
    margin: 0 auto;
}

.terms-of-use-page .textwidget h2,
.terms-of-use-page .textwidget h3 {
    font-family: "Raleway", sans-serif;
    color: #000;
}

.terms-of-use-page .textwidget h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 18px;
}

.terms-of-use-page .textwidget h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 34px 0 12px;
}

.terms-of-use-page .textwidget p,
.terms-of-use-page .textwidget ul {
    width: auto;
    margin: 0 0 16px;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #3c3c3c;
}

.terms-of-use-page .textwidget ul {
    padding-left: 28px;
}

.terms-of-use-page .textwidget li {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 8px;
}

.terms-of-use-page .textwidget a {
    color: #c2261a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.terms-of-use-page .textwidget a:hover,
.terms-of-use-page .textwidget a:focus {
    color: #951d14;
}

.terms-of-use-page .textwidget a:focus-visible {
    outline: 3px solid rgba(194, 38, 26, .35);
    outline-offset: 3px;
}

@media all and (max-width: 1280px) {
    .terms-of-use-page .terms-main {
        padding-top: 155px;
    }
}

@media all and (max-width: 900px) {
    .terms-of-use-page .terms-main {
        padding: 135px 0 54px;
    }

    .terms-of-use-page .textwidget h2 {
        font-size: 36px;
    }

    .terms-of-use-page .textwidget h3 {
        font-size: 22px;
    }
}

@media all and (max-width: 600px) {
    .terms-of-use-page .terms-main {
        padding: 118px 0 42px;
    }

    .terms-of-use-page .textwidget h2 {
        font-size: 30px;
    }

    .terms-of-use-page .textwidget h3 {
        font-size: 20px;
    }

    .terms-of-use-page .textwidget p,
    .terms-of-use-page .textwidget ul,
    .terms-of-use-page .textwidget li {
        font-size: 14px;
    }
}
