html,
body,
.h2,
.h3,
.h4,
.h6,
.h1 {
    font-family: "ColgateReady" !important;
    line-height: 1.5em !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: unset !important;
    min-height: unset !important;
    line-height: unset !important;
}

#radios,
#otherPlatform,
#kinderGarten,
#preK,
#legal2,
#bsbfKitDiv,
#headStartDiv {
    display: none;
}

.form-check:has(.form-check-input:disabled) .form-check-label {
    opacity: 1;
}

.text-danger {
    color: #D2010D !important
}

.fz-13,
.fz-13 li {
    font-size: 13px !important;
}

.fz-15 {
    font-size: 15px !important;
}

ul {
    margin-top: 8px;
}

li {
    margin-top: 5px !important
}

.sup {
    font-size: 0.5em !important;
    line-height: 1 !important;
    vertical-align: 40% !important;
}

.min-height {
    min-height: 250px !important;
}

.bg-lightGrey {
    background-color: #f5f5f5;
    transition: 0.4s;
}

.bg-lightGrey:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
}

.line-after {
    position: relative;
    overflow: hidden;
    display: block;

    span {
        vertical-align: baseline;
        display: block;
        position: relative;

        &:after {
            content: '';
            position: absolute;
            width: 100%;
            top: 50%;
            margin-left: 10px;
            border-top: 1px solid #ccc;
        }
    }
}

.h5 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.25rem;
    font-family: "ColgateReady" !important;
}

@media (min-width:376px) and (max-width:475px) {
    .h5 {
        font-size: 1.05rem !important;
        line-height: 1.4 !important;
    }

    .font-m {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }

    .form-check-label {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }

    .fz-13,
    .fz-13 li {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .fz-15 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
}

@media (min-width:1px) and (max-width:375px) {
    .h5 {
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }

    .font-m {
        font-size: 0.85rem !important;
        line-height: 1.2 !important;
    }

    .form-check-label {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }

    .fz-13,
    .fz-13 li {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .fz-15 {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

/* SLIDER UI -----------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: "ColgateReady" !important;
}

#englishSpeakHandle,
#spanishSpeakHandle,
#chineseSpeakHandle,
#vietnameseSpeakHandle {
    width: 3em;
    height: 1.8em;
    top: 50%;
    margin-top: -0.9em;
    text-align: center;
    line-height: 1.5em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #D2010D !important;
    background: #D2010D !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #D2010D !important;
    text-decoration: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #D2010D !important;
    background: #D2010D !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #D2010D !important;
    text-decoration: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #D2010D !important;
    background: #D2010D !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.ui-slider-horizontal {
    height: 0.9em !important;
    margin-top: 0.44em !important;
}

/* END SLIDER UI -----------------------------------------------------------------------------------------------------*/