@import url("/css/plugins/easy-autocomplete.min.css"); .mr_search {
    right: clamp(1rem, 2vw, 100px);
    min-width: 10rem;
    font-size: clamp(1rem, 1.3vw, 3rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    transition: width 0.2s;
    padding-left: 0.5rem;
}

.is_stuck.searching .mr-navbar-nav-wrap {
}

.is_stuck .mr_search {
    height: 58px;
}

#mr_search_form {
    display: flex;
    width: 100%;
    position: relative;
    transition: 0.3s;
}

#mr_search {
    border-color: var(--mr-color-light);
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    box-shadow: none;
    color: var(--mr-color-light);
    float: none;
    width: 100%;
    background: transparent;
    font-family: var(--mr-font-main);
    outline: 0px;
    font-size: 1.2rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    transition: 0.2s;
    opacity: 1;
}

.mr-search-toggle {
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0px;
    background: transparent;
    border: 0px;
    font-size: 1em;
    outline: none !important;
}

.mr-search-toggle::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    transition: 0.3s;
    transform: scale(1) rotate(0deg);
    color: rgb(6, 8, 8);
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/magnifying-glass.svg") center center / contain no-repeat;
}

.mr-search-toggle::before {
    font-size: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    position: relative;
    line-height: 1;
}

.mr-search-toggle::before, .mr-search-toggle::after {
    top: auto;
    left: auto;
    display: block;
}

.mr-search-toggle::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    transition: 0.3s;
    transform: scale(0) rotate(-90deg);
    color: rgb(221, 160, 99);
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/xmark.svg") center center / contain no-repeat;
}

.mr-search-toggle, .mr-search-toggle::before, .mr-search-toggle::after {
    text-align: center;
    width: 1.6em;
    height: 2em;
}

input#mr-search-input {
    border-width: 0px 0px 3px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-radius: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(55, 156, 214);
    font-size: 1em;
    padding-left: calc(1.5em + 0.75rem);
    background: transparent;
}

.search-cover {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    opacity: 0;
}

.searching .search-cover {
    display: none;
}

.search_results_section h3 a {
    color: var(--mr-color-primary);
    text-decoration: none;
    margin-right: 1rem;
}

.search_results_section h3 {
    border-bottom: 3px solid var(--mr-color-primary);
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.75rem;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
}

.search_result_img {
    min-width: 180px;
    max-width: 30%;
    overflow: hidden;
    width: calc(100% - 1rem);
    flex-grow: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.search_result_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.search_result_img img[src*="png"] {
    object-fit: contain;
}

.search_results_section_showall {
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.search_results_section_showall::before, .search_results_section_showall::after {
    content: "";
    display: block;
    height: 1px;
    background: rgb(190, 189, 189);
    flex-grow: 1;
}

.search_results_section_showall span, .search_results_section_showall a {
    cursor: pointer;
    background: transparent;
    border: 1px solid rgb(207, 207, 207);
    padding: 0px 2em;
    color: rgb(0, 0, 0);
    font-family: var(--mr-font-main);
    border-radius: 2em;
    text-decoration: none;
    display: inline-block;
}

.search_highlight {
    background: rgb(255, 240, 179);
    /* padding: 0px 0.15em; */
    border-radius: 2px;
}

.search_back {
    margin: 0.5rem 0px 0.6rem;
}

.search_back_link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgb(189, 189, 189);
    background: transparent;
    color: rgb(47, 47, 47);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.search_back_link::before {
    content: "<";
    font-weight: 700;
}

.search_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-bottom: 0.4rem;
    margin-bottom: 1.4rem;
}

.search_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgb(207, 207, 207);
    color: rgb(47, 47, 47);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.search_tab:hover, .search_back_link:hover {
    background: var(--mr-color-accent-hazy);
}

.search_tab.active {
    background: var(--mr-color-accent-hazy);
    color: rgb(0, 0, 0);
}

.search_results_section.image_results .image_results_showall {
    display: none;
}

.search_results_section.image_results.showmore .image_results_showall {
    display: flex;
}

.search_results_section > .search_result_link:nth-of-type(n+6) {
    display: none;
}

.search_results_section.showall > .search_result_link, .search_results_section.showall .search_result_link {
    display: block;
}

.search_results_section.filter-active .search_results_section_showall {
    display: none;
}

.search_results_section.filter-active .search_result_link {
    display: block !important;
}

.search_results_section.image_results.filter-active .search_gallery_grid .search_gallery_item {
    display: block !important;
}

.search_results.search_results_single .search_results_section .search_result_link:nth-of-type(n+6) {
    display: none;
}

.search_results_section.image_results .search_gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.search_results_section.image_results .search_gallery_item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: rgb(240, 240, 240);
    box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 10px;
    border: 1px solid transparent;
    transition: border-color 0.2s;
    border-radius: 15px;
    overflow: hidden;
}

.search_results_section.image_results .search_gallery_item:hover {
    border-color: var(--mr-color-accent);
}

.search_results_section.image_results .search_gallery_thumb {
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
    display: block;
}

.search_results_section.image_results .search_gallery_thumb img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
}

.search_results_section.image_results .gallery_caption {
    display: none;
}

.search_results_section.image_results .search_gallery_meta {
    padding: 0.6rem 0.8rem 0.8rem;
    display: grid;
    gap: 0.3rem;
}

.search_result_links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.6rem;
    margin-top: 1rem;
    padding: 0.7rem 0.7rem 0px;
    font-size: 0.85rem;
    border-top: 1px solid rgba(128, 128, 128, 0.26);
}

.search_gallery_item .search_result_links {
    padding: 0.7rem 0px 0px;
    margin-top: 0.2rem;
}

.search_result_links_label {
    font-weight: 600;
    color: var(--mr-color-contrast, #222);
    line-height: 1.7;
}

.search_result_links a {
    color: var(--mr-color-contrast, #222);
    background: var(--mr-color-accent-hazy);
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s;
}

.search_gallery_item .search_result_links a {
    background: rgb(205, 205, 205);
}

.search_result_links a:hover {
    background: var(--mr-color-accent);
    color: var(--mr-color-light);
    border-color: var(--mr-color-accent);
}

.document_page_toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

.document_page_toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(207, 207, 207);
    color: rgb(47, 47, 47);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--mr-font-main);
    width: fit-content;
}

.document_page_toggle:hover {
    background: var(--mr-color-accent-hazy);
}

.document_page_toggle.active {
    background: var(--mr-color-accent-hazy);
    color: rgb(0, 0, 0);
}

.document_results_group {
    margin-bottom: 2rem;
}

.document_results_group_heading {
    margin-bottom: 0.8rem;
}

.document_results_group_heading a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgb(247, 248, 250);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--mr-color-primary);
    text-decoration: none;
    font-weight: 700;
}

.search_result_link--document {
    display: block;
}

.search_result_link--document .search_result_details {
    display: block;
    text-decoration: none;
}

.document_result_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.9rem;
    color: rgb(76, 76, 76);
    font-size: 0.85rem;
}

.document_result_meta_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mr-color-primary);
}

.document_result_meta_icon .icon {
    width: 1em;
    height: 1em;
}

.document_result_meta_name {
    font-weight: 600;
    color: rgb(47, 47, 47);
}

.document_result_meta_type,
.document_result_meta_size {
    display: inline-flex;
    align-items: center;
}

.document_result_meta_type::before,
.document_result_meta_size::before {
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgb(150, 150, 150);
    margin-right: 0.45rem;
}

.search_results_section.image_results .search_gallery_meta_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.6rem;
    align-items: baseline;
}

.search_results_section.image_results .search_gallery_category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--mr-color-contrast);
}

.search_results_section.image_results .search_gallery_date {
    font-size: 0.8rem;
    color: rgb(92, 92, 92);
}

.search_results_section.image_results .search_gallery_desc {
    font-size: 0.8rem;
    color: rgb(76, 76, 76);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_results_section.image_results:not(.showmore):not(.showall) .search_gallery_grid .search_gallery_item:nth-of-type(n+9) {
    display: none;
}

.search_results_section.image_results.image_results_full:not(.showmore):not(.showall) .search_gallery_grid .search_gallery_item:nth-of-type(n+9) {
    display: block;
}

.search_results_section.image_results.image_results_full:not(.showmore):not(.showall) .search_gallery_grid .search_gallery_item:nth-of-type(n+25) {
    display: none;
}

.search_results_section.image_results.showmore .search_gallery_grid .search_gallery_item {
    display: block;
}

.search_results_section.image_results.showmore .search_gallery_grid .search_gallery_item:nth-of-type(n+17) {
    display: none;
}

.search_results_section.image_results.image_results_full.showmore .search_gallery_grid .search_gallery_item:nth-of-type(n+17) {
    display: block;
}

@media (min-width: 1200px) {
    .search_results_section.image_results .search_gallery_grid {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
}

.search_results_section.image_results.showall .search_gallery_grid .search_gallery_item {
    display: block;
}

.search_results.search_results_single .search_results_section.showmore .search_result_link {
    display: block;
}

.search_results.search_results_single .search_results_section.showmore .search_result_link:nth-of-type(n+11) {
    display: none;
}

.search_heading > h1 {
    margin-bottom: 0.2rem !important;
}

.search_subheading {
    margin-bottom: 2rem;
}

.search_landing {
    /* min-height: 60vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 4rem 1.5rem; */
}

.search_landing_inner {
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.search_landing_title {
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    font-weight: 800;
    margin: 0px;
}

.search_landing_subtitle {
    margin: 0px 0px 1.6rem;
    color: rgb(95, 95, 95);
}

.search_landing_form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-direction: column;
}

.search_landing_input_wrap {
    position: relative;
    width: 100%;
}

.search_landing_form.has-inline-submit .search_landing_input_wrap {
}

.search_landing_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.search_landing_input {
    width: 100%;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgb(207, 207, 207);
    font-size: 1.1rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 18px;
    font-family: var(--mr-font-main);
    background: transparent;
}

.search_landing .easy-autocomplete {
    width: 100%;
    align-self: center;
    text-align: left;
}

.search_landing .easy-autocomplete input.search_landing_input, .search_landing .easy-autocomplete input {
    width: 100%;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgb(207, 207, 207);
    font-size: 1.1rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 18px;
    font-family: var(--mr-font-main);
    background: transparent;
}

.search_landing .easy-autocomplete-container {
    top: calc(100% + 0.6rem);
    bottom: auto;
    text-align: left;
}

.search_landing .easy-autocomplete-container ul, .search_landing .easy-autocomplete-container li {
    text-align: left;
}

.search_landing_input:focus {
    outline: 2px solid var(--mr-color-accent);
    outline-offset: 2px;
}

.search_landing_input_inline_submit,
.search_landing .easy-autocomplete input.search_landing_input_inline_submit,
.search_landing .easy-autocomplete input.search_landing_input.search_landing_input_inline_submit {
    padding-right: 4rem;
}

.search_landing_button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    border: 0px;
    background: var(--mr-color-accent, #77b9e5);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-family: var(--mr-font-main);
    cursor: pointer;
    width: auto;
    min-width: 140px;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 18px;
}

.search_landing_button .icon {
    width: 1em;
    height: 1em;
}

.search_landing_button:hover {
    filter: brightness(0.95);
}

.search_landing_button:focus-visible {
    outline: rgb(0, 0, 0) solid 2px;
    outline-offset: 2px;
}

.search_landing_inline_submit {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border: 0px;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.search_landing_inline_submit .icon {
    width: 1rem;
    height: 1rem;
}

.search_landing_inline_submit:hover {
    color: var(--mr-color-accent);
}

.search_landing_inline_submit:focus-visible {
    outline: rgb(0, 0, 0) solid 2px;
    outline-offset: 2px;
}

.search_results_section {
    margin-bottom: 3rem;
}

.search_style {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.search_result_link {
    display: flex;
    flex-flow: row-reverse;
    background: var(--mr-color-light);
    box-shadow: rgba(15, 23, 42, 0.08) 0px 12px 28px;
    padding: 1em;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    position: relative;
    margin-bottom: 1em;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    overflow: hidden;
    text-decoration: none !important;
}

.search_result_link h2 {
    display: block;
    font-size: 1.5em;
    font-family: var(--mr-font-heading);
    color: black;
    line-height: 1;
    margin-bottom: 0.25em;
    margin-top: 0.5rem;
    border: 0px;
    font-weight: 700;
    text-align: left;
    padding: 0px;
}

.search_result_details h2 {
    padding: 0px;
    font-family: var(--mr-font-body);
}

.search_result_link p {
    font-weight: 400;
    color: rgb(76, 76, 76);
    font-size: 0.8em;
    margin: 1em 0px 0px;
}

.search_result_link:hover {
    border-color: var(--mr-color-accent);
    box-shadow: rgba(15, 23, 42, 0.12) 0px 16px 32px;
}

.search_result_details {
    flex-grow: 1;
    position: relative;
}

.search_result_details.has_img {
    padding-right: 20%;
}

.search_result_details time {
    color: black;
    font-size: 0.9rem;
}

.search_result_img::before {
    content: "";
    background-image: linear-gradient(90deg, var(--mr-color-light), transparent);
    position: absolute;
    left: 0px;
    height: 100%;
    display: block;
    width: 100%;
}

a.videopopup.search_result_link {
    justify-content: flex-start;
}

.result_events_details .events_details_status {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.result_events_details .events_details_category {
    display: inline-flex;
    align-items: center;
}

.result_events_details .events_details_category .category_swatch {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    margin-right: 0.4rem;
    border-radius: 2px;
}

button#mr_search_submit {
    position: absolute;
    right: 0px;
    background: transparent;
    height: calc(100% - 4px);
    border: 0px;
    outline: 0px;
    color: var(--mr-text-soft);
    /* padding: 0.1rem 0.6rem; */
    font-size: 1.3rem;
    font-weight: 900;
    width: 3rem;
    top: 0px;
    z-index: 2;
    box-shadow: none;
}

.is_stuck button#mr_search_submit {
}

.input_line {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.2rem;
    background: red;
    width: 0%;
    display: block;
    transition: 0.6s;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: red 0px 0px 0.5rem;
}

.input_line.active {
    width: 100%;
}

button#mr_search_submit:hover {
    color: var(--mr-color-light);
}

.search_result_link:hover h2 {
    color: var(--mr-color-accent);
}

.search_results_section_showall:hover span {
    background: var(--mr-color-accent);
    color: var(--mr-color-accent-contrast);
}

.autocomplete_img img {
    max-width: 100%;
    width: 6rem;
    height: 5rem;
    object-fit: contain;
    object-position: center center;
}

.autocomplete_img {
    margin-right: 0.5rem;
    max-width: 6rem;
    width: 6rem;
}

.autocomplete_wrapper {
    display: flex !important;
}

.autocomplete_details {
    width: 100%;
}

.searching #mr_search_form {
    width: 100%;
}

.searching #mr_search {
    opacity: 1;
    transition: 0.3s 0.1s;
}

.images_icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/image.svg") center center / contain no-repeat;
}

.directory_icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/store.svg") center center / contain no-repeat;
}

.image_results_swiper {
    height: auto;
}

.image_results_swiper .swiper-slide {
    max-width: 15rem;
}

.swiper-slide.gallery_link {
    height: auto;
    background: transparent;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide.gallery_link a i {
    background-color: var(--mr-color-accent);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 2rem;
}

.swiper-slide.gallery_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.swiper-slide.gallery_link a span {
    margin-top: 0.3rem;
    font-size: 1.1rem;
    text-decoration: none;
}

.search_results_section.image_results {
    position: relative;
}

.image_results .swiper-button-next, .image_results .swiper-button-prev {
    background: rgb(237, 237, 237);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    box-shadow: rgba(0, 0, 0, 0.33) 0rem 0.2rem 0.4rem;
}

.image_results .swiper-button-prev, .image_results .swiper-rtl .swiper-button-next {
    left: -1.5rem;
    right: auto;
}

.image_results .swiper-button-prev::after, .image_results .swiper-rtl .swiper-button-next::after {
    content: "prev";
}

.image_results .swiper-button-next, .image_results .swiper-rtl .swiper-button-prev {
    right: -1.5rem;
    left: auto;
}

.image_results .swiper-button-next::after, .image_results .swiper-rtl .swiper-button-prev::after {
    content: "next";
}

.image_results_wrapper {
    position: relative;
    height: auto !important;
}

.image_results .swiper-button-next.swiper-button-disabled, .image_results .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.image_results .swiper-button-next::after, .image_results .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 1rem;
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important;
}

.jobs_icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/briefcase.svg") center center / contain no-repeat;
}

.result_career_details {
    color: rgb(98, 98, 98);
}

.career_competition_number {
    color: black;
}

.result_events_details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
    gap: 0.4em 1em;
}

.result_events_date::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    background-color: currentcolor;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/calendar-days.svg") center center / contain no-repeat;
}

.result_events_details > div {
    margin-right: 2rem;
    color: var(--mr-color-contrast);
    font-size: 1rem;
}

@media (min-width: 992px) {
}

@media (max-width: 1700px) and (min-width: 1575px) {
    header.is_stuck.searching .mr_search {
        position: absolute;
        width: calc(100% - 4vw);
        max-width: none;
    }

    header.is_stuck.searching .mr-navbar-upper_right, header.is_stuck.searching .mr-navbar-upper {
        left: 0px;
    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: none;
    }
}

@media (max-width: 1574px) {
    header.is_stuck.searching .search-cover {
        display: block;
    }

    header.is_stuck #mr_search {
        width: 0px;
        opacity: 0;
    }

    header.is_stuck #mr_search_form {
        width: 3rem;
    }

    header.is_stuck.searching #mr_search_form {
        width: 100%;
    }

    header.is_stuck .mr-navbar-upper .list-inline {
        flex-grow: 1;
    }

    header.is_stuck .mr_search {
        width: 3rem;
    }

    header.is_stuck .mr-navbar-upper {
        width: fit-content;
    }

    header.is_stuck ul.level-0.mr-navbar-nav {
        width: 100%;
    }

    header.is_stuck.searching .mr_search {
        position: absolute;
        width: calc(100% - 48px);
        max-width: none;
        min-height: 2rem;
    }

    header.is_stuck.searching .mr-navbar-upper_right, header.is_stuck.searching .mr-navbar-upper {
        left: 0px;
        width: 100%;
        position: absolute;
    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: none;
    }

    header.is_stuck.searching #mr_search {
        width: 100%;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1375px) {
    .is_stuck.searching .mr-navbar-nav-wrap {
        opacity: 0;
    }
}

@media (min-width: 991px) and (max-width: 1080px) {
    .is_stuck button#mr_search_submit {
        width: 2.3rem;
    }

    header.is_stuck .mr_search {
        margin: 0px;
    }
}

@media (max-width: 991px) {
    button#mr_search_submit {
        position: absolute;
        right: 0px;
        background: transparent;
        height: calc(100% - 1px);
        border: 0px;
        outline: 0px;
        color: var(--mr-color-accent);
        padding: 0.1rem 0.6rem;
        font-size: 1rem;
        font-weight: 900;
        width: 3rem;
    }

    #mr_search_form {
        display: flex;
        width: 100%;
        position: fixed;
        top: 0px;
        right: 58px;
        transition: 0.3s;
    }

    header.is_stuck.searching .mr-navbar-upper .list-inline {
        display: block;
    }

    .navigation_extra_toggle {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 2147483647;
    }

    .mr-navbar-upper {
        display: block;
    }

    .navigation_extra_toggle::before {
        content: "";
    }

    .mr_search {
        top: 0px;
        right: 58px;
        left: auto;
        width: 0px;
        height: 58px;
        display: flex;
        justify-content: flex-end;
        z-index: 18;
        font-size: 1em;
        isolation: isolate;
        min-width: 0px;
        border: 0px;
        position: fixed !important;
        box-shadow: none !important;
    }

    .mr_search #mr_search_submit {
        position: fixed;
        right: 58px;
        top: 0px;
        border: 0px;
        transition: 0.2s;
        transform: translate(0px, 0%);
        padding-top: 0.1em;
        outline: none;
        font-size: 1.2rem;
        z-index: 9999;
        height: 58px;
        width: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        background: rgba(0, 0, 0, 0) !important;
    }

    #mr_search_form {
        display: block;
        width: calc(100% - 116px) !important;
    }

    #mr_search {
        height: 46px;
        margin: 6px;
        font-size: 1.5rem;
        padding: 0px;
        left: auto;
        right: 0px;
        top: 0px;
        position: absolute;
        border-radius: 0px;
        transform: none;
        width: 0px;
        border: 0px;
    }

    .searching #mr_search {
        transition: 0.3s 0.1s;
        padding-left: 1.2rem;
        border-color: var(--mr-color-form-border);
        border-radius: 2rem;
        background: white;
        border-style: solid;
        border-width: 1px;
        font-size: 1rem;
        opacity: 1 !important;
        width: calc(100% - 8px) !important;
    }

    .search-cover {
        display: block;
        opacity: 0;
        margin: 0px;
        border: 0px;
        width: 58px;
        height: 58px;
        position: fixed;
        top: 0px;
        right: 58px;
        transform: none;
        z-index: 999999;
    }

    .searching .search-cover {
        display: none;
    }

    .header_extra {
        display: block;
        position: fixed;
        right: 0px;
        height: 58px;
        padding: 0px;
        z-index: 999999999;
        width: 0px;
        transition: width 0.2s;
    }

    .searching .header_extra {
        display: block;
        position: fixed;
        right: 0px;
        height: 58px;
        padding: 0px;
        width: calc(100% - 60px);
        transition: width 0.2s;
    }

    .searching .mr_search {
        max-width: none;
        z-index: 2147483647;
        margin: 0px;
        width: calc(100% - 116px) !important;
    }

    #mr_search::placeholder {
        opacity: 0;
        transition: opacity;
    }

    .searching #mr_search {
        color: rgba(0, 0, 0, 0.96);
    }

    #mr_search {
        color: rgba(0, 0, 0, 0);
    }

    .searching #mr_search::placeholder {
        color: var(--mr-color-light);
        opacity: 1;
        transition: opacity 0.5s 0.4s;
    }

    .searching .mr-upper-toggle {
        z-index: -1;
        display: none;
    }

    .searching .mr-navbar-brand {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .input_line {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin: 0px 4px;
    }

    .input_line.active {
        width: calc(100% - 4px);
    }

    .image_results .swiper-button-next::after, .image_results .swiper-button-prev::after {
        display: none;
    }

    .image_results .swiper-button-next, .image_results .swiper-button-prev {
        top: 0px;
        height: 100%;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
        background: white;
    }

    .image_results .swiper-button-next, .image_results .swiper-rtl .swiper-button-prev {
        background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        right: 0px;
    }

    .image_results .swiper-button-prev, .image_results .swiper-rtl .swiper-button-next {
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        left: 0px;
    }
}

@media (max-width: 566px) {
    .search_result_link {
        flex-direction: column;
    }

    .search_result_img {
        width: 100% !important;
        margin-right: 0px !important;
        max-width: none !important;
        position: relative !important;
        height: 8rem !important;
    }

    .search_result_details {
        flex-grow: 1;
        width: 100%;
    }

    .search_result_img::before {
        display: none;
    }
}
/* STW 2026 feature overrides */
.search_results_section {
  border-radius: 14px;
}
.search_results_section h3,
.search_results_item_title {
  color: var(--mr-color-primary-shade);
}

/*
  FILE ROLE: SITE-SPECIFIC STYLES FOR BRESAYLOR MUSEUM

  This is the canonical home for this site's visual language and section design.
  Put rules here when they are specific to this site's shell, branding, or content components.

  Good fits:
  - header, navigation, footer, and global site chrome
  - site-specific component styling
  - page-section systems such as hero, story, locations, resources, and CTA bands
  - compatibility layers for legacy sections still used by the site

  Do not put:
  - token definitions here; use theme.css
  - reusable CMS primitives here; use defaults.css
  - breakpoint-only override layers here when they can live clearly in desktop.css / mobile.css
*/
/* =========================
   Site Shell | Page
========================= */
.mr-navbar-nav-container {
    background: var(--mr-color-primary);
    --padding-top 20px: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.mr-hero-media .mrws-slideshow-root {
    border-radius: 0;
    z-index: 0;
}

.header_container {
    display: flex;
    width: 100%;
    max-width: var(--shell-max, 1400px);
    margin: auto;
}

.header_top {
    display: flex;
    justify-content: flex-end;
    background: var(--mr-color-accent-hazy);
    /* padding: 0.8rem; */
    position: relative;
    z-index: 999999999;
    padding-right: 1rem;
    height: 58px;
}

.mr-top-stripe {
    height: 0.4rem;
    position: relative;
    z-index: 99999999;
    background: linear-gradient(90deg, var(--mr-color-secondary) 0%, var(--mr-color-primary) 33%, var(--mr-color-tertiary) 66%, var(--mr-color-quaternary) 100%);
}

.header_top_inner {
    display: flex;
}

ul.navigation_extra.list-inline {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

a.features_nav_item {
    color: #606060;
    /* padding: 1rem; */
    width: 3rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0s all ease !important;
}

a.features_nav_item:hover {
    color: black;
}

.features_nav {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.page {
    display: flex;
    flex-direction: column;
    /* margin-top: 58px; */
    background: transparent;
}

.page main {
    order: unset;
}

.page #services {}

.page footer {
    order: 5;
}

.mr-visitor-copy p {
    margin-bottom: 0;
}

.mr-visitor-copy p+p {
    margin-top: 1.25em;
}

/* =========================
   Site Shell | Header
========================= */
.logo_caption .pre {
    font-family: 'Satisfy';
    font-weight: 700;
    line-height: 1;
    font-size: clamp(12px, 1.5vw, 19px);
}

.logo_caption h1 {
    line-height: 1;
    margin: 0;
}

.logo_caption h1 span {
    font-family: 'muli';
    font-size: 1rem;
    margin-left: 0.6rem;
}

.logo {
    position: relative;
    z-index: 9999999999;
    /* background: white; */
    overflow: hidden;
    /* margin: auto; */
}

header.stuck {
    position: fixed !important;
    top: 0em !important;
    width: 100% !important;
    left: 0 !important;
}

.page>header {
    /* order: 1; */
    min-height: 58px;
    /* background: white; */
    width: 100%;
    box-shadow: 0 2px 18px #0000003d;
    z-index: 99999999;
    top: 0;
    display: flex;
    flex-direction: column;
}

header#home {
    top: 0em !important;
    width: 100%;
    left: 0;
    position: fixed !important;
}

.mr-header-wrap {
    padding: 0;
}

h1.logo {
    background: NONE;
    margin-left: 0 !important;
    width: calc(100% - 77px);
    height: 45px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: calc(50% + 30px);
    background: transparent;
    padding: 3px 5px;
    transform: translate(-50%, 0px);
    box-shadow: none;
    padding: 0;
    margin: 0;
}

h1.logo a {
    display: flex;
    height: 100%;
    color: #54534a;
    text-decoration: none;
    align-items: center;
    margin-right: 100px;
}

h1.logo a span {
    line-height: 1;
    margin-top: 3px;
}

#secondary header#home {
    height: 58px;
    background-image: none;
}

.mr-navbar-brand {
    width: calc(100% - 120px);
    padding-left: 58px;
    display: flex;
    height: 58px;
    align-items: center;
    /* background: white; */
    justify-content: center;
    position: ABSOLUTE;
    /* top: 0; */
}

img.logo_img {
    height: 100%;
}

img.mobile {
    display: block;
    height: 58px;
}

img.desktop {
    width: 132px !important;
    height: auto;
    display: block;
    max-width: calc(100vw - 180px);
}

.mr-navbar-subpanel {
    justify-content: space-between;
    padding-top: 0;
}

.header_extra {
    /* display: none; */
}

.mr-navbar-upper .list-inline {
    margin: 0;
    opacity: 1;
    visibility: visible;
    list-style: none;
    transition: .0s opacity ease;
}

.mr-upper-toggle {
    display: flex;
    align-items: center;
    background: transparent;
    cursor: pointer;
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999999999999;
    border: 1px solid transparent;
    border-radius: 3px;
    display: none;
}

.mr-upper-toggle span {
    width: 58px;
    padding: 0.1em;
    background: transparent;
}

.mr-upper-toggle span:before {
    content: '';
    width: 1em;
    height: 1em;
    color: black;
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/ellipsis-vertical.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/ellipsis-vertical.svg') no-repeat center / contain;
}

.showupper .mr-upper-toggle span:before {
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/xmark.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/xmark.svg') no-repeat center / contain;
}

#sticky-wrapper {
    height: auto !important;
}

.mr-navbar-upper {}

.showupper .mr-navbar-upper {
    display: flex;
}

/* =========================
   Site Shell | Navigation
========================= */
/* Navigation Shell */
.mr-navbar-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    background: var(--mr-color-light);
    /* z-index: 0; */
    /* display: none; */
    /* visibility: hidden; */
    transition: .3s all ease;
    width: 250px;
    margin-top: 58px;
    padding: 0;
    transform: translate(-100%, 0px);
    transition: .3s all ease;
    box-shadow: none !important;
    overflow: auto;
}

.mr-navbar-outer {
    position: fixed;
    z-index: 999;
}

.mr-navbar-inner {
    position: fixed;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0 5px 20px #0000003d;
    padding: 0;
    top: 0 !important;
    height: 58px !important;
}

ul.level-0.mr-navbar-nav {
    flex-direction: column;
    font-size: 6vw;
    /* min-height: 100%; */
    justify-content: flex-start;
    padding: 0;
    /* opacity: 0; */
    /* transform: translate(0,100px); */
    transition: .0s all ease;
    overflow: auto;
    /* background: #eeeded; */
    margin: 0;
}

.showmenu ul.level-0.mr-navbar-nav {
    transition: .3s all .2s ease;
    opacity: 1;
    transform: translate(0, 0px);
}

.mr-navbar-brand nav {
    flex-grow: 1;
}

/* Navigation Tones */
.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 1)>a {
    background: var(--mr-color-primary-tint);
    border-bottom-color: var(--mr-color-primary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 2)>a {
    background: var(--mr-color-secondary-tint);
    border-bottom-color: var(--mr-color-secondary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 3)>a {
    background: var(--mr-color-tertiary-tint);
    border-bottom-color: var(--mr-color-tertiary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 4)>a {
    background: var(--mr-color-quaternary-tint);
    border-bottom-color: var(--mr-color-quaternary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 1) {
    border-bottom-color: var(--mr-color-primary);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 2) {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--mr-color-secondary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 3) {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--mr-color-tertiary);
}

.color_theme .level-0.mr-navbar-nav>li:nth-of-type(4n + 4) {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--mr-color-quaternary);
}

ul.level-1.rd-navbar-dropdown {
    position: relative;
    width: 100%;
    min-width: unset;
    color: black;
    opacity: 1;
    visibility: visible;
    background: rgba(251, 248, 229, 0.5);
    box-shadow: none;
    border-top: 0;
}

ul.level-0.mr-navbar-nav li {
    margin: 0 0;
    position: relative;
    /* width: 100%; */
    text-align: left;
    line-height: 1;
    padding: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

ul.level-0.mr-navbar-nav li a {
    font-size: 0.85rem;
    font-weight: 900;
    display: flex;
    text-align: left;
    padding: 0 1.4rem;
    /* height: 100%; */
    align-items: center;
    color: #79ae5b;
    font-family: var(--mr-font-heading);
    text-transform: none;
    justify-content: flex-start;
    text-decoration: none;
}

ul.level-0.mr-navbar-nav>li>a span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 2px;
}

h3.nav_header {
    font-family: var(--mr-font-heading);
    font-size: 2.75em;
    border-bottom: 3px solid var(--mr-color-dark);
}

ul.level-0.mr-navbar-nav .current-parent>a {
    background: transparent;
    /* padding-left: 1em; */
}

ul.level-0.mr-navbar-nav .current-parent>a::before {
    content: '';
    display: block;
    border-bottom: 3px solid var(--mr-color-light);
    width: 100%;
    position: absolute;
    bottom: 0;
}

ul.level-0.mr-navbar-nav .current-parent>.subnav_toggle {
    color: black;
}

span#nav_slide_hover_bg {
    display: none;
}

span#nav_slide_hover {
    display: none;
}

li.current.current-item:after {
    content: '';
    /* border-left: 6px solid rgb(71 71 63); */
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
    z-index: 9;
}

.mr-navbar-toggle {
    display: flex;
    background: rgb(255, 255, 255);
    cursor: pointer;
    width: 60px;
    height: 58px;
    text-align: center;
    position: ABSOLUTE;
    top: 5px;
    left: 0;
    z-index: 9;
}

.mr-navbar-toggle span:before {
    content: '';
    width: 1em;
    height: 1em;
    font-size: 1.4rem;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/bars.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/bars.svg') no-repeat center / contain;
}

.showmenu .mr-navbar-toggle span:before {

    font-size: 1rem;
    position: relative;
    z-index: 99999;
}

.mr-navbar-toggle span {
    width: 60px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

ul.level-1 {
    position: relative;
    /* background: var(--mr-color-secondary); */
    box-shadow: none;
    padding: 0 0 0 1rem;
    list-style: none;
}


ul.level-0.mr-navbar-nav li.has_subnav:hover>a:after {
    /* color: white; */
}

.showmenu .mr-navbar-toggle {
    /* width: 100vw; */
    /* height: 100vh; */
    position: fixed;
    transform: translate(0px, 0px);
    top: 5px;
    /* background: var(--mr-color-primary); */
}

ul.level-0.mr-navbar-nav a:hover {
    transition: .3s all ease;
}

.level-0 li span.subnav_toggle {
    position: absolute;
    top: 0.7em;
    right: 0.5rem;
    height: 2.3rem;
    width: 2.3rem;
    background: var(--mr-color-quaternary-hazy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    cursor: pointer;
    font-size: 0.7rem;
    color: var(--mr-color-accent);
    border-radius: 1em;
    border: 1px solid var(--mr-color-accent-murky);
}

ul.level-0.mr-navbar-nav li.has_subnav>a {
    /* padding-right: 4.25rem; */
    /* display: block; */
}

ul.level-1.mr-navbar-dropdown {
    background: var(--mr-color-accent);
    height: 0;
    overflow: hidden;
}

.level-0>li>span.subnav_toggle:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/caret-down.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/caret-down.svg') no-repeat center / contain;
    transition: .2s all ease;
}

span.subnav_toggle.active:before {
    transform: rotate(-180deg);
}

ul.level-0.mr-navbar-nav li li a {
    font-size: clamp(16px, 1vw, 16px);
    font-family: var(--mr-font-main);
    font-weight: 400;
    color: var(--mr-color-dark);
}

li li.has_subnav>a>span {
    position: relative;
    padding-right: 1.4rem;
    width: 100%;
    display: block;
}

li.navitemid-26.has_subnav {
    position: relative !important;
}

/* =========================
   Legacy Site Sections
========================= */
/* Banner */
section#banner {
    background-color: var(--mr-color-medium);
}

section#banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
}
section#banner::before {
    content: '';
    position: absolute;
    top: 1em;
    left: auto;
    right: 1em;
    bottom: auto;
    width: 100px;
    max-width: 15vw;
    height: 67px;
    max-height: 14vw;
    background: url('/themes/bresaylor_museum/assets/metis_flag.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
body#secondary #banner {}

img.background_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    inset: 0;
}

h2.banner_caption {
    border: 0;
    text-align: center;
    font-family: var(--mr-font-heading);
    text-transform: uppercase;
    color: white;
    font-size: clamp(20px, 3vw, 50px);
    margin: 0;
    padding: 1rem;
}

/* -------------- 
    4. Contacts
 ---------------- */
.contact_address:before {
    /* content: ''; */
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/location-dot.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/location-dot.svg') no-repeat center / contain;
}

.contact_mail:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/envelope.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/envelope.svg') no-repeat center / contain;
}

.contact_phone:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/phone.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/phone.svg') no-repeat center / contain;
}

.contact_facebook:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/brands/facebook-f.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/brands/facebook-f.svg') no-repeat center / contain;
}

.contact_email:before {
    /* content: ''; */
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/at.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/at.svg') no-repeat center / contain;
}

.contact_cell:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/mobile-screen-button.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/mobile-screen-button.svg') no-repeat center / contain;
}

.contact_fax:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/fax.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/fax.svg') no-repeat center / contain;
}

.contact_fax {
    display: flex;
    margin-bottom: .5em;
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin-left: 2em;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: var(--mr-font-main);
    font-weight: 700;
}

.contactbar_item {
    display: flex;
    align-items: center;
}

.contactbar_item .icon {
    font-size: 3.2em;
}

.contactbar_item .info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
}

.contactbar_item .info a {
    color: white;
    text-transform: none;
    font-size: 1.5em;
}

/* --------------------
    5. Social media 
 ---------------------- */
.social_links a {
    text-decoration: none;
}

.social_links {
    display: flex;
}

.social_links a {
    text-decoration: none;
    min-width: 1.52em;
    max-width: 1.52em;
    min-height: 1.52em;
    max-height: 1.52em;
    flex: 0 0 1.52em;
    /* background: rgb(255, 255, 255); */
    /* border-radius: 50%; */
    /* margin: 0 0.5em; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: #005ba1;
    font-size: 1.2em;
}

.social_links a.link_btn .icon {
    color: #5b9dba;
    font-size: 1em;
    margin: 0;
}

/* ----------------
    6. Headings 
 ------------------ */
h2 {
    font-size: 2vw;
    font-size: clamp(20px, 3vw, 48px);
    color: var(--mr-color-dark);
    margin: 0 0 0.5rem;
    border-bottom-width: 0;
    padding: 0;
    border-color: var(--mr-color-primary) !important;
    border-bottom-style: solid;
    text-align: left;
    text-transform: none;
}

h3 {
    font-size: 1.4vw;
    color: var(--mr-color-primary);
}

h4 {
    font-size: clamp(1.2rem, 1.5vw, 22px);
    text-transform: none;
    font-weight: 700;
}

.heading_withlink {
    display: flex;
    align-items: center;
    /* margin-top: 0; */
    border: 0;
    white-space: nowrap;
    /* flex-wrap: wrap; */
    background: var(--mr-color-accent);
    padding: 0.6rem;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.heading_withlink .header_link {
    text-decoration: none;
    font-weight: 600;
    margin-left: auto;
    margin-top: 0;
}

.heading_withlink span {
    flex-grow: 1;
}

main.page-content h1:after,
main.page-content .about_mission h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    /* border-bottom: 3px solid; */
}

.aboutus h1 {
    color: black;
}

main.page-content h1 span.small {
    display: block;
    font-size: 0.4em;
    line-height: 1;
    margin-top: .3em;
}

main.page-content h1 {
    padding-bottom: 0.3em;
    line-height: 1;
    /* margin-bottom: 0.7em; */
    margin-top: .5rem;
    text-transform: none;
}

.heading_withsubhead span::before {
    content: '';
    height: 2rem;
    border-left: 1px solid var(--mr-color-accent);
    margin-left: 2rem;
    padding-left: 2rem;
}

.heading_withsubhead span {
    font-weight: 400;
    color: var(--mr-color-accent);
    font-size: 0.6em;
    flex-grow: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.heading_withsubhead {
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* ------------ 
    7. Footer
--------------- */
.footer_logo_wrapper {
    background: #e5e3db;
    border-radius: 50%;
    width: clamp(120px, 10vw, 200px);
    height: clamp(120px, 10vw, 200px);
    margin: 1em auto 1em;
}

.footer_copyright p {
    margin: 0;
    font-size: 0.8em;
}

footer.page-footer {
    color: black;
    font-family: var(--mr-font-main);
    font-size: 0.93em;
}

footer.page-footer .navigation_extra {
    /* border-top: 3px solid #999999; */
    /* border-bottom: 3px solid #999999; */
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

footer.page-footer ul li {
    /* border-bottom: 1px solid #999999; */
    /* padding: .4em 0; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

footer.page-footer ul li span+span {
    /* justify-self: flex-end; */
    /* text-align: right; */
}

.footer_social {
    padding-top: 1em;
}

.footer_hours header {}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

section.footer_content a .value {
    text-decoration: underline;
}

section.footer_content a .label {
    color: black;
    font-family: var(--mr-font-accent);
    /* margin-left: 0.5em; */
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: var(--mr-color-accent-hazy);
    text-align: left;
    color: var(--mr-color-contrast);
    padding: 1rem;
    font-family: var(--mr-font-main);
    font-size: 1.1rem;
    /* border-top: 1px solid var(--mr-color-accent); */
    text-align: center;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.6em;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-family: var(--mr-font-accent);
    position: relative;
}

section.footer_content div[class*="col"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* max-width: 320px; */
    /* min-width: 300px; */
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.footer_content a {
    /* display: inline-flex; */
    /* text-decoration: none; */
    /* white-space: nowrap; */
    /* color: var(--mr-color-accent); */
    /* font-family: var(--mr-font-main); */
    /* padding: 0; */
}

.footer_content_inner h2 {
    border: 0;
}

section.footer_content .navigation_extra a::before {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

section.footer_copyright a {
    color: var(--mr-color-dark);
    text-decoration: underline;
}

.footer_contact .contact_item:first-of-type {
    padding-top: 1em;
}

.footer_contact .contact_address {
    margin-bottom: 1em;
    padding-left: 2.4em;
    position: relative;
}

.footer_hours .hours_item {
    padding-top: 1em;
}

.footer_hours .hours_item:first-of-type .label {
    display: block;
}

.footer_hours .hours_item .label {
    font-weight: 700;
}

footer.page-footer header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 3px solid;
    display: none;
}

img.footer_logo {
    width: 100%;
    max-width: 340px;
    margin: 2rem auto 2rem;
    /* display: block; */
    /* background: #e5e3db; */
    /* border-radius: 50%; */
    /* margin: -12% 0 0 -1%; */
}

.footer_logo_txt {
    font-family: var(--mr-font-accent);
    text-align: center;
    width: 100%;
}

.footer_map {
    padding-top: 1em;
    height: 100%;
    width: 100%;
    position: relative;
}

.footer_contact {
    margin-top: 1em;
}

.footer_copyright_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_info {
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

footer.page-footer .navigation_extra a {
    padding: 1rem 1.5rem;
    font-weight: 700;
}

/* -------------------------
    8. Section: Services 
---------------------------- */
section#services {
    color: white;
    background: #9e9e9e;
    /* padding: 3em 3em 1em 3em; */
    text-align: center;
}

.services_wrapper {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.services_item {
    min-width: 400px;
    margin: 2rem;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.services_img {
    background: #444141;
    border-radius: 2rem;
    padding: 2rem;
    width: 100%;
    height: clamp(130px, 9em, 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    /* box-shadow: 0 2px 10px black; */
    transition: .3s all ease-in;
    backface-visibility: hidden;
    position: relative;
}

.services_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

h5.services_title {
    color: var(--mr-color-light);
    margin: 0;
    font-size: 1em;
    line-height: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

p.services_description {
    font-size: 1rem;
    color: black;
    line-height: 1;
}

.services_wrapper a:hover .services_img {
    /* transform: scale(1.3); */
    /* box-shadow: 5px 5px 20px rgb(0 0 0 / 32%); */
    /* transition: 4.2s all cubic-bezier(0.03, 0, 0, 0.21); */
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 0 0 3em;
    padding: 1.2em 3em;
    width: auto;
}

.services_info {
    padding-top: 2em;
}

.mceContentBody .services_list a {
    color: black;
}

section#secondary-content .services_list a {
    color: black;
}

/* ------------- 
    9. Buttons 
 --------------- */
a.btn {
    font-family: var(--mr-font-main);
    margin-top: 1em;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    z-index: 1;
    font-size: 1rem;
    background: transparent;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    padding: 1rem 3.5rem 1rem 2rem;
    max-width: 30rem;
    border: 1px solid var(--mr-color-primary);
    color: var(--mr-color-primary);
    transition: .25s;
    position: relative;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 0;
}

.large_btn {
    color: #8cc83a;
    padding: 1.5em 1.9em;
    display: block;
    font-family: var(--mr-font-main);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.outline {
    border: .2em solid;
}

a.link_btn {
    color: white;
    /* font-weight: 900; */
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin: 0 .5em;
}

a.link_btn .icon {
    border-radius: 50%;
    color: white;
    font-size: 0.65em;
    margin-right: 0.5em;
}

.widget-contentarea h2 {
    /* font-family: var(--mr-font-accent); */
    /* font-size: 2em; */
    color: var(--mr-color-accent);
}.section-intro .section-intro__kicker, .section-intro .section-intro__heading, .section-intro .section-intro__body, .section-intro .mr-kicker, .section-intro h2, .section-intro p
 {
    text-align: center;
}.section-intro__kicker {
    margin: auto;
}.section-intro__copy {
    display: grid;
    gap: 1rem;
    max-width: 52rem;
    margin: auto;
    text-align: center;
}.section-intro__heading {
    position:relative;
    margin: auto !important;
    font-family: var(--mr-font-heading);
    font-size: clamp(2.5rem, 5.4vw, 50px);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 0.92;
    text-transform: none;
    color: var(--mr-widget-heading-color);
    padding-bottom: .5em;
    margin-bottom: 0.25em !important;
}
.section-intro__heading::after {
    content: '';
    position:absolute;
    bottom:0;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 100%;
    max-width: 4em;
    height: 2px;
    background: var(--mr-color-secondary);
}
/* -----------------
    10. Secondary 
 ------------------- */
#secondary header#home {}

#secondary .mr-navbar-inner {
    /* height: 12vw; */
}

#secondary .mr-navbar-inner {
    /* background-image: url(/images/headerbackground.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-repeat: repeat; */
}

#secondary h1.logo .desktop {
    /* padding-top: 10%; */
    /* width: 10vw; */
}

body#secondary #banner h1 {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

body#secondary #banner {}

body#secondary h1,
body#secondary h2,
body#secondary h3,
body#secondary h4,
body#secondary h5,
body#secondary h6 {
    /* color: rgb(0, 0, 0); */
}

#secondary main.page-content {
    /* padding-top: 12vw; */
}

/* --------------------
    11. Page Listings 
 ---------------------- */
/* --------------------
    12. Additional 
 ---------------------- */
/* ----------------
    13. Custom 
 ------------------ */
footer.page-footer header {
    margin-top: 1em;
}

.contactbar_item {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.contactbar_item .info {
    font-size: 1em;
    padding: 0 0 1em 0;
}

.contactbar_item .info a {
    font-size: 1.8em;
}

.services_list {
    font-size: 1.2em;
}

.logo_caption h1 {
    white-space: nowrap;
}

h2 span.smaller {
    display: block;
    line-height: 1;
    font-size: 0.57em;
}

h3 {
    font-size: clamp(1.6rem, 2vw, 30px);
    font-family: var(--mr-font-heading);
    margin: 0.5rem 0 1rem;
    text-transform: none;
}

main.page-content {
    display: flex;
    flex-direction: column;
}

#secondary main.page-content {}

.services_list li {
    padding-top: 1em;
}

section#services .services_info .large_btn {
    width: 100%;
}

.mr-navbar-contact {
    display: none;
}

.footer_hours {
    margin: 2em 0;
}

.footer_copyright p {
    font-size: 0.75em;
    flex-grow: 1;
}

.mr-contact-bar {
    width: 58px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 58px;
    z-index: 3;
}

.mr-contact-bar a span {
    display: none;
}

a.mr_phone i {
    padding: .8em 0.9em;
    font-size: 1.4em;
}

#homemain .largeimage,
#missionstatment .largeimage {
    display: none;
}

.stuck h1.logo {
    height: 45px;
}

.services_list a {
    width: 43%;
    min-width: 280px;
}

.new_dropdown {}

.rd-navbar-nav-wrap .uppernav {
    padding-bottom: 30px;
}

.calendar_dropdown .icon,
.facebook_dropdown .icon {}

.calendar_dropdown:hover,
.facebook_dropdown:hover {}

.calendar_dropdown:hover .new_dropdown,
.facebook_dropdown:hover .new_dropdown {}

.header_social {
    display: none;
}

.logo a {
    display: flex;
    width: 100%;
    min-width: 250px;
    transform: translate(0, 0%);
    text-decoration: none;
    color: black !important;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
}

.mr-navbar-upper {
    position: fixed;
    width: 280px;
    right: 0;
    top: 58px;
    flex-direction: column;
    font-size: 1em;
    display: none;
    top: 58px;
    right: 0;
    height: auto;
    justify-content: stretch;
    /* border: 1px solid #272764; */
    background: white;
    box-shadow: 0 1rem 2rem 0 #00000026;
    z-index: 888888888888;
}

.contact-info.inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    vertical-align: middle;
    flex-direction: row;
    flex-direction: column;
    /* align-items: flex-start; */
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin: 0;
}

@media (max-width: 566px) {
    .services_list a {
        /* width: 100%; */
        /* display: flex; */
        /* align-items: center; */
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 2em;
    }

    .services_list a span.services_img {
        /* max-width: 60px; */
        /* max-height: 60px; */
        margin: 0;
        /* margin-right: 1em; */
    }

    section#services {
        color: white;
        /* padding: 3em 1.6em 1em 1.6em; */
    }

    .heading_withsubhead span {
        margin-top: 0.4rem;
    }

    .heading_withsubhead span::before {
        display: none;
    }

    .heading_withsubhead {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .heading_withlink {
        align-items: center;
    }

    .heading_withlink .header_link {
        font-size: 0.3em;
        padding: 0.5rem;
    }
}

.footer_map {
    position: relative;
    height: 100%;
    width: 100%;
}

div#map_canvas {
    min-height: 480px;
    width: 600px;
    position: relative !important;
    /* inset: 0; */
    width: 100%;
    margin-bottom: 2rem;
}

/* Loading spinner */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--mr-color-accent);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--mr-color-accent) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* REMOVE WHEN GALLEY GETS ADDED */
.images_icon::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/image.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/image.svg') no-repeat center / contain;
}

.image_results_swiper {
    height: auto;
}

.image_results_swiper .swiper-slide {
    max-width: 15rem;
}

.swiper-slide.gallery_link {
    height: auto;
    background: transparent;
    width: 10rem;
}

.swiper-slide.gallery_link a i {
    background-color: var(--mr-color-accent);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 2rem;
}

.swiper-slide.gallery_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.swiper-slide.gallery_link a span {
    text-decoration: underline;
    margin-top: .3rem;
}

a.more_link {
    text-align: right;
    display: block;
    width: 100%;
    color: black;
    font-family: var(--mr-font-heading);
    font-weight: 900;
    text-decoration: none;
}

footer .social_links a {
    color: black;
    margin: 0 2rem 2rem;
    font-size: 2.5rem;
}

a.more_link::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0.5rem;
    font-size: 0.9rem;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/chevron-right.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/chevron-right.svg') no-repeat center / contain;
}

footer .social_links.list-inline {
    margin: 0;
}

section.footer_content a:hover {
    text-decoration: unset;
}

header ul.navigation_extra li {
    /* margin-left: 1.5rem; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

header ul.navigation_extra li a::before {
    margin-right: 0;
    font-size: 1.4rem;
}

@media(max-width: 415px) {
    .logo_caption h1 span {
        font-size: 10px;
        margin: 5px;
    }
}

@media(max-width: 365px) {
    .logo_caption h1 span {
        display: none;
    }
}

li.products_item a img {
    width: 300px;
    height: 300px;
    flex-grow: 1;
    padding-bottom: 2rem;
    flex-grow: 1;
    object-fit: contain;
    object-position: center;
    transition: .3s all ease;
    margin: auto;
}

ul.products_wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--mr-color-accent);
    margin-bottom: 2rem;
}

li.products_item {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2rem;
}

li.products_item a {
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.products_item .detail_style {
    background: var(--mr-color-primary);
    width: fit-content;
    margin: auto;
    border-radius: 1rem;
    padding: 0 1rem;
    color: black;
    font-family: var(--mr-font-accent);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
}

.products_item .detail_name {
    color: black;
}

li.products_item a:hover img {
    transform: scale(1.05);
}

footer.page-footer .navigation_extra a span {
    text-decoration: underline;
    font-weight: 400;
}

section#homemain {
    padding-bottom: 0;
}

section#productlistings {
    padding-bottom: 0;
}

section#productlistings .products_wrapper {
    margin-bottom: 0;
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1vw;
    margin-top: 1vw;
    text-align: center;
    font-family: var(--mr-font-accent);
    font-weight: 900;
}

.links a {
    background: black;
    padding: 1vw;
    margin: 1vw;
    border-radius: 3em;
    color: #ff6600;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 0px rgb(0 0 0);
    box-shadow: 0px 0px 0px rgb(0 0 0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
    flex-grow: 1;
    text-transform: uppercase;
}

.links a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 7px 10px rgb(0 0 0 / 27%);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 27%);
}

a.custom-branded {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 480px;
    width: 100%;
    background: lightgray;
    padding: 1vw;
    border-radius: 3em;
    margin-top: 1vw;
    margin-bottom: 2vw;
    text-decoration: none;
    color: #ff6600;
    -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 72%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 72%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-weight: 900;
    text-transform: uppercase;
    font-family: var(--mr-font-accent);
}

.links a.custom-branded {
    margin: 1vw;
}

.decoration-pics {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.decoration-pics img {
    margin: .25rem;
    width: calc(33.3% - .5rem);
    max-width: max-content;
}

.banner_caption {
    color: white;
    text-align: left;
    position: relative;
    padding: 4vw;
    max-width: 70%;
    min-width: 320px;
    font-size: clamp(13px, 2vw, 1.75rem);
    line-height: 1.2;
}

.banner_caption h2 {
    text-align: left;
    color: white;
    text-transform: none;
    font-size: clamp(22px, 4vw, 3.5rem);
    border: 0;
}

a.btn:hover {
    color: white;
    background: var(--mr-color-accent);
}

.header_inner {
    z-index: 99999999999999;
    /* position: relative; */
    display: flex;
}

.subscribe_wrapper {
    background: #e7e7e7;
}

.form_item.checkbox label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
}

.form_item.checkbox {
    position: relative;
    font-size: 1.3rem;
}

.form_item.checkbox label span.label {
    padding-left: 3rem;
    display: block;
}

.form_item.checkbox label input+span::before {
    content: '';
    width: 2rem;
    height: 2rem;
    background: #b8b8b8;
    position: absolute;
    left: 0;
    border: 7px solid #b8b8b8;
}

button {
    background: var(--mr-color-primary);
    padding: 0;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    outline: 0;
    position: relative;
}

button #loading,
.loading_spinner {
    padding: 0;
}

.form_item.checkbox label input:checked+span::before {
    background: var(--mr-color-tertiary);
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem 1.5vw;
}

.footer_links a {
    /* width: 300px; */
    /* font-size: 20px; */
    /* background: #e7e7e7; */
    margin: .5rem 1rem;
    display: flex;
    align-items: center;
    /* color: grey !important; */
    flex-grow: 1;
    font-weight: 500;
}

.footer_links a::before {
    font-size: 2.4rem;
    /* padding: 1rem; */
    color: var(--mr-color-primary);
    /* border-right: 1px solid grey; */
    /* margin-right: 1rem; */
    /* min-width: 72px; */
    /* text-align: center; */
}

.footer_links a:hover span {
    text-decoration: underline;
}

.videopopup .overlay_ico {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videopopup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
}

.mrws-media-popup {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.mrws-media-popup::before,
.mrws-media-popup::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.mrws-media-popup::before {
    width: clamp(3rem, 12vw, 5rem);
    height: auto;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--mr-color-yellow);
    border-radius: 50%;
    background: #0000008c;
    box-shadow: 0 0 10px black;
}

.mrws-media-popup::after {
    width: clamp(1.05rem, 3.2vw, 1.55rem);
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: .16rem;
    background-color: var(--mr-color-yellow);
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/play.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/play.svg') no-repeat center / contain;
}

.mrws-media-popup.loading {
    visibility: visible;
}

.mrws-media-popup img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videopopup .overlay_ico::before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--mr-color-yellow);
    border-radius: 50%;
    color: var(--mr-color-yellow);
    text-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
    background: #0000008c;
}

.videopopup .overlay_ico::after {
    content: '';
    position: relative;
    z-index: 1;
    width: 1.1rem;
    height: 1.1rem;
    margin-left: .16rem;
    color: var(--mr-color-yellow);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/play.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/play.svg') no-repeat center / contain;
}

.videopopup .overlay_ico .icon {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--mr-color-yellow);
    z-index: 1;
}

.videopopup:hover .overlay_ico {
    transform: scale(1.1);
    transition: .1s all ease;
}

.home_aside {
    border-left: 5px solid var(--mr-color-accent);
    padding-left: 2vw;
    margin-left: 0vw;
}

.opportunities_comp {
    color: grey;
    font-size: 0.8em;
}

.opportunities_title {
    color: var(--mr-color-accent);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.opportunities_pos {
    color: grey;
    font-size: .9em;
}

a.opportunities_more {
    background-color: var(--mr-color-accent);
    color: white;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.3rem 1rem;
    border-radius: .3rem;
    margin: 0.4rem 0 1.5rem;
    display: flex;
    width: fit-content;
}

.opportunities_widget_wrapper {
    border-bottom: 1px solid #e6e5e5;
}

a.opportunities_viewall {
    display: block;
    text-align: right;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

a.opportunities_viewall i {
    font-size: 0.8em;
}

.sections_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -0.5rem;
}

a.sections_item {
    width: calc(30% - .5rem);
    min-width: 295px;
    margin: 0.5rem;
    flex-grow: 1;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sections_item.nations {
    background: var(--mr-color-primary);
}

a.sections_item.programs {
    background: var(--mr-color-tertiary);
}

a.sections_item.entities {
    background: var(--mr-color-secondary);
}

.sections_details h5 {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    font-size: clamp(14px, 1.3vw, 24px);
}

.sections_img {
    width: clamp(80px, 14vw, 130px);
    padding: 2vw .5rem;
    position: relative;
}

.sections_img img {
    width: 85%;
    height: auto;
    margin: auto;
    display: block;
}

p.sections_description {
    margin: 0;
    line-height: 1.1;
    font-size: clamp(14px, 1vw, 1.2rem);
}

.sections_details {
    padding: 1rem;
    position: relative;
}

.sections_img::before {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    display: block;
    background: #ffffff40;
}

section#sections {
    padding: 4vw 4vw 2vw;
}

.sections_item:hover .sections_title::after {
    content: '';
    width: 100%;
}

.sections_item .sections_title::after {
    content: '';
    width: 0;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s all ease;
}

.sections_item:hover .sections_img img {
    transition: .3s all ease;
    transform: scale(1.05);
}

a.opportunities_more:hover i {
    transition: .3s all ease;
    transform: translate(50%, 0px);
    display: block;
    margin-left: 0.4rem;
}

a.opportunities_more i {
    display: block;
    margin-left: 0.4rem;
}

.banner_caption p {
    /* max-width: 70%; */
}

.columns_wrapper {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.columns_side {
    width: 300px;
    min-width: 210px;
    max-width: 320px;
    flex-grow: 1;
    /* position: sticky; */
    /* top: 0; */
    margin-right: 2vw;
    border-right: 5px solid var(--mr-color-accent);
    padding-right: 2vw;
}

.columns_side_inner {
    /* position: sticky; */
    /* top: 120px; */
}

.columns_wrapper .columns_main {
    width: 75%;
    flex-grow: 1;
    padding: 0 2vw 2vw;
    /* margin-left: 2vw; */
    /* border-left: 5px solid var(--mr-color-accent); */
}

.accordion_header {
    background: var(--mr-color-accent);
    color: white;
    padding: 0.5rem 3.3rem 0.5rem 1rem;
    margin-bottom: .5rem;
    position: relative;
    cursor: pointer;
}

.accordion_header::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/plus.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/plus.svg') no-repeat center / contain;
}

.accordion_body {
    display: none;
}

.accordion_header.active::after {
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/minus.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/minus.svg') no-repeat center / contain;
}

.program_item .label {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--mr-color-accent);
    line-height: 1;
}

.program_item {
    margin-bottom: 1rem;
    line-height: 1.1;
}

.program_map {
    position: relative;
    /* padding-bottom: 100%; */
    height: 250px;
}

.program_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

img.programs_headphoto {
    margin-bottom: 1rem;
    max-width: 450px;
    width: 100%;
}

/* .accordion_body {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem; 
}

.accordion_body .accordion_readmore {
    display: block;
}

a.accordion_readmore {
    margin-bottom: 1rem;
    display: block;
    color: grey;
    cursor: pointer;
}

.accordion_body_outer.expanded .accordion_body {
    display: block !important;
}

.accordion_body_outer.expanded a.accordion_readmore {
    display: none;
} */
.accordion_header {
    background: var(--mr-color-accent);
    color: #fff;
    padding: .5rem 3.3rem .5rem 1rem;
    margin-bottom: .5rem;
    position: relative;
    cursor: pointer;
}

.accordion_header::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/plus.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/plus.svg') no-repeat center / contain;
}

.accordion_body {
    height: 6em;
    overflow: hidden;
    display: block !important;
    position: relative;
    /*    padding-right: 1rem; space for ellipsis */
}

/* .accordion_body::after {
    content: "..."; 
    position: absolute;
    bottom: 0;
    right: 0;
    display: n;
} */
.accordion_readmore {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    color: gray;
    cursor: pointer;
    height: 8rem;
    margin-top: -6rem;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    position: relative;
}

.accordion_readmore.expanded {
    background: transparent;
    height: auto;
    margin: 0;
    margin-bottom: 2rem;
}

.program_item a {
    color: black;
    text-decoration: none;
}

.program_item a:hover {
    color: var(--mr-color-accent);
    text-decoration: underline;
}

.footer_content_inner {
    display: flex;
    flex-wrap: wrap-reverse;
}

@media (max-width: 767px) {
    .columns_wrapper {
        flex-direction: column;
    }

    .columns_side {
        width: 100%;
        max-width: none;
    }

    .columns_wrapper .columns_main {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
        border-left: 0;
    }
}

.program_map #map-canvas {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.accordion_wrapper {
    margin-top: 2rem;
}

.external_link::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5rem;
    font-size: 1rem;
    text-decoration: none;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-up-right-from-square.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-up-right-from-square.svg') no-repeat center / contain;
}

a.external_link {
    text-decoration: none;
}

a.external_link span {
    text-decoration: underline;
}

section#homesections {
    padding: 4vw;
}

/* (homepage nav tiles adjustments removed; handled in feature CSS) */
.footer_content_inner>div {
    padding: 4vw;
    width: 50%;
    min-width: 320px;
    flex-grow: 1;
}

.footer_content_right {
    /* display: flex; */
    /* align-items: center; */
}

section#homesections .pagename {
    text-align: left;
    padding: 0;
}

section#homesections .pagedescription {
    text-align: left;
    width: 100%;
}

.public_eventinfo>div {
    position: relative;
}

.public_eventbody {
    margin-top: 1em;
    margin-bottom: 1em;
}

.rb_group {
    padding-bottom: 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9;
}

.rb_group .rb_button input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}

.rb_group .rb_button span {
    font-size: .9em;
    padding: 0 1em 0 1.8em;
    background: rgb(235, 235, 235);
    border-radius: 2em;
    margin-right: 1em;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    z-index: -1;
}

.rb_group .rb_button span:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: .5em;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/circle.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/circle.svg') no-repeat center / contain;
}

.rb_group .rb_button input+span:after {
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    left: .7em;
    font-size: 0.6em;
    overflow: hidden;
    width: 0;
    opacity: 0;
    -webkit-transition: .2s width linear;
    -o-transition: .2s width linear;
    transition: .2s width linear;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg') no-repeat center / contain;
}

.rb_group .rb_button input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    cursor: pointer
}

.rb_group .rb_button span {
    font-size: .9em;
    padding: 0.2em 1em 0.2em 1.8em;
    background: #ebebeb;
    border-radius: 2em;
    margin-right: 0.4em;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    z-index: -1;
    color: black;
}

.rb_group .rb_button span:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: .5em;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/circle.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/circle.svg') no-repeat center / contain;
    opacity: 0.3;
}

.rb_group .rb_button input:hover+span {
    background: #d8d8d8
}

.rb_group .rb_button input:checked+span {
    background: rgb(197 198 128);
    color: black;
}

.rb_group .rb_button input+span:after {
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    left: 0.7em;
    font-size: 0.6em;
    overflow: hidden;
    width: 0;
    opacity: 0;
    -webkit-transition: .2s width linear;
    -o-transition: .2s width linear;
    transition: .2s width linear;
    color: #feffd4;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg') no-repeat center / contain;
}

.rb_group .rb_button input:checked+span:after {
    width: 2em;
    opacity: 1;
}

label.rb_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: .3rem;
}

.public_eventinfo input,
.public_eventinfo textarea,
.public_eventbody input,
.public_eventbody textarea,
.public_eventinfo select {
    width: 100%;
    margin-bottom: 1.2em;
}

.translate_button,
button.translate_button {
    background: transparent;
    color: var(--mr-color-accent);
    border: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.05rem;
    margin-left: auto;
    display: block;
    cursor: pointer;
    padding: 0;
}

.translate_button::before,
button.translate_button::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3rem;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/language.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/language.svg') no-repeat center / contain;
}

.public_eventinfo.contact_col {
    width: 100%;
}

.datepickwrap input {
    width: calc(100% - 3em);
    margin-bottom: 1.2em;
}

.datepickwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

span.formnote {
    position: absolute;
    bottom: 0em;
    font-size: 0.7em;
    /* font-style: italic; */
    color: rgb(186, 186, 186);
    left: 15px;
}

.datepickwrap i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.65em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    cursor: pointer;
    font-size: 1em;
}

section#events .heading_withlink::before {
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/calendar-days.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/calendar-days.svg') no-repeat center / contain;
}

section#gallery .heading_withlink::before {
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/images.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/images.svg') no-repeat center / contain;
}

section .heading_withlink::before {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    font-size: 2em;
    margin: 0 0.3em;
    background-color: currentColor;
}

section#events {
    padding: 0;
}

a.header_link.btn {
    display: block;
    width: fit-content;
    margin: 2em auto 0;
    max-width: 100%;
    border-radius: 0;
    background-color: var(--mr-color-accent);
    border: 0;
    color: white;
    text-align: right;
}

a.header_link.btn::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1.25em;
    position: absolute;
    right: 2em;
    transition: .3s all ease;
    background-color: currentColor;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-right-long.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-right-long.svg') no-repeat center / contain;
}

a.header_link.btn:hover::after {
    right: 1.5em
}

section#gallery .header_link.btn {
    width: auto;
    background: transparent;
    color: grey;
    text-transform: none;
    padding-right: 2em;
    font-size: 0.6em;
}

section#gallery .heading_withlink {
    background: transparent;
    color: grey;
    font-size: 1.5em;
}

section#gallery .header_link.btn::after {
    display: none;
}

section#events .container-fluid,
section#events .container-fluid .row,
section#events .container-fluid .row>div {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.icon-circle {
    /* background-color: var(--mr-color-primary); */
    color: white;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.footer_link {
    padding-left: 3rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.footer_link .icon-circle {
    position: absolute;
    left: 0.4rem;
    top: 0.1rem;
}

.footer_link.contact_address {
    padding-left: 0;
    gap: 0.75rem;
}

.contact_address .icon-circle {
    position: static;
}

.contact_address_locations,
.footer_links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    /* align-items: center; */
    justify-content: flex-start;
}

.contact_address_location,
.contact-block__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    /* padding-left: 3rem; */
}

.contact_address_location_body {
    display: flex;
    flex-direction: column;
}

.contact_address_location_name {
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.contact_address span.streetaddress::after,
.contact_address span.city::after {
    content: ', ';
    /* margin-right: 0.3rem; */
}

.contact_address span:not(.icon-circle)::after {
    content: ', ';
    /* margin-right: 0.3rem; */
}

.contact_address span:last-of-type:not(.icon-circle)::after {
    content: '';
}

.contact_address a.contact_address_link,
.contact_address a.contact_address_location_address {
    color: inherit;
    text-decoration: none;
}

.contact_address a.contact_address_link:hover,
.contact_address a.contact_address_location_address:hover {
    text-decoration: underline;
}

ul.footer_links.phone_numbers {
    flex-direction: column;
}

ul.footer_links.phone_numbers a {
    margin: 0;
}

ul.footer_links li,
.contact_address_location {
    margin-bottom: 0.5rem;
}

ul.phone_numbers,
ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.phone_numbers li,
ul.social-links li {
    position: relative;
    /* padding-left: 1rem; */
}

.footer_links .icon-circle,
.footer_link .icon-circle,
ul.social-links li .icon-circle {
    /* position: absolute; */
    /* left: 0.4rem; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    font-size: 0.9rem;
}

ul.phone_numbers a {
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: flex-end;
}

ul.phone_numbers .value {
    margin-right: 0.4rem;
}

ul.phone_numbers .label::before {
    content: '(';
}

ul.phone_numbers .label::after {
    content: ')';
}

.contact_phone {
    padding-bottom: 1.2rem;
}

ul.social-links a {
    color: var(--mr-color-primary) !important;
}

.slideshow_caption h2 {
    color: #3b3e3c;
}

.slideshow_caption a.btn {
    border-color: black;
    color: black;
}

.is_stuck .easy-autocomplete-container {
    bottom: calc(100% + 1rem);
    top: auto;
}

.cmsmasters_profile_vertical .profile_inner {
    display: block;
    width: 100%;
}

.cmsmasters_profile_vertical .pl_img_wrap+.cmsmasters_profile_header_wrap {
    padding: 0 0 0 7.5%;
    width: 29%;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap {
    display: inline-block;
    width: 47.8%;
    vertical-align: middle;
    position: relative;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info {
    padding-top: 20px;
    white-space: nowrap;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info>span {
    display: block;
    padding: 1px 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info>span>a span,
.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info>span>span span {
    margin-left: 10px;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info>span>a:before,
.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_contact_info>span>span:before {
    font-size: 12px;
    vertical-align: middle;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .cmsmasters_profile_header {
    padding: 0;
    position: relative;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .cmsmasters_profile_header .cmsmasters_profile_subtitle {
    margin: -3px 0 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .cmsmasters_profile_header .cmsmasters_profile_title {
    margin: 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons {
    position: relative;
    overflow: hidden;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .cmsmasters_profile_header+.profile_social_icons {
    margin: 10px 0 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list li {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list li:first-child {
    margin: 0 7px 0 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list li:last-child {
    margin: 0 0 0 7px;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list li:before {
    display: none;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list a {
    font-size: 17px;
    line-height: 20px;
    display: block;
    width: 1em;
    height: 1em;
    position: relative;
}

.cmsmasters_profile_vertical .cmsmasters_profile_header_wrap .profile_social_icons_list a:before {
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cmsmasters_profile_vertical .cmsmasters_profile_content {
    display: inline-block;
    width: 52.2%;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 8.9%;
    overflow: hidden;
}

.cmsmasters_profile_vertical .cmsmasters_profile_content p {
    margin: 0;
    padding: 0;
}

a.weatherwidget-io {
    margin-top: 1rem;
    width: 230px;
}

footer ul.social-links li {
    margin-bottom: 1.2rem;
}

main.page-content {
    /* padding-top: 2rem; */
    background: radial-gradient(circle at 14% 2%, rgba(201, 165, 43, 0.12), transparent 26%), radial-gradient(circle at 85% 4%, rgba(82, 101, 71, 0.11), transparent 25%), #fbf8f1;
}

.mrws-slideshow-root {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 42px rgba(27, 31, 24, 0.16);
    border: 1px solid rgba(27, 31, 24, 0.08);
}

.homerow {
    gap: 1.5rem;
    align-items: stretch;
    margin: 1rem 0 0;
}

.homerow>section {
    width: auto;
    flex: 1;
    border: 1px solid rgba(27, 31, 24, 0.1);
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(27, 31, 24, 0.08);
}

section#news,
section#events,
section#gallery,
section#homemap,
section#page-file-browser {
    padding: clamp(1.25rem, 2.3vw, 2.2rem);
}

.heading_withsubhead {
    color: #3f4f35;
    font-family: var(--mr-font-heading);
    font-weight: 700;
}

a.header_link.btn,
.btn,
a.btn {
    border-radius: 0;
    border: 1px solid rgba(27, 31, 24, 0.15);
    background: var(--mr-color-accent);
    color: var(--mr-color-accent-contrast);
    font-weight: 700;
    letter-spacing: 0.02em;
}

a.header_link.btn:hover,
.btn:hover,
a.btn:hover {
    color: #1b1f18;
    background: var(--mr-color-accent-tint);
    text-decoration: none;
}

.news_widget {
    gap: 1rem;
}

.news_item {
    background: #ffffff;
    border: 1px solid rgba(27, 31, 24, 0.12);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(27, 31, 24, 0.07);
}

.news_title {
    color: #273125;
}

.news_item .news_date {
    color: #6f766b;
    font-size: 0.86rem;
}

.events_wrapper {
    gap: 1rem;
}

.events_item {
    background: #fff;
    border: 1px solid rgba(27, 31, 24, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(27, 31, 24, 0.06);
}

.events_title {
    color: #273125;
}

.events_date {
    background: #526547;
    color: #fff;
    border-radius: 14px;
}

.events_date_month {
    color: #d7dfcf;
}

.gallerywidget_wrapper ul.media.gallery.widget {
    gap: 0.8rem;
}

.gallerywidget_wrapper ul.media.gallery.widget li {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(27, 31, 24, 0.1);
    box-shadow: 0 8px 20px rgba(27, 31, 24, 0.08);
    background: #fff;
}

footer.page-footer {
    /* margin-top: 2.5rem; */
}

section.footer_content {
    background: #303d28;
    color: #f4f1e8;
    padding-bottom: 0 !important;
}

section.footer_content a {
    color: #f4f1e8;
}

section.footer_copyright {
    background: #2f3c28;
    color: #d8dfcf;
}

section.footer_copyright a {
    color: #e7cb76;
}

.mr-legacy-content-hero {
    background: linear-gradient(120deg, rgba(251, 248, 241, 0.95), rgba(251, 248, 241, 0.72)), var(--mr-legacy-hero-image, none);
    background-size: cover;
    background-position: center;
}

.mr-legacy-hero {
    position: relative;
    overflow: hidden;
    /* border-radius: 28px; */
    border: 1px solid rgba(27, 31, 24, 0.08);
    background: #ffffff;
    min-height: clamp(420px, 48vw, 620px);
    padding: 0;
}

.mr-legacy-hero-bg {
    position: absolute;
    inset: 0;
}

.mr-legacy-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mr-legacy-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 12%, rgba(201, 165, 43, 0.18), transparent 45%), radial-gradient(circle at 82% 22%, rgba(82, 101, 71, 0.16), transparent 55%), linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.2) 100%);
}

.mr-legacy-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: clamp(3.2rem, 7vw, 6rem) clamp(1rem, 4vw, 3.5rem);
}

.mr-legacy-hero-panel {
    max-width: 720px;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.mr-legacy-hero-panel[fade-list]>* {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    will-change: opacity, transform;
}

.mr-legacy-hero-panel h1 {
    margin: 0;
    color: var(--mr-color-primary);
    font-family: var(--mr-font-heading);
    font-size: clamp(2rem, 4.6vw, 3.45rem);
    line-height: 1.05;
}

.mr-legacy-hero-panel p {
    margin: 1.35rem 0 0;
    color: rgba(27, 31, 24, 0.72);
    font-size: clamp(1rem, 1.9vw, 1.18rem);
    max-width: 640px;
}

.mrws-products-by-animal__tiles.nav_tiles {
    padding-top: 1.5rem;
}

.mr-legacy-hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mr-legacy-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 0.78rem 1.4rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    border: 1px solid rgba(27, 31, 24, 0.16);
}

.mr-legacy-hero-btn:hover {
    text-decoration: none;
}

.mr-legacy-hero-btn-primary {
    background: var(--mr-color-secondary);
    border-color: var(--mr-color-secondary-shade);
    color: #1b1f18;
}

.mr-legacy-hero-btn-primary:hover {
    color: #1b1f18;
    opacity: 0.95;
}

.mr-legacy-hero-btn-ghost {
    background: rgba(255, 255, 255, 0.7);
    color: #1b1f18;
}

.mr-legacy-hero-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #1b1f18;
}

.mr-legacy-kicker {
    display: inline-flex;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: #526547;
}

.mr-legacy-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.75em;
}

.mr-legacy-card {
    border: 1px solid rgba(27, 31, 24, 0.12);
    border-radius: 18px;
    background: #fff;
    /* padding: 1.05rem; */
    overflow: hidden;
    margin: 0;
    box-shadow: 0 8px 20px rgba(27, 31, 24, .07);
}

.mr-legacy-card figcaption {
    padding: .5rem 1rem;
}

.mr-legacy-card-inner {
    padding: 1em;
}

.mr-legacy-card p {
    margin-bottom: .5em;
}

.mr-legacy-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.mr-legacy-split {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 1rem;
    align-items: start;
}

.mr-legacy-callout {
    border: 1px solid rgba(82, 101, 71, 0.18);
    background: #f5f1e5;
}

.mr-legacy-cta-band {
    background: linear-gradient(120deg, #526547 0%, #3f4f35 100%);
    color: #fff;
}

.mr-legacy-cta-band p {
    color: rgba(255, 255, 255, 0.88);
}

.mrws-content-image-triptych {
    /* max-width: 1320px; */
    margin: auto;
}

.mr-col .nav_tiles .mr-nav-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-column-block.mr-layout-style-standard>.mr-container>.mr-row>.mr-col>.widget-nav-tiles,
.builder-column-block.ws-layout-style-standard>.mr-container>.mr-row>.mr-col>.widget-nav-tiles,
.builder-column-block.mr-layout-style-standard>.widget-nav-tiles,
.builder-column-block.ws-layout-style-standard>.widget-nav-tiles {
    padding: 0;
}

section.products_by_animal,
section.mr_explore_intro {
    position: relative;
    background: rgb(243 235 210 / 57%);
    margin-top: 6.25rem;
    padding-top: 3.5rem;
    z-index: 3;
    /* border: 1px solid rgba(27, 31, 24, 0.08); */
    /* border-radius: 22px; */
    z-index: 8;
}

section.products_by_animal::before,
section.mr_explore_intro::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 228px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100 200' preserveAspectRatio='none'%3E%3Cpath d='M0%2C140 C220%2C40 420%2C180 660%2C100 C860%2C35 980%2C35 1100%2C20 L1100%2C200 L0%2C200 Z' fill='rgba(201%2C165%2C43%2C0.16)'/%3E%3Cpath d='M0%2C160 C240%2C60 460%2C195 700%2C110 C900%2C40 1010%2C55 1100%2C35' stroke='rgba(82%2C101%2C71%2C0.65)' stroke-width='10' fill='none'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: .6;
}

section.products_by_animal>*,
section.mr_explore_intro>* {
    margin-top: -84px;
}

.mr-legacy-products-by-animal__header {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
}

.mr-legacy-products-by-animal__intro h2 {
    margin: 0.5rem 0 0;
}

.mr-legacy-products-by-animal__intro p {
    margin: 0.9rem 0 0;
    max-width: 680px;
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-products-by-animal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.mr-legacy-products-by-animal__tiles {
    margin-top: 1.35rem;
}

.mr-legacy-products-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(27, 31, 24, 0.16);
}

.mr-legacy-products-btn:hover {
    text-decoration: none;
}

.mr-legacy-products-btn-primary {
    background: var(--mr-color-secondary);
    border-color: var(--mr-color-secondary-shade);
    color: #1b1f18;
}

.mr-legacy-products-btn-primary:hover {
    color: #1b1f18;
    opacity: 0.95;
}

.mr-legacy-products-btn-ghost {
    background: #fff;
    color: #1b1f18;
}

.mr-legacy-products-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #1b1f18;
}

.mrws-content-rooted-community {
    position: relative;
    padding-bottom: 1em;
    padding-top: 0;
}

.mr-legacy-rooted-wrap {
    position: relative;
    z-index: 9;
}

.mr-legacy-rooted-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 2rem;
    align-items: start;
}

.mr-legacy-rooted-main h2 {
    margin: 0;
    color: var(--mr-color-primary-shade);
}

.mr-legacy-rooted-main p {
    margin: 1rem 0 0;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-rooted-actions {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.mr-legacy-rooted-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(27, 31, 24, 0.16);
}

.mr-legacy-rooted-btn:hover {
    text-decoration: none;
}

.mr-legacy-rooted-btn-primary {
    background: var(--mr-color-primary);
    border-color: var(--mr-color-primary-shade);
    color: #fff;
}

.mr-legacy-rooted-btn-primary:hover {
    color: #fff;
    opacity: 0.95;
}

.mr-legacy-rooted-btn-ghost {
    background: rgba(255, 255, 255, 0.9);
    color: #1b1f18;
}

.mr-legacy-rooted-btn-ghost:hover {
    background: #fff;
    color: #1b1f18;
}

.mr-legacy-rooted-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mr-legacy-rooted-card {
    border-radius: 18px;
    border: 1px solid rgba(27, 31, 24, 0.1);
    background: #fff;
    box-shadow: 0 8px 20px rgba(27, 31, 24, 0.07);
    padding: 1.25rem;
}

.mr-legacy-rooted-card h3 {
    margin: 0;
    font-size: 1rem;
    color: var(--mr-color-primary-shade);
}

.mr-legacy-rooted-card p {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-rooted-card a {
    color: var(--mr-color-primary-shade);
    font-weight: 700;
    text-decoration: none;
}

.mr-legacy-rooted-card a:hover {
    text-decoration: underline;
}

.mr-legacy-rooted-wave {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    opacity: 0.6;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .mr-legacy-rooted-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .mr-legacy-rooted-cards {
        grid-template-columns: 1fr;
    }
}

.mr-legacy-directory-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.mr-legacy-directory-head {
    margin-bottom: 1.5rem;
}

.mr-legacy-directory-title {
    margin: 0;
    color: var(--mr-color-primary);
}

.mr-legacy-directory-copy {
    margin: 0.85rem 0 0;
    max-width: 760px;
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-location-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.mr-legacy-location-card {
    border: 1px solid rgba(27, 31, 24, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(27, 31, 24, 0.08);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 100%;
}

.mr-legacy-location-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.mr-legacy-location-card-title {
    margin: 0;
    font-size: 1.15rem;
    color: var(--mr-color-primary-shade);
}

.mr-legacy-location-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    border: 1px solid rgba(27, 31, 24, 0.12);
    background: rgba(201, 165, 43, 0.16);
    color: var(--mr-color-primary);
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.26rem 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mr-legacy-hours-badge {
    text-transform: none;
    letter-spacing: 0;
    gap: 0.45rem;
}

.mr-legacy-hours-badge strong {
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-hours-top {
    align-items: center;
}

.mr-legacy-hours-title {
    text-transform: none;
}

.mr-legacy-hours-status-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* min-height: 1.8rem; */
}

.mr-legacy-location-card-details,
.mr-legacy-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 0.34rem;
}

.mr-legacy-detail-row {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    gap: 1rem;
}

.mr-legacy-detail-label {
    color: rgba(27, 31, 24, 0.62);
    font-weight: 600;
    font-size: 0.9rem;
}

.mr-legacy-detail-value {
    color: rgba(27, 31, 24, 0.85);
    font-size: 0.92rem;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mr-legacy-detail-value a {
    color: var(--mr-color-primary-shade);
    text-decoration: none;
    font-weight: 700;
}

.mr-legacy-detail-value a:hover {
    text-decoration: underline;
}

.mr-legacy-location-map {
    margin-top: auto;
    flex: 1 1 auto;
    position: relative;
    min-height: 210px;
    border-radius: 18px;
    border: 1px solid rgba(27, 31, 24, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(201, 165, 43, 0.14), rgba(82, 101, 71, 0.16));
}

.mr-legacy-location-map--no-coords {
    min-height: 120px;
}

.mr-legacy-location-map-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    color: rgba(27, 31, 24, 0.62);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mr-legacy-location-map.is-map-ready .mr-legacy-location-map-fallback {
    display: none;
}

.mr-legacy-location-map-link {
    position: absolute;
    left: 50%;
    bottom: 0.9rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(27, 31, 24, 0.14);
    padding: 0.24rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #1b1f18;
    text-decoration: none;
    z-index: 2;
}

.mr-legacy-location-map-link:hover {
    text-decoration: none;
    background: #ffffff;
}

.mr-legacy-map-infowindow,
.mrws-map-infowindow {
    font-size: 0.85rem;
    line-height: 1.35;
    min-width: 160px;
}

.mrws-map-widget .gm-style .gm-style-iw-c {
    max-width: min(88vw, 470px) !important;
    min-width: min(288px, calc(100vw - 48px)) !important;
    max-height: 223px !important;
    padding: 0 8px 8px !important;
    border-radius: 18px;
}

.mrws-map-widget .gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mrws-map-widget .gm-style .gm-ui-hover-effect {
    top: 0;
    right: 0;
    width: 32px !important;
    height: 40px !important;
}

.mrws-map-widget .gm-ui-hover-effect>span {
    background-color: light-dark(#000, #fff);
    margin: 1px !important;
}

.mrws-map-infowindow {
    width: min(88vw, 420px);
    min-width: min(280px, calc(100vw - 56px));
    display: grid;
    grid-template-columns: minmax(112px, 132px) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.mrws-map-infowindow.no-media {
    display: block;
    width: min(88vw, 360px);
}

.mrws-map-infowindow-media {
    align-self: stretch;
}

.mrws-map-infowindow-image {
    display: block;
    width: 100%;
    height: 82px;
    object-fit: cover;
    border-radius: 12px;
}

.mrws-map-infowindow-body {
    min-width: 0;
}

.mr-legacy-map-infowindow strong,
.mrws-map-infowindow strong {
    display: block;
    color: #1b1f18;
    margin-bottom: 0.25rem;
}

.mrws-map-infowindow-copy {
    margin-bottom: 0.5rem;
    color: rgba(27, 31, 24, 0.76);
    line-height: 1.45;
}

.mr-legacy-map-infowindow a,
.mrws-map-infowindow a {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: var(--mr-color-primary);
    text-decoration: none;
    font-weight: 700;
}

.mrws-map-infowindow-link-icon .icon {
    width: 0.9em;
    height: 0.9em;
    vertical-align: middle;
}

.mr-legacy-map-infowindow a:hover,
.mrws-map-infowindow a:hover {
    text-decoration: underline;
}

@media (max-width: 420px) {
    .mrws-map-widget .gm-style .gm-style-iw-c {
        min-width: auto !important;
    }

    .mrws-map-infowindow {
        width: min(92vw, 340px);
        min-width: 0;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mrws-map-infowindow-image {
        height: 112px;
    }
}

@media (max-width: 640px) {
    .mrws-map-widget .gm-style .gm-style-iw-c {
        max-width: calc(100% - 20px) !important;
        min-width: 0 !important;
        padding: 8px;
    }

    .mrws-map-widget .gm-style .gm-style-iw-d {
        overflow: auto !important;
        max-height: min(240px, calc(100vh - 220px)) !important;
        -webkit-overflow-scrolling: touch;
        padding-right: 2px !important;
    }

    .mrws-map-widget .gm-style .gm-ui-hover-effect {
        top: 0;
        right: 0;
        /* width: 24px !important; */
        /* height: 24px !important; */
    }

    .mrws-map-widget .gm-style .gm-ui-hover-effect img {
        width: 16px !important;
        height: 16px !important;
        margin: 4px !important;
    }

    .mrws-map-infowindow,
    .mrws-map-infowindow.no-media {
        width: min(100%, 320px);
        min-width: 0;
    }

    .mrws-map-infowindow {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mrws-map-infowindow-image {
        height: 78px;
    }
}

.builder-location-list {
    display: grid;
    gap: 0.6rem;
    max-height: 320px;
    overflow-y: auto;
    padding: 0.2rem 0;
}

.builder-location-option {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(27, 31, 24, 0.12);
    border-radius: 12px;
    background: #fff;
}

.builder-location-option.is-disabled {
    opacity: 0.55;
}

.builder-location-option-copy {
    display: grid;
    gap: 0.2rem;
}

.builder-location-option-name {
    font-weight: 700;
    color: #1b1f18;
}

.builder-location-option-meta {
    font-size: 0.92rem;
    color: rgba(27, 31, 24, 0.68);
}

.mrws-map-widget {
    display: grid;
    gap: 1rem;
}

.mrws-map-widget-embeds {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mrws-map-widget-embed {
    display: grid;
    gap: 0.65rem;
}

.mrws-map-widget-embed-frame {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(82, 101, 71, 0.14);
    background: #ece4d2;
}

.mrws-map-widget-embed-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.mrws-map-widget-embed-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-weight: 700;
    color: var(--mr-widget-link-color);
    text-decoration: none;
}

.mrws-map-widget-embed-link:hover {
    color: var(--mr-widget-link-hover-color);
    text-decoration: underline;
}

.mrws-map-widget-empty {
    padding: 1rem 1.1rem;
    border: 1px dashed var(--mr-tone-contrast-empty-border, rgba(82, 101, 71, 0.3));
    border-radius: 16px;
    background: var(--mr-tone-contrast-empty-surface, rgba(245, 241, 229, 0.6));
}

.mrws-map-widget-empty p {
    margin: 0;
}

.mrws-map-widget-canvas {
    position: relative;
    min-height: 360px;
    /* border-radius: 18px; */
    overflow: hidden;
    background: var(--mr-widget-map-surface);
    border: 1px solid var(--mr-widget-border-color);
}

.mrws-map-widget-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mr-tone-contrast-fallback-color, rgba(27, 31, 24, 0.7));
    font-weight: 600;
}

.mrws-map-widget-canvas.is-map-ready .mrws-map-widget-fallback {
    opacity: 0;
    pointer-events: none;
}

.mrws-map-widget-locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.mrws-map-widget-location {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: var(--mr-tone-contrast-surface, rgba(245, 241, 229, 0.72));
    border: 1px solid var(--mr-tone-contrast-border, rgba(82, 101, 71, 0.12));
}

.mrws-map-widget-location.is-interactive {
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mrws-map-widget-location.is-interactive:hover,
.mrws-map-widget-location.is-interactive:focus-within {
    transform: translateY(-1px);
    background: var(--mr-tone-contrast-surface-hover, rgba(255, 249, 237, 0.92));
    border-color: var(--mr-tone-contrast-border-hover, rgba(82, 101, 71, 0.22));
    box-shadow: 0 10px 22px var(--mr-tone-contrast-shadow, rgba(37, 48, 31, 0.08));
}

.mrws-map-widget-location.is-interactive:focus-visible {
    outline: 2px solid var(--mr-tone-contrast-outline, rgba(82, 101, 71, 0.32));
    outline-offset: 2px;
}

.mrws-map-widget-location-name {
    display: inline-flex;
    font-weight: 700;
    color: var(--mr-widget-link-color);
    text-decoration: none;
}

.mrws-map-widget-location-name:hover {
    color: var(--mr-widget-link-hover-color);
    text-decoration: underline;
}

.mrws-map-widget-location-address {
    margin-top: 0.35rem;
    color: var(--mr-widget-subtle-color);
    line-height: 1.45;
}

.mr-legacy-location-card-hours {
    background: linear-gradient(180deg, #ffffff 0%, #fbf7eb 100%);
}

.mr-legacy-hours-table {
    width: 100%;
    border-collapse: collapse;
}

.mr-legacy-hours-table th,
.mr-legacy-hours-table td {
    padding: 0.2rem 0;
    font-size: 0.9rem;
}

.mr-legacy-hours-table th {
    text-align: left;
    color: rgba(27, 31, 24, 0.65);
    font-weight: 600;
}

.mr-legacy-hours-table td {
    text-align: right;
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-hours-table tr.is-closed td {
    color: rgba(27, 31, 24, 0.5);
}

.mr-legacy-quick-contact-wrap {
    margin-top: 0.15rem;
}

.mr-legacy-contact-card {
    border-radius: 18px;
    border: 1px solid rgba(27, 31, 24, 0.1);
    background: #ffffff;
    padding: 1rem;
}

.mr-legacy-contact-card-title {
    margin: 0;
    font-size: 1rem;
    color: var(--mr-color-primary-shade);
}

.mr-legacy-contact-card-subtitle {
    margin-top: 0.2rem;
    font-size: 0.92rem;
    color: rgba(27, 31, 24, 0.62);
}

.mr-legacy-contact-card .mr-legacy-contact-methods {
    margin-top: 0.6rem;
}

.mr-legacy-contact-card--compact {
    background: rgba(201, 165, 43, 0.11);
}

.mr-legacy-hours-note {
    margin: 0.2rem 0 0;
    font-size: 0.84rem;
    color: rgba(27, 31, 24, 0.62);
}

section.footer_contacts,
section.mr_footer_contacts {
    background: linear-gradient(135deg, #526547 0%, #3f4f35 100%);
    color: #ffffff;
    padding: clamp(2.5rem, 5vw, 2rem) 0;
}

.mr-legacy-footer-contacts-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
    /* padding: 0 clamp(1rem, 2.5vw, 2rem); */
}

.mr-legacy-footer-contacts-title {
    margin: 0;
    color: #ffffff;
}

.mr-legacy-footer-contacts-copy {
    margin: 0.85rem 0 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
}

.mr-legacy-footer-contacts-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.15rem;
}

.mr-legacy-footer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.68rem 1.15rem;
    text-decoration: none !important;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.mr-legacy-footer-action:hover {
    text-decoration: none;
}

.mr-legacy-footer-action-primary {
    background: var(--mr-color-secondary);
    border-color: var(--mr-color-secondary-shade);
    color: #1b1f18;
}

.mr-legacy-footer-action-primary:hover {
    color: #1b1f18;
    opacity: 0.94;
}

.mr-legacy-footer-action-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.mr-legacy-footer-action-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.mr-legacy-contact-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.mr-legacy-contact-card--dark {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.mr-legacy-contact-card--dark .mr-legacy-contact-card-title {
    color: #ffffff;
}

.mr-legacy-contact-card--dark .mr-legacy-contact-card-subtitle,
.mr-legacy-contact-card--dark .mr-legacy-detail-label {
    color: rgba(255, 255, 255, 0.78);
}

.mr-legacy-contact-card--dark .mr-legacy-detail-value {
    color: rgba(255, 255, 255, 0.9);
}

.mr-legacy-contact-card--dark .mr-legacy-detail-value a {
    color: #ffffff;
}

@media (min-width: 768px) {
    .mr-legacy-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mr-legacy-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1080px) {
    .mr-legacy-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mr-legacy-contact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mr-legacy-hours-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .mr-legacy-location-map {
        min-height: 180px;
    }

    .mr-legacy-detail-row {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .mr-legacy-detail-value {
        text-align: left;
    }
}

section.locations_directory,
section.mr_locations {
    background: rgb(245 241 224);
}

.footer_logo_compact img {
    width: 100%;
    max-width: 224px;
}

footer.page-footer.page-footer-compact .footer_content_inner.footer_content_inner_compact {
    display: grid;
    grid-template-columns: minmax(180px, 0.9fr) minmax(320px, 1.4fr) minmax(180px, 0.8fr);
    gap: 2rem;
    align-items: start;
}

footer.page-footer.page-footer-compact .footer_content_inner.footer_content_inner_compact>div {
    width: auto;
    min-width: 0;
    padding: 0;
    flex-grow: 0;
}

footer.page-footer.page-footer-compact section.footer_content {
    padding: 2rem 4vw;
}

footer.page-footer.page-footer-compact .footer_col_title {
    margin: 0 0 0.8rem;
    color: #f4f1e8;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

footer.page-footer.page-footer-compact .footer_logo_compact img.footer_logo {
    max-width: 220px;
    margin: 0;
    display: block;
}

footer.page-footer.page-footer-compact .footer_col_locations .footer_link.contact_address {
    margin: 0;
}

footer.page-footer.page-footer-compact .footer_social_buttons ul.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
}

footer.page-footer.page-footer-compact .footer_social_buttons ul.social-links li {
    padding-left: 0;
}

footer.page-footer.page-footer-compact .footer_social_buttons ul.social-links li .icon-circle {
    position: static;
    transform: none;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

footer.page-footer.page-footer-compact .footer_social_buttons ul.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

footer.page-footer.page-footer-compact .footer_social_buttons ul.social-links .text_label {
    display: none;
}

footer.page-footer.page-footer-compact section.footer_copyright,
footer.page-footer.page-footer-compact section.footer_copyright p,
footer.page-footer.page-footer-compact section.footer_copyright span {
    color: #ffffff82;
}

footer.page-footer.page-footer-compact section.footer_copyright a {
    color: #ffffff;
}

@media (max-width: 980px) {
    footer.page-footer.page-footer-compact .footer_content_inner.footer_content_inner_compact {
        grid-template-columns: 1fr 1fr;
    }

    footer.page-footer.page-footer-compact .footer_col_logo {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    footer.page-footer.page-footer-compact .footer_content_inner.footer_content_inner_compact {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
}

.mrws-content-resources-directory {
    padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.mr-legacy-resources-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1rem, 2.5vw, 2rem);
}

.mr-legacy-resources-main {
    width: min(680px, 100%);
}

.mr-legacy-resources-title {
    margin: 0;
    color: var(--mr-color-primary);
}

.mr-legacy-resources-copy {
    margin: 0.9rem 0 0;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-resources-actions,
.mr-legacy-resources-actions p {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mr-legacy-resources-actions a,
.mr-legacy-resources-actions.mce-content-body a,
.mr-legacy-resources-actions.easyedit_editable.mce-content-body a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.68rem 1.15rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(27, 31, 24, 0.16);
}

.mr-legacy-resources-actions a:first-child,
.mr-legacy-resources-actions .mr-legacy-resources-btn-primary,
.mr-legacy-resources-actions.mce-content-body a:first-child,
.mr-legacy-resources-actions.mce-content-body .mr-legacy-resources-btn-primary,
.mr-legacy-resources-actions.easyedit_editable.mce-content-body a:first-child {
    background: var(--mr-color-primary);
    border-color: var(--mr-color-primary-shade);
    color: #ffffff;
}

.mr-legacy-resources-actions a:first-child:hover,
.mr-legacy-resources-actions .mr-legacy-resources-btn-primary:hover,
.mr-legacy-resources-actions.mce-content-body a:first-child:hover,
.mr-legacy-resources-actions.mce-content-body .mr-legacy-resources-btn-primary:hover,
.mr-legacy-resources-actions.easyedit_editable.mce-content-body a:first-child:hover {
    color: #ffffff;
    opacity: 0.95;
}

.mr-legacy-resources-actions a:not(:first-child),
.mr-legacy-resources-actions .mr-legacy-resources-btn-ghost,
.mr-legacy-resources-actions.mce-content-body a:not(:first-child),
.mr-legacy-resources-actions.mce-content-body .mr-legacy-resources-btn-ghost,
.mr-legacy-resources-actions.easyedit_editable.mce-content-body a:not(:first-child) {
    background: #ffffff;
    color: #1b1f18;
}

.mr-legacy-resources-actions a:not(:first-child):hover,
.mr-legacy-resources-actions .mr-legacy-resources-btn-ghost:hover,
.mr-legacy-resources-actions.mce-content-body a:not(:first-child):hover,
.mr-legacy-resources-actions.mce-content-body .mr-legacy-resources-btn-ghost:hover,
.mr-legacy-resources-actions.easyedit_editable.mce-content-body a:not(:first-child):hover {
    background: rgba(0, 0, 0, 0.03);
}

.mrws-content-delivery-options {}

.mr-legacy-delivery-shell {
    width: min(1320px, 100%);
    margin: 0 auto;
    /* padding: 0 clamp(1rem, 2.5vw, 2rem); */
}

.mr-legacy-delivery-grid {
    display: grid;
    gap: 1.2rem;
    align-items: start;
}

.mr-legacy-delivery-title {
    margin: 0;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-copy {
    margin: 0.9rem 0 0;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-delivery-fleet-grid {
    margin-top: 1.35rem;
    display: grid;
    gap: 0.8rem;
}

.mr-legacy-delivery-fleet-card {
    border-radius: 20px;
    border: 1px solid rgba(27, 31, 24, 0.14);
    background: #ffffff;
    padding: 1rem 1.1rem;
}

.mr-legacy-delivery-card-title {
    margin: 0;
    font-family: var(--mr-font-main);
    font-size: 0.88rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-card-copy {
    margin: 0.55rem 0 0;
    font-size: 0.94rem;
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-delivery-note-card {
    margin-top: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(27, 31, 24, 0.14);
    background: rgba(220, 194, 122, 0.18);
    padding: 1rem 1.1rem;
}

.mr-legacy-delivery-note-title {
    margin: 0;
    font-family: var(--mr-font-main);
    font-size: 0.88rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-note-copy {
    margin: 0.55rem 0 0;
    font-size: 0.94rem;
    color: rgba(27, 31, 24, 0.74);
}

.mr-legacy-delivery-actions,
.mr-legacy-delivery-actions p {
    margin-top: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mr-legacy-delivery-actions a,
.mr-legacy-delivery-actions.mce-content-body a,
.mr-legacy-delivery-actions.easyedit_editable.mce-content-body a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.68rem 1.15rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(27, 31, 24, 0.16);
}

.mr-legacy-delivery-actions a:first-child,
.mr-legacy-delivery-actions .mr-legacy-delivery-btn-primary,
.mr-legacy-delivery-actions.mce-content-body a:first-child,
.mr-legacy-delivery-actions.mce-content-body .mr-legacy-delivery-btn-primary,
.mr-legacy-delivery-actions.easyedit_editable.mce-content-body a:first-child {
    background: var(--mr-color-primary);
    border-color: var(--mr-color-primary-shade);
    color: #ffffff;
}

.mr-legacy-delivery-actions a:first-child:hover,
.mr-legacy-delivery-actions .mr-legacy-delivery-btn-primary:hover,
.mr-legacy-delivery-actions.mce-content-body a:first-child:hover,
.mr-legacy-delivery-actions.mce-content-body .mr-legacy-delivery-btn-primary:hover,
.mr-legacy-delivery-actions.easyedit_editable.mce-content-body a:first-child:hover {
    color: #ffffff;
    opacity: 0.95;
}

.mr-legacy-delivery-actions a:not(:first-child),
.mr-legacy-delivery-actions .mr-legacy-delivery-btn-ghost,
.mr-legacy-delivery-actions.mce-content-body a:not(:first-child),
.mr-legacy-delivery-actions.mce-content-body .mr-legacy-delivery-btn-ghost,
.mr-legacy-delivery-actions.easyedit_editable.mce-content-body a:not(:first-child) {
    background: #ffffff;
    color: #1b1f18;
}

.mr-legacy-delivery-actions a:not(:first-child):hover,
.mr-legacy-delivery-actions .mr-legacy-delivery-btn-ghost:hover,
.mr-legacy-delivery-actions.mce-content-body a:not(:first-child):hover,
.mr-legacy-delivery-actions.mce-content-body .mr-legacy-delivery-btn-ghost:hover,
.mr-legacy-delivery-actions.easyedit_editable.mce-content-body a:not(:first-child):hover {
    background: rgba(0, 0, 0, 0.03);
}

.mr-legacy-delivery-panel {
    border-radius: 22px;
    border: 1px solid rgba(27, 31, 24, 0.12);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(12, 18, 11, 0.08);
    padding: 1.25rem;
}

.mr-legacy-delivery-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.mr-legacy-delivery-panel-title {
    margin: 0;
    font-family: var(--mr-font-main);
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-panel-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(27, 31, 24, 0.58);
}

.mr-legacy-delivery-checklist {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mr-legacy-delivery-checklist-item {
    display: grid;
    grid-template-columns: 1rem minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    margin: 0;
}

.mr-legacy-delivery-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.17rem;
    width: 1rem;
    height: 1rem;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-check-icon .icon {
    width: 1rem;
    height: 1rem;
}

.mr-legacy-delivery-check-text {
    display: block;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-delivery-email-card {
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(27, 31, 24, 0.12);
    background: rgba(220, 194, 122, 0.16);
    padding: 0.95rem;
}

.mr-legacy-delivery-email-title {
    margin: 0;
    font-family: var(--mr-font-main);
    font-size: 0.88rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mr-color-primary);
}

.mr-legacy-delivery-email-copy {
    margin: 0.5rem 0 0;
    font-size: 0.92rem;
    color: rgba(27, 31, 24, 0.72);
}

.mr-legacy-delivery-email-action,
.mr-legacy-delivery-email-action p {
    margin-top: 0.75rem;
}

.mr-legacy-delivery-email-action a,
.mr-legacy-delivery-email-action.mce-content-body a,
.mr-legacy-delivery-email-action.easyedit_editable.mce-content-body a {
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid var(--mr-color-secondary-shade);
    background: var(--mr-color-secondary);
    color: #1b1f18;
    font-weight: 700;
    text-decoration: none;
    padding: 0.68rem 1rem;
}

.mr-legacy-delivery-email-action a:hover,
.mr-legacy-delivery-email-action.mce-content-body a:hover,
.mr-legacy-delivery-email-action.easyedit_editable.mce-content-body a:hover {
    color: #1b1f18;
    opacity: 0.95;
}

.mr-legacy-delivery-fineprint {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    color: rgba(27, 31, 24, 0.58);
}

section.feedback {
    /* background-color: rgb(237 233 219 / 0.4); */
}

/* =========================
   Modern Site Theme
========================= */
/* Theme Surfaces And Base Text */
body {
    color: var(--mr-color-text);
    background: var(--mr-color-background);
}

.page {
    background: transparent;
}

main.page-content {
    background: transparent;
}

p {
    color: var(--mr-color-text);
}

/* Header And Branding */
.page>header,
.mr-navbar-inner,
.mr-navbar-subpanel {}

.mr-navbar-brand {
    width: auto;
    min-width: 0;
    height: 84px;
    padding-left: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    position: relative;
}

.mr-navbar-upper_right {
    margin-left: auto;
    display: flex;
    align-items: center;
    /* padding-right: clamp(0.8rem, 2vw, 1.6rem); */
}

img.desktop {
    width: auto !important;
    max-width: clamp(170px, 22vw, 280px);
}

.mr-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    text-decoration: none;
}

.mr-brand-media {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mr-color-tertiary) 14%, #fff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.mr-brand-media img,
.mr-brand-media img.desktop,
.mr-brand-media img.logo_img {
    width: 84% !important;
    max-width: 84% !important;
    height: 84% !important;
    object-fit: contain;
    display: block !important;
}

.mr-brand-media img.mobile {
    display: none !important;
}

.mr-brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.mr-brand-name {
    font-family: var(--mr-font-heading);
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    color: var(--mr-color-dark);
}

.mr-brand-sub {
    margin-top: 0.2rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mr-color-secondary-shade);
}



ul.level-0.mr-navbar-nav>li>a:hover,
ul.level-0.mr-navbar-nav>li.current_page_item>a,
ul.level-0.mr-navbar-nav>li.current-menu-item>a {
    color: var(--mr-color-primary);
}

/* Footer Shell */
.footer_logo_compact img {
    width: 100%;
    max-width: 210px;
}

.mr-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.66rem;
}

.mr-footer-brand-media {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mr-footer-brand-media img,
.mr-footer-brand-media img.desktop,
.mr-footer-brand-media img.footer_logo {
    width: 82% !important;
    max-width: 82% !important;
    height: 82% !important;
    object-fit: contain;
    display: block !important;
}

.mr-footer-brand-media img.mobile {
    display: none !important;
}

.mr-footer-brand-text {
    display: inline-flex;
    flex-direction: column;
    gap: 0.2rem;
}

.mr-footer-brand-name {
    font-family: var(--mr-font-heading);
    color: #fff;
    font-size: 1.05rem;
    line-height: 1;
}

.mr-footer-brand-sub {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

section.footer_content {
    background: linear-gradient(135deg, #113b54 0%, #0b2536 52%, #0f172a 100%);
    color: #f8fbff;
}

section.footer_content a {
    color: #f8fbff;
}

section.footer_copyright {
    background: #081927;
    color: #bfd3e4;
}

section.footer_copyright a {
    color: var(--mr-color-secondary);
}

footer.page-footer.page-footer-compact .footer_col_title {
    color: #f8fbff;
}

footer.page-footer.page-footer-compact section.footer_copyright,
footer.page-footer.page-footer-compact section.footer_copyright p,
footer.page-footer.page-footer-compact section.footer_copyright span {
    color: #bfd3e4;
}


.breadcrumbs {
    position: relative;
    background-color: var(--mr-color-secondary);
    padding: 1.2rem 4vw 1rem;
    color: var(
    --mr-text-muted);
    text-transform: none;
    font-weight: 800;
}

section#banner+.breadcrumbs {
    padding-top: 0;
}

.breadcrumbs h2 {
    color: #dadada;
    font-size: clamp(21px, 5.6vw, 68px);
    font-family: var(--mr-font-heading);
}

section#banner+.breadcrumbs h2 {
    color: var(--mr-color-light);
    font-weight: 600;
    overflow: visible;
    white-space: normal;
    max-width: 53ch;
    text-align: center;
}

.breadcrumbs a {
    text-decoration: underline;
    color: var(--mr-color-primary-contrast);
}

section#banner+.breadcrumbs a {
    text-decoration: none;
    color: var(--mr-color-light);
    font-weight: 400;
}

.breadcrumbs ul li:last-of-type a {
    color: white;
    text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
    border-color: var(--mr-color-light-tint);
}
#banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 0;
    max-height: 26vw;
}

#homepage #banner img {

height: 40vw;

max-height: 650px;
}

section#banner+.breadcrumbs {
    position: absolute;
    background: white;
    padding-top: 0;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: auto;
    background: transparent;
    backdrop-filter: none;
    color: var(--mr-color-light);
    height: auto;
    min-height: auto;
    padding: 0;
}

.breadcrumbs ul {
    display: none;
    text-align: center;
}

@media (max-width: 767px) {
    #banner img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        padding-bottom: 0;
        max-height: 30vw;
    }
}
.site-footer {
    position: relative;
    padding: 2.5rem 0 1.4rem;
    background: #111111;
    color: var(--mr-color-light);
}

.footer-shell {
    display: grid;
    gap: 2rem;
    padding: 0 1rem;
}

.footer-grid {
    align-items: start;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none !important;
    margin-bottom: 1em;
}

.footer-brand-media {
    display: inline-flex;
}

.footer-logo {
    width: clamp(4.3rem, 9vw, 8rem);
    height: auto;
}

.footer-brand-copy {
    display: grid;
    gap: 0.12rem;
    line-height: 2;
}

.footer-brand-name {
    font-family: var(--mr-font-heading);
    font-size: clamp(1.7rem, 3vw, 1.7rem);
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--mr-color-light);
}

.footer-brand-sub {
    color: rgba(246, 241, 232, 0.68);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.footer-copy {
    max-width: 28rem;
}

.footer-column {
    display: grid;
    gap: 0.7rem;
}

.footer-heading {
    margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--mr-color-light);
}

.footer-address,
.footer-links {
    display: grid;
    gap: 0.35rem;
    font-style: normal;
}

.footer-link,
.footer-bottom a {
    color: var(--mr-color-light);
}

.footer-link:hover,
.footer-bottom a:hover {
    color: #ffffff;
}

.footer-social-list {
    list-style: none;
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
}

.footer-social-list li {
    margin: 0;
}

.footer-social-list a {
    text-decoration: none;
}

.footer-social-list a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    text-underline-offset: 0.18em;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(246, 241, 232, 0.68);
    font-size: 0.92rem;
}

.footer-bottom p {
    margin: 0;
    color: var(--mr-color-light);
}




@media (max-width: 1370px) {
    .site-header ul.level-0.mr-navbar-nav {
        gap: 0
    }
}

.bresaylor-image-text-panel {
    --bresaylor-image-text-panel-bg: var(--mr-color-secondary);
}

.bresaylor-image-text-panel__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: stretch;
}

.bresaylor-image-text-panel__media,
.bresaylor-image-text-panel__copy {
    min-width: 0;
}

.bresaylor-image-text-panel__media {
    position: relative;
    min-height: clamp(280px, 27vw, 470px);
}

.bresaylor-image-text-panel__image,
.bresaylor-image-text-panel__image .mrws-editable-image__img {
    width: 100%;
    height: 100%;
}

.bresaylor-image-text-panel__image .mrws-editable-image__img {
    display: block;
    object-fit: cover;
}

.bresaylor-image-text-panel__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    padding: clamp(2.25rem, 5vw, 6.1rem) clamp(2rem, 5vw, 6rem);
    background: var(--bresaylor-image-text-panel-bg, var(--mr-color-secondary));
    color: #fff;
}

.widget-contentarea h2.bresaylor-image-text-panel__heading {
    max-width: 18em;
    margin: 0;
    color: var(--mr-color-light);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    font-weight: 700;
    line-height: 1.08;
}

.bresaylor-image-text-panel__body {
    max-width: 42em;
    margin: 0;
    color: inherit;
    font-size: clamp(1.05rem, 1.45vw, 1.55rem);
    line-height: 1.28;
}

@media (max-width: 767px) {
    .bresaylor-image-text-panel__grid {
        grid-template-columns: 1fr;
    }

    .bresaylor-image-text-panel__media {
        min-height: 260px;
    }
}

a.donate_btn {padding: 1em 3em;}