
footer .main_logo {
    max-width: 80px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 148.6%;
}
footer .footer-middle {
    padding: 70px 0px 100px;
}
footer .contact-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
}
footer .contact-links a:first-of-type:after,
footer .contact-links a:nth-child(2):after {
    content: '|';
    padding: 0px 30px;
}
footer .footer-middle h6 {
    color: var(--white);
}
footer .footer-middle .menu-col {
    padding-right: 37px;
    -webkit-box-flex: 0;
    -ms-flex: calc(100% / 5);
    flex: calc(100% / 5);
    max-width: calc(100% / 5);
}
footer .footer-middle .menu-col p.large {
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 0.75;
}
footer .footer-middle .menu-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer .footer-middle .menu-col ul li {
    margin-bottom: 17px;
}
footer .footer-middle .menu-col ul li:last-of-type {
    margin-bottom: 0px;
}
footer .footer-middle .menu-col ul li a {
    color: var(--white);
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
}
footer .footer-bottom {
    opacity: 0.75;
}
footer .footer-bottom .container {
    border-top: 1px solid var(--white);
    padding: 10px 0px 30px;
    color: var(--white);
}
footer .footer-bottom p {
    color: var(--white);
}
footer .footer-bottom a {
    color: var(--white);
    text-decoration: none;
}

footer .footer-bottom p,
footer .footer-bottom a {
    font-size: 15px;
}

footer a.button.link-button.social {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer a.button.link-button.social > img {
    width: 19px;
    height: 19px;
}
footer a.button.link-button.social:last-of-type > img {
    width: 24px;
    margin-top: 1px;
}
footer a.button.link-button.social:last-of-type {
    margin-right: 20px;
}
/*footer .footer-bottom .d-flex p {*/
    /*padding-left: 20px;*/
/*}*/
footer .footer-middle .menu-col ul li a:hover,
footer .footer-bottom a:hover {
    opacity: 0.5;
}
footer .footer-bottom {
    border-top: 1px solid var(--white);
    padding-top: 10px;
}
@media(max-width: 1599.98px) {
    footer .footer-middle .menu-col ul li a {
        color: var(--white);
        font-size: 17px;
        line-height: 22px;
    }
}
@media(max-width: 1399.98px){
    footer .main_logo {
        max-width: 75px;
    }
    footer .footer-middle .menu-col p.large {
        margin-bottom: 19px;
        font-size: 13px;
        line-height: 1.5;
    }
    footer .footer-middle {
        padding: 50px 0px 60px;
    }
    footer .footer-middle .menu-col ul li a {
        font-size: 17px;
        line-height: 29px;
    }
    footer .footer-middle .menu-col ul li {
        margin-bottom: 10px;
    }
}
@media(max-width: 1199.98px) {
    footer .footer-middle .menu-col {
        -ms-flex: calc(100% / 2);
        flex: calc(100% / 2);
        max-width: calc(100% / 2);
        padding-bottom: 80px;
    }
}
@media(max-width: 991.98px){
    footer .footer-bottom .d-flex.justify-content-end.align-items-center {
        justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        margin-top: 10px;
    }
    footer .footer-bottom p {
        text-align: center;
    }
    footer .footer-middle .menu-col {
        padding-right: 25px;
    }
}
@media(min-width: 767.98px){
    .footer-menu {
        display: block!important;
    }
}
@media(max-width: 767.98px){
    footer .footer-bottom,
    footer .footer-middle .menu-col p.large {
        opacity: 1;
    }
    footer .contact-links a:first-of-type:after,
    footer .contact-links a:nth-child(2):after {
        padding: 0px 15px;
    }
    footer .footer-middle {
        padding: 30px 0px;
    }
    footer .footer-bottom,
    footer .footer-bottom .text-right {
        text-align: center!important;
    }
    footer .footer-bottom .text-right {
        margin-top: 5px;
    }
    footer .contact-links a {
        display: block;
        text-align: center!important;
        margin-bottom: 5px;
        font-size: 18px;
    }
    footer .contact-links a:first-of-type:after,
    footer .contact-links a:nth-child(2):after {
        display: none;
    }
    footer .footer-middle .menu-col {
        padding-right: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    footer .footer-middle .menu-col p.large {
        margin-bottom: 10px;
        position: relative;
    }

    footer .footer-middle p.large:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 7px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        transition: 0.3s ease-in-out;
    }
    footer .footer-middle .menu-col.show-footer-menu p.large:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }


    footer .footer-middle .menu-col p.large {
        font-size: 17px;
    }
    footer .footer-middle .menu-col ul li a {
        font-size: 15px;
        line-height: 1.2;
    }

    footer .footer-menu {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    footer .main_logo {
        margin: 0 auto;
    }
    footer .footer-middle .menu-col {
        border-bottom: 1px solid var(--white);
        padding-bottom: 10px;
    }
    footer .footer-bottom .container {
        border-top: 0px;
        padding: 0px 0px 15px;
    }
    footer .footer-bottom {
        border-top: 0px;
        padding-top: 0px;
    }
    footer .footer-bottom .d-flex.justify-content-end.align-items-center {
        display: block!important;
    }
    footer a.button.link-button.social {
        display: inline-flex;
        margin-bottom: 10px;
    }
}


footer .logo-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

footer .logo-row .logo-area {
    width: 15%;
    margin-bottom: 30px;
}

footer .accreditations_section {
    width: 865px;
    max-width: 90%;
}

footer a.accreditations_dropdown {
    position: relative;
    cursor: pointer;
}
footer a.accreditations_dropdown::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    transition: ease all .3s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../assets/accreditation_arrow.svg');
}
footer a.accreditations_dropdown.active::after {
    transform: translateY(-50%) rotate(180deg);
}

@media(max-width: 575.98px) {
    footer .logo-row {
        flex-direction: column;
    }
    footer .logo-row .logo-area {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}