.splide__pagination{
    display: none !important;
}
.featured-career-wrapper{
    margin: auto;
    max-width: 462px;
    border-radius: 9px;
    box-shadow: 0 2px 11px 0 rgba(1, 49, 69, 0.15);
    background-color: #ffffff;
    font-family: 'Nunito Sans';
}
.featured-career-wrapper .career-title{
    background-color: #009da8;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-top: 46px;
    height: 171px;
}
.featured-career-wrapper .career-title h4{
    font-size: 25px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.featured-career-wrapper .career-content{
    width: 370px;
    height: 461px;
    margin: auto;
    background: url("../img/background-layers.svg") no-repeat center;
    margin-top: -70px;

}

.featured-career-wrapper .career-content-inner{
    max-width: 319px;
    margin: auto;
}
.featured-career-wrapper .career-content-inner .img-wrapper{
    max-width: 319px;
    padding-top: 20px;
    height: 195px;
    position: relative;
}
.financial-assistance{
    width: 120px;
    height: 120px;
    background: url("../img/yellow-triangle.svg") no-repeat top right;
    position: absolute;
    top: 20px;
    right: -1px;
}
.financial-assistance span{
    transform: rotate(45deg);
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
}

.career-content-text{
    text-align: center;
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: normal;
    color: #797979;
    margin-top: 20px;
}

.career-content-text .training-title{
    margin: 10px 31px 10px 30px;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #063347;
}
.career-content-text .training-logo {
    width: 181px;
    height: 60px;
    margin: 14px 69px 10px;
    object-fit: contain;
}
.splide__arrow svg{
    display: none !important;
}
.splide__arrow{
    background: transparent !important;
    width: 20px !important;
    height: 34px !important;
}

.splide__arrow.splide__arrow--next{
    background: url('../img/arrow-right.svg') no-repeat  !important;
    background-size: contain;
}

.splide__arrow.splide__arrow--prev{
    background: url('../img/arrow-left.svg') no-repeat  !important;
    background-size: contain;
}

#featured-careers-splide .splide__pagination__page{
    background : #797979 !important;
}


.training-copy{
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #797979;
    margin: 45px  25px 10px 25px;
    min-height: 100px;
}

.find_training_button {
    color: #063347!important;
    border-color: #063347;
    background-color: rgba(0,0,0,0);
    border-radius: 36px;
    font-size: 22.5px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    border: solid 2px #063347;
    padding: 17px 25px;
    display: inline-block;
    /*position: absolute;*/
    bottom:   100px;
    left: 175px;
}

/*
need to add this code in divi main page css
#featured-careers-splide .splide__pagination__page.is-active {
    background: #009da8 !important;
    opacity: 1;
} */

@media screen and (min-width: 980px) {
    .splide__arrow.splide__arrow--next{
        right: -4em;
    }

    .splide__arrow.splide__arrow--prev{
        left:-4em;
    }
}

@media screen and (max-width: 782px) {
    .find_training_button {
        right: 55px;
        left: 55px;
    }

    .training-copy{
        margin: 5px 5px 15px 5px;
        padding-top: 10px;
    }
}
