@import url("https://use.typekit.net/wib3bdr.css"); /* Adobe Fonts (WD2020) Proxima Nova Family */
/* @import "navbar-scroll.css"; */

/* ------ Change Fonts to Proxima Nova ----- */

body {
    font-family: proxima-nova, sans-serif;
    background-color: #2d2e2f;
    color: #ffffff;
    /*---MESSING WITH THIS STUFF---*/
    background-image: url("../images/circles/circle-top-revgray.svg");
    background-repeat: no-repeat;
    background-size: 200vh;
    background-position: center top;
}

input,
select,
textarea {
    font-family: proxima-nova, sans-serif;
    background-color: #ffffff;
    color: #353636;
}

/* ------ Stop iOS from Restyling Buttons ------ */

.btn {
    -webkit-appearance: none;
}

/* ------ Base Text Styling ----- */

a {
    color: #9c8352;
}
a:hover {
    color: #b9a885;
}
p {
    font-weight: 200;
}
ul.condensed li,
li.condensed,
strong.condensed,
p.condensed,
h1.condensed,
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed {
    font-family: proxima-nova-condensed, sans-serif;
}

@media (min-width: 2060px) {
    p,
    li {
        font-size: 1.5em;
    }
    .navbar li {
        font-size: 1em;
    }
}

ul.split-list {
    -webkit-column-count: 2; /* Chrome/Opera, Safari */
    -moz-column-count: 2; /* Mozilla Firefox */
    column-count: 2;
    column-gap: 20px;
    /* column-rule: 4px double #ff00ff; */
}
ul.tri-list {
    -webkit-column-count: 3; /* Chrome/Opera, Safari */
    -moz-column-count: 3; /* Mozilla Firefox */
    column-count: 3;
    /* column-gap: 10px; */
}
ul.tri-list.restore-margin li {
    margin-left: 0px;
}

@media (max-width: 576px) {
    ul.tri-list {
        -webkit-column-count: 2; /* Chrome/Opera, Safari */
        -moz-column-count: 2; /* Mozilla Firefox */
        column-count: 2;
    }
}

/* ------ Remove Bullets and Style Un-Ordered Lists ----- */

ul.no-dots {
    list-style-type: none;
}

ul.no-dots li {
    line-height: 1.5em;
    font-size: 1.25em;
    margin-left: -2em;
}

ul.no-underline li a {
    text-decoration: none;
}

@media (max-width: 576px) {
    ul.no-dots li {
        line-height: 1.25em;
        font-size: 1em;
        margin-left: -2em;
    }
}
/* ------ Remove Bullets and Style Un-Ordered Lists ----- */

.btn-wd {
    background-color: #0099d8;
    border-color: #7fcceb;
    color: #ffffff;
}
.btn-wd:hover {
    background-color: #32addf;
    border-color: #32addf;
    color: #ffffff;
}
.btn-gray {
    background-color: #76777a;
    border-color: #c7c9c8;
    color: #e3e3e4;
}
.btn-gray:hover {
    background-color: #525355;
    border-color: #c7c9c8;
    color: #ffffff;
}
.btn-gold {
    background-color: #9c8352;
    border-color: #ebe6dc;
    color: #ffffff;
}

.btn-gold:hover {
    background-color: #7c6841;
    border-color: #b9a885;
    color: #ebe6dc;
}

.carousel .btn {
    color: #c7c9c8;
}
.carousel .btn:hover {
    color: #ffffff;
}

/* ------ Icon Styling ------ */

.wd-icon {
    color: #0099d8;
    font-size: 50px;
    padding-bottom: 10px;
}

.wd-icon-lg {
    font-size: 200px;
    position: relative;
    top: 1px;
    display: inline-block;
}

/* Center Image on Mobile */

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

/* ------ Image Styling ------ */

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

/* ------ Page Styling ------ */
.bg-new-blue {
    background-color: #006fc3;
}
.bg-dark-cyan {
    background-color: #0099d8;
}
.bg-mid-cyan {
    background-color: #32addf;
}
.bg-light-cyan {
    background-color: #7fcceb;
}
.bg-white {
    background-color: #ffffff;
}
.bg-off-white {
    background-color: #f6f6f6;
} /*#f4f4f4 */
.bg-lightest-grey {
    background-color: #e3e3e4;
}
.bg-light-grey {
    background-color: #c7c9c8;
}
.bg-mid-grey {
    background-color: #76777a;
}
.bg-dark-grey {
    background-color: #525355;
}
.bg-darker-grey {
    background-color: #414244;
}
.bg-super-dark {
    background-color: #1f2020;
}

.bg-tm-dark-grey {
    background-color: #353636;
}
.bg-tm-darker-grey {
    background-color: #2d2e2f;
}

/* .bg-darker-grey-transparent {background-color: rgb(65 , 66, 68, 0.3);} */

.bg-blue-gradient {
    background: #006fc3; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to top,
        #0057b7,
        #0099d8
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to top,
        #0057b7,
        #0099d8
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-new-blue {
    color: #006fc3;
}
.text-dark-cyan {
    color: #0099d8;
}
.text-mid-cyan {
    color: #32addf;
}
.text-light-cyan {
    color: #7fcceb;
}
.text-white {
    color: #ffffff;
}
.text-off-white {
    color: #f6f6f6;
} /*#f4f4f4 */
.text-lightest-grey {
    color: #e3e3e4;
}
.text-light-grey {
    color: #c7c9c8;
}
.text-mid-grey {
    color: #76777a;
}
.text-dark-grey {
    color: #525355;
}
.text-darker-grey {
    color: #414244;
}
.text-super-dark {
    color: #313133;
}
.text-gold {
    color: #9c8352;
}
.text-light-gold {
    color: #b9a885;
}
.text-dark-gold {
    color: #7c6841;
}
.text-mid-cyan {
    color: #32addf;
}

/* ------ Border Bars ------*/

.grey-bars {
    border-top: 4px solid #525355;
    border-bottom: 4px solid #525355;
}
.grey-bars-thin {
    border-top: 3px solid #525355;
    border-bottom: 3px solid #525355;
}
.grey-bar-top {
    border-top: 4px solid #525355;
}
.grey-bar-bottom {
    border-bottom: 1px solid #525355;
}
.light-grey-bar-bottom {
    border-bottom: 1px solid #76777a;
}
.gold-bar-bottom {
    border-bottom: 2px solid #9c8352;
}
.homepage.grey-bar-bottom {
    border-bottom: 4px solid #414244;
}
.blue-bars {
    border-top: 10px solid #32addf;
    border-bottom: 10px solid #32addf;
}
.grey-line {
    border-top: 1px solid #76777a;
    margin: 1em 0;
}
.big-text .grey-line {
    border-top: 1px solid #76777a;
    margin: 2em 0;
}
.white-line {
    border-top: 1px solid #ffffff;
    margin: 2em 0;
}
.light-grey-line {
    border-top: 1px solid #c7c9c8;
    margin: 2em 0;
}
.gold-line {
    border-top: 2px solid #9c8352;
    margin: 1em 0;
}
.dark-line {
    border-top: 3px solid #2e2d2f;
    margin: 1em 0;
}
/* ------ Navigation Styling ----- */

.wd-navbar {
    background: #ffffff;
    border-bottom: 1px solid #0099d8;
}

.navbar-dark .dropdown-menu a.dropdown-item:hover {
    background-color: #76777a;
    color: #ffffff;
}

/* Size SVG Logo on Standard Screens */

.navbar-brand img {
    width: auto;
    height: 25px;
    color: rgba(255, 255, 255, 0.5);
}

/* .navbar { height: 50px !important; } */

@media (max-width: 991px) {
    /* ------ Center shop button on mobile ------ */
    .navbar a.btn {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    /* ------ Resize navbar on mobile ------ */
    /* .navbar { height: 56px !important; } */
}

/* ------Change Navbar Color and Button on Scroll

.navbar-dark .btn-outline-secondary {
color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .btn-outline-secondary:hover {
color: #ffffff !important;
border-color: #6c757d !important;
}

.navbar-dark.scrolled .btn-outline-secondary {
/* color: rgba(0, 0, 0, 0.5);
}

.navbar-dark.scrolled .btn-outline-secondary:hover {
background-color: #32addf;
border-color: #32addf !important;
color: #ffffff;
}

.navbar-dark .navbar-brand { filter: grayscale(100%) !important; }
.navbar-dark.scrolled .navbar-brand { filter: grayscale(0%) !important; }

.bg-super-dark.scrolled, .bg-dark-grey.scrolled, .bg-darker-grey.scrolled {
/* background-color: #ffffff !important;
transition:500ms ease;
}
/* see top of this sheet: @import "navbar-scroll.css";

.navbar-dark .dropdown-menu a.dropdown-item:hover {
background-color: #0099d8;
color: #ffffff;
}

------ */

/* ------ Jumbotron Styling ----- */

.jumbotron {
    background-color: #000000;
    background-image: url("../images/hero_images/homepage-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: #333 1px 1px 1px;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 0;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .jumbotron {
        min-height: 350px;
        padding-top: 60px;
    }
}

@media (min-width: 2060px) {
    .jumbotron {
        min-height: 450px;
        padding-top: 100px;
    }
}

.jumbotron h1 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 500;
    font-size: 4em;
}
.jumbotron h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 500;
    font-size: 2.75em;
}
@media (max-width: 575px) {
    .jumbotron {
        min-height: 200px;
    }
    .jumbotron h1 {
        font-size: 3em;
    }
}

.jumbo-logo {
    color: #fff;
    -webkit-filter: drop-shadow(1px 1px 1px #333);
    filter: drop-shadow(1px 1px 1px #333);
    /* margin-bottom: 5px; */
    max-height: 11em;
    margin-bottom: 10px;
}
@media (min-width: 2060px) {
    .jumbo-logo {
        max-height: 12em;
    }
}
@media (max-width: 575px) {
    .jumbo-logo {
        max-width: 80%;
        min-height: 20%;
    }
}

/* .jumbotron.homepage { padding: 50px 25px;} */
.jumbotron.homepage h1 {
    font-size: 1.75em;
}
.text-center .wd-email-center {
    display: inline-table;
    vertical-align: middle;
}

.jumbotron.homepage .jumbo-logo {
    color: #fff;
    -webkit-filter: drop-shadow(1px 1px 1px #333);
    filter: drop-shadow(1px 1px 1px #333);
    margin-bottom: 10px;
    max-height: 10em;
}

@media (min-width: 2060px) {
    .jumbotron.homepage .jumbo-logo {
        max-height: 12em;
    }
    /* .jumbotron h1{ font-size: 3.5em;} */
}

.dumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-shadow: #333 1px 1px 1px;
    /* filter: grayscale(100%) brightness(75%) ; */
}

/* Header Parallax Element Style*/

.paral {
    background-attachment: fixed;
    background-size: auto;
    background-position: center top;
}

/* ------ Grey Oval ------ */

.grey-oval {
    background-image: url("../images/oval-top-light.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /* margin-top: 50px; */
}

/* ------ Big Text ----- */

.big-text h1 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 800;
    font-size: 5em;
    line-height: 0.95em;
}

.big-text h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 800;
    font-size: 3em;
    line-height: 0.95em;
}
.big-text h3 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.15em;
}
.big-text h4 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.1em;
}
.big-text ul li {
    font-size: 1.25em !important;
    line-height: 1.375em;
    font-weight: 300;
}
@media (max-width: 767px) {
    .big-text p {
        font-size: 1.2em !important;
        line-height: 1.3em;
        font-weight: 300;
        padding: 0 !important;
    }
}
@media (max-width: 575px) {
    .big-text h1 {
        font-size: 2.55em;
        line-height: 1em;
    }
    .big-text h2 {
        font-size: 2.25em;
        line-height: 1em;
    }
    .big-text h3 {
        font-size: 2em;
        line-height: 1em;
    }
}
@media (min-width: 2060px) {
    .big-text h1 {
        font-size: 6.5em;
        /* margin-top: 40px; */
    }
    .big-text h2 {
        font-size: 5em;
        line-height: 1em;
    }
    /* .big-text h3 {
	font-size: 3em;
	line-height: 1em;
	} */
    .big-text p {
        font-size: 1.75em !important;
        line-height: 1.5em;
        /* font-weight: lighter; */
    }
}
/* .big-text p {
padding: 30px 0px;
} */

@media (min-width: 992px) {
    .big-text p {
        font-size: 1.25em;
        line-height: 1.25em;
        /* padding: 30px 60px; */
    }
}

/* ------ Spotlight ----- */

.spotlight p.lead {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5em;
}

/* ------ Service Cards Styling ----- */

.service-cards {
    /* background-image: url("../images/circles/circle-bottom-gray.svg"); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-bottom: -30px;
}
/* .card-group {border: 1px solid #fff;} */
.service-cards .card {
    border: 1px solid #c6c7c7;
    border-radius: 0;
    transition: box-shadow 0.5s;
}

.service-cards .card .card-body,
.card h6 {
    visibility: hidden;
}

.service-cards .card .card-body,
.card h6 {
    visibility: hidden;
}

.service-cards .card:hover .card-body,
.card:hover h6 {
    visibility: visible;
}

.service-cards .card:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
    font-size: 1.25em;
}

@media (max-width: 575px) {
    .service-cards .card {
        font-size: 1.5em; /* margin-bottom: 15px; */
    }
    .service-cards .card:hover {
        font-size: 2em;
    }
    .service-cards .card .card-body,
    .card h6 {
        visibility: visible;
    }
    .service-cards .card:hover .card-body .card-title {
        transition: all 0s !important;
    }
}

.service-cards .card-img-top {
    border-radius: 0 !important;
}
.service-cards .card-body {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    /* transition: all 1s ease; */
}

/* --- Translucent Gray Overlay --- */

.service-cards .card:hover .card-body {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    transition: all 1s ease;
}
.service-cards .card:hover .card-body .card-title {
    /* transition: all 1s ease; */
    position: relative;
    text-shadow: #333 1px 1px 1px;
}

.service-cards .col-xl-2,
.service-cards .col-sm-4 {
    padding: 0;
    margin: 0;
}
.service-cards h6 {
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 10px;
}

@media (min-width: 2060px) {
    .service-cards h6 {
        font-size: 1.25em;
    }
}

/* --- Zoom on Hover Effect --- */

.card.card-zoom:hover .card-overlay {
    opacity: 0;
}
.card.card-zoom {
    overflow: hidden;
}

.card.card-zoom img {
    transition: all 1s ease;
}

.card.card-zoom:hover img {
    transform: scale(1.5);
}

/* ------ Icon Deck Styling ------ */

.service-cards.icon-deck {
    background-image: none !important;
}
.service-cards.icon-deck .card-body {
    background-color: rgba(255, 255, 255, 0.7);
}
.service-cards.icon-deck .card:hover .card-body {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.service-cards.icon-deck .card:hover .card-body .card-title {
    color: #000;
    position: relative;
    vertical-align: middle;
    text-shadow: none;
    /* margin-top: -1em; */
}

.icon-deck .card {
    border: none;
}
.icon-deck .card:hover {
    box-shadow: none;
}
.icon-deck .card h4 {
    visibility: hidden;
}
.icon-deck .card img {
    opacity: 0.7;
}
.icon-deck .card:hover img {
    opacity: 1;
}

/* ------ Container Styling ----- */

.container-fluid.homepage-padding {
    padding: 60px 50px;
}

.new-max {
    max-width: 1200px !important;
}
/* max-width: 1650px !important; */

/* ------ Carousel Styling ----- */

#responsiveCarouselText,
.carousel-text h1 {
    height: 100%;
}

#responsiveCarousel .carousel-indicators li,
#responsiveCarousel .carousel-control-prev-icon,
#responsiveCarousel .carousel-control-next-icon {
    text-shadow: #333 1px 1px 1px;
    -webkit-filter: drop-shadow(1px 1px 1px #333);
    filter: drop-shadow(1px 1px 1px #333);
}

#responsiveCarouselText .carousel-indicators {
    position: absolute;
    bottom: 0 !important;
}

.carousel-text {
    font-size: 0.95em;
    /* text-shadow: #333 1px 1px 1px; */
}
@media (max-width: 575px) {
    .carousel-text {
        font-size: 0.75em;
    }
}
@media (max-width: 1199px) {
    .carousel-text {
        font-size: 0.75em;
    }
}

.carousel-text h1 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    /* border-bottom: 1px solid #76777a; */
    /* color: #0099d8;  #c7c9c8;  */
}
.carousel-text h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    font-family: proxima-nova, sans-serif;
    /* border-bottom: 1px solid #76777a; */
    color: #c7c9c8; /* #838487 */
}

.carousel-text h3 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #76777a; */
    /* color: #0099d8;  #c7c9c8;  */
}

.carousel-text p {
    font-size: 1.25em !important;
    line-height: 1.25em;
}

.carousel-text ul li {
    font-weight: 500;
    line-height: 1.25em;
    /* color: #838487 !important; */
}

@media (min-width: 2060px) {
    /* .carousel-text ul li {
	font-size: 1.75em !important;
	line-height: 1.25em !important;
}
.carousel-text h1 { font-size: 4em !important; margin-top: 5px;}
.carousel-text h2 { font-size: 2.25em !important; } */
}

.bg-light-gradient {
    background: #f6f6f6; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to top,
        #f6f6f6,
        #fff
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to top,
        #f6f6f6,
        #fff
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-dark-gradient {
    background: #525355; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to top,
        #494a4c #525355
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to top,
        #494a4c,
        #525355
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 2px solid #8b8c8c;
    text-shadow: #333 1px 1px 1px;
}
.bg-dark-gradient ul li {
    color: #c7c9c8;
}
.bg-dark-gradient img {
    border-right: 0px solid #525355;
}
@media (max-width: 992px) {
    .bg-dark-gradient img {
        border-bottom: 0px solid #525355;
        border-right: 0px solid #525355;
    }
}

/* ------ Inner Card Styling Fixes ------ */

@media (min-width: 2060px) {
    .card p.card-text {
        font-size: 1em;
    }
}

/* ------ Hide reCAPTCHA Badge ------ */

.grecaptcha-badge {
    visibility: hidden;
}

/* ------ Contact Styling ------ */

.contact .btn {
    margin: 15px 0;
    background-color: #7fcceb;
    color: #fff;
}

.contact .btn:hover {
    margin: 15px 0;
    background-color: #0099d8 !important;
    color: #fff;
}

.social-media-icon:hover {
    /* filter: grayscale(1); */
    filter: sepia(1) hue-rotate(0deg) saturate(1) brightness(1.15);
}

.footer-text {
    font-family: proxima-nova-condensed, sans-serif;
}
.footer-text a:hover {
    text-decoration: none;
    color: #b9a885;
}

#offices.footer-text p,
#offices.footer-text a {
    color: #76777a;
}

#offices.footer-text h5 {
    color: #b9a885;
}

/* ------ Resources Page Styling ------ */

#glossary strong {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 600;
    color: #0099d8;
}

#glossary strong::before {
    /* Offset the jump to anchor link so that it isn't hidden by navigation */
    display: block;
    content: " ";
    margin-top: -40px;
    height: 40px;
    visibility: hidden;
    pointer-events: none;
}
/* ------ Jump To / Page Anchor Links ------ */

.jump-link::before {
    /* Offset the jump to anchor link so that it isn't hidden by navigation */
    display: block;
    content: " ";
    margin-top: -100px;
    height: 120px;
    visibility: hidden;
    pointer-events: none;
}

/* ------ Leaflet MapId ----- */

#tanmar-map #mapid {
    width: 100%;
    height: 90%;
    min-height: 50vh;
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}

@media (min-width: 2060px) {
    #tanmar-map #mapid {
        width: 100%;
        height: 90%;
        min-height: 30vh;
        background-color: transparent;
        border: none;
        margin-bottom: 40px;
    } /* font-weight: lighter; */
}

/* ------ Tab / Pill Box Navigation ------ */

.nav-pills .nav-item,
.nav-tabs .nav-item {
    margin: 0 10px;
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
    background-color: #414244;
    border: solid 1px #414244;
    color: #c7c9c8;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #76777a;
    border: solid 1px #76777a;
    color: #ffffff;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
    background-color: #76777a;
    border: solid 1px #76777a;
    color: #ffffff;
}

.nav-pills .nav-link:hover {
    background-color: #525355;
    border: solid 1px #76777a;
    color: #ffffff;
}

.nav-tabs .nav-link:hover {
    background-color: #525355;
    border: solid 1px #525355;
    color: #ffffff;
}

/* .text-lightest-grey {color: #e3e3e4;}
	.text-light-grey {color: #c7c9c8;}
	.text-mid-grey {color: #76777a;}
	.text-dark-grey {color: #525355;}
	.text-darker-grey {color: #414244;}
	.text-super-dark {color: #313133;} */

/* ------ Accordion Styling ------ */
.accordion,
.accordion-item {
    border: 1px solid #313133;
}
.accordion-button {
    background-color: #414244;
    color: #ffffff;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    background-color: #414244;
    color: #ffffff;
}
.accordion-button:hover,
.accordion-button:not(.collapsed):hover {
    background-color: #525355;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #525355;
}

/* Change the button border highlight */
.accordion-button:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}

/* Change the arrow color */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.exit-popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
}

.exit-popup-wrapper {
    position: relative;
    top: 10%;
    bottom: 10%;
    display: block;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    background-color: #f6f9ff;
}
