/*Overwrite Jura settings*/
body.max-width #site {
    box-shadow: none;
}

body.header-11-lg header#site-header .site-search,
body.header-11-lg header#site-header nav.main,
body.header-11-lg header#site-header nav.secondary {
    text-align: left;
}

body.header-11-lg header#site-header nav.cta-links {
    text-align: center;
}

    body.header-11-lg header#site-header nav.cta-links .social {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        body.header-11-lg header#site-header nav.cta-links .social .item {
            padding: 10px;
        }

            body.header-11-lg header#site-header nav.cta-links .social .item a {
                color: #3f3f3c;
                text-decoration: none;
                font-weight: normal;
            }

        body.header-11-lg header#site-header nav.cta-links .social img {
            max-width: 20px;
            width: 100%;
        }

header#site-header .container {
    max-width: inherit !important;
    width: 100% !important;
}

body.header-11-lg header#site-header .has-child > .expand-subpages,
body.header-11-lg header#site-header nav.main ul li.has-child > span::after {
    margin-right: 45px;
}

.input-control-width {
    width: 17%;
}

.cursor-pointer {
    cursor: pointer;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
}

.stat-number-small {
    font-size: 1.3rem;
}

.stat-number-small {
  font-size: 1.3rem;
}

input,
select {
    border-radius: 15px !important;
}

    select,
    select option {
        /*appearance: auto !important;*/
        appearance: none; /* Do NOT use default browser caret styling, use the specified caret below */
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 8 L10 13 L15 8"/></svg>');
        background-repeat: no-repeat;
        background-position: right 0.75rem center; /* Caret positioning */
        background-size: 1em;
        cursor: pointer;
    }

.arrow-after::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
    background-image: url("/media/novbyjua/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.container-small {
    max-width: 846px;
    margin: 0 auto;
}

.heading-col h1.heading.main {
    max-width: 968px;
    margin: 0 auto !important;
    text-align: center;
}

.bg-verylightblue {
    background-color: #d3dfed;
}

.bg-lightblue {
    background-color: #43a7cb;
}

.bg-blue {
    background-color: #2d62a1;
}

.blue {
    color: #2d62a1;
}

.bg-darkblue {
    background-color: #080b73;
}

.bg-lightgrey {
    background-color: #f5f5f5 !important;
}

.darkblue {
    color: #080b73 !important;
}

.bg-lightgreen {
    background-color: #9fd6ce;
}

.bg-seagreen {
    background-color: #9fd6ce !important; 
}

.bg-lightorange {
    background-color: #fceee0 !important;
}

.bg-orange {
    background-color: #ee9c48;
}

.bg-grey {
    background-color: #f9f9f9;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2rem;
    border-radius: 50px !important;
}

.btn-primary,
.btn-primary:hover {
    background-color: #080b73;
    border-color: #080b73;
    color: #ffffff;
}

.btn-secondary,
.btn-secondary:hover {
    background-color: #ee9c48;
    border-color: #ee9c48;
    color: #ffffff;
}

.btn:focus,
.btn:active {
    color: #ffffff !important;
}

.btn-text,
.btn-text:hover {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    background-color: transparent;
    padding: 0px !important;
}

.btn-grey,
.btn-grey:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

.btn-dropdown {
    background-color: #ffffff;
    border-radius: 0px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem !important;
    text-align: left;
    letter-spacing: normal;
    line-height: 24px;
    border-bottom: solid 1px #707070;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 62px;
    width: 100%;
    padding-left: 10px !important;
    background-image: url("/media/sgxgr00b/arrow_down.png");
    padding-right: 40px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

    .btn-dropdown.collapsed {
        background-image: url("/media/s0gp5cba/arrow_up.png");
        background-size: 18px 11px;
    }

.btn-link {
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: normal;
    font-size: 1rem;
    color: #080b73;
    font-family: inherit;
    font-weight: 400;
    vertical-align: unset;
}

.heading.main.base-heading {
    text-align: center;
}

.secondary-heading.base-secondary-heading {
    text-align: center;
}

body.header-11-lg header#site-header nav.main > ul > li {
    border-color: #e2e1e1;
}

body.header-11-lg header#site-header nav.main > ul > li {
    border-bottom: 1px solid #e2e1e1;
}

    body.header-11-lg header#site-header nav.main > ul > li > span > a,
    body.header-11-lg header#site-header nav.main > ul > li.has-child > span > a,
    body.header-11-lg header#site-header nav.main > ul > li.has-child ul {
        padding-left: 40px !important;
    }

    body.header-11-lg
    header#site-header
    nav.main > ul > li.has-child > ul:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        background: linear-gradient(to bottom, #dcdbdb, #f4f4f4);
        z-index: 1;
        pointer-events: none;
    }

.main.nav-dropdown ul li ul li {
    border-bottom: none;
}

.main.nav-dropdown a {
    /*font-weight: 600 !important;*/
}

.reveal-out #site-header .container #logo {
    display: block;
}

.page-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    font-size: 0.9rem;
    border: solid 1px #b7b7b7;
}

    .page-card h4 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 30px;
    }

    .page-card .icon {
        max-width: 20%;
    }

    .page-card p {
        font-weight: 400;
    }

.two-column-row {
    padding-left: 75px;
    padding-right: 75px;
}

    .two-column-row .container .row {
        align-items: center;
    }

    .two-column-row .container .column {
        padding: 0 40px;
    }

    .two-column-row iframe {
        width: 100%;
    }


.input-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.round {
    border-radius: 22px;
}

.heading-col .breadcrumb {
    display: flex;
    justify-content: center;
    padding-top: 0px !important;
}

    .heading-col .breadcrumb a {
        font-weight: 400;
    }

.directional-icons-chevron
.breadcrumb-trail
ol.breadcrumb
li.breadcrumb-item
i.icon:before {
    content: "//"; /* left */
}

.breadcrumb-trail ol.breadcrumb li.breadcrumb-item {
    margin-right: 8px !important;
    margin-top: 0px !important;
}

/*Getting started page*/

.getting-started-icons {
    max-width: 50%;
    margin: 2rem auto;
}

.getting-started-table .header {
    background-color: #eff8f8;
    font-family: open-sans, sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    font-weight: 900;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .getting-started-table.header .header-column p {
        margin-top: 1rem;
    }

/*Transplant journey*/
.transplant-journey-wrapper .card-icon {
    max-width: 160px;
    margin: -40px auto 0 auto;
}

.transplant-journey-wrapper .landing-card {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .transplant-journey-wrapper .landing-card .button-list {
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .transplant-journey-wrapper .landing-card .button-list .btn {
            flex: 0 0 auto;
        }

        .transplant-journey-wrapper .landing-card .button-list .btn {
            width: 100%;
            margin: 15px 0px;
        }

.transplant-journey-wrapper .selector span {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

#transplantJourneyModal .modal-dialog {
    position: relative;
    top: 10%;
    left: 15%;
    margin: 0;
}

#transplantJourneyModal .modal-backdrop.show {
    opacity: 0;
}

.transplant-journey-modal-content {
    border-radius: 8px;
}

    .transplant-journey-modal-content .modal-header .close {
        position: relative;
    }

    .transplant-journey-modal-content h3,
    .popover h3 {
        color: #2d62a1;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    .transplant-journey-modal-content .modal-header,
    .transplant-journey-modal-content .modal-footer {
        border: none;
    }

#transplantJourneyModal.modal .modal-dialog,
#noSelectedOrganModal.modal .modal-dialog {
    max-width: 50%;
}

#noSelectedOrganModal .modal-body {
    background-color: #dfdfdf;
}

.noSelectedOrganDropdown {
    padding: 0 55px 0 25px;
}

.transplant-journey-modal-content .modal-body {
    padding: 0px;
}

    .transplant-journey-modal-content .modal-body .modal-body-content {
        padding: 0 30px 0px 30px;
    }

    .transplant-journey-modal-content .modal-body #accordion-container {
        padding: 5px 50px 21px 50px;
    }

@media (min-width:0) and (max-width:768px) {

    #transplantJourneyModal .modal-dialog {
        left: 5%;
    }

    #transplantJourneyModal.modal .modal-dialog,
    #noSelectedOrganModal.modal .modal-dialog {
        max-width: 90%;
    }

    .transplant-journey-modal-content .modal-body #accordion-container {
        padding: 5px 10px 10px 10px;
    }
}

.transplant-journey-modal-content .modal-body #accordion-container .no-organ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

    .transplant-journey-modal-content
    .modal-body
    #accordion-container
    .no-organ
    .alert-icon-wrapper
    img {
        max-width: 43px;
        margin-top: -55px;
    }

    .transplant-journey-modal-content
    .modal-body
    #accordion-container
    .no-organ
    .selector {
        display: flex;
        flex-direction: column;
        width: 85%;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
    }

.transplant-journey-modal-content .modal-body #accordion-container .btn {
    text-align: left;
}

.transplant-journey-modal-content .modal-body .accordion-item {
    margin-bottom: 10px;
}

    .transplant-journey-modal-content .modal-body .accordion-item .heading {
        background-color: #f4f2f2;
        border-bottom: 1px solid #000000;
        display: flex;
        align-items: center;
        padding: 10px;
    }

        .transplant-journey-modal-content .modal-body .accordion-item .heading img {
            max-width: 35px;
            width: 100%;
            margin-right: 10px;
            align-self: flex-start;
        }

    .transplant-journey-modal-content .modal-body .accordion-item .card-body {
        background-color: #ffffff;
        border-radius: 5px;
        padding: 0.7rem;
    }

.transplant-journey-modal-content .modal-footer {
    background-color: #dfdfdf;
}

.transplant-journey-wrapper .selector span .no-organ {
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
}

.transplant-journey-wrapper .selector-pill-wrapper .selector {
    background-color: #9fd6ce;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: 35px;
    padding: 10px;
}

@media (min-width:0) and (max-width:991px) {
    .transplant-journey-wrapper .selector-pill-wrapper .selector {
        width: 100%;
        margin-left: 0px;
    }
}

.transplant-journey-wrapper .transplant-journey-card-link {
    display: flex;
    align-items: center;
    padding: 5px;
}

    .transplant-journey-wrapper .transplant-journey-card-link a {
        font-weight: normal;
        padding-right: 30px;
    }

    .transplant-journey-wrapper .transplant-journey-card-link .stop-icon {
        width: 100%;
        max-width: 28px;
        margin-right: 10px;
    }

    .transplant-journey-wrapper .transplant-journey-card-link .arrow-icon {
        width: 100%;
        max-width: 28px;
    }

/*Transplant Center Search Mini*/
.usn_cmp_transplantsearchmini {
    padding-top: 0px !important;
}

@media (min-width:0) and (max-width:991px) {
    .usn_cmp_transplantsearchmini {
        margin-top: 0px !important;
    }
}

@media (min-width:992px) and (max-width:1087px) {
    .usn_cmp_transplantsearchmini {
        margin-top: -50px !important;
    }
}

@media (min-width:1088px) {
    .usn_cmp_transplantsearchmini {
        margin-top: -100px !important;
    }
}

.transplant-center-search-mini-wrapper {
    display: flex;
    background-color: #9fd6ce;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 35px 10px 35px;
}

.transplant-center-search-expand-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #d0ebe7;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    margin: 10px;
}

/*Transplant Search*/
.transplant-search-card-wrapper .card-icon {
    max-width: 100px;
    margin: -45px auto 0 auto;
}

.transplant-center-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .transplant-center-search-wrapper input,
    .transplant-center-search-wrapper select {
        border-radius: 15px;
    }

#centers-list .transplant-center-search-results .center-name {
    font-weight: 700;
    color: #080b73;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

#centers-list .compare-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #d3dfed;
  padding: 0 1rem;
  margin: 0px 10px 0px 10px;
}

    #centers-list .compare-wrapper .small {
        font-size: 90%;
    }

#centers-list table.transplant-center-search-results,
#centers-list table.transplant-center-search-results tr {
    border: none !important;
}

    #centers-list table.transplant-center-search-results th {
        border: 5px solid #ffffff !important;
    }

    #centers-list table.transplant-center-search-results tbody td {
        padding: 30px 15px 30px 15px;
        max-width: 20em;
    }

#centers-list .table-no-border,
#centers-list .table-no-border th,
#centers-list .table-no-border td {
    border: none !important;
}

    #centers-list .table-no-border tbody td {
        border: none;
        padding: 0 8px; /* Assuming you want some padding inside cells */
    }

#centers-list .table-no-border {
    border-collapse: collapse;
    width: 100%; /* Adjust as needed */
}

#centers-list .header-row {
    align-items: center;
    /*display: table;*/
    border-collapse: separate;
    border-spacing: 20px;
}

    #centers-list .header-row .header-cell {
        text-align: center;
        cursor: pointer;
        background-color: #eff8f8;
        vertical-align: middle;
        padding: 15px 0px;
    }

        #centers-list .header-row .header-cell.active {
            background-color: #fceee0;
        }

        #centers-list .header-row .header-cell .exclamation-point {
            width: 100%;
            margin-top: -25px;
        }

            #centers-list .header-row .header-cell .exclamation-point img {
                max-width: 33px;
            }

    #centers-list .header-row th:first-child {
        border-left: none !important;
    }

    #centers-list .header-row table th:last-child {
        border-right: none !important;
    }

#centers-list .map-container {
    padding: 10px;
}

    #centers-list .map-container #map {
        height: 750px;
        width: 100%;
    }

#centers-list .popup-content {
    padding: 5px;
    font-size: 1rem;
}

    #centers-list .popup-content h1 {
        font-size: 1.5rem;
        margin: 5px 0px;
        font-weight: 700;
        color: #080b73;
        font-family: "Montserrat", sans-serif;
    }

#centers-list .popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

#centers-list .export-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px 15px 30px;
}

    #centers-list .export-wrapper button {
        background: #333333;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        margin: 10px 15px;
        padding: 6px 15px;
    }

.mapboxgl-popup-content,
.mapboxgl-popup {
    width: auto !important; /* Set width to auto */
    min-width: 100px; /* You can set a min-width if you like */
    max-width: 350px !important; /* Adjust the max-width as needed */
}

#centers-list .marker {
    cursor: pointer;
}

#centers-list .mobile-label {
    display: none;
}

#centers-list .rates-label {
    display: none;
}

#centers-list .tiertable-headers {
    display: table-row;
}

#centers-list .mobile-label {
  display: none;
}

#centers-list .rates-label {
    display: none;
}

#centers-list .tiertable-headers {
  display: table-row;
}

.ovals {
    display: flex;
    align-items: center;
    justify-content: start;
}

.oval {
    width: 20px;
    height: 30px;
    background-color: #080b73;
    border-radius: 40%;
    margin: 2px;
    display: inline-block; /* Align ovals in a row */
}

.blue-oval {
    background-color: #080b73;
}

.grey-oval {
    background-color: #c8c8c8;
}

.ovals {
    display: flex;
    align-items: center;
    justify-content: start;
}

.transplant-center-search-mini-wrapper.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    z-index: 1000;
}

    .transplant-center-search-mini-wrapper.floating label {
        font-size: 14px;
    }

    .transplant-center-search-mini-wrapper.floating .icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .transplant-center-search-mini-wrapper.floating .icon-wrapper img {
            max-width: 41px;
            margin-right: 10px;
        }

    .transplant-center-search-mini-wrapper.floating button {
        background-color: #080b73;
        border-color: #080b73;
        padding: 6px 15px;
    }

        .transplant-center-search-mini-wrapper.floating button:hover {
            background-color: #080b73;
        }

/*Website overview*/
.website-overview-wrapper .image-header-wrapper {
    margin: 25px 0px 50px 0px;
}

.website-overview-wrapper .image-header {
    width: auto;
    max-width: 75%;
}

.website-overview-row .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 35px 20px 35px;
}

    .website-overview-row .left .image-wrapper {
        width: 50%;
    }

    .website-overview-row .left .text {
        font-weight: 700;
        color: #080b73;
        text-align: center;
        margin-top: 15px;
    }

.website-overview-row .middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 20px;
    padding: 10px 35px 20px 35px;
}

    .website-overview-row .middle .image-wrapper {
        width: 25px;
        flex-shrink: 0;
    }

    .website-overview-row .middle .text {
        flex-grow: 1;
    }

.website-overview-row .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 10px 35px 20px 35px;
}

.website-overview-row.alternate-row {
    background-color: #f5f5f5;
}

@media (min-width:0) and (max-width:767px) {

    .website-overview-wrapper .headers {
        display: none;
    }

    .website-overview-wrapper .image-header {
        max-width: 100%;
    }

    .website-overview-row {
        flex-direction: column;
    }

        .website-overview-row .col-4 {
            max-width: 100%;
        }
}

/*Accordion*/
.repeatable.accordion.tab-buttons .tab {
    font-weight: 400;
}

    .repeatable.accordion.tab-buttons .tab img.icon {
        max-width: 55px;
        margin-right: 25px;
    }

    .repeatable.accordion.tab-buttons .tab a.nav-link {
        border: none;
        background-color: #f4f4f4;
        text-transform: none;
        font-weight: 400;
        font-size: 18px;
    }

.repeatable.accordion.tab-buttons .repeatable-content {
    margin: 0 0 0px 40px;
}

/*FAQ*/
.faq-contact {
    text-align: center;
}

    .faq-contact .green-body {
        width: 40%;
        margin: 0 auto;
        background-color: #9fd6ce;
        border-radius: 22px;
        margin-top: 25px;
        padding: 25px;
    }

/*Outtro*/

/* Newsletter */
.newsletter-form form {
    text-align: center;
    max-width: 623px;
    margin: 0 auto;
}

.newsletter-form .heading.base-heading {
    color: #30639f !important;
}

.newsletter-form .base-text {
    background-color: transparent;
}

.newsletter-form .buttons {
    position: relative !important;
    margin-top: 25px !important;
}

.newsletter-form .form .form-control {
    border-color: none;
}

/* Contact form */
.form.contact-form .heading {
    text-align: center !important;
}

.orange-bubble {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #fceee0;
    padding: 12px;
    border-radius: 10px;
}

    .orange-bubble .image {
        max-width: 43px;
    }

    .orange-bubble .text {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

.donating-life h2 {
    text-align: center;
}

.questions-to-consider #outerAccordion {
    margin-bottom: 6px;
}

.questions-to-consider .nested-accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

    .questions-to-consider .nested-accordion .card .card-header {
        background-color: inherit;
        padding: 0px;
    }

.questions-to-consider .nested-accordion-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

    .questions-to-consider .nested-accordion-tab::after {
        font-family: "Ionicons";
        content: "\f3d0"; /* down chevron */
    }

    .questions-to-consider .nested-accordion-tab:not(.collapsed)::after {
        font-family: "Ionicons";
        content: "\f3d8"; /* up chevron */
    }

.skeleton {
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.infographic-container {
    width: 100%;
    height: 233px;
    border: 10px solid white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px auto;
}

.infographic-text-container {
    margin-left: 20px;
}

.infographic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.full-width {
    position: relative;
    width: 90vw;
    margin-left: -45vw;
    left: 50%;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (min-width: 992px) {
    #site-content #logo {
        display: block;
        max-width: 305px;
        margin: auto;
        padding-top: 30px;
    }

    #site-header .container #logo {
        display: none;
    }
}

@media (max-width: 992px) {
    #site-content #logo {
        display: none;
    }

    .two-column-row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .transplant-center-search-mini-wrapper {
        flex-direction: column;
    }

  .transplant-center-search-mini-wrapper.floating {
    position: relative;
  }

  .transplant-center-search-mini-wrapper .input-control {
    width: 75%;
  }

  .transplant-center-search-expand-wrapper .input-control {
    width: 80%;
  }

  .result-count {
    padding-bottom: 25px;
  }

  .header-info {
    flex-direction: column;
  }

  #centers-list transplant-center-search-results table, thead, tbody, th, td, tr {
    display: block;
  }

  #centers-list table.comparecenters, table.comparecenters thead, table.comparecenters tbody, table.comparecenters th, table.comparecenters td, table.comparecenters tr {
    display: revert;
  }

  #centers-list transplant-center-search-results tr {
    border: 1px solid #ccc;
   }

  #centers-list transplant-center-search-results td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  #centers-list .header-row .header-cell {
    width: 100%;
  }

  #centers-list table.transplant-center-search-results tbody td {
    max-width: 100%;
    padding: 10px 15px 10px 15px;
  }
  
  #centers-list .mobile-label {
    display: block;
  }

  #centers-list .export-wrapper {
    flex-direction: column;
  }

  #centers-list .tiertable-headers {
    display: none;
  }

  #centers-list .rates-label {
    display: inline-block;
  }

  #centers-list .tiertable-row {
    display: flex;
    justify-content: space-between;
  }

  #centers-list .tiertable-top {
    border: none;
  }
}

/**umb_name:Image Left - wrap text*/
.imgLeftWrap {
    float: left;
    margin: 0 10px 0 10px;
}

/**umb_name:Image Right - wrap text*/
.imgRightWrap {
    float: right;
    margin: 0 10px 0 10px;
}


/* This is the title of the pagination section, appearing above the 'hr' divider */
.paginationHeader {
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    text-align: center;
}

/* This is for the entire container that holds the 'prev' btn numbered btns, and 'next' btn */
.paginationContainer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Inital setup for prev and next btns */
.pagination-prev-next-btns {
    display: flex;
    align-items: center;
}

    /* If the page-link class is applied to any btn, then that btn is active and cursor should be a pointer when hovering */
    .pagination-prev-next-btns .page-link:hover {
        cursor: pointer;
    }

    /* Ensure that the clickable button area is a circle, and that there is no outer border displayed */
    .pagination-prev-next-btns img {
        border-radius: 50%;
        padding: 0 !important;
    }

    .pagination-prev-next-btns .page-link {
        background-color: #080b73;
    }

/* Ensure correct font + text color for all page numbers and ellipses */
.paginationNumberedBtnContainer a {
    padding: 0 15px 0 15px; /* Space between pg numbers */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #080b73;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}











/* Ensure cursor is a pointer any time page numbers are hovered */
.paginationNumberedBtnContainer a:hover {
    cursor: pointer;
}

/* Highlight the current page by placing a gray circle in the background */
.currentPageHighlightCircle {
    background-color: lightgray;
    border-radius: 50%; /* Make it a circle */
}

.articleItem {
    margin: 1em 0 1em 0;
}

.listContainer {
    display: flex;
    min-height: 20em;
}


/* This is the title of the pagination section, appearing above the 'hr' divider */
.paginationHeader {
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    text-align: center;
}

/* This is for the entire container that holds the 'prev' btn numbered btns, and 'next' btn */
.paginationContainer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginationDropdownContainer {
    font-size: 1.25rem;
    font-family: "Montserrat", sans-serif;
}

.paginationDropdown {
    padding: 0 25px 0 15px;
}

/* Inital setup for prev and next btns */
.pagination-prev-next-btns {
    display: flex;
    align-items: center;
}

/* If the page-link class is applied to any btn, then that btn is active and cursor should be a pointer when hovering */
.pagination-prev-next-btns .page-link:hover {
    cursor: pointer;
}

/* Ensure that the clickable button area is a circle, and that there is no outer border displayed */
.pagination-prev-next-btns img {
    border-radius: 50%;
    padding: 0 !important;
}

.pagination-prev-next-btns .page-link {
    background-color: #080b73;
}

/* Ensure correct font + text color for all page numbers and ellipses */
.paginationNumberedBtnContainer a {
    padding: 0 15px 0 15px; /* Space between pg numbers */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #080b73;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* Ensure cursor is a pointer any time page numbers are hovered */
.paginationNumberedBtnContainer a:hover {
    cursor: pointer;
}

/* Highlight the current page by placing a gray circle in the background */
.currentPageHighlightCircle {
    background-color: lightgray;
    border-radius: 50%; /* Make it a circle */
}

.articleItem {
    margin: 1em 0 1em 0;
}

.listContainer {
    display: flex;
    min-height: 20em;
}

.center-comparison-table-tab::after {
    font-family: "Ionicons";
    content: "\f3d0"; /* down chevron */
    margin: 15px 0 0 15px;
}

.center-comparison-table-tab:not(.collapsed)::after {
    font-family: "Ionicons";
    content: "\f3d8"; /* up chevron */
    margin: 15px 0 0 15px;
}

.comparison-row-header {
    min-width: 100px !important;
    padding: 1.25rem;
}

.extended-comparison.table th {
    min-width: 150px;
    max-width: 300px;
}

.extended-comparison.table td {
    min-width: 150px;
    max-width: 300px;
}

.center-details-wrapper {
    min-height: 275px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Bootstrap 5 overrides on Subway Map modal accordion */
.accordion-button::after {
    display: none !important;
    content: none !important;
}

.accordion-button {
    border: none !important;
    box-shadow: none !important;
}

.accordion-body {
    color: rgba(var(--base-text), 1);
}

.accordion-button:focus,
.accordion-button:active {
    outline: none ;
    box-shadow: none ;
    border: none ;
    background-color: transparent ;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit; 
    box-shadow: none;
}

.accordion-item {
    border: none;
}

/* Center 'Tachometer' Displays */
.exampleTachContainer {
    max-width: 14ch;
    /*max-width: 130px;*/
}

.exampleTachLabel {
    font-weight: 600; /* Semi-bold */
}