/* colors */
/* fonts */
/* responsive sizes */
/* transitions */
/* Widely-used vertical alignment mixin */
/* max width used on everything */
/* display flex container */
/* font family for soleil */
/* homepage */
@media screen and (min-width: 1640px) {
    .sectionSideBar.Home .exploreCarrotSlider.show, .searchSideBar.home .exploreCarrotSlider.show {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader {
        height: 40em;
    }
}

.homePage .homepageHeader .homepageImage {
    width: 100%;
    height: 100%;
}

    .homePage .homepageHeader .homepageImage img {
        width: 100%;
    }

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .homepageImage img {
        height: 100%;
        width: auto;
    }
}

@media screen and (min-width: 1366px) {
    .homePage .homepageHeader .homepageImage img {
        height: 66.2em;
    }
}

.homePage .homepageHeader .maxWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1366px) {
    .homePage .homepageHeader .maxWrap {
        width: 136.6em;
        left: calc(50% - 68.3em);
    }
}

.homePage .homepageHeader .chairImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .homePage .homepageHeader .chairImage img {
        width: 100%;
    }

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .chairImage img {
        height: 90%;
        width: auto;
        right: 0%;
        position: absolute;
    }
}

@media screen and (max-width: 414px) {
    .homePage .homepageHeader .chairImage img {
        right: -25%;
    }
}

@media screen and (max-width: 320px) {
    .homePage .homepageHeader .chairImage img {
        right: -32%;
    }
}

.homePage .homepageHeader .threeCirclesWrapper {
    position: absolute;
    z-index: 20;
    bottom: 5em;
    width: 95%;
    height: 4em;
    left: 2.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-around;
}

@media screen and (min-width: 313px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        bottom: 1em;
    }
}

@media screen and (min-width: 398px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        bottom: 5em;
    }
}

@media screen and (min-width: 415px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        bottom: 1em;
    }
    .homePage .homepageHeader .oneCircleWrapper h6.mobileCTASignedIn {
        width: 85%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        display: block;
        top: 5%;
        left: 2%;
        width: auto;
        height: auto;
        bottom: auto;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        top: 15.5%;
        left: 4%;
    }
}

@media screen and (min-width: 1366px) {
    .homePage .homepageHeader .threeCirclesWrapper {
        left: 7.5%;
    }
}

.homePage .homepageHeader .threeCirclesWrapper .circle {
    padding-left: .5em;
    margin: 0 .2em;
    border-left: 1px solid #05d6ee;
}

.homePage .homepageHeader .threeCirclesWrapper .circle h5.image {
    display: none;
}

.homePage .homepageHeader .threeCirclesWrapper .circle .link {
    display: none;
}

.homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold {
    font-size: 1.2em;
    line-height: 1.66666666666667em;
    letter-spacing: .73px;
}

.homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold span {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}

.homePage .homepageHeader .threeCirclesWrapper .circle h5 {
    color: white;
    font-size: 2.0em;
    line-height: 1.11111111111111em;
    font-weight: 600;
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5 {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 398px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5 {
        font-size: 1.4em;
    }
}

.homePage .homepageHeader .threeCirclesWrapper .circle a, .homePage .homepageHeader .threeCirclesWrapper .circle a:hover, .homePage .homepageHeader .threeCirclesWrapper .circle a:visited, .homePage .homepageHeader .threeCirclesWrapper .circle a:active {
    text-decoration: none;
    letter-spacing: 0;
    font-size: inherit;
    line-height: inherit;
}

.homePage .homepageHeader .threeCirclesWrapper .circle .darkGrey {
    color: white;
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle {
        position: absolute;
        border: 0.8em solid #fff;
        border-radius: 100%;
        width: 15em;
        height: 15em;
        margin: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle {
        width: 17.5em;
        height: 17.5em;
        border: 1em solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.largeCircle {
        width: 20em;
        height: 20em;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.largeCircle {
        width: 25em;
        height: 25em;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.rightCircle {
        right: -63%;
        top: 50%;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.rightCircle {
        right: -59%;
        top: 50%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.bottomCircle {
        left: 32%;
        top: 94%;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle.bottomCircle {
        left: 39%;
        top: 93%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle .circleInner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 0 0 12.5%;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle .circleInner {
        margin: 0 15%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold {
        font-size: 1.5em;
        line-height: 1.14285714285714em;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold span {
        display: none;
    }

    .homePage .homepageHeader .threeCirclesWrapper .circle h5 {
        color: white;
        margin: 0.17857142857143em 0;
        line-height: 1.25em;
        letter-spacing: 0;
        text-transform: none;
    }

        .homePage .homepageHeader .threeCirclesWrapper .circle h5.text {
            display: none;
        }

        .homePage .homepageHeader .threeCirclesWrapper .circle h5.image {
            display: block;
        }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5.image {
        margin-top: -.5em;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5 {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5 img {
        width: 140px;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle h5 img {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle .arrowDefault, .homePage .homepageHeader .threeCirclesWrapper .circle .underline {
        display: inline-block;
    }

    .homePage .homepageHeader .threeCirclesWrapper .circle .arrowDefault {
        position: relative;
        top: 2px;
    }

        .homePage .homepageHeader .threeCirclesWrapper .circle .arrowDefault i {
            top: 0;
        }

    .homePage .homepageHeader .threeCirclesWrapper .circle .underline {
        border-bottom: 1px solid #fff;
        padding-bottom: 1px;
        margin-bottom: 0;
    }

    .homePage .homepageHeader .threeCirclesWrapper .circle .link {
        display: block;
        margin-top: 2px;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .homePage .homepageHeader .threeCirclesWrapper .circle .link p.extraBold {
        font-size: 1.4em;
    }
}

.homePage .homepageHeader .oneCircleWrapper {
    position: absolute;
    z-index: 20;
    top: 0;
    right: .5em;
    width: 25em;
    height: 80%;
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper {
        top: 1em;
        right: 3em;
        width: 20.5em;
        height: 50%;
    }
}

@media screen and (max-width: 414px) {
    .homePage .homepageHeader .oneCircleWrapper {
        right: 1em;
        width: 16.5em;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper {
        width: 35em;
        height: 29em;
        right: -3%;
        top: -17%;
    }

        .homePage .homepageHeader .oneCircleWrapper.image {
            z-index: 0;
            background-image: url("/-/media/CAR/Images/System/Assets/Circle.png");
            background-repeat: no-repeat;
            background-position: top left;
            background-size: cover;
        }
}

@media screen and (min-width: 1000px) {
    .homePage .homepageHeader .oneCircleWrapper {
        width: 42em;
        height: 34em;
        right: 0%;
        top: 0%;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .oneCircleWrapper {
        width: 45em;
        height: 36em;
        right: 2.5%;
    }
}

@media screen and (min-width: 1220px) {
    .homePage .homepageHeader .oneCircleWrapper {
        right: 5%;
    }
}

@media screen and (min-width: 1366px) {
    .homePage .homepageHeader .oneCircleWrapper {
        right: 8%;
    }
}

.homePage .homepageHeader .oneCircleWrapper .text {
    padding-top: 2em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .homePage .homepageHeader .oneCircleWrapper .text {
        padding-top: 0;
    }
}

.homePage .homepageHeader .oneCircleWrapper h3 {
    text-align: center;
    font-size: 2.8em;
    line-height: 1.14285714285714em;
}

@media screen and (max-width: 413px) {
    .homePage .homepageHeader .oneCircleWrapper h3 {
        text-align: center;
        font-size: 1.9em;
    }
}

@media screen and (min-width: 413px) {
    .homePage .homepageHeader .oneCircleWrapper h3 {
        text-align: center;
        font-size: 2.9em;
    }
}

@media screen and (min-width: 1000px) {
    .homePage .homepageHeader .oneCircleWrapper h3 {
        font-size: 4em;
        line-height: 1.1em;
    }
}

.homePage .homepageHeader .oneCircleWrapper h3.mobileCTA {
    display: none;
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper h3.desktopCTA {
        display: block;
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper h3.mobileCTA {
        display: flex;
        justify-content: center;
    }

    .homePage .homepageHeader .oneCircleWrapper h3.desktopCTA {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper h3.signedIn {
        font-size: 2.8em;
        text-align: center;
    }
}

.homePage .homepageHeader .oneCircleWrapper h3.signedIn span {
    position: relative;
}

.homePage .homepageHeader .oneCircleWrapper h3.signedIn:after {
    position: absolute;
    content: '';
    width: 2em;
    height: .1em;
    background-color: #05d6ee;
    bottom: -.3em;
    left: calc(50% - 1em);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper h3.center {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper h3.center br {
        display: none;
    }
}

.homePage .homepageHeader .oneCircleWrapper h6 {
    margin: 1em auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper h6 {
        width: 60%;
    }
}

.homePage .homepageHeader .oneCircleWrapper h6.mobileCTASignedIn {
    display: none;
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper h6.desktopCTASignedIn {
        display: block;
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper h6.mobileCTASignedIn {
        display: block;
    }

    .homePage .homepageHeader .oneCircleWrapper h6.desktopCTASignedIn {
        display: none;
    }
}

.homePage .homepageHeader .oneCircleWrapper .button {
    text-align: center;
    margin-top: 1em;
}

@media screen and (min-width: 1000px) {
    .homePage .homepageHeader .oneCircleWrapper .button {
        margin-top: 3em;
    }
    .homePage .homepageHeader .oneCircleWrapper h6.desktopCTASignedIn {
        font-size: 2.6em;
    }
}

.homePage .homepageHeader .oneCircleWrapper .button .default {
    position: relative;
    margin: auto;
    padding: 0.83333333333333em 1.66666666666667em;
    font-size: .7em /*1.2em;*/
}

@media screen and (min-width: 414px) {
    .homePage .homepageHeader .oneCircleWrapper .button .default {
        font-size: 1.2em;
    }
}

.default {
    background-color: transparent;
    border-color: white;
}

    .default:hover {
        background-color: transparent;
        border-color: white;
    }

button.accessible.default:hover {
    color: black;
}

.homePage .homepageHeader .oneCircleWrapper .button .default a, .homePage .homepageHeader .oneCircleWrapper .button .default a:visited, .homePage .homepageHeader .oneCircleWrapper .button .default a:active {
    color: #fff;
    text-decoration: none;
}

.homePage .homepageHeader .oneCircleWrapper .button .default:hover {
    background-color: white;
}

    .homePage .homepageHeader .oneCircleWrapper .button .default:hover a, .homePage .homepageHeader .oneCircleWrapper .button .default a:hover {
        color: black;
    }

.arrowDefault {
    background-color: white;
    color: black;
}

@media screen and (min-width: 1000px) {
    .homePage .homepageHeader .oneCircleWrapper .button .default {
        font-size: 1.4em;
        padding: 1.07142857142857em 1.78571428571429em;
    }
}

.homePage .homepageHeader .oneCircleWrapper .button .default.mobile {
    display: none;
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .oneCircleWrapper .button .default.desktop {
        display: inline-block;
        max-width: 22em;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .oneCircleWrapper .button .default.mobile {
        display: block;
        margin: 2em auto 0;
        padding: 0.83333333333333em 3.2em;
        max-width: 16em;
    }

    .homePage .homepageHeader .oneCircleWrapper .button .default.signedIn {
        padding: 0.83333333333333em 1.6em;
    }

    .homePage .homepageHeader .oneCircleWrapper .button .default.desktop {
        display: none;
    }
}

.homePage .homepageHeader .featuredPerson {
    position: absolute;
    z-index: 30;
    bottom: 25%;
    right: 10%;
}

    .homePage .homepageHeader .featuredPerson .tooltipWrapper {
        position: absolute;
        top: 135%;
        right: -50%;
        display: none;
        width: 25em;
        z-index: 93;
    }

@media screen and (max-width: 320px) {
    .homePage .homepageHeader .featuredPerson .tooltipWrapper {
        right: -45%;
    }
}

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .featuredPerson .tooltipWrapper {
        right: -40%;
        top: 20%;
        padding-top: 55px;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson .tooltipWrapper {
        left: 15%;
        right: auto;
        top: 100%;
        padding-top: 10px;
    }
}

.homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper {
    padding: 2em;
    background-color: white;
    color: #535353;
    border: 2px solid #535353;
}

    .homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper:after {
        bottom: 100%;
        left: 55%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(19, 44, 110, 0);
        border-bottom-color: #05d6ee;
        border-width: 10px;
        margin-left: -10px;
    }

@media screen and (min-width: 768px) {
    .homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper:after {
        left: 45%;
        bottom: calc(100% - 55px);
    }
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper:after {
        left: 15%;
        bottom: calc(100% - 10px);
    }
}

.homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper a.default {
    display: block;
    padding: 5px;
    margin-top: 10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    color: #535353;
    background-color: white;
    border: 2px solid #535353;
    font-weight: 600;
}

    .homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper a.default:hover {
        color: white;
        text-decoration: none;
        background-color: #05d6ee;
        border: 2px solid #05d6ee;
    }

.homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper p.caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding-bottom: 10px;
}

.homePage .homepageHeader .featuredPerson .tooltipWrapper .innerWrapper p.caption .superscript {
    vertical-align: super;
    font-size: smaller;
    color: #535353;
    display: initial;
    margin-left: 0;
}

.homePage .homepageHeader .featuredPerson .tooltipWrapper.show {
    display: block;
}

.homePage .homepageHeader .threeCirclesWrapper .circle p.extraBold {
    font-weight: 600;
}

.homePage .homepageHeader .threeCirclesWrapper .circle .superscript {
    vertical-align: super;
    font-size: small;
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .featuredPerson {
        right: 16.5%;
        bottom: 27%;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson {
        width: 45em;
        bottom: 31%;
        right: 2.5%;
    }
}

@media screen and (min-width: 1220px) {
    .homePage .homepageHeader .featuredPerson {
        right: 3%;
        bottom: 35%;
    }
}

@media screen and (min-width: 1366px) {
    .homePage .homepageHeader .featuredPerson {
        bottom: 40%;
        right: 6%;
    }
}

.homePage .homepageHeader .featuredPerson .text {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson .text {
        text-align: center;
    }
}

.homePage .homepageHeader .featuredPerson .arrow, .homePage .homepageHeader .featuredPerson span {
    font-size: 1.4em;
    line-height: 1.14285714285714em;
    display: block;
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson .arrow, .homePage .homepageHeader .featuredPerson span {
        display: inline-block;
    }
}

.homePage .homepageHeader .featuredPerson .arrow {
    margin-right: 5px;
}

.homePage .homepageHeader .featuredPerson span {
    font-weight: 400;
    color: white;
    margin-left: 6px;
    line-height: 1.21428571428571em;
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson span {
        font-weight: 600;
        margin-left: 0;
        line-height: inherit;
    }
}

@media screen and (max-width: 767px) {
    .homePage .homepageHeader .featuredPerson span {
        font-size: 1em;
    }
}

#spotlightName {
    color: white;
    font-weight: 800;
    margin-left: 0;
    font-size: 1.4em;
    cursor: pointer;
    text-decoration: none;
}

.homePage .homepageHeader .oneCircleWrapper .button .default a {
    color: white;
    font-weight: 600;
}

@media screen and (min-width: 1200px) {
    .homePage .homepageHeader .featuredPerson span.seperator {
        border-left: 1px solid white;
        border-right: 1px solid white;
        padding: 0 10px;
        margin: 0 10px;
    }
}

.homePage .topicSectionBlock .innerPadding {
    margin: 4em 2em;
    max-width: 146em;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .homePage .topicSectionBlock .innerPadding {
        margin: 4em 3em;
    }
}

@media screen and (min-width: 1220px) {
    .homePage .topicSectionBlock .innerPadding {
        margin: 4em 6em;
    }
}

@media screen and (min-width: 1640px) {
    .homePage .topicSectionBlock .innerPadding {
        max-width: 140em;
        margin: 4em auto;
    }
}

.homePage .topicSectionBlock .innerPadding .rowBlock {
    position: relative;
    margin-top: 8em;
}

    .homePage .topicSectionBlock .innerPadding .rowBlock.noMargin {
        margin-top: 0;
    }

.homePage .topicSectionBlock .innerPadding .col-block {
    position: relative;
    margin-top: 8em;
    clear: both;
}

.homePage .topicSectionBlock.rssFeed .rssLink {
    top: -2em;
}

.homePage .topicSectionBlock.topFeaturedSection .innerPadding {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .homePage .topicSectionBlock.topFeaturedSection .innerPadding {
        margin-right: 0;
    }
}

@media screen and (min-width: 1640px) {
    .homePage .topicSectionBlock.topFeaturedSection .innerPadding {
        margin: 0em auto 4em;
    }
}

.homePage .topicSectionBlock.gray {
    background-color: #f4f4f4;
    padding: 2em 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .homePage .sectionHighlightWrapper .highlightNews {
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    .homePage .sectionHighlightWrapper {
        padding: 0;
        width: calc(100% + 4em);
        margin-left: -2em;
        border-top: 1px solid #aaa;
    }

        .homePage .sectionHighlightWrapper .sectionHighlight {
            padding: 1em 3em 1em 1em;
            border-bottom: 1px solid #aaa;
        }

            .homePage .sectionHighlightWrapper .sectionHighlight.even {
                border-right: 1px solid #aaa;
                padding-left: 3em;
                padding-right: 0;
            }

            .homePage .sectionHighlightWrapper .sectionHighlight .title .text {
                padding-bottom: 0;
            }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .homePage .sectionHighlightWrapper .sectionHighlight {
        padding: 1em 1em 1em 0;
        height: 6em;
    }

        .homePage .sectionHighlightWrapper .sectionHighlight .inner {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

.homePage .sectionHighlightWrapper .myShortCuts {
    display: none;
}

.homePage .sectionHighlightWrapper.signedIn .highlightNews {
    display: none;
}

.homePage .sectionHighlightWrapper.signedIn .myShortCuts {
    display: block;
}

.homePage .myShortCuts {
    position: relative;
    margin: 2em 2em 0;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts {
        margin: 0;
    }
}

.homePage .myShortCuts .tabWrap {
    position: relative;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts .tabWrap {
        border-bottom: 1px solid #aaa;
        margin-bottom: 0;
        padding: 1em 2em;
    }
}

.homePage .myShortCuts .tabWrap a {
    display: block;
    line-height: 24px;
}

    .homePage .myShortCuts .tabWrap a:hover {
        text-decoration: none;
    }

.homePage .myShortCuts .tabWrap .icon {
    position: absolute;
    top: -4px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts .tabWrap .icon {
        top: -2px;
    }
}

.homePage .myShortCuts .tabWrap .icon.desktop {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts .tabWrap .icon.desktop {
        display: none;
    }
}

.homePage .myShortCuts .tabWrap .icon.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts .tabWrap .icon.mobile {
        display: inline-block;
    }
}

.homePage .myShortCuts .tabWrap .icon.mobile .arrowDefault.blue {
    background-color: #05d6ee;
}

    .homePage .myShortCuts .tabWrap .icon.mobile .arrowDefault.blue .fa {
        top: 0;
    }

@media screen and (min-width: 768px) {
    .homePage .myShortCuts .tabWrap .view {
        display: none;
    }
}

.homePage .myShortCuts p.caption {
    color: #9c9c9c;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .homePage .myShortCuts p.caption {
        padding-top: 10px;
    }
}

.homePage .myShortCuts .eventItem {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1em 0;
}

    .homePage .myShortCuts .eventItem a, .homePage .myShortCuts .eventItem a:hover, .homePage .myShortCuts .eventItem a:visited, .homePage .myShortCuts .eventItem a:active {
        text-transform: none;
        text-decoration: underline;
        -webkit-transition: 0.3s color linear;
        -moz-transition: 0.3s color linear;
        -ms-transition: 0.3s color linear;
        -o-transition: 0.3s color linear;
        transition: 0.3s color linear;
    }

.homePage .myShortCuts .row {
    margin-top: 1em;
}

    .homePage .myShortCuts .row a.underline {
        -webkit-transition: 0.3s color linear;
        -moz-transition: 0.3s color linear;
        -ms-transition: 0.3s color linear;
        -o-transition: 0.3s color linear;
        transition: 0.3s color linear;
    }

@media screen and (max-width: 767px) {
    .homePage .myShortCuts .row {
        margin: 0;
        padding: 0 .5em;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -ms-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
        border-bottom: 1px solid transparent;
        padding-bottom: 0;
    }

        .homePage .myShortCuts .row.active {
            max-height: 500px;
            border-bottom: 1px solid #aaa;
            padding-bottom: 2em;
        }

        .homePage .myShortCuts .row .visit {
            display: none;
        }

            .homePage .myShortCuts .row .visit.show {
                display: block;
            }
}

.homePage .myShortCuts .row .edit {
    color: #05d6ee;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .homePage .myShortCuts .row .edit {
        display: none;
    }
}

.homePage .sectionHighlight .title .arrowDefault, .homePage .sectionHighlight .title .text {
    position: relative;
    float: left;
}

.homePage .sectionHighlight .title .arrowDefault {
    width: 2.2em;
    height: 2.2em;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .homePage .sectionHighlight .title .arrowDefault {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 10px;
    }
}

.homePage .sectionHighlight .title .arrowDefault i {
    font-size: 2em;
}

@media screen and (min-width: 768px) {
    .homePage .sectionHighlight .title .arrowDefault {
        width: 4em;
        height: 4em;
    }

        .homePage .sectionHighlight .title .arrowDefault i {
            font-size: 3.4em;
            line-height: 1.17647058823529em;
        }
}

@media screen and (min-width: 1200px) {
    .homePage .sectionHighlight .title .arrowDefault {
        margin-top: -1.5em;
    }
}

.homePage .sectionHighlight .title .text {
    position: relative;
    margin-left: 4em;
    width: calc(100% - 6.2em);
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
    .homePage .sectionHighlight .title .text {
        line-height: 4em;
        top: .25em;
        width: auto;
        padding-bottom: 0;
        margin-left: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .sectionHighlight .title .text {
        top: 1em;
        margin-left: .5em;
        line-height: inherit;
        margin-bottom: 1.5em;
        width: calc(100% - 4.5em);
    }
}

.homePage .sectionHighlight .title .text a, .homePage .sectionHighlight .title .text a:hover, .homePage .sectionHighlight .title .text a:visited, .homePage .sectionHighlight .title .text a:active {
    font-family: "soleil", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.42857142857143em;
}

.homePage .sectionHighlight .copy {
    margin-left: 1.38461538461538em;
    font-size: 1.3em;
    line-height: 1.69230769230769em;
    color: #212121;
    display: none;
}

@media screen and (min-width: 1200px) {
    .homePage .sectionHighlight .copy {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .offsetPadding {
        padding: 5em;
        margin: -10em 0 0;
        background-color: #fff;
        border-radius: 6em 0 0 0;
    }
}

@media screen and (min-width: 1540px) {
    .homePage .offsetPadding {
        border-radius: 6em 6em 0 0;
    }
}

.homePage .latestNews {
    margin-top: 2em;
}

@media screen and (min-width: 768px) {
    .homePage .latestNews {
        margin-top: 4em;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .latestNews {
        float: right;
        margin-top: -17em;
    }
}

.homePage .latestNews .sectionBlockTitle {
    font-size: 1.6em;
    line-height: 1.25em;
    font-weight: 800;
}

.homePage .latestNews .owl-nav {
    display: none;
}

.homePage .latestNews .owl-dots {
    text-align: left;
    margin-left: -.75em;
}

    .homePage .latestNews .owl-dots .owl-dot span {
        background-color: #9c9c9c;
    }

    .homePage .latestNews .owl-dots .owl-dot.active span, .homePage .latestNews .owl-dots .owl-dot:hover span {
        background-color: #132c6e;
    }

.homePage .latestNews .latestNewsItem {
    position: relative;
    margin: 3em 0 1em;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .homePage .latestNews .latestNewsItem {
        margin: 3em 0;
    }

        .homePage .latestNews .latestNewsItem.even {
            margin: 3em 2em 3em 0;
            width: calc(50% - 2em);
            clear: left;
        }

        .homePage .latestNews .latestNewsItem.odd {
            margin: 3em 0 3em 2em;
            width: calc(50% - 2em);
        }
}

@media screen and (min-width: 1200px) {
    .homePage .latestNews .latestNewsItem.even, .homePage .latestNews .latestNewsItem.odd {
        margin: 1em 0;
        width: calc(100%);
    }
}

@media screen and (min-width: 1200px) {
    .homePage .latestNews .latestNewsItem:first-child {
        margin: 2em 0 1em;
    }
}

.homePage .latestNews .latestNewsItem p {
    line-height: 1.42857142857143em;
    margin: 0.71428571428572em 0;
}

.homePage .latestNews .latestNewsItem a.underline {
    text-decoration: underline;
}

.homePage .latestNews .latestNewsItem a.blue, .homePage .latestNews .latestNewsItem a.blue:active, .homePage .latestNews .latestNewsItem a.blue:visited {
    color: #05d6ee;
}

    .homePage .latestNews .latestNewsItem a.blue:hover {
        color: #06c2d8;
    }

.homePage .latestNews button.default {
    display: none;
}

@media screen and (min-width: 768px) {
    .homePage .latestNews button.default {
        clear: both;
        display: block;
    }
}

.homePage .latestNews button.default a, .homePage .latestNews button.default a:visited, .homePage .latestNews button.default a:active {
    color: #05d6ee;
}

    .homePage .latestNews button.default:hover a, .homePage .latestNews button.default:hover a:visited, .homePage .latestNews button.default:hover a:active, .homePage .latestNews button.default a:hover {
        color: #fff;
    }

.homePage .topFeatured {
    margin-top: 2em;
}

    .homePage .topFeatured .sectionBlockTitle {
        display: none;
    }

@media screen and (min-width: 768px) {
    .homePage .topFeatured {
        float: left;
        margin-top: 4em;
    }

        .homePage .topFeatured .sectionBlockTitle {
            display: inline-block;
        }
}

.homePage .eventLinks button.default {
    margin-left: 2.57142857142857em;
    margin-top: 0.71428571428571em;
}

    .homePage .eventLinks button.default a, .homePage .eventLinks button.default a:visited, .homePage .eventLinks button.default a:active {
        color: #05d6ee;
    }

        .homePage .eventLinks button.default:hover a, .homePage .eventLinks button.default:hover a:visited, .homePage .eventLinks button.default:hover a:active, .homePage .eventLinks button.default a:hover {
            color: #fff;
        }

.homePage .eventLinks .owl-nav {
    display: none;
}

.homePage .eventLinks .owl-dots {
    text-align: left;
    margin-left: -.75em;
}

    .homePage .eventLinks .owl-dots .owl-dot span {
        background-color: #f4f4f4;
    }

    .homePage .eventLinks .owl-dots .owl-dot.active span, .homePage .eventLinks .owl-dots .owl-dot:hover span {
        background-color: #132c6e;
    }

.homePage .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem {
    cursor: default;
}

    .homePage .topicSectionBlock .sectionQuickLinks .linkBlock .quickLinkItem:first-child {
        margin-top: 0;
        padding-top: 0;
    }

.homePage .topicSectionBlock.gray .sectionBlockTitle.horizontal span {
    background-color: #f4f4f4;
}

@media screen and (min-width: 768px) {
    .homePage .topicSectionBlock.gray .sectionQuickLinks .verticalTitle .verticalInner span, .homePage .topicSectionBlock.gray .featuredContentStack h6 .arrowDefault {
        background-color: #f4f4f4;
    }
}

.homePage .topicSectionBlock .sectionTitleBlock.transactionRed .adUnit {
    display: none;
}

.homePage .topicSectionBlock .sectionTitleBlock .adUnit iframe, .homePage .topicSectionBlock .sectionTitleBlock .adUnit img {
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .homePage .topicSectionBlock .sectionTitleBlock .adUnit iframe, .homePage .topicSectionBlock .sectionTitleBlock .adUnit img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 1366px) {
    .homePage .topicSectionBlock .sectionTitleBlock .adUnit iframe, .homePage .topicSectionBlock .sectionTitleBlock .adUnit img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .homePage .topicSectionBlock .sectionTitleBlock h1 {
        font-size: 4.4em;
        line-height: 1.11363636363636em;
        letter-spacing: 1.02px;
        padding-right: 60px;
    }

    .homePage .topicSectionBlock .sectionTitleBlock h3 {
        font-size: 2.6em;
        line-height: 1.38461538461538em;
        padding-bottom: 0.38461538461538em;
        margin-bottom: 0.38461538461538em;
    }

        .homePage .topicSectionBlock .sectionTitleBlock h3:after {
            position: absolute;
            content: '';
            width: 100px;
            height: 1px;
            background-color: #c1c1c1;
            bottom: 0;
            left: 0;
        }

    .homePage .topicSectionBlock .sectionTitleBlock p.boldLarge {
        font-size: 1.4em;
        line-height: 1.57142857142857em;
    }

    .homePage .topicSectionBlock .sectionTitleBlock .adUnit {
        position: absolute;
        top: -10.2em;
        right: 0;
    }
}

@media screen and (max-width: 320px) {
    .homePage .topicSectionBlock .sectionTitleBlock h1 {
        font-size: 4em;
    }

    .homePage .topicSectionBlock .sectionQuickLinks .verticalTitle span span {
        display: none;
    }

        .homePage .topicSectionBlock .sectionQuickLinks .verticalTitle span span.fa-stack {
            display: inline-block;
        }
}

@media screen and (min-width: 768px) {
    .homePage .topicSectionBlock.movingLinks .linksCanMove {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

        .homePage .topicSectionBlock.movingLinks .linksCanMove .sectionQuickLinks {
            top: .5em;
        }
}

@media screen and (min-width: 768px) {
    .homePage .topicSectionBlock.movingLinks .sectionQuickLinks.fixed {
        position: fixed;
        top: 8em;
    }

    .homePage .topicSectionBlock.movingLinks .sectionQuickLinks.fixedBottom {
        position: absolute;
        top: auto;
        bottom: -2em;
    }
}

@media screen and (min-width: 1200px) {
    .homePage .topicSectionBlock.movingLinks .sectionQuickLinks.fixed {
        top: 6em;
    }

    .homePage .topicSectionBlock.movingLinks .sectionQuickLinks.fixedBottom {
        position: absolute;
        top: auto;
        bottom: -2em;
    }
}

#myAdSec {
    display: none;
    top: 1%;
    right: 1%;
    position: absolute;
    z-index: 30;
    margin: 0px;
    padding: 0px;
    box-shadow: 10px 10px 20px black;
    background-color: rgba(213, 213, 213, 0.9);
}

#myAdSec div {
    left: 350px;
}

@media screen and (min-width: 768px) {
    #myAdSec {
        display: none;
        top: 1%;
        right: 1%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        box-shadow: 10px 10px 20px black;
    }
}

@media screen and (min-width: 1000px) {
    #myAdSec {
        display: none;
        top: 4%;
        right: 1%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        box-shadow: 10px 10px 20px black;
    }
}

@media screen and (min-width: 1200px) {
    #myAdSec {
        display: none;
        top: 4%;
        right: 4%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        box-shadow: 10px 10px 20px black;
    }
}

@media screen and (min-width: 1220px) {
    #myAdSec {
        display: none;
        top: 3%;
        right: 7%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        box-shadow: 10px 10px 20px black;
    }
}

@media screen and (min-width: 1366px) {
    #myAdSec {
        display: none;
        top: 1.6%;
        right: 1%;
        position: absolute;
        margin: 0px;
        padding: 0px;
        box-shadow: 10px 10px 20px black;
    }
}

@media screen and (min-width: 1466px) {
    #myAdSec {
        right: -3%;
    }
}

@media screen and (min-width: 1566px) {
    #myAdSec {
        right: -6%;
    }
}

@media screen and (min-width: 1666px) {
    #myAdSec {
        right: -9%;
    }
}

@media screen and (min-width: 1766px) {
    #myAdSec {
        right: -12%;
    }
}

@media screen and (min-width: 1866px) {
    #myAdSec {
        right: -15%;
    }
}

@media screen and (min-width: 1966px) {
    #myAdSec {
        right: -18%;
    }
}

@media screen and (min-width: 2066px) {
    #myAdSec {
        right: -21%;
    }
}
/*# sourceMappingURL=home.css.map */
