
.icon-chevronright:after, .more:after, .icon-external:after {
    top: -.08em;
}

.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.xsmall {
    display: none;
}

@media only screen and (max-width: 600px) {
    .xsmall {
        display: block;
    }
}
#ac-globalfooter .ac-gf-footer-legal-links {
    display: flex;
}
#ac-globalfooter .ac-gf-footer-legal-link {
    margin-right: 10px;
}

#ac-globalfooter .ac-gf-footer-legal-link:last-child {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    #ac-globalfooter .ac-gf-footer-legal-links {
        display: block;
    }
    #ac-globalfooter .ac-gf-footer-legal-link {
        margin-right: 0;
    }
}