html,
body {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.row {
    --bs-gutter-x: 0 !important;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333; /* was #0d6efd */
    font-weight: 600;
}

    a:hover {
        color: #333;
        text-decoration: underline;
    }

.container-fluid {
    padding: 0;
}

.home-button {
    color: white;
    border-radius: 20px;
    padding: 5px 30px;
    font-weight: 600;
    border: 1px solid white;
    margin: 5px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.8;
    color: white;
    text-decoration: none;
}

/* UNIVERSAL CLASSESS */
.cranberry-btn {
    background-color: #9b0038;
}


    .cranberry-btn:hover {
        background-color: #9b0038;
        color: white;
    }

.orange-btn {
    background-color: #b65b2e;
}

.grey-background {
    background-color: #d3d9df;
}

.teal-background {
    background-color: #369486;
    color: white;
}

.cranberry-background {
    background-color: #9b0038;
    color: white;
}

.cranberry-background a {
    color: #fff;
}

.strawbery-background {
    background-color: #ce153e;
    color: white;
}

.green-background {
    background-color: #a1b753;
}

.orange-background,
.burnt-orange-background {
    background-color: #b65b2e;
    color: white;
}

.dark-blue-background {
    background-color: #204160;
    color: white;
}

    .dark-blue-background a {
        color: white;
        font-weight: 400;
    }

.light-blue-background {
    background-color: #0069aa;
    color: white;
}

.section-container {
    padding: 50px 12%;
}

.section-container.body {
    padding: 50px 12% 20px 12%;
}

    .section-container.body:has(> .col-12 .section-container) {
        padding: 0;
    }

        .section-container.body:has(> .col-12 .section-container) > :not(.col-12) {
            margin: 0 12%;
        }

    .section-container:not(.body) .section-container {
        padding: 0 30px 0 0;
    }

    @media (min-width: 560px) {
        /*.section-container.body:has(> .col-12 .section-container) {
            padding: 0 30px 0 0;
        }*/
        /*.section-container.body {
            padding-top: 30px !important;
            padding-bottom: 0;
        }*/
    }

    

@media (max-width: 860px) {
    .section-container {
        /*padding: 0 12%;*/
    }
} 

.bottom-body-container {
    padding: 0 12% 50px 12%;
}

    .bottom-body-container:empty {
        padding: 0;
    }

.section-header {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 40px 0;
    color: #22496d;
}

.section-container-no-bottom {
    padding: 50px 12% 0 12%;
}

.section-container.bottom-accordion-container {
    padding-top: 0;
}

.highlight-green {
    background-color: #a1b753;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.highlight-orange {
    background-color: #b65b2e;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.highlight-cranberry {
    background-color: #9b0038;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.highlight-light-blue {
    background-color: #0069aa;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.highlight-dark-blue {
    background-color: #204160;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.banner-content .highlight-orange,
.banner-content .highlight-light-blue,
.banner-content .highlight-cranberry,
.banner-content .highlight-green,
.banner-content .highlight-dark-blue {
    text-transform: uppercase;
}


.font-weight-bold {
    font-weight: bold;
}



/*** Titles ***/
body.orange .page-title-level-3 {
    background-color: #b65b2e;
}

body.burnt-orange .page-title-level-3 {
    background-color: #b65b2e;
}

body.dark-blue .page-title-level-3 {
    background-color: #204160;
}

body.light-blue .page-title-level-3 {
    background-color: #0069aa;
}

body.green .page-title-level-3 {
    background-color: #a1b753;
}

body.strawberry .page-title-level-3 {
    background-color: #ce153e;
}

body.cranberry .page-title-level-3 {
    background-color: #9b0038;
}

body.teal .page-title-level-3 {
    background-color: #369486;
}

body.grey .page-title-level-3 {
    background-color: #d3d9df;
}

.page-title-level-3 .inner-page-content__header h2 {
    color: #fff;
}

/****************** main navigation  ***************/
.main-navigation-bar {
    background-color: #22496d;
    /*max-height: 120px;*/
}

.main-navigation-bar-content {
    margin: 0 12%;
    text-align: right;
    background-color: #22496d;
}

.navbar-logo {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 250px;
}

.main-navigation-bar .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

    .main-navigation-bar .navbar-nav .nav-link:hover {
        color: #5db1ff;
    }

.main-navigation-bar .navbar-nav a:active {
    color: #5db1ff;
}

.donate-btn {
    color: white;
    border-radius: 20px;
    padding: 5px 30px;
    font-weight: 600;
    border: 1px solid white;
    margin: 15px;
    text-decoration: none;
}

.search-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.6;
    background: #22496d;
    z-index: 2;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #1b3a58;
    box-shadow: 0 6px 6px rgba(0,0,0,0.1);
}

.search-results.section-container {
    padding-top: 0;
}

.search-bar {
    border-radius: 20px;
    padding: 5px 15px;
}

    .search-bar input {
        border: 1px solid #c6cace;
        border-width: 0 0 1px;
        font-size: 1.2rem;
        padding: 1rem 5rem 1rem 1rem;
        max-width: none;
    }

.navbar i.fa-magnifying-glass {
    color: #fff;
}

/******************* BANNER ******************/

.banner-container {
    /* display: inline-block; */
    /*width: 100vw;*/
    max-height: 500px;
    position: relative;
}

    .banner-container h1 {
        font-weight: 600;
    }

.banner-image-container {
    max-height: 500px;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    overflow: hidden;
}

.banner-image {
    max-width: 100%;
}

.banner-content-container {
    width: 65%;
    position: absolute;
    right: 10px;
    -ms-transform: translateX(-50px) translateY(-120%);
    transform: translateX(-30px) translateY(-120%);
    background-color: rgba(155, 0, 56, .5);
    padding: 20px;
}

.banner-with-icon.banner-content::before {
    background-image: url(../images/homepage_icon.png);
    background-repeat: no-repeat;
    width: 165px;
    height: 118px;
    position: relative;
    float: left;
    margin-right: 20px;
    content: " ";
    background-size: 165px 118px;
}

.banner-content {
    color: white;
    opacity: 100%;
}

.banner-reduced.banner-content {
    width: 50%;
    margin-left: 12%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}

.banner-reduced-plus.banner-content {
    width: 50%;
    margin-left: 12%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

@media (max-width: 767px) {
    .banner-reduced-plus.banner-content {
        -ms-transform: none;
        transform: none;
    }
}

.banner-content .banner-quote p {
    color: #000;
}

.banner-content h1 {
    color: #fff;
}

.banner-content.banner-content-right {
    right: 100px;
    bottom: 200px;
    margin-right: 50px;
}

.play-button {
    display: flex;
}

.play-button-icon {
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
}

    .play-button-icon:hover {
        background-color: rgb(27, 27, 27);
    }

.play-button p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
    align-items: center;
}

.banner-container .play-button a {
    color: #fff;
    font-size: 1.2rem;
    padding-top: 10px;
}

.banner-container .play-button a i {
    /* margin-top: 2px; */
    vertical-align: middle;
    padding-right: 5px;
    font-size: 1.3rem;
}

.banner-quote {
    color: #204160;
    width: 70%;
    font-size: 1.5rem;
    background-color: rgb(255, 255, 255, 0.5);
}

@media (max-width: 860px) {
    .banner-quote {
        width: 100%;
        padding: 10px 30px;
    }

    .banner-content {
        width: 100%;
        padding: 10px;
    }

        .banner-content h1 {
            font-size: 1rem;
        }

        .banner-content p {
            margin-bottom: 0;
        }

    .play-button-icon {
        height: 30px;
        width: 30px;
    }

    .play-button p {
        padding-top: 0.2em;
    }
}



@media (min-width: 993px) and (max-width: 1024px) {
    .banner-quote {
        width: 80%;
        font-size: 1.25rem;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .banner-quote {
        width: 80%;
        font-size: 1.25rem;
    }
}


@media (max-width: 767px) {
    .banner-content-container {
        position: relative;
        width: 100%;
        /*transform: translateX(-30px) translateY(-120%);*/
        transform: none;
        background-color: rgba(155, 0, 56, 1); /* was .5 opacity */
        padding: 0;
        /*margin-left: 20px;*/
        right: 0;
    }

    .banner-reduced.banner-content {
        transform: none;
        margin-bottom: 10px !important;
    }
}

/* new banner */
.banner-container.interior-banner {
    position: relative;
    margin: 0;
}

.interior-banner .banner-image-container {
    /*height: 500px;*/
    overflow: hidden;
    background-image: url("../Images/partner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-left: 40%;
}

.interior-banner .banner-content {
    padding: 0 8% 0 0%;
    position: absolute;
    width: 50%;
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 77%, rgba(255, 255, 255, 0.7343312324929971) 84%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 860px) {
    .interior-banner .banner-content {
        width: 100%;
    }
}

.interior-banner .inner-page-banner__content {
    background: none;
}

.interior-banner .banner-reduced.banner-content {
    padding: 0;
}

/*.interior-banner .banner-reduced-plus.banner-content {
    padding-left: 3%;
}*/

@media (max-width: 860px) {
    .interior-banner .banner-content {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .interior-banner .banner-image-container {
        /*height: 200px;*/
        overflow: hidden;
        background-position: center;
        margin-left: 0;
    }

    .interior-banner .banner-content {
        position: absolute;
        padding: 0 12%;
        width: 100%;
        background: rgb(255, 255, 255, 0.6);
        width: 100%;
        top: 0;
    }

    .banner-quote {
        background: rgb(255, 255, 255, 0.3);
        font-size: 0.9rem;
    }
}

/******************* FEATURED RESOURCES/HIGHLIGHTS AND NEWS ******************/
.featured-resources-content {
    box-shadow: 0 13px 40px -5px hsla(240, 30.1%, 28%, 0.12), 0 8px 32px -8px hsla(0, 0%, 0%, 0.14), 0 -6px 32px -6px hsla(0, 0%, 0%, 0.02);
}

.featured-resources-container .card:hover {
    transform: scale(1.03);
    box-shadow: 0 13px 40px -5px hsla(240, 30.1%, 28%, 0.12), 0 8px 32px -8px hsla(0, 0%, 0%, 0.14), 0 -6px 32px -6px hsla(0, 0%, 0%, 0.02);
    transition: all ease 200ms;
    z-index: 100;
}

.featured-resources-container .col {
    padding: 0;
}

.card-img-container {
    max-height: 250px;
    overflow: hidden;
}

.card-img {
    max-width: 100%;
    max-height: auto;
}

/******************* HIGHLIGHTS AND NEWS ******************/
/* .home-highlights-news {
  background-color: #22496d;
}

.home-highlights-news h2 {
  color: white;
} */

.card-wrapper {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.highlight-card {
    min-width: 200px;
    box-shadow: 0 13px 40px -5px hsla(240, 30.1%, 28%, 0.12), 0 8px 32px -8px hsla(0, 0%, 0%, 0.14), 0 -6px 32px -6px hsla(0, 0%, 0%, 0.02);
    border: 10px solid white;
    margin-left: 18px;
}

.home-highlights-news .card-header h4 {
    font-weight: bold;
    color: white;
}

.home-highlights-news p {
    margin: 0;
}

.red-background {
    background-color: #ce153e;
}

.home-highlights-news .card-body {
    padding: 0;
}

.highlights-news-grey-background {
    background-color: rgba(168, 165, 165, 0.253);
    padding: 20px 20px 0px 20px;
    min-height: 140px;
}

.highlights-news-link {
    padding: 20px;
    background-color: #204160;
    color: white;
    min-height: 88px;
}

    .highlights-news-link a {
        color: white;
    }

/******************* WHAT WE DO ******************/
.what-we-do .col {
    padding: 0;
}

.what-we-do h2,
.what-we-do p,
.what-we-do a {
    color: white;
}

.what-we-do-content {
    max-height: 500px;
}

.what-we-do-img-content {
    max-height: 500px;
    overflow: hidden;
}

.what-we-do-image {
    max-width: 100%;
    max-height: auto;
}

.what-we-do-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 10%;
    height: 100%;
}

    .what-we-do-content-text h2 {
        padding-bottom: 20px;
    }

@media (max-width: 767px) {
    .what-we-do-content {
        max-height: none;
    }

    .what-we-do-img-content {
        max-height: none;
    }

    /*.what-we-do-content-text {
        padding: 5% 10%;
    }*/
}

@media (min-width: 768px) and (max-width: 1200px) {
    /*.what-we-do-content-text {
        padding: 5% 10%;
    }*/
}

@media (max-width: 972px) {
    .what-we-do-img-content {
        height: auto;
    }

    .what-we-do-image {
        max-width: auto;
    }
}

@media (max-width: 767px) {
    .what-we-do-image {
        display: none;
    }
}

    /* FOOTER */
    .footer-logo {
        max-width: 300px;
        height: auto;
    }

    .footer-links {
        display: inline-block;
        text-decoration: none;
        list-style: none;
        padding-left: 30px;
    }

    .cta {
        padding: 30px 0;
    }

    .middle-icon {
        padding: 0 10px;
    }

    .footer-subscribe {
        padding-right: 35px;
    }

    .footer-subscribe-input {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .footer-subscribe-button {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    @media (max-width: 991px) {
        .footer-links {
            padding-top: 20px;
        }
    }

    /* PARTNERING FOR CHANGE */


    .bucket-container {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .bucket {
        max-width: 400px;
        padding: 20px;
        box-shadow: 0 13px 40px -5px hsla(240, 30.1%, 28%, 0.12), 0 8px 32px -8px hsla(0, 0%, 0%, 0.14), 0 -6px 32px -6px hsla(0, 0%, 0%, 0.02);
    }

    .bucket-icon {
        height: 80px;
        margin: 30px 0 10px 0;
        width: auto;
    }

    .bucket .card-title {
        font-weight: bold;
        color: #204160;
    }

    .card-body {
        border: 1px spolid #333;
        text-align: center;
    }

    .left-align {
        text-align: left;
    }

    .right-align {
        text-align: right;
    }

    /* INNER PAGE */
    .inner-page-banner__content {
        background-color: rgba(255, 255, 255, 0.226);
        padding: 20px 20px 10px 20px;
    }

        .inner-page-banner__content h2 {
            color: #204160;
            margin: 20px 0;
        }

    @media (max-width: 967px) {
        .inner-page-banner__content h2 {
            margin: 0;
            font-size: 1.5rem;
        }
    }

    .inner-page-banner__content .quote {
        color: black;
    }

    .partner-with-us-btn {
        color: white;
        border-radius: 50px;
        margin: 20px 0;
    }

    .inner-page-content__header h2 {
        font-weight: bold;
        color: #204160;
    }

    .inner-page-content__icon {
        height: 100px;
        display: inline-block;
        padding-right: 20px;
    }

@media (min-width: 861px) and (max-width: 992px) {
    .banner-quote {
        width: 100%;
        font-size: 1.1rem;
    }
}

@media (min-width: 861px) and (max-width: 1050px) {
    .banner-content p {
        margin-bottom: 5px;
    }

    .inner-page-banner__content h2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .inner-page-content__icon {
        height: 60px;
    }

    .page-title-level-3 .inner-page-content__header h2 {
        font-size: 1.2rem;
    }

    .page-title-level-3.section-container {
        padding: 25px 12%;
    }
}

    .sub-navigation {
        border-left: 1px solid rgba(68, 68, 68, 0.521);
        padding-left: 40px;
    }

        .sub-navigation p {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 1.2rem;
            padding-top: 10px
        }

        .sub-navigation ul {
            color: #204160;
        }

        .sub-navigation ul {
            margin: 0.75em 0;
            padding: 0 1em;
            list-style: none;
        }

        .sub-navigation li:before {
            content: "";
            border-color: transparent #0069aa;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            display: block;
            height: 0;
            width: 0;
            left: -1em;
            top: 01em;
            position: relative;
        }

    .menu-item-header {
        margin-left: -20px;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .sub-navigation ul.menu p:nth-of-type(4n + 1) {
        color: #b65b2e;
        margin-left: -20px;
    }

    .sub-navigation ul.menu p:nth-of-type(4n + 2) {
        color: #a1b753;
        margin-left: -20px;
    }

    .sub-navigation ul.menu p:nth-of-type(4n + 3) {
        color: #9b0038;
        margin-left: -20px;
    }

    .sub-navigation ul.menu p:nth-of-type(4n + 4) {
        color: #204160;
        margin-left: -20px;
    }

    .sub-navigation ul.menu.menu-right-sidebar li a.nav-link {
        padding-top: 0;
    }

    .orange-text {
        color: #b65b2e;
    }

    .green-text {
        color: #a1b753;
    }

    .cranberry-text {
        color: #9b0038;
    }

    .dark-blue-text {
        color: #204160;
    }

    .sub-navigation ul a {
        color: #0069aa;
        font-weight: 600;
    }


    /* accordian styles */
    #accordion {
        padding-top: 20px;
    }

        #accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default,
        #accordion.ui-widget-header .ui-state-default, #accordion.ui-button,
        html #accordion.ui-button.ui-state-disabled:hover, html #accordion.ui-button.ui-state-disabled:active {
            background: #22496d;
            color: #fff;
        }

        #accordion .ui-state-hover {
            background: rgb(34, 73, 109, 0.8);
        }

            #accordion .ui-state-hover .ui-icon {
                background-image: url(https://code.jquery.com/ui/1.13.2/themes/base/images/ui-icons_cccccc_256x240.png);
            }

        #accordion .ui-icon, #accordion .ui-widget-content .ui-icon {
            background-image: url(https://code.jquery.com/ui/1.13.2/themes/base/images/ui-icons_ffffff_256x240.png);
        }

        #accordion i {
            padding-right: 10px;
            padding-left: 10px;
        }


        #accordion .ui-state-active i {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-left: 0;
            padding-left: 10px;
        }

.accordion-links a,
.ui-accordion-content a {
    font-weight: bold;
    color: #333;
}

    .accordion-links a:hover,
    .ui-accordion-content a:hover {
        text-decoration: underline;
    }

.accordion-links li {
    list-style: none;
}

ul.accordion-links {
    padding-left: 0.5rem;
}


    body.grey #accordion .ui-state-default, body.grey #accordion .ui-widget-content .ui-state-default,
    body.grey #accordion .ui-widget-header .ui-state-default, body.grey #accordion .ui-button,
    html body.grey #accordion .ui-button.ui-state-disabled:hover, html body.grey #accordion .ui-button.ui-state-disabled:active {
        background-color: #d3d9df;
    }

    body.grey #accordion .ui-state-hover {
        background: rgb(211, 217, 223, 0.8);
    }

body.grey #accordion .ui-state-active {
    border: 1px solid #d3d9df;
}

body.teal #accordion .ui-state-default, body.teal #accordion .ui-widget-content .ui-state-default,
body.teal #accordion .ui-widget-header #accordion .ui-state-default, body.teal #accordion .ui-button,
html body.teal #accordion .ui-button.ui-state-disabled:hover, html body.teal #accordion .ui-button.ui-state-disabled:active {
    background-color: rgb(54, 148, 134);
}

    body.teal #accordion .ui-state-hover {
        background: rgb(54, 148, 134, 0.8);
    }

body.teal #accordion .ui-state-active {
    border: 1px solid rgb(54, 148, 134);
}

    body.cranberry #accordion .ui-state-default, body.cranberry #accordion .ui-widget-content .ui-state-default,
    body.cranberry #accordion .ui-widget-header .ui-state-default, body.cranberry #accordion .ui-button,
    html body.cranberry #accordion .ui-button.ui-state-disabled:hover, html body.cranberry #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(155, 0, 56);
    }

    body.cranberry #accordion .ui-state-hover {
        background: rgb(155, 0, 56, 0.8);
    }

body.cranberry #accordion .ui-state-active {
    border: 1px solid rgb(155, 0, 56);
}

    body.strawberry #accordion .ui-state-default, body.strawberry #accordion .ui-widget-content .ui-state-default,
    body.strawberry #accordion .ui-widget-header .ui-state-default, body.strawberry #accordion .ui-button,
    html body.strawberry #accordion .ui-button.ui-state-disabled:hover, html body.strawberry #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(206, 21, 62);
    }

    body.strawberry #accordion .ui-state-hover {
        background: rgb(206, 21, 62, 0.8);
    }

body.strawberry #accordion .ui-state-active {
    border: 1px solid rgb(206, 21, 62);
}

    body.green #accordion .ui-state-default, body.green #accordion .ui-widget-content .ui-state-default,
    body.green #accordion .ui-widget-header .ui-state-default, body.green #accordion .ui-button,
    html body.green #accordion .ui-button.ui-state-disabled:hover, html body.green #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(161, 183, 83);
        color: #fff;
    }

    body.green #accordion .ui-state-hover {
        background: rgb(161, 183, 83, 0.8);
    }

body.green #accordion .ui-state-active {
    border: 1px solid rgb(161, 183, 83);
}

    body.orange #accordion .ui-state-default, body.orange #accordion .ui-widget-content .ui-state-default,
    body.orange #accordion .ui-widget-header .ui-state-default, body.orange #accordion .ui-button,
    html body.orange #accordion .ui-button.ui-state-disabled:hover, html body.orange #accordion .ui-button.ui-state-disabled:active,
    body.burnt-orange #accordion .ui-state-default, body.burnt-orange #accordion .ui-widget-content .ui-state-default,
    body.burnt-orange #accordion .ui-widget-header .ui-state-default, body.burnt-orange #accordion .ui-button,
    html body.burnt-orange #accordion .ui-button.ui-state-disabled:hover, html body.burnt-orange #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(182, 91, 46);
        color: #fff;
    }

    body.orange #accordion .ui-state-hover,
    body.burnt-orange #accordion .ui-state-hover {
        background: rgb(182, 91, 46, 0.8);
    }

body.orange #accordion .ui-state-active,
body.burnt-orange #accordion .ui-state-active {
    border: 1px solid rgb(182, 91, 46);
}

    body.dark-blue #accordion .ui-state-default, body.dark-blue #accordion .ui-widget-content .ui-state-default,
    body.dark-blue #accordion .ui-widget-header .ui-state-default, body.dark-blue #accordion .ui-button,
    html body.dark-blue #accordion .ui-button.ui-state-disabled:hover, html body.dark-blue #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(32, 65, 96);
        color: #fff;
    }

    body.dark-blue #accordion .ui-state-hover {
        background: rgb(32, 65, 96, 0.8);
    }

body.dark-blue #accordion .ui-state-active {
    border: 1px solid rgb(32, 65, 96);
}

    body.light-blue #accordion .ui-state-default, body.light-blue #accordion .ui-widget-content .ui-state-default,
    body.light-blue #accordion .ui-widget-header .ui-state-default, body.light-blue #accordion .ui-button,
    html body.light-blue #accordion .ui-button.ui-state-disabled:hover, html body.light-blue #accordion .ui-button.ui-state-disabled:active {
        background-color: rgb(0, 105, 170);
    }

    body.light-blue #accordion .ui-state-hover {
        background: rgb(0, 105, 170, 0.8);
    }

body.light-blue #accordion .ui-state-active {
    border: 1px solid rgb(0, 105, 170);
}

    body.orange .ui-state-default, body.orange .ui-widget-content .ui-state-default,
    body.orange .ui-widget-header .ui-state-default, body.orange .ui-button,
    html body.orange .ui-button.ui-state-disabled:hover, html body.orange .ui-button.ui-state-disabled:active,
    body.burnt-orange .ui-state-default, body.burnt-orange .ui-widget-content .ui-state-default,
    body.burnt-orange .ui-widget-header .ui-state-default, body.burnt-orange .ui-button,
    html body.burnt-orange .ui-button.ui-state-disabled:hover, html body.burnt-orange .ui-button.ui-state-disabled:active,
    body.dark-blue .ui-state-default, body.dark-blue .ui-widget-content .ui-state-default,
    body.dark-blue .ui-widget-header .ui-state-default, body.dark-blue .ui-button,
    html body.dark-blue .ui-button.ui-state-disabled:hover, html body.dark-blue .ui-button.ui-state-disabled:active {
        color: #fff;
    }

    /*#accordion .ui-state-active {
    background-color: #0069aa;
    border: none;
}*/

    #accordion.ui-accordion .ui-accordion-header {
        padding: 1em 0.5em 1em 0.7em;
    }

    @media (max-width: 767px) {
        .col {
            margin-bottom: 1.5rem;
        }
    }

    /* about us */
    .our-values {
        list-style-type: none;
        padding-left: 0px;
    }

    .our-values-check {
        font-weight: bold;
        font-size: 20px;
    }

    .our-approach-img {
        max-width: 100%;
        max-height: 100%;
    }

    .team-cb {
        margin: 0 50px 30px 0;
    }

    .team-cb-img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        padding: 9px;
        box-shadow: 0 5px 20px 0 rgb(173 173 173 / 80%);
        margin-bottom: 20px;
    }

    .team-img {
        max-width: 250px;
        width: 100%;
        height: auto;
        border-radius: 50%;
        padding: 9px;
        box-shadow: 0 5px 20px 0 rgb(173 173 173 / 80%);
        margin-bottom: 20px;
    }

    .team-title {
        margin-bottom: 0px;
        font-style: italic;
    }

    .team-email {
        color: #369486;
    }

    .team-text {
        padding: 20px 0;
    }

    .team-profile {
        text-align: center;
        margin-bottom: 20px;
    }

    @media (max-width: 1440px) {
        .team-img {
            margin: 0 20px;
        }
    }

    /* Content Buttons */
    .content-btn-orange {
        background-color: #b65b2e;
        padding: 10px 20px;
        display: inline-block;
        color: white;
        transition: all 0.3s ease 0s;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .content-btn-orange:hover {
            color: white;
            cursor: pointer;
            background-color: #b65b2ed3;
        }

    .content-btn-green {
        background-color: #a1b753;
        padding: 10px 20px;
        display: inline-block;
        color: white;
        transition: all 0.3s ease 0s;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .content-btn-green:hover {
            color: white;
            cursor: pointer;
            background-color: #a1b753ce;
        }

    .content-btn-berry {
        background-color: #9b0038;
        padding: 10px 20px;
        display: inline-block;
        color: white;
        transition: all 0.3s ease 0s;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .content-btn-berry:hover {
            color: white;
            cursor: pointer;
            background-color: #9b0039cb;
        }

    .content-btn-blue {
        background-color: #0069aa;
        padding: 10px 20px;
        display: inline-block;
        color: white;
        transition: all 0.3s ease 0s;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .content-btn-blue:hover {
            color: white;
            cursor: pointer;
            background-color: #0069aace;
        }

    /* Search Results */
    .search-results-container .list-group-item {
        border: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .search-results-container a:hover {
        color: #22496d;
    }

    .search-results-container .btn.btn-primary {
        background-color: #9b0038;
        border-color: #9b0038;
    }

    /* Forms */
    form .form-label {
        font-weight: 600;
        margin-bottom: 0.3rem;
    }

    form.form-content {
        margin-top: 45px;
    }

    form .widget {
        margin-bottom: 0.6rem;
    }

        form .widget.widget-button {
            margin-top: 1.5rem;
        }

    .validation-summary-errors {
        background-color: #f8d7da;
        color: #721c24;
        padding: 0.75rem 1.25rem 0.25rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid #f5c6cb;
        position: relative;
    }

@media (max-width: 767px) {
    .what-we-do .col {
        padding: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 484px) {
    .interior-banner .banner-content {
        padding: 5px 5%;
    }

    .inner-page-banner__content {
        padding-top: 10px;
    }
}

.footer .tagline {
    font-family: merriweather;
}

@media (max-width: 800px) {
    .section-container.topic-boxes {
        padding: 50px 0;
    }

    .d-flex.no-flex-mobile {
        display: block !important;
    }

        .d-flex.no-flex-mobile a.content-btn-green {

            width: 100%;
            margin-top: 20px;
        }

    }
}