/* ============================================
   Component: Homepage Footer Structure
   Source: Styles/css/components/homepage-footer-layout.css (245,858)
   ============================================ */

.footer_inner {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .footer_inner {
        -webkit-box-align: initial;
        -moz-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
        align-items: normal;
    }

    .footer_inner:first-of-type {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .footer_main {
        max-width: 427px;
        min-width: 427px;
        padding: 50px 50px 20px;
    }
}

.footer_main-container {
    background-color: #34657f;
    color: #fff;
    height: 100%;
}

.footer_main-container * {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .footer_main-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-pack: distribute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        padding: 0;
    }
}

.footer_main-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px 20px;
}

.footer_main-top>div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer_main-top>div {
        text-align: left;
    }
}

.footer_main-top-inner {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .footer_main-top-inner {
        text-align: left;
    }

    .footer_main-top-inner>div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 1024px) {
    .footer_main-top .link_container {
        padding-bottom: 10px;
    }
}

.footer_main-top .link_info {
    margin-top: 5px;
    padding-left: 0;
}

@media screen and (min-width: 1024px) {
    .footer_main-top .link_info {
        padding-left: 23px;
    }
}

.footer_main-top a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.06em;
}

.footer_main-top a:before {
    content: none;
}

@media screen and (min-width: 1024px) {
    .footer_main-top a:before {
        background-color: hsla(0, 0%, 100%, 0.4);
        content: '•' !important;
    }
}

@media screen and (max-width: 768px) {
    .footer_main-top a {
        padding-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer_main-top {
        padding: 0;
    }
}

.footer_main-middle {
    padding: 0 10px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer_main-middle {
        max-width: 300px;
        padding: 0;
    }
}

.footer_main-middle .footer_title {
    margin-bottom: 20px;
}

.footer_main-middle a {
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    width: 50px;
}

@media screen and (min-width: 1024px) {
    .footer_main-middle a {
        margin: 20px 20px 20px 0;
    }
}

html.no-touch .footer_main-middle a:hover img {
    opacity: 1;
}

.footer_main-middle img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.4;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .footer_main-middle {
        padding: 40px 10px 20px 20px;
        text-align: left;
    }
}

.footer_main-bottom {
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .footer_main-bottom {
        padding: 0 20px 20px;
        text-align: left;
    }
}

.footer_main-bottom a {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

html.no-touch .footer_main-bottom a:hover {
    color: #34657f;
}

.footer_main-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .footer_main-title {
        margin-bottom: 0;
    }
}

.footer_main-siteLinks {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .footer_main-siteLinks {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.footer_main-creditLinks a {
    text-decoration: underline;
}

.footer_main-divider {
    background: #fff;
    display: inline-block;
    height: 13px;
    margin: 0 20px;
    width: 1px;
}

@media screen and (min-width: 1024px) {
    .footer_main-divider {
        margin: 0 10px;
    }
}

.footer_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
    .footer_side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer_side-bottom,
.footer_side-top {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1023px) {

    .footer_side-bottom,
    .footer_side-top {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }
}

.footer_side-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .footer_side-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer_side-top .location_address,
    .footer_side-top .location_phone,
    .footer_side-top .location_title {
        margin: 0 auto;
        width: 80%;
    }
}


.footer_side-bottom:before {
    -moz-background-size: 100%;
    background-size: 100%;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media screen and (min-width: 1024px) {
    .footer_side-bottom:before {
        -moz-background-size: auto;
        background-size: auto;
    }

    .footer_side-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 20px 70px;
    }
}

@media screen and (max-width: 1023px) {
    .footer_side-bottom:before {
        width: 300px;
    }
}

.footer_side-left,
.footer_side-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .footer_side-left .location_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 252px;
        min-width: 252px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .footer_side-left {
        min-width: 400px;
    }
}

.footer_side-right {
    background-color: #eff4f1;
    color: #34657f;
}

.footer_side-right:before {
    background-position: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .footer_side-right:before {
        bottom: 0;
        height: 306px;
        top: auto;
        width: 306px;
    }
}

.footer_side-right .event_cta,
.footer_side-right .event_section {
    text-align: center;
}

.footer_side-right .downloadBtn,
.footer_side-right .sitebtn,
.footer_side-right [type='button']:not(.modal-video-close-btn):not(.menu_search-button):not(.nav-menu-search-button):not(.lity-close):not(.mpSquareBtn):not(.mtSearch__clear):not(.mpGalSlide__navBtn):not(.mpGalSlide__autoplay):not(.mpAudioPlayer__play-btn):not(.owl-dot):not(.owl-prev):not(.owl-next):not(.slick-prev):not(.slick-next):not(.slick-buttons):not([id^='slick']):not(.apply-btn):not(.reset-btn):not(.clDateFilter__start):not(.clDateFilter__end):not(.clSearch__submit):not(.clSearch__reset):not(.clResetFilters):not(.clSaveFilters__button):not(.selectric__applyButton):not(.cPlayer__button):not(.js-teamsPopup):not(.mediaPopup__button):not(.clEventCard__button):not(.epAthleticsAddToCalendar):not(.clG-addToCal__close):not(.clMobileButton-openFilters):not(.clMobileButton-close):not(.clMobileButton-showResults):not(.clSaveFilters__closePopup):not(.athleticsWidget__nav-item):not(.athleticsWidget__more):not(.wistia_placebo_close_button):not(.clSyncCalendar__close):not(.clSyncCalendar__openLabel):not(.noSiteBtn):not(.athleticsWidget-team__nav-item):not(.athleticsWidget-team__item):not(.athleticsWidget-teams-accordion-link-js),
.footer_side-right [type='reset']:not(.modal-video-close-btn):not(.menu_search-button):not(.nav-menu-search-button):not(.lity-close):not(.mpSquareBtn):not(.mtSearch__clear):not(.mpGalSlide__navBtn):not(.mpGalSlide__autoplay):not(.mpAudioPlayer__play-btn):not(.owl-dot):not(.owl-prev):not(.owl-next):not(.slick-prev):not(.slick-next):not(.slick-buttons):not([id^='slick']):not(.apply-btn):not(.reset-btn):not(.clDateFilter__start):not(.clDateFilter__end):not(.clSearch__submit):not(.clSearch__reset):not(.clResetFilters):not(.clSaveFilters__button):not(.selectric__applyButton):not(.cPlayer__button):not(.js-teamsPopup):not(.mediaPopup__button):not(.clEventCard__button):not(.epAthleticsAddToCalendar):not(.clG-addToCal__close):not(.clMobileButton-openFilters):not(.clMobileButton-close):not(.clMobileButton-showResults):not(.clSaveFilters__closePopup):not(.athleticsWidget__nav-item):not(.athleticsWidget__more):not(.wistia_placebo_close_button):not(.clSyncCalendar__close):not(.clSyncCalendar__openLabel):not(.noSiteBtn):not(.athleticsWidget-team__nav-item):not(.athleticsWidget-team__item):not(.athleticsWidget-teams-accordion-link-js),
.footer_side-right [type='submit']:not(.modal-video-close-btn):not(.menu_search-button):not(.nav-menu-search-button):not(.lity-close):not(.mpSquareBtn):not(.mtSearch__clear):not(.mpGalSlide__navBtn):not(.mpGalSlide__autoplay):not(.mpAudioPlayer__play-btn):not(.owl-dot):not(.owl-prev):not(.owl-next):not(.slick-prev):not(.slick-next):not(.slick-buttons):not([id^='slick']):not(.apply-btn):not(.reset-btn):not(.clDateFilter__start):not(.clDateFilter__end):not(.clSearch__submit):not(.clSearch__reset):not(.clResetFilters):not(.clSaveFilters__button):not(.selectric__applyButton):not(.cPlayer__button):not(.js-teamsPopup):not(.mediaPopup__button):not(.clEventCard__button):not(.epAthleticsAddToCalendar):not(.clG-addToCal__close):not(.clMobileButton-openFilters):not(.clMobileButton-close):not(.clMobileButton-showResults):not(.clSaveFilters__closePopup):not(.athleticsWidget__nav-item):not(.athleticsWidget__more):not(.wistia_placebo_close_button):not(.clSyncCalendar__close):not(.clSyncCalendar__openLabel):not(.noSiteBtn):not(.athleticsWidget-team__nav-item):not(.athleticsWidget-team__item):not(.athleticsWidget-teams-accordion-link-js),
.footer_side-right button:not(.modal-video-close-btn):not(.menu_search-button):not(.nav-menu-search-button):not(.lity-close):not(.mpSquareBtn):not(.mtSearch__clear):not(.mpGalSlide__navBtn):not(.mpGalSlide__autoplay):not(.mpAudioPlayer__play-btn):not(.owl-dot):not(.owl-prev):not(.owl-next):not(.slick-prev):not(.slick-next):not(.slick-buttons):not([id^='slick']):not(.apply-btn):not(.reset-btn):not(.clDateFilter__start):not(.clDateFilter__end):not(.clSearch__submit):not(.clSearch__reset):not(.clResetFilters):not(.clSaveFilters__button):not(.selectric__applyButton):not(.cPlayer__button):not(.js-teamsPopup):not(.mediaPopup__button):not(.clEventCard__button):not(.epAthleticsAddToCalendar):not(.clG-addToCal__close):not(.clMobileButton-openFilters):not(.clMobileButton-close):not(.clMobileButton-showResults):not(.clSaveFilters__closePopup):not(.athleticsWidget__nav-item):not(.athleticsWidget__more):not(.wistia_placebo_close_button):not(.clSyncCalendar__close):not(.clSyncCalendar__openLabel):not(.noSiteBtn):not(.athleticsWidget-team__nav-item):not(.athleticsWidget-team__item):not(.athleticsWidget-teams-accordion-link-js) {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media screen and (min-width: 1024px) {
    .footer_side-right .event_section {
        text-align: left;
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .footer_side-right .event_section {
        padding-top: 75px;
    }
}

@media screen and (min-width: 1024px) {
    .footer_side-right {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-flex: 1.3;
        -moz-box-flex: 1.3;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1.3;
        -ms-flex: 1.3;
        flex: 1.3;
        min-width: 368px;
        padding: 20px 60px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .footer_side {
        max-width: 100% !important;
        min-width: 780px;
    }
}

body.secondLvl .footer_side-bottom-cta a[target='_blank'] {
    padding-right: 0 !important;
}

body.secondLvl .footer_side-bottom-cta a[target='_blank']:after,
body.secondLvl .footer_side-bottom-cta a[target='_blank']:before {
    background-color: #34657f !important;
    background-image: none !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 4px !important;
    opacity: 1 !important;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 4px !important;
}

body.secondLvl .footer_side-bottom-cta a[target='_blank']:after {
    right: 13px !important;
}

@media screen and (max-width: 1023px) {

    body.secondLvl .footer_side-bottom-cta a[target='_blank']:after,
    body.secondLvl .footer_side-bottom-cta a[target='_blank']:before {
        position: absolute !important;
    }
}

