:root {
    --dark:#212529;
    --bs-light-rgb: 248, 249, 250;
    --joejoomla-color-primary-blue-15: rgba(29, 112, 183, 0.15);
    --joejoomla-color-primary-blue-35: rgba(29, 112, 183, 0.35);
    --joejoomla-color-primary-blue-45: rgba(29, 112, 183, 0.45);
    --joejoomla-color-primary-blue-55: rgba(29, 112, 183, 0.55);
    --joejoomla-color-primary-blue-65: rgba(29, 112, 183, 0.65);
    --joejoomla-color-primary-blue: rgba(29, 112, 183, 1);
    --joejoomla-color-primary-yellow-15: rgba(255, 204, 102, 0.15);
}

.testimonialsdiv {
    height: 190px; /* Change this to the height you want */
    overflow: hidden; /* 'auto' will add a scrollbar if content exceeds the height */
}

div.testimonialquotes {background-color: #333366;}

/*  Brian Teeman's Carousel Module */
.bg-offset-hero::before {
    position: absolute;
    content: '';
    width: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    /*z-index: -1;*/
    /*background-color: #0d6efd;*/
    /*background-color: var(--joejoomla-color-primary-blue);*/
    background-color: #1d70b7;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    border-radius: 40px;
}

.bt_quote_ {
    opacity: 0.1;
}

@media (max-width: 767.98px) {
    .bg-offset-hero::before {
        width: 100%;
    }
/*  /Brian Teeman's Carousel Module */