.jam-slider-item img{
    height: 150px;
    border-radius: 5px;
}

.jam-slider-item{
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.jam-slider-item h5{
    font-size: 0.9em !important;
    color: rgb(39, 61, 119) !important;
    margin: 0 !important;
    font-family: "Red Hat Display", Sans-serif !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.jam-slider-item h6{
    font-size: 0.7em !important;
    color: rgb(39, 61, 119) !important;
    margin: 0 !important;
    font-family: "Red Hat Display", Sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    text-transform: none !important;
}

.jam-slider.jslider-sm .jam-slider-item img{
    width: 150px !important;
    border: 1px solid red;
}

.owl-nav{
    font-size: 3em;
    position: relative;
    bottom: 150px;
    color: rgb(39, 61, 119);
}

.owl-nav .owl-prev{
    position: absolute;
    left: -20px;
}

.owl-nav .owl-next{
    float: right;
    position: relative;
    left: 20px;
}

.slidertabs{
    display: none;
}

.slidertabs.active{
    display: block;
}

.slidertabs .tab{
    display: inline-block;
    margin-right: 40px;
    color: rgb(39, 61, 119);
    font-size: 1em;
    cursor: pointer;
}

.slidertabs .tab.selected{
    text-decoration: underline;
    font-size: 1.12em;
    text-underline-offset: 10px;
    font-weight: 600;
}

.tabbedslider{
    max-width: 100% !important;
    width: 100% !important;
}

.tabselector-container{
    width: 100%;
    display: none;
}

.tabselector{
    width: 100%;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
    padding: 3px;
    color: rgb(39, 61, 119);
    border: 1px solid rgb(246, 246, 246);
}

.tabselector-container.active{
    display: block;
}