/* All footer styles */
#footer {
    clear: both;
    text-align: center;
    color: #cfd0d4;
    font-size: 10.5pt;
    width: 100%;
    background-color: #212224;
    display: block;
    position: absolute;
    z-index: 300;
    left: 0;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    margin: 0;
    padding: 0;
}

#footer a {
    color: #cfd0d4;
    font-weight: 300;
}

#footer a:hover {
    color: #f19615;
}

#footer .footer_nav_wrapper {
    padding: 70px 10px;
}
@media (min-width: 500px) {
    #footer .footer_nav_wrapper {
        padding: 70px 30px;
    }
}
@media (min-width: 700px) {
    #footer .footer_nav_wrapper {
        padding: 70px 50px;
    }
}
@media (min-width: 1000px) {
    #footer .footer_nav_wrapper {
        padding: 70px 70px;
    }
}
#footer .footer_nav_wrapper h6, #footer .footer_nav_wrapper h6 a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#footer .footer_nav_wrapper .multi-col-list-wrapper {
    max-width: 1000px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 20px;
}
#footer .footer_nav_wrapper .multi-col-list-wrapper li {
    text-align: left;
    line-height: 1.3em;
    padding-bottom: 10px;
}
#footer .footer_nav_wrapper .multi-col-list-wrapper li.footer-links-group {
    padding-bottom: 30px;
    break-inside: avoid-column;
    max-width: 210px;
}
@media (min-width: 720px) {
    #footer .footer_nav_wrapper .multi-col-list-wrapper {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 1120px) {
    #footer .footer_nav_wrapper .multi-col-list-wrapper {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.connect_social ul {
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
}
.connect_social ul li {
    display: inline-block;
}
.connect_social ul li img {
    width: 33px;
    height: 33px;
    margin: 5px 3px;
}
@media (min-width: 1200px) {
    .connect_social .connect-footer-section-wrapper {
        float: right;
        align-items: center;
    }
}

.footer-media-icon {
    display: block;
    height: 33px;
    width: 33px;
    background-size: 33px;
    margin: 5px 3px;
}

#footer-media-icon-x {
    background-image: url("../images/footer_icon_x.svg");
}
#footer-media-icon-x:hover {
    background-image: url("../images/footer_icon_x_white.svg");
}

#footer-media-icon-youtube {
    background-image: url("../images/footer_icon_yt.svg");
}
#footer-media-icon-youtube:hover {
    background-image: url("../images/footer_icon_yt_white.svg");
}

#footer-media-icon-linkedin {
    background-image: url("../images/footer_icon_li.svg");
}
#footer-media-icon-linkedin:hover {
    background-image: url("../images/footer_icon_li_white.svg");
}

.footer_corporate {
    background-color: #060606;
    padding: 50px 0;
    line-height: 1.35em;
    color: #cfd0d4;
}
.footer_corporate img {
    opacity: 0.6;
    max-width: 85px;
}
.footer_corporate .copyright {
    font-size: 12px;
    margin: 10px;
}