.card-img,
.card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


.custom-card-body {
    padding: .5rem 0rem 1rem 0rem !important;
}

.card-bg {
    /*background-color: rgba(223,111,94,.2);*/
    background-color: rgba(255, 255, 255, 0);
}


.img-full {
    width: 100% !important;
}

.img-stretch {
    height: auto;
    width: 100%;
}

.img-stretch-contain {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.figure {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.figure-caption {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 10px;
}

.figure-caption a {
    font-family: 'RobotoSlab' !important;
    color: #6c757d !important;
    text-decoration: underline !important;
}

.figure-caption a:hover {
    opacity: 0.8;
}



.partner-logo {
    max-height: 80px;
    max-width: 300px;
    -webkit-filter: grayscale(100%) brightness(0%) contrast(100%);
    filter: grayscale(100%) brightness(0%) contrast(100%);
}

.partner-logo-col {
    padding: 50px;
}

.image-caption {
    font-family: "Roboto", sans-serif !important;
}

/*videos*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    height: 0;

    border: 1px solid #EEE;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*person*/
/*department snapshot*/
.group_snapshot_image {
    max-width: 80px;
}


/*lists*/
.no-bullet-no-indent-list {
    list-style: none;
    padding-left: 0;
    line-height: 0px !important;
}

​.swiper-button-next,
.swiper-button-prev {
    color: white !important
}

.content-text a {
    font-family: inherit !important;
    text-decoration: underline !important;
    color: inherit !important;
}




/* testimonials */
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #006C664D;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006C66' fill-opacity='0.8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006C66' fill-opacity='0.8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
