/* 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.08em;
}

.statistics .stat-custom {
    vertical-align: 1px;
}

/* section-hero */
@media only screen and (min-width: 1069px){
    .typography-hero-copy {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .typography-hero-copy {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* sport band section */
@media only screen and (max-width: 1068px) {
    .section-sport-band .content-wrapper{
        max-width: 719px;
    }
}

@media only screen and (max-width: 734px) {
    .section-sport-band .content-wrapper{
        max-width: 100%;
    }
}