.article.article--template.at-heroSlider {
    margin-top: 0;
}

.at-heroSlider {
    position: relative;
}

.at-heroSlider__slideInner {
    min-height: 200px;
    height: 100%;
    background: #fff no-repeat;
    background-size: cover;
}

.at-heroSlider__contentContainer {
    display: none;
}

.at-heroSlider__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    margin-left: auto;
    padding: 2.5rem;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.at-heroSlider__title {
    margin: 0 0 1rem;
}

.at-heroSlider__introduction {
    margin: 0;
}

.at-heroSlider__linkWrapper {
    text-align: right;
}

.at-heroSlider__link {
    margin-top: 2rem;
}

/**
 *  Slider controls
 */

.at-heroSlider__controlButton {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    margin-top: -1.5rem;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    text-indent: -9999em;
}

.at-heroSlider__controlButton,
.at-heroSlider__controlButton:hover,
.at-heroSlider__controlButton:focus {
    background: none;
    border: none;
}

.at-heroSlider__controlButton::before {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    content: '';
    font-family: 'fjell', sans-serif;
    font-weight: 400;
    line-height: 3rem;
    text-indent: 0;
    opacity: .75;
}

.at-heroSlider__controlButton:hover::before {
    opacity: 1;
}

.at-heroSlider__controlButton--prev {
    left: 0;
}

.at-heroSlider__controlButton--prev::before {
    content: '\27f5';
}

.at-heroSlider__controlButton--next {
    right: 0;
}

.at-heroSlider__controlButton--next::before {
    content: '\27f6';
}

/**
 *  Slider bullet navigation
 */

.tns-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1rem;
    text-align: center;
}

.tns-nav button {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    opacity: .25;
    background: #fff;
}

.tns-nav button::after {
    display: none;
}

.tns-nav button.tns-nav-active {
    opacity: .75;
}

@media (min-width: 768px) {
    .at-heroSlider__slideInner {
        min-height: 430px;
    }

    .at-heroSlider__slideInner.--heightSmall {
        min-height: unset;
        height: 320px;
    }

    .at-heroSlider__contentContainer {
        display: block;
        padding: 4rem 1rem;
    }
}
