﻿html {
    scroll-padding-top: 185px; /* adjust to match your fixed header height */
}
/*Tabs */


.cu-tab {
    /* text-decoration: none !important; */
    margin: 0;
    padding: 0 0 20px !important;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none;
    color: #000;
}
.sticky-tabs-wrapper {
    position: sticky;
    top: 85px; /* height of top header */
    z-index: 999;
    background: #fff;
}
.cu-item {
    display: table-cell;
    border-bottom: solid;
    border-color:#fff #fff #dee2e6 #fff !important;
    vertical-align:middle;
}
.cu-item:has(.cu-link.active) {

    border-color: #fff #fff #47B5FF #fff !important;
}
.cu-item:has(.cu-link:hover) {
    border-color: #fff #fff #47B5FF #fff !important;
}


.divider {
    position: relative;
}

    .divider:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 65%;
        right: 0;
        opacity: 0.5;
        top: 5px;
        background-color: #afafaf;
    }


.cu-tab .cu-link {
    border:none;
/*    border-bottom: solid;
    border-color: #fff #fff #dee2e6 #fff !important;*/
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
}


.cu-link:focus-visible {
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
}

.cu-tab .cu-link.active {
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    /*border-bottom: solid;*/
    font-weight: bold;
   /* border-color: #fff #fff #47B5FF #fff !important;*/
}

.cu-tab .cu-link:hover {
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    border-bottom: none;
    font-weight: bold;
    /*border-color: #fff #fff #47B5FF #fff !important;*/
}

.cu-tab a {
    color: #2D2D2D;
}


#Awards-content .card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: none;
    margin-right: 20px !important;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: none;
}

#Awards-content .card-date {
    color: #7BBA61;
    font-size: 14px;
    margin: 0px;
}

#Awards-content .para-text {
    color: #2D2D2D;
}

.quote1,.quote2{
    height:25px;
    width:25px
}
.quote{
    margin:0rem;
}
.article-link {
    color: var(--darkGray) !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-size: 18px;
}
.article-link:hover{

    text-decoration:underline !important;

}

#blog-div .card {
    box-shadow:none;
    border: none;
}

#blog-div .card-date {
    color: #7BBA61 !important;
    font-size: 14px;
    margin: 0px;
}

#blog-div .para-text {
    color: #2D2D2D;
    font-weight:600;
}


.testimonial-card{
    margin-bottom:2rem;
    text-align:justify;
    border-bottom:1px solid #5b5b5b5b ;
    height:100%;
}

.testimonial-citation {
    text-align: end;
    padding: 0 0.2rem 0 0;
}


.media-card iframe {
    width: 100%;
    margin-bottom: 1rem
}
.testimonial-row {
    --bs-gutter-x: 4rem;
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
#Testimonials-Media-Awards h4{
    font-style:italic;
    font-size:25px;
}
.para-magic-letter {
    border-bottom: 2px solid #47B5FF;
}

.award-title{
    font-size: 18px;
    font-weight: 500;
}
#blogs a{
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #47B5FF;
    font-size: 1.2rem;
    font-weight: 600;
}