html {
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .fsMatrixLabelRow {
        width: auto !important;
    }

    .ivmYCc, .kzGdLj {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #000000 !important;
}

.btn-dob-submit {
    background-color: #E4002B;
    color: #fff;
}

.bg-logo {
    background: url('../ati-logo.jpg');
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dob-label {
    margin-bottom: 0px !important;
    margin-top: 4px;
    padding-right: 5px;
}

.asst-section p {
    font-size: 0.9rem;
    color: #727272;
}

.dob-form h6 {
    font-weight: bold;
}

.dob-form {
    font-family: Arial;
}

.fs-italic {
    font-style: italic;
}

.asst-section {
    width: 103%;
}

input.error {
    border: 1px solid #E4002B;
    border-radius: 2px;
}

.nowrap {
    white-space: nowrap;
}

.fsOptionLabel {
    align-items: inherit;
}

#dob-fields {
    margin-top: -25px;
}

.inputWrapper label {
    display: block;
}

.inputWrapper #dobMM, .inputWrapper #dobDD {
    width: 67%
}

.trouble-link {
    width: 75%;
    font-size: 0.9rem;
}

input#dobYY {
    width: 100%; 
}

/* On screens that are 1366px or less, set the set the width */
@media screen and (max-width: 1366px) {
    .trouble-link {
        width: 80%;
    }
}

div[class^="StyledReferralBadge-"] {
    visibility: hidden;
}