/* FOOTER FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER FOOTER */
/* FOOTER FOOTER FOOTER FOOTER */

.main-page-footer{
    width: 100%;
    background: #101519;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 7rem 0 3.5rem 0;
}

.main-page-footer-wrapper{
    width: 95%;
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}


.main-page-footer-outer-left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 45%;
}
@media (max-width: 900px) {
    .main-page-footer-outer-left {
        justify-content: space-between;
    }
}
@media (max-width: 680px) {
    .main-page-footer-outer-left {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 3.5rem;
    }
    .main-page-footer-outer-bottom {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;

    }
}

.main-page-footer-outer-right{
    width: 45%;
    max-width: 30rem;
}


.footer-left-right-logo-images{
    max-width: 14rem;
    width: 100%;
}

.main-page-footer-inner-left{
    width: 45%;
    max-width: 22rem;
}
.main-page-footer-inner-right{
    width: 45%;
    max-width: 22rem;
}

/* Social media footer menu */
.social-media-footer-links{
    margin: 0 .9rem .9rem 0;
    display: inline-block;
}
.social-media-footer-links:last-child{
    margin: 0 0 .9rem 0;
}

.social-media-footer-images{
    max-width: 3.8rem;
}

/* Sponsors footer menu */
.sposors-footer-links{
    margin: 0 .9rem .9rem 0;
    display: inline-block;
}

.sposors-footer-links:last-child{
    margin: 0 0 .9rem 0;
}

.sponsor-footer-images{
    max-width: 100%;
}


.left-footer-navigation, .right-footer-navigation{
    padding: 2rem 0 0 0;
    margin: 0;
}
.left-footer-navigation ul, .right-footer-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-footer-navigation ul li, .right-footer-navigation ul li{
    padding: 0;
    margin: 0;
}

.left-footer-navigation ul li a, .right-footer-navigation ul li a{
    padding: 0;
    margin: 0;

    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;

    letter-spacing: 0;
    color: #FFFFFF;

    text-decoration: none;

}
.left-footer-navigation ul li a:hover, .right-footer-navigation ul li a:hover, .left-footer-navigation ul li.current-menu-item a, .right-footer-navigation ul li.current-menu-item a{
    text-decoration: underline;
}




.main-page-footer-outer-bottom{
    width: 100%;
    border-top: 1px solid #707070;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.8rem;
    padding-top: 1rem;
}
.bottom-footer-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}
.bottom-footer-navigation ul li{
    border-right: 1px solid #6B6B6B;
    padding: 0 1.6rem;
}
.bottom-footer-navigation ul li:first-child{
    padding: 0 1.6rem 0 0;
}
.bottom-footer-navigation ul li:last-child{
    border-right: none;
}
.bottom-footer-navigation ul li a{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;

    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
.bottom-footer-navigation ul li a:hover, .bottom-footer-navigation ul li.current-menu-item a{
    text-decoration: underline;
}

.bottom-footer-right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-branding-img{
    max-width: 9rem;
}

.footer-bottom-branding-link{
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.footer-bottom-year-and-copy{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-left: 1rem;
}

@media (max-width: 680px) {
    .main-page-footer-outer-bottom {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-footer-right{
        margin-top: 1rem;
    }
    .bottom-footer-navigation ul {
        flex-wrap: wrap;
    }
    .main-page-footer-outer-right {
        width: 100%;
        max-width: 30rem;
    }
}