﻿.eligibility {
    width: 75%;
    max-width: 1161px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    .eligibility {
        width: 90%;
    }
}

@media (max-width: 700px) {
    .eligibility {
        width: 100%;
        position: inherit;
    }
}

.eligibility__Title {
    font-size: 47.5px;
    text-align: center;
    color: #000000;
    font-family: 'Montserrat';
    margin: 30px 0 38px 0;
}

@media (max-width: 700px) {
    .eligibility__Title {
        width: 100%;
        height: 59px;
        background-color: #00427a;
        margin: 0 0 0 0;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        line-height: 55px;
        position: fixed;
        z-index: 3;
    }
}

@media (max-width: 700px) {
    .shortNavTop {
        top: 30px;
    }
}

.eligibility__Subtitle {
    font-size: 21px;
    text-align: left;
    color: #333333;
    font-family: 'Open Sans';
    margin-bottom: 35px;
}

@media (max-width: 700px) {
    .eligibility__Subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: unset;
        margin: 0 6% 25px 6%;
    }
}

/* Mobile Nav */
.eligibility__Header__Nav--mobile {
    display: none;
}

@media (max-width: 1170px) {
    .eligibility__Header__Nav--mobile {
        display: none;
    }
}

@media (max-width: 700px) {
    .eligibility__Header__Nav--mobile {
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-family: 'Montserrat';
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 9;
    }
}

.eligibility__Header__Nav--mobile__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
}

.eligibility__Header__Nav--mobile__left--active {
    color: #333333;
    text-transform: uppercase;
}

.eligibility__Header__Nav--mobile__left--step {
    color: #00427a;
}

.eligibility__Header__Nav--mobile--dropdownIcon {
    width: auto;
    margin: 27px auto;
    cursor: pointer;
}

@media (max-width: 700px) {
    .eligibility__Header__Nav--mobile__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 75px;
        background-color: #c4c4c4;
        padding: 0 10px;
        margin-top: 59px;
    }
}

@media (max-width: 700px) {
    .eligibility__Header__Nav--mobile__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: auto;
        background-color: #f0f0f0;
        padding: 0 10px;
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .mobile__bottom__element {
        height: auto;
        border-bottom: solid 1px #777777;
    }
}

@media (max-width: 700px) {
    .mobile__bottom__element div {
        height: 60px;
        line-height: 60px;
        color: #999999;
        cursor: pointer;
        text-transform: uppercase;
    }
}

@media (max-width: 700px) {
    .mobile__bottom__element:last-child {
        height: auto;
        border-bottom: unset;
    }
}

.mobileNavDisabled div {
    color: #d1d1d1 !important;
}

.mobileActive div {
    color: #00427a;
    font-weight: 600;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.down {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.eligibility__Subtitle--mobile {
    display: none;
}

@media (max-width: 1170px) {
    .eligibility__Subtitle--mobile {
        display: none;
    }
}

@media (max-width: 700px) {
    .eligibility__Subtitle--mobile {
        text-align: center;
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 13% 15px 28px 15px;
    }
}

/* Desktop Nav */
.eligibility__Header {
    margin-bottom: 55px;
}

@media (max-width: 700px) {
    .eligibility__Header {
        margin-bottom: 38px;
    }
}

.eligibility__Header__Nav--desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media (max-width: 700px) {
    .eligibility__Header__Nav--desktop {
        display: none;
    }
}

.eligibility__Header__Nav--desktop__item {
    font-size: 16px;
    width: auto;
    font-family: 'Montserrat';
}

@media (max-width: 1170px) {
    .eligibility__Header__Nav--desktop__item {
        font-size: 14px;
    }
}

.desktop__item--top {
    height: 31px;
    margin-right: 10px;
}

.desktop__item--top--icon {
    display: none;
    margin-right: 6px;
    margin-top: 4px;
}

.greyCircle {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-color: #4d4d4d;
    -ms-transform: rotate(45deg);
    /*IE 9 */
    -webkit-transform: rotate(45deg);
    /*Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1170px) {
    .greyCircle {
        height: 16px;
        width: 16px;
    }
}

.greyCircle .checkmark_stem {
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    left: 10px;
    top: 3px;
}

@media (max-width: 1170px) {
    .greyCircle .checkmark_stem {
        position: absolute;
        width: 2px;
        height: 8px;
        background-color: #ffffff;
        left: 8px;
        top: 3px;
    }
}

.greyCircle .checkmark_kick {
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #ffffff;
    left: 6px;
    top: 13px;
}

@media (max-width: 1170px) {
    .greyCircle .checkmark_kick {
        position: absolute;
        width: 4px;
        height: 2px;
        background-color: #ffffff;
        left: 6px;
        top: 10px;
    }
}

.desktop__item--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.desktop__item--top--name {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 1170px) {
    .desktop__item--top--name {
        line-height: 14px;
    }
}

/* DESKTOP NAV ACTIVE*/
.active .desktop__item--bottom {
    width: 100%;
    height: 10px;
    background-color: #00427a;
}

.active .desktop__item--top--icon {
    display: none;
}

.active .desktop__item--top--name {
    color: #00427a;
    margin-left: 10px;
}

.desktop__item--top {
    cursor: pointer;
}

/* DESKTOP NAV COMPLETED*/
.completed .desktop__item--top--icon {
    display: inline;
}

.eligibility__Header__Nav--line {
    width: 100%;
    height: 1px;
    margin-top: -10px;
    background-color: #cbcbcb;
}

.navline-normal {
    margin-top: -10px;
}

.navline-complete {
    margin-top: 0px;
}

/* DESKTOP NAV DISABLED*/
.disabled .desktop__item--top--name {
    color: lightgray;
    cursor: default;
}

/* bottom text area */
.eligibility__TextArea {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    color: #333333;
    font-family: 'Open Sans';
    padding: 30px 0;
}

.eligibility__TextArea__holder {
    width: 75%;
    max-width: 1161px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .eligibility__TextArea__holder {
        margin: 0 19px 0 19px;
    }
}

.eligibilityy__TextArea--title {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .eligibilityy__TextArea--title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

.eligibility__TextArea__holder p {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 700px) {
    .eligibility__TextArea__holder p {
        font-size: 15px;
        line-height: 24px;
    }
}

.eligibility__QuestionBox {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-family: 'Open Sans';
    margin-bottom: 28px;
}

@media (max-width: 700px) {
    .eligibility__QuestionBox {
        font-size: 16px;
        line-height: 24px;
        margin: 28px 15px 28px 15px;
    }
}

.eligibility__QuestionBox--question {
    margin-bottom: 25px;
}

.eligibility__QuestionBox--date {
    margin-bottom: 24px;
}

    .eligibility__QuestionBox--date p {
        margin-bottom: 9px !important;
        font-size: 18px;
    }

@media (max-width: 700px) {
    .eligibility__QuestionBox--date p {
        font-size: 15px;
    }
}

.eligibility__QuestionBox--date input {
    height: 56px;
    width: 319px;
    border: solid 1px #c4c4c4;
    text-indent: 8px;
}

@media (max-width: 700px) {
    .eligibility__QuestionBox--date input {
        width: 288px;
    }
}

.deactivated__date input {
    background-color: #f0f0f0;
    cursor: default;
}

    .deactivated__date input::-webkit-input-placeholder {
        color: #777777;
    }

    .deactivated__date input:-moz-placeholder {
        color: #777777;
    }

    .deactivated__date input::-moz-placeholder {
        color: #777777;
    }

    .deactivated__date input:-ms-input-placeholder {
        color: #777777;
    }

    .deactivated__date input::placeholder {
        color: #777777;
    }

.deactivated__date p {
    color: #777777;
}

.inputError input {
    border: solid 2px #bd1b21;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    color: #bd1b21;
    font-weight: 600;
}

    .inputError input::-webkit-input-placeholder {
        color: #bd1b21;
        font-weight: 600;
    }

    .inputError input:-moz-placeholder {
        color: #bd1b21;
        font-weight: 600;
    }

    .inputError input::-moz-placeholder {
        color: #bd1b21;
        font-weight: 600;
    }

    .inputError input:-ms-input-placeholder {
        color: #bd1b21;
        font-weight: 600;
    }

    .inputError input::placeholder {
        color: #bd1b21;
        font-weight: 600;
    }

.inputError p {
    color: #bd1b21;
    font-weight: 600;
}

.inputValid input {
    border: solid 2px #00427a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    color: #00427a;
    font-weight: 600;
}

    .inputValid input::-webkit-input-placeholder {
        color: #00427a;
    }

    .inputValid input:-moz-placeholder {
        color: #00427a;
    }

    .inputValid input::-moz-placeholder {
        color: #00427a;
    }

    .inputValid input:-ms-input-placeholder {
        color: #00427a;
    }

    .inputValid input::placeholder {
        color: #00427a;
    }

.inputValid p {
    color: #333333;
}

.errorAreaInput {
    display: none;
    color: #bd1b21;
}

.inputError .errorAreaInput {
    display: inline;
    color: #bd1b21;
    font-weight: 600;
}

.eligibility__checkbox__container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*    TODO: check to make sure spacing works*/
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 28px;
}

    /* Hide the browser's default checkbox */
    .eligibility__checkbox__container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.eligibilityCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: solid 2px #c4c4c4;
}

/* On mouse-over, add a grey background color */
.eligibility__checkbox__container:hover input ~ .eligibilityCheckmark {
    background-color: #f0f0f0;
}

/* When the checkbox is checked, add a blue background */
.eligibility__checkbox__container input:checked ~ .eligibilityCheckmark {
    background-color: #f0f0f0;
    border: solid 2px #00427a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.eligibilityCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.eligibility__checkbox__container input:checked ~ .eligibilityCheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.eligibility__checkbox__container .eligibilityCheckmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #00427a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eligibility__QuestionBox--radio {
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .eligibility__QuestionBox--radio {
        text-align: center;
    }
}

.eligibility__radio__container {
    width: 244px;
    height: 52px;
}

.radio--question {
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .radio--question {
        text-align: center;
    }
}

.radioRow {
    margin: 1px 0 8px 0;
}

    .radioRow p {
        margin-bottom: 17px;
        line-height: 26px;
    }

.radioButton {
    width: 244px;
    height: 52px;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 700px) {
    .radioButton {
        margin: unset;
        margin: 0 8px 0 8px;
    }
}

.radioButton__toggle {
    display: none;
}

.radioButton span {
    text-align: center;
    width: 244px;
    height: 52px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #f0f0f0;
    border: solid 1px #c4c4c4;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    /* TODO:check font size */
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.54px;
}

@media (max-width: 700px) {
    .radioButton span {
        font-size: 15px;
    }
}

.radioButton span:hover {
    background-color: #d8e1f3;
    border: solid 2px #00427a;
    color: #00427a;
}

.radioButton__toggle:checked + span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: solid 2px #00427a;
    color: #00427a;
}

/* Radio select error styles */
.radioError {
    color: #bd1b21;
    font-weight: 600;
    font-size: 18px;
}

    .radioError .radioButton span {
        border: solid 2px #bd1b21;
        color: #bd1b21;
    }

    .radioError > .errorArea {
        display: block !important;
    }

.eligibility__QuestionBox--radio .errorArea {
    display: none;
}

.radioError > .radioCircle__container > .radioCircle__checkmark {
    border: 2px solid #bd1b21;
}

.eligibility__QuestionBox--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
}

.eligibility__QuestionBox--link {
    color: #00427a;
    padding-left: 31px;
}

@media (max-width: 700px) {
    .eligibility__QuestionBox--link {
        margin-left: 31px;
    }
}

.eligibility__Body__Buttonrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans';
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .eligibility__Body__Buttonrow {
        padding: 0 15px;
    }
}

.buttonRow__button {
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    /* CHECK  this might need to be changed back to 56px */
    height: 56px;
    min-width: 135px;
}

@media (max-width: 700px) {
    .buttonRow__button {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: 41px;
        min-width: 116px;
        padding: 0 14px;
    }
}

.blueButton {
    background-color: #00427a;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 56px;
    height: 56px;
}

@media (max-width: 700px) {
    .blueButton {
        height: 41px;
        width: 116px;
        line-height: 41px;
    }
}

.whiteButton {
    color: #00427a;
    border: #00427a;
    border-style: solid;
    border-width: 2px;
    font-weight: 600;
    background-color: #ffffff;
    cursor: pointer;
    /* TODO: check to see if this messes up anywhere */
    line-height: 52px;
    height: 52px;
}

@media (max-width: 700px) {
    .whiteButton {
        height: 41px;
        width: 112px;
        line-height: 37px;
    }
}

.grayButton {
    background-color: #F0F0F0;
    color: lightgray;
    border: none;
    cursor: default;
    line-height: 56px;
    height: 56px;
}

@media (max-width: 700px) {
    .grayButton {
        height: 41px;
        width: 116px;
        line-height: 41px;
    }
}

.eligibility__result {
    padding: 0px 3% 0 3%;
}

.eligibility__result--title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 32px;
}

@media (max-width: 700px) {
    .eligibility__result--title {
        text-align: center;
        margin-bottom: 36px;
        font-size: 29px;
    }
}

.eligibility__result--subtitle {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.27px;
    text-align: left;
    color: #333333;
    margin-bottom: 21px;
}

@media (max-width: 700px) {
    .eligibility__result--subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

.eligibility__result p {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.27px;
    text-align: left;
    color: #333333;
}

@media (max-width: 700px) {
    .eligibility__result p {
        font-size: 15px;
    }
}

.getStartedNow {
    width: 300px;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #cba251;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 2.3;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (max-width: 700px) {
    .getStartedNow {
        font-size: 15px;
        width: 198px;
        height: 45px;
        line-height: 3;
        margin: 35px auto 20px auto;
    }
}

.eligibility__QuestionBox--info--icon {
    color: #00427A;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    height: 20px;
    width: 20px;
    border: #00427a;
    border-style: solid;
    border-width: 2px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    padding: 0 4px 0 5px;
    line-height: 17px;
    margin-top: 4px;
}

.returnToTop {
    display: none;
}

@media (max-width: 700px) {
    .returnToTop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 52px;
        width: 52px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
        background-color: #FFFFFF;
        cursor: pointer;
        border: solid 1px #c4c4c4;
        position: inherit;
    }
}

@media (max-width: 700px) {
    .returnToTop .stem1 {
        position: relative;
        width: 2px;
        height: 10px;
        background-color: #00427a;
        left: 21px;
        top: 15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (max-width: 700px) {
    .returnToTop .stem2 {
        position: relative;
        width: 2px;
        height: 10px;
        background-color: #00427a;
        left: 25px;
        top: 15px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@media (max-width: 700px) {
    .returnToTop .centerStem {
        position: relative;
        width: 2px;
        height: 16px;
        background-color: #00427a;
        left: 20px;
        top: 17px;
    }
}

/*.eligibility__QuestionBox--info--icon::after {
    position:center;
}*/
.blankSpace {
    height: 56px;
    min-width: 135px;
}

.eligibilityList {
    padding-left: 18px;
    margin-bottom: 17px;
    color: #333333;
}

@media (max-width: 700px) {
    .eligibilityList {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.eligibilityList li {
    list-style-type: disc;
    /* padding-left: 30px; */
    position: relative;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    list-style-position: outside;
}

@media (max-width: 700px) {
    .eligibilityList li {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    #ResultsBody ul li {
        font-size: 15px;
    }
}

.hide {
    display: none !important;
}

@-webkit-keyframes spinDown {
    from {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    to {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes spinUp {
    from {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    to {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}

#ActiveDutyLength {
    font-weight: 600;
}

@media screen and (min-width: 701px) and (max-width: 796px) {
    .eligibility__Header__Nav--desktop__item {
        width: 15%;
    }
}

@media screen and (min-width: 926px) and (max-width: 1170px) {
    .desktop__item--top--name {
        line-height: 25px;
    }
}

@media screen and (min-width: 701px) and (max-width: 925px) {
    .desktop__item--top--name {
        line-height: 14px;
    }
}

@media screen and (min-width: 1170px) and (max-width: 1259px) {
    .desktop__item--top--name {
        line-height: 16px;
    }
}

@media screen and (min-width: 1260px) {
    /*.eligibility__Header__Nav--desktop__item{
        font-size:18px;
    }*/
}
