footer .footer-middle .main-area {
    border-bottom: 1px solid #C8C7C6;
    padding: 60px 0px;
}
footer .main_logo {
    max-width: 230px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 22%;
}
footer .main_logo .image-16by9 img {
    object-fit: contain;
}
footer p.logo-text {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
}
footer h6 {
    margin-bottom: 30px;
}
footer ul.footer.menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul.footer.menu li {
    line-height: 44px;
}
footer ul.footer.menu li a {
    text-decoration: none;
    color: var(--dark);
    font-size: 18px;
    min-height: 44px;
    display: inline-block;
}
footer .padding-right-footer-menu {
    padding-right: 30px;
}
footer .footer-bottom {
    padding: 20px 0px 30px;
}
footer .footer-bottom * {
    color: var(--black);
}
footer .footer-logos .main {
    border-bottom: 1px solid #C8C7C6;
    padding: 30px 0px;
}
footer .trio-logos  {
    margin: 0px -30px;
}
footer .trio-logos .col-4 {
    padding: 0px 30px;
}
footer .trio-logos .col-4 img {
    object-fit: contain;
}
footer .acumen-coaching .image-16by9 img {
    object-fit: contain;
}
footer .acumen-coaching p:last-of-type {
    margin-bottom: 0;
}
footer .padding-right-footer-menu .subheading {
    font-weight: 600;
}
#return-top .image-square {
    background-color: var(--white);
    border-radius: 100%;
}
#return-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 99;
}
@media(max-width: 1199.98px){
    footer .sub-footer-links {
        padding-right: 30px;
    }
    footer .acumen-coaching {
        padding: 30px 0px 0px;
    }
    footer .main_logo {
        margin: 0 auto;
    }
}
@media(max-width: 991.98px){
    footer .padding-right-ipad {
        padding-right: 30px;
    }
    footer .sub-footer-links {
        text-align: right;
        margin-bottom: 15px;
    }
    footer h6 {
        margin-bottom: 15px;
    }
    footer .sub-footer-links {
        padding-right: 0px;
    }
    footer .main-area .col-12.col-lg-2 {
        text-align: center;
    }

}
@media(max-width: 767.98px) {
    footer .main_logo {
        max-width: 180px;
    }
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }

    footer .footer-bottom div.col-12:first-child {
        order: 3;
        text-align: center;
    }

    footer .footer-bottom div.col-12:nth-child(2) {
        order: 1;
        text-align: center;
        margin-bottom: 30px;
    }

    footer .footer-bottom div.col-12:last-child {
        order: 2;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-bottom .col-12.offset-lg-1.col-lg-10 {
        margin-bottom: 0px;
    }

    footer .menu-example-footer-menu-container {
        display: none;
        padding-top: 15px
    }

    footer .padding-right-footer-menu {
        padding: 15px 0px;
        border-top: 1px solid #C8C7C6;
        position: relative;
    }

    footer .padding-right-footer-menu:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 15px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        transition: 0.3s ease-in-out;
    }

    footer .padding-right-footer-menu.show-footer-menu:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }

    footer h6 {
        margin-bottom: 0px;
    }

    footer .footer-bottom {
        padding: 15px 0px 45px;
    }

    footer p.logo-text {
        margin: 15px auto 30px;
        max-width: 75%;
    }

    footer .footer-bottom .align-row {
        align-items: start;
    }

    footer p.subheading.brand-button {
        margin-bottom: 0px;
    }
    footer ul.footer.menu {
        padding-top: 15px;
    }
}
@media(max-width: 575.98px){
    footer .footer-bottom a {
        display: block;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer-bottom a:last-of-type {
        margin-bottom: 0px;
    }

}


