#headerCarouselControls {
    width: 90%;
}

#headerCarouselControls .carousel-indicators {
    bottom: -35px;
}

#headerCarouselControls .carousel-indicators button {
    border: 1px solid #142344;
    border-radius: 50px;
    width: 15px;
    height: 15px;
}

#headerCarouselControls .carousel-indicators button.active {
    background-color: #142344;
}

#headerCarouselControls .carousel-indicators button {
    background-color: #FFFFFF;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 5rem;
    height: 10rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.banner-slider {
    height: 43vw;
    position: relative;
    top: 0;
    right: 0;
}
.banner-slider-background-overlay {
    background-color: #142344;
    height: 30vw;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
}
.banner-slider-logo {
    height: 12vw;
    margin: 0;
    padding: 3vw;
    width: 100vw;
    position: relative;
}
.banner-slider-logo img {
    margin: auto;
    display: block;
    width: 50%;
}
.slider-indicators-round .slider-indicators>*, .slider-indicators-round.slider-indicators>* {
    width: 1rem;
    height: 1rem;
}
@media(max-width: 62rem) {
    .slider-nav::after, .slider-nav::before {
        height: 2rem;
        background-repeat: no-repeat;
    }
    .banner-slider {
        height: 50vw;
    }
    .banner-slider-background-overlay {
        height: 40vw;
    }
    .banner-slider-logo {
        padding: 14vw 0 0;
        height: 30vw;
    }
    .banner-slider-logo img {
        width: 60%;
    }
}
