/*** USP Band ***/

.usp_band_unslick_unslick {
    background-color: var(--tint-light-blue);
}

.usp_band_unslick .container {
    overflow: hidden;
}

.usp_band_unslick .usp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
}

.usp_band_unslick .usp_section {
    border-right: 1px solid #C3CBE6;
    padding: 0px 45px;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.usp_band_unslick .negative-margin {
    margin: 0px -55px;
}
.usp_band_unslick .usp_section img {
    /*margin-right: 15px;*/
    height: 30px;
    /*width: auto;*/
    max-width: 80px;
    padding-left: 15px;
}

.usp_band_unslick .usp_section p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 5px;
}

.usp_band_unslick .usp_section a {
    color: var(--black);
}

/*@media(max-width: 1798.98px){*/
    /*.usp_band_unslick .usp_section {*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
    /*}*/
/*}*/

@media(max-width: 1199.98px) {
    .usp_band_unslick .negative-margin {
        margin: 0px -20px;
    }
    .usp_band_unslick .usp_section {
        padding: 0px 20px;
    }

    /*.usp_band_unslick .usp_flex {*/
        /*padding-top: 20px;*/
        /*padding-bottom: 20px;*/
    /*}*/

    .usp_band_unslick .usp_section img {
        height: 20px;
        /*margin-right: 10px;*/
        /*margin-top: -2px;*/
    }

    .usp_band_unslick .usp_section p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px;
    }
}

@media(max-width: 991.98px) {
    .usp_band_unslick .usp_flex {
        display: block !important;
    }
    .usp_band_unslick .usp_section {
        border-right: none;
        padding: 0;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #DDDDDD;
    }
    .usp_band_unslick .usp_flex {
        padding-top: 0;
        padding-bottom: 0;
    }
    .usp_band_unslick .usp_section:last-of-type {
        border-bottom: none;
    }
}

@media(min-width:768px) {
    .usp_band_unslick .usp_section:last-of-type {
        border-right: none!important;
    }
}

@media(max-width: 767.98px) {
    .usp_band_unslick .usp_flex {
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
    }

    .usp_band_unslick .usp_section p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 2px;
    }

    .usp_band_unslick .usp_section img {
        margin-top: 0px;
    }
    .usp_band_unslick .usp_section {
        border-right: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}