﻿.heading {
    font-size: 40px !important;
    font-weight: 400 !important;
    color: #121212 !important
}

.section-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

.index-wrapper {
    min-height: 650px;
    position: relative;
    overflow: visible;
    padding-top: 2rem;
    padding-bottom: 4rem;
    z-index: 10;
}

    .index-wrapper img {
        min-height: 100%;
        object-fit: cover;
    }

.hero-image-wrapper {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}

.hero-callout {
    max-width: 480px;
    max-height: 1200px !important;
    /*top: calc(80% + 2.5rem);*/
    /*margin-left: 3rem;*/
    padding: 3rem;
    background-color: white;
    box-shadow: var(--bs-box-shadow, 0 .5rem 1rem rgba(0,0,0,.15));
    border-radius: 1rem;
    z-index: 20;
}

.swoop-overlay {
    bottom: 4rem;
    z-index: 1;
}

    .swoop-overlay svg, .swoop-overlay img {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
        z-index: 1;
    }

.menu-brand {
    font-weight: 600;
    font-size: 1.25rem;
    color: #212529;
    white-space: nowrap;
    line-height: 1.1;
}





@media (max-width: 999px) {

    .hero-callout {
        position: absolute !important;
        left: 1rem;
        right: 1rem;
        margin: 0 auto;
        max-width: calc(90% - 2rem);
        padding: 1.5rem 1.5rem;
        text-align: center;
        box-shadow: var(--bs-box-shadow, 0 .5rem 1rem rgba(0,0,0,.15));
        border-radius: 1rem;
        z-index: 2;
        transform: none;
    }

        .hero-callout .btn {
            width: auto;
            min-width: 160px;
            justify-content: center;
        }

    .section-label {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    .left.underline {
        text-align: center !important;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 1rem;
        
    }

        .left.underline::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -4px;
            width: 75px;
            height: 6px;
            background-color: #ffc303;
            transform: translateX(-50%);
        }

    .swoop-overlay svg {       
        margin-bottom: -.5px;
    }
}

.content-constrain {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#expertiseTab .nav-link {
    margin-right: 0;
    margin-left: 0;
    color: #5f5753;
    min-width: 100px !important;
    font-size: 1rem !important;
    line-height: 1.1;
    text-transform: capitalize;
    padding-top: 12px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: 5px;
}

    #expertiseTab .nav-link.active {
        box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1), 2px 0 4px rgba(0, 0, 0, 0.08), -2px 0 4px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.1rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 2;
        position: relative;
    }

        #expertiseTab .nav-link.active img {
            filter: brightness(0) saturate(100%) invert(34%) sepia(88%) saturate(432%) hue-rotate(130deg) brightness(94%) contrast(90%);
        }


    #expertiseTab .nav-link span > div {
        font-weight: 200;
    }

    #expertiseTab .nav-link.active span > div {
        color: #0a8080;
        font-weight: 400;
    }

#expertiseTab {
    border-bottom: .5px solid lightgray !important
}


.tab-bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.tab-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

    .tab-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.05);
    }

    .tab-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(213, 213, 213, 0.5) 100% );
        z-index: 1;
        pointer-events: none;
    }

.tab-pane.fade {
    transition: opacity 0.5s ease-in-out;
}

.testimonial-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #b8b5b5;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    border: 4px solid #0a8080;
    background-color: #fff;
}


.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    color: #0e0d0d;
    border: none;
    background-color: transparent;
    visibility: visible !important;
    transition: opacity 0.2s ease-in-out;
}

    .carousel-control-prev:focus,
    .carousel-control-next:focus {
        outline: none;
        box-shadow: none;
    }

.carousel-inner {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(213, 213, 213, 0.5) 100% );
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.embed-image {
    position: absolute;
    top: 20px;
    right: 0;
    width: 600px;
    height: auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.card-title {
    color: #121212;
    font-weight: 500;
    font-size: 1.25rem;
}

.card {
    color: #121212;
}

.swoop-class {
    width: 100%;
    height: auto;
    display: block;
}

.gradient-section {
    background: linear-gradient(to bottom right, #f8f9fa 0%, #ced4da 100%);
    padding-top: 8rem;
    padding-bottom: 2rem;
    z-index: 0;
}

h1.heading {
    font-size: 3rem !important;
}

.btn-tertiary span.carrot {
    filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(538%) hue-rotate(180deg);
}

.quoteWrap {
    display: inline-block;
    position: relative;
    text-align: center;
    font-style: italic;
    line-height: 1.6;
}

    .quoteWrap::before,
    .quoteWrap::after {
        font-family: Georgia, serif;
        font-size: 2rem;
        color: #000;
        line-height: 1;
        position: relative;
        top: 0.4em; 
    }

    .quoteWrap::before {
        content: "\201C";
        margin-right: 0.5rem;
    }

    .quoteWrap::after {
        content: "\201D";
        margin-left: 0.5rem;
    }


.quoteBlock {
    background-color: orange;
    width: 90%;
    max-width: 500px;
    height: 300px;
    padding: 3rem;
    margin: 2rem auto;
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    /*transform: rotate(-1.5deg);*/
    border-radius: 4px;
}

.quoteBlockFull {
    background-color: orange;
    width: 100%;
    
    height: auto;
    padding: 3rem;
    margin: 2rem auto;
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    /*transform: rotate(-1.5deg);*/
    border-radius: 4px;
}




img.square {
    width: 90%;
    max-width: 500px;
    height: 300px;
    border-radius:4px;
}


.article-bullets {
    list-style: none;    
    margin: 2rem 0;
    padding-left: 1px;
    position: relative;
}

    .article-bullets::before {
        content: "";
        position: absolute;
        left: 1.2rem; 
        top: 0.5rem; 
        bottom: 0.5rem;
        width: 2px;
        background-color: gold; 
        z-index: 0;
    }

    .article-bullets li {
        position: relative;
        padding-left: 2.5rem;
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
        color: #121212;
    }

        .article-bullets li::before {
            content: "";
            position: absolute;
            left: 0.8rem;
            top: 0.4rem;
            width: 0.9rem;
            height: 0.9rem;
            background-color: #fff; 
            border: 2px solid gold; 
            border-radius: 50%;
            z-index: 1;
        }

@media (max-width: 768px) {
    .article-bullets  {
        margin-left: auto;
        margin-right: auto;
        text-align: left; /* or center, depending on need */
        display: block; /* ensure it stays a block element */
    }
}


ol.pill-numbered {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

    ol.pill-numbered > li {
        counter-increment: item;
        position: relative;
        padding-left: 3rem;
        margin-bottom: 1rem;
    }

        ol.pill-numbered > li::before {
            content: counter(item);
            position: absolute;
            left: 0;
            top: 0;
            background-color: #ffc107;
            color: #fff;
            border-radius: 999px;
            padding: 0.3rem 0.75rem;
            font-weight: bold;
            font-size: 0.9rem;
            line-height: 1.5;
        }

/*ol.pill-alpha {
    counter-reset: item;
    list-style: none; 
    padding-left: 0;
}

    ol.pill-alpha li {
        counter-increment: item;
        position: relative;
        padding-left: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        ol.pill-alpha li::before {
            content: counter(item, upper-alpha);
            position: absolute;
            left: 0;
            top: 0;
            background-color: teal;
            color: #fff;
            border-radius: 999px;
            padding: 0.2rem 0.5rem;
            font-weight: bold;
            font-size: 0.7rem;
            line-height: 1.5;
        }*/

ol.pill-alpha {
    list-style: none;
    padding-left: 0;
}

    ol.pill-alpha li {
        position: relative;
        padding-left: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        ol.pill-alpha li::before {
            content: "✔"; /* or use "\2713" */
            position: absolute;
            left: 0;
            top: 0.1rem;
            background-color: teal;
            color: #fff;
            border-radius: 999px;
            padding: 0.2rem 0.5rem;
            font-weight: bold;
            font-size: 0.7rem;
            line-height: 1.5;
        }



.float-img {
    float: right;
    margin-left: 2rem;
    max-width: auto;
    max-height: 300px !important;
}

.img-contain {
    max-height: 450px !important;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 991.98px) {
    .float-img {
        float: none;
        margin-left:auto;
        margin-right:auto;
        margin-top: 1.5rem;
        max-height: 350px;
    }
}

.borderless-box p {
    margin-top: 0;
    padding-top :0;
}


.author-ring {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 5px solid #ffc107;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.bio {
    width:100px;
    height:100px;
}

.zoom-crop-tall {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px; 
    zoom:1;
}

img.s25 {
    margin-left: auto;
    margin-right: auto;   
    max-height: 225px;
}


.card.insights {
    height: 100%;
    max-height: 650px;
}

p.card-text.insights {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


a.link-secondary {
    margin-top: 5px;    
    text-decoration-color: var(--secondary-color) !important;
    text-decoration: none !important;
   
}

    a.link-secondary .carrot {
        margin-top: -5px;
        filter: invert(24%) sepia(50%) saturate(3131%) hue-rotate(196deg) brightness(98%) contrast(94%);
        wdith:30px !important;
        height:30px !important;
    }


footer .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-inline-end: .25rem;
    border: 1px solid;
    border-radius: 50%;
    font-family: inherit;
}

footer .icon svg {
    width: 0.625rem;
    height: 0.625rem;
    fill: currentcolor;
}

.video-wrapper.loading {
    position: relative;
    filter: grayscale(100%) brightness(0.7);
    transition: filter 0.5s ease;
}

    .video-wrapper.loading::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.3);
        z-index: 2;
    }

.video-wrapper.loaded {
    filter: none;
}

.cta-banner {
    background: linear-gradient(304.78deg, #326a9f -12.16%, #397ab7 61.1%);    
    position: relative;
    border-radius:8px;
}

.cta-underline {
    width: 70px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}



.testimonial-wrapper {
    position: relative;
    overflow: visible;
    padding-top: 2rem;
    padding-bottom: 4rem;
    z-index: 10;
}

.embed-image {
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

#leadForm {
    position: relative;
    z-index: 2;
}

    #leadForm .invalid-feedback {
        position: absolute;
        font-size: 0.875rem;
        margin-top: 0;
        margin-left: 0.5rem;
        top: calc(100% - 0.25rem);
        z-index: 2;
        color: #b02a37;
        display: none;
    }


#leadForm .form-floating {
    text-align: left;
    position: relative;
    margin-bottom: 2rem;
}

    #leadForm .form-floating > label {
        font-size: 0.8rem;
    }
   

#leadForm.was-validated .form-control:invalid ~ .invalid-feedback,
#leadForm .form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

.form-floating > textarea.allow-resize {
    display: block;
    width: 100%;
    height: auto;
    min-height: 3.625rem;
    padding-top: 1.4rem; /* creates space for the label */
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.5;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    resize: vertical;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-floating > textarea.allow-resize:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    }

    .form-floating > textarea.allow-resize::placeholder {
        color: transparent;
    }

    .form-floating > textarea.allow-resize:not(:placeholder-shown) ~ label,
    .form-floating > textarea.allow-resize:focus ~ label {
        transform: scale(0.9) translateY(-.5rem);
        opacity: 0.8;
    }


#leadForm .invalid-feedback::before {
    content: "" !important;
    font-size: 1.5rem;
    font-style: normal;
    margin-right: -10px !important;
}  

.card {
    cursor:default;
}

    .card.insights .card-title {
        line-height: 1.3;
        min-height: 4em;
    }


button.custom-menu-link {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
}


.lead {
    color: #121212 !important;
    font-size: 1.1rem;
}

.card .card-body p {
    color: #121212 !important;
}

.card .smaller {
    font-size: 1rem;
}


.bg-ups {
    background-color: #351c15 !important;   
}

.text-warning span.quoteWrap::before, .text-warning span.quoteWrap::after {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}


p {
    text-align: justify !important;
}

.quoteBlockFull p,
.quoteBlockFull span {
    text-align: center !important;
}

.menu-brand {
    color: #351c15;
    text-decoration: none;
}

.subtitle {
    text-align: left !important;
}