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

.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after{
    top: -0.05em;
}

#ac-globalfooter .ac-gf-more::before,
#ac-globalfooter .ac-gf-more::after {
    top: -0.1em;
}

br.xsmall {
    display: none;
}

@media only screen and (max-width: 500px) {
    br.xsmall {
        display: block;
    }
}

@media (max-width: 1068px) and (min-width: 735px) {
    .section-series-11-copy.hide-medium-up, .section-ultra-3-copy.hide-medium-up {
        display: none;
    }
}