﻿.search-form input[type=submit] {
    display: none;
}

span.icon-search {
    display: none;
}

.banner-cta {
    background-size: cover;
    background-position: 50% 50%;
}

.banner-cta__content {
    padding: 4rem 0;
    margin: auto;
}

.text-center {
    text-align: center !important;
}

.white {
    color: white;
}

.sub-nav {
    border-bottom: 0.3rem solid black;
}

.sub-nav__header {
    font-family: kepler-std,serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .025rem;
    line-height: 2.2rem;
    display: none;
    padding: 1.5rem 0;
    position: relative;
}

.sub-nav__list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    padding-right: 0;
    display: table;
    table-layout: fixed;
    transition: max-height .4s ease-in-out;
}

.u-vrt4 {
    margin-top: 3rem;
}

.u-vr4 {
    margin-bottom: 3rem;
}

fieldset.orderly legend {
    text-align: left;
}

legend, textarea {
    margin-bottom: 3rem;
}

legend {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-weight: 700;
    white-space: normal;
}

.input-block {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1.5rem;
    position: relative;
    justify-content: space-between;
}

fieldset.orderly select {
    flex-basis: 70%;
    padding: 7.5px 15px 7.5px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.label, label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .05rem;
    margin-bottom: .5rem;
}

html {
    font-size: 10px;
}

.select-arrow {
    top: 1rem;
    position: absolute;
    right: 2rem;
}

    .select-arrow:after {
        display: inline-block;
        position: relative;
        content: '';
        border-style: solid;
        border-width: 0.3rem 0.3rem 0;
        border-color: #000 transparent transparent;
        transition: all .2s cubic-bezier(.455,.03,.515,.955);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }


@media screen and (min-width: 768px) {
    .navbar {
        margin-top: 29px !important;
    }
}

@media (min-width: 48em) {
    fieldset.orderly select {
        width: 70%;
    }
}

@media (max-width: 47.99em) {
    fieldset.orderly .input-block {
        margin-bottom: 1.5rem;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }

    fieldset.orderly input[type=text], fieldset.orderly input[type=email], fieldset.orderly input[type=date], fieldset.orderly input[type=number], fieldset.orderly input[type=tel], fieldset.orderly input[type=password], fieldset.orderly select {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }

    .select-arrow {
        top: 3rem;
        right: 3rem;
    }

        .select-arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }
}
.header__timestamp {
    top: 0 !important;
    font-family: unset !important;
}

ul.sub-nav__list.college-portal-subnav {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    letter-spacing: .025rem;
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* display: table-cell; */
}

.sub-nav__item.is-active a {
    /* font-weight: 700; */
    color: #fff;
    /* font-size: 12px; */
}

.sub-nav__item a {
    height: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

    .sub-nav__item a span {
        padding: 2rem;
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

.nav, nav {
    font-family: proxima-nova-alt,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    line-height: 1.3rem;
}


li.sub-nav__item {
    display: table-cell;
}

footer.footer {
    padding: 3rem 0;
}

.sub-nav__header:after {
    right: -3rem;
    top: -0.2rem;
}

.sub-nav__header::after {
    display: inline-block;
    position: relative;
    content: '';
    border-style: solid;
    border-width: 0.3rem 0.3rem 0;
    border-color: #000 transparent transparent;
    transition: all .2s cubic-bezier(.455,.03,.515,.955);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media (max-width: 47.99em) {
    .sub-nav__header {
        font-size: 1.7rem;
        letter-spacing: 0;
        display: block;
    }

    .sub-nav {
        text-align: center;
    }

    ul.sub-nav__list {
        display: block;
        max-height: 0;
        overflow: hidden;
    }

    li.sub-nav__item a span {
        padding: 0.75rem 0;
    }

    li.sub-nav__item {
        display: block;
        width: 100%;
    }

    .sub-nav__header::after {
        border-width: 0.5rem 0.5rem 0;
    }
}

.input-block--radio {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.radio-block__row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

    .radio-block__row .radio-block {
        margin-bottom: 3rem;
        flex: 0 1 25%;
    }

.radio-block {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

input[type=checkbox] {
    width: 2.9rem;
    height: 2.9rem;
}

.radio-block label {
    margin-right: 1.5rem;
}

input[type=checkbox]:checked ~ .faux-radio.check::after, input[type=checkbox]:checked ~ .faux-radio.check::before, input[type=checkbox]:checked ~ .faux-radio.cross::after, input[type=checkbox]:checked ~ .faux-radio.cross::before, input[type=radio]:checked ~ .faux-radio.check::after, input[type=radio]:checked ~ .faux-radio.check::before, input[type=radio]:checked ~ .faux-radio.cross::after, input[type=radio]:checked ~ .faux-radio.cross::before {
    opacity: 1;
}

input[type=checkbox] ~ .faux-radio.check::before, input[type=radio] ~ .faux-radio.check::before {
    -ms-transform: translateX(1rem) translateY(1.5rem) rotate(-45deg);
    transform: translateX(1rem) translateY(1.5rem) rotate(-45deg);
    width: 0.2rem;
    height: 0.7rem;
    top: -1px;
    left: -1px;
}

input[type=checkbox] ~ .faux-radio.check::after, input[type=checkbox] ~ .faux-radio.check::before, input[type=checkbox] ~ .faux-radio.cross::after, input[type=checkbox] ~ .faux-radio.cross::before, input[type=radio] ~ .faux-radio.check::after, input[type=radio] ~ .faux-radio.check::before, input[type=radio] ~ .faux-radio.cross::after, input[type=radio] ~ .faux-radio.cross::before {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    background-color: #c8202c;
}

input[type=checkbox] ~ .faux-radio.check::after, input[type=radio] ~ .faux-radio.check::after {
    -ms-transform: translateX(1.6rem) translateY(.8rem) rotate(40deg);
    transform: translateX(1.6rem) translateY(0.8rem) rotate(40deg);
    top: -1px;
    left: -1px;
    width: 0.2rem;
    height: 1.5rem;
}

.faux-radio {
    display: block;
    position: absolute;
    top: -0.1rem;
    right: 0;
    border: none;
    border-radius: 0.2rem;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(#f2f2f2,#f2f2f2);
    opacity: 1;
    pointer-events: none;
}

@media (max-width: 47.99em) {
    .u-vr4, true {
        margin-bottom: 1rem;
    }
}

@media (max-width: 35.99em) {
    .radio-block__row .radio-block {
        width: 100%;
        margin-right: 3rem;
        -ms-flex: initial;
        flex: initial;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


fieldset.orderly .input-block {
    margin-bottom: 2.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

fieldset.orderly input[type=text], fieldset.orderly input[type=email], fieldset.orderly input[type=date], fieldset.orderly input[type=number], fieldset.orderly input[type=tel], fieldset.orderly input[type=password], fieldset.orderly select {
    flex-basis: 70%;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3rem;
    height: 3rem;
    opacity: 0;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type=checkbox] ~ .faux-radio.cross::before, input[type=radio] ~ .faux-radio.cross::before {
    -ms-transform: translateX(1.5rem) translateY(.7rem) rotate(-45deg);
    transform: translateX(1.5rem) translateY(0.7rem) rotate(-45deg);
    top: -1px;
    left: -1px;
    width: 0.2rem;
    height: 1.5rem;
}

input[type=checkbox] ~ .faux-radio.cross::after, input[type=radio] ~ .faux-radio.cross::after {
    -ms-transform: translateX(1.5rem) translateY(.7rem) rotate(45deg);
    transform: translateX(1.5rem) translateY(0.7rem) rotate(45deg);
    top: -1px;
    left: -1px;
    width: 0.2rem;
    height: 1.5rem;
}

.ui-autocomplete{
    position: inherit;
}

fieldset.orderly .input-block:first-of-type {
    clear: left;
}

.u-vrt2, true {
    margin-top: 1.5rem;
}

.weekly-drill__resonse {
    margin-bottom: 10px;
}