/* ===================================
    Membership Terms (and other plain text) Page
====================================== */

/* general */
form {
    margin-top: 30px;
}

/* hero */
#text-page-hero {
    background-image: url(/img/bkgd-blue-textured.jpg);
    padding: 125px 0px;
}

    #text-page-hero h1 {
        font-size: 115px;
        line-height: .8;
        font-weight: 500;
    }

@media (max-width: 1199px) {
    #text-page-hero {
        padding: 100px 0px;
    }
}

@media (max-width: 991px) {
    #text-page-hero h1 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    #text-page-hero {
        padding: 85px 0px;
    }

        #text-page-hero h1 {
            font-size: 68px;
        }
}

@media (max-width: 575px) {
    #text-page-hero {
        padding: 75px 0px;
    }

        #text-page-hero h1 {
            font-size: 54px;
        }
}

@media (max-width: 454px) {
    #text-page-hero h1 {
        font-size: 48px;
    }
}

@media (max-width: 399px) {
    #text-page-hero {
        padding: 65px 0px;
    }

        #text-page-hero h1 {
            font-size: 42px;
        }
}

/* content */
#text-page-content {
    background-color: var(--bkgd-off-white) !important;
    padding: 50px 0px;
}

    #text-page-content .quote {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    #text-page-content h3 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    #text-page-content h4 {
        font-size: 30px;
        font-weight: 600;
        margin-top: 35px;
    }

    #text-page-content h5 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 25px;
    }

    #text-page-content p,
    #text-page-content ul li {
        font-size: 20px;
        font-weight: 400;
    }

@media (max-width: 991px) {
    #text-page-content .quote {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #text-page-content h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    #text-page-content h4 {
        font-size: 25px;
        margin-top: 30px;
    }

    #text-page-content h5 {
        font-size: 18px;
        margin-top: 20px;
    }

    #text-page-content p,
    #text-page-content ul li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #text-page-content {
        padding: 40px 0px;
    }

        #text-page-content .quote {
            font-size: 11px;
            margin-bottom: 15px;
        }

        #text-page-content h3 {
            font-size: 30px;
            margin-bottom: 15px;
        }

        #text-page-content h4 {
            font-size: 22px;
            margin-top: 20px;
        }

        #text-page-content h5 {
            font-size: 15px;
            margin-top: 15px;
        }

        #text-page-content p,
        #text-page-content ul li {
            font-size: 15px;
        }
}

@media (max-width: 575px) {
    #text-page-content .quote {
        font-size: 11px;
        margin-bottom: 15px;
    }

    #text-page-content h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    #text-page-content h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    #text-page-content h5 {
        font-size: 15px;
        margin-top: 15px;
    }

    #text-page-content p,
    #text-page-content ul li {
        font-size: 15px;
    }
}

@media (max-width: 454px) {
    #text-page-content {
        padding: 30px 0px;
    }

        #text-page-content .quote {
            font-size: 11px;
            margin-bottom: 10px;
        }

        #text-page-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        #text-page-content h4 {
            font-size: 16px;
            margin-top: 15px;
        }

        #text-page-content h5 {
            font-size: 13px;
        }

        #text-page-content p,
        #text-page-content ul li {
            font-size: 13px;
        }
}