﻿
:root {
    --color-red: #e26f61;
    --color-blue: #1154b8;
    --color-dark-blue: #003663;
    --color-yellow: #ffc63c;
    --color-orange: #ff6831;
    --main-font-family: 'Raleway', sans-serif;
    --secondary-font-family: 'Roboto', sans-serif;
}


/*===========================
   2. Mobile First
============================*/



/* must use ie7 specific styles to fix layouts due to no box-sixing support*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

img {
    max-width: 100%;
}

.container {
    width: 100%;
}

h1,
h2 {
    color: #153F60;
}

a {
    text-decoration: none;
}

    a,
    a:visited,
    a:active,
    a:focus {
        outline: none;
        color: #333;
    }

/*--- .last {
	margin-right: 0 !important;
} ---*/

.mainContent {
    position: relative;
    z-index: 1;
}


/*----- 2a. Header styles ----*/

.loginHeader {
    background: #141217;
    display: block;
    height: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .loginHeader ul {
        list-style-type: none;
        margin: 0;
        max-width: 1269px;
        margin: 0 auto;
    }

    .loginHeader li {
        display: inline-block;
        padding: 0 10px;
    }

        .loginHeader li a {
            color: #fff;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 2px;
        }

    .loginHeader .login a {
        background: #e26f61;
        padding: 5px;
    }

.heroHeader {
    padding-top: 0;
}


/*social drop down*/


.open {
    top: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



/*logo and nav*/

.heroHeader header {
    width: 100%;
    max-width: 1200px;
    margin: .5em auto .5em;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #fff;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 990;
    -webkit-transition: color .9s ease-in-out;
    -moz-transition: color .9s ease-in-out;
    -ms-transition: color .9s ease-in-out;
    -o-transition: color .9s ease-in-out;
    transition: color .9s ease-in-out;
}

header .container {
    position: relative;
}

.logo {
    background: url('/images/svg-logo.svg') no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 230px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.mainNav {
    background: #fff;
    top: 100%;
    width: 100%;
    z-index: 3;
}

.navToggle {
    color: #333333;
    padding: 0;
    font-size: 36px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    left: 20px;
    top: -9px;
}

    .navToggle:hover,
    .navToggle:active,
    .navToggle:focus {
        outline: none;
    }

.mainNav ul {
    padding: 0;
    margin: 0;
    width: 46%;
    max-width: 200px;
    position: absolute;
    z-index: 1000;
}

    .mainNav ul span.wrap ul {
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        z-index: 4;
    }

.mainNav span.wrap {
    position: absolute;
    width: 100%;
    left: 100%;
    top: -214px;
    background: #f8d323;
}


    .mainNav span.wrap .interests {
        padding: 7px;
        display: block;
    }

.mainNav li {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.mainNav ul a {
    padding: 1em 2em;
}

    .mainNav ul a:hover,
    .mainNav ul a:active,
    .mainNav ul a:focus {
        background: #1154b8;
        border: none;
        outline-color: rgba(249, 155, 114, 1);
        text-decoration: underline;
    }

.mainNav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 15px;
    background: #383838;
    text-transform: uppercase;
}

.mainNav .secondTierBg {
    width: 100%;
    top: 100%;
    left: 1px;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 900;
    -webkit-animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    -ms-animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.mainNav .secondTierBg2 {
    width: 100%;
    top: 100%;
    left: 1px;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 900;
    -webkit-animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    -ms-animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    animation: slide 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.mainNav span.secondTierBg2 .wrap {
    top: -468px;
    width: 300px;
    left: 50%;
    margin-left: -47px;
}

@media (min-width: 56.5625em) /* 905px */ {
    .mainNav span.secondTierBg2 .wrap {
        background: #e8e8e8;
        border-radius: 7px;
        padding: 13px;
        width: auto;
        display: block;
        position: relative;
        left: 0%;
        top: 0;
        margin-left: 0;
    }

        .mainNav span.secondTierBg2 .wrap a.close {
            display: none;
        }
}

.mainNav .secondTierBg2 .wrap .formWrap p {
    margin: 0 0 1em;
    font-weight: 600;
}

.mainNav .secondTierBg2 .wrap .formWrap input[name="UserName"],
.mainNav .secondTierBg2 .wrap .formWrap input[name="Password"] {
    width: 100%;
}


.mainNav .secondTierBg2 .interests {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    display: block;
}

.mainNav .secondTierBg2 a {
    padding: 0.5em 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
    left: 0;
    position: relative;
    letter-spacing: 1px;
    background: none;
    color: #333;
    text-transform: capitalize;
}

    .mainNav .secondTierBg2 a:hover {
        background: none;
        color: #ff6831;
    }

.mainNav .secondTierBg2 .formWrap p {
    font-size: 1.125em;
    color: #333;
    font-weight: 800;
}

.mainNav .secondTierBg2 .signInLabel {
    color: #333;
}

.mainNav .secondTierBg2 .formWrap input {
    width: 100%;
    height: 2em;
    border: none;
    margin-bottom: 1em;
    margin-top: .25em;
}

    .mainNav .secondTierBg2 .formWrap input.secondLi {
        margin-right: 0;
        color: #fff;
        display: inline-block;
        float: none;
        font-size: 1em;
        border-radius: 19px;
        margin-bottom: 5px;
        background: #1154b8;
    }

    .mainNav .secondTierBg2 .formWrap input[type=text],
    .mainNav .secondTierBg2 .formWrap input[type=password] {
        text-indent: 5px;
    }

.mainNav .secondTierBg2 .formWrap .signInButton {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    max-width: 80%;
    height: 3em;
    margin: 1em auto;
    display: block;
}



@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.mainNav .secondLi {
    font-size: .75em;
}

.mainNav li.login {
    background-color: #fff;
}

.mainNav .login .starter {
    background: #383838 url('../../../images/nav-arrow.png') no-repeat 90% 50%;
    color: #fff;
}

.navLogo {
    display: none;
}


@media (min-width: 56.5625em) /* 768px */ {

    .mainNav a {
        text-transform: none;
    }

    .mainNav ul {
        position: relative;
    }

        .mainNav ul a {
            padding: .3em 0;
        }

    .mainNav .secondTierBg,
    .mainNav .secondTierBg2 {
        animation: none;
    }

    .mainNav ul span.wrap ul {
        position: relative;
    }

    .mainNav span.wrap {
        position: relative;
        width: 100%;
        left: 0%;
        top: 0;
    }

    .mainNav .login .starter {
        background: #ff6831;
    }

    .mainNav .secondTierBg a {
        background: initial;
    }

    .mainNav li.phone {
        display: inline-block !important;
    }
}


.heroHeader .scrolling {
    top: 0 !important;
    opacity: 0;
    z-index: -100;
}

.heroHeader .stickyHeader {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    z-index: 9989;
    -webkit-box-shadow: 0px 0px 20px #444;
    box-shadow: 0px 0px 20px #444;
    webkit-transition: top .9s ease-in-out;
    -moz-transition: top .9s ease-in-out;
    -ms-transition: top .9s ease-in-out;
    -o-transition: top .9s ease-in-out;
    transition: top .9s ease-in-out;
}

.pageTitle {
    font-family: 'Raleway', sans-serif;
    color: #153f60;
    font-size: 1.5em;
    letter-spacing: 3px;
    padding: 20px;
    font-weight: 300;
    line-height: 1em;
    margin: .1em 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

/*----- footer styles -----*/

/*footerTop*/

.footerTop {
    background: #143a72;
}

    .footerTop .social,
    .footerTop .searches {
        padding-bottom: 1em;
        text-align: center;
    }

    .footerTop .rightCol {
        text-align: center
    }

.fullLeftCol,
.fullRightCol {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 1em 0;
}


.ola {
    background: url('/images/OLAWhite2.png') no-repeat;
    opacity: 1;
    width: 142px;
    height: 57px;
    display: block;
    margin: 0 auto;
}


.appStore {
    background: #999;
    width: auto;
    height: auto;
    display: inline-block;
    color: #fff;
    padding: .45em .8em;
    border-radius: 5px;
    font-size: .85em;
    line-height: 1;
}

    .appStore:hover {
        background: #333;
    }

.appLarge {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .hero h1 {
        color: #1154b8;
        font-weight: 400;
        font-size: 1em;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        letter-spacing: 8px;
    }

@media (min-width: 48em) /* 768px */ {
    .hero h1 {
        font-size: 1.125em;
        line-height: 1;
        padding-top: 30px;
    }
}


.hero h1 span {
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
    color: #333;
    font-size: 16px;
    text-align: center;
    color: #1154b8;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.hero p.subHeader {
    font-weight: 300;
    font-size: 1.875em;
    text-align: center;
    display: block;
    color: #f5721e;
    line-height: 39px;
    margin: 61px auto 30px;
    max-width: 969px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 48em) /* 768px */ {
    .hero p.subHeader {
        font-size: 2.8em;
        line-height: 55px;
        margin: 23px auto;
    }
}

.hero p.subHeader span {
    font-weight: 300;
    font-size: .6em;
    text-align: center;
    display: block;
    color: #333;
    line-height: 10px;
    margin: 46px auto 30px;
    max-width: 969px;
    font-family: 'Roboto', sans-serif;
}

.hero p {
    width: 100%;
    line-height: 1.5;
    font-size: 1.3em;
    margin: 0 auto 42px;
    font-weight: 300;
    padding: 0 1em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 48em) /* 768px */ {
    .hero p {
        
    }
}

.hero .content {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

/*footerColumns*/

address {
    font-size: 14px;
    font-style: normal;
}

.footerColumns {
    background: #0b2a58;
    color: #7288aa;
    padding: 2em 0 1em;
    font-family: 'Roboto', sans-serif;
}

    .footerColumns .container.footerWrap {
        max-width: 1000px;
        display: block;
        text-align: center;
    }

        .footerColumns .container.footerWrap ul li {
            padding-bottom: 10px;
        }

    .footerColumns h2 {
        text-transform: uppercase;
        text-align: center;
        font-size: 1.5em;
        letter-spacing: 4px;
        font-weight: normal;
        color: #FE5324;
    }

    .footerColumns .footerLogo {
        margin-bottom: 10px;
    }



    .footerColumns p {
        font-size: 14px;
    }

    .footerColumns a {
        text-decoration: none;
        color: #7288aa;
        font-size: 14px;
    }

        .footerColumns a:hover {
            color: #ff6930;
        }

    .footerColumns ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footerColumns div {
        flex-grow: 1;
    }

        .footerColumns div.col1 {
            flex-grow: 4;
        }

    .footerColumns .goLink {
        font-size: 14px;
        text-decoration: none;
    }

    .footerColumns .col4 {
        margin-top: 20px;
    }

.affiliate {
    text-align: center;
}

    .affiliate p {
        text-align: left;
    }

.footerColumns .footerButton {
    color: #FFF;
    padding: .6em;
    background: #FE5324;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin: 1em 0;
    width: 80%;
    border-radius: 3px;
    font-size: 1em;
    letter-spacing: 0;
}

.memberP {
    font-size: .8em;
    text-transform: uppercase;
    color: #7390bb;
    letter-spacing: 1px;
    margin-top: 0;
}

/*---------------------------------- Events ----------------------------------*/

section.container.schedule {
    background: #1154b8;
    /*--/background-image: linear-gradient(to top, #f99114 0%, #f9d423 60%);-*/
}

@media (min-width: 48em) /* 768px */ {
    section.container.schedule {
        padding: 40px;
    }
}

.schedule .hero h1 {
    max-width: none;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    padding-top: 30px;
}




.schedule span.scheduleButton {
    margin: 0 auto;
    padding: 0;
}

.schedule .scheduleButton a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 21px;
    border-radius: 20px;
    line-height: 0;
    margin: 15px;
    text-align: center;
    font-size: 18px;
    max-width: 377px;
    background: #ff6831;
    text-transform: uppercase;
}

.schedule span.scheduleButton a:hover {
    background: #ffc63c;
}

.schedule .hero p {
    font-size: 1.1em;
    text-transform: uppercase;
}

    .schedule .hero p span {
        display: block;
        text-transform: none;
    }


.mainNav li.phone {
    display: none;
    margin-right: 45px;
    font-weight: 500;
    top: -2px;
    padding: 3px 10px;
    border-radius: 13px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    background: #efefef;
}

    .mainNav li.phone a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .mainNav li.phone img {
        margin-right: 7px;
    }


.mail {
    background: url('/images/mail.png') no-repeat;
    width: 28px;
    height: 29px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.globe {
    background: url('/images/globe.png') no-repeat;
    width: 28px;
    height: 29px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 10px;
}




/*footer*/

footer {
    text-align: center;
    background: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

    footer div {
        text-align: center;
    }

    footer p {
        font-size: .95em;
    }

.footerNav {
    list-style: none;
    padding: 0;
}

    .footerNav li {
        width: 100%;
    }

        .footerNav li a {
            display: block;
            padding: 1em;
            background: #ddd;
            margin-bottom: 1px;
            color: #fff;
            font-weight: bold;
        }

            .footerNav li a:hover {
                background: #bbb;
            }




/*----- modal styles -----*/

.modalContainer,
.modalContainerTwo {
    position: absolute;
    z-index: 9999;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 31, 40, .95);
    color: #fff;
    display: none;
    opacity: 0;
}

.modalContainer,
.modalContainerTwo {
    position: fixed;
}

.formWrap,
.bottomNavWrap {
    width: 100%;
    max-width: 20em;
    padding: 1.5em;
    margin: 0 auto;
    text-align: left;
}

.bottomNavWrap {
    text-align: center;
    max-width: 36em
}

    .formWrap a,
    .bottomNavWrap a {
        color: #fff;
        display: block;
        font-size: .75em;
        text-align: center;
    }

    .bottomNavWrap a {
        text-align: left;
        text-decoration: underline;
    }

    .bottomNavWrap h2 {
        color: #FE5324;
    }

    .bottomNavWrap li {
        margin-bottom: 1em;
    }

.modalNav {
    overflow: auto;
    display: inline-block;
    margin: 0 auto;
}

.scroll {
    overflow-y: scroll;
    max-height: 480px;
}

.close {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 1.5em;
}

a.close {
    position: absolute;
    /* width: 17px; */
    float: right;
    margin-right: 8px;
}

/*============== Forms styles ===============*/

.affiliateAppWrap {
    max-width: 800px;
}

.topText {
    text-align: center;
}

.requiredText {
    margin-left: 5px;
}

fieldset {
    margin-bottom: 3em;
}

legend {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
}

.labelInput {
    position: relative;
    margin-bottom: .5em;
}

    .labelInput label {
        display: inline-block;
        margin-bottom: .25em;
    }

    .labelInput input,
    .labelInput select,
    .labelInput textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #153F60;
        outline: none;
    }

        .labelInput input[type="radio"],
        .labelInput input[type="checkbox"] {
            display: inline-block;
            width: auto;
            margin-right: 5px;
        }

    .labelInput.accountType label[id="MainContent_Label14"] {
        display: block;
    }

    .labelInput.accountType label[for="MainContent_rblCompanyType_0"] {
        margin-right: 10px;
    }

    .labelInput.traffic span {
        display: block;
        font-weight: 500;
    }

        .labelInput.traffic span span {
            font-size: .9em;
            margin-bottom: 1em;
        }

        .trafficCheckBox tbody tr {
            display: inline-block;
        }

            .trafficCheckBox tbody tr td {
                padding: 5px 27px 5px 0;
            }

        .trafficCheckBox tbody tr td input[type="checkbox"] {
            margin-right: 5px;
        }

        .labelInput.traffic span.sub {
            font-weight: 400;
        }

    .labelInput table label {
        margin-right: 10px;
    }



.sameAs label {
    margin-right: 5px;
}

.traffUrl input {
    margin-bottom: .25em;
}

.traffUrl .lastInput {
    margin-bottom: 0;
}

.contactWrap .labelInput.zipCode.left span {
    font-weight: 500;
    margin-bottom: .5em;
    display: inline-block;
}


.clear {
    clear: both;
}

.note {
    margin: 1em 0;
    display: block;
    text-align: center;
}

.printable {
    display: block;
    text-align: center;
    margin: 1em 0;
}

a.printable {
    background: #d9d9d9;
    border-radius: 30px;
    padding: 6px;
    max-width: 293px;
    margin: 0 auto 24px;
}

img.printImg {
    margin-right: 10px;
}

.termsWrap {
    width: 100%;
    max-width: 500px;
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    border: 1px solid #ddd;
    margin: 0 auto;
    background: #fff;
}

    .termsWrap h2 {
        margin: 0;
    }

    .insideWrap {
        padding: 4px;
    }

.agreeCheck {
    display: block;
    width: auto;
    text-align: center;
}

    .agreeCheck input {
        margin-right: 5px;
    }

.verify {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.verifyText {
    display: block;
    text-align: center;
}

.contactWrap .verifyText input[type="text"] {
    box-sizing: border-box;
    border: none;
    background: #fff;
    border-radius: 4px;
    outline: none;
    height: 35px;
    padding: 6px;
    border-top: 2px solid #e0e0e0;
}

.captcha {
    display: block;
    margin: 0 auto;
}

.veriRequired,
.agreeRequired {
    text-align: center;
}


input:active,
input:focus,
select:focus,
textarea:focus {
    outline: 1px solid #FE5324;
}

/*---- Error pages -----*/

.errorPages h1 {
    font-size: 1.45em;
    text-align: center;
}

.bigs {
    display: block;
    font-size: 1.25em;
}

.errorPages img {
    margin: 0 auto;
    display: block;
}

.errorPages p {
    font-size: .75em;
    text-align: center;
    color: #153F60;
}

.customErrorButton {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    cursor: pointer;
    margin: 2em auto;
    padding: 1em;
    background: #FE5324;
    color: #fff;
    font-weight: bold;
}

.masterMessage div {
    text-align: center;
    color: Red;
    margin: 1em 0;
}

/*Thank you message*/

.thanks {
    text-align: center;
}

    .thanks h1 {
        font-size: 1.5em;
    }

    .thanks p {
        font-size: .9em;
    }




/*===========================
   3. Media Queries
============================*/

@media (min-width: 24.6875em) /* 395px */ {
}

@media (min-width: 28.625em) /* 458px */ {

    /*footerTops*/

    .member {
        max-width: 358px;
        margin: 0 auto !important;
    }

    .ola {
        background-size: 100%;
        width: 106px;
        height: 48px;
    }


    .dma {
        background-size: 100%;
        width: 133px;
        height: 40px;
        float: left;
        margin-right: 1em;
    }

    .nafsa {
        float: right;
    }
}



/* grid change ===============*/

@media (min-width: 39.6875em) /* 635px */ and (max-width: 58.9375em) /* 943px */ {

    /*----- Quarters styles -----*/


    .row .container .leftCol,
    .row .container .rightCol {
        width: 48.1%;
        float: left;
        margin-right: 0;
    }

    .row .container .leftCol {
        margin-right: 3.8%;
    }

    /*----- footer styles -----*/

    .row .socialP,
    .row .social,
    .row .searchP,
    .row .searches {
        display: block;
        float: none;
        width: 100%;
    }

    .footerColumns p {
        padding: 0 1em;
    }
}

/*=============================*/


@media (min-width: 47.5em) /* 760px */ {


    .pageTitle {
        font-size: 1.5em;
        FONT-WEIGHT: 500;
    }

    /*----- footer styles -----*/

    /*footerTop*/



    .memberP span,
    .appP span {
        display: inline-block;
    }

    .memberP {
        font-size: 1.25em;
        margin-bottom: 1.25em;
    }

    .appP {
        font-size: 1.25em;
    }



    /*footer*/

    footer {
        font-size: .9em;
    }

    .footerColumns .container.footerWrap {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .footerColumns a {
        text-decoration: none;
        color: #7288aa;
        font-size: .9em;
    }

    .footerColumns .col4 {
        margin-top: 0;
    }

    .copy {
        text-align: left;
        float: left;
    }



    .schedule .content {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .schedule .hero h1 span {
        color: #333;
        margin-bottom: 7px;
    }

    .schedule .hero .content div.headerText {
        font-size: 24px;
        border: none;
        width: 100%;
        text-align: center;
        left: -7px;
        font-weight: 400;
        padding: 30px;
        color: #333;
        text-transform: uppercase;
    }

    .schedule .hero .content .divider {
        display: block;
        margin: 0 auto;
    }

    .schedule .hero .content .wrapper {
        display: flex;
        justify-content: space-between;
        margin: 33px 0;
    }

    .schedule .hero ul li {
        margin-bottom: 10px;
    }

    .schedule .hero .content .columnOne em {
        color: #ff6930;
        font-size: 15px;
        font-weight: 500;
    }

    .schedule .hero .content .columnOne {
        color: #333;
        vertical-align: top;
        padding: 0 30px;
        margin: 0px auto;
        font-size: 15px;
    }

        .schedule .hero .content .columnOne p,
        .schedule .hero .content .columnTwo p {
            font-size: 16px;
            font-weight: 400;
        }


        .schedule .hero .content .columnOne h2 {
            font-size: 16px;
            font-style: normal;
        }


        .schedule .hero .content .columnOne span,
        .schedule .hero .content .columnTwo span {
            font-weight: 500;
            display: block;
            line-height: 22px;
        }

        .schedule .hero .content .columnOne .header,
        .schedule .hero .content .columnTwo .header {
            font-weight: 500;
            font-size: 1.3em;
            display: block;
            line-height: 26px;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 25px;
        }

    .schedule .hero .content .columnTwo a {
        background: none;
        border: 2px solid #16c45d;
        padding: 4px 10px;
        margin: 5px 0 15px;
        display: inline-block;
        color: #16c45d;
        position: relative;
        font-weight: 700;
        font-size: 10px;
        text-transform: uppercase;
    }


    .schedule .lenderIcon {
        width: 100px;
        margin-right: 7px;
        display: block;
        margin: 0 auto 5px;
    }
}

/*---- Error pages -----*/

.errorPages h1 {
    font-size: 2.45em;
    text-align: center;
}

.bigs {
    display: inline-block;
}

}

@media (min-width: 50.1875em) /* 803px */ {

    .secondTierBg a {
        font-size: 1.1em;
    }
}


@media (min-width: 56.5625em) /* 905px */ {

    .mainNav a {
        font-size: 10px;
    }

    .mainNav li {
        margin-right: 0em;
        font-size: .85em;
    }

    .navAnchorLogo {
        width: 227px;
    }

    /*----- header styles -----*/
    .modalContainer,
    .modalContainerTwo {
        position: absolute;
        z-index: 9999;
        top: 200%;
        right: 0;
        left: auto;
        width: auto;
        height: auto;
        background: #1a1a1a;
        color: #fff;
        display: none;
        opacity: 0;
    }

    .modalContainer,
    .modalContainerTwo {
        position: fixed;
    }

    .socialTop {
    }

    .mobileHead {
        display: none;
    }

    .heroHeader {
        z-index: 2;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        display: flex;
        align-items: center;
        margin: 0;
        height: 55px;
        background: white;
        z-index: 5000;
    }

    .heroHeader-shadow {
        z-index: 1;
        position: fixed;
        background: #fff;
        top: 0;
        width: 100%;
        height: 55px;
        box-shadow: 0 0 8px #efefef;
    }

    .mainNav {
        margin-top: 5px;
    }

        .mainNav a {
            color: #333;
            font-size: 8px;
            background: none;
        }

        .mainNav .topLevelUl {
            margin: 0 auto;
            max-width: 1300px;
            width: 100%;
            display: block !important;
        }

        .mainNav li {
            float: left;
            width: auto;
            border: none;
            margin-right: 0.5em;
            font-size: .9em;
        }

            .mainNav li.login {
                border: none;
            }

                .mainNav li.login a {
                    background: #ff6831;
                    color: #ffffff;
                    border-radius: 20px;
                    border: 1px solid #fd7013;
                    padding: 3px 10px;
                    font-weight: 600;
                }

                    .mainNav li.login a:hover {
                        background: #1154b8;
                        border: 1px solid #1154b8;
                        color: #ffffff;
                    }

    .rightFloat {
        float: right;
        position: relative;
        top: 5px;
    }

    .navLogo {
        display: inherit;
    }

    .mainNav ul a {
        -webkit-border-radius: 0.5em;
        border-radius: 0;
    }

    .mainNav ul .navAnchorLogo {
        padding: 0;
        width: 200px;
        position: relative;
        top: -.25em;
    }

    .mainNav ul a:hover,
    .mainNav ul a:active,
    .mainNav ul a:focus {
        text-decoration: none;
        outline: none;
        background: none;
        color: #ff6831;
    }

    .mainNav ul .navLogo a:hover,
    .mainNav ul .navLogo a:active,
    .mainNav ul .navLogo a:focus {
        background: none;
        text-decoration: none;
        outline: none;
        border-bottom: none;
    }

    .mainNav ul .navLogo {
        margin: 0 1.75em;
    }

        .mainNav ul .navLogo a {
        }

    .secondTierBg {
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
        overflow: hidden;
        position: absolute;
    }

    .secondTierMenu {
        display: block;
        width: 102px;
        border-radius: 4px;
        left: 0;
        background: none;
    }

    .mainNav .secondLi {
        width: auto;
        margin-right: 0;
        display: inline-block;
        float: none;
        border-radius: 19px;
        margin-bottom: 5px;
        background: #1154b8;
    }

        .mainNav .secondLi:hover {
            color: #fff;
            background: #ff6831;
        }

    .mainNav .secondTierBg {
        width: 23%;
        top: 100%;
        left: 72.5%;
        border-radius: 7px;
        padding: 13px;
        background: none;
        display: none;
        z-index: 900;
        position: absolute;
    }

        .mainNav .secondTierBg .wrap {
            background: #e8e8e8;
            border-radius: 7px;
            padding: 13px;
            display: block;
        }

        .mainNav .secondTierBg:before {
            content: "";
            position: absolute;
            right: 36%;
            z-index: 1;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 20px solid #0000;
            border-right: 20px solid #0000;
            border-bottom: 15px solid #e8e8e8;
        }


        .mainNav .secondTierBg .interests {
            font-family: 'Roboto', sans-serif;
            margin-bottom: 8px;
            display: block;
        }

        .mainNav .secondTierBg a {
            color: #fff;
            font-size: 1.05em;
            padding: 0.5em 1em;
            -webkit-border-radius: 0;
            border-radius: 0;
            width: auto;
            left: 0;
            position: relative;
            letter-spacing: 1px;
        }

            .mainNav .secondTierBg a:hover {
                background: none;
                color: #fff;
            }

    .mainNav .secondTierBg2 {
        width: 36%;
        top: 100%;
        left: 63%;
        border-radius: 7px;
        padding: 13px;
        background: none;
        display: none;
        z-index: 900;
        position: absolute;
    }

        .mainNav .secondTierBg2 .wrap {
            
        }

            .mainNav .secondTierBg2 .wrap p {
                margin-top: 0;
            }

        .mainNav .secondTierBg2:before {
            content: "";
            position: absolute;
            right: 7%;
            z-index: 1;
            top: 0px;
            width: 0;
            height: 0;
            border-left: 20px solid #0000;
            border-right: 20px solid #0000;
            border-bottom: 15px solid #e8e8e8;
        }


        .mainNav .secondTierBg2 .interests {
            font-family: 'Roboto', sans-serif;
            margin-bottom: 8px;
            display: block;
        }

        .mainNav .secondTierBg2 a {
            padding: 0.5em 1em;
            -webkit-border-radius: 0;
            border-radius: 0;
            width: auto;
            left: 0;
            position: relative;
            letter-spacing: 1px;
        }

            .mainNav .secondTierBg2 a:hover {
                background: none;
                color: #ff6831;
            }

        .mainNav .secondTierBg2 .formWrap p {
            font-size: 1.125em;
            color: #333;
            font-weight: 800;
        }

        .mainNav .secondTierBg2 .signInLabel {
            color: #333;
        }

        .mainNav .secondTierBg2 .formWrap input {
            width: 100%;
            height: 2em;
            border: none;
            margin-bottom: 1em;
            margin-top: .25em;
        }

            .mainNav .secondTierBg2 .formWrap input.secondLi {
                margin-right: 0;
                color: #fff;
                display: inline-block;
                float: none;
                font-size: 1em;
                border-radius: 19px;
                margin-bottom: 5px;
                background: #1154b8;
            }

            .mainNav .secondTierBg2 .formWrap input[type=text],
            .mainNav .secondTierBg2 .formWrap input[type=password] {
                text-indent: 5px;
            }

        .mainNav .secondTierBg2 .formWrap .signInButton {
            background: transparent;
            color: #fff;
            border: 2px solid #fff;
            max-width: 80%;
            height: 3em;
            margin: 1em auto;
            display: block;
        }
}

@media (min-width: 59em) /* 944px */ {

    .footerColumns h2 {
        text-align: left;
        font-size: 1.15em;
    }

    .footerColumns p {
        font-size: 0.9em;
    }

    .footerColumns .footerButton {
        width: 95%;
    }
}

@media (min-width: 64em) /* 1024px */ {

    .mainNav ul .navAnchorLogo {
        width: 230px;
    }

    .mainNav li {
        margin-right: 1em;
        margin-top: .1em;
    }
}

@media (min-width: 64.625em) /* 1034px */ {

    /*----- footer styles -----*/

    /*footerTop*/

    .fullLeftCol.cf {
        max-width: 534px;
        margin: 0 auto;
    }

    .memberP,
    .appP {
        float: left;
        margin-bottom: 0;
        position: relative;
    }

    .memberP {
        font-size: 1em;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #7390bb;
        letter-spacing: 2px;
        margin-top: 17px;
    }


    .appP {
        margin-left: 1.5em;
    }


    .footerTop .searches {
        padding-bottom: 0;
    }

    .member {
        float: right;
        margin-right: 1.5em !important;
        height: 56px;
        max-width: 391px;
    }

    .ola,
    .dma {
        margin-right: 2em;
    }

    .member a {
        position: relative;
        top: 5px;
    }

    .app {
        float: right;
    }
}

@media (min-width: 74.8125em) /* 1197px */ {

    .appP {
        margin-left: 2em;
    }

    .mainNav a {
        font-size: 12px;
    }
}

@media (min-width: 78.3125em) /* 1253px */ {
}

@media (min-width: 80em) /* 1280px */ {

    /*----- header styles -----*/



    .mainNav ul .navLogo {
        margin: 0;
    }

    .mainNav ul .rightFloat {
        float: right;
        top: 4px;
    }

    /*----- footer styles -----*/

    .footerColumns h2 {
        font-size: 1.5em;
    }

    .footerColumns .footerButton {
        width: 80%;
    }
}

@media (max-height: 410px) /* 410px */ {

    .formWrap p {
        font-size: 1em;
        margin: 0;
    }

    .signInLabel {
        font-size: .9em;
    }

    .modalContainer input {
        width: 100%;
        height: 1.5em;
    }
}
