
.wResourcesHub-hero .carousel {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel {
        padding-bottom: 40px;
    }
}


@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-inner {
        padding: 0;
    }
}


.wResourcesHub-heroEyebrow span {
    font-size: 12px;
}

    .wResourcesHub-heroEyebrow span:last-of-type {
    }

    .wResourcesHub-heroEyebrow .wResourceBadge {
        width: fit-content;
    }


.wResourcesHub-heroEyebrow {
    font-size: 12px;
    flex-direction: column;
    text-align: start;
}

@media (min-width: 992px) {
    .wResourcesHub-heroEyebrow {
        flex-direction: row;
        align-items: center;
    }
}

.wResourcesHub-heroEyebrow .card__checkBadge {
    background-color: #26304B;
    width: fit-content;
}

.wResourcesHub-heroEyebrow .wResourceSeu__icon-holder-sm {
    width: 16px;
    height: 17px;
    position: relative;
    z-index: 100;
    color: var(--bs-card-color);
    border: 1px solid #86d293;
    border-radius: 50%;
}

.wResourcesHub-heroEyebrow .fe-icon-check:before {
    line-height: 19px;
    font-size: 9px;
}

.wResourcesHub-hero .carousel h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel h4 {
        font-size: 20px;
        line-height: 22px;
    }
}

.wResourcesHub-hero .carousel a.btn {
    width: 100%;
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel a.btn {
        width: fit-content;
    }
}

.wResourcesHub-heroImage {
    max-height: 325px;
}


.wResourcesHub-hero .carousel .carousel-indicators {
    bottom: -15px;
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-indicators {
       bottom:0;
    }
}
.wResourcesHub-hero .carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    margin: 0 5px;
}



    .wResourcesHub-hero .carousel .carousel-indicators button:hover, .wResourcesHub-hero .carousel .carousel-indicators button:focus, .wResourcesHub-hero .carousel .carousel-indicators button:focus-visible {
        background-color: white;
        border: 1px solid white;
    }

    .wResourcesHub-hero .carousel .carousel-indicators button:not(.active) {
        background-color: transparent;
        border: 1px solid white;
        opacity: 1;
    }

        .wResourcesHub-hero .carousel .carousel-indicators button:not(.active):hover, .wResourcesHub-hero .carousel .carousel-indicators button:not(.active):focus, .wResourcesHub-hero .carousel .carousel-indicators button:not(.active):focus-visible {
            background-color: white;
            border: 1px solid white;
            opacity: 1;
        }

    .wResourcesHub-hero .carousel .carousel-indicators button.active {
        background-color: white;
        border: 1px solid white;
    }

.wResourcesHub-hero .carousel .carousel-control-next {
    width: unset;
    right: 5px;
    display: none;
    top: unset;
    bottom: 4px;
}


@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-control-next {
        right: -65px;
        display: flex;
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-control-next-icon {
        height: 44px;
        width: 44px;
    }
}

.wResourcesHub-hero .carousel .carousel-control-prev {
    width: unset;
    left: 5px;
    display: none;
    top: unset;
    bottom: 4px;
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-control-prev {
        left: -65px;
        display: flex;
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .wResourcesHub-hero .carousel .carousel-control-prev-icon {
        height: 44px;
        width: 44px;
    }
}


.wResourcesHub-hero .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url('/images/w-left-arrow.svg');
    background-size: 14px 14px;
    border: 1px solid white;
    border-radius: 50%;
}

.wResourcesHub-hero .carousel .carousel-control-next .carousel-control-next-icon {
    background-image: url('/images/w-right-arrow.svg');
    background-size: 14px 14px;
    border: 1px solid white;
    border-radius: 50%;
}

.wResourcesHub-hero .carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.wResourcesHub-hero .carousel .carousel-control-next:hover .carousel-control-next-icon {
    border: 1px solid #375edf;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
