@import 'bootstrap.min.css';

.page {
    display: flex;
    flex-direction: column;
    margin-top: 58px;
}

header li.payment_form_link {
    display: none !important;
}

.page main {
    order: unset;
}

main.page-content .hero-content h1 {
    color: white;
    margin-bottom: 0;
}

.page #services {
    width: 100%;
    max-width: 1420px;
    margin: auto;
    padding: 3vw;
    position: relative;
}

.page footer {
    order: 5;
}

.btn.btn_solid.btn_primary {
    background: #1f7dc1;
    color: white;
    margin: 0;
}

section#content {
    position: relative;
    z-index: 1;
    max-width: 1420px;
    margin: auto;
    padding-bottom: 4vw;
}

.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 {
    width: auto;
    position: relative;
    z-index: 9999999999;
    background: white;
    overflow: hidden;
}

header.stuck {
    position: fixed !important;
    top: 0em !important;
    width: 100% !important;
    left: 0 !important;
}

header {
    position: sticky;
    min-height: 58px;
    background: white;
    width: 100%;
    box-shadow: 0 2px 18px #0000003d;
    z-index: 999999999;
    top: 0;
    padding: 0.5rem;
}

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: fixed;
    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;
}

.mr-navbar-upper .list-inline {
    margin: 0;
    opacity: 1;
    visibility: visible;
    list-style: none;
    transition: .0s opacity ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 0 0 1rem;
}

.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: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    color: black;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/ellipsis-v.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/ellipsis-v.svg") no-repeat center / contain;
}

.showupper .mr-upper-toggle span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    color: black;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/times.svg") no-repeat center / contain;
    ...existing code... color: #ffffff;
}

header ul.level-1.mr-navbar-dropdown {
    height: 0;
    overflow: hidden;
}

.level-0>li>span.subnav_toggle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    transition: .2s all ease;
    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;
}

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: #ffffff;
}

li.navitemid-26.has_subnav {
    position: relative !important;
}

section#banner {
    background-color: var(--mr-color-medium);
}

main.page-content h1 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 1rem;
    margin-top: 0.25em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: white;
    /* text-shadow: 0px 3px 5px #074baf; */
    padding-top: 0;
    font-size: 3.4em;
}

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;
}

ul.phone_numbers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_address::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/map-marker-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/map-marker-alt.svg") no-repeat center / contain;
}

.contact_mail::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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_facebook::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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_cell::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/mobile-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/mobile-alt.svg") no-repeat center / contain;
}

.contact_fax::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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;
}

.social_links a {
    text-decoration: none;
}

.social_links {
    display: flex;
}

.social_links a {
    text-decoration: none;
    font-family: var(--mr-fontawesome-brands);
    font-weight: 400;
    min-width: 1.6rem;
    min-height: 1.6rem;
    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 i {
    color: #5b9dba;
    font-size: 1em;
    margin: 0;
}

h2 {
    font-size: 2vw;
    color: var(--mr-color-primary);
    border-bottom-width: 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-accent);
}

h4 {
    font-size: clamp(1.2rem, 1.5vw, 22px);
    text-transform: none;
    font-weight: 700;
}

.heading_withlink {
    display: flex;
    align-items: center;
    border: 0;
    white-space: nowrap;
}

.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%;
}

.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-top: .5rem;
}

.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;
}

.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;
    background: #042841;
}

footer.page-footer .navigation_extra {
    display: inline;
    padding: 0;
}

.footer_social {
    padding-top: 1em;
}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

section.footer_content a .value {
    text-decoration: none;
    font-weight: 700;
}

section.footer_content a .label {
    color: white;
    font-family: var(--mr-font-accent);
    line-height: 1;
    display: block;
    font-size: .8em;
    font-weight: 400;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: #3678ca;
    text-align: left;
    color: #ffffff;
    padding: 1rem;
    font-family: var(--mr-font-main);
    font-size: 1.1rem;
    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;
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #ffffff;
    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;
}

.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;
    margin: 0 !important;
}

section#products {
    color: white;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(166 166 166) 0%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    margin: auto;
    padding: 4vw;
    width: 100%;
}

.products_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 2rem;
    max-width: 1680px;
    margin: auto;
}

section#products h3 {
    font-weight: 500;
    color: black;
    margin: 0 auto 5vw;
    font-size: clamp(24px, 3vw, 2.5rem);
    max-width: 1420px;
}

a.btn.btn_outline.btn_white {
    border: 1px solid white;
    color: white;
}

.products_item .btn {
    padding: 0.9rem 2.5rem;
}

.products_item,
.nav_tiles .mr-nav-tiles li a {
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.products_img svg {
    width: 6em;
    height: auto;
}

.products_item,
.nav_tiles .mr-nav-tiles li a {
    background: #1F528B;
    background: linear-gradient(0deg, rgba(31, 82, 139, 1) 0%, rgba(20, 57, 95, 1) 100%);
    border-radius: 2rem;
    padding: 4.5em 2rem;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in;
    backface-visibility: hidden;
    position: relative;
    gap: 1.2rem;
    flex-grow: 1;
    box-shadow: 0 20px 1em #0000003d;
    text-align: center;
}

.products_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

h5.products_title {
    color: var(--mr-color-light);
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-weight: 700;
}

p.products_description {
    font-size: 1.15rem;
    color: #ffffff;
    line-height: 1.9;
    text-align: center;
    margin: 0;
    flex-grow: 1;
    margin: 1rem 0 0.5em;
    display: flex;
    align-items: center;
}

section#products .large_btn {
    color: white;
    display: inline-block;
    margin: 0 0 3em;
    padding: 1.2em 3em;
    width: auto;
}

.products_info {
    padding-top: 2em;
}

.mceContentBody .products_list a {
    color: black;
}

section#secondary-content .products_list a {
    color: black;
}

a.btn {
    font-family:
        var(--mr-font-accent);
    margin-top: 0;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    z-index: 1;
    font-size: 1rem;
    background: transparent;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: .7rem 1rem;
    color: var(--mr-color-primary);
    transition: .25s;
    position: relative;
    margin-bottom: 0;
    white-space: nowrap;
}

footer .btn.btn_solid.btn_primary {
    background: #1f7dc1;
    color: white;
    width: 100%;
    display: inline-block;
    max-width: 375px;
    margin-bottom: 2rem;
}

.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;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin: 0 .5em;
}

a.link_btn i {
    border-radius: 50%;
    color: white;
    font-size: 0.65em;
    margin-right: 0.5em;
}

body#secondary #banner h1 {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

body#secondary #banner {
    height: 29.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

ul.sitemap li>a,
.search_result_link {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    text-decoration: none;
    background: #f0f0f0;
    box-shadow: 3px 3px 10px #00000029;
    padding: 0.5em;
    border: 3px solid transparent;
    position: relative;
    text-decoration: none !important;
    position: relative;
}

.sitemap_pagetitle,
.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: 0;
    font-weight: 700;
    text-align: left;
    padding: 0;
}

ul.sitemap,
ul.sitemap ul {
    list-style: none;
    position: relative;
    margin-top: 1em;
}

.sitemap_pagedescription,
.search_result_link p {
    font-weight: 400;
    color: #4c4c4c;
    font-size: 0.8em;
    margin: 0;
}

ul.sitemap li>a:hover,
.search_result_link:hover {
    border: 3px solid var(--mr-color-accent);
}

ul.sitemap ul li:before {
    content: '';
    border-left: 2px solid var(--mr-color-accent);
    position: absolute;
    left: -0.7em;
    height: calc(100% + 2em);
}

ul.sitemap ul li:after {
    content: '';
    border-bottom: 2px solid var(--mr-color-accent);
    position: absolute;
    left: -0.7em;
    height: 1px;
    width: 0.7em;
    top: 50%;
}

ul.sitemap ul li {
    position: relative;
    margin-bottom: 0.6em;
}

ul.sitemap li,
.search_result_link {
    margin-bottom: 1em;
}

ul.sitemap ul li:last-of-type:before {
    height: calc(50%);
}

ul.sitemap {
    padding: 0;
}

ul.sitemap ul li ul li:last-of-type {
    margin-bottom: 1.2em;
}

ul.sitemap ul li.has_subnav:after {
    display: none;
}

ul.sitemap ul li.has_subnav>a:before {
    content: '';
    border-bottom: 2px solid var(--mr-color-accent);
    position: absolute;
    left: calc(-0.7em - 3px);
    height: 1px;
    width: 0.7em;
    top: 50%;
}

ul.sitemap li.has_subnav ul li:first-of-type:before {
    height: calc(50% + 0.75em);
    top: -1em;
    height: calc(100% + 2em);
}

ul.sitemap ul li.has_subnav ul li+li:last-of-type:before {
    height: calc(50% + 0em);
}

ul.sitemap ul li.has_subnav ul li+li:before {
    top: 0;
}

ul.sitemap ul li.has_subnav ul li:last-of-type:before {
    height: calc(50% + 1em);
}

.search_result_details time {
    color: black;
    font-size: .9rem;
}

.result_events_details {
    display: flex;
    margin-top: 0.4rem;
}

.result_events_date::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/calendar.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/calendar.svg") no-repeat center / contain;
}

.result_events_details>div {
    margin-right: 2rem;
    color: var(--mr-color-contrast);
    font-size: 1rem;
}

footer.page-footer header {
    margin-top: 1em;
}

.social_links li a:before {
    margin-right: .5rem;
    font-weight: 900;
    font-family: var(--mr-fontawesome-brands);
}

.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;
}

.products_list {
    font-size: 1.2em;
}

.logo_caption h1 {
    white-space: nowrap;
}

h2 {
    font-size: clamp(24px, 3vw, 2.5rem);
    line-height: 1;
    padding-bottom: 1.3rem;
}

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;
    position: relative;
    padding-bottom: 2em;
}

#secondary main.page-content {
    padding-top: 0 !important;
}

.products_list li {
    padding-top: 1em;
}

section#products .products_info .large_btn {
    width: 100%;
}

.mr-navbar-contact {
    display: none;
}

.footer_hours {
    margin: 2em 0;
}

.footer_copyright p {
    font-size: .9em;
    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;
}

.products_list a {
    width: 43%;
    min-width: 280px;
}

.new_dropdown {
    right: -50%;
}

.rd-navbar-nav-wrap .uppernav {
    padding-bottom: 30px;
}

.facebook_dropdown .new_dropdown {
    min-width: 280px;
    width: auto;
}

.calendar_dropdown .new_dropdown,
.facebook_dropdown .new_dropdown {
    display: none;
}

.calendar_dropdown:hover,
.facebook_dropdown:hover {
    color: black;
}

.calendar_dropdown:hover .new_dropdown,
.facebook_dropdown:hover .new_dropdown {
    display: block;
}

.header_social {
    display: none;
}

.logo a {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(0, 0%);
    text-decoration: none;
    color: black !important;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
}

.logo img {
    width: 100%;
    height: 100%;
    margin-bottom: 0.75rem;
}

.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;
    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;
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin: 0;
}

@media (max-width: 566px) {
    .products_list a {
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 2em;
    }

    .products_list a span.products_img {
        margin: 0;
    }

    section#products {
        color: white;
    }

    ul.sitemap li>a,
    .search_result_link {
        flex-direction: column;
    }

    .search_result_img {
        width: 100% !important;
        margin-right: 0 !important;
        max-width: none !important;
    }

    .search_result_details {
        flex-grow: 1;
        width: 100%;
    }

    .search_result_img {
        position: relative !important;
        height: 8rem !important;
    }

    .search_result_img::before {
        display: none;
    }

    .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: flex-start;
    }

    .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;
    width: 100%;
    margin-bottom: 2rem;
}

.sitemap_pageurl {
    color: darkgray;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.search_result_img+.search_result_details .sitemap_pageurl {
    margin-top: 1rem;
}

.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);
    }
}

.images_icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    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;
}

.search_results_section.image_results {
    position: relative;
}

.image_results .swiper-button-next,
.image_results .swiper-button-prev {
    background: #ededed;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    box-shadow: 0rem 0.2rem 0.4rem #00000054;
}

.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;
}

.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;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

header .social_links li a:before {
    font-family: var(--mr-fontawesome-brands);
    font-weight: 400;
    font-size: 1.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: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
    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;
    }
}

.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);
}

header ul.level-1.mr-navbar-dropdown {
    background: var(--mr-color-accent);
}

h3.nav_header {
    font-family: var(--mr-font-heading);
    border-bottom: 3px solid #000000;
    font-size: 1.5rem;
}

.nav_tiles .mr-nav-tiles {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 2em;
    max-width: 1600px;
}

.nav_tiles .mr-nav-tiles li a {
    color: black;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    width: 100%;
    border: 3px solid transparent;
    font-family: var(--mr-font-heading);
    font-weight: 700;
    font-size: 1rem;
    overflow: hidden;
    color: white;
    height: 100%;
    align-items: flex-end;
    padding: 3em 1em 4em;
}

.nav_tiles .mr-nav-tiles li {
    position: relative;
    gap: 1rem;
    flex-grow: 1;
    width: calc(25% - .6rem);
    min-width: 280px;
    min-height: 220px;
}

.nav_tiles .mr-nav-tiles .pagename {
    font-family: var(--mr-font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    width: 100%;
    padding: 1.5rem;
    max-width: 100%;
    position: relative;
    z-index: 9;
    align-self: flex-end;
    letter-spacing: 0;
}

.nav_tiles .mr-nav-tiles li.tile_spacer {
    box-shadow: none;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    min-width: 280px;
    min-height: unset;
}

.nav_tiles .mr-nav-tiles li.active.current-item {
    display: none;
}

span.pagedescription {
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    position: relative;
    z-index: 9;
    width: 100%;
}

#homesections .nav_tiles .mr-nav-tiles li a .pagedescription {
    padding: 0 1rem 0 3.5rem;
}

#homesections .nav_tiles .mr-nav-tiles li:hover a .pagedescription {
    padding: 0 1rem 0 3.5rem;
}

.nav_tiles .mr-nav-tiles li:hover a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--mr-color-secondary-murky);
    z-index: 1;
    display: none;
}

.nav_tiles .mr-nav-tiles li:hover::before {
    opacity: .5;
    transition: .7s opacity ease;
}

header ul.level-0.mr-navbar-nav>li>a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.has_subnav>a>span {
    position: relative;
    padding-right: 1.4rem;
}

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 {
    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;
}

section#homemain {
    padding-bottom: 0;
}

section#productlistings {
    padding-bottom: 0;
}

section#productlistings .products_wrapper {
    margin-bottom: 0;
}

.breadcrumbs a {
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
    color: var(--mr-color-text);
}

.breadcrumbs li::after {
    content: '/';
    margin: 0 0.8rem;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: block;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li:last-of-type::after {
    content: '';
}

.breadcrumbs {
    display: none;
    background-color: var(--mr-color-tertiary);
    padding: 1.9rem 4vw 0.9rem;
    color: var(--mr-color-primary);
    text-transform: none;
    font-weight: 800;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: block;
    }
}

.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;
}

.search_style {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.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;
}

.btn:hover {
    color: white;
    box-shadow: 0 0 0 .3em #568dfb3d;
}

.btn.btn_white:hover {
    color: white;
    box-shadow: 0 0 0 .3em #ffffff24;
}

.header_inner {
    z-index: 99999999999999;
    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: 1.5rem;
    /* 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 {
    font-size: 20px;
    margin: .5rem 1rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-weight: 500;
}

.footer_links a::before {
    font-size: 2.4rem;
    color: var(--mr-color-primary);
}

.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;
}

.videopopup .overlay_ico::before {
    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: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;
}

.tile_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.tile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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;
}

.news_description {
    font-size: clamp(16px, 1.5vw, 1.3rem);
}

.columns_wrapper {
    display: flex;
    flex-direction: row;
}

.columns_side {
    width: 300px;
    min-width: 210px;
    max-width: 320px;
    flex-grow: 1;
    margin-right: 2vw;
    border-right: 5px solid var(--mr-color-accent);
    padding-right: 2vw;
}

.columns_wrapper .columns_main {
    width: 75%;
    flex-grow: 1;
    padding: 0 2vw 2vw;
}

.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;
    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 {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1rem;
    background-color: currentColor;
    -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;
    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_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;
    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;
}

.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;
}

a.videopopup.search_result_link {
    justify-content: flex-start;
}

.footer_content_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: auto;
}

@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: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/external-link-alt.svg") no-repeat center/contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/external-link-alt.svg") no-repeat center/contain;
}

a.external_link {
    text-decoration: none;
}

a.external_link span {
    text-decoration: underline;
}

#banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.breadcrumbs li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3a3518;
    border-right: 2px solid #3a3518;
    margin: 0 1rem;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.breadcrumbs h2 {
    padding: 0;
}

section#homesections {
    padding: 4vw;
}

#homepage .nav_tiles {
    margin: 1rem;
}

.footer_content_inner>div {
    padding: 4vw;
    width: 50%;
    min-width: 320px;
    flex-grow: 1;
}

.footer_content_right {
    display: block;
}

.easyedit_editable h2,
#secondary h2 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: #002841;
}

section#homesections .pagename {
    text-align: left;
    padding-left: 3.5rem;
}

.nav_tiles .pagename::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute !important;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    width: 3rem;
    text-align: center;
    margin-left: .5rem;
}

section#homesections .pagedescription {
    text-align: left;
    width: 100%;
}

section#slideshow {
    position: relative;
    min-height: calc(458px + 1vw);
}

.edit_slideshow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    background: #77b9e5;
    border-radius: 2rem;
    padding: 1rem;
    border: 3px solid;
    color: white;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10rem black;
    cursor: pointer;
}

.edit_slideshow::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/pencil-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/pencil-alt.svg") no-repeat center / contain;
}

.nav_tiles {
    /* margin-top: 2vw; */
}

.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: inline-block;
    position: absolute;
    left: 0.5em;
    width: 1em;
    height: 1em;
    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: inline-block;
    position: absolute;
    left: 0.7em;
    width: 0;
    height: 0.6em;
    padding-top: 0.5em;
    padding-left: 0.45em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    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: inline-block;
    position: absolute;
    left: 0.5em;
    width: 1em;
    height: 1em;
    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: inline-block;
    position: absolute;
    left: 0.7em;
    top: 0.4em;
    width: 0;
    height: 0.6em;
    padding-top: 0.4em;
    padding-left: 0.45em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    color: #feffd4;
    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;
    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;
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding: 20vh 8vw 10vh;
    color: #fff;
}

.content {
    padding: 2em;
    color: white;
    z-index: 9999999;
    position: relative;
    max-width: 1420px;
    margin: auto;
    line-height: 1.4;
}

.content .btn {
    padding: 1em 5em;
    margin: 4em auto 2em;
    display: block;
    width: fit-content;
}

section#about {
    height: auto;
}

.services_item {
    background: #e3ecf4;
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.services_img {
    width: 50%;
    flex-grow: 1;
    position: relative;
    padding-bottom: 35%;
    min-width: 300px;
    min-height: 235px;
}

.services_img::after {
    content: '';
    background: #0078ff42;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services_details {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 4vw;
}

.services_item:nth-of-type(even) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    display: flex;
}

h5.services_title {
    font-size: clamp(32px, 2.75vw, 2em);
    text-align: center;
    color: #152c42;
    margin-bottom: 0.6em;
}

a.btn.btn_secondary {
    background: #152c42;
    color: white;
}

section#services h2 {
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #152c42;
    margin-bottom: 1.5vw;
    font-size: clamp(36px, 6vw, 2.5em);
}

a.btn.btn_secondary:hover {
    box-shadow: 0 0 0 5px #152c424d;
}

.services_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

insights {
    padding-block: 3rem;
    background: #fff;
    font-family: system-ui, sans-serif;
    color: #0d233c;
}

#insights h2 {
    text-align: center;
    font-size: clamp(1.8em, 3vw + 1em, 2.5em);
    font-weight: 800;
    margin-bottom: 2.5rem;
    /* text-transform: uppercase; */
    letter-spacing: .03em;
    color: #152c42;
}

.cards {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
}

.card {
    background: #cde4f463;
    color: #262626;
    padding: 1.75em 1.5em 2.25em;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* flex-grow: 1; */
    width: calc(50% - 1.5rem);
    min-width: 320px;
}

#secondary .card h3,
.card h3 {
    font-size: 1.05em;
    font-weight: 700;
    margin: 0 0 0.75em;
    color: #1f7dc1;
}

.card p {
    line-height: 1.2;
    font-size: .9375em;
    margin: 0;
}

.insights_wrapper {
    margin-inline: auto;
}

section#insights {
    padding: 2vw 6vw;
    position: relative;
    z-index: 9;
}

section.hero video {
    position: absolute;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.hero {
    position: relative;
    height: 40vw;
}

.hero-content {
    background: #0000008a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: white;
}

.hero-content h1 {
    color: white;
    font-size: clamp(36px, 5vw, 5vw);
    padding: 0 !important;
}

.hero-content h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.hero-content h1 span+span {
    font-weight: 700;
    font-size: clamp(29px, .975em, .975em);
}

.footer_logo img {
    width: 100%;
    max-width: 500px;
}

.footer_content_right h3,
#secondary .footer_content_right h3 {
    text-transform: uppercase;
    font-size: clamp(28px, 2.75vw, 3em);
    color: #1f7dc1 !important;
    padding-top: 0.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    text-align: left;
}

.footer_content_right .btn {
    background: #3678ca;
}

ul.phone_numbers li {
    position: relative;
    padding-left: 2.7em;
    margin-bottom: 1rem;
}

.icon.circle {
    width: 2em;
    height: 2em;
    background: white;
    padding: 0.4em;
    border-radius: 50%;
    color: #3678ca;
    position: absolute;
    left: 0;
    overflow: visible;
}

.location .locationname {
    font-size: 1.4em;
    color: #1f7dc1;
    line-height: 1;
    font-weight: 700;
}

.location .location_row {
    color: white;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: .3em;
}

.location {
    margin-bottom: 1em;
    padding-left: 2.8em;
    position: relative;
}

.parallax-container.oasis-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40vw;
}

.parallax-section.oasis-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer_link.contact_email {
    position: relative;
    padding-left: 2.8em;
    font-weight: 700;
    min-height: 2em;
    display: flex;
    align-items: center;
}

section#brokerpartner {
    position: relative;
    z-index: 9;
    padding: 4vw;
    max-width: 1420px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#brokerpartner h3 {
    font-weight: 600;
    color: black;
    margin-bottom: 1em;
    font-size: clamp(24px, 3vw, 3rem);
}

a.btn.btn_rounded {
    /* border-radius: 2em; */
}

section#brokerpartner .btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 7.5px 30px #00000063;
}

.footer_link .label {
    font-size: 1.1em;
    color: #1f7dc1;
    line-height: 1.2;
    font-weight: 700;
}

.footer_link .value {
    color: white;
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
}

.footer_nav ul.level-0.mr-navbar-nav {
    display: inline;
    padding: 0;
}

.footer_nav ul.level-0.mr-navbar-nav li,
.footer_nav ul.level-0.mr-navbar-nav li a,
.footer_nav ul.level-0.mr-navbar-nav li a span,
.footer_nav .navigation_extra a {
    display: inline !important;
    background: transparent !important;
    color: #1f7dc1 !important;
    padding: 0 !important;
    font-size: 1em;
    line-height: 1;
    text-align: right;
    overflow: visible;
    position: static;
    margin: 0 !important;
}

.footer_nav span.subnav_toggle,
.footer_nav ul ul {
    display: none !important;
}

.footer_nav nav.mr-navbar-nav-wrap {
    width: fit-content;
    display: inline;
    padding: 0;
    margin: 0;
    align-self: initial;
    position: static;
}

.footer_nav ul li {
    display: inline;
}

footer.page-footer .navigation_extra li::before,
footer.page-footer .mr-navbar-nav li::before {
    content: ' | ';
    color: white;
    display: inline-block;
    margin: 0 0.9rem;
}

.footer_nav {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 2vw;
}

footer.page-footer .navigation_extra li a,
.footer_nav ul.level-0.mr-navbar-nav a {
    text-decoration: underline;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.section-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.testimonials {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1540px;
    margin: auto;
}

.testimonial {
    border-left: 4px solid #0077cc;
    padding-left: 20px;
    background: #f9f9f9;
    padding: 20px;
    width: calc(50% - 30px);
    flex-grow: 1;
    flex-direction: column;
    background: transparent;
    border: 0;
    min-width: 260px;
}

.testimonial img {
    width: 250px;
    height: 210px;
    padding: 50px 0;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.logos-grid p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.logos-grid img {
    max-height: 210px;
    max-width: 360px;
    object-fit: contain;
    padding: 1rem;
    background: white;
    width: 23%;
    min-width: 280px;
}

section#bio {
    background: whitesmoke;
}

.units_wrapper article {
    color: #1f7dc1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    min-width: 280px;
    width: calc(50% - 2em);
    flex-grow: 1;
    padding: 0.5rem 1.5em;
}

#secondary .units_wrapper article h3 {
    margin: 0 !important;
    color: black;
    font-weight: 500;
    padding: 0 !important;
}

.units_wrapper article svg {
    width: 4em;
    height: 4em;
    max-width: 9vw;
    max-height: 9vw;
}

.units_wrapper .cards {
    justify-content: center;
    margin-bottom: 3em;
}

.units_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.highlights_wrapper {
    background: #95ccf099;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlights_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0 3em;
}

.highlights_list ul li {
    width: calc(50% - 1em);
    display: flex;
    align-items: center;
    padding-left: 3em;
    position: relative;
    line-height: 1.2;
    min-width: 300px;
    flex-grow: 1;
    max-width: 970px;
}

.highlights_list ul li::before {
    content: '';
    background-image: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg');
    width: 1em;
    height: 1em;
    z-index: 99999;
    color: black;
    position: absolute;
    left: 1em;
}

main.page-content section+section {
    padding-top: 0;
}

.two-column-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 200px;
}

.two-column-list li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
    flex-grow: 1;
    width: 50%;
    min-width: 280px;
}

#secondary h3 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: #002841;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: clamp(24px, 3vw, 3rem);
}

section.commercial {
    background: #95ccf099;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.commercial_wrapper>div {
    min-width: 300px;
    flex-grow: 1;
    padding: 0 1rem;
}

.commercial_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1690px;
}

.commercial_wrapper .buttons {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    align-items: center;
}

.pedal_power .highlights_list {
    max-width: 900px;
    margin: auto;
}

#content ol>li {
    margin-bottom: 1em;
}

#content ol ul {
    margin-bottom: 1em;
}

section.highlights_wrapper.pedal_power {
    background: transparent;
}

.contact_card.products_item {
    color: white;
    font-size: 1rem;
    gap: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}

.contact_card.products_item p {
    margin: 0;
}

#secondary .contact_card.products_item h3 {
    color: white;
    font-size: 2em;
}

.contact_cards {
    display: flex;
    gap: 10px;
    min-width: 180px;
}

.contact_cards .products_img {
    margin: auto;
}

.contact_info {
    flex-grow: 1;
}

@import 'bootstrap.min.css';

.page {
    display: flex;
    flex-direction: column;
    margin-top: 58px;
}

.page main {
    order: unset;
}

.page #services {
    width: 100%;
    max-width: 1420px;
    margin: auto;
    padding: 3vw;
    position: relative;
}

.page footer {
    order: 5;
}

.btn.btn_solid.btn_primary {
    background: #1f7dc1;
    color: white;
    margin: 0;
}

.btn:disabled {
    opacity: .4;
}

section#content {
    position: relative;
    z-index: 1;
    max-width: 1420px;
    margin: auto;
    padding-bottom: 4vw;
    width: 100%;
}

.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 {
    width: auto;
    position: relative;
    z-index: 9999999999;
    background: white;
    overflow: hidden;
}

header.stuck {
    position: fixed !important;
    top: 0em !important;
    width: 100% !important;
    left: 0 !important;
}

header {
    position: sticky;
    min-height: 58px;
    background: white;
    width: 100%;
    box-shadow: 0 2px 18px #0000003d;
    z-index: 999999999;
    top: 0;
    padding: 0.5rem;
}

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: fixed;
    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;
}

.mr-navbar-upper .list-inline {
    margin: 0;
    opacity: 1;
    visibility: visible;
    list-style: none;
    transition: .0s opacity ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 0 0 1rem;
}

.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: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    color: black;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/ellipsis-v.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/ellipsis-v.svg") no-repeat center / contain;
}

.showupper .mr-upper-toggle span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 99999;
    background-color: currentColor;
    color: black;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/times.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/times.svg") no-repeat center / contain;
}

#sticky-wrapper {
    height: auto !important;
}

.showupper .mr-navbar-upper {
    display: flex;
}

.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;
}

header ul.level-0.mr-navbar-nav {
    flex-direction: column;
    font-size: 6vw;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
    transition: .0s all ease;
    overflow: auto;
    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;
}

.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);
}

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;
}

header ul.level-0.mr-navbar-nav li {
    margin: 0 0;
    position: relative;
    text-align: left;
    line-height: 1;
    padding: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

header ul.level-0.mr-navbar-nav li a {
    font-size: 0.85rem;
    font-weight: 900;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: var(--mr-color-accent);
    font-family: var(--mr-font-heading);
    text-transform: none;
    justify-content: flex-start;
    text-decoration: none;
}

ul.level-0.mr-navbar-nav .current-parent>a {
    background: transparent;
}

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: '';
    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: fixed;
    top: 0;
    right: 0;
    z-index: 9999999999999;
    align-items: center;
    justify-content: center;
}

.mr-navbar-toggle svg.icon {
    color: #207cc1;
    position: relative;
    z-index: 99999;
}

.showmenu .mr-navbar-toggle svg.icon {
    color: rgb(0 40 65);
    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;
    box-shadow: none;
    padding: 0 0 0 1rem;
    list-style: none;
}

ul.level-0.mr-navbar-nav .current-parent>a:before {
    content: none;
}

.showmenu .mr-navbar-toggle {
    position: fixed;
    transform: translate(0px, 0px);
    top: 0;
    right: 0;
    background: #f1f1f1;
    color: blue;
}

ul.level-0.mr-navbar-nav a:hover {
    transition: .3s all ease;
}

.level-0 li span.subnav_toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 3.6rem;
    width: 3.6rem;
    background: #0000000f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    cursor: pointer;
    font-size: 0.7rem;
    color: #ffffff;
}

header ul.level-1.mr-navbar-dropdown {
    height: 0;
    overflow: hidden;
}

.level-0>li>span.subnav_toggle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    transition: .2s all ease;
    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;
}

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: #ffffff;
}

li.navitemid-26.has_subnav {
    position: relative !important;
}

section#banner {
    background-color: var(--mr-color-medium);
}

main.page-content h1 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 1rem;
    margin-top: 0.25em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: white;
    /* text-shadow: 0px 3px 5px #074baf; */
    padding-top: 0;
    font-size: clamp(30px, 5vw, 3.4em);
}

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;
}

ul.phone_numbers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_address::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/map-marker-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/map-marker-alt.svg") no-repeat center / contain;
}

.contact_mail::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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_facebook::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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_cell::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/mobile-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/mobile-alt.svg") no-repeat center / contain;
}

.contact_fax::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    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;
}

.social_links a {
    text-decoration: none;
}

.social_links {
    display: flex;
}

.social_links a {
    text-decoration: none;
    font-family: var(--mr-fontawesome-brands);
    font-weight: 400;
    min-width: 1.6rem;
    min-height: 1.6rem;
    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 i {
    color: #5b9dba;
    font-size: 1em;
    margin: 0;
}

h2 {
    font-size: 2vw;
    color: var(--mr-color-primary);
    border-bottom-width: 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-accent);
}

h4 {
    font-size: clamp(1.2rem, 1.5vw, 22px);
    text-transform: none;
    font-weight: 700;
}

.heading_withlink {
    display: flex;
    align-items: center;
    border: 0;
    white-space: nowrap;
}

.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%;
}

.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-top: .5rem;
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 1em;
    margin-top: 0.25em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: #0e2640;
    /* text-shadow: 0px 3px 5px #074baf; */
    padding-top: 0;
    font-size: clamp(30px, 5vw, 3.4em);
}

.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;
}

.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;
    background: #042841;
}

footer.page-footer .navigation_extra {
    display: inline;
    padding: 0;
}

.footer_social {
    padding-top: 1em;
}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

section.footer_content a .value {
    text-decoration: none;
    font-weight: 700;
}

section.footer_content a .label {
    color: white;
    font-family: var(--mr-font-accent);
    line-height: 1;
    display: block;
    font-size: .8em;
    font-weight: 400;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: #3678ca;
    text-align: left;
    color: #ffffff;
    padding: 1rem;
    font-family: var(--mr-font-main);
    font-size: 1.1rem;
    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;
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #ffffff;
    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;
}

.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;
    margin: 0 !important;
}

section#products {
    color: white;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(166 166 166) 0%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    margin: auto;
    padding: 4vw;
    width: 100%;
}

.products_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 2rem;
    max-width: 1680px;
    margin: auto;
}

section#products h3 {
    font-weight: 500;
    color: black;
    margin: 0 auto 5vw;
    font-size: clamp(24px, 3vw, 2.5rem);
    max-width: 1420px;
    max-width: 48ch;
}

a.btn.btn_outline.btn_white {
    border: 1px solid white;
    color: white;
}

.products_item .btn {
    padding: 0.9rem 2.5rem;
}

.products_item,
.nav_tiles .mr-nav-tiles li a {
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.products_img svg {
    width: 6em;
    height: 4em;
}

.products_item,
.nav_tiles .mr-nav-tiles li a {
    background: #1F528B;
    background: linear-gradient(0deg, rgba(31, 82, 139, 1) 0%, rgba(20, 57, 95, 1) 100%);
    border-radius: 2rem;
    padding: 4.5em 2rem;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in;
    backface-visibility: hidden;
    position: relative;
    gap: 1.2rem;
    flex-grow: 1;
    box-shadow: 0 20px 1em #0000003d;
    text-align: center;
}

.products_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

h5.products_title {
    color: var(--mr-color-light);
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-weight: 700;
}

p.products_description {
    font-size: 1.15rem;
    color: #ffffff;
    line-height: 1.9;
    text-align: center;
    margin: 0;
    flex-grow: 1;
    margin: 1rem 0 0.5em;
    display: flex;
    align-items: center;
}

section#products .large_btn {
    color: white;
    display: inline-block;
    margin: 0 0 3em;
    padding: 1.2em 3em;
    width: auto;
}

.products_info {
    padding-top: 2em;
}

.mceContentBody .products_list a {
    color: black;
}

section#secondary-content .products_list a {
    color: black;
}

.btn {
    font-family:
        var(--mr-font-accent);
    margin-top: 0;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    z-index: 1;
    font-size: 1em;
    background: transparent;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: .7rem 1rem;
    color: var(--mr-color-primary);
    transition: .25s;
    position: relative;
    margin-bottom: 0;
    white-space: nowrap;
}

footer .btn.btn_solid.btn_primary {
    background: #1f7dc1;
    color: white;
    width: 100%;
    display: inline-block;
    max-width: 375px;
    margin-bottom: 2rem;
}

.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;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin: 0 .5em;
}

a.link_btn i {
    border-radius: 50%;
    color: white;
    font-size: 0.65em;
    margin-right: 0.5em;
}

body#secondary #banner h1 {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

body#secondary #banner {
    height: 29.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

ul.sitemap li>a,
.search_result_link {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    text-decoration: none;
    background: #f0f0f0;
    box-shadow: 3px 3px 10px #00000029;
    padding: 0.5em;
    border: 3px solid transparent;
    position: relative;
    text-decoration: none !important;
    position: relative;
}

.sitemap_pagetitle,
.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: 0;
    font-weight: 700;
    text-align: left;
    padding: 0;
}

ul.sitemap,
ul.sitemap ul {
    list-style: none;
    position: relative;
    margin-top: 1em;
}

.sitemap_pagedescription,
.search_result_link p {
    font-weight: 400;
    color: #4c4c4c;
    font-size: 0.8em;
    margin: 0;
}

ul.sitemap li>a:hover,
.search_result_link:hover {
    border: 3px solid var(--mr-color-accent);
}

ul.sitemap ul li:before {
    content: '';
    border-left: 2px solid var(--mr-color-accent);
    position: absolute;
    left: -0.7em;
    height: calc(100% + 2em);
}

ul.sitemap ul li:after {
    content: '';
    border-bottom: 2px solid var(--mr-color-accent);
    position: absolute;
    left: -0.7em;
    height: 1px;
    width: 0.7em;
    top: 50%;
}

ul.sitemap ul li {
    position: relative;
    margin-bottom: 0.6em;
}

ul.sitemap li,
.search_result_link {
    margin-bottom: 1em;
}

ul.sitemap ul li:last-of-type:before {
    height: calc(50%);
}

ul.sitemap {
    padding: 0;
}

ul.sitemap ul li ul li:last-of-type {
    margin-bottom: 1.2em;
}

ul.sitemap ul li.has_subnav:after {
    display: none;
}

ul.sitemap ul li.has_subnav>a:before {
    content: '';
    border-bottom: 2px solid var(--mr-color-accent);
    position: absolute;
    left: calc(-0.7em - 3px);
    height: 1px;
    width: 0.7em;
    top: 50%;
}

ul.sitemap li.has_subnav ul li:first-of-type:before {
    height: calc(50% + 0.75em);
    top: -1em;
    height: calc(100% + 2em);
}

ul.sitemap ul li.has_subnav ul li+li:last-of-type:before {
    height: calc(50% + 0em);
}

ul.sitemap ul li.has_subnav ul li+li:before {
    top: 0;
}

ul.sitemap ul li.has_subnav ul li:last-of-type:before {
    height: calc(50% + 1em);
}

.search_result_details time {
    color: black;
    font-size: .9rem;
}

.result_events_details {
    display: flex;
    margin-top: 0.4rem;
}

.result_events_date::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/calendar.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/calendar.svg") no-repeat center / contain;
}

.result_events_details>div {
    margin-right: 2rem;
    color: var(--mr-color-contrast);
    font-size: 1rem;
}

footer.page-footer header {
    margin-top: 1em;
}

.social_links li a:before {
    margin-right: .5rem;
    font-weight: 900;
    font-family: var(--mr-fontawesome-brands);
}

.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;
}

.products_list {
    font-size: 1.2em;
}

.logo_caption h1 {
    white-space: nowrap;
}

h2 {
    font-size: clamp(24px, 3vw, 2.5rem);
    line-height: 1;
    padding-bottom: 1.3rem;
}

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;
    position: relative;
    padding-bottom: 2em;
}

#secondary main.page-content {
    padding-top: 0 !important;
}

.products_list li {
    padding-top: 1em;
}

section#products .products_info .large_btn {
    width: 100%;
}

.mr-navbar-contact {
    display: none;
}

.footer_hours {
    margin: 2em 0;
}

.footer_copyright p {
    font-size: .9em;
    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;
}

.products_list a {
    width: 43%;
    min-width: 280px;
}

.new_dropdown {
    right: -50%;
}

.rd-navbar-nav-wrap .uppernav {
    padding-bottom: 30px;
}

.facebook_dropdown .new_dropdown {
    min-width: 280px;
    width: auto;
}

.calendar_dropdown .new_dropdown,
.facebook_dropdown .new_dropdown {
    display: none;
}

.calendar_dropdown:hover,
.facebook_dropdown:hover {
    color: black;
}

.calendar_dropdown:hover .new_dropdown,
.facebook_dropdown:hover .new_dropdown {
    display: block;
}

.header_social {
    display: none;
}

.logo a {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(0, 0%);
    text-decoration: none;
    color: black !important;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
}

.logo img {
    width: 100%;
    height: 100%;
    margin-bottom: 0.75rem;
}

.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;
    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;
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin: 0;
}

@media (max-width: 566px) {
    .products_list a {
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 2em;
    }

    .products_list a span.products_img {
        margin: 0;
    }

    section#products {
        color: white;
    }

    ul.sitemap li>a,
    .search_result_link {
        flex-direction: column;
    }

    .search_result_img {
        width: 100% !important;
        margin-right: 0 !important;
        max-width: none !important;
    }

    .search_result_details {
        flex-grow: 1;
        width: 100%;
    }

    .search_result_img {
        position: relative !important;
        height: 8rem !important;
    }

    .search_result_img::before {
        display: none;
    }

    .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: flex-start;
    }

    .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;
    width: 100%;
    margin-bottom: 2rem;
}

.sitemap_pageurl {
    color: darkgray;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.search_result_img+.search_result_details .sitemap_pageurl {
    margin-top: 1rem;
}

.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);
    }
}

.images_icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    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;
}

.search_results_section.image_results {
    position: relative;
}

.image_results .swiper-button-next,
.image_results .swiper-button-prev {
    background: #ededed;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    box-shadow: 0rem 0.2rem 0.4rem #00000054;
}

.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;
}

.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;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

header .social_links li a:before {
    font-family: var(--mr-fontawesome-brands);
    font-weight: 400;
    font-size: 1.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: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
    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;
    }
}

.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);
}

header ul.level-1.mr-navbar-dropdown {
    background: var(--mr-color-accent);
}

h3.nav_header {
    font-family: var(--mr-font-heading);
    border-bottom: 3px solid #000000;
    font-size: 1.5rem;
    padding-top: 0 !important;
}

.nav_tiles .mr-nav-tiles {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 2em;
    max-width: 1600px;
}

.nav_tiles .mr-nav-tiles li a {
    color: black;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    width: 100%;
    border: 3px solid transparent;
    font-family: var(--mr-font-heading);
    font-weight: 700;
    font-size: 1rem;
    overflow: hidden;
    color: white;
    height: 100%;
    align-items: flex-end;
    padding: 3em 1em 4em;
}

.nav_tiles .mr-nav-tiles li {
    position: relative;
    gap: 1rem;
    flex-grow: 1;
    width: calc(25% - .6rem);
    min-width: 280px;
    min-height: 220px;
}

.nav_tiles .mr-nav-tiles .pagename {
    font-family: var(--mr-font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 0.2rem;
    width: 100%;
    padding: 1.5rem;
    max-width: 100%;
    position: relative;
    z-index: 9;
    align-self: flex-end;
    letter-spacing: 0;
}

.nav_tiles .mr-nav-tiles li.tile_spacer {
    box-shadow: none;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    min-width: 280px;
    min-height: unset;
}

.nav_tiles .mr-nav-tiles li.active.current-item {
    display: none;
}

span.pagedescription {
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    position: relative;
    z-index: 9;
    width: 100%;
}

#homesections .nav_tiles .mr-nav-tiles li a .pagedescription {
    padding: 0 1rem 0 3.5rem;
}

#homesections .nav_tiles .mr-nav-tiles li:hover a .pagedescription {
    padding: 0 1rem 0 3.5rem;
}

.nav_tiles .mr-nav-tiles li:hover a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--mr-color-secondary-murky);
    z-index: 1;
    display: none;
}

.nav_tiles .mr-nav-tiles li:hover::before {
    opacity: .5;
    transition: .7s opacity ease;
}

header ul.level-0.mr-navbar-nav>li>a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.has_subnav>a>span {
    position: relative;
    padding-right: 1.4rem;
}

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 {
    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;
}

section#homemain {
    padding-bottom: 0;
}

section#productlistings {
    padding-bottom: 0;
}

section#productlistings .products_wrapper {
    margin-bottom: 0;
}

.breadcrumbs a {
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
    color: var(--mr-color-text);
}

.breadcrumbs li::after {
    content: '/';
    margin: 0 0.8rem;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: block;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li:last-of-type::after {
    content: '';
}

.breadcrumbs {
    display: none;
    background-color: var(--mr-color-tertiary);
    padding: 1.9rem 4vw 0.9rem;
    color: var(--mr-color-primary);
    text-transform: none;
    font-weight: 800;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: block;
    }
}

.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;
}

.search_style {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.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;
}

.btn:hover {
    color: white;
    box-shadow: 0 0 0 .3em #568dfb3d;
}

.btn.btn_white:hover {
    color: white;
    box-shadow: 0 0 0 .3em #ffffff24;
}

.header_inner {
    z-index: 99999999999999;
    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: 1.5rem; */
    /* 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 {
    font-size: 20px;
    margin: .5rem 1rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-weight: 500;
}

.footer_links a::before {
    font-size: 2.4rem;
    color: var(--mr-color-primary);
}

.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;
}

.videopopup .overlay_ico::before {
    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: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;
}

.tile_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.tile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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;
}

.news_description {
    font-size: clamp(16px, 1.5vw, 1.3rem);
}

.columns_wrapper {
    display: flex;
    flex-direction: row;
}

.columns_side {
    width: 300px;
    min-width: 210px;
    max-width: 320px;
    flex-grow: 1;
    margin-right: 2vw;
    border-right: 5px solid var(--mr-color-accent);
    padding-right: 2vw;
}

.columns_wrapper .columns_main {
    width: 75%;
    flex-grow: 1;
    padding: 0 2vw 2vw;
}

.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;
    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 {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1rem;
    background-color: currentColor;
    -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;
    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_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;
    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;
}

.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;
}

a.videopopup.search_result_link {
    justify-content: flex-start;
}

.footer_content_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: auto;
}

@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: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/external-link-alt.svg") no-repeat center/contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/external-link-alt.svg") no-repeat center/contain;
}

a.external_link {
    text-decoration: none;
}

a.external_link span {
    text-decoration: underline;
}

#banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.breadcrumbs li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3a3518;
    border-right: 2px solid #3a3518;
    margin: 0 1rem;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.breadcrumbs h2 {
    padding: 0;
}

section#homesections {
    padding: 4vw;
}

#homepage .nav_tiles {
    margin: 1rem;
}

.footer_content_inner>div {
    padding: 4vw;
    width: 50%;
    min-width: 320px;
    flex-grow: 1;
}

.footer_content_right {
    display: block;
}

.easyedit_editable h2,
#secondary h2 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: #002841;
}

section#homesections .pagename {
    text-align: left;
    padding-left: 3.5rem;
}

.nav_tiles .pagename::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute !important;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    width: 3rem;
    text-align: center;
    margin-left: .5rem;
}

section#homesections .pagedescription {
    text-align: left;
    width: 100%;
}

section#slideshow {
    position: relative;
    min-height: calc(458px + 1vw);
}

.edit_slideshow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    background: #77b9e5;
    border-radius: 2rem;
    padding: 1rem;
    border: 3px solid;
    color: white;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10rem black;
    cursor: pointer;
}

.edit_slideshow::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    background-color: currentColor;
    -webkit-mask: url("https://static.mrwebsites.ca/icon/fa/solid/pencil-alt.svg") no-repeat center / contain;
    mask: url("https://static.mrwebsites.ca/icon/fa/solid/pencil-alt.svg") no-repeat center / contain;
}

.nav_tiles {
    /* margin-top: 2vw; */
    padding: 0vw 4vw 4vw;
}

.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: inline-block;
    position: absolute;
    left: 0.5em;
    width: 1em;
    height: 1em;
    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: inline-block;
    position: absolute;
    left: 0.7em;
    width: 0;
    height: 0.6em;
    padding-top: 0.5em;
    padding-left: 0.45em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    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: inline-block;
    position: absolute;
    left: 0.5em;
    width: 1em;
    height: 1em;
    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: inline-block;
    position: absolute;
    left: 0.7em;
    top: 0.4em;
    width: 0;
    height: 0.6em;
    padding-top: 0.4em;
    padding-left: 0.45em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    color: #feffd4;
    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;
    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;
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding: 20vh 8vw 10vh;
    color: #fff;
}

.content {
    padding: 6vw 4vw;
    color: white;
    z-index: 9999999;
    position: relative;
    max-width: 1420px;
    margin: auto;
    line-height: 1.4;
}

.content .btn {
    padding: 1rem 5rem;
    margin: 4rem auto 2rem;
    display: block;
    width: fit-content;
    font-size: 1em;
}

section#about {
    height: auto;
}

.services_item {
    background: #e3ecf4;
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.services_img {
    width: 50%;
    flex-grow: 1;
    position: relative;
    padding-bottom: 35%;
    min-width: 300px;
    min-height: 235px;
}

.services_img::after {
    content: '';
    background: #0078ff42;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services_details {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 4vw;
}

.services_item:nth-of-type(even) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    display: flex;
}

h5.services_title {
    font-size: clamp(32px, 2.75vw, 2em);
    text-align: center;
    color: #152c42;
    margin-bottom: 0.6em;
}

a.btn.btn_secondary {
    background: #919191;
    color: white;
}

section#services h2 {
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #152c42;
    margin-bottom: 1.5vw;
    font-size: clamp(36px, 6vw, 2.5em);
}

a.btn.btn_secondary:hover {
    box-shadow: 0 0 0 5px #152c424d;
}

.services_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

insights {
    padding-block: 3rem;
    background: #fff;
    font-family: system-ui, sans-serif;
    color: #0d233c;
}

#insights h2 {
    text-align: center;
    font-size: clamp(1.8em, 3vw + 1em, 2.5em);
    font-weight: 800;
    margin-bottom: 2.5rem;
    /* text-transform: uppercase; */
    letter-spacing: .03em;
    color: #152c42;
}

.cards {
    display: flex;
    flex-direction: row;
    gap: 0.5em 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
}

.card {
    background: #cde4f463;
    color: #262626;
    padding: 1.75em 1.5em 2.25em;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* flex-grow: 1; */
    width: calc(50% - 1.5rem);
    min-width: 320px;
    /* backdrop-filter: blur(3px); */
}

#secondary .card h3,
.card h3 {
    font-size: 1.05em;
    font-weight: 700;
    margin: 0 0 0.75em;
    color: #1f7dc1;
    text-align: left;
}

.card p {
    line-height: 1.2;
    font-size: .9375em;
    margin: 0;
}

.insights_wrapper {
    margin-inline: auto;
}

section#insights {
    padding: 2vw 6vw;
    position: relative;
    z-index: 9;
}

section.hero video {
    position: absolute;
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.hero {
    position: relative;
    height: 40vw;
}

.hero-content {
    background: #0000008a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: white;
}

.hero-content h1 {
    color: white;
    font-size: clamp(36px, 5vw, 5vw);
    padding: 0 !important;
}

.hero-content h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.hero-content h1 span+span {
    font-weight: 700;
    font-size: clamp(29px, .975em, .975em);
}

.footer_logo img {
    width: 100%;
    max-width: 500px;
}

.footer_content_right h3,
#secondary .footer_content_right h3 {
    text-transform: uppercase;
    font-size: clamp(28px, 2.75vw, 3em);
    color: #1f7dc1 !important;
    padding-top: 0.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    text-align: left;
}

.footer_content_right .btn {
    background: #3678ca;
}

ul.phone_numbers li {
    position: relative;
    padding-left: 2.7em;
    margin-bottom: 1rem;
}

.icon.circle {
    width: 2em;
    height: 2em;
    background: white;
    padding: 0.4em;
    border-radius: 50%;
    color: #3678ca;
    position: absolute;
    left: 0;
    overflow: visible;
}

.location .locationname {
    font-size: 1.4em;
    color: #1f7dc1;
    line-height: 1;
    font-weight: 700;
}

.location .location_row {
    color: white;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: .3em;
}

.location {
    margin-bottom: 1em;
    padding-left: 2.8em;
    position: relative;
}

.parallax-container.oasis-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40vw;
}

.parallax-section.oasis-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer_link.contact_email {
    position: relative;
    padding-left: 2.8em;
    font-weight: 700;
    min-height: 2em;
    display: flex;
    align-items: center;
}

section#brokerpartner {
    position: relative;
    z-index: 9;
    padding: 4vw;
    max-width: 1420px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#brokerpartner h3 {
    font-weight: 600;
    color: black;
    margin-bottom: 1em;
    font-size: clamp(24px, 3vw, 3rem);
}

a.btn.btn_rounded {
    /* border-radius: 2em; */
}

.btn.btn_wide {
    display: block;
    padding: 0.9rem 2.5rem;
    margin: 0 auto 2em;
    box-shadow: 0px 5px 20px #0000005e;
    max-width: fit-content;
}

section#brokerpartner .btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 7.5px 30px #00000063;
}

.footer_link .label {
    font-size: 1.1em;
    color: #1f7dc1;
    line-height: 1.2;
    font-weight: 700;
}

.footer_link .value {
    color: white;
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
}

.footer_nav ul.level-0.mr-navbar-nav {
    display: inline;
    padding: 0;
}

.footer_nav ul.level-0.mr-navbar-nav li,
.footer_nav ul.level-0.mr-navbar-nav li a,
.footer_nav ul.level-0.mr-navbar-nav li a span,
.footer_nav .navigation_extra a {
    display: inline !important;
    background: transparent !important;
    color: #1f7dc1 !important;
    padding: 0 !important;
    font-size: 1em;
    line-height: 1;
    text-align: right;
    overflow: visible;
    position: relative;
    margin: 0 !important;
}

.footer_nav span.subnav_toggle,
.footer_nav ul ul {
    display: none !important;
}

.footer_nav nav.mr-navbar-nav-wrap {
    width: fit-content;
    display: inline;
    padding: 0;
    margin: 0;
    align-self: initial;
    position: static;
}

.footer_nav ul li {
    display: inline;
}

footer.page-footer .navigation_extra li::before,
footer.page-footer .mr-navbar-nav li::before {
    content: ' | ';
    color: white;
    display: inline-block;
    margin: 0 0.9rem;
}

.footer_nav {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 2vw;
}

footer.page-footer .navigation_extra li a,
.footer_nav ul.level-0.mr-navbar-nav a {
    text-decoration: underline;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.section-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.testimonials {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1540px;
    margin: auto;
}

.testimonial {
    border-left: 4px solid #0077cc;
    padding-left: 20px;
    background: #f9f9f9;
    padding: 20px;
    width: calc(50% - 30px);
    flex-grow: 1;
    flex-direction: column;
    background: transparent;
    border: 0;
    min-width: 260px;
}

.testimonial img {
    width: 250px;
    height: 210px;
    padding: 50px 0;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.logos-grid p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.logos-grid img {
    max-height: 210px;
    max-width: 360px;
    object-fit: contain;
    padding: 1rem;
    background: white;
    width: 23%;
    min-width: 280px;
}

section#bio {
    background: whitesmoke;
}

.units_wrapper article,
.units_wrapper a {
    color: #1f7dc1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    min-width: 280px;
    width: calc(50% - 2em);
    /* flex-grow: 1; */
    padding: 0.5rem 1.5em;
}

#secondary .units_wrapper article h3 {
    margin: 0 !important;
    color: black;
    font-weight: 500;
    padding: 0 !important;
}

.units_wrapper article svg {
    width: 4em;
    height: 4em;
    padding: .5em 0;
    max-width: 9vw;
    max-height: 9vw;
    min-width: 50px;
    min-height: 60px;
}

.units_wrapper .cards {
    justify-content: center;
    margin-bottom: 3em;
}

.units_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.highlights_wrapper {
    background: #95ccf099;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlights_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0 3em;
}

.highlights_list ul li {
    width: calc(50% - 1em);
    display: flex;
    align-items: center;
    padding-left: 3em;
    position: relative;
    line-height: 1.2;
    min-width: 300px;
    flex-grow: 1;
    max-width: 970px;
}

.highlights_list ul li::before {
    content: '';
    background-image: url('https://static.mrwebsites.ca/icon/fa/solid/check.svg');
    width: 1em;
    height: 1em;
    z-index: 99999;
    color: black;
    position: absolute;
    left: 1em;
}

main.page-content section+section {
    padding-top: 0;
}

.two-column-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 200px;
}

.two-column-list li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
    flex-grow: 1;
    width: calc(50% - 1.75em);
    min-width: 280px;
    margin-left: 1.75em;
}

#secondary h3 {
    border-bottom: 3px solid var(--mr-color-primary);
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border: 0;
    color: #002841;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: clamp(24px, 3vw, 3rem);
}

section.commercial {
    background: #95ccf099;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.commercial_wrapper>div {
    min-width: 300px;
    flex-grow: 1;
    padding: 0 1rem;
}

.commercial_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1690px;
}

.commercial_wrapper .buttons {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    align-items: center;
}

.pedal_power .highlights_list {
    max-width: 900px;
    margin: auto;
    padding-bottom: 2em;
}

#content ol>li {
    margin-bottom: 1em;
}

#content ol ul {
    margin-bottom: 1em;
}

section.highlights_wrapper.pedal_power {
    background: transparent;
}

.contact_card.products_item {
    color: white;
    font-size: 1rem;
    gap: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    min-width: 280px;
    flex-wrap: wrap;
    flex-grow: 0;
    width: 450px;
}

.contact_card.products_item p {
    margin: 0;
}

#secondary .contact_card.products_item h3 {
    color: white;
    font-size: 2em;
}

.contact_cards {
    display: flex;
    gap: 10px;
    min-width: 180px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.contact_cards .products_img {
    margin: auto;
}

.contact_info {
    flex-grow: 1;
    flex-direction: column;
    margin: auto;
}

div#loc_main_content {
    min-height: 1rem;
    min-width: 1rem;
}

.contact_claimslink {
    padding: 5vw 5vw 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_claimslink .btn {
    width: 100%;
    max-width: 400px;
}

.products_item a {
    color: #6ec2ff;
}

section#contact {
    padding: 0;
}

section#contact .contact_container {
    background: #95ccf099;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#contact h2 {
    padding: 0 4vw;
    margin: 0 0 1rem;
    text-align: center;
}

div#loc_shared_contact {
    width: 100%;
    max-width: 1365px;
    padding: 2vw;
}

.section-19 .form_item:before {
    display: block;
    content: '';
    opacity: 0.2;
    background-color: rgb(193, 193, 193);
    background-image: url(/slices/ico_document_lg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 5em;
    align-self: stretch;
    min-width: 140px;
}

.section-19 .form_item.ico_imba:before {
    background-image: url(/slices/ico_imba_lg.png);
    opacity: .3;
    background-size: 80%;
}

.section-19 .form_item.ico_track:before {
    background-image: url(/slices/ico_track_lg.png);
}

.section-19 .form_item.ico_bikepark:before {
    background-image: url(/slices/ico_bikepark_lg.png);
}

.section-19 .form_item.ico_bikeclub:before {
    background-image: url(/slices/ico_bikeclub_lg.png);
}

.section-19 .form_item.ico_atvclub:before {
    background-image: url(/slices/ico_atvclub_lg.png);
}

.section-19 .form_item.ico_snowclub:before {
    background-image: url(/slices/ico_snowclub_lg.png);
}

.section-19 .form_item.ico_otherclub:before {
    background-image: url(/slices/ico_otherclub_lg.png);
}

.section-19 .form_item.ico_event:before {
    background-image: url(/slices/ico_event_lg.png);
    background-size: 80%;
}

.section-19 .form_item.ico_liquor:before {
    background-image: url(/slices/ico_liquor_lg.png);
}

.section-19 .form_item.ico_instructbike:before {
    background-image: url(/slices/ico_instructbike_lg.png);
}

.section-19 .form_item.ico_instructatv:before {
    background-image: url(/slices/ico_instructatv_lg.png);
}

.section-19 .form_item.ico_cwa:before {
    background-image: url(/slices/ico_cwa_lg.png);
}

.section-19 .form_item.ico_products:before {
    background-image: url(/slices/ico_products_lg.png);
}

.section-19 .form_item.ico_dirtbike:before {
    background-image: url(/slices/ico_dirtbikeclub_lg.png);
}

.section-19 .form_item.ico_glamping:before {
    background-image: url(/slices/ico_glamping_lg.png);
}

.section-19 .form_item {
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    text-decoration: none !important;
    transition: .2s all ease;
    backface-visibility: hidden;
    margin-bottom: 1em;
    border: 1px solid #c5c5c566;
    font-size: 1rem;
}

.section-19 .form_item_inner {
    padding: 1em 1.5em 1.5em;
    flex-grow: 1;
}

.section-19 .form_item_links {
    display: flex;
    flex-wrap: wrap;
}

.section-19 .form_item_links a {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    background: #f3f3f3;
    padding: 0.3em 1em;
    border-radius: 1em;
    margin-right: 1em;
    text-decoration: none;
    margin-top: 0.6em;
    color: #087ccd !important;
    display: flex;
    align-items: center;
}

.section-19 a.link_online:before {
    margin-right: 0.4em;
    content: '';
    display: inline-block;
    background-color: currentColor;
    width: 1.2em;
    height: 1em;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/link.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/link.svg') no-repeat center / contain;
}

.section-19 a.link_pdf:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 0.6em;
    content: '';
    display: inline-block;
    background-color: currentColor;
    width: 1em;
    height: 1em;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/regular/file-pdf.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/regular/file-pdf.svg') no-repeat center / contain;
}

.section-19 hr.blueline {
    border-top: 3px solid #087ccd;
}

#secondary.section-19 .form_item_inner h2,
#secondary.section-19 .form_item_inner h3 {
    margin: 0;
    padding: 0;
    margin: 0;
    font-weight: 800;
    color: #087ccd;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
}

#secondary.section-19 .form_item_inner h3 {
    font-size: 1.2em;
    text-align: left;
}

@media (max-width: 475px) {
    .section-19 .form_item:before {
        height: 2em;
        border: 5px solid #f3f3f305;
    }

    .section-19 .form_item {
        flex-direction: column;
    }
}

.mr-navbar-upper .list-inline .btn {
    font-size: 1rem;
}

.content p {
    font-size: clamp(26px, 3vw, 2.05em);
    text-align: center;
}

.commercial_wrapper .two-column-list {
    max-width: 800px;
    margin: auto;
}

.buttons .btn {
    width: 100%;
    max-width: 280px;
}

.container.map-container {
    width: 100%;
    padding: 0;
}

.section-13 section#content {
    max-width: 1480px;
    width: 100%;
}

.broker .broker-company {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}

.broker .button {
    display: block;
    padding: 5px;
    /* margin-top: 1rem !important; */
    width: fit-content;
    padding: 5px 2em;
    padding: 0em 1em;
}

.inline {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.form_item input[type="checkbox"] {
    width: auto !important;
}

.inline .inline {
    margin-right: 1em;
}

.btn.btn_solid.btn_secondary {
    background-color: #d2d2d2;
    color: black !important;
}

.submit_row .button {
    margin-bottom: 0.5em;
    font-size: 1rem;
}

.right-panel {
    width: 65%;
    height: 100%;
    position: relative;
}

table.broker_notes {
    font-size: 1rem;
    margin: 0 0.7rem;
}

table.broker_notes tr:nth-of-type(even) {
    background: whitesmoke;
}

table.broker_notes td {
    padding: 4px;
}

table.broker_notes th {
    font-size: 1rem;
    line-height: 1;
}

.value.broker_code {
    margin-top: 5px;
    font-size: 1rem;
}

.delete_brokercode {
    padding: 0.3rem;
}

div[title="Delete"] {
    cursor: pointer;
}

a.return_link::before {
    content: '';
    display: inline-block;
    background-color: currentColor;
    width: 1em;
    height: 1em;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-left-long.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/solid/arrow-left-long.svg') no-repeat center / contain;
    margin-right: 0.5rem;
}

a.return_link {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: auto;
    justify-content: flex-end;
}

.submit_row {
    margin-bottom: 1em;
}

.broker .broker-company .marker-icon {
    width: 1.8rem;
    margin-right: 0;
}

p.broker-company {
    margin: 0;

}

.section-19 .nav_tiles .mr-nav-tiles li a::before {
    content: '';
    display: inline-block;
    background-color: currentColor;
    width: 1em;
    height: 1em;
    -webkit-mask: url('https://static.mrwebsites.ca/icon/fa/regular/file-lines.svg') no-repeat center / contain;
    mask: url('https://static.mrwebsites.ca/icon/fa/regular/file-lines.svg') no-repeat center / contain;
    width: 100%;
    height: 5em;
    position: relative;
}

.form-group {
    margin-bottom: 10px;
}

p.broker_index_text {
    text-align: center;
}

form.broker_index_form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.form-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.find-broker-form .form-container .form-group {
    flex-grow: 1;
    min-width: 220px;
    margin: 0;
    font-size: 1rem;
}

.submit_row .form-container button {
    width: 100%;
    margin: 0 !important;
    max-width: 320px;
}

.submit_row .form-container {
    justify-content: center;
}

.broker-products {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    margin-top: .3em;
}

.broker-products .marker-icon {
    width: 1em;
}

.broker-address-detl-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    width: 100%;
}

.broker-detl-wrapper {
    width: 100%;
}

p.broker-company+p {
    margin: 0 0 0.4em;
}

.broker-contact-detl-wrapper {
    display: flex;
    font-size: 1rem;
    color: #1f7dc1;
    gap: 0.8em;
    flex-wrap: wrap;
}

.broker-contact-detl-wrapper svg {
    margin-right: 0.4rem;
    font-size: 0.9rem;
}

.broker-contact-detl-wrapper>div {
    display: flex;
    align-items: center;
}

.broker-address-detl p {
    margin: 0 !important;
}

.broker {
    display: flex;
    gap: 0.5em;
}

.services_details .btn {
    background: #152c42;
    color: white;
}

.dl-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    /* row / column gaps */
    margin: 0;
    padding: 0;
}

.dl-flex>.item {
    display: flex;
    /* label + value in a row */
    align-items: baseline;
    gap: 0 10px;
    flex: 1 1 var(--col-min);
    /* makes columns that wrap */
    min-width: 260px;
    /* safety for very tight layouts */
    flex-wrap: wrap;
}

.dl-flex dt {
    margin: 0;
    font-weight: 700;
    flex: 0 0 170px;
    /* label column inside each item */
}

.dl-flex dd {
    margin: 0;
    flex: 1 1 auto;
    word-break: break-word;
    min-width: 200px;
}


#OnlinePayment {
    --bg: var(--sky-050, #F2F6FB);
    --surface: #ffffff;
    --surface-2: #fbfdff;
    --text: var(--text-900, #0E1A2B);
    --muted: #5e6b7a;
    --border: var(--stone-200, #E7EDF4);
    --ring: var(--blue-600, #2A74C8);
    --ring-2: var(--blue-500, #3885DA);
    --navy: var(--navy-900, #0E2E44);
    --danger: #D93B3B;
    --success: #2BAA7C;
    --radius: 14px;

    font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    color: var(--text);
    background:
        linear-gradient(180deg, var(--surface-2), var(--surface)) padding-box,
        radial-gradient(1200px 400px at 20% -20%, rgba(42, 116, 200, .10), transparent 60%) border-box;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: clamp(18px, 3.2vw, 30px);
    max-width: 860px;
    margin: 28px auto;
    box-shadow:
        0 8px 32px rgba(14, 46, 68, .08),
        0 2px 8px rgba(14, 46, 68, .06);
}

/* Clean up old layout <br> tags */
#OnlinePayment br {
    display: none;
}

/* Grid layout: labels left, inputs right (stack on mobile) */
#OnlinePayment {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 18px;
}

#OnlinePayment>label {
    font-size: .95rem;
    color: var(--muted);
    align-self: center;
    letter-spacing: .01em;
}

#OnlinePayment>input[type="text"],
#OnlinePayment>input[type="email"],
#OnlinePayment>input[type="tel"],
#OnlinePayment>input[type="number"] {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 740px) {
    #OnlinePayment {
        grid-template-columns: minmax(240px, .95fr) minmax(340px, 1.05fr);
        align-items: center;
    }

    #OnlinePayment>label {
        grid-column: 1;
    }

    #OnlinePayment>input,
    #OnlinePayment>.g-recaptcha,
    #OnlinePayment>#credit_card_form,
    #OnlinePayment>#bamboraResponse,
    #OnlinePayment>#SubmitProcessPayment {
        /* grid-column: 2; */
    }

    #OnlinePayment>h4,
    #OnlinePayment>hr {
        grid-column: 1 / -1;
    }
}

/* Inputs */
#OnlinePayment input[type="text"],
#OnlinePayment input[type="email"],
#OnlinePayment input[type="tel"] {
    appearance: none;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    line-height: 1.2;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease, transform .06s ease;
}

#OnlinePayment input:focus {
    outline: none;
    background: #fff;
    border-color: var(--ring);
    box-shadow: 0 0 0 4px color-mix(in oklab, var(--ring) 20%, transparent);
}

/* Valid/invalid cues (subtle) */
#OnlinePayment input:invalid:not(:placeholder-shown) {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--danger) 18%, transparent);
}

#OnlinePayment input:valid {
    border-color: color-mix(in oklab, var(--success) 35%, var(--border));
}

/* Match label color when following input is invalid (progressive enhancement) */

/* Postal formatting */
#OnlinePayment input#OnlinePostalCode {
    max-width: 150px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* Headings & rule */
#OnlinePayment h4 {
    margin: 10px 0 4px;
    text-align: center;
    font-weight: 800;
    font-size: 1.08rem;
    color: var(--navy);
    letter-spacing: .02em;
}

#OnlinePayment hr {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: 14px 0;
}

/* Credit card ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œcardÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
#credit_card_form {
    width: 100% !important;
    /* max-width: 560px; */
    margin-inline: auto;
    background:
        linear-gradient(180deg, #ffffff, #f9fbfe);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 10px 24px rgba(14, 46, 68, .06);
}

#credit_card_form .bamboraInputLabel {
    display: block;
    font-size: .92rem;
    color: var(--muted);
    margin: 10px 0 6px;
}

#credit_card_form .bamboraInput {
    width: 100%;
    box-sizing: border-box;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#credit_card_form .bamboraInput:focus {
    outline: none;
    background: #fff;
    border-color: var(--ring);
    box-shadow: 0 0 0 4px color-mix(in oklab, var(--ring) 20%, transparent);
}

/* Gateway response area */
#bamboraResponse {
    margin-top: 8px;
    color: #D93B3B;
    font-weight: 700;
    text-align: center;
}

/* CTA button styled like site ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œApply NowÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â / ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œReport a ClaimÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
#SubmitProcessPayment {
    appearance: none;
    cursor: pointer;
    background: linear-gradient(180deg, var(--ring), var(--ring-2));
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 1rem;
    padding: 12px 20px 12px 18px;
    margin-top: 10px;
    box-shadow:
        0 8px 24px rgba(42, 116, 200, .35),
        0 2px 6px rgba(14, 46, 68, .25);
    transition: transform .06s ease, box-shadow .15s ease, filter .15s ease;
    position: relative;
}

#SubmitProcessPayment::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢";
    font-weight: 800;
    margin-left: 8px;
}

#SubmitProcessPayment:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

#SubmitProcessPayment:active {
    transform: translateY(0);
    filter: brightness(.98);
}

#SubmitProcessPayment:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

/* reCAPTCHA spacing */
#OnlinePayment .g-recaptcha {
    margin-top: 8px;
}

/* Card brands row */
.payment_options {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    justify-content: center;
    padding: 14px 0 0;
    margin: 0;
}

.payment_options li {
    display: inline-flex;
    align-items: center;
    opacity: .9;
    transition: opacity .2s ease;
}

.payment_options li:hover {
    opacity: 1;
}

.payment_options img {
    display: block;
    height: 28px;
    width: auto;
}

@media (min-width: 740px) {
    #OnlinePayment #credit_card_form {
        grid-column: 1 / -1 !important;
    }
}

/* === Authoritative layout for the credit-card block === */
#credit_card_form {
    display: grid !important;
}

@media (min-width: 640px) {
    #credit_card_form {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px 20px !important;
        align-items: end;
        /* exact rows: name, number, then expiry + cvc (labels and inputs) */
        grid-template-areas:
            "nameL nameL"
            "nameI nameI"
            "numL  numL"
            "numI  numI"
            "expL  cvcL"
            "expI  cvcI" !important;
    }

    /* neutralize any previous column/area assignments */
    #credit_card_form>* {
        grid-column: auto !important;
        grid-area: auto !important;
    }

    /* map elements to the areas */
    #credit_card_form label[for="bamboraNameInput"] {
        grid-area: nameL !important;
    }

    #credit_card_form #bamboraNameInput {
        grid-area: nameI !important;
    }

    #credit_card_form label[for="bamboraDataInput"] {
        grid-area: numL !important;
    }

    #credit_card_form #bamboraDataInput {
        grid-area: numI !important;
    }

    #credit_card_form #bamboraExpLabel {
        grid-area: expL !important;
    }

    #credit_card_form #bamboraExpInput {
        grid-area: expI !important;
    }

    #credit_card_form #bamboraCvdLabel {
        grid-area: cvcL !important;
    }

    #credit_card_form #bamboraCVDInput {
        grid-area: cvcI !important;
    }
}

/* visual clarity so the column gap doesn't look like a seam */
#credit_card_form .bamboraInput {
    background: #fff !important;
    min-width: 0;
    height: 44px;
    font-variant-numeric: tabular-nums;
}


/* ===== Modal base ===== */
.modal[hidden] {
    display: none !important;
}

.modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9999999999;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
}

.modal__dialog {
    position: relative;
    /* width: min(92vw, 420px); */
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    padding: 2em;
    z-index: 1;
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    max-height: 95vh;
    overflow: auto;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px;
    color: #1c2b36;
    width: 38px;
}

.modal__brand {
    display: grid;
    place-items: center;
    margin-bottom: 8px;
}

.modal__brand img {
    height: 42px;
    width: auto;
}

.modal__title {
    margin: 1.7em auto 2px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    /* subtle yellow underline highlight like screenshot */
    /* background:
    linear-gradient(transparent 60%, #fff176 0 86%, transparent 0); */
    display: block;
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

.modal__subtitle {
    text-align: center;
    margin: 0 0 2em;
    font-size: 1rem;
    color: #6b7a88;
}

.modal__form .field {
    display: block;
    margin: 10px 0 12px;
}

.modal__form .field>span {
    display: block;
    font-size: 0.92rem;
    color: #6b7a88;
    margin-bottom: 6px;
}

.modal__form input[type="email"],
.modal__form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    background: #f9fbfe;
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    outline: none;
}

.modal__form input:focus {
    border-color: #2a78d1;
    box-shadow: 0 0 0 3px rgba(42, 120, 209, .15);
}

.modal__actions {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.modal__link {
    font-size: .95rem;
    color: #2a78d1;
    text-decoration: none;
}

.modal__link:hover {
    text-decoration: underline;
}

/* Make the action button full-width to mirror the screenshot */
.btn_block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Prevent background scroll when a modal is open */
body.modal-open {
    overflow: hidden;
}

form.modal__form button.btn.btn_solid.btn_primary {
    margin-top: 1.5em;
}

/* small helpers for radio rows etc. */
.field legend {
    font-weight: 600;
    margin-bottom: 6px;
}

.choice {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}

.modal__form select {
    width: 100%;
    background: #f9fbfe;
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
}

.email-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9fbfe;
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    padding: 10px 12px;
    justify-content: space-between;
    margin-bottom: 1em;
}

.email-link {
    word-break: break-all;
}

.copy-btn {
    border: 1px solid #c9d6e3;
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    width: 40px;
}

.copy-btn:active {
    transform: translateY(1px);
}

/* Make this modal a touch wider to showcase the select */
#client-login .modal__dialog {
    width: min(92vw, 520px);
}

/* Grid for the option cards */
.option-grid {
    display: grid;
    gap: 10px;
}

/* Option card style */
.option-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1em;
    cursor: pointer;
    user-select: none;
    border: 1.5px solid #d9e1ea;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease, transform .05s ease;
    margin-bottom: 0.3em;
}

.option-card:hover {
    border-color: #b9c7d6;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.option-card input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* whole card clickable */
.option-card__title {
    font-weight: 600;
}

/* Selected state (modern + fallback class) */
.option-card:has(input:checked),
.option-card.is-selected {
    border-color: #2a78d1;
    box-shadow: 0 0 0 3px rgba(42, 120, 209, .15);
    background: #f5faff;
}

.option-card:focus-within {
    outline: 3px solid rgba(42, 120, 209, .30);
    outline-offset: 2px;
}

/* Wide select with a clear caret */
.select-wrap {
    position: relative;
    display: block;
}

.select-wrap select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    /* room for caret */
}

.select-wrap--wide select {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.05rem;
    width: 100%;
}

/* caret */
.select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-60%) rotate(45deg);
    border-right: 2px solid #4a5b6b;
    border-bottom: 2px solid #4a5b6b;
    pointer-events: none;
}

/* Screen-reader-only helper (if you don't already have one) */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.option-card .products_img svg {
    width: 60px;
    height: 40px;
    min-width: 60px;
    color: #207cc1;
}

span.option-card__body {
    font-size: 0.8em;
    margin: 0;
    display: flex;
    align-items: center;
}

div#client-province-wrap label,
div#broker-province-wrap label {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.option-card {
    padding-right: 56px;
}

/* check icon container (circle) */
.option-card::after {
    content: "";
    position: absolute;
    top: 52%;
    right: 14px;
    width: 27px;
    height: 27px;
    border-radius: 999px;
    background: #2a78d1;
    /* circle fill */
    box-shadow: 0 0 0 3px rgba(42, 120, 209, .15);
    transform: translateY(-50%) scale(.8);
    opacity: 0;
    transition: transform .15s ease, opacity .15s ease;
}

/* check glyph */
.option-card::before {
    content: "";
    position: absolute;
    top: 47%;
    right: 23px;
    width: 9px;
    height: 16px;
    border: 3px solid #fff;
    /* white check */
    border-top: 0;
    border-left: 0;
    transform: translateY(-60%) rotate(45deg) scale(.8);
    opacity: 0;
    transition: transform .15s ease, opacity .15s ease;
    z-index: 99;
}

/* show check when selected (supports :has + JS .is-selected fallback) */
.option-card:has(input:checked)::after,
.option-card.is-selected::after,
.option-card:has(input:checked)::before,
.option-card.is-selected::before {
    opacity: 1;
    transform: translateY(-60%) rotate(45deg) scale(1);
}

/* high-contrast fallback if needed */
@media (prefers-contrast: more) {
    .option-card::after {
        box-shadow: 0 0 0 3px #2a78d1;
    }
}

/* 2-button group */
.toggle-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* radio-as-button */
.toggle-btn {
    position: relative;
    display: grid;
    place-items: center;
    padding: 12px 14px;
    border: 1.5px solid #d9e1ea;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease, transform .05s ease;
}

.toggle-btn:hover {
    border-color: #b9c7d6;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.toggle-btn input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* full-card clickable */
}

/* selected styles (supports :has + JS class fallback) */
.toggle-btn:has(input:checked),
.toggle-btn.is-active {
    border-color: #2a78d1;
    box-shadow: 0 0 0 3px rgba(42, 120, 209, .15);
    background: #f5faff;
    font-weight: 600;
}

.toggle-btn:focus-within {
    outline: 3px solid rgba(42, 120, 209, .30);
    outline-offset: 2px;
}

/* lock the product until Yes/No picked */
#quote-step2 select:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* widen the quote modal slightly for the two buttons and selects */
#quote-modal .modal__dialog {
    width: min(92vw, 520px);
}

/* sr-only helper (if not already present) */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

form#quote-form .field.toggle-group {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 2em;
}

form#quote-form .field.toggle-group label {
    width: 100%;
}

div#quote-step2 label {
    width: 100%;
}

.modal__brand+.modal__subtitle {
    margin-top: 1.25em;
    margin-bottom: 1em;
    font-size: 1em;
    color: #207cc1;
}

.modal__brand+.modal__subtitle+h2 {
    /* margin-bottom: 1em; */
    /* margin-top: 1.3em; */
}

/* Modal base */
.modal__dialog {
    /* max-width: 520px; */
    /* margin: 6rem auto; */
    /* background: #fff; */
    /* border-radius: 14px; */
    /* box-shadow: 0 25px 60px rgba(0,0,0,.2); */
    /* padding: 2rem; */
}

.modal__brand img {
    height: 46px;
    display: block;
    margin: 0 auto 1rem;
}

.modal__title {
    font: 600 1.5rem/1.2 Poppins, system-ui, sans-serif;
    text-align: center;
    margin: 0 0 .4rem;
}

.modal__subtitle {
    color: #555;
    text-align: center;
    margin: 0 0 1.25rem;
}

.modal__form .field {
    /* display: grid; */
    /* gap: .4rem; */
    /* margin: 1rem 0; */
}

.modal__form .field>span {
    font-weight: 500;
}

/* Option cards (radio-as-card) */
.options {
    display: grid;
    gap: .75rem;
}

.options--grid {
    grid-template-columns: 1fr;
}

@media (min-width: 520px) {
    .options--grid {
        grid-template-columns: 1fr 1fr;
    }
}


.option-card:hover {
    border-color: #c7dbef;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .12) inset;
}

.option-card input[type="radio"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.option-card__body {
    display: grid;
    gap: .2rem;
}

.option-card__title {
    font-weight: 600;
}

.option-card__hint {
    font-size: .875rem;
    color: #667;
}

/* Selected state + right checkmark */
.option-card.is-selected {
    border-color: #2196f3;
    background: #f4faff;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .18) inset;
}


/* Pretty select (wider with arrow) */
.select-wrap {
    position: relative;
}

.select-wrap select {
    width: 100%;
    /* min-width: 22rem; */
    /* makes it feel substantial */
    padding: .7rem 1.8rem .7rem .9rem;
    border: 2px solid #e6eef6;
    border-radius: 10px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    font: 500 1rem/1.2 Poppins, system-ui, sans-serif;
}

.select-wrap select:focus {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .18);
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    pointer-events: none;
}

/* Submit button full width */
.btn_block {
    width: 100%;
}

/* Screen reader utility used in your markup */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Grid of cards */
.option-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: 1fr;
}

@media (min-width:520px) {
    .option-grid {
        grid-template-columns: 1fr 1fr;
    }
}


.option-card:hover {
    border-color: #c7dbef;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .12) inset;
}

.option-card input[type="radio"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.option-card__body {
    display: grid;
    gap: .2rem;
}

.option-card__title {
    font-weight: 600;
    line-height: 1.1;
}



/* Wider select with arrow */
.select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrap select:focus {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, .18);
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    pointer-events: none;
}


@media (max-width: 520px) {
    .highlights_list ul {
        padding: 1em;
    }
}

.field label span {
    font-size: 1rem;
}

.page-19 h3.nav_header {
    display: none;
}

.page-19 h1 {
    margin-bottom: .5em !important;
}.commercial_wrapper a {
    color: #002841;
}.commercial_wrapper a:hover {
    color: #1f7dc1;
}