.icon-wrapper .icon.more::after {
    position: relative;
    top: -0.08em;
}

.icon-wrapper .icon-external::after {
    position: relative;
    top: -0.08em;
    padding-left: 0.3em;
}

.section-recent-events .recent-events-gallery .item-container .gallery-item .headline {
    font-weight: 600;
}

.section-recent-events .recent-events-gallery .item-container .gallery-item {
    height: 480px;
}

@media only screen and (max-width: 734px) {
    .section-recent-events .recent-events-gallery .item-container .gallery-item {
        height: 490px;
    }
}

@media only screen and (min-width: 735px) {
    .section-hero .hero-copy-announce {
        max-width: 610px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-copy {
        max-width: 320px;
    }
}

@media only screen and (max-width: 330px) {
    .section-hero .hero-copy {
        max-width: 310px;
    }
}

.xsmall-330 {
    display: none;
}

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