/***** Our Members *****/
.partners-items svg {
    height: 100%;
    width: 100%;
}

.partners-items .accordion { --bs-accordion-border-color: transparent; }

.partners-items ul {
    margin-bottom: 1rem;
    flex-direction: row;
    align-items: center;
}

.partners-items ul > li { width: 50%; }

.partners-items ul > li > button {
    width: 100%;
    border: 2px solid transparent;
}

.partners-items ul > li:first-child > button[aria-selected="true"] {
    border-top: 2px solid rgb(115, 183, 37);
    border-right: 2px solid rgb(115, 183, 37);
    border-left: 2px solid rgb(115, 183, 37);
}

.partners-items ul > li:last-child > button[aria-selected="true"] {
    border-top: 2px solid rgb(0, 79, 159);
    border-right: 2px solid rgb(0, 79, 159);
    border-left: 2px solid rgb(0, 79, 159);
}

.partners-items ul > li:first-child > button[aria-selected="false"] { border-bottom: 2px solid rgb(0, 79, 159); }

.partners-items ul > li:last-child > button[aria-selected="false"] { border-bottom: 2px solid rgb(115, 183, 37); }

.partners-items ul > li > button[aria-selected="true"],
.partners-items ul > li > button[aria-selected="false"] { border-radius: 0; }

.partners-items__item { box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.25); }

.tooltip-inner { max-width: 250px; }

/***** Our Story *****/
/*** General ***/
.carousel { display: flex; }

.carousel-indicators {
    top: 0;
    bottom: unset;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    margin: 0 .5rem;
    line-height: 40px;
    text-indent: -7px;
    border-radius: 50%;
    font-size: 14px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
    position: unset;
}

.carousel-control-prev-icon,
.carousel-control-next-icon { transform: scale(1.25); }

.carousel-control-prev:hover > .carousel-control-prev-icon,
.carousel-control-next:hover > .carousel-control-next-icon { transform: scale(1.5); }

.carousel-control-prev-icon {
    display: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%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='%23333'%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"); }

/*** Gallery ***/
.gallery-card__item {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-card__header {
    margin-top: auto;
    text-align: center;
}

/*** Timestamp ***/
.carousel--timeline .carousel-item::before,
.carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before,
.carousel-inner ul > li:nth-child(even) > div:last-child::after,
.carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before,
.carousel-inner ul > li:nth-child(odd) > div:last-child::after,
.chronicle-items__marker::before,
.chronicle-litems__marker::after {
    margin: auto;
    position: absolute;
    content: "";
}

.carousel--timeline .carousel-item::before,
.chronicle-items__marker::before,
.chronicle-items__marker::after {
    right: 0;
    left: 0;
}

.chronicle-items__marker::before {
    height: 15px;
    width: 15px;
    z-index: 2;
}

.chronicle-items__marker::before,
.chronicle-items__marker::after {
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.chronicle-items__marker::after {
    height: 50px;
    width: 50px;
    z-index: 1;
}

.carousel-inner ul > li:first-child > .chronicle-items__image::after { border: 1px dashed #004F9F; }
    
.carousel-inner ul > li:nth-child(2) > .chronicle-items__image::after { border: 1px dashed #73b725; }

.carousel-inner ul > li:nth-child(3) > .chronicle-items__image::after { border: 1px dashed #E2000F; }

.carousel-inner ul > li:first-child .chronicle-items__image-wrapper { border: 2px solid #004F9F; }

.carousel-inner ul > li:nth-child(2) .chronicle-items__image-wrapper { border: 2px solid #73B725; }

.carousel-inner ul > li:nth-child(3) .chronicle-items__image-wrapper { border: 2px solid #E2000F; }

.chronicle-items__image-wrapper {
    height: 105px;
    width: 105px;
    margin: auto;
    text-align: center;
    align-content: center;
    border-radius: 50%;
}

.chronicle-items__image-wrapper { position: relative; }

.chronicle-items__image img {
    height: 75px;
    width: 75px;
}

.carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before,
.carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before {
    height: 10px;
    width: 10px;
}

.carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before,
.carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before { border-radius: 50%; }

/***** Partners *****/
/* Button is out of scope of parent height */
.partners-items--map .btn__link { display: initial; }

/***** Our Team *****/
.team-items__item { height: 450px; }

.team-items__image { position: relative; }

.team-items__image::after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .45;
    content:'\A';
    border-radius: 5px;
}

/*.team-items__image,
.team-items__image img { height: 100%; }*/

.team-items__image,
.team-items__item:hover .team-items__body { opacity: 1; }

.team-items__item:hover .team-items__image,
.team-items__item:hover .card-header,
.team-items__body { opacity: 0; }

.team-items__image img { object-fit: cover; }

.team-items__item .fa-solid { margin-right: .5rem; }

.team-items__profession { margin-top: .5rem; }

.team-items__header {
    margin: 0 2rem 2rem 2rem;
    text-align: center;
}

.team-items__body {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: auto;
}

.team-items__name { text-align: left; }

.team-items__profession {
    padding: 2px 8px;
    display: inline-block;
}

.team-items__item .card-img-overlay {
    display: flex;
    flex-flow: column-reverse;
}

/***** Media Query *****/
@media screen and (max-width: 767px) {
    .carousel--gallery .carousel-inner > div > div:not(:first-child) { margin-top: 2rem; }

    /*** Our Story ***/
    /* General */
    .carousel-inner { margin-top: 4rem; }

    .carousel-control-prev,
    .carousel-control-next { display: none; }

    .carousel-item::before {
        height: 100%;
        width: 1px;
    }

    .carousel-item::before { z-index: 1; }

    .chronicle-items__item { position: relative; }

    .chronicle-items ul > li.chronicle-items__item:not(:last-child) {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    /* Timestamp */
    .chronicle-items__item { display: flex; }

    .chronicle-items ul > li.chronicle-items__item:nth-of-type(even) { flex-direction: row-reverse; }

    .chronicle-items ul > li.chronicle-items__item:nth-of-type(even) .chronicle-items__content {
        padding-right: 1rem;
        padding-left: 2rem;
    }

    .chronicle-items ul > li.chronicle-items__item:nth-of-type(even) .chronicle-items__label { text-align: left; }

    .chronicle-items ul > li.chronicle-items__item:nth-of-type(odd) .chronicle-items__content {
        padding-right: 2rem;
        padding-left: 1rem;
    }

    .chronicle-items ul > li.chronicle-items__item:nth-of-type(odd) .chronicle-items__label { text-align: right; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::before { left: -110px; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::before,
    .carousel-inner ul > li:nth-child(even) > div:last-child::after { right: 0; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::after { left: -75px; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::before,
    .carousel-inner ul > li:nth-child(even) > div:last-child::after,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::before,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::after {
        top: 0;
        bottom: 0;
    }

    .carousel-inner ul > li:nth-child(odd) > div:last-child::before { right: -110px; }

    .carousel-inner ul > li:nth-child(odd) > div:last-child::before,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::after { left: 0; }

    .carousel-inner ul > li:nth-child(odd) > div:last-child::after { right: -75px; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::before,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::before {
        height: 10px;
        width: 10px;
    }

    .carousel-inner ul > li:nth-child(even) > div:last-child::before,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::before { border-radius: 50%; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::after,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::after {
        width: 30px;
        height: 1px;
        z-index: 1;
    }

    .chronicle-items__content,
    .chronicle-items__image { width: 50%; }

    .chronicle-items__item .card-header { padding: 0; }

    .chronicle-items ul > li.chronicle-items__item .card-body { padding: 1rem 0 0 0; }

    .chronicle-items ul > .chronicle-items__item:nth-child(2):hover .chronicle-items__marker::before { border: 3px solid #73b725; }

    .chronicle-items ul > .chronicle-items__item:first-child:hover .chronicle-items__marker::before { border: 3px solid rgb(0, 79, 159); }

    .chronicle-items ul > .chronicle-items__item:last-child:hover .chronicle-items__marker::before { border: 3px solid rgb(226, 0, 15); }

    .chronicle-items__image { align-self: center; }
    
    .chronicle-items__image-wrapper::before {
        top: 0;
        bottom: 0;
    }

    .carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before { right: -5px; }
    
    .carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before { left: -5px; }

    /*** Partners ***/
    .partners__accordion > div > div:nth-child(n+2) { margin-top: 2rem; }
}

@media screen and (min-width: 768px) {
    .carousel--gallery .carousel-inner { margin-top: 4rem; }

    /*** Our Story ***/
    /* General */
    .carousel--timeline .carousel-item::before {
        height: 2px;
        width: 100%;
        top: 50%;
    }

    .carousel-item.active,
    .carousel-item.carousel-item-start,
    .carousel-item.carousel-item-end,
    .chronicle-items__header { display: flex; }

    /* Timestamp */
    .carousel-inner > ul > li { display: flex; }

    .carousel-inner > ul > li:nth-child(even) { flex-direction: column; }

    .carousel-inner > ul > li:nth-child(odd) { flex-direction: column-reverse; }

    .chronicle-items__content,
    .chronicle-items__image { height: 50%; }

    .carousel-inner ul > li:nth-child(even) .chronicle-items__content { flex-flow: column-reverse; }

    .chronicle-items__marker {
        height: 15px;
        position: relative;
    }
    
    .carousel-inner ul > li > div:last-child { align-content: center; }

    .carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before { top: -5px; }

    .carousel-inner ul > li:nth-child(even) .chronicle-items__image-wrapper::before,
    .carousel-inner ul > li:nth-child(even) > div:last-child::after,
    .carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::after {
        right: 0;
        left: 0;
    }

    .carousel-inner ul > li:nth-child(even) > div:last-child::after { top: 20px; }
    
    .carousel-inner ul > li:nth-child(odd) .chronicle-items__image-wrapper::before { bottom: -5px; }

    .carousel-inner ul > li:nth-child(odd) > div:last-child::after { bottom: 20px; }

    .carousel-inner ul > li:nth-child(even) > div:last-child::after,
    .carousel-inner ul > li:nth-child(odd) > div:last-child::after {
        height: 50px;
        width: 1px;
    }

    .chronicle-items__header { position: relative; }

    .carousel-inner ul > li:nth-child(even) .chronicle-items__header { padding-bottom: 1rem; }

    .carousel-inner ul > li:nth-child(odd) .chronicle-items__header { padding-top: 1rem; }

    .chronicle-items__label { margin: auto; }

    .carousel-item .card .card-body { flex: unset; }

    .chronicle-items__image { position: relative; }

    /*** Partners ***/
    .partners__accordion > div > div:nth-child(n+3) { margin-top: 2rem; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*** Our Story ***/
    /* General */
    .carousel--timeline .carousel-item { height: 700px; }
}

@media screen and (max-width: 991px) {
    /*** Partners ***/
    .partners-items > .row + .row { margin-top: 6rem; }

    .pills__title { margin-top: 1rem; }

    /*** Team ***/
    .our-team .btn__link { margin-top: 0; }
}

@media screen and (min-width: 992px) {
    /*** Our Story ***/
    /* General */
    .carousel-inner,
    .carousel-control-prev,
    .carousel-control-next { margin-top: 2rem; }

    .carousel--timeline .carousel-item { height: 600px; }

    /*** Partners ***/
    .partners-items > .row + .row { margin-top: 9rem; }

    .pills__title { margin-top: .5rem; }

    /*** Team ***/
    .our-team .btn__link { margin-top: 1rem; }
}

@media screen and (min-width: 1200px) {
    /*** Team ***/
    /* Carousel */
    .gallery-card__item {
        width: 250px;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1549px) {
    .team-items .col-xxl-3 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
