﻿body {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    background: #FBFBFB;
}

/*Nav*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: normal;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #F27636;
    font-weight: 900;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
    
}
    .dropdown-item:hover {
        text-decoration: none;
    }

.fixed-header-padding {
    padding-top: 128px;
}

.nav-outer {
    position: fixed;
    z-index: 1024;
    background: white;
    width: 100%;
}

.top-nav-outer {
    height: 48px;
    background: #362783;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}

    .top-nav-outer a {
        text-decoration: none;
    }

.button-area {
    display: flex;
    flex: 1 0 auto
}

.top-button {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-right: 1px solid white;
    font-size: 14px;
    color: white;
    flex: 1 0 auto;
    width: auto;
}

    .top-button:hover {
        background: #271B64;
    }

.desktop-social {
    display: none;
}

@media (max-width: 900px) {
    .desktop-social {
        display: flex;
        margin-top: 20px;
    }

        .desktop-social img {
            height: 21px !important;
        }
}

@media (max-width: 900px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: flex;
    }

    .mobile-icon {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(36deg) brightness(200%) contrast(100%);
    }
}

.mobile-header-on {
    display: none;
}

@media (max-width: 600px) {
    .mobile-header-off {
        display: none;
    }

    .mobile-header-on {
        display: block;
    }
}

.buttons-right {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    color: white;
    font-size: 17px;
    line-height: 1;
    justify-content: flex-end;
}



.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 8px;
    padding-right: 11px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 8px;
}

.nav-link {
    font-weight:900;
    color:black;
    text-decoration:none;
}
.nav-link:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: inherit;
    background: #ED7129;
    border-radius: 0px;
    padding: 9px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: static;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0rem;
}

.shadow-nav {
    height: 100px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.10410101540616246) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0px;
    top: auto;
    bottom: -100px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

    .dropdown-menu.show {
        display: flex;
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 50px;
    }

@media (max-width: 1441px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
    }

    .dropdown-menu li {
        border-right: 1px solid grey;
        padding-right: 70px;
        padding-left: 70px;
        
    }
}




.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F27636;
    font-weight: 700;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu li:nth-last-child(3) {
    border-right: 1px solid grey;
    padding-right: 70px;
}

.dropdown-menu li {
    border-right: 1px solid grey;
    padding-right: 70px;
    padding-left: 70px;
}

    .dropdown-menu li:nth-last-child(1) {
        border-right: 0px solid grey;
        padding-right: 70px;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #F27636;
    font-weight: 700;
    background-color: transparent;
}

@media (max-width: 991px) {
    .dropdown-menu.show {
        display: block;
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dropdown-menu li {
        border-right: 1px solid grey;
        padding-right: 20px;
        padding-left: 20px;
    }

        .dropdown-menu li:nth-last-child(3) {
            border-right: 0px solid grey;
            padding-right: 20px;
        }

    .dropdown-menu li {
        border-right: 0px solid grey;
        padding-right: 20px;
        padding-left: 20px;
    }

        .dropdown-menu li:nth-last-child(1) {
            border-right: 0px solid grey;
            padding-right: 10px;
            padding-left:10px;
        }
}

.container-nav {
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 100%
}

@media (max-width: 991px) {
    .container-nav {
        padding-right: 10px !important;
        padding-left: 10px !important;
        width: 100%
    }
}

/* Global */

a {
    color:black;
    text-decoration: underline;
    transition: all 0.3s;
}
    a:hover {
        color: #ED7129;
        text-decoration: underline;
        transition: all 0.3s;
    }

.text-wrap a {
    color: #ED7129;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 900;
}
.text-wrap a:hover {
    color: #ED7129;
    text-decoration: underline;
    transition: all 0.3s;
    font-weight: 900;
}

.btn-master {
    display: inline-block;
    padding: 13px 20px;
    background-color: #ED7129;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: all .3s;
    margin-bottom: 5px;
    border: 0px;
    line-height: 1.1;
}
    .btn-master:hover {
        display: inline-block;
        padding: 13px 20px;
        background-color:#fff;
        color: #ED7129;
        text-decoration: none;
        font-weight: 700;
        border-radius: 6px;
        transition: all .3s;
        margin-bottom: 5px;
        border: 0px;
        line-height: 1.1;
    }

@media (max-width: 768px) {
    .btn-master {
        display: inline-block;
        padding: 10px 15px;
        
        text-decoration: none;
        font-weight: 700;
        border-radius: 6px;
        transition: all .3s;
        margin-bottom: 5px;
        border: 0px;
        line-height: 1.1;
        font-size: 16px;
    }
}

h1 {
    font-weight: 900;
    font-size: 3rem;
    margin-bottom:15px;
}

@media (max-width: 1300px) {
    h1 {
        font-weight: 900;
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-weight: 900;
        font-size: 2rem;
    }
}

@media (max-width: 990px) {
    h1 {
        font-weight: 900;
        font-size: 1.8rem;
    }
}

/* Search */

.search-outer {
    width:80%;
}

@media (max-width: 990px) {
    .search-outer {
        width: 100%;
        padding-left:30px;
        padding-right:30px;
    }
}

.search-btn {
    background: #ED7129;
    color: white;
    font-weight: 900;
    font-size: 18px;
}

    .search-btn:hover {
        border: #ED7129 1px solid;
        color: #ED7129;
        font-weight: 900;
        font-size: 18px;
    }
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fce3ab;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(252,227,171,.25);
}

/* Structure */

.outer-page {
    padding-left:30px;
    padding-right:30px;
}

.yellow-tint {
    background: rgb(255,247,229);
    background: linear-gradient(90deg, rgba(255,247,229,1) 53%, rgba(255,247,229,0) 100%);
    position: absolute;
    height: 100%;
    width: 60%;
}

/* Primary Message */

.border-radius-large {
    border-radius: 30px;
}

.radius-outer {
    overflow: hidden;
    position: relative;
}

.text-area {
    position: absolute;
    bottom: 0px;
    margin: 30px;
    width: 40%;
}

@media (max-width: 990px) {
    .text-area {
        position: relative;
        bottom: 0px;
        margin: 0px;
        width: 100%;
        background: #fff7e5;
        padding:30px;
    }
}

.yellow-tint {
    display:none;
}

/* Form */

.form-control {
    padding: 10px 15px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D0D0D0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Secure Nav */

.secure-nav {
    background: #F4F4F4;
    border-radius: 10px;
    height: 100%;
    padding: 15px 20px;
    margin-bottom:20px;
    display:block;
}

/* Carousel */

* {
    outline: none;
}

.slider-title {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    line-height: 1.2;
    color: white;
    font-weight: bold;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
    width:100%;
}

.tint-block-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
}

.timeline-carousel {
    margin: 0;
    padding: 10px 150px 20px 150px;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

    .timeline-carousel:after, .timeline-carousel:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        height: 100%;
        width: 150px;
        background-color: #ffffff;
        z-index: 3;
    }


@media (max-width: 800px) {
    .timeline-carousel {
        padding: 10px 20px 20px 80px;
    }

        .timeline-carousel:after, .timeline-carousel:before {
            width: 80px;
        }
}

@media (max-width: 768px) {
    .timeline-carousel {
        padding: 10px 30px 20px 30px;
    }

        .timeline-carousel:after, .timeline-carousel:before {
            width: 30px;
        }
}

.timeline-carousel:after {
    left: 0;
}

.timeline-carousel:before {
    right: 0;
    opacity: 0;
}

.timeline-carousel .slick-list {
    overflow: visible;
}

.timeline-carousel .slick-dots {
    bottom: -73px;
}

.timeline-carousel h1 {
    color: white;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
}

.timeline-carousel p {
    color: white;
    font-weight: 300;
}

.timeline-carousel__image {
    padding-right: 30px;
    position: relative;
}

@media (max-width: 990px) {
    .timeline-carousel__image {
        padding-right: 15px;
    }
}

.timeline-carousel__item {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .timeline-carousel__item .media-wrapper {
        opacity: 0.4;
        padding-bottom: 60%;
        -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        border-radius: 8px;
        position: relative;
        height: 250px;
        overflow: hidden;
    }

    .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
        width: calc(100% - 30px);
    }

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

    .timeline-carousel__item-inner:after {
        position: absolute;
        width: 100%;
        top: 45px;
        left: 0;
        content: "";
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .timeline-carousel__item-inner .year {
        font-family: "Libre Franklin", sans-serif;
        font-size: 2.25rem;
        line-height: 36px;
        color: white;
        display: table;
        letter-spacing: -1px;
        padding-right: 10px;
        background-color: #323232;
        z-index: 1;
        position: relative;
        margin: -15px 0 20px;
        font-weight: 700;
    }

        .timeline-carousel__item-inner .year:after {
            content: "";
            position: absolute;
            display: block;
            left: -10px;
            top: 0;
            height: 100%;
            width: 10px;
            background-color: #323232;
            z-index: 3;
        }

    .timeline-carousel__item-inner .month {
        font-family: "Libre Franklin", sans-serif;
        font-size: 0.75rem;
        text-transform: uppercase;
        color: #ffc107;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .timeline-carousel__item-inner p {
        font-size: 0.75rem;
        line-height: 18px;
        color: white;
        width: 60%;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .timeline-carousel__item-inner .read-more {
        font-size: 0.75rem;
        color: #ffc107;
        display: table;
        margin-bottom: 10px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
    }

        .timeline-carousel__item-inner .read-more:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            border-bottom: 2px solid #ffc107;
            -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        }

        .timeline-carousel__item-inner .read-more:hover:after {
            width: 100%;
        }

    .timeline-carousel__item-inner .pointer {
        height: 29px;
        position: relative;
        z-index: 1;
        margin: -4px 0 16px;
    }

        .timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
            position: absolute;
            content: "";
        }

        .timeline-carousel__item-inner .pointer:after {
            width: 9px;
            height: 9px;
            border-radius: 100%;
            top: 0;
            left: 0;
            background-color: #ffc107;
        }

        .timeline-carousel__item-inner .pointer:before {
            width: 1px;
            height: 100%;
            top: 0;
            left: 4px;
            background-color: #ffc107;
        }

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.slick-dots {
    bottom: 160px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

    .slick-dots li {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        display: inline-block;
        margin: 0 6px;
        position: relative;
        width: 10px;
        height: 10px;
    }

        .slick-dots li:last-child {
            margin-right: 0;
        }

        .slick-dots li.slick-active button {
            background: #ffc107;
            border-color: #ffc107;
        }

        .slick-dots li button {
            display: block;
            font-size: 0;
            width: 10px;
            height: 10px;
            padding: 0;
            background-color: rgba(255, 255, 255, 0.6);
            border-color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        }

            .slick-dots li button:hover {
                background: #ffc107;
                border-color: #ffc107;
            }

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

    .link a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #fff;
    }

    .link .fa {
        font-size: 1.75rem;
        margin-right: 8px;
        color: #fff;
    }

.slick-prev svg, .slick-next svg {
    height: auto;
    width: 18px;
    padding-bottom: 2px;
}

.slick-prev .btn {
    border-radius: 8px 0px 8px;
    padding: 10px 12px;
    background: rgba(0,0,0,0.6);
}

.slick-next .btn {
    border-radius: 0px 8px 0px;
    padding: 10px 12px;
    background: rgba(0,0,0,0.6);
}

.slick-prev, .slick-next {
    position: absolute;
    top: 0;
    z-index: 20;
    border-radius: 0;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 30px;
}

@media (max-width: 990px) {
    .slick-next {
        right: 14px;
    }
}

/* Quick Links */

.quicklink-outer {
    background-color: #242424;
    height: 560px;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: end;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%), 0 0px 50px 0 rgb(0 0 0 / 11%);
}

@media (max-width: 990px) {
    .quicklink-outer {
        background-color: #242424;
        height: 460px;
        width: 100%;
        padding: 30px;
        display: flex;
        align-items: end;
        position: relative;
        margin-bottom: 24px;
    }
}

.quicklink-outer-small {
    background-color: #FFF7E5;
    height: 268px;
    width: 100%;
    display: flex;
    align-items: end;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%), 0 0px 50px 0 rgb(0 0 0 / 11%);
}

.q-title {
    font-family: calibri, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    display: block;
    line-height: 1.1;
    margin-bottom: 4px;
    color: white;
}

.quicklink-outer-small .q-title {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 4px;
}

.q-content {
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 1.2;
}

.q-small-image {
    height: 100%;
    width: 180px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1200px) {
    .q-small-image {
        width: 150px;
    }
}

@media (max-width: 990px) {
    .q-small-image {
        display: none;
    }
}

.q-promotional-text {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1rem;
}

.homepage-outer {
    padding: 30px 150px;
}

@media (max-width: 800px) {
    .homepage-outer {
        padding: 30px 30px 20px 80px;
    }
}

@media (max-width: 768px) {
    .homepage-outer {
        padding: 30px;
    }
}

.border-radius {
    overflow: hidden;
    border-radius: 8px;
}

.btn-master-small {
    padding: 7px 14px;
    font-size: 1rem;
}

.btn-master-small:hover {
    padding: 7px 14px;
    font-size: 1rem;
}

.tint-block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
}

.tint-black-vertical {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

footer {
    background: white;
    padding: 60px 0px;
    font-size: 16px;
    line-height: 1.4;
}

.shadow-nav-footer {
    height: 100px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,0.04) 0%, rgba(255,255,255,0) 100%);
    position: relative;
}

.footer-title {
    font-weight: bold;
    color: #ED7129;
    font-size:24px;
}

/* Pages */

.header {
    background: #FFF5DE;
    position: relative;
    height:auto;
}

/* Blog */

.blog-inner {
    border-radius: 8px;
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.intro {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.4375rem;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #ED7129;
}

.blog-top-nav {
    display: flex;
    justify-content:space-between;
}

.text-wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}



@media (max-width: 990px) {
    .header-mobile h1 {
        color:black;
    }
    .header-mobile .tint-black {
        display:none;
    }
    .header-mobile .tint-black-vertical {
        display: none;
    }


}

.sidepanel-title {
    font-family: calibri, sans-serif;
    font-weight: 900;
    /* font-style: italic; */
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ED7129;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.6rem 2.25rem 0.6rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 17px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-select:focus {
        border-color: #fce3ab;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(252 227 171 / 25%);
    }


.side-outer {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 00px;
    margin-bottom: 8px;
    display: flex;
    overflow:hidden;
}

.left-panel {
    background: #ED7129;
    padding: 20px;
    width: 60px;
    flex: 0 0 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    display: flex;
}

.right-panel {
    padding: 18px;
    line-height: 1.2;
    align-items: center;
    align-content: center;
    display: flex;
}

/* Video */

.right-panel p {
    margin-bottom:0px;
}

/* Team */

h2.team {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 25px;
    color: #ED7129;
}
.team-name {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
    display: block;
    line-height: 1.1;
    margin-top: 10px;
}
.team-title {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 25px;
    color: #ED7129;
    display:block;

}
.team-profile {
}

.staff-image {
    width:100%;
    height:auto;
    border-radius:8px;
    overflow:hidden;
}

.news-type {
    display: inline-block;
    padding: 6px 7px;
    background-color: #ED7129;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all .3s;
    margin-bottom: 5px;
    border: 0px;
    line-height: 1.1;
    font-size: 12px;
}

.footer-alert {
    background: #2B5A8C;
    text-align: center;
    color: white;
    padding: 15px 0px;
}

.orange-highlight {
    background: #ED7129;
    color: white;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight:bold;
}
.orange-outline-highlight {
    background: #fff;
    border: 5px solid #ED7129;
    color: #ED7129;
    padding: 10px 20px;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.black-highlight {
    background: #212529;
    color: #ED7129;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.red-highlight {
    background: darkred;
    color: white;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.green-highlight {
    background: MediumSeaGreen;
    color: white;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.yellow-highlight {
    background: #FFF7E5;
    color: #212529;
    border-radius: 500px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%), 0 0px 50px 0 rgb(0 0 0 / 11%);
}
.has-link a {
    padding: 10px 20px;
    display: inline-block;
    color: white;
    text-decoration: none
}
    .has-link a:hover {
        padding: 10px 20px;
        display: inline-block;
        color: white;
        text-decoration: none
    }

.no-link {
    padding: 10px 20px;
}

span.yellow-highlight.has-link > a {
    color: black !important;
}
span.yellow-highlight.has-link > a:hover {
    color: black !important;
}

.orange-subheading {
    font-weight: bold;
    color: #ED7129;
}
