@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

.radio-left.border-top, .radio-right.border-top, .radio-left.border-bottom, .radio-right.border-bottom {
    border-color: #757575 !important;
    border-width: 2px !important;
}

.statement.border-bottom, .statement.border-top {
    border-color: #757575 !important;
    border-width: 2px !important;
}

h1 {
    font-size: 180%;
    font-weight: 300;
    color: #022841;
    line-height: 1.2;
    margin-top: 0 !important;
}
/* ~ 22pt */
h2 {
    font-size: 130%;
    font-weight: 600;
    color: #022841;
}

.MainHeader {
    background-color: #022841;
    display: flex;
    color: white;
    align-items: center;
    height: 44px;
    padding: 0 16px;
    justify-content: space-between;
    text-decoration: none;
}

a.MainHeader:hover,
a.MainHeader:focus {
    color: inherit;
    text-decoration: underline;
}

img.faq {
    height: inherit;
    padding: 10px 5px;
}
.copyright > p {
    font-size: 0.7em;
}

li {
    padding: 0.6em 0;
}

span#spnQstnNum {
    margin-top: -1em;
    display: block;
}

.samplebox {
    background: transparent;
    border-radius: 12px;
    padding-bottom: 2em;
    margin-top: 1em;
}

h3 {
    font-weight: bold;
    font-size: 20px;
}

.psq-biq-form {
    margin-top: 2em;
}

    .psq-biq-form fieldset {
        padding: 0;
    }

    .psq-biq-form legend, .psq-biq-form label {
        font-size: 14px; padding-bottom:0.5em;
    }
    .psq-biq-form label {
        padding-left: 0.25em;
        padding-right: 1em;
    }

    .psq-biq-form textarea {
        margin: 0 26px;
        width: 100%;
        border-radius: 0.25rem;
    }

.psq-form {
    margin-top: 2em;
}

    .psq-form fieldset {
        padding: 0;
    }

    .psq-form legend, .psq-form label {
        font-size: 14px;
    }

    .psq-form legend {
        padding-left: 1em;
        padding-right: 1em;
    }

    .psq-form textarea {
        margin: 0 26px;
        width: 100%;
        border-radius: 0.25rem;
    }

span.charlimit {
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    font-weight: normal;
    margin-right: -26px;
}

.psq-form .list-number {
    padding-left: 12px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: -20px;
    display: block;
}

span.surveyRadioButtons {
    margin-left: 2em;
    margin-bottom: 26px;
    display: flex;
    align-items:center;
}

span.englishBetter {
    margin-bottom: 5px;
    display: flex;
}

.englishBetter label {
    margin-right: 26px;
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.surveyRadioButtons label {
    margin-right: 26px;
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}


span.surveyRadioButtons input[type=radio] {
    cursor: pointer !important;
    border-radius: 100%;
    height: 20px;
    width:auto;
}
#imgLogo {
    height: inherit;
    padding: 7px 0;
}

span.bqEnglishRadioButtons {
    margin-left: 1px;
}

.psq-screencenter {
    margin-top: calc(22vh);
}

a
.checkmark-ty {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5em;
}

.psq-ty-heading {
    font-weight: 700;
    font-size: 18px;
    color: #022841;
    padding-top: 20px;
}

.alert-warning {
    color: black;
    border: 1px solid darkorange;
    z-index: 1;
    position: absolute;
}

h3.statement {
    margin-bottom: 0;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

p, label, .statement {
    font-size: 14px;
}

    p.instructions {
        font-weight: 600;
    }

    p.paragraph {
        font-weight: 400;
        line-height: 1.8;
    }

label {
    font-weight: bold;
}

.top-outline {
    background-color: transparent;
    padding: .5em, .25em;
    margin: 0 auto;
    max-width: 40px;
    height: 100%;
}

.container {
    max-width: 740px;
}

.top {
    border-radius: 10px 10px 0 0;
}

.bottom {
    border-radius: 0px 0px 10px 10px;
}

.statement {
    width: 575px;
    display: flex;
    align-items: center;
}

.radio-left {
    width: 70px;
    padding: 0px 6px 0px 12px;
}

.radio-right {
    width: 70px;
    padding: 0px 12px 0px 6px;
}

.radio-box {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

input[type=radio] {
    border-radius: 100%;
    height: 20px;
    width: 20px; 
}


p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.btn-primary {
    background-color: rgba(48, 114, 190, 1);
    width: 140px;
}

.btn {
    font-size: 14px;
}

#alert {
    display: none;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-link {
    font-weight: 400;
    color: rgba(48, 114, 190, 1);
    text-decoration: none;
}

.fa-exclamation-circle {
    color: darkorange;
    font-size: 30px;
    text-align: center;
}

.btn-primary {
    background-color: rgb(81, 60, 196);
    font-weight: bold;
}

    /*  .btn-primary:hover {
        background-color: rgb(58, 44, 145);
    } */

    .btn-primary:hover {
        background-color: rgb(81, 60, 196);
        box-shadow: inset 0 0 0 0.15rem white, 0 0 0 0.1rem #022841;
    }
 
    .btn-primary:focus {
        background-color: rgb(81, 60, 196);
        box-shadow: inset 0 0 0 0.15rem white, 0 0 0 0.1rem #022841;
    }

.btn-link {
    color: rgb(81, 60, 196);
}

button.close {
    display: block;
    float: right;
    border: none;
    background-color: transparent;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

main {
    margin-top: 40px;
    min-height: calc(100vh - 206px);
}

.container-fluid {
    max-width: 1280px;
}

footer {
    background-color: rgba(235, 235, 235, 1);
    height: auto;
    padding: 20px 16px;
    margin-top: 40px;
}

    footer.logo img {
        width: 60px;
    }

.sub-head {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #022841;
}

.biq-question {
    font-weight: bold;
    font-size: 14px
}

ol li {
    font-weight: bold;
    font-size: 14px
}

    ol li ul {
        list-style: none;
    }

        ol li ul li:before {
            content: "1a.";
            margin-left: -25px;
            padding-right: 5px;
        }

.biq-required {
    color: red;
}

.form-text {
    color: black;
}

.form-check-label {
    padding-left: 5px;
    padding-top: 2px;
}

.form-select, .form-control {
    border: thin solid #513cc4;
}
.form-select:focus {
    box-shadow: 0 0 0 0.2rem white, 0 0 0 0.35rem #022841;
    border-color: #513cc4;
}


.form-text, .form-control {
    border: thin solid #513cc4;
}

.alert-danger {
    color: #363636;
}

.fa-exclamation-triangle {
    color: rgba(204, 0, 0, 1);
    font-size: 25px;
}

#warning {
    display: none;
}

label#lblSelfDesc {
    padding-top: 1.2em;
    padding-bottom: 1em;
}

.describe-race {
    margin-left: 1.9em;
    width: 20.5em;
}

.please-describe {
    padding-top: 1.2em;
    padding-bottom: 1em;
}

.txtSelDesc {
    margin-left: 0.01em;
}

    .txtSelDesc textarea {
        width: 335px
    }

.state {
    margin-top: 0.8em;
}

.txt-education {
    margin-left: 1.8em;
    width: 335px;
}

.pairs-fieldset > .row {
justify-content: center;
}

p.pairs-instructions {
font-weight: 600;
text-align: center;
}

fieldset.pairs-fieldset {
    margin: 2em 0;
}

.pairs-fieldset label {
    padding: .5em 0;
}

.radio-left.top-outline {
    padding: .5em .25em;
    height: auto;
}

@media (max-width: 768px) {
    .psq-form textarea, .txt-education {
        width: 95.5%;
    }
}

@media (max-width: 740px) {
    .statement {
        width: 455px;
    }
}

@media (max-width:640px) {
    .statement {
        width: 360px;
    }

    span.surveyRadioButtons {
        display: grid;
    }

    .surveyRadioButtons label {
        margin: -20px 0 20px 25px;
        font-size: 14px;
    }
}

@media (max-width:540px) {
    .statement {
        width: 260px;
    }

    div#errors {
        padding-left: 25px;
    }
}

@media (max-width:440px) {
    .statement {
        width: 184px;
    }
}

@media (max-width: 390px) {
    .statement, .statement-h {
        width: 150px;
    }
}

@media (max-width: 320px) {
    .container {
        min-width: 320px;
    }
}
