footer {
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
    background-color: var(--footerBgColor);
    height: 64px;
    padding: 0 !important;
}
footer .region-footer,
footer #block-footermenu,
footer .content,
footer .container,
footer #left,
footer #right,
footer #copyright {
    height: 100%;
}
footer .region-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
footer .content {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}
footer #copyright {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 11px !important;
    font-weight: 400;
    /*padding: 12px 0;*/
    margin-bottom: 0 !important;
    color: var(--white);
}
footer #right .links {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    /*text-align: right;*/
    /*padding: 12px 0;*/
}
footer #right .links .link {
    font-size: 11px;
    line-height: normal;
    margin-right: 15px;
    white-space: nowrap;
}
footer #right .links .link:last-of-type {
    margin-right: 0;
}
footer #right .links .link a {
    color: var(--white);
    text-decoration: underline;
    vertical-align: middle;
    padding: 12px 0;
    font-size: 11px;
}

@media only screen and (max-width: 1360px) {
    footer .content {
        margin-left: var(--marginBreakpoint1) !important;
        margin-right: var(--marginBreakpoint1) !important;
    }
}
@media only screen and (max-width: 768px) {
    footer {
        height: auto;
    }
    footer .region-footer {
        position: relative;
    }
    footer .flex_column.av_one_half {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    footer #copyright {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }
    footer #right .links {
        display: block;
        margin-bottom: 20px;
    }
    footer #right .links .link {
        margin-bottom: 10px;
    }
    footer #right .links .link:last-of-type {
        margin-bottom: 0;
    }
}