/* CSS Document */


/*-------------
     Page
---------------*/

.page {
    display: flex;
    flex-direction: column;
    margin-top: 58px;
}

.page main {
    order: 3;
}

.page #services {
    order: 4;
}

.page footer {
    order: 5;
}


/*--------------
     Header
----------------*/

header.stuck {
    position: fixed !important;
    top: 0em !important;
    width: 100% !important;
    left: 0 !important;
}

header {
    /* order: 1; */
    position: fixed;
    height: 58px;
    background: white;
    width: 100%;
    box-shadow: 0 0 10px black;
    z-index: 999999999;
    top: 0;
}

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% - 100px);
    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: 150px;
    height: auto;
    display: block;
    max-width: calc(100vw - 180px);
}

.mr-navbar-subpanel {
    justify-content: space-between;
    padding-top: 0;
}

.header_extra {
    /* display: none; */
}


.mr-navbar-upper .list-inline {
    margin: 0;
    list-style: none;
}

.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;
}

.mr-upper-toggle span {
    width: 58px;
    padding: 0.1em;
    background: transparent;
}

.mr-upper-toggle span:before {
    content: '\f142';
    font-family: "FontAwesome";
    font-weight: 900;
    color: black;
    display: block;
    font-size: 28px;
    position: relative;
    z-index: 99999;
}

.showupper .mr-upper-toggle span:before {
    content: '\f00d';
}

#sticky-wrapper {
    height: auto !important;
}

.mr-navbar-upper {}

.showupper .mr-navbar-upper {
    display: flex;
}

/*--------------
    Navigation
----------------*/


.mr-navbar-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    /* background: rgb(239, 232, 148); */
    /* z-index: 0; */
    /* display: none; */
    /* visibility: hidden; */
    transition: .3s all ease;
    width: 250px;
    margin-top: 58px;
    transform: translate(-100%, 0px);
    transition: .3s all ease;
    box-shadow: none !important;
    overflow: auto;
}

.mr-navbar-outer {
    position: fixed;
    z-index: 999;
}

.mr-navbar-inner {
    position: fixed;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0 5px 20px #0000003d;
    padding: 0;
    top: 0 !important;
    height: 58px !important;
}

ul.level-0.mr-navbar-nav {
    flex-direction: column;
    /* font-size: 6vw; */
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
    /* opacity: 0; */
    /* transform: translate(0,100px); */
    transition: .0s all ease;
    /* overflow: auto; */
    background: var(--mr-color-primary);
    margin: 0;
}

.showmenu ul.level-0.mr-navbar-nav {
    /* transition: .3s all .2s ease; */
    /* opacity: 1; */
    /* transform: translate(0,0px); */
}

ul.level-1.rd-navbar-dropdown {
    position: relative;
    width: 100%;
    min-width: unset;
    color: black;
    opacity: 1;
    visibility: visible;
    background: rgba(251, 248, 229, 0.5);
    box-shadow: none;
    border-top: 0;
}

ul.level-0.mr-navbar-nav li {
    margin: 0 0;
    position: relative;
    /* width: 100%; */
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 0;
    flex-grow: 0;
    border-bottom: 1px solid #3d3d3d;
}

ul.level-0.mr-navbar-nav li a {
    font-size: 0.95rem;
    display: flex;
    text-align: left;
    padding: 1.15rem;
    /* height: 100%; */
    align-items: center;
    color: white;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.level-0.mr-navbar-nav .current-parent a {
    color: white;
    /* background: var(--mr-color-primary-tint); */
    /* padding-left: 1em; */
}

span#nav_slide_hover_bg {
    display: none;
}

span#nav_slide_hover {
    display: none;
}

li.current.current-item:after {
    content: '';
    border-left: 6px solid rgb(71 71 63);
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
    z-index: 9;
}

.mr-navbar-toggle {
    display: flex;
    background: rgb(255, 255, 255);
    cursor: pointer;
    width: 60px;
    height: 58px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
}

.mr-navbar-toggle span:before {
    content: '\f0c9';
    font-family: "FontAwesome";
    font-weight: 900;
    color: rgb(246 193 61);
    font-size: 2em;
    position: relative;
    z-index: 99999;
}

.showmenu .mr-navbar-toggle span:before {
    content: '\f00d';
    font-family: "FontAwesome";
    font-weight: 900;
    color: rgb(71 71 63);
    font-size: 2em;
    position: relative;
    z-index: 99999;
}

.mr-navbar-toggle span {
    width: 60px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mr-color-primary);
}

.showmenu .mr-navbar-nav-wrap {
    /* display: block; */
    /* background: rgb(251, 248, 229); */
    /* visibility: visible; */
    transform: translate(0%, 0px);
    transition: .3s all ease;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
}

ul.level-1 {
    position: relative;
    background: rgb(61 61 61);
    box-shadow: none;
    padding: 0 0 0 1rem;
    list-style: none;
}

ul.level-0.mr-navbar-nav .current-parent>a:before {
    content: none;

}

ul.level-0.mr-navbar-nav li.has_subnav:hover>a:after {
    color: white
}

.showmenu .mr-navbar-toggle {
    /* width: 100vw; */
    /* height: 100vh; */
    position: fixed;
    transform: translate(0px, 0px);
    top: 0;
    background: rgb(0 0 0 / 15%);
}

ul.level-0.mr-navbar-nav a:hover {
    transition: .3s all ease;
}

span.subnav_toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 3.25rem;
    width: 3.25rem;
    background: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    cursor: pointer;
    color: #f6c13d;
}

ul.level-0.mr-navbar-nav li.has_subnav>a {
    padding-right: 4.25rem;
    display: flex;
}

ul.level-1.mr-navbar-dropdown {
    display: none;
}

span.subnav_toggle:before {
    content: '\f0d7';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    transition: .2s all ease;
    font-size: 1rem;
}

ul.level-1.mr-navbar-dropdown.show {
    display: block;
    height: auto;
    padding-left: 0;
    border-left: 0.5rem solid var(--mr-color-primary);
    opacity: 1;
}

span.subnav_toggle.active:before {
    transform: rotate(-180deg);
}

ul.level-0.mr-navbar-nav li li a {
    font-size: 1rem;
}


/*--------------
     Banner
----------------*/

section#banner {
    /* height: 19vw; */
    position: relative;
    /* order: 2; */
    background-color: var(--mr-color-medium);
    padding: 2vw;
}

body#secondary #banner {
    /* height: 80px; */
    /* padding-top: 0; */
    /* background-size: 1360px; */
}




/* -------------- 
    4. Contacts
 ---------------- */

*[class^="contact_"] {
    padding-left: 2.5em;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 1.5rem;
    border-right: 1px solid grey;
    padding-right: 1em;
}

*[class^="contact_"]:before {
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    min-height: 1.7rem;
    min-width: 1.7rem;
    border-radius: 50%;
    margin: 0 0em;
    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;
    font-size: 0.9rem;
    line-height: 0.1;
    position: absolute;
    left: 0em;
    color: white;
    top: 0;
    /* padding-bottom: 0.2em; */
    border-radius: 50%;
    background: var(--mr-color-secondary);
    text-shadow: 1px 1px 3px black;
}

.contact_address:before {
    content: '\f0e0';
}

.contact_mail:before {
    content: '\f0e0';
}

.contact_phone:before {
    content: '\f095';
}

.contact_facebook:before {
    content: '\f39e';
    font-family: var(--mr-fontawesome-brands);
}

.contact_location:before {
    content: '\f3c5';
}

.contact_email:before {
    content: '\f1fa';
}

.contact_cell:before {
    content: '\f3cd';
}

.contact_fax:before {
    content: '\f1ac';
}

.contact_fax {
    /* display: flex; */
    /* margin-bottom: .5em; */
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin-left: 2em;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: var(--mr-font-main);
    font-weight: 700;
}

.contactbar_item {
    display: flex;
    align-items: center;
}

.contactbar_item .icon {
    font-size: 3.2em;
}

.contactbar_item .info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
}

.contactbar_item .info a {
    color: white;
    text-transform: none;
    font-size: 1.5em;
}








/* --------------------
    5. Social media 
 ---------------------- */

.social_links a {
    text-decoration: none;
}

.social_links {
    display: flex;
    padding-right: 1rem;
}

.mr-navbar-upper .contact-info .social_links a {
    text-decoration: none;
    font-family: var(--mr-fontawesome-brands);
    font-weight: 400;
    min-width: 1.6rem;
    min-height: 1.6rem;
    /* background: rgb(255, 255, 255); */
    /* border-radius: 50%; */
    /* margin: 0 0.5em; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: var(--mr-color-accent);
    font-size: 1.4em;
}

.social_links a.link_btn i {
    color: #5b9dba;
    font-size: 1em;
    margin: 0;
}







/* ----------------
    6. Headings 
 ------------------ */

h2 {
    font-size: 2vw;
    color: var(--mr-color-primary);
    /* margin-top: 1em; */
    margin-bottom: 0rem;
    padding-bottom: 1.5rem;
}

h3 {
    font-size: 1.4vw;
    color: var(--mr-color-contrast);
}

h4 {
    font-size: 1.36em;
}


.heading_withlink {
    display: flex;
    align-items: center;
}


.heading_withlink .header_link {
    font-size: 1rem;
    color: white;
    text-decoration: none;
}

.heading_withlink span {
    flex-grow: 1;
}

main.page-content h1:after,
main.page-content .about_mission h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 3px solid;
}

.aboutus h1 {
    color: black;
}

main.page-content h1 span.small {
    display: block;
    font-size: 0.4em;
    line-height: 1;
    margin-top: .3em;
}

main.page-content h1 {
    padding-bottom: 0.3em;
    line-height: 0.85;
    margin-bottom: 0.7em;
}







/* ------------ 
    7. Footer
--------------- */

.footer_logo_wrapper {
    background: #e5e3db;
    border-radius: 50%;
    width: clamp(120px, 10vw, 200px);
    height: clamp(120px, 10vw, 200px);
    margin: 1em auto 1em;
}

.footer_copyright p {
    margin: 0;
    font-size: 0.8em;
}

footer.page-footer {
    background: var(--mr-color-primary);
    color: white;
    font-family: var(--mr-font-main);
    font-size: 0.93em;
}

footer.page-footer ul {
    border-top: 1px solid #999999;
    padding: 0;
    list-style: none;
    margin: 0;
    padding-right: 1rem;
    border-bottom: 1px solid #999999;
}

footer.page-footer ul li {
    /* border-bottom: 1px solid #999999; */
    padding: 0.4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.page-footer ul li span+span {
    justify-self: flex-end;
    text-align: right;
}

.contact_social a {
    margin: 0 !important;
    padding-left: 1rem;
    text-decoration: none !important;
    color: #f6c13d !important;
}

.footer_social {
    /* padding-top: 1em; */
    display: flex;
}

.footer_hours header {}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

section.footer_content a .value {
    text-decoration: underline;
}

section.footer_content a .label {
    color: white;
    font-family: var(--mr-font-accent);
    margin-left: 0.5em;
    line-height: 1.6;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: #000000;
    text-align: center;
    color: #ffffff;
    padding: 0.75em;
    font-family: 'Montserrat';
    font-size: 16px;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.6em;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-family: var(--mr-font-accent);
    position: relative;
}

section.footer_content div[class*="col"] {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* max-width: 320px; */
    /* min-width: 300px; */
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.footer_content a {
    color: var(--mr-color-light);
    display: flex;
    margin-bottom: .5em;
    text-decoration: underline;
    white-space: nowrap;
}

section.footer_copyright a {
    color: #f5e619;
    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: 184px;
    margin: auto;
    /* display: block; */
    /* background: #e5e3db; */
    /* border-radius: 50%; */
    /* margin: -12% 0 0 -1%; */
    /* margin-bottom: 1rem; */
}

.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;
}








/* -------------------------
    8. Section: Services 
---------------------------- */


section#services {
    color: white;
    background: #f5e619;
    padding: 3vw;
}

.services_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.services_item {
    width: 190px;
    min-width: calc(25% - 2em);
    margin: 0 0.5em 1em;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    transition: .3s all ease;
    flex-grow: 1;
}

.services_img {
    /* background: #444141; */
    /* background: linear-gradient(333deg, rgba(252, 237, 198, 1) 0%, rgba(252, 237, 198, 1) 22%, rgba(250, 221, 150, 1) 22%, rgba(250, 221, 150, 1) 36%, rgba(246, 193, 61, 1) 36%, rgba(246, 193, 61, 1) 100%); */
    border-radius: 0;
    padding: 1em;
    min-width: 136px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .2s all ease;
    backface-visibility: hidden;
}

.services_img img {
    width: 90%;
    height: auto;
    max-width: 63px;
}

h5.services_title {
    color: var(--mr-color-dark);
    /* margin-top: 1em; */
    font-size: 1.1em;
    line-height: 1;
    font-family: 'bebas neue';
    text-transform: uppercase;
    font-weight: 400;
}

p.services_description {
    font-size: .9rem;
    color: black;
    line-height: 1;
}

.services_wrapper a:hover .button {
    transform: scale(1.01);
    box-shadow: 0px 0px 4rem rgb(0 0 0 / 20%) inset;
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 3em 0;
    padding: 1.2em 3em;
    width: auto;
}

.services_info {
    padding-top: 2em;
}

.mceContentBody .services_list a {
    color: black;
}

section#secondary-content .services_list a {
    color: black;
}

@media (max-width: 991px) {
    .services_list a {
        width: 25%;
    }
}











/* ------------- 
    9. Buttons 
 --------------- */

a.btn {
    background: var(--mr-color-primary);
    color: white;
    font-family:
        var(--mr-font-accent);
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 1em;
    text-decoration: none;
}

.large_btn {
    color: #8cc83a;
    padding: 1.5em 1.9em;
    display: block;
    font-family: var(--mr-font-main);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.outline {
    border: .2em solid;
}

a.link_btn {
    color: white;
    /* font-weight: 900; */
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin: 0 .5em;
}

a.link_btn i {
    border-radius: 50%;
    color: white;
    font-size: 0.65em;
    margin-right: 0.5em;
}












/* -----------------
    10. Secondary 
 ------------------- */


#secondary header#home {}


#secondary .mr-navbar-inner {
    /* height: 12vw; */
}

#secondary .mr-navbar-inner {
    /* background-image: url(/images/headerbackground.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-repeat: repeat; */
}

#secondary h1.logo .desktop {
    /* padding-top: 10%; */
    /* width: 10vw; */
}

body#secondary #banner h1 {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

body#secondary #banner {
    /* height: calc(3.9em + 8.6em); */
    /* padding-top: 8.6em; */
}

body#secondary h1,
body#secondary h2,
body#secondary h3,
body#secondary h4,
body#secondary h5,
body#secondary h6 {
    /* color: rgb(0, 0, 0); */
}

#secondary main.page-content {
    /* padding-top: 12vw; */
}


/* --------------------
    11. Page Listings 
 ---------------------- */


ul.sitemap li>a,
.search_result_link {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    background: #f0f0f0;
    box-shadow: 3px 3px 10px #00000029;
    padding: 0.5em;
    border: 3px solid transparent;
    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;
    border: 0;
    font-weight: 700;
}

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: '\f073';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-right: 0.3em;
}

.result_events_details>div {
    margin-right: 2rem;
    color: var(--mr-color-contrast);
    font-size: 1rem;
}

/* --------------------
    12. Additional 
 ---------------------- */








/* ----------------
    13. Custom 
 ------------------ */




footer.page-footer header {
    margin-top: 1em;
}





.contactbar_item {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.contactbar_item .info {
    font-size: 1em;
    padding: 0 0 1em 0;
}

.contactbar_item .info a {
    font-size: 1.8em;
}

.services_list {
    font-size: 1.2em;
}

h2 {
    font-size: clamp(24px, 3vw, 1.9em);
}

h3 {
    font-size: clamp(20px, 1.9vw, 48px);
    font-family: 'Bebas Neue';
}



main.page-content {}

#secondary main.page-content {
    padding-top: 0 !important;
}

.services_list li {
    padding-top: 1em;
}

section#services .services_info .large_btn {
    width: 100%;
}

.mr-navbar-contact {
    display: none;
}

.footer_hours {
    margin: 2em 0;
}

.footer_copyright p {
    font-size: .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;
}



.services_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 {
    /* background:#da9c60; */
    color: black;
}

.calendar_dropdown:hover .new_dropdown,
.facebook_dropdown:hover .new_dropdown {
    display: block;
}


.header_social {
    display: none;
}

.logo a {
    display: block;
    width: auto;
    transform: translate(0, 0%);
}

.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;
    background: var(--mr-color-primary);
    justify-content: stretch;
    border: 1px solid #272764;
}

.contact-info.inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    vertical-align: middle;
    flex-direction: row;
    flex-direction: column;
    /* align-items: flex-start; */
}

.inline *[class^="contact_"]+*[class^="contact_"] {
    margin: 0;
    border-right: none;
    margin-left: 0;
    /* padding-left: 2.5rem; */
}




.footer_map {
    position: relative;
    height: 100%;
    width: 100%;
}

div#map_canvas {
    min-height: 320px;
    width: 600px;
    position: absolute !important;
    inset: 0;
}




.sitemap_pageurl {
    color: darkgray;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 0.3rem;
    /* font-style: italic; */
}

/* Loading spinner */


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--mr-color-accent);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--mr-color-accent) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}








/* REMOVE WHEN GALLEY GETS ADDED */
.images_icon::before {
    content: '\f03e';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

.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
}

.contact_phone {}



section#insights {
    background: #f6c13d;
    padding: 2vw 0vw;
    overflow: hidden;
}

.insights_wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    /* overflow-x: auto; */
}

.insights_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    padding: 0 1vw;
    width: 20%;
    min-width: 130px;
}

span.counter {
    font-family: var(--mr-font-accent);
    font-weight: 400;
    font-size: 3.5rem;
    font-size: clamp(25px, 2.5vw, 48px);
}

.label {
    font-family: var(--mr-font-heading);
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 18px);
}

.insights_item+.insights_item {
    border-left: 1px solid black;
}

.page-content h2:after,
.page-content h3:after {
    /* content: ''; */
    background: #f6c13d;
    height: 4px;
    width: 3.5em;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 2px;
}

.sidescrollable.enabled::-webkit-scrollbar {
    display: none;
}

.sidescrollable.enabled {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    transition: all 0.2s;
    transform: scale(1);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.sidescrollable.enabled.active {
    /* background: rgba(255, 255, 255, 0.3);*/
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
}

.services_details {
    padding: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    min-width: 60%;
}

span.services_link {
    color: black;
    font-size: 1em;
    position: relative;
}

span.services_link:after {
    content: '';
    height: 1px;
    background: #4e4e4e;
    width: 0px;
    display: block;
    transition: .3s all ease;
    opacity: 0;
}

.services_item:hover span.services_link:after {
    width: 100%;
    opacity: 1;
}

h2+h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(28px, 3vw, 1.9em);
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
}

h2.pre {
    font-size: 1rem;
    font-family: 'muli';
    margin-bottom: 0;
    padding-bottom: 0;
}

h2.pre:after {
    display: none;
}

section.footer_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_box {
    background: #0000009e;
    border-radius: 0.5em;
    padding: 1.2rem 1em;
    width: 100%;
    font-family: 'muli';
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    line-height: 1.7;
}

.applinks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.applinks a {
    margin: 0 1rem;
}

.applinks_wrapper {
    font-size: 13px;
    line-height: 1.2;
}

.applinks_wrapper h2:after {
    display: none;
}

.applinks_wrapper h2 {
    border-bottom: 1px solid #f6c13d;
    padding-bottom: 0.5rem;
    margin-bottom: 0.7rem;
    margin-top: -0.3rem;
    font-size: 1.3rem;
}

.applinks_wrapper p {
    padding: 0 .5rem;
}

.applinks img {
    border-radius: 8px;
}

footer *[class^="contact_"] {
    border-right: none;
    padding-bottom: 0.5rem;
    display: block;
}

.insights_item h3:after {
    display: none;
}

@media (max-width: 767px) {


    .mr-navbar-upper .contact-info.inline {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .mr-navbar-upper .contact-info.inline *[class^="contact_"] {
        /* border-right: none; */
        /* padding: 0 1rem 0.6rem 2rem; */
        /* font-size: 15.3px; */
        /* border-bottom: 1px solid #4c4c4c; */
        /* width: 100%; */
        /* margin-top: 0.5rem; */
    }

    .mr-navbar-upper {
        max-width: 200px;
    }

    .mr-navbar-upper .contact-info.inline *[class^="contact_"] a {
        color: white;
    }

    .mr-navbar-upper .contact-info .social_links a.fa-facebook:after {
        content: 'Facebook (Official)';
        font-family: 'Muli';
        font-size: 1rem;
        color: white;
        text-decoration: underline;
        margin-left: .5rem;
    }

    ul.social_links.list-inline {
        padding-left: 0.5rem;
        margin-top: 0.3rem;
        width: 100%;
        padding-bottom: 0.3rem;
    }

    .mr-navbar-upper .contact-info .social_links a {
        font-size: 1rem;
    }
}

@media (max-width: 566px) {
    .services_list a {
        /* width: 100%; */
        /* display: flex; */
        /* align-items: center; */
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 2em;
    }

    .services_list a span.services_img {
        /* max-width: 60px; */
        /* max-height: 60px; */
        margin: 0;
        /* margin-right: 1em; */
    }

    section#services {
        color: white;
        padding: 3em 1.6em 1em 1.6em;
    }
}


@media (max-width: 433px) {
    .services_item {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .services_img {
        flex-grow: 1;
    }
}

footer *[class^="contact_"]:before {
    line-height: 1.7;
}

*+h2 {
    margin-top: 1em;
}

a.more_section_link {
    background: #ebebeb;
    /* background: black; */
    display: block;
    padding: 1rem;
    text-decoration: none;
    margin-bottom: 0.2rem;
    position: relative;
}

a.more_section_link .more_section_pageurl {
    display: none;
}

a.more_section_link h2 {
    text-decoration: none;
    margin: 0;
    font-size: 1.1rem;
    padding: 0;
    white-space: nowrap;
}

a.more_section_link h2::after {
    content: '-';
    position: relative;
    bottom: auto;
    display: inline;
    background: transparent;
    margin: 0 .5rem;
}

a.more_section_link p {
    margin: 0;
    color: grey;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2rem;
}

.more_section_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.more_section_link::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    padding: 1rem;
    top: 0;
    transform: translate(-50%, 0px);
    opacity: 0;
    transition: .3s all ease;
    color: #a3a3a3;
    z-index: 999;
}

a.more_section_link:hover::after {
    transform: translate(0%, 0px);
    opacity: 1;
}

a.more_section_link:hover {
    box-shadow: inset 0 0 0 2px orange;
}

.more_section h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.more_section {
    margin-top: 2rem;
}

a.more_section_link.active {
    display: none;
}

ul.level-0.mr-navbar-nav li a {

    display: block;
}

ul.level-2.mr-navbar-dropdown {
    list-style: none;
    padding: 0;
    padding-left: 0.75rem;
}

ul.level-0.mr-navbar-nav li a {
    font-size: 0.95rem;
    display: block;

}

img.background_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner_caption {
    position: relative;
    z-index: 1;
}

.button {
    border: 1px solid black;
    border-radius: 1.2rem;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 1.2rem;
    width: fit-content;
    padding: .15rem 2rem;
    margin: auto;
    color: black;
    line-height: 1.3;
    padding-top: 0.5rem;
    transition: .3s all ease;
    backface-visibility: hidden;
    box-shadow: 0px 0px 4rem rgb(245 230 25 / 0%) inset;
    text-decoration: none !important;
}

a.services_item:hover {
    text-decoration: none;
}

.services_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

section#homemain>div {
    width: 50%;
    /* height: 100%; */
    flex-grow: 1;
    position: relative;
    min-width: 300px;
}

section#homemain {
    display: flex;
    /* flex-direction: column; */
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.hero_img {
    width: 100%;
    object-fit: cover;
    object-position: right;
    min-width: 420px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
}

.banner_caption h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 3px 3px 10px #00000080;
    font-size: 3.7rem;
    /* max-width: 875px; */
    margin: auto;
    padding: 0 1.5rem 1.5rem;
}

.banner_caption .easyedit_editable {
    max-width: 1085px;
    margin: auto;
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-primary {
    border: 3px solid white;
    box-shadow: 5px 5px 10px #00000030, -3px -3px 16px #00000030 inset;
    background: #f5e619;
    color: var(--mr-color-primary);
    margin: 0 1rem;
}

.btn-row {
    padding: 2rem 0 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-row .button {
    margin-bottom: 1rem;
}

footer h2 {
    color: var(--mr-color-secondary);
    font-weight: 400;
}

footer h3 {
    color: white;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 2rem;
    padding-top: 1rem;
}

section.footer_content>div {
    width: 50%;
    position: relative;
    min-width: 300px;
    flex-grow: 1;
}

.footer_content_inner {
    padding: 3vw 4vw;
}

div#map_canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home_img_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: grey;
}

.footer_social a {
    background: var(--mr-color-secondary);
    display: inline-block;
    margin-right: 1rem;
    padding: .5rem;
    border-radius: 50%;
    text-shadow: 1px 1px 3px black;
    text-decoration: none !important;
}

.hero_img_wrapper {
    width: 80%;
    min-width: 314px;
    height: 22vw;
    min-height: 140px;
    position: relative;
}

.breadcrumbs ul {
    list-style: none;
    display: flex;
    font-family: 'Bebas Neue';
    padding: 0;
}

.breadcrumbs ul li {
    margin-right: 2.1rem;
    position: relative;
}

.breadcrumbs ul li+li::before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 0.7rem;
    left: -1.25rem;
    line-height: 2.4;
}

ul.mr-nav-tiles li {
    width: calc(25% - 1rem);
    margin: 0 0.5rem 1rem;
    min-width: 260px;
    display: flex;
}

ul.mr-nav-tiles {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0 -.5rem;
}

ul.mr-nav-tiles a {
    box-shadow: 0 0 0 3px rgb(255 255 255) inset, inset 0 0 0 0.4rem #0232b2, 0 0.4rem 1rem rgb(0 0 0 / 20%);
    border: 1px solid #0232b2;
    padding: 1rem 3rem 1rem 1rem;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 1rem;
}

span.pagename {
    font-family: 'Bebas Neue';
    display: block;
    font-size: 1.4rem;
    color: var(--mr-color-primary);
    line-height: 1;
    margin-top: 0.2rem;
}

span.pagedescription {
    font-size: 0.8rem;
    color: black;
    display: block;
    line-height: 1.2;
}

ul.mr-nav-tiles a::after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 0.8rem;
}

h3.nav_header {
    font-weight: 400;
    color: var(--mr-color-primary);
    margin-top: 2rem;
    display: none;
}

.home_img_inner img {
    height: 50%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}