html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #eeedef;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

    body.active-modal, body.menu-open {
        overflow: hidden
    }

footer, header, main {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; 
    flex: 1;
}

blockquote, figure, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0
}

li, main {
    display: block
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -.4em
}

input:required {
    -webkit-box-shadow: none;
    box-shadow: none
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class*=seg-] {
    float: left;
    padding: 1rem
}

.marling {
    display: none
}

body, button, input, select {
    font-family: Nunito,sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
    font-family: Nunito,sans-serif;
    line-height: 1.6
}

a {
    color: #bda952;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

p {
    line-height: 1.4;
    margin-bottom: 1.2em
}

.tcpa-user-text {
    font-weight: 700
}

.email-suggestion-option-trigger {
    cursor: pointer;
    font-weight: 600
}

    .email-suggestion-option-trigger:hover {
        text-decoration: underline
    }

.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-block--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-block--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-block--wrap {
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.flex-block--aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-block--aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-block--aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-block--aisb {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between
}

.flex-block--jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-block--jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-block--jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-block--jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.no-padding {
    padding: 0
}

.no-padding--horizontal {
    padding-left: 0;
    padding-right: 0
}

.no-padding--vertical {
    padding-bottom: 0;
    padding-top: 0
}

.no-padding--top {
    padding-top: 0
}

.no-padding--bottom {
    padding-bottom: 0
}

.no-padding--left {
    padding-left: 0
}

.no-padding--right {
    padding-right: 0
}

.no-margin {
    margin: 0
}

.bold-text {
    font-weight: 700
}

.medium-text {
    font-weight: 600
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.underline {
    text-decoration: underline
}

.italic {
    font-style: italic
}

.line-nowrap {
    white-space: nowrap
}

.line-break-word {
    word-wrap: break-word
}

.uppercase {
    text-transform: uppercase
}

.semi-bold-text {
    font-weight: 600
}

.heavy-text {
    font-weight: 800
}

.highlighted-text {
    color: #bda952
}

.no-display {
    display: none
}

.sr-display-only, .sr-display-only.form-element__label {
    border: 0;
    clip: rect(0,0,0,0);
    height: .1rem;
    margin: -.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .1rem
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%
}

.seg-1 {
    width: 8.333%
}

.seg-2 {
    width: 16.666%
}

.seg-3 {
    width: 25%
}

.seg-4 {
    width: 33.333%
}

.seg-5 {
    width: 41.666%
}

.seg-6 {
    width: 50%
}

.seg-7 {
    width: 58.333%
}

.seg-8 {
    width: 66.666%
}

.seg-9 {
    width: 75%
}

.seg-10 {
    width: 83.333%
}

.seg-11 {
    width: 91.666%
}

.seg-12 {
    width: 100%
}

.seg-auto {
    width: auto
}

@media (min-width:550px) {
    .container {
        width: 100%
    }

    .seg-1--s {
        width: 8.333%
    }

    .seg-2--s {
        width: 16.666%
    }

    .seg-3--s {
        width: 25%
    }

    .seg-4--s {
        width: 33.333%
    }

    .seg-5--s {
        width: 41.666%
    }

    .seg-6--s {
        width: 50%
    }

    .seg-7--s {
        width: 58.333%
    }

    .seg-8--s {
        width: 66.666%
    }

    .seg-9--s {
        width: 75%
    }

    .seg-10--s {
        width: 83.333%
    }

    .seg-11--s {
        width: 91.666%
    }

    .seg-12--s {
        width: 100%
    }

    .seg-auto--s {
        width: auto
    }
}

@media (min-width:800px) {
    .container {
        width: 80rem;
        max-width: 100%
    }

    .container--large {
        width: 90rem
    }

    .seg-1--m {
        width: 8.333%
    }

    .seg-2--m {
        width: 16.666%
    }

    .seg-3--m {
        width: 25%
    }

    .seg-4--m {
        width: 33.333%
    }

    .seg-5--m {
        width: 41.666%
    }

    .seg-6--m {
        width: 50%
    }

    .seg-7--m {
        width: 58.333%
    }

    .seg-8--m {
        width: 66.666%
    }

    .seg-9--m {
        width: 75%
    }

    .seg-10--m {
        width: 83.333%
    }

    .seg-11--m {
        width: 91.666%
    }

    .seg-12--m {
        width: 100%
    }

    .seg-auto {
        width: auto
    }
}

@media (min-width:1080px) {
    .container {
        width: 104rem
    }

    .container--large {
        width: 145rem
    }

    .seg-1--l {
        width: 8.333%
    }

    .seg-2--l {
        width: 16.666%
    }

    .seg-3--l {
        width: 25%
    }

    .seg-4--l {
        width: 33.333%
    }

    .seg-5--l {
        width: 41.666%
    }

    .seg-6--l {
        width: 50%
    }

    .seg-7--l {
        width: 58.333%
    }

    .seg-8--l {
        width: 66.666%
    }

    .seg-9--l {
        width: 75%
    }

    .seg-10--l {
        width: 83.333%
    }

    .seg-11--l {
        width: 91.666%
    }

    .seg-12--l {
        width: 100%
    }

    .seg-auto {
        width: auto
    }
}

@media (min-width:1240px) {
    .container {
        width: 120rem
    }

    .container--large {
        width: 145rem
    }

    .seg-1--xl {
        width: 8.333%
    }

    .seg-2--xl {
        width: 16.666%
    }

    .seg-3--xl {
        width: 25%
    }

    .seg-4--xl {
        width: 33.333%
    }

    .seg-5--xl {
        width: 41.666%
    }

    .seg-6--xl {
        width: 50%
    }

    .seg-7--xl {
        width: 58.333%
    }

    .seg-8--xl {
        width: 66.666%
    }

    .seg-9--xl {
        width: 75%
    }

    .seg-10--xl {
        width: 83.333%
    }

    .seg-11--xl {
        width: 91.666%
    }

    .seg-12--xl {
        width: 100%
    }

    .seg-auto {
        width: auto
    }
}

.header {
    background: #ffffff;
    padding: .75rem 0;
    width: 100%;
    z-index: 5
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    min-height: 100vh;
    overflow: auto;
    padding: 6.5rem 0;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 100%;
    z-index: -1
}

    .header__nav.open {
        right: 0
    }

.header__nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header__nav-list-item {
    color: #03111e;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1rem
}

.header__nav-list-item-link {
    color: #03111e;
    -webkit-transition: .3s;
    transition: .3s
}

    .header__nav-list-item-link.is-active {
        color: #1c2834
    }

        .header__nav-list-item-link.is-active:hover {
            color: #1c2834
        }

    .header__nav-list-item-link:hover {
        color: #bda952;
        text-decoration: none
    }

.header__nav-logout-btn {
    background: 0 0;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 0;
    font-size: 1.8rem;
    -webkit-transition: .3s;
    transition: .3s
}

    .header__nav-logout-btn:hover {
        color: #bda952
    }

.header__logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font: 0/0 a;
    height: 3.8rem;
    width: 21.5rem
}

    .header__logo a {
        color: #fff
    }

        .header__logo a:hover {
            color: #bda952
        }

.header__logo-container {
    padding: 0
}

.header__open-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter
}

.header__open-btn-seg {
    padding: 0
}

.header__open-btn-box {
    display: inline-block;
    height: 2.4rem;
    position: relative;
    width: 4rem
}

.header__open-btn-inner {
    display: block;
    margin-top: -.2rem;
    top: .2rem
}

.is-active .header__open-btn-inner {
    -webkit-transform: translate3d(0,1rem,0) rotate(45deg);
    transform: translate3d(0,1rem,0) rotate(45deg)
}

.header__open-btn-inner, .header__open-btn-inner::after, .header__open-btn-inner::before {
    border-radius: .4rem;
    background-color: #1c2834;
    height: .2rem;
    position: absolute;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 4rem
}

    .header__open-btn-inner::after, .header__open-btn-inner::before {
        content: "";
        display: block
    }

    .header__open-btn-inner::before {
        top: 1rem;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform
    }

.is-active .header__open-btn-inner::before {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate3d(-.571429rem,-.6rem,0);
    transform: rotate(-45deg) translate3d(-.571429rem,-.6rem,0)
}

.header__open-btn-inner::after {
    top: 2rem
}

.is-active .header__open-btn-inner::after {
    -webkit-transform: translate3d(0,-2rem,0) rotate(-90deg);
    transform: translate3d(0,-2rem,0) rotate(-90deg)
}

@media (min-width:1080px) {
    .header {
        padding: 1.5rem 0
    }

    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        left: auto;
        min-height: unset;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        z-index: 1
    }

        .header__nav.open {
            min-height: unset
        }

    .header__nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

    .header__nav-list-item {
        padding: 0 1rem
    }

        .header__nav-list-item:first-child {
            padding-left: 0
        }

        .header__nav-list-item:last-child {
            padding-right: 0
        }

    .header__nav-list-item--cta {
        padding-left: 1.5rem
    }

    .header__logo {
        height: 5.7rem;
        width: 32rem
    }

    .header__open-btn-seg {
        display: none
    }
}

@media (min-width:1240px) {
    .header__nav-list-item {
        padding: 0 1.5rem
    }

    .header__nav-list-item--cta {
        padding-left: 3rem
    }
}

.footer {
    background: #ffffff;
    border-top: solid .1rem #317c83;
    color: #1c2834;
    font-size: 1.65rem;
    padding: 2rem 1rem 1rem;
    width: 100%;
}

    .footer a {
        color: inherit;
        -webkit-transition: .3s;
        transition: .3s
    }

        .footer a:hover {
            text-decoration: underline
        }

.footer__main-content {
    text-align: justify;
    width: 100%
}

    .footer__main-content p {
        margin-bottom: 1.6rem
    }

.footer p {
    line-height: 1.6
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.footer__block {
    width: 100%
}

.footer__block--nav, .footer__block--ownership-text {
    text-align: left
}

.footer__block--nav {
    margin: 1rem 0
}

    .footer__block--nav li {
        display: block;
        line-height: 1.2;
        margin-bottom: .8rem;
        padding: 0;
        width: 100%
    }

.footer__block--logo {
    padding: 2rem 0
}

    .footer__block--logo img { 
        opacity: .9;
        width: 20rem
    }

@media (min-width:800px) {
    .footer__block--nav, .footer__block--ownership-text {
        text-align: center
    }

        .footer__block--nav li {
            display: inline;
            line-height: 1.6;
            margin-bottom: 0;
            padding: 0 .75rem
        }

            .footer__block--nav li a {
                white-space: nowrap
            }

    .footer__block--logo {
        text-align: center
    }

        .footer__block--logo img {
            width: 30rem
        }

    .footer__main-content p {
        margin-bottom: 0
    }
}

.site-form {
    background: #fff;
    border: .3rem solid #1c2834;
    border-radius: 1rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    margin: 3rem 0;
    max-width: 100%;
    padding: 1rem
}

.site-form__title {
    border-left: .3rem solid #1c2834;
    font-family: Nunito,sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: .75rem;
    padding-left: 1rem
}

.site-form__sub-title {
    display: block;
    float: left;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: .5rem;
    width: 100%
}

@media (min-width:550px) {
    .site-form {
        padding: 2rem 1rem
    }

    .site-form__title {
        border-left-width: .5rem;
        font-size: 3.4rem;
        padding-left: 1.5rem
    }

    .site-form__sub-title {
        font-size: 2rem
    }
}

@media (min-width:800px) {
    .site-form {
        padding: 3rem 5rem
    }
}

.multi-step-form {
    background: 0 0;
    display: none;
    padding: 0
}

    .multi-step-form:first-child, .multi-step-form:first-of-type {
        display: block
    }

.multi-step-form__question-group {
    background: #fff;
    border: .3rem solid #bda952;
    border-radius: 1rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    display: none;
    max-width: 100%;
    padding: 1rem;
    text-align: center;
    width: 60rem
}

    .multi-step-form__question-group:first-of-type {
        display: block
    }

.multi-step-form__question-group-desc {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center
}

.multi-step-form__question-group-desc--top {
    margin-top: 1rem
}

.multi-step-form__question-group-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center
}

.multi-step-form__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.multi-step-form__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

    .multi-step-form__navigation .back-btn {
        background: #fff;
        border: .1rem solid #dedede;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        font-size: 1.4rem;
        font-weight: 400;
        padding: 1.2rem
    }

        .multi-step-form__navigation .back-btn:hover {
            background: #f2f2f2;
            border-color: #dedede
        }

    .multi-step-form__navigation .back-btn--disabled {
        cursor: not-allowed;
        opacity: .5
    }

        .multi-step-form__navigation .back-btn--disabled:hover {
            background: inherit;
            border-color: inherit
        }

.multi-step-form .button-block--prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.multi-step-form .invalid-input-seg .input-error-message {
    text-align: left
}

.multi-step-form__subsequent-result {
    display: none
}

    .multi-step-form__subsequent-result .multi-step-form__result-msg.has-additional {
        border-bottom: solid .1rem #1c2834;
        margin-bottom: 2rem
    }

        .multi-step-form__subsequent-result .multi-step-form__result-msg.has-additional h4 {
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 1rem
        }

    .multi-step-form__subsequent-result .nr-schools-list__sponsored-msg, .multi-step-form__subsequent-result .nr-schools-list__sponsored-msg p {
        text-align: left
    }

@media (min-width:550px) {
    .multi-step-form__question-group {
        padding: 2rem 1rem
    }

    .multi-step-form__question-group-desc {
        font-size: 1.8rem
    }

    .multi-step-form__question-group-title {
        font-size: 3rem
    }

    .multi-step-form__navigation .back-btn {
        font-size: 1.6rem
    }
}

@media (min-width:800px) {
    .multi-step-form__question-group {
        padding: 3rem 5rem
    }
}

.rangeslider, .rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    opacity: .4
}

.rangeslider__fill {
    background: #0f0;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g) #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,.1)));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    border-radius: 50%
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background-size: 100%;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.13)),to(rgba(255,255,255,0)));
        background-image: linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));
        border-radius: 50%
    }

    .rangeslider--active .rangeslider__handle, .rangeslider__handle:active {
        background-image: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background-size: 100%;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.12)));
        background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12))
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255,0,255,.9);
    box-shadow: 0 0 8px rgba(255,0,255,.9)
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
        left: 50%;
        right: 50%
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-months .flatpickr-month {
        background: 0 0;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9)
    }

        .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9)
        }

    .flatpickr-current-month input.cur-year {
        background: 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,.5);
            background: 0 0;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: 0 0;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: 0;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
            outline: 0
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: 0;
            padding: 0
        }

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
        background: #569ff7;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7
    }

        .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #569ff7;
            box-shadow: -10px 0 0 #569ff7
        }

        .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        color: rgba(57,57,57,.3);
        background: 0 0;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,.3);
        background: 0 0;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: 700;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.btn {
    background: #bda952;
    border-color: #bda952;
    border-radius: .6rem;
    border-style: solid;
    border-width: .2rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 2rem;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    line-height: 1.2;
    overflow: visible;
    padding: 1.5rem 3rem;
    text-decoration: none;
    text-shadow: 0 .1rem .1rem rgba(0,0,0,.2);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background,border-color,color,margin,-webkit-box-shadow;
    transition-property: background,border-color,color,margin,-webkit-box-shadow;
    transition-property: background,border-color,box-shadow,color,margin;
    transition-property: background,border-color,box-shadow,color,margin,-webkit-box-shadow;
    width: 100%
}

    .btn:hover {
        background: #1c2834;
        border-color: #1c2834;
        -webkit-box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
        box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
        margin-bottom: .2rem;
        margin-top: -.2rem;
        text-decoration: none
    }

.btn--nav-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50rem;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -.05rem;
    line-height: 1;
    padding: 1rem 2.5rem
}

    .btn--nav-link:hover {
        background-color: #1c2834;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        margin: 0
    }

.btn__nav-link-icon {
    font-size: 90%;
    margin-left: .5rem
}

.btn--error {
    background: #ed1f24;
    border-color: #ed1f24
}

    .btn--error:hover {
        background: #e01217;
        border-color: #e01217
    }

.btn--success {
    background: #21ba45;
    border-color: #21ba45
}

    .btn--success:hover {
        background: #1da43d;
        border-color: #1da43d
    }

.btn--warning {
    background: #fbbd08;
    border-color: #fbbd08;
    color: #333
}

    .btn--warning:hover {
        background: #e6ac04;
        border-color: #e6ac04
    }

.btn--ghost {
    background: 0 0;
    border-color: #bda952;
    color: #bda952;
    text-shadow: none
}

    .btn--ghost:hover {
        background: #bda952;
        color: #fff
    }

.btn--horizontal-margin {
    margin: 0 .5rem
}

.btn--fwb {
    font-weight: 700
}

.btn--auto-width {
    width: auto
}

.btn--icon {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bda952;
    padding: 0;
    text-shadow: none;
    width: auto
}

    .btn--icon:hover {
        background-color: transparent;
        color: #f33706
    }

.btn__text {
    display: inline-block
}

.btn__text--sl {
    font-size: .8em;
    font-weight: 400;
    margin-top: .5rem;
    width: 100%
}

@media (min-width:1080px) {
    .btn {
        font-size: 2.2rem;
        padding: 1.5rem 4rem
    }

    .btn--nav-link {
        font-size: 1.7rem;
        padding: 1.25rem 2.5rem
    }
}

.form-element {
    padding: .75rem
}

.form-element--fieldset {
    border: none;
    margin: 0
}

.form-element.no-padding {
    padding: 0
}

.form-element.no-padding--horizontal {
    padding-left: 0;
    padding-right: 0
}

.form-element.no-padding--vertical {
    padding-bottom: 0;
    padding-top: 0
}

.form-element.no-padding--top {
    padding-top: 0
}

.form-element.no-padding--bottom {
    padding-bottom: 0
}

.form-element.no-padding--left {
    padding-left: 0
}

.form-element.no-padding--right {
    padding-right: 0
}

.form-element__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: .2rem solid rgba(0,0,0,.15);
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    font-family: Nunito,sans-serif;
    font-size: 2rem;
    padding: 1rem 2rem 1rem 3.5rem;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-color,-webkit-box-shadow;
    transition-property: border-color,-webkit-box-shadow;
    transition-property: box-shadow,border-color;
    transition-property: box-shadow,border-color,-webkit-box-shadow;
    width: 100%;
    z-index: 2
}

.invalid-input-seg .form-element__input {
    border-color: #ed1f24
}

.form-element__input:focus, .form-element__input:hover {
    -webkit-box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
    box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
    border-color: #1c2834
}

.invalid-input-seg .form-element__input:focus, .invalid-input-seg .form-element__input:hover {
    border-color: #ed1f24
}

.form-element__input-wrapper--military-type .form-element__input, .form-element__input-wrapper--no-icon .form-element__input {
    padding-left: 1rem
}

.form-element__input--indiv-dob-group {
    padding: 1rem 2rem 1rem 1rem
}

.form-element__input--error {
    border-color: #ed1f24
}

.form-element__input--floating-label {
    padding: 2rem 2rem 1rem 3.5rem;
    position: relative
}

    .form-element__input--floating-label::-webkit-input-placeholder {
        opacity: 0
    }

    .form-element__input--floating-label::-moz-placeholder {
        opacity: 0
    }

    .form-element__input--floating-label:-ms-input-placeholder {
        opacity: 0
    }

    .form-element__input--floating-label::-ms-input-placeholder {
        opacity: 0
    }

    .form-element__input--floating-label::placeholder {
        opacity: 0
    }

    .form-element__input--floating-label:focus::-webkit-input-placeholder {
        opacity: 1
    }

    .form-element__input--floating-label:focus::-moz-placeholder {
        opacity: 1
    }

    .form-element__input--floating-label:focus:-ms-input-placeholder {
        opacity: 1
    }

    .form-element__input--floating-label:focus::-ms-input-placeholder {
        opacity: 1
    }

    .form-element__input--floating-label:focus::placeholder {
        opacity: 1
    }

.form-element__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 100%
}

    .form-element__input-wrapper--dropdown::after, .form-element__input-wrapper::before {
        font-family: "Font Awesome 5 Pro";
        pointer-events: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 3
    }

.form-element__input-wrapper--dropdown::after {
    color: #333; 
    font-size: 1.2em;
    font-weight: 700;
    right: .75rem;
    z-index: 3
}

.form-element__input-wrapper--dropdown:focus-within::after, .form-element__input-wrapper--dropdown:hover::after {
    color: #1c2834
}

.form-element__input-wrapper--military-type::before, .form-element__input-wrapper--no-icon::before {
    display: none
}

.form-element__input-wrapper--dob-dropdown {
    padding: 0
}

    .form-element__input-wrapper--dob-dropdown::before {
        display: none
    }

.form-element__input-wrapper--dob-month {
    width: 40%
}

.form-element__input-wrapper--dob-day, .form-element__input-wrapper--dob-year {
    width: 30%
}

.form-element__input-wrapper--dob-day {
    padding: 0 .2rem
}

.form-element__input-wrapper::before {
    color: rgba(0,0,0,.25); 
    font-weight: 700;
    left: 1.2rem
}

.form-element__input-wrapper:focus-within::before, .form-element__input-wrapper:hover::before {
    color: #1c2834
}

.form-element__input-wrapper--message::before { 
    top: 2rem;
    -webkit-transform: none;
    transform: none
}

.form-element__input-wrapper--first-name::before, .form-element__input-wrapper--firstName::before, .form-element__input-wrapper--fromName::before, .form-element__input-wrapper--last-name::before, .form-element__input-wrapper--lastName::before {
    
}

.form-element__input-wrapper--email::before {
  
}

.form-element__input-wrapper--state::before, .form-element__input-wrapper--zip-by-length::before, .form-element__input-wrapper--zip::before {
 
}

.form-element__input-wrapper--address::before {
   
}

.form-element__input-wrapper--phone::before, .form-element__input-wrapper--telephone::before {
    
}

.form-element__input-wrapper--degree-options::before {
   
    font-weight: 400
}

.form-element__input-wrapper--subject::before {
   
}

.form-element__input-wrapper--date-picker::before {
   
}

.form-element__input-wrapper--streetAddress::before {
    
}

.form-element__input-wrapper--city::before {
     
}

.form-element__label {
    cursor: text;
    display: block;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    text-align: left
}

.form-element__label--floating-label {
    color: #333;
    cursor: text;
    display: block;
    left: 3.5rem;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 4
}

.form-element__label--radio {
    cursor: pointer
}

.form-element__radio-label {
    cursor: pointer;
    margin-bottom: 1rem
}

.form-element__input--floating-label.completed + .form-element__label--floating-label, .form-element__input--floating-label:focus + .form-element__label--floating-label, .form-element__input-wrapper--floating-label.form-element__input-wrapper--dropdown .form-element__label--floating-label {
    font-size: 80%;
    font-weight: 700;
    top: .2rem;
    -webkit-transform: none;
    transform: none
}

.form-element__input--floating-label:focus + .form-element__label--floating-label {
    color: #bda952
}

.form-element__inline-option-input {
    margin-right: .75rem
}

.form-element__inline-option-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .75rem;
    margin-right: 1.5rem
}

.form-element__checkbox-label {
    cursor: pointer
}

.form-element__custom-radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: .5rem;
    width: 100%
}

    .form-element__custom-radio-button:last-child {
        padding-bottom: 0
    }

.form-element__custom-radio-button-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-element__custom-radio-button-input:checked ~ label {
        background: #bda952;
        border-color: #bda952;
        color: #fff
    }

.form-element__custom-radio-button-label {
    background: #fff;
    border: .2rem solid rgba(0,0,0,.15);
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: Nunito,sans-serif;
    font-size: 2rem;
    line-height: 1;
    padding: 1rem;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
}

    .form-element__custom-radio-button-label:hover {
        background: #fc977c;
        border-color: #bda952;
        color: #fff
    }

.form-element__custom-radio-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-element--disclaimer-block p {
    font-size: 1.4rem;
    line-height: 1.4
}

    .form-element--disclaimer-block p a:hover {
        text-decoration: underline
    }

.form-element--disclaimer-block .skip-email-disclaimer-btn {
    color: #1c2834;
    cursor: pointer
}

    .form-element--disclaimer-block .skip-email-disclaimer-btn:hover {
        text-decoration: underline
    }

.form-element--disclaimer-block-ccpa p {
    line-height: 1.4;
    margin-bottom: 1rem
}

.form-element--disclaimer-block .disclaimer-bullet-list {
    padding-left: 2em
}

    .form-element--disclaimer-block .disclaimer-bullet-list li {
        display: list-item;
        font-size: 1.4rem;
        margin-bottom: 1.2em
    }

.form-element__option-input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

    .form-element__option-input:checked ~ .form-element__option-input-action-box {
        background-color: #bda952
    }

    .form-element__option-input:checked ~ .form-element__option-input-action-box--radio {
        background-color: #fff;
        border-width: .45rem
    }

    .form-element__option-input:checked ~ .form-element__option-input-action-box::after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.form-element__option-input-action-box {
    background-color: #fff;
    border: solid .15rem #bda952;
    border-radius: .2rem;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 1.05rem;
    -webkit-transition: .3s;
    transition: .3s;
    width: 1.25rem
}

    .form-element__option-input-action-box::after {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #bda952;
        color: #fff;
        content: "\f00c";
        display: none;
        font-family: "Font Awesome 5 Pro";
        font-size: .5rem;
        font-weight: 700;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 100%
    }

.form-element__option-input-action-box--radio {
    border-radius: 100%
}

    .form-element__option-input-action-box--radio::after {
        display: none;
        opacity: 0
    }

.form-element__option-input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.form-element__option-input-list-item {
    padding: 0 .5rem .5rem 0;
    text-align: left
}

.form-element__option-input-label {
    cursor: pointer;
    padding: .5rem 1rem .5rem 2rem;
    position: relative
}

    .form-element__option-input-label:hover input ~ .form-element__option-input-action-box {
        background-color: rgba(250,81,37,.1)
    }

    .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box {
        background-color: #bda952
    }

    .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box--radio {
        background-color: rgba(250,81,37,.1)
    }

.form-element__sub-question {
    padding: .75rem 0 0
}

    .form-element__sub-question .form-element__input, .form-element__sub-question .form-element__label {
        font-size: 1.6rem
    }

@media (min-width:800px) {
    .form-element__custom-radio-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 .25rem;
        width: 50%
    }

    .form-element__custom-radio-button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }
}

@media (min-width:1080px) {
    .form-element__input {
        font-size: 2.2rem
    }

    .form-element__label {
        font-size: 2rem
    }

    .form-element__custom-radio-button-label {
        font-size: 2rem;
        padding: 1.25rem 1rem
    }

    .form-element__sub-question .form-element__input, .form-element__sub-question .form-element__label {
        font-size: 1.8rem
    }
}

.range-question {
    text-align: center
}

.range-question__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem
}

.rangeslider, .rangeslider__fill {
    border-radius: .4rem
}

.rangeslider {
    background: #f2f2f2
}

.rangeslider__fill {
    background: #bda952
}

.rangeslider__handle {
    background: #fb7957;
    border: .1rem solid #fb7957;
    border-radius: .4rem;
    height: 3rem;
    width: 3.5rem
}

.rangeslider--horizontal .rangeslider__handle {
    top: -.6rem
}

.rangeslider__handle::after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(255,255,255,0)));
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(255,255,255,0));
    border-radius: .4rem
}

.rangeslider-input {
    height: 2rem;
    opacity: 0;
    width: 100%
}

.rangeslider-input-container {
    margin-bottom: 1rem;
    margin-top: 3.8rem
}

.rangeslider__tooltip {
    background-color: #333;
    border-radius: .4rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    padding: .5rem 1rem;
    position: absolute;
    text-align: center;
    top: -3.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .rangeslider__tooltip::after {
        border-color: transparent;
        border-style: solid;
        border-width: .5rem .5rem 0;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: .5rem solid #333;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        bottom: -.5rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0
    }

input[type=range]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 .8rem #6cc0c8;
    box-shadow: 0 0 .8rem #6cc0c8
}

.input-error-message {
    color: #ed1f24;
    display: none;
    margin-top: .75rem;
    padding: 0
}

.input-error-message--server {
    display: block;
    padding: 1rem
}

    .input-error-message--server .input-error-message__text {
        font-size: 1.5rem
    }

.invalid-input-seg .input-error-message {
    display: block
}

.input-error-message__icon {
    margin-right: .5rem
}

.input-error-message__text {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.3
}

@media (min-width:550px) {
    .input-error-message__text {
        font-size: 1.3rem
    }
}

.option-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%
}

.option-buttons__btn {
    position: relative
}

    .option-buttons__btn::after, .option-buttons__btn::before {
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .option-buttons__btn::before {
        content: "\f138";
        left: 1rem
    }

    .option-buttons__btn::after {
        content: "\f137";
        right: 1rem
    }

    .option-buttons__btn.is-selected {
        background: #21ba45;
        border-color: #21ba45
    }

        .option-buttons__btn.is-selected::before {
            display: none
        }

        .option-buttons__btn.is-selected::after {
            content: "\f058"
        }

.agreement-checkbox, .optin-checkbox { 
    height: 25px;
    width: 25px; 
    margin-top: 14px;
}

.agreement-checkbox__container, .optin-checkbox__container {
    display: inline-block;
    padding: 0;
    position: relative
}

.invalid-input-seg .agreement-checkbox__container, .invalid-input-seg .optin-checkbox__container {
    border: solid .2rem #ed1f24;
    border-radius: .6rem;
    padding: 1rem
}

.agreement-label, .optin-label {
    display: block;
    padding: 0;
    position: relative;
    text-align: left
}

    .agreement-label.lower-opacity p, .optin-label.lower-opacity p {
        opacity: .5
    }

    .agreement-label p, .optin-label p {
        display: inline;
        font-size: 1.2rem;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

        .agreement-label p.agreement-label__additional-msg, .optin-label p.agreement-label__additional-msg {
            display: block;
            margin-top: 1rem
        }

    .agreement-label a, .optin-label a {
        text-decoration: underline
    }

.agreement-label__inline-btn, .optin-label__inline-btn {
    color: #3f9fa8;
    cursor: pointer
}

    .agreement-label__inline-btn:hover, .optin-label__inline-btn:hover {
        text-decoration: underline
    }

@media (min-width:550px) {
    .agreement-label p, .optin-label p {
        font-size: 1.44rem
    }
}

.page-title {
    font-size: 3.6rem;
    font-weight: 700
}

.page-title-sub-title {
    font-size: 2.6rem;
    font-weight: 400
}

.page-title-summary {
    background: rgba(30,119,186,.1);
    border-left: solid .4rem rgba(30,119,186,.2);
    border-radius: 0 .4rem .4rem 0;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    margin: 1rem 0 3rem;
    padding: 2rem
}

    .page-title-summary p {
        font-size: 1.8rem;
        margin-bottom: 0
    }

.page-title-summary--success {
    background: rgba(33,186,69,.1);
    border-left-color: rgba(33,186,69,.2)
}

.page-title-summary--error {
    background: rgba(237,31,36,.1);
    border-left-color: rgba(237,31,36,.2)
}

.progress {
    background: 0 0;
    left: 0;
    max-height: 4.8rem;
    opacity: 1;
    padding: .5rem 0 2.5rem;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.progress--hidden {
    opacity: 0
}

.progress__bar {
    background: rgba(0,0,0,.1);
    border-radius: 2rem;
    -webkit-box-shadow: inset 0 .1rem .3rem rgba(0,0,0,.3);
    box-shadow: inset 0 .1rem .3rem rgba(0,0,0,.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1.8rem;
    padding: .4rem .8rem;
    position: relative;
    width: 100%
}

.progress__bar-fill {
    background-color: #7ded82;
    background-image: repeating-linear-gradient(135deg,#7ded82,#7ded82 .8rem,#3bd354 .8rem,#3bd354 1.6rem);
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-box-shadow: inset 0 .2rem .9rem rgba(255,255,255,.3),inset 0 -.2rem .6rem rgba(0,0,0,.4);
    box-shadow: inset 0 .2rem .9rem rgba(255,255,255,.3),inset 0 -.2rem .6rem rgba(0,0,0,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    width: 0%
}

.progress__bar-tooltip {
    background-color: #333;
    border-radius: .4rem;
    bottom: -2.7rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    max-width: 3.6rem;
    padding: .4rem 0;
    position: absolute;
    text-align: center;
    right: -1.8rem;
    width: 3.6rem
}

.progress__bar-tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: .5rem .5rem 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-top: .5rem solid #333;
    height: 0;
    left: 50%;
    position: absolute;
    top: -.5rem;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 0
}

@media (min-width:550px) {
    .progress {
        max-height: 8.02rem;
        padding: 1rem 0 3.5rem
    }

    .progress__bar {
        height: 2.4rem;
        padding: .6rem 1rem
    }

    .progress__bar-fill {
        background-image: repeating-linear-gradient(135deg,#7ded82,#7ded82 1.5rem,#3bd354 1.5rem,#3bd354 3rem)
    }

    .progress__bar-tooltip {
        border-radius: .5rem;
        bottom: -3.5rem;
        font-size: 1.3rem;
        max-width: 4.8rem;
        padding: .5rem 0;
        right: -2.4rem;
        width: 4.8rem
    }
}

.processing-msg {
    display: none;
    padding: 0 1rem;
    text-align: center;
    max-width: 100%;
    width: 60rem
}

.processing-msg__waiting-msg {
    background: #f8f8f8;
    border: .1rem solid #ddd;
    -webkit-box-shadow: 0 .2rem .5rem 0 rgba(0,0,0,.16),0 .2rem 1rem 0 rgba(0,0,0,.12);
    box-shadow: 0 .2rem .5rem 0 rgba(0,0,0,.16),0 .2rem 1rem 0 rgba(0,0,0,.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 3rem;
    padding: 3rem 1.5rem
}

.processing-msg__locating-msg h2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

.processing-msg__locating-msg p {
    line-height: 1.4;
    font-size: 1.8rem
}

.processing-msg__sub-text {
    margin-top: 1.5rem
}

.print-msg {
    margin-bottom: 5rem;
    max-width: 100%;
    padding: 1rem 0
}

    .print-msg .btn {
        font-size: 1.8rem;
        padding: 1rem 2rem;
        width: auto
    }

    .print-msg .btn__icon {
        margin-right: .5rem
    }

.zend-error {
    background: rgba(255,255,255,.8);
    border: solid .1rem #ddd;
    border-radius: .6rem;
    -webkit-box-shadow: 0 0 0 .1rem rgba(0,0,0,.05),0 0 .5rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0 0 .1rem rgba(0,0,0,.05),0 0 .5rem 0 rgba(0,0,0,.1);
    font-size: 1.1em;
    margin: 2rem 0;
    overflow-x: auto;
    padding: 4rem 3rem
}

    .zend-error .container {
        padding: 0
    }

    .zend-error h1, .zend-error h2, .zend-error h3, .zend-error h4, .zend-error h5 {
        font-family: Nunito,sans-serif;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1rem
    }

    .zend-error h1 {
        font-size: 1.5em
    }

    .zend-error h2 {
        font-size: 1.35em
    }

    .zend-error h3 {
        font-size: 1.2em
    }

    .zend-error h4 {
        font-size: 1.1em
    }

    .zend-error h5 {
        font-size: 1em
    }

    .zend-error dd, .zend-error dt {
        margin-bottom: 1rem
    }

    .zend-error dt {
        font-weight: 700
    }

    .zend-error hr {
        border: solid .1rem rgba(71,176,186,.25);
        margin: 2rem 0
    }

.legal-section {
    padding: 0
}

.legal-section__container {
    padding: 0
}

.legal-section__content {
    background: #fcfcfc;
    border: .3rem solid #1c2834;
    border-radius: 0;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    margin: 3rem 0;
    max-width: 100%;
    padding: 2rem
}

.legal-section__content--text-block {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.legal-section__content li, .legal-section__content p, .legal-section__content ul {
    font-size: 1.8rem;
    line-height: 1.4
}

.legal-section__content ol, .legal-section__content ul {
    padding-left: 2em
}

    .legal-section__content ol li, .legal-section__content ul li {
        display: list-item;
        margin-bottom: 1.2em
    }

    .legal-section__content ul li {
        list-style-type: disc
    }

        .legal-section__content ul li ul li {
            list-style-type: circle
        }

    .legal-section__content ol li {
        list-style-type: decimal
    }

    .legal-section__content ol.lower-alpha li {
        list-style-type: lower-alpha
    }

.legal-section__content h2, .legal-section__content h3, .legal-section__content h4, .legal-section__content h5 {
    font-family: Nunito,sans-serif;
    font-weight: 700;
    margin-bottom: 1rem
}

.legal-section__content h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem
}

.legal-section__content h3 {
    font-size: 2.4rem
}

.legal-section__content h4 {
    font-size: 2.2rem
}

.legal-section__content h5 {
    font-size: 2rem
}

.legal-section__title {
    border-left: .5rem solid #1c2834;
    font-family: Nunito,sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    padding-left: 1.5rem
}

.legal-section__sub-title {
    font-family: Nunito,sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.legal-section a {
    border-bottom: .2rem solid #1c2834;
    color: #333;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

    .legal-section a:hover {
        background: #1c2834;
        color: #fff;
        text-decoration: none
    }

.legal-section .table-wrapper {
    overflow: auto
}

    .legal-section .table-wrapper table {
        background: #f9f9f9;
        border: .1rem solid #ccc;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        font-family: Nunito,sans-serif;
        margin-bottom: 3rem
    }

        .legal-section .table-wrapper table.wide-table {
            min-width: 70rem
        }

        .legal-section .table-wrapper table tr {
            border-bottom: .1rem solid #ccc
        }

        .legal-section .table-wrapper table td {
            background: 0 0;
            border-left: .1rem solid #ccc;
            border-left-width: 0;
            border-width: 0 0 0 .1rem;
            font-size: 1.6rem;
            margin: 0;
            padding: .75rem 1.5rem;
            overflow: visible
        }

            .legal-section .table-wrapper table td.cpn-category {
                width: 23.5rem
            }

.legal-section__faq-list .legal-section__faq-list-item {
    list-style: none;
    position: relative
}

    .legal-section__faq-list .legal-section__faq-list-item::before {
        font-weight: 700
    }

.legal-section__faq-list .legal-section__faq-list-item--q {
    font-weight: 600;
    margin-bottom: .5rem
}

    .legal-section__faq-list .legal-section__faq-list-item--q::before {
        color: #1c2834;
        content: "Q. "
    }

.legal-section__faq-list .legal-section__faq-list-item--a::before {
    color: #bda952;
    content: "A. "
}

@media (min-width:550px) {
    .legal-section__container {
        padding: 0 1.5rem
    }

    .legal-section__content {
        margin: 5rem 0 15rem;
        padding: 5rem
    }

    .legal-section__content--text-block {
        border-radius: 1rem;
        border-width: .3rem
    }

    .legal-section .table-wrapper table td {
        font-size: 1.8rem
    }
}

.thanks {
    display: none;
    text-align: center
}

.thanks--visible {
    display: block;
    max-width: 100%;
    width: 70rem
}

.thanks__msg-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem
}

.thanks p {
    font-size: 2rem
}

    .thanks p:last-of-type {
        margin-bottom: 0
    }

.thanks__icon {
    margin: 3rem 0;
    max-width: 100%;
    width: 15rem
}

@media (min-width:550px) {
    .thanks__msg-title {
        font-size: 3.5rem
    }

    .thanks__icon {
        width: 20rem
    }
}

.request-form-section {
    padding: 3rem 0
}

.restriction-notice {
    padding: 0
}

    .restriction-notice h2 {
        color: red;
        font-weight: 700;
        font-size: 2.2rem;
        margin-top: 2rem;
        text-align: center;
        text-transform: uppercase
    }

@media (min-width:550px) {
    .restriction-notice h2 {
        font-size: 2.64rem
    }
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6
}

.modal--active-on-load {
    display: block
}

.modal__overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.modal__outer-area {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 7
}

.modal__content {
    background: #f9f8f9;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    max-height: calc(95% - 5rem);
    max-width: 95%;
    position: relative;
    width: 75rem;
    z-index: 8
}

.modal__content-container {
    height: 100%
}

.modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    overflow-y: auto;
    padding: 2rem 1.5rem
}

.modal__close-btn {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: -3.5rem;
    width: auto
}

    .modal__close-btn:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #bda952;
        margin: 0
    }

.modal__close-btn-box {
    display: inline-block;
    height: 2.4rem;
    position: relative;
    width: 4rem
}

.modal__close-btn-inner {
    display: block;
    margin-top: -.2rem;
    top: .2rem;
    -webkit-transform: translate3d(0,1rem,0) rotate(45deg);
    transform: translate3d(0,1rem,0) rotate(45deg)
}

    .modal__close-btn-inner, .modal__close-btn-inner::after, .modal__close-btn-inner::before {
        border-radius: .4rem;
        background-color: #fff;
        height: .35rem;
        position: absolute;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: background-color,-webkit-transform;
        transition-property: background-color,-webkit-transform;
        transition-property: background-color,transform;
        transition-property: background-color,transform,-webkit-transform;
        width: 4rem
    }

.modal__close-btn:hover .modal__close-btn-inner, .modal__close-btn:hover .modal__close-btn-inner::after, .modal__close-btn:hover .modal__close-btn-inner::before {
    background-color: #bda952
}

.modal__close-btn-inner::after, .modal__close-btn-inner::before {
    content: "";
    display: block
}

.modal__close-btn-inner::before {
    opacity: 0;
    top: 1rem;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: rotate(-45deg) translate3d(-.571429rem,-.6rem,0);
    transform: rotate(-45deg) translate3d(-.571429rem,-.6rem,0)
}

.modal__close-btn-inner::after {
    top: 2rem;
    -webkit-transform: translate3d(0,-2rem,0) rotate(-90deg);
    transform: translate3d(0,-2rem,0) rotate(-90deg)
}

.modal__action-btn {
    min-width: 20rem;
    padding: 1rem 1.5rem;
    width: auto
}

    .modal__action-btn:hover {
        background: #3c969f;
        border-color: #3c969f
    }

.modal__action-block, .modal__msg-block {
    padding: 2rem 0
}

.modal__msg-icon {
    color: #bda952;
    font-size: 8rem;
    line-height: 1
}

.modal__msg-text {
    font-size: 2rem
}

    .modal__msg-text:last-of-type {
        margin-bottom: 0
    }

.modal__msg-block--error-list {
    padding-top: 0
}

    .modal__msg-block--error-list li {
        font-size: 2rem
    }

.modal__msg-error-list-text {
    color: #ed1f24
}

@media (min-width:800px) {
    .modal__body {
        padding: 2rem 3.5rem
    }

    .modal__msg-icon {
        font-size: 10rem
    }
}

.info-page-content {
    padding: 1rem 0 10rem
}

.info-page-content__title {
    font-weight: 700;
    font-size: 2.6rem;
    font-family: Nunito,sans-serif;
    margin: 2rem 0 1rem
}

.info-page-content__title-block {
    padding: 0;
    text-align: center
}

.info-page-content li, .info-page-content ol, .info-page-content p, .info-page-content ul {
    font-family: Nunito,sans-serif;
    font-size: 1.6rem;
    line-height: 1.4
}

.info-page-content .article-feed {
    margin-top: 0
}

@media (min-width:800px) {
    .info-page-content {
        padding: 1rem 0 15rem
    }

    .info-page-content__title {
        font-size: 3.6rem;
        margin: 3rem 0 1rem
    }

    .info-page-content li, .info-page-content ol, .info-page-content p, .info-page-content ul {
        font-size: 1.8rem
    }

    .info-page-content h3 {
        font-size: 2.4rem
    }

    .info-page-content h4 {
        font-size: 2.2rem
    }

    .info-page-content h5 {
        font-size: 2rem
    }
}

.school-offer {
    border-top: solid .1rem #1c2834;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 45rem;
    padding: 3rem 0;
    width: 100%
}

    .school-offer:first-child {
        border-top: none;
        padding-top: 0
    }

.school-offer__logo {
    margin-bottom: 1rem;
    text-align: center
}

.school-offer__logo-img {
    max-height: 10rem
}

.school-offer__name {
    margin-bottom: 1rem;
    text-align: center
}

.school-offer__name-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

.school-offer__long-desc, .school-offer__short-desc {
    margin-bottom: 1rem;
    text-align: left
}

    .school-offer__short-desc h1, .school-offer__short-desc h2, .school-offer__short-desc h3, .school-offer__short-desc h4, .school-offer__short-desc h5, .school-offer__short-desc h6, .school-offer__short-desc p, .school-offer__short-desc-title {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.4
    }

.school-offer__long-desc {
    font-size: 1.6rem
}

.school-offer__form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.school-offer__cta-btn {
    text-transform: none
}

.school-offer .optin-label p {
    font-size: 1.44rem
}

.school-offer__feedback {
    display: none;
    text-align: center
}

.school-offer__feedback-icon {
    margin-bottom: 1.5rem;
    width: 10rem
}

.school-offer__feedback-msg p {
    font-size: 2rem
}

.school-offer__loading-msg {
    display: none;
    text-align: center;
    width: 100%
}

.school-offer__loading-msg-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center
}

.degree-match .school-offer .school-offer__loading-msg-text {
    text-align: center
}

.school-offer__loading-msg-icon {
    color: #1c2834
}

.nr-schools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.nr-schools-list__item {
    border-top: solid .1rem #1c2834;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 0;
    width: 100%
}

    .nr-schools-list__item:first-child {
        border-top: none;
        padding-top: 0
    }

.nr-schools-list__block {
    padding: .5rem 0
}

.nr-schools-list__block--logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center
}

.nr-schools-list__block--browse-block, .nr-schools-list__block--view-all-block {
    text-align: center
}

.nr-schools-list__block--browse-block {
    padding: 0
}

.nr-schools-list__logo {
    width: 12.5rem
}

.nr-schools-list__headline {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center
}

.nr-schools-list__desc-list {
    list-style-type: disc;
    margin-left: 2rem
}

.nr-schools-list__desc-list-item {
    display: list-item;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    text-align: left
}

    .nr-schools-list__desc-list-item:last-child {
        margin-bottom: .5rem
    }

.nr-schools-list a.nr-schools-list__btn {
    color: #fff
}

.nr-schools-list__text-link {
    font-size: 1.6rem
}

.nr-schools-list__sponsored-msg p {
    margin: 0;
    text-align: center
}

.submitted-schools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: .5rem 0;
    width: 100%
}

    .submitted-schools-list li {
        border-bottom: solid .1rem #1c2834;
        display: block;
        padding: 1rem 0;
        text-align: center;
        width: 100%
    }

        .submitted-schools-list li:last-child {
            border-bottom: none
        }

        .submitted-schools-list li img {
            max-height: 10rem
        }

.degree-match .submitted-schools-list li p {
    text-align: center
}

.article {
    border: none;
    border-radius: 0;
    font-family: Nunito,sans-serif;
    margin-bottom: 3rem;
    max-width: 100%
}

.article-page {
    background-color: #fff
}

.article__content {
    padding: 2rem 0
}

.article__content-img {
    border: solid .1rem rgba(0,0,0,.15);
    border-radius: .4rem;
    margin: 1rem 0
}

.article__cover-image {
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    width: 100%
}

.article__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem .5rem;
    position: absolute;
    right: 0;
    width: 100%
}

.article li, .article ol, .article p, .article ul {
    font-family: Nunito,sans-serif;
    font-size: 1.6rem;
    line-height: 1.4
}

.article ol, .article ul {
    padding-left: 2em
}

    .article ol li, .article ul li {
        display: list-item;
        margin-bottom: 1.2em
    }

    .article ul li {
        list-style-type: disc
    }

        .article ul li ul li {
            list-style-type: circle
        }

    .article ol li {
        list-style-type: decimal
    }

    .article ol.lower-alpha li {
        list-style-type: lower-alpha
    }

.article h1, .article h2, .article h3, .article h4, .article h5 {
    border: none
}

.article h3, .article h4 {
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 1rem
}

.article h3, .article h4, .article h5 {
    line-height: 1.4
}

.article h3 {
    font-size: 2rem
}

.article h4 {
    font-size: 1.9rem
}

.article h5 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.article__title {
    border: none;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-transform: uppercase
}

@media (min-width:550px) {
    .article li, .article ol, .article p, .article ul {
        font-size: 1.8rem
    }

    .article h3 {
        font-size: 2.4rem
    }

    .article h4 {
        font-size: 2.2rem
    }

    .article h5 {
        font-size: 2rem
    }

    .article__title {
        font-size: 3.6rem
    }
}

@media (min-width:1080px) {
    .article {
        width: 70%
    }

    .article__meta {
        padding: 2rem
    }

    .article__date {
        font-size: 2rem
    }
}

.aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Nunito,sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.aside__content {
    max-width: 60rem;
    width: 100%
}

.aside__widget {
    background-color: transparent;
    margin-bottom: 3rem
}

.aside__feed-content {
    padding: 1.5rem 2rem
}

.aside__feed-list {
    margin-top: 1.5rem
}

.aside__feed-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem
}

    .aside__feed-list-item:last-child .aside__feed-article {
        margin-bottom: 0
    }

        .aside__feed-list-item:last-child .aside__feed-article:hover {
            margin-bottom: .2rem
        }

.aside__feed-article {
    background-color: #fff;
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.aside__feed-article-link {
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    width: 30rem
}

    .aside__feed-article-link:hover {
        -webkit-box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
        box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25),0 1rem 1rem rgba(0,0,0,.22);
        color: #bda952;
        text-decoration: none
    }

.aside__feed-article img {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem
}

.aside__feed-article-title-block {
    color: #333;
    padding: .5rem 1rem;
    text-align: left;
    width: 100%
}

    .aside__feed-article-title-block h5 {
        font-weight: 700;
        line-height: 1.4
    }

@media (min-width:1080px) {
    .aside {
        padding-left: 3rem;
        width: 30%
    }

    .aside__feed-content {
        padding: 0;
        padding-left: 3rem
    }

    .aside__feed-list {
        margin-top: 0
    }
}

.grant-section {
    background-color: #f9f9f9;
    padding: 5rem 1rem
}

.grant-section__desc {
    padding: 0 0 2rem
}

    .grant-section__desc a {
        color: #04365f
    }

    .grant-section__desc h3, .grant-section__desc h4 {
        color: #2a6b71
    }

    .grant-section__desc h3, .grant-section__desc h4 {
        line-height: 1.3
    }

    .grant-section__desc h3 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 1.25rem
    }

    .grant-section__desc h4 {
        font-weight: 600;
        font-size: 2rem;
        margin-bottom: .75rem
    }

    .grant-section__desc p {
        margin-bottom: 1rem
    }

.grant-section__img {
    width: 20rem
}

.grant-section__img-block {
    text-align: center
}

@media (min-width:800px) {
    .grant-section {
        padding: 7.5rem 1rem
    }

    .grant-section__desc {
        padding-right: 2rem;
        padding-top: 2rem
    }

        .grant-section__desc h3 {
            font-size: 2.6rem
        }

        .grant-section__desc h4 {
            font-size: 2.2rem
        }

        .grant-section__desc p {
            font-size: 1.8rem
        }

    .grant-section__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .grant-section__img {
        width: 35rem
    }

    .grant-section__img-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1080px) {
    .grant-section__desc h3 {
        font-size: 3rem
    }

    .grant-section__desc h4 {
        font-size: 2.5rem
    }

    .grant-section__desc p {
        font-size: 2rem
    }
}

.search-modal .modal__overlay {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10rem
}

.search-modal .modal__content {
    max-height: 95%
}

.search-modal .modal__body {
    padding: 3.5rem 1.5rem
}

.search-modal .modal__action-btn, .search-modal .modal__msg-text {
    font-size: 1.4rem
}

.search-modal .modal__msg-text {
    margin-bottom: 1rem
}

    .search-modal .modal__msg-text:last-child {
        margin-bottom: 0
    }

.search-modal .modal__action-block, .search-modal .modal__msg-block {
    padding: 1.5rem 0
}

.search-modal .modal__msg-block--logo {
    padding: 1rem 0;
    text-align: center
}

.search-modal .modal__close-btn {
    display: none
}

.search-modal .modal__body {
    width: 100%
}

.search-modal .modal__intro-text {
    color: #35858d;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .5rem
}

.search-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.search-modal__form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 100%;
    width: 37.5rem
}

.search-modal .form-element__input {
    -webkit-transition-property: border-color,-webkit-box-shadow;
    transition-property: border-color,-webkit-box-shadow;
    transition-property: border-color,box-shadow;
    transition-property: border-color,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.search-modal__submit-btn {
    background-color: #1c2834;
    border-color: #1c2834;
    font-weight: 700;
    padding: 1.25rem 1rem;
    -webkit-transition-property: background-color,border-color,margin,-webkit-box-shadow;
    transition-property: background-color,border-color,margin,-webkit-box-shadow;
    transition-property: background-color,border-color,box-shadow,margin;
    transition-property: background-color,border-color,box-shadow,margin,-webkit-box-shadow;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .search-modal__submit-btn:hover {
        background-color: #3f9fa8;
        border-color: #3f9fa8
    }

.search-modal__logo {
    width: 20rem
}

.search-modal__loading-msg {
    text-align: center
}

.search-modal__loading-msg-icon {
    color: #1c2834
}

@media (min-width:800px) {
    .search-modal .modal__body {
        padding: 5rem 3.5rem
    }

    .search-modal .modal__msg-text {
        font-size: 2rem
    }

    .search-modal .modal__action-btn {
        font-size: 2rem
    }

    .search-modal .modal__intro-text {
        font-size: 2.2rem
    }

    .search-modal .modal__msg-block--logo {
        padding: 0 0 1rem
    }

    .search-modal-content {
        padding: 1rem
    }

    .search-modal__logo {
        width: 25rem
    }
}

.confirmation-modal .modal__action-btn, .confirmation-modal .modal__msg-text {
    font-size: 1.4rem
}

.confirmation-modal .modal__msg-text {
    margin-bottom: 1rem
}

    .confirmation-modal .modal__msg-text:last-child {
        margin-bottom: 0
    }

.confirmation-modal .modal__action-block, .confirmation-modal .modal__msg-block {
    padding: 1.5rem 0
}

.confirmation-modal-content {
    padding: 0
}

.confirmation-modal-content__icon {
    font-size: 5rem
}

.confirmation-modal-content__icon-block.modal__msg-block {
    padding: 0 0 1rem
}

.confirmation-modal-content__text-block.modal__msg-block {
    padding: 0 0 .75rem
}

@media (min-width:800px) {
    .confirmation-modal .modal__msg-text {
        font-size: 2rem
    }

    .confirmation-modal .modal__action-btn {
        font-size: 2rem
    }

    .confirmation-modal-content {
        padding: 1rem 0
    }

    .confirmation-modal-content__icon {
        font-size: 7.5rem
    }

    .confirmation-modal-content__icon-block.modal__msg-block {
        padding: 1rem 0
    }

    .confirmation-modal-content__text-block.modal__msg-block {
        padding: 1.25rem 0
    }
}

.accessible-view-page {
    -webkit-transition: .3s;
    transition: .3s
}

    .accessible-view-page .legal-section__content {
        padding-bottom: 15rem;
        -webkit-transition: .3s;
        transition: .3s
    }

        .accessible-view-page .legal-section__content ol li, .accessible-view-page .legal-section__content ul li {
            margin-bottom: 1rem
        }

.accessible-view-page__nav {
    padding: 0
}

    .accessible-view-page__nav ul {
        background: #f8f9fa;
        border: .1rem solid rgba(0,0,0,.15);
        border-radius: .4rem;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        float: left;
        margin-bottom: 2rem;
        padding: 1rem 2rem 1rem 3rem;
        width: auto
    }

        .accessible-view-page__nav ul li {
            display: list-item;
            margin-bottom: 1rem
        }

            .accessible-view-page__nav ul li:last-child {
                margin-right: 0
            }

            .accessible-view-page__nav ul li .scroll-link {
                border-bottom: none;
                color: #317c83
            }

                .accessible-view-page__nav ul li .scroll-link:hover {
                    background: 0 0;
                    text-decoration: underline
                }

                .accessible-view-page__nav ul li .scroll-link::after {
                    display: none
                }

.accessible-view-page__nav--pp ul {
    padding-left: 2rem
}

    .accessible-view-page__nav--pp ul li {
        display: list-item;
        margin-left: 1.5rem
    }

.accessible-view-page .inline-btn {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    display: inline;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
    text-shadow: none;
    text-transform: none;
    width: auto
}

    .accessible-view-page .inline-btn:after {
        display: none
    }

    .accessible-view-page .inline-btn:hover {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #3f9fa8
    }

.accessible-view-page--font-larger .legal-section__content .inline-btn, .accessible-view-page--font-larger .legal-section__content li, .accessible-view-page--font-larger .legal-section__content p, .accessible-view-page--font-larger .legal-section__content ul {
    font-size: 2.2rem
}

.accessible-view-page--font-larger .legal-section__content h2 {
    font-size: 3.2rem
}

.accessible-view-page--font-larger .legal-section__content h3 {
    font-size: 2.8rem
}

.accessible-view-page--font-larger .legal-section__content h4 {
    font-size: 2.6rem
}

.accessible-view-page--font-larger .legal-section__content h5 {
    font-size: 2.4rem
}

.accessible-view-page--font-larger .legal-section__title {
    font-size: 3.6rem
}

.accessible-view-page--font-larger .legal-section__sub-title {
    font-size: 2.6rem
}

.accessible-view-page--font-smaller .legal-section__content .inline-btn, .accessible-view-page--font-smaller .legal-section__content li, .accessible-view-page--font-smaller .legal-section__content p, .accessible-view-page--font-smaller .legal-section__content ul {
    font-size: 1.4rem
}

.accessible-view-page--font-smaller .legal-section__content h2 {
    font-size: 2.4rem
}

.accessible-view-page--font-smaller .legal-section__content h3 {
    font-size: 2rem
}

.accessible-view-page--font-smaller .legal-section__content h4 {
    font-size: 1.8rem
}

.accessible-view-page--font-smaller .legal-section__content h5 {
    font-size: 1.6rem
}

.accessible-view-page--font-smaller .legal-section__title {
    font-size: 2.8rem
}

.accessible-view-page--font-smaller .legal-section__sub-title {
    font-size: 1.8rem
}

.accessible-view-page--theme-dark {
    background: #2d2d31
}

    .accessible-view-page--theme-dark .legal-section__content {
        background: #27272b;
        border-color: rgba(255,255,255,.15);
        color: #ffea00
    }

        .accessible-view-page--theme-dark .legal-section__content .table-wrapper table {
            background: rgba(255,255,255,.1)
        }

        .accessible-view-page--theme-dark .legal-section__content .legal-title {
            border-color: rgba(255,255,255,.15)
        }

        .accessible-view-page--theme-dark .legal-section__content a {
            color: #ffea00
        }

            .accessible-view-page--theme-dark .legal-section__content a:hover {
                color: #fff
            }

    .accessible-view-page--theme-dark .accessible-view-page__nav ul {
        background: rgba(255,255,255,.25);
        border-color: rgba(255,255,255,.35)
    }

        .accessible-view-page--theme-dark .accessible-view-page__nav ul li .scroll-link {
            color: #ffea00
        }

            .accessible-view-page--theme-dark .accessible-view-page__nav ul li .scroll-link:hover {
                color: #fff
            }

    .accessible-view-page--theme-dark .inline-btn {
        color: #ffea00
    }

        .accessible-view-page--theme-dark .inline-btn:hover {
            color: #fff
        }

@media (min-width:550px) {
    .accessible-view-page__nav--pp ul {
        padding-left: 4rem
    }
}

@media (min-width:800px) {
    .accessible-view-page__nav ul li {
        display: inline;
        margin-right: 1.5rem
    }

        .accessible-view-page__nav ul li:last-child {
            margin-right: 0
        }

    .accessible-view-page__nav--pp ul li {
        display: list-item
    }
}

.articles-page {
    background-color: #f9f9f9
}

.article-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 0
}

@media (min-width:1080px) {
    .article-page__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 7.5rem 0
    }

    .article-page .category-title__text {
        font-size: 2rem
    }
}

.degree-match {
    background: #dcf0f2;
    font-family: "Open Sans",sans-serif
}

    .degree-match button, .degree-match input, .degree-match select {
        font-family: "Open Sans",sans-serif
    }

    .degree-match h1, .degree-match h2, .degree-match h3, .degree-match h4, .degree-match h5, .degree-match h6 {
        font-family: "Open Sans",sans-serif
    }

    .degree-match a {
        color: #04365f
    }

    .degree-match .header {
        background: #04365f;
        padding: 0;
        width: 100%;
        z-index: 6
    }

    .degree-match .header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .degree-match .header__nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;  
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 0;
        min-height: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 0;
        top: -100rem;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        width: 100%;
        z-index: -1
    }

        .degree-match .header__nav.open {
            min-height: 100vh;
            top: 0
        }

    .degree-match .header__nav-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .degree-match .header__nav-list-item {
        color: #eee;
        font-size: 1.8rem;
        padding: 1rem
    }

    .degree-match .header__nav-list-item-link {
        color: #eee;
        -webkit-transition: .3s;
        transition: .3s
    }

        .degree-match .header__nav-list-item-link:hover {
            color: #fff
        }

    .degree-match .header__nav-logout-btn {
        background: 0 0;
        border: none;
        color: #eee;
        cursor: pointer;
        padding: 0;
        font-size: 1.8rem;
        -webkit-transition: .3s;
        transition: .3s
    }

        .degree-match .header__nav-logout-btn:hover {
            color: #fff
        }

    .degree-match .header__logo { 
        background-image: url('../../../img/colleges and degrees online_transparent.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        font: 0/0 a;
        height: 4.3rem;
        position: relative;
        width: 22.5rem
    }

        .degree-match .header__logo a {
            color: #fff
        }

            .degree-match .header__logo a:hover {
                color: #fff
            }

    .degree-match .header__logo-container {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .75rem
    }

    .degree-match .header__call-block {
        display: none
    }

    .degree-match .header__appeal-text-block {
        padding: .5rem 1rem;
        text-align: center
    }

    .degree-match .header__appeal-text-block--desktop {
        display: none
    }

    .degree-match .header__appeal-text-block p {
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 0
    }

@media (min-width:550px) {
    .degree-match .header__appeal-text-block p {
        font-size: 1.8rem
    }
}

@media (min-width:800px) {
    .degree-match .header__nav {
        height: auto;
        left: auto;
        position: relative;
        top: auto;
        width: 50%;
        z-index: 1
    }

        .degree-match .header__nav.open {
            min-height: unset
        }

    .degree-match .header__nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

    .degree-match .header__open-btn-seg {
        display: none
    }

    .degree-match .header__call-block, .degree-match .header__logo-container {
        padding: 1rem
    }

    .degree-match .header__logo {
        background-position: left center
    }

    .degree-match .header__logo-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .degree-match .header__call-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.8rem;
        font-weight: 700;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .degree-match .header__call-block p {
            font-weight: 700;
            margin-bottom: 0
        }

    .degree-match .header__call-block-icon {
        color: #1c2834
    }
}

@media (min-width:1080px) {
    .degree-match .header {
        padding: 0
    }

    .degree-match .header__appeal-text-block {
        padding: 1.25rem 0 0;
        text-align: left
    }

        .degree-match .header__appeal-text-block p {
            font-size: 1.55rem
        }

    .degree-match .header__appeal-text-block--mobile {
        display: none
    }

    .degree-match .header__appeal-text-block--desktop {
        display: block
    }
}

@media (min-width:1240px) {
    .degree-match .header__appeal-text-block p {
        font-size: 1.8rem
    }
}

.degree-match .footer {
    background: #04365f;
    border: none;
    color: #fefefe
}

    .degree-match .footer a {
        color: #fefefe
    }

.degree-match .multi-step-form {
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 1rem 0;
    z-index: 3
}

.degree-match--gl .degree-match .multi-step-form {
    padding: 2rem 0
}

.degree-match .multi-step-form:first-child {
    display: block
}

.degree-match .multi-step-form--quiz .agreement-label, .degree-match .multi-step-form--quiz .optin-label {
    font-size: 1.3rem;
    line-height: 1
}

.degree-match .multi-step-form--quiz .agreement-label__additional-msg, .degree-match .multi-step-form--quiz .optin-label__additional-msg {
    margin-bottom: 0
}

.degree-match .multi-step-form__intro-text {
    color: #35858d;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: .5rem
}

.degree-match .multi-step-form__question-group {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    max-width: 100%;
    padding: 0 0 1rem;
    text-align: center;
    width: 60rem
}

.degree-match .multi-step-form__question-group--result-group, .degree-match--gl .degree-match .multi-step-form__question-group {
    background-color: rgba(255,255,255,.925);
    border: solid .1rem #ddd;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    padding: 2rem
}

.degree-match .multi-step-form__question-group:first-of-type {
    display: block
}

.degree-match .multi-step-form__question-group-desc {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center
}

.degree-match .multi-step-form__question-group-desc--top {
    margin-top: 1rem
}

.degree-match .multi-step-form__question-group-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center
}

.degree-match .multi-step-form__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.degree-match .multi-step-form__loading-msg {
    text-align: center;
    width: 100%
}

    .degree-match .multi-step-form__loading-msg p {
        font-size: 2rem;
        margin-bottom: 1rem
    }

.degree-match .multi-step-form__loading-msg-icon {
    color: #1c2834
}

.degree-match .multi-step-form__result {
    display: none
}

    .degree-match .multi-step-form__result h4 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 1rem
    }

    .degree-match .multi-step-form__result p {
        font-size: 1.6rem;
        text-align: left
    }

        .degree-match .multi-step-form__result p.input-error-message__text {
            font-size: 1.3rem
        }

        .degree-match .multi-step-form__result p.additional-text {
            font-size: 1.8rem;
            margin-top: 1rem
        }

.degree-match .multi-step-form__result-logo-block {
    width: 100%
}

    .degree-match .multi-step-form__result-logo-block img {
        width: 15rem
    }

.degree-match .multi-step-form__result .school-offer .optin-label p {
    font-size: 1.44rem
}

.degree-match .multi-step-form .btn {
    background-color: #1c2834;
    border-color: #1c2834;
    display: inline-block;
    padding: 1rem 3rem;
    font-weight: 700;
    text-transform: uppercase
}

    .degree-match .multi-step-form .btn--ttn, .degree-match .multi-step-form .btn.school-offer__cta-btn {
        text-transform: none
    }

    .degree-match .multi-step-form .btn:hover {
        background-color: #3f9fa8;
        border-color: #3f9fa8
    }

.degree-match .multi-step-form .btn--disabled {
    background-color: grey;
    border-color: #8c858d;
    color: rgba(255,255,255,.85);
    cursor: not-allowed
}

    .degree-match .multi-step-form .btn--disabled:hover {
        background-color: grey;
        border-color: #8c858d;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        margin: 0
    }

.degree-match .multi-step-form__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .degree-match .multi-step-form__navigation .back-btn {
        background: 0 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0;
        text-shadow: none;
        text-transform: none;
        width: auto
    }

        .degree-match .multi-step-form__navigation .back-btn:hover {
            background: 0 0;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0
        }

            .degree-match .multi-step-form__navigation .back-btn:hover .site-form__btn-text {
                text-decoration: underline
            }

    .degree-match .multi-step-form__navigation .back-btn--disabled {
        cursor: not-allowed;
        opacity: .5
    }

        .degree-match .multi-step-form__navigation .back-btn--disabled:hover {
            background: inherit;
            border-color: inherit
        }

.degree-match .multi-step-form .button-block--prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.degree-match .multi-step-form .invalid-input-seg .input-error-message {
    text-align: left
}

.degree-match .multi-step-form .school-offer__feedback-msg p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center
}

.degree-match .multi-step-form .listings-only-result .multi-step-form__result-msg.has-additional {
    border-bottom: solid .1rem #1c2834;
    margin-bottom: 2rem
}

.degree-match--gl .multi-step-form__question-group {
    background-color: rgba(255,255,255,.925);
    border: solid .1rem #ddd;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    padding: 2rem
}

@media (min-width:550px) {
    .degree-match--gl .degree-match .multi-step-form {
        min-height: unset
    }

    .degree-match .multi-step-form--quiz .agreement-label p, .degree-match .multi-step-form--quiz .optin-label p {
        font-size: 1.3rem;
        line-height: 1.4
    }

    .degree-match .multi-step-form__question-group {
        padding: 2rem 1rem
    }

    .degree-match .multi-step-form__question-group-desc {
        font-size: 1.8rem
    }

    .degree-match .multi-step-form__question-group-title {
        font-size: 3rem
    }

    .degree-match .multi-step-form__navigation .back-btn {
        font-size: 1.6rem
    }

    .degree-match .multi-step-form__result p.input-error-message__text {
        font-size: 1.3rem
    }
}

@media (min-width:800px) {
    .degree-match .multi-step-form__question-group {
        padding: 3rem 5rem
    }

    .degree-match--gl .degree-match .multi-step-form__question-group {
        padding: 3rem 5rem
    }

    .degree-match .multi-step-form__question-group--result-group {
        padding: 6.5rem 5rem
    }
}

@media (min-width:1080px) {
    .degree-match .multi-step-form__intro-text {
        font-size: 2.3rem
    }

    .degree-match .multi-step-form__question-group {
        background-color: rgba(255,255,255,.925);
        border: solid .1rem #ddd;
        border-radius: .6rem;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        position: relative
    }
}

.degree-match .form-element--disclaimer-block p {
    text-align: left
}

.degree-match .form-element__input, .degree-match .form-element__label {
    font-size: 1.6rem
}

    .degree-match .form-element__input:focus, .degree-match .form-element__input:hover {
        border-color: #1c2834
    }

.degree-match .form-element__input-wrapper--dropdown:focus-within::after, .degree-match .form-element__input-wrapper--dropdown:hover::after {
    color: #1c2834
}

.degree-match .form-element__input-wrapper:focus-within::before, .degree-match .form-element__input-wrapper:hover::before {
    color: #1c2834
}

.degree-match .form-element__option-input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.degree-match .form-element__option-input:checked ~ .form-element__option-input-action-box--radio::after {
    background-color: #fff;
    border-radius: 50rem;
    content: "";
    opacity: 1
}

.degree-match .form-element__option-input-action-box {
    border: solid .15rem #1c2834
}

    .degree-match .form-element__option-input-action-box::after {
        background-color: #1c2834
    }

.degree-match .form-element__option-input-label:hover input ~ .form-element__option-input-action-box {
    background-color: rgba(71,176,186,.1)
}

.degree-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.degree-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box--radio {
    background-color: rgba(71,176,186,.1)
}

.degree-match .form-element__option-input-list-item--has-border {
    border-bottom: solid .1rem rgba(0,0,0,.1);
    padding-top: .5rem
}

    .degree-match .form-element__option-input-list-item--has-border:first-child {
        padding-top: 0
    }

    .degree-match .form-element__option-input-list-item--has-border:last-child {
        border-bottom: none
    }

.degree-match .form-element__sub-question .form-element__input, .degree-match .form-element__sub-question .form-element__label {
    font-size: 1.6rem
}

.degree-match .form-element__sub-question .form-element__option-input-list-item {
    border-bottom: none;
    padding-top: 0
}

.degree-match .form-element--disclaimer-block p {
    font-size: 1.2rem;
    line-height: 1.4
}

@media (min-width:550px) {
    .degree-match .form-element--disclaimer-block p {
        font-size: 1.3rem;
        line-height: 1.4
    }
}

@media (min-width:1080px) {
    .degree-match .form-element__input, .degree-match .form-element__label {
        font-size: 1.8rem
    }

    .degree-match .form-element__sub-question .form-element__input, .degree-match .form-element__sub-question .form-element__label {
        font-size: 1.6rem
    }
}

.degree-match .rangeslider__fill {
    background: #1c2834
}

.degree-match .rangeslider__handle {
    background: #6cc0c8;
    border: .1rem solid #6cc0c8
}

.degree-match input[type=range]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 .8rem #6cc0c8;
    box-shadow: 0 0 .8rem #6cc0c8
}

.degree-match .progress {
    padding: 0
}

.degree-match .progress__bar {
    background: rgba(0,0,0,.075);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: .9rem;
    padding: 0
}

.degree-match .progress__bar-fill {
    background-color: #1c2834;
    background-image: repeating-linear-gradient(135deg,#1c2834,#1c2834 .8rem,#3f9fa8 .8rem,#3f9fa8 1.6rem);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.degree-match .progress__bar-tooltip {
    display: none
}

@media (min-width:550px) {
    .degree-match .progress {
        max-height: 8.02rem;
        padding: 0
    }

    .degree-match .progress__bar {
        padding: 0
    }

    .degree-match .progress__bar-fill {
        background-image: repeating-linear-gradient(135deg,#1c2834,#1c2834 1.5rem,#3f9fa8 1.5rem,#3f9fa8 3rem)
    }

    .degree-match .progress__bar-tooltip {
        border-radius: .5rem;
        bottom: -3.5rem;
        font-size: 1.3rem;
        max-width: 4.8rem;
        padding: .5rem 0;
        right: -2.4rem;
        width: 4.8rem
    }
}

.degree-match .clouds-section {
    -webkit-animation: fadein 3s ease-out,moveclouds 70s linear 1;
    animation: fadein 3s ease-out,moveclouds 70s linear 1;
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.degree-match .clouds-section__cloud {
    display: inline;
    position: absolute;
    width: auto
}

    .degree-match .clouds-section__cloud img {
        width: 20rem
    }

.degree-match--gl .degree-match .clouds-section__cloud img {
    opacity: .7
}

.degree-match .clouds-section__cloud:first-child {
    left: 2%;
    top: 8rem
}

.degree-match .clouds-section__cloud:nth-child(2) {
    left: 22.5%;
    top: 8rem
}

    .degree-match .clouds-section__cloud:nth-child(2) img {
        width: 25rem
    }

.degree-match .clouds-section__cloud:nth-child(3) {
    left: 50%;
    top: 18rem
}

    .degree-match .clouds-section__cloud:nth-child(3) img {
        width: 15rem
    }

.degree-match .clouds-section__cloud:nth-child(4) {
    right: 20%;
    top: 3rem
}

    .degree-match .clouds-section__cloud:nth-child(4) img {
        width: 7.5rem
    }

.degree-match .clouds-section__cloud:last-child {
    right: 2%;
    top: 20rem
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes moveclouds {
    0% {
        margin-right: 1000px
    }

    100% {
        margin-right: -1000px
    }
}

@keyframes moveclouds {
    0% {
        margin-right: 1000px
    }

    100% {
        margin-right: -1000px
    }
}

@media (min-width:1080px) {
    .degree-match .clouds-section {
        display: block
    }
}

.degree-match__main-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.degree-match .multi-step-form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.degree-match__img-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    text-align: center;
    z-index: 3
}

.degree-match__call-block {
    font-weight: 700;
    margin-top: 0
}

    .degree-match__call-block p {
        margin-bottom: 0
    }

.degree-match .question-group-1 .multi-step-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.degree-match .question-group-1 .degree-match__img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1rem 0 0
}

.degree-match__mascot-img {
    width: 12rem
}

.degree-match .form-section {
    background-color: #dcf0f2; 
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 75rem; 
    position: relative;
    overflow-x: hidden
}

.degree-match__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 2rem 1rem;
    z-index: 3
}

.degree-match__desc-gl-qualify {
    display: none
}

.degree-match__desc-content {
    max-width: 100%;
    width: 100rem
}

.degree-match__desc-col {
    padding: 0
}

.degree-match__desc a {
    color: #2a6b71
}

.degree-match__desc h3, .degree-match__desc h4 {
    color: #23595e
}

.degree-match__desc h3, .degree-match__desc h4 {
    line-height: 1.3
}

.degree-match__desc h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.degree-match__desc h4 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .75rem
}

.degree-match__desc p {
    margin-bottom: 1rem
}

.degree-match__action-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 26.7rem);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.degree-match--gl .degree-match__desc {
    padding-top: 0
}

@media (min-width:550px) {
    .degree-match .form-section {
        background-size: 105rem; 
    }
}

@media (min-width:800px) {
    .degree-match__call-block {
        display: none
    }

    .degree-match__action-area {
        min-height: calc(100vh - 30.4rem)
    }

    .degree-match .form-section {
        background-size: 115rem
    }
}

@media (min-width:1080px) {
    .degree-match .form-section {
        background-size: 140rem; 
        padding-top: 2rem;
        position: relative
    }

        .degree-match .form-section::after, .degree-match .form-section::before { 
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            bottom: 0;
            content: "";
            height: 17.4rem;
            opacity: .175;
            position: absolute;
            top: 2rem;
            z-index: 1;
            width: 10rem
        }

        .degree-match .form-section::after {
            right: 2rem
        }

        .degree-match .form-section::before {
            left: 2rem
        }

    .degree-match__mascot-img {
        margin-top: 1rem;
        width: 28rem
    }

    .degree-match__img-block {
        text-align: left
    }

    .degree-match .question-group-1 .multi-step-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .degree-match .question-group-1 .degree-match__img-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }

    .degree-match__desc {
        margin-top: .5rem;
        padding: 2rem 4rem
    }

    .degree-match__desc-gl-qualify {
        display: inline-block
    }

    .degree-match__desc-col--left {
        padding-right: 1.5rem
    }

    .degree-match__desc-col--right {
        padding-left: 1.5rem
    }

    .degree-match__desc h3 {
        font-size: 2.5rem;
        max-width: 100%;
        width: 60rem
    }

    .degree-match__desc h4 {
        font-size: 2.2rem
    }

    .degree-match__action-area {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        min-height: calc(100vh - 43.5rem)
    }

    .degree-match--gl .multi-step-form, .degree-match--gl .question-group-1 .multi-step-form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .degree-match--gl .degree-match__desc {
        padding-left: 0;
        padding-right: 1rem;
        padding-top: 1rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

        .degree-match--gl .degree-match__desc h3 {
            font-size: 2.8rem
        }

        .degree-match--gl .degree-match__desc h4 {
            font-size: 2.35rem
        }

        .degree-match--gl .degree-match__desc p {
            font-size: 1.8rem
        }

            .degree-match--gl .degree-match__desc p.degree-match__desc-smaller-text {
                font-size: 1.6rem
            }

    .degree-match--av .form-section {
        padding-top: 6rem
    }

    .degree-match--default .form-section {
        padding-top: 6rem
    }
}

@media (min-width:1240px) {
    .degree-match__desc-content {
        padding: 0 .5rem
    }
}

.simple-degree-match {
    background: #fff;
    font-family: "Open Sans",sans-serif
}

    .simple-degree-match button, .simple-degree-match input, .simple-degree-match select {
        font-family: "Open Sans",sans-serif
    }

    .simple-degree-match h1, .simple-degree-match h2, .simple-degree-match h3, .simple-degree-match h4, .simple-degree-match h5, .simple-degree-match h6 {
        font-family: "Open Sans",sans-serif
    }

    .simple-degree-match a {
        color: #1c2834
    }

    .simple-degree-match .header {
        background: #1c2834;
        color: #fff;
        padding: 0;
        width: 100%;
        z-index: 6
    }

    .simple-degree-match .header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .simple-degree-match .header__nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #1c2834;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 0;
        min-height: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 0;
        top: -100rem;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        width: 100%;
        z-index: -1
    }

        .simple-degree-match .header__nav.open {
            min-height: 100vh;
            top: 0
        }

    .simple-degree-match .header__nav-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .simple-degree-match .header__nav-list-item {
        color: #fff;
        font-size: 1.8rem;
        padding: 1rem
    }

    .simple-degree-match .header__nav-list-item-link {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

        .simple-degree-match .header__nav-list-item-link:hover {
            color: #bda952
        }

    .simple-degree-match .header__nav-logout-btn {
        background: 0 0;
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-size: 1.8rem;
        -webkit-transition: .3s;
        transition: .3s
    }

        .simple-degree-match .header__nav-logout-btn:hover {
            color: #bda952
        }

    .simple-degree-match .header__logo {
        background-image: url('../../../img/colleges and degrees online_transparent.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        font: 0/0 a;
        height: 4.3rem;
        position: relative;
        width: 22.5rem
    }

        .simple-degree-match .header__logo a {
            color: #fff
        }

            .simple-degree-match .header__logo a:hover {
                color: #bda952
            }

    .simple-degree-match .header__logo-container {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .75rem
    }

    .simple-degree-match .header__call-block {
        display: none
    }

    .simple-degree-match .header__appeal-text-block {
        padding: .5rem 1rem;
        text-align: center
    }

    .simple-degree-match .header__appeal-text-block--desktop {
        display: none
    }

    .simple-degree-match .header__appeal-text-block p {
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 0
    }

@media (min-width:550px) {
    .simple-degree-match .header__appeal-text-block p {
        font-size: 1.8rem
    }
}

@media (min-width:800px) {
    .simple-degree-match .header__nav {
        height: auto;
        left: auto;
        position: relative;
        top: auto;
        width: 50%;
        z-index: 1
    }

        .simple-degree-match .header__nav.open {
            min-height: unset
        }

    .simple-degree-match .header__nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

    .simple-degree-match .header__open-btn-seg {
        display: none
    }

    .simple-degree-match .header__call-block, .simple-degree-match .header__logo-container {
        padding: 1rem
    }

    .simple-degree-match .header__logo {
        background-position: left center
    }

    .simple-degree-match .header__logo-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .simple-degree-match .header__call-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.8rem;
        font-weight: 700;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .simple-degree-match .header__call-block p {
            font-weight: 700;
            margin-bottom: 0
        }

        .simple-degree-match .header__call-block a, .simple-degree-match .header__call-block-icon {
            color: #fff
        }
}

@media (min-width:1080px) {
    .simple-degree-match .header {
        padding: 0
    }

    .simple-degree-match .header__appeal-text-block {
        padding: 1.25rem 0 0;
        text-align: left
    }

        .simple-degree-match .header__appeal-text-block p {
            font-size: 1.55rem
        }

    .simple-degree-match .header__appeal-text-block--mobile {
        display: none
    }

    .simple-degree-match .header__appeal-text-block--desktop {
        display: block
    }
}

@media (min-width:1240px) {
    .simple-degree-match .header__appeal-text-block p {
        font-size: 1.8rem
    }
}

.simple-degree-match .footer {
    background: #58595b;
    border: none;
    color: #fefefe
}

    .simple-degree-match .footer a {
        color: #fefefe
    }

.simple-degree-match .multi-step-form {
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 1rem 0;
    z-index: 3
}

.degree-match--gl .simple-degree-match .multi-step-form {
    padding: 2rem 0
}

.simple-degree-match .multi-step-form:first-child {
    display: block
}

.simple-degree-match .multi-step-form--quiz .agreement-label, .simple-degree-match .multi-step-form--quiz .optin-label {
    font-size: 1.3rem;
    line-height: 1
}

.simple-degree-match .multi-step-form--quiz .agreement-label__additional-msg, .simple-degree-match .multi-step-form--quiz .optin-label__additional-msg {
    margin-bottom: 0
}

.simple-degree-match .multi-step-form__intro-text {
    color: #35858d;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .5rem
}

.simple-degree-match .multi-step-form__question-group {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 0 1rem;
    text-align: center;
    width: 80rem
}

.simple-degree-match .multi-step-form__question-group-content {
    max-width: 100%;
    width: 50rem
}

.degree-match--gl .simple-degree-match .multi-step-form__question-group, .simple-degree-match .multi-step-form__question-group--result-group {
    background-color: rgba(255,255,255,.925);
    border: solid .1rem #ddd;
    border-radius: .2rem;
    -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
    padding: 2rem
}

.simple-degree-match .multi-step-form__question-group-desc {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: center
}

.simple-degree-match .multi-step-form__question-group-desc--top {
    margin-top: 1rem
}

.simple-degree-match .multi-step-form__question-group-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center
}

.simple-degree-match .multi-step-form__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.simple-degree-match .multi-step-form__loading-msg {
    text-align: center;
    width: 100%
}

    .simple-degree-match .multi-step-form__loading-msg p {
        font-size: 2rem;
        margin-bottom: 1rem
    }

.simple-degree-match .multi-step-form__loading-msg-icon {
    color: #1c2834
}

.simple-degree-match .multi-step-form__result {
    display: none
}

    .simple-degree-match .multi-step-form__result h4 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 1rem
    }

    .simple-degree-match .multi-step-form__result p {
        font-size: 1.6rem;
        text-align: left
    }

        .simple-degree-match .multi-step-form__result p.input-error-message__text {
            font-size: 1.2rem
        }

        .simple-degree-match .multi-step-form__result p.additional-text {
            font-size: 1.8rem;
            margin-top: 1rem
        }

.simple-degree-match .multi-step-form__result-logo-block {
    width: 100%
}

    .simple-degree-match .multi-step-form__result-logo-block img {
        width: 15rem
    }

.simple-degree-match .multi-step-form__result .school-offer .optin-label p {
    font-size: 1.44rem
}

.simple-degree-match .multi-step-form .btn {
    background-color: #bda952;
    border-color: #bda952;
    border-radius: .2rem;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

    .simple-degree-match .multi-step-form .btn.school-offer__cta-btn {
        text-transform: none
    }

    .simple-degree-match .multi-step-form .btn:hover {
        background-color: #1c2834;
        border-color: #1c2834
    }

.simple-degree-match .multi-step-form .btn--disabled {
    background-color: grey;
    border-color: #8c858d;
    color: rgba(255,255,255,.85);
    cursor: not-allowed
}

    .simple-degree-match .multi-step-form .btn--disabled:hover {
        background-color: grey;
        border-color: #8c858d;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        margin: 0
    }

.simple-degree-match .multi-step-form__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .simple-degree-match .multi-step-form__navigation .back-btn {
        background: 0 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0;
        text-shadow: none;
        text-transform: none;
        width: auto
    }

        .simple-degree-match .multi-step-form__navigation .back-btn:hover {
            background: 0 0;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0
        }

            .simple-degree-match .multi-step-form__navigation .back-btn:hover .site-form__btn-text {
                text-decoration: underline
            }

    .simple-degree-match .multi-step-form__navigation .back-btn--disabled {
        cursor: not-allowed;
        opacity: .5
    }

        .simple-degree-match .multi-step-form__navigation .back-btn--disabled:hover {
            background: inherit;
            border-color: inherit
        }

.simple-degree-match .multi-step-form .button-block--prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.simple-degree-match .multi-step-form .invalid-input-seg .input-error-message {
    text-align: left
}

.simple-degree-match .multi-step-form .school-offer__feedback-msg p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center
}

.simple-degree-match .multi-step-form .listings-only-result .multi-step-form__result-msg.has-additional {
    border-bottom: solid .1rem #1c2834;
    margin-bottom: 2rem
}

@media (min-width:550px) {
    .degree-match--gl .simple-degree-match .multi-step-form {
        min-height: unset
    }

    .simple-degree-match .multi-step-form--quiz .agreement-label p, .simple-degree-match .multi-step-form--quiz .optin-label p {
        font-size: 1.3rem;
        line-height: 1.4
    }

    .simple-degree-match .multi-step-form__question-group {
        padding: 2rem 1rem
    }

    .simple-degree-match .multi-step-form__question-group-desc {
        font-size: 2.4rem
    }

    .simple-degree-match .multi-step-form__question-group-title {
        font-size: 3rem
    }

    .simple-degree-match .multi-step-form__navigation .back-btn {
        font-size: 1.6rem
    }

    .simple-degree-match .multi-step-form__result p.input-error-message__text {
        font-size: 1.3rem
    }
}

@media (min-width:1080px) {
    .simple-degree-match .multi-step-form__intro-text {
        font-size: 2.3rem
    }

    .simple-degree-match .multi-step-form__question-group {
        background-color: #fff;
        border: solid .1rem #ddd;
        border-radius: .2rem;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        padding: 5rem;
        position: relative
    }

    .simple-degree-match .multi-step-form .btn:not(.back-btn) {
        font-size: 2.2rem
    }
}

.simple-degree-match .form-element--disclaimer-block p {
    text-align: left
}

.simple-degree-match .form-element__input, .simple-degree-match .form-element__label {
    font-size: 2rem
}

.simple-degree-match .form-element__label-sub-desc {
    font-size: 80%
}

.simple-degree-match .form-element__input {
    border-radius: .2rem
}

    .simple-degree-match .form-element__input:focus, .simple-degree-match .form-element__input:hover {
        border-color: #1c2834
    }

.simple-degree-match .form-element__input-wrapper--dropdown:focus-within::after, .simple-degree-match .form-element__input-wrapper--dropdown:hover::after {
    color: #1c2834
}

.simple-degree-match .form-element__input-wrapper:focus-within::before, .simple-degree-match .form-element__input-wrapper:hover::before {
    color: #1c2834
}

.simple-degree-match .form-element__option-input-label {
    font-size: 1.8rem
}

.simple-degree-match .form-element__option-input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.simple-degree-match .form-element__option-input:checked ~ .form-element__option-input-action-box--radio::after {
    background-color: #fff;
    border-radius: 50rem;
    content: "";
    opacity: 1
}

.simple-degree-match .form-element__option-input-action-box {
    border: solid .15rem #1c2834
}

    .simple-degree-match .form-element__option-input-action-box::after {
        background-color: #1c2834
    }

.simple-degree-match .form-element__option-input-label:hover input ~ .form-element__option-input-action-box {
    background-color: rgba(71,176,186,.1)
}

.simple-degree-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.simple-degree-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box--radio {
    background-color: rgba(71,176,186,.1)
}

.simple-degree-match .form-element__option-input-list-item--has-border {
    border-bottom: solid .1rem rgba(0,0,0,.1);
    padding-top: .5rem
}

    .simple-degree-match .form-element__option-input-list-item--has-border:first-child {
        padding-top: 0
    }

    .simple-degree-match .form-element__option-input-list-item--has-border:last-child {
        border-bottom: none
    }

.simple-degree-match .form-element--disclaimer-block p {
    font-size: 1.2rem;
    line-height: 1.4
}

@media (min-width:550px) {
    .simple-degree-match .form-element--disclaimer-block p {
        font-size: 1.3rem;
        line-height: 1.4
    }
}

@media (min-width:1080px) {
    .simple-degree-match .form-element__input, .simple-degree-match .form-element__label {
        font-size: 2.2rem
    }

    .simple-degree-match .form-element__option-input-label {
        font-size: 1.9rem
    }

    .simple-degree-match .form-element__option-input-action-box {
        top: 1.3rem
    }
}

.simple-degree-match .rangeslider__fill {
    background: #1c2834;
    border-radius: .2rem
}

.simple-degree-match .rangeslider__handle {
    background: #6cc0c8;
    border: .1rem solid #6cc0c8;
    border-radius: .2rem
}

.simple-degree-match input[type=range]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 .8rem #6cc0c8;
    box-shadow: 0 0 .8rem #6cc0c8
}

.simple-degree-match .progress {
    padding: 0
}

.simple-degree-match .progress__bar {
    background: rgba(0,0,0,.075);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: .9rem;
    padding: 0
}

.simple-degree-match .progress__bar-fill {
    background-color: #bda952;
    background-image: repeating-linear-gradient(135deg,#bda952,#bda952 .8rem,#1c2834 .8rem,#1c2834 1.6rem);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.simple-degree-match .progress__bar-tooltip {
    display: none
}

@media (min-width:550px) {
    .simple-degree-match .progress {
        max-height: 8.02rem;
        padding: 0
    }

    .simple-degree-match .progress__bar {
        padding: 0
    }

    .simple-degree-match .progress__bar-fill {
        background-image: repeating-linear-gradient(135deg,#bda952,#bda952 1.5rem,#1c2834 1.5rem,#1c2834 3rem)
    }

    .simple-degree-match .progress__bar-tooltip {
        border-radius: .5rem;
        bottom: -3.5rem;
        font-size: 1.3rem;
        max-width: 4.8rem;
        padding: .5rem 0;
        right: -2.4rem;
        width: 4.8rem
    }
}

.simple-degree-match__main-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.simple-degree-match .multi-step-form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.simple-degree-match__img-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    text-align: center;
    z-index: 3
}

.simple-degree-match__call-block {
    font-weight: 700;
    margin-top: 0
}

    .simple-degree-match__call-block p {
        margin-bottom: 0
    }

.simple-degree-match .question-group-1 .multi-step-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.simple-degree-match .question-group-1 .degree-match__img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1rem 0 0
}

.simple-degree-match__mascot-img {
    width: 12rem
}

.simple-degree-match .form-section {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
    background: linear-gradient(to bottom,#fff,#ddd);
    padding-bottom: 15.5rem;
    position: relative;
    overflow-x: hidden
}

.simple-degree-match__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 2rem 1rem;
    z-index: 3
}

.simple-degree-match__desc-gl-qualify {
    display: none
}

.simple-degree-match__desc-content {
    max-width: 100%;
    width: 100rem
}

.simple-degree-match__desc-col {
    padding: 0
}

.simple-degree-match__desc a {
    color: #2a6b71
}

.simple-degree-match__desc h3, .simple-degree-match__desc h4 {
    color: #23595e
}

.simple-degree-match__desc h3, .simple-degree-match__desc h4 {
    line-height: 1.3
}

.simple-degree-match__desc h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.simple-degree-match__desc h4 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .75rem
}

.simple-degree-match__desc p {
    margin-bottom: 1rem
}

.simple-degree-match__action-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.simple-degree-match__intro {
    text-align: center
}

.simple-degree-match__intro-title {
    color: #3f9fa8;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.simple-degree-match__intro-sub-title {
    color: #43a8b2;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2
}

.simple-degree-match .grant-section {
    background-color: #fff
}

@media (min-width:550px) {
    .simple-degree-match .form-section {
        padding-bottom: 20rem
    }

    .simple-degree-match__call-block {
        font-size: 1.8rem
    }
}

@media (min-width:800px) {
    .simple-degree-match__call-block {
        display: none
    }

    .simple-degree-match .form-section {
        padding-top: 6rem
    }
}

@media (min-width:1080px) {
    .simple-degree-match .form-section {
        background-size: 140rem;
        padding-bottom: 28rem;
        padding-top: 2rem;
        position: relative
    }

        .simple-degree-match .form-section::after, .simple-degree-match .form-section::before {
            background-image: url(../../../img/versions/degree-match/tcr-pin.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            bottom: 0;
            content: "";
            height: 17.4rem;
            opacity: .175;
            position: absolute;
            top: 2rem;
            z-index: 1;
            width: 10rem
        }

        .simple-degree-match .form-section::after {
            right: 2rem
        }

        .simple-degree-match .form-section::before {
            left: 2rem
        }

    .simple-degree-match__intro-title {
        font-size: 3rem
    }

    .simple-degree-match__intro-sub-title {
        font-size: 2.4rem
    }

    .simple-degree-match .question-group-1 .multi-step-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .simple-degree-match .question-group-1 .degree-match__img-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }

    .simple-degree-match__desc {
        margin-top: .5rem;
        padding: 2rem 4rem
    }

    .simple-degree-match__desc-gl-qualify {
        display: inline-block
    }

    .simple-degree-match__desc-col--left {
        padding-right: 1.5rem
    }

    .simple-degree-match__desc-col--right {
        padding-left: 1.5rem
    }

    .simple-degree-match__desc h3 {
        font-size: 2.5rem;
        max-width: 100%;
        width: 60rem
    }

    .simple-degree-match__desc h4 {
        font-size: 2.2rem
    }

    .simple-degree-match__action-area {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .simple-degree-match--default .form-section {
        padding-top: 6rem
    }
}

@media (min-width:1240px) {
    .simple-degree-match__desc-content {
        padding: 0 .5rem
    }
}

.program-match {
    background: #dcf0f2;
    font-family: "Open Sans",sans-serif
}

    .program-match button, .program-match input, .program-match select {
        font-family: "Open Sans",sans-serif
    }

    .program-match h1, .program-match h2, .program-match h3, .program-match h4, .program-match h5, .program-match h6 {
        font-family: "Open Sans",sans-serif
    }

    .program-match a {
        color: #1c2834
    }

    .program-match .header {
        background: #fff;
        padding: 0;
        width: 100%;
        z-index: 6
    }

    .program-match .header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .program-match .header__nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 0;
        min-height: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 0;
        top: -100rem;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        width: 100%;
        z-index: -1
    }

        .program-match .header__nav.open {
            min-height: 100vh;
            top: 0
        }

    .program-match .header__nav-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .program-match .header__nav-list-item {
        color: #eee;
        font-size: 1.8rem;
        padding: 1rem
    }

    .program-match .header__nav-list-item-link {
        color: #eee;
        -webkit-transition: .3s;
        transition: .3s
    }

        .program-match .header__nav-list-item-link:hover {
            color: #fff
        }

    .program-match .header__nav-logout-btn {
        background: 0 0;
        border: none;
        color: #eee;
        cursor: pointer;
        padding: 0;
        font-size: 1.8rem;
        -webkit-transition: .3s;
        transition: .3s
    }

        .program-match .header__nav-logout-btn:hover {
            color: #fff
        }

    .program-match .header__logo {
        background-image: url('../../../img/colleges and degrees online_transparent.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        font: 0/0 a;
        height: 3.4rem;
        position: relative;
        width: 18rem
    }

        .program-match .header__logo a {
            color: #fff
        }

            .program-match .header__logo a:hover {
                color: #fff
            }

    .program-match .header__logo-container {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .75rem
    }

    .program-match .header__call-block {
        display: none
    }

    .program-match .header__appeal-text-block {
        padding: .5rem 1rem;
        text-align: center
    }

    .program-match .header__appeal-text-block--desktop {
        display: none
    }

    .program-match .header__appeal-text-block p {
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 0
    }

    .program-match .header a {
        color: #1c2834
    }

@media (min-width:800px) {
    .program-match .header__call-block, .program-match .header__logo-container {
        padding: 1rem
    }

    .program-match .header__logo {
        background-position: left center;
        height: 4.3rem;
        width: 22.5rem
    }

    .program-match .header__logo-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .program-match .header__call-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.8rem;
        font-weight: 700;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .program-match .header__call-block p {
            font-weight: 700;
            margin-bottom: 0
        }

    .program-match .header__call-block-icon {
        color: #1c2834
    }
}

@media (min-width:1080px) {
    .program-match .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .program-match .header__content {
        max-width: 100%;
        width: 145rem
    }

    .program-match.program-match--1 .header {
        -webkit-box-shadow: 0 .3rem .5rem rgba(57,63,72,.2);
        box-shadow: 0 .3rem .5rem rgba(57,63,72,.2)
    }
}

.program-match .footer a {
    color: #fff
}

.program-match.program-match--2 .footer {
    padding-bottom: 11rem
}

@media (min-width:800px) {
    .program-match.program-match--2 .footer {
        padding-bottom: 2rem
    }
}

.program-match .multi-step-form {
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 1rem 0;
    z-index: 3
}

    .program-match .multi-step-form:first-child {
        display: block
    }

.program-match .multi-step-form--quiz .agreement-label, .program-match .multi-step-form--quiz .optin-label {
    font-size: 1.3rem;
    line-height: 1
}

.program-match .multi-step-form--quiz .agreement-label__additional-msg, .program-match .multi-step-form--quiz .optin-label__additional-msg {
    margin-bottom: 0
}

.program-match .multi-step-form__intro-text {
    color: #35858d;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .5rem
}

.program-match .multi-step-form__question-group {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    max-width: 100%;
    padding: 0 0 1rem;
    text-align: center;
    width: 60rem
}

.program-match .multi-step-form__question-group--result-group {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.program-match .multi-step-form__question-group:first-of-type {
    display: block
}

.program-match .multi-step-form__question-group-desc {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center
}

.program-match .multi-step-form__question-group-desc--top {
    margin-top: 1rem
}

.program-match .multi-step-form__question-group-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center
}

.program-match .multi-step-form__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.program-match .multi-step-form__loading-msg {
    text-align: center;
    width: 100%
}

    .program-match .multi-step-form__loading-msg p {
        font-size: 2rem;
        margin-bottom: 1rem
    }

.program-match .multi-step-form__loading-msg-icon {
    color: #1c2834
}

.program-match .multi-step-form__result {
    display: none
}

    .program-match .multi-step-form__result h4 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 1rem
    }

    .program-match .multi-step-form__result p {
        font-size: 1.6rem;
        text-align: left
    }

        .program-match .multi-step-form__result p.additional-text {
            font-size: 1.8rem;
            margin-top: 1rem
        }

.program-match .multi-step-form__result-logo-block {
    width: 100%
}

    .program-match .multi-step-form__result-logo-block img {
        width: 15rem
    }

.program-match .multi-step-form .btn {
    background-color: #bda952;
    border-color: #bda952;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

    .program-match .multi-step-form .btn.school-offer__cta-btn {
        text-transform: none
    }

    .program-match .multi-step-form .btn:hover {
        background-color: #1c2834;
        border-color: #1c2834
    }

.program-match .multi-step-form .btn--disabled {
    background-color: grey;
    border-color: #8c858d;
    color: rgba(255,255,255,.85);
    cursor: not-allowed
}

    .program-match .multi-step-form .btn--disabled:hover {
        background-color: grey;
        border-color: #8c858d;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        margin: 0
    }

.program-match .multi-step-form__navigation {
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(2rem,#fff));
    background: linear-gradient(rgba(255,255,255,0),#fff 2rem);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 5
}

    .program-match .multi-step-form__navigation .back-btn {
        background: 0 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0;
        text-shadow: none;
        text-transform: none;
        width: auto
    }

        .program-match .multi-step-form__navigation .back-btn:hover {
            background: 0 0;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0
        }

            .program-match .multi-step-form__navigation .back-btn:hover .site-form__btn-text {
                text-decoration: underline
            }

    .program-match .multi-step-form__navigation .back-btn--disabled {
        cursor: not-allowed;
        opacity: .5
    }

        .program-match .multi-step-form__navigation .back-btn--disabled:hover {
            background: inherit;
            border-color: inherit
        }

.program-match .multi-step-form .button-block--prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.program-match .multi-step-form .invalid-input-seg .input-error-message {
    text-align: left
}

.program-match .multi-step-form .school-offer__feedback-msg p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center
}

.program-match .multi-step-form__result-msg.has-additional {
    border-bottom: solid .1rem #1c2834;
    margin-bottom: 2rem
}

@media (min-width:550px) {
    .degree-match--gl .program-match .multi-step-form {
        min-height: unset
    }

    .program-match .multi-step-form--quiz .agreement-label p, .program-match .multi-step-form--quiz .optin-label p {
        font-size: 1.3rem;
        line-height: 1.4
    }

    .program-match .multi-step-form__question-group {
        padding: 2rem 1rem
    }

    .program-match .multi-step-form__question-group-desc {
        font-size: 1.8rem
    }

    .program-match .multi-step-form__question-group-title {
        font-size: 3rem
    }

    .program-match .multi-step-form__navigation .back-btn {
        font-size: 1.6rem
    }
}

@media (min-width:800px) {
    .program-match .multi-step-form__question-group {
        padding: 2rem 4rem
    }

    .program-match .multi-step-form__question-group--result-group {
        padding: 4rem
    }

    .program-match .multi-step-form__navigation {
        background: 0 0;
        padding: 0;
        position: relative
    }
}

@media (min-width:1080px) {
    .program-match .multi-step-form {
        padding: 0
    }

    .program-match .multi-step-form__intro-text {
        font-size: 2.3rem
    }

    .program-match .multi-step-form__question-group {
        background-color: rgba(255,255,255,.925);
        border: solid .1rem #ddd;
        border-radius: .6rem;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        position: relative
    }

    .program-match .multi-step-form__question-group--result-group {
        background-color: #fff
    }
}

.program-match .form-element--disclaimer-block p {
    text-align: left
}

.program-match .form-element__input, .program-match .form-element__label {
    font-size: 1.6rem
}

    .program-match .form-element__input:focus, .program-match .form-element__input:hover {
        border-color: #1c2834
    }

.program-match .form-element__input--dropdown {
    color: #333
}

.program-match .form-element__input-wrapper--dropdown:focus-within::after, .program-match .form-element__input-wrapper--dropdown:hover::after {
    color: #1c2834
}

.program-match .form-element__input-wrapper:focus-within::before, .program-match .form-element__input-wrapper:hover::before {
    color: #1c2834
}

.program-match .form-element__option-input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.program-match .form-element__option-input:checked ~ .form-element__option-input-action-box--radio::after {
    background-color: #fff;
    border-radius: 50rem;
    content: "";
    opacity: 1
}

.program-match .form-element__option-input-action-box {
    border: solid .15rem #1c2834
}

    .program-match .form-element__option-input-action-box::after {
        background-color: #1c2834
    }

.program-match .form-element__option-input-label:hover input ~ .form-element__option-input-action-box {
    background-color: rgba(71,176,186,.1)
}

.program-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box {
    background-color: #1c2834
}

.program-match .form-element__option-input-label:hover input:checked ~ .form-element__option-input-action-box--radio {
    background-color: rgba(71,176,186,.1)
}

.program-match .form-element__option-input-list-item--has-border {
    border-bottom: solid .1rem rgba(0,0,0,.1);
    padding-top: .5rem
}

    .program-match .form-element__option-input-list-item--has-border:first-child {
        padding-top: 0
    }

    .program-match .form-element__option-input-list-item--has-border:last-child {
        border-bottom: none
    }

.program-match .form-element__sub-question .form-element__input, .program-match .form-element__sub-question .form-element__label {
    font-size: 1.6rem
}

.program-match .form-element__sub-question .form-element__option-input-list-item {
    border-bottom: none;
    padding-top: 0
}

.program-match .form-element--disclaimer-block p {
    font-size: 1.2rem;
    line-height: 1.4
}

@media (min-width:550px) {
    .program-match .form-element--disclaimer-block p {
        font-size: 1.3rem;
        line-height: 1.4
    }
}

@media (min-width:1080px) {
    .program-match .form-element__input, .program-match .form-element__label {
        font-size: 1.8rem
    }

    .program-match .form-element__sub-question .form-element__input, .program-match .form-element__sub-question .form-element__label {
        font-size: 1.6rem
    }
}

.program-match .lp-hero {
    background: #04365f;
    padding: 2rem 0 10rem
}

.program-match .lp-hero__content {
    padding: 0
}

.program-match .lp-hero__title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.program-match .lp-hero__title-block {
    color: #fff;
    padding: 0
}

.program-match .lp-hero__title .highlighted-text {
    color: #fb734f
}

.program-match .lp-hero__sub-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4
}

.program-match .lp-hero__form {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 2rem 0;
    max-width: 100%;
    padding: 0;
    width: 50rem
}

.program-match .lp-hero__form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.program-match .lp-hero__form-question-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.program-match .lp-hero .question-block--dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0
}

.program-match .lp-hero__submit-container {
    padding: 0
}

.program-match .lp-hero .form-element__input--dropdown, .program-match .lp-hero__submit-btn {
    border-radius: .6rem;
    border-width: .2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 1.5rem 2rem
}

.program-match .lp-hero .form-element__input-wrapper::before {
    display: none
}

.program-match .lp-hero .form-element__input-wrapper:focus-within::after, .program-match .lp-hero .form-element__input-wrapper:hover::after {
    color: #bda952
}

.program-match .lp-hero .form-element__input-wrapper:focus-within .form-element__input--dropdown, .program-match .lp-hero .form-element__input-wrapper:hover .form-element__input--dropdown {
    border-color: #bda952
}

.program-match .lp-hero .form-element__input--dropdown {
    border-color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    padding-left: 1rem
}

.program-match .lp-hero__submit-btn {
    background-color: #bda952;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

    .program-match .lp-hero__submit-btn:hover {
        background-color: #1c2834;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0
    }

.program-match .lp-hero__call-block {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    padding: 0 0 1.5rem
}

    .program-match .lp-hero__call-block a {
        color: #fff
    }

    .program-match .lp-hero__call-block p {
        margin-bottom: 0
    }

.program-match .lp-hero__call-block-icon {
    margin-right: .5rem
}

.program-match .lp-hero__form--pm-dm {
    margin-top: 1rem;
    width: 100%
}

    .program-match .lp-hero__form--pm-dm .question-block .form-element__label {
        display: none
    }

    .program-match .lp-hero__form--pm-dm .form-element__label {
        color: #fff;
        font-size: 1.8rem;
        margin-bottom: .75rem
    }

    .program-match .lp-hero__form--pm-dm .form-element__input--dropdown {
        padding: 1rem 2rem
    }

    .program-match .lp-hero__form--pm-dm .lp-hero__submit-btn {
        padding: 1rem 3rem
    }

.program-match .lp-hero__input-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 100%;
    width: 27.5rem
}

@media (min-width:550px) {
    .program-match .lp-hero__content {
        padding: 0 2rem
    }
}

@media (min-width:800px) {
    .program-match .lp-hero {
        padding: 4rem 0 12.5rem
    }

    .program-match .lp-hero__call-block {
        display: none
    }

    .program-match .lp-hero__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .program-match .lp-hero__title {
        font-size: 3.8rem
    }

    .program-match .lp-hero__title-block {
        text-align: center
    }

    .program-match .lp-hero__sub-title {
        font-size: 2.8rem
    }

    .program-match .lp-hero__form--pm-dm .question-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .program-match .lp-hero__form--pm-dm .form-element__label {
        text-align: center
    }
}

@media (min-width:1080px) {
    .program-match .lp-hero {
        background-color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(46,115,122,.2)),to(rgba(255,255,255,.3))),url(../../../img/versions/program-match/male-studying.jpg);
        background-image: linear-gradient(rgba(46,115,122,.2),rgba(255,255,255,.3)),url(../../../img/versions/program-match/male-studying.jpg);
        background-position: center;
        background-size: cover;
        padding: 15rem 0 22.5rem
    }

    .program-match .lp-hero__content {
        background-color: rgba(46,115,122,.925);
        border-radius: .8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5rem 3.5rem;
        max-width: 100%;
        width: 75rem
    }

    .program-match .lp-hero__title {
        font-size: 4.4rem
    }

    .program-match .lp-hero__title-highlighted {
        color: #fb7d5c
    }

    .program-match .lp-hero__title-block {
        text-align: left
    }

    .program-match .lp-hero__sub-title {
        font-size: 3.2rem;
        font-weight: 400
    }

    .program-match .lp-hero .form-element__input--dropdown, .program-match .lp-hero__submit-btn {
        font-size: 2.2rem;
        padding: 1.5rem 2rem
    }

    .program-match .lp-hero__form--pm-dm .question-group {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .program-match .lp-hero__form--pm-dm .form-element__label {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: left
    }

    .program-match .lp-hero__form--pm-dm .form-element__input--dropdown {
        padding: 1.25rem 2rem
    }

    .program-match .lp-hero__form--pm-dm .lp-hero__submit-btn {
        padding: 1.25rem 3.5rem
    }

    .program-match .lp-hero__input-btn-wrapper {
        width: 32.5rem
    }
}

.program-match .flow-hero {
    background: #fff;
    padding: 1rem 0 5rem
}

.program-match .flow-hero__desktop-intro {
    display: none
}

.program-match .flow-hero__call-block {
    color: #04365f;
    font-weight: 700;
    margin-top: 0;
    padding: 0 0 1rem
}

    .program-match .flow-hero__call-block a {
        color: #04365f
    }

    .program-match .flow-hero__call-block p {
        margin-bottom: 0
    }

.program-match .flow-hero__call-block-icon {
    margin-right: .5rem
}

.program-match .flow-hero__intro {
    padding: 0
}

.program-match .flow-hero__intro--top {
    display: none;
    margin-bottom: 2rem
}

.program-match .flow-hero__intro--bottom {
    border-top: solid .1rem rgba(0,0,0,.1);
    padding-top: 2rem
}

.program-match .flow-hero__intro-text, .program-match .flow-hero__intro-title {
    line-height: 1.2
}

.program-match .flow-hero__intro-title {
    color: #04365f;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.program-match .flow-hero__intro-text {
    font-size: 1.6rem
}

    .program-match .flow-hero__intro-text:last-child {
        margin-bottom: 0
    }

.program-match .flow-hero__intro-checklist {
    padding-left: 1.6rem
}

    .program-match .flow-hero__intro-checklist li {
        font-size: 1.6rem;
        padding-left: 2.6rem
    }

        .program-match .flow-hero__intro-checklist li::before {
            font-size: 1rem;
            height: 1.8rem;
            width: 1.8rem
        }

.program-match .flow-hero__earnings {
    font-size: 1.6rem;
    padding: 1rem 0 2rem
}

.program-match .flow-hero__earnings-sub-title, .program-match .flow-hero__earnings-title {
    line-height: 1.4
}

.program-match .flow-hero__earnings-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center
}

.program-match .flow-hero__earnings-sub-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .75rem
}

.program-match .flow-hero__earnings-list {
    border-left: solid .2rem #1c2834;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 90%
}

.program-match .flow-hero__earnings-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: .5rem 0;
    width: 100%
}

    .program-match .flow-hero__earnings-list-item:last-child {
        padding-bottom: 0
    }

.program-match .flow-hero__earnings-degree-name {
    font-weight: 600;
    margin-bottom: .25rem;
    padding-left: 1rem;
    width: 100%
}

.program-match .flow-hero__earnings-degree-amount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1c2834;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#1c2834),to(#6cc0c8));
    background-image: linear-gradient(to bottom right,#1c2834,#6cc0c8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
    padding: .75rem 1rem
}

.program-match .flow-hero__earnings-reference {
    margin: 1.5rem 0 0;
    font-size: 1.4rem
}

    .program-match .flow-hero__earnings-reference a {
        color: #bda952
    }

.program-match .flow-hero__form-area {
    border: solid .1rem rgba(0,0,0,.1);
    border-left: 0;
    border-right: 0;
    margin-bottom: 2rem
}

.program-match .flow-hero .form-element__input {
    border-width: .1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.4;
    padding: .75rem 2rem
}

.program-match .flow-hero .form-element__input, .program-match .flow-hero .form-element__label {
    font-size: 1.6rem
}

.program-match .flow-hero .form-element__input-wrapper::before {
    display: none
}

.program-match .flow-hero.question-group-1 .flow-hero__intro--top {
    display: block
}

@media (min-width:800px) {
    .program-match .flow-hero__call-block {
        display: none
    }

    .program-match .flow-hero__desktop-intro-pane, .program-match .flow-hero__earnings {
        padding: 3rem 5rem
    }
}

@media (min-width:1080px) {
    .program-match .flow-hero {
        background-color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(255,255,255,.3))),url(../../../img/versions/program-match/office-desktop.jpg);
        background-image: linear-gradient(rgba(0,0,0,.3),rgba(255,255,255,.3)),url(../../../img/versions/program-match/office-desktop.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: calc(100vh - 6.97rem);
        padding: 3rem 0 7.5rem
    }

    .program-match .flow-hero__desktop-intro {
        display: block
    }

    .program-match .flow-hero.question-group-1 .flow-hero__intro, .program-match .flow-hero__intro {
        display: none
    }

    .program-match .flow-hero__form-area {
        border: none;
        margin-bottom: 3rem
    }

    .program-match .flow-hero__desktop-intro-pane, .program-match .flow-hero__earnings {
        border-radius: .6rem;
        -webkit-box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1);
        box-shadow: 0 1rem 2rem transparent,0 .6rem .6rem rgba(0,0,0,.1)
    }

    .program-match .flow-hero__earnings {
        background-color: rgba(255,255,255,.925);
        border: solid .1rem #ddd;
        position: relative
    }

    .program-match .flow-hero__desktop-intro {
        padding: 0 3rem 0 0
    }

    .program-match .flow-hero__desktop-intro-pane {
        background-color: rgba(46,115,122,.925);
        color: #fff
    }

    .program-match .flow-hero__intro-title {
        color: #fff;
        font-size: 3.6rem
    }

    .program-match .flow-hero__intro-checklist li, .program-match .flow-hero__intro-text {
        font-size: 2rem
    }

    .program-match .flow-hero__intro-sub-title {
        font-size: 2.2rem
    }

    .program-match .flow-hero__intro-checklist .checklist__bolder {
        color: #fff
    }

    .program-match .flow-hero__intro-checklist li::before {
        background-color: #bda952
    }
}

.program-match .progress {
    padding: 0
}

.program-match .progress__bar {
    background: rgba(0,0,0,.075);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: .9rem;
    padding: 0
}

.program-match .progress__bar-fill {
    background-color: #bda952;
    background-image: repeating-linear-gradient(135deg,#bda952,#bda952 .8rem,#1c2834 .8rem,#1c2834 1.6rem);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.program-match .progress__bar-tooltip {
    display: none
}

@media (min-width:550px) {
    .program-match .progress {
        max-height: 8.02rem;
        padding: 0
    }

    .program-match .progress__bar {
        padding: 0
    }

    .program-match .progress__bar-fill {
        background-image: repeating-linear-gradient(135deg,#bda952,#bda952 1.5rem,#1c2834 1.5rem,#1c2834 3rem)
    }

    .program-match .progress__bar-tooltip {
        border-radius: .5rem;
        bottom: -3.5rem;
        font-size: 1.3rem;
        max-width: 4.8rem;
        padding: .5rem 0;
        right: -2.4rem;
        width: 4.8rem
    }
}

.program-match .program-match-listings {
    border-top: solid .1rem rgba(0,0,0,.1)
}

    .program-match .program-match-listings .multi-step-form__question-group {
        width: 100%
    }

.program-match .program-match-listings__main-content {
    max-width: 100%;
    width: 72.5rem
}

.program-match .program-match-listings__result-pane:first-child {
    display: none
}

.program-match .program-match-listings__result-msg--success {
    border-bottom: solid .1rem #1c2834
}

.program-match .program-match-listings__result-msg h4 {
    font-weight: 400
}

.program-match .program-match-listings .multi-step-form__result h4 {
    font-weight: 400
}

@media (min-width:800px) {
    .program-match .program-match-listings {
        border-top: none
    }
}

@media (min-width:1080px) {
    .program-match .program-match-listings__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lp {
    background-color: #29466f;
    font-family: Quicksand,sans-serif;
    overflow-x: hidden
}

    .lp button {
        font-family: Poppins,sans-serif
    }

    .lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6 {
        font-family: Quicksand,sans-serif
    }

    .lp a {
        color: #971b1e
    }

    .lp .semi-bold-text {
        font-weight: 600
    }

    .lp .highlighted-text {
        color: #29466f
    }

    .lp .header {
        background-color: #fff;
        padding: 2rem 0
    }

    .lp .header__logo-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media (min-width:800px) {
    .lp .header {
        background-color: transparent;
        left: 0;
        padding: 3.5rem 0;
        position: absolute;
        top: 0
    }

    .lp .header__logo-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1080px) {
    .lp .header__logo {
        height: 3.8rem;
        width: 21.5rem
    }
}

@media (min-width:1240px) {
    .lp .header__logo {
        height: 4.9rem;
        width: 28rem
    }
}

.lp .footer {
    background-color: #29466f;
    border: none
}

    .lp .footer a {
        color: #fff
    }

.lp .btn {
    background-color: #29466f;
    border: none;
    border-radius: 50rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1;
    padding: 1.5rem 5.5rem;
    width: auto
}

    .lp .btn:hover {
        background-color: #223a5c;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.lp .btn--accent {
    background-color: #971b1e
}

    .lp .btn--accent:hover {
        background-color: #81171a
    }

.lp .btn--disabled {
    background-color: grey;
    border-color: #8c858d;
    color: rgba(255,255,255,.85);
    cursor: not-allowed
}

    .lp .btn--disabled:hover {
        background-color: grey;
        border-color: #8c858d;
        margin: 0
    }

@media (min-width:1080px) {
    .lp .btn {
        font-size: 2.4rem;
        padding: 1.8rem 6.5rem
    }
}

@media (min-width:1240px) {
    .lp .btn {
        font-size: 2.6rem
    }
}

.lp .lp-hero {
    background: #fff;
    overflow-x: hidden;
    padding: 1rem 0 0
}

    .lp .lp-hero .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

.lp .lp-hero__form {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0
}

.lp .lp-hero__headline {
    padding: 0 2rem;
    text-align: center
}

.lp .lp-hero__headline-text {
    font-size: 2rem;
    line-height: 1.4
}

.lp .lp-hero .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.5rem 0 5rem;
    padding: 0
}

.lp .lp-hero__imgs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

.lp .lp-hero__imgs-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    min-height: 22.5rem;
    padding-top: 4.5rem;
    width: 32rem
}

.lp .lp-hero__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.lp .lp-hero__img-block--student {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 1rem;
    position: relative;
    width: 47.5%
}

    .lp .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/angled-bg.svg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: -3.5rem;
        height: 22.5rem;
        position: absolute;
        z-index: -1;
        width: 33.2rem
    }

.lp .lp-hero__img-block--school {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 1rem;
    width: 35%
}

.lp .lp-hero__student-picture {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:800px) {
    .lp .lp-hero {
        padding-top: 15rem
    }

    .lp .lp-hero__form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 40%
    }

    .lp .lp-hero__headline {
        padding-left: 0;
        text-align: left
    }

    .lp .lp-hero .button-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lp .lp-hero__imgs-container {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%
    }

    .lp .lp-hero__imgs-content {
        padding-top: 0;
        width: 100%
    }

    .lp .lp-hero__img-block--student {
        padding-left: 0;
        width: 55%
    }

        .lp .lp-hero__img-block--student::after {
            background-image: url(../../../img/versions/lp/angled-bg-large.svg);
            height: 45.5rem;
            left: -15rem;
            width: 65rem
        }

    .lp .lp-hero__img-block--student {
        width: 40%
    }
}

@media (min-width:1080px) {
    .lp .lp-hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: unset;
        flex-flow: unset
    }

    .lp .lp-hero__headline-text {
        font-size: 3rem
    }

    .lp .lp-hero__form {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 49.5rem
    }

    .lp .lp-hero__imgs-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: unset
    }

    .lp .lp-hero .button-block {
        margin: 3.5rem 0 10rem
    }

    .lp .lp-hero__imgs-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lp .lp-hero__img-block--school {
        width: 22rem
    }

    .lp .lp-hero__img-block--student {
        width: 31rem
    }

        .lp .lp-hero__img-block--student::after {
            height: 57.4rem;
            left: -15rem;
            width: 82rem
        }
}

@media (min-width:1240px) {
    .lp .lp-hero__headline {
        padding-right: 0
    }

    .lp .lp-hero__headline-text {
        font-size: 3.5rem
    }

    .lp .lp-hero__img-block--school {
        margin-left: -5rem;
        width: 31rem
    }

    .lp .lp-hero__img-block--student {
        width: 38.5rem
    }

        .lp .lp-hero__img-block--student::after {
            height: 66.2rem;
            left: -15rem;
            width: 94.5rem
        }
}

.lp .lp-info-section {
    background-color: #eee;
    color: #000;
    padding: 3rem 1rem
}

.lp .lp-info-section__title-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0
}

.lp .lp-info-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 1rem
}

.lp .lp-info-section__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 3.5rem
}

    .lp .lp-info-section__list-item:last-of-type {
        padding-bottom: 0
    }

.lp .lp-info-section__list-item-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: solid .3rem #971b1e;
    border-radius: 100%;
    color: #29466f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 5.9rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.9rem
}

.lp .lp-info-section__list-item-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 1.8rem
}

.lp .lp-info-section .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:800px) {
    .lp .lp-info-section__title-text {
        position: relative;
        text-align: center
    }

        .lp .lp-info-section__title-text::after {
            background-color: #971b1e;
            bottom: -1.25rem;
            content: "";
            height: .2rem;
            left: 6.25%;
            position: absolute;
            width: 87.5%
        }

    .lp .lp-info-section__list {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 4rem 1rem 0
    }

    .lp .lp-info-section__list-item {
        padding: 0 2rem 3.5rem;
        width: 50%
    }

        .lp .lp-info-section__list-item:last-of-type {
            padding-bottom: 3.5rem
        }

    .lp .lp-info-section__list-item--btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .lp .lp-info-section .button-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1080px) {
    .lp .lp-info-section__title-text {
        font-size: 3.35rem
    }

        .lp .lp-info-section__title-text::after {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 103rem
        }

    .lp .lp-info-section__list {
        padding: 5rem 5rem 0
    }

    .lp .lp-info-section__list-item {
        padding: 0 2rem 3.5rem
    }

    .lp .lp-info-section__list-item-icon {
        font-size: 5rem;
        height: 10.5rem;
        width: 10.5rem
    }

    .lp .lp-info-section__list-item-text {
        font-size: 2.8rem
    }
}

@media (min-width:1240px) {
    .lp .lp-info-section__list {
        padding: 5rem 10rem 0
    }

    .lp .lp-info-section__list-item {
        padding: 0 3rem 3.5rem
    }
}

.lp--rasmussen {
    background-color: #144722
}

    .lp--rasmussen .footer {
        background-color: #144722
    }

    .lp--rasmussen .btn {
        background-color: #eeb21c
    }

        .lp--rasmussen .btn:hover {
            background-color: #e0a511
        }

    .lp--rasmussen .btn--accent {
        background-color: #568663
    }

        .lp--rasmussen .btn--accent:hover {
            background-color: #568663
        }

    .lp--rasmussen .btn--disabled {
        background-color: grey;
        border-color: #8c858d;
        color: rgba(255,255,255,.85);
        cursor: not-allowed
    }

        .lp--rasmussen .btn--disabled:hover {
            background-color: grey;
            border-color: #8c858d;
            margin: 0
        }

    .lp--rasmussen .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/rasmussen-angled-bg.svg)
    }

    .lp--rasmussen .lp-info-section__list-item-icon {
        border-color: #144722;
        color: #568663
    }

@media (min-width:800px) {
    .lp--rasmussen .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/rasmussen-angled-bg-large.svg)
    }

    .lp--rasmussen .lp-info-section__title-text::after {
        background-color: #568663
    }
}

.lp--ccu {
    background-color: #00416a
}

    .lp--ccu .footer {
        background-color: #00416a
    }

    .lp--ccu .btn {
        background-color: #00416a
    }

        .lp--ccu .btn:hover {
            background-color: #003151
        }

    .lp--ccu .btn--accent {
        background-color: #3db4e7
    }

        .lp--ccu .btn--accent:hover {
            background-color: #3db4e7
        }

    .lp--ccu .btn--disabled {
        background-color: grey;
        border-color: #8c858d;
        color: rgba(255,255,255,.85);
        cursor: not-allowed
    }

        .lp--ccu .btn--disabled:hover {
            background-color: grey;
            border-color: #8c858d;
            margin: 0
        }

    .lp--ccu .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/ccu-angled-bg.svg)
    }

    .lp--ccu .lp-info-section__list-item-icon {
        border-color: #00416a;
        color: #3db4e7
    }

@media (min-width:800px) {
    .lp--ccu .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/ccu-angled-bg-large.svg)
    }

    .lp--ccu .lp-info-section__title-text::after {
        background-color: #3db4e7
    }
}

.lp--bryant {
    background-color: #144174
}

    .lp--bryant .footer {
        background-color: #144174
    }

    .lp--bryant .btn {
        background-color: #91c447
    }

        .lp--bryant .btn:hover {
            background-color: #84b73b
        }

    .lp--bryant .btn--accent {
        background-color: #074371
    }

        .lp--bryant .btn--accent:hover {
            background-color: #074371
        }

    .lp--bryant .btn--disabled {
        background-color: grey;
        border-color: #8c858d;
        color: rgba(255,255,255,.85);
        cursor: not-allowed
    }

        .lp--bryant .btn--disabled:hover {
            background-color: grey;
            border-color: #8c858d;
            margin: 0
        }

    .lp--bryant .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/bryant-angled-bg.svg)
    }

    .lp--bryant .lp-info-section__list-item-icon {
        border-color: #074371;
        color: #074371
    }

@media (min-width:800px) {
    .lp--bryant .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/bryant-angled-bg-large.svg)
    }

    .lp--bryant .lp-info-section__title-text::after {
        background-color: #074371
    }
}

.lp--regent {
    background-color: #00833e
}

    .lp--regent .footer {
        background-color: #00833e
    }

    .lp--regent .btn {
        background-color: #00833e
    }

        .lp--regent .btn:hover {
            background-color: #006a32
        }

    .lp--regent .btn--accent {
        background-color: #002e6c
    }

        .lp--regent .btn--accent:hover {
            background-color: #002e6c
        }

    .lp--regent .btn--disabled {
        background-color: grey;
        border-color: #8c858d;
        color: rgba(255,255,255,.85);
        cursor: not-allowed
    }

        .lp--regent .btn--disabled:hover {
            background-color: grey;
            border-color: #8c858d;
            margin: 0
        }

    .lp--regent .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/regent-angled-bg.svg)
    }

    .lp--regent .lp-info-section__list-item-icon {
        border-color: #00833e;
        color: #002e6c
    }

@media (min-width:800px) {
    .lp--regent .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/regent-angled-bg-large.svg)
    }

    .lp--regent .lp-info-section__title-text::after {
        background-color: #002e6c
    }
}

.lp--hbu {
    background-color: #00529b
}

    .lp--hbu .footer {
        background-color: #00529b
    }

    .lp--hbu .btn {
        background-color: #00529b
    }

        .lp--hbu .btn:hover {
            background-color: #004582
        }

    .lp--hbu .btn--accent {
        background-color: #dd4814
    }

        .lp--hbu .btn--accent:hover {
            background-color: #dd4814
        }

    .lp--hbu .btn--disabled {
        background-color: grey;
        border-color: #8c858d;
        color: rgba(255,255,255,.85);
        cursor: not-allowed
    }

        .lp--hbu .btn--disabled:hover {
            background-color: grey;
            border-color: #8c858d;
            margin: 0
        }

    .lp--hbu .lp-hero__img-block--school {
        padding-right: 3rem
    }

    .lp--hbu .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/hbu-angled-bg.svg)
    }

    .lp--hbu .lp-info-section__list-item-icon {
        border-color: #00529b;
        color: #dd4814
    }

@media (min-width:800px) {
    .lp--hbu .lp-hero__img-block--student::after {
        background-image: url(../../../img/versions/lp/hbu-angled-bg-large.svg)
    }

    .lp--hbu .lp-info-section__title-text::after {
        background-color: #dd4814
    }
}

table {
    background-color: transparent;
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}