
.footer-section {
    padding-top:40px;
}

.footer-section .mobile-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media(min-width: 1025px){
    .footer-section .mobile-fixed{
        position: relative;
        bottom: 0;
    }
}

/** E-News & V-Guide **/
.enews_vguide_container {
    background-color: #e8ecee;
    position: relative;
}

.enews_vguide_container .links-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1160px;
    margin: auto;
    min-height: 170px;
}

.enews_vguide_container > img {
    position: absolute;
    top: 99%;
    width: 103%;
    left: -2%;
    right: 0;
}

.enews_vguide_container .links-cont .vguide {
    padding: 5px 20px 20px;
}

.enews_vguide_container .links-cont .enews {
    padding: 20px;
}

.enews_vguide_container .links-cont .border-div {
    width: calc(100% - 40px);
    margin: auto;
    height: 2px;
    background-color: #fff;
}

.enews_vguide_container .vguide-wrapper {
    position: relative;
    display: flex;
}

.enews_vguide_container .vguide-img {
    width: 50%;
    text-align: right;
    padding-right: 20px;
    position: relative;
    top: -20px;
}

.enews_vguide_container .vguide-img img {
    height: 125px;
}

.enews_vguide_container .vguide-text {
    margin-left: auto;
}

.enews_vguide_container .vguide .title {
    font-family: 'Mundo Sans W01 Bold';
    color: #21475a;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (640 - 320)));
    line-height: 1.2;
}

.enews_vguide_container .vguide .online {
    display: inline-block;
    color: #fff;
    background-color: #21475a;
    font-family: 'Mundo Sans W01 Medium';
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 20px;
    transition: color .2s ease, background-color .35s ease, padding .35s ease;
}

.enews_vguide_container .vguide .online i {
    position: relative;
    top: 1px;
    font-size: 12px;
    margin-left: 5px;
}

.enews_vguide_container .vguide .mail {
    display: block;
    padding-top: 20px;
    color: #32bbab;
    font-family: 'Mundo Sans W01 Medium';
    font-size: 14px;
    position: relative;
    left: -45px;
}

.enews_vguide_container .enews .link-cont {
    display: flex;
    align-items: center;
}

.enews_vguide_container .enewsletter-wrapper .enews-img {
    width: 50%;
    text-align: right;
}

.enews_vguide_container .enews .link-cont img {
    width: 95px;
}

.enews_vguide_container .enews .title {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 25px;
    color: #21475a;
    margin-left: 15px;
}

.enews_vguide_container .enews .title i {
    font-size: 24px;
    color: #32bbab;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

@media(min-width: 641px) {
    .enews_vguide_container .vguide .title {
        font-size: 24px;
    }
}

@media(min-width: 1025px) {
    .enews_vguide_container .links-cont {
        flex-direction: row;
        align-items: center;

    }

    .enews_vguide_container .links-cont .vguide,
    .enews_vguide_container .links-cont .enews {
        padding: 20px 20px 0;
        width: 50%;
    }

    .enews_vguide_container .links-cont .border-div {
        display: none;
    }

    .enews_vguide_container .links-cont .vguide {
        border-bottom: none;
        border-right: 2px solid #fff;
    }

    .enews_vguide_container .vguide-wrapper {
        display: block;
    }

    .enews_vguide_container .vguide-img {
        position: absolute;
        z-index: 2;
        top: -60px;
        left: 60px;
        width: auto;
        text-align: initial;
        padding-right: 0;
    }

    .enews_vguide_container .vguide-img img {
        height: 240px;
    }

    .enews_vguide_container .vguide-text {
        width: 50%;
        min-height: 144px;
    }

    .enews_vguide_container .vguide .mail {
        left: initial;
        padding-top: 10px;
    }

    .enews_vguide_container .vguide .title {
        font-size: 32px;
        line-height: 37px;
    }

    .enews_vguide_container .vguide .online:hover {
        background-color: #32bbab;
        color: #1d4357;
        padding-left: 30px;
        padding-right: 30px;
    }

    .enews_vguide_container .enewsletter-wrapper .enews-img {
        width: auto;
        text-align: initial;
    }
}

/** Footer Middle **/

.footer-section .footer-middle {
    background-image: url('/includes/public/assets/shared/navy-brush.png');
    background-position: 0px 0px;
    background-color: #21475a;
    padding-bottom: 25px;
}

.footer-section .footer-middle .middle-cont {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width: 1025px) {
    .footer-section .footer-middle .middle-cont {
        flex-direction: row;
        align-items: initial;
        justify-content: space-between;
    }
}

/** Footer Logo **/

.footer-section .middle-cont > .logo {
    width: 230px;
    margin-top: 35px;
    height: 100%;
}

.footer-section .logo .footer-logo {
    max-width: 250px;
}

@media(min-width: 1025px) {
    .footer-section .middle-cont > .logo {
        width: auto;
        padding-top: 45px;
        margin-top: 0;
        width: 25%;
    }
}

/** Footer Contact **/

.footer-section .middle-cont > .contact {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.footer-section .contact p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.footer-section .middle-cont > .contact > .contentRender_name_plugins_core_textbox{
    margin-bottom: 10px;
}

@media(min-width: 1025px) {
    .footer-section .middle-cont > .contact {
        padding-top: 70px;
        width: 20%;
        text-align: left;
    }

    .footer-section .middle-cont > .contact > .contentRender_name_plugins_core_textbox{
        margin-bottom: 20px;
    }

    .footer-section .contact p {
        font-size: 16px;
    }
}

/** Footer Social Container **/

.footer-section .middle-cont > .social {
    padding-top: 15px;
    text-align: center;
    width: 100%;
    max-width: 325px;
}

.footer-section .social .callout-text .callout {
    font-family: 'Mundo Sans W01 Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-section .social .social-links {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 95%;
    list-style-type: none;
}

.footer-section .social .social-links .social-network a {
    color: #32bbab;
    font-size: 30px;
}

@media(min-width: 1025px) {
    .footer-section .social .social-links {
        width: 85%;
    }

    .footer-section .middle-cont > .social {
        padding-top: 70px;
        text-align: left;
        width: 28%;
    }
}

/** Footer Nav Container **/

.footer-section .footer-nav {
    padding-top: 15px;
    width: 85%;
}

@media(min-width: 1025px) {
    .footer-section .footer-nav {
        padding-top: 70px;
        flex-grow: 1;
        width: 20%;
    }
}

/** Partner Links **/
.footer-section .middle-partner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(min-width: 1025px) {
    .footer-section .middle-partner {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
}

/** Footer Bottom **/
.footer-section .footer-bottom {
    background-color: #274c5e;
}

.footer-section .footer-bottom .footer-bottom-cont {
    padding: 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-section .footer-bottom .copyright {
    font-family: 'Mundo Sans W01 Regular';
    font-size: 13px;
    color: #7f94a0;
}

.footer-section .footer-bottom .made-by img {
    width: 130px;
}

@media(min-width: 1025px) {
    .footer-section .footer-bottom .footer-bottom-cont {
        max-width: 1190px;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        padding: 5px 15px;
    }
}

/* Sports & Meetings Themes Shared */
.meetings .enews_vguide_container,
.sports .enews_vguide_container {
    background-color: #f4f4f5;
}
.meetings .enews_vguide_container .links-cont,
.sports .enews_vguide_container .links-cont {
    min-height: 190px;
}
.meetings .enews_vguide_container .vguide .online,
.sports .enews_vguide_container .vguide .online {
    background-color: #c41d37;
}
.meetings .enews_vguide_container .vguide .online:hover,
.sports .enews_vguide_container .vguide .online:hover {
    color: #fff;
}
.meetings .enews_vguide_container .vguide .mail,
.sports .enews_vguide_container .vguide .mail {
    color: #c41d37;
}
.meetings .enews_vguide_container .enews .title i,
.sports .enews_vguide_container .enews .title i {
    color: #c41d37;
}
.meetings .enews_vguide_container .enewsletter-wrapper .enews-img .email-icon > img,
.sports .enews_vguide_container .enewsletter-wrapper .enews-img .email-icon > img {
    width: 58px;
    height: auto;
}
.meetings .enews_vguide_container > img,
.sports .enews_vguide_container > img {
    display: none;
}
.meetings .footer-section .footer-middle,
.sports .footer-section .footer-middle {
    background: #214093;
}
.meetings .footer-section .logo .footer-logo,
.sports .footer-section .logo .footer-logo {
    max-width: 260px;
}
.meetings .footer-section .social .social-links .social-network a,
.sports .footer-section .social .social-links .social-network a {
    color: #fff;
}
.meetings .footer-section .footer-bottom,
.sports .footer-section .footer-bottom {
    background: #2c4a99;
}
.meetings .enews_vguide_container .enewsletter-wrapper .enews-img,
.sports .enews_vguide_container .enewsletter-wrapper .enews-img {
    width: 50%;
    text-align: right;
}
.meetings .enews_vguide_container .enews .link-cont img,
.sports .enews_vguide_container .enews .link-cont img {
    width: 100px;
    height: auto;
}
@media (min-width: 1025px) {
    .meetings .enews_vguide_container .enewsletter-wrapper .enews-img,
    .sports .enews_vguide_container .enewsletter-wrapper .enews-img {
        width: auto;
    }
    .meetings .enews_vguide_container .enews .link-cont img,
    .sports .enews_vguide_container .enews .link-cont img {
        width: 100px;
        height: auto;
    }
    .meetings .enews_vguide_container .enewsletter-wrapper .enews-text,
    .sports .enews_vguide_container .enewsletter-wrapper .enews-text {
        flex: 1;
    }
}


/* Mobile Bottom Fixed Container */
.footer-section .mobile-fixed {
    position: fixed;
    bottom: 18px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.footer-section.hasMobileAd {
    height: 150px;
}

.footer-section.hasMobileAd .mobileAd {
    display: block;
}

.footer-section .mobileAd {
    display: none; 
    width: 100%;
    height: 68px;
}

.footer-section .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.footer-section .mobileAd .banner-close {
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
    width: 45px;
    margin: 0 auto;
}

.footer-section .dtnad {
    width: 325px;
    margin: 0 auto;
}

.footer-section .mobileAd .fa {
    color: white;
}
.
@media screen and (min-width: 1025px){
    .footer-section .footer-top,
    .footer-section .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }
}
