.footer {
    padding: 1.25rem 2%;
}

.footer:not(.auth-footer) {
    width: 100%;
    flex: 0 0 auto;
    margin: auto;
    transition: width .3s ease-in-out;
    border-top: 1px solid;
}

.page-content:not(.with-fixed-footer) {
    overflow-y: auto;
}

.page-content:not(.with-fixed-footer) .content-wrapper {
    overflow-y: visible;
}

.footer > div {
    padding-left: 0;
    padding-right: 0;
}

.footer a,
.hyp {
    position: relative;
    transition: color 0.3s ease-in-out;
}

.footer a:after,
.hyp:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 0;
    width: 0;
    border-top: 1px solid;
}

html:not(.k-edge) footer a:after,
html:not(.k-edge) .hyp:after {
    transition: width 0.2s ease;
}

.footer a.active:after,
.footer a.hover:after,
.footer a:hover:after,
.hyp.active:after,
.hyp.hover:after,
.hyp:hover:after {
    width: 100%;
    max-width: 100%;
}

html .footer ul li:last-child {
    padding-right: 0 !important;
}

.breadcrumb-menu {
    list-style: none;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}

    .breadcrumb-menu:after {
        content: '';
        width: 1.5625rem;
        position: absolute;
        top: 1.0625rem;
        bottom: 3.75rem;
        right: 2rem;
    }

.breadcrumb-menu {
    list-style: none;
    position: relative;
}

footer .links-content-cnt > div:last-child {
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    footer > ul li:last-child {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

footer .qr-code-dropdown .dropdown-toggle {
    line-height: 1;
    font-size: 1.2rem;
}

footer .qr-code-dropdown .dropdown-menu {
    top: auto !important;
    left: auto !important;
    transform: none !important;
    bottom: 100% !important;
    right: -2rem !important;
    min-width: 0 !important;
}

footer .qr-code-dropdown .dropdown-item {
    width: auto;
}

    footer .qr-code-dropdown .dropdown-menu img {
        max-width: none;
    }

.footer .vertical-align-items {
    height: 100%;
}

    .footer .vertical-align-items > div {
        display: flex;
        align-items: center;
    }

.footer .footer-logo {
    margin: -10px 30px -10px 0;
    flex-shrink: 0;
}

    .footer .footer-logo a:after {
        content: none;
    }

    .footer .footer-logo img {
        max-height: 40px;
    }

    .footer .footer-logo img.file-type-svg {
        height: 40px;
    }

.dropdown.qr-code-dropdown a.dropdown-toggle:not([href]):not([tabindex]) {
    color: inherit;
}

@media screen and (max-width:767.98px) {
    footer .qr-code-dropdown .dropdown-menu {
        left: -138px !important;
        right: -138px !important;
    }

    .footer .vertical-align-items > div {
        flex-wrap: wrap;
    }

    .footer .footer-logo {
        width: 100%;
        margin: 0;
    }

    .footer .footer-copyright {
        width: 100%;
    }
}