header {
    /* box-shadow: 0 2px 18px #0000003d; */
    position: fixed !important;
}

.mr-navbar-brand {
    width: calc(100%);
    background: #2c2c2c;
    top: 0;
    box-shadow: 0 2px 18px #0000003d;
    z-index: 9;
}

ul.level-0.mr-navbar-nav li a {
    font-size: 1.1rem;
    height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

span.subnav_toggle {
    background: #000000b0;
    color: var(--mr-color-accent);
}

ul.level-1.mr-navbar-dropdown {
    background: #000000;
    padding: 0;
}

.span.subnav_toggle {
    background: #b0b0b02b;
}

ul.level-0.mr-navbar-nav li.has_subnav>a {
    padding-right: 4.25rem;
    /* display: block; */
}

ul.level-0.mr-navbar-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    height: 100%;
    /* box-shadow: 0 0 10px black; */
}

.mr-navbar-upper_left {
    padding: 1rem;
    display: none;
}

.contact_phone {
    display: block;
    padding: 0.4rem;
    background: #01977c;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1rem;
}

.header_inner {
    background: white;
    height: 58px;
    position: absolute;
    z-index: 999999999999999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact_phone a {
    display: block;
    text-align: center;
    color: white;
    font-size: 1.1rem;
}

.contact_phone::before {
    position: relative;
    display: inline;
    margin: 1.1px;
}

header ul.navigation_extra a {
    padding: 0.9rem 2rem;
    display: block;
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 900;
}

header ul.navigation_extra a.features_nav_item {
    padding: 1rem;
}

header ul.navigation_extra a i {
    margin-right: 0.7rem;
}

header ul.navigation_extra a::before {
    color: #604b37;
}

.social_links {
    width: 100%;
    justify-content: center;
    padding: 1rem;
}

header .social_links li a:before {
    font-size: 3rem;
}

ul.level-0.mr-navbar-nav li {
    position: relative;
    width: 100%;
    /* border-bottom-width: 5px; */
    border-bottom-style: solid;
    /* border-bottom-color: #f76c00; */
}

span.alert_readmore span {
    display: none
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.swiper-slide>img {
    position: relative !important;
    height: auto;
    /* max-height:300px; */
    flex-grow: 1;
}

.slideshow_caption {
    min-width: auto !important;
    width: 100% !important;
    height: auto !important;
    background: #00000026 !important;
    position: absolute !important;
    !i;
    !;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slideshow_caption p {
    font-size: 1rem !important;
}

.swiper {
    width: 100%;
    /* padding-bottom: 2.2rem !important; */
}

ul.level-0.mr-navbar-nav li li a {
    color: var(--mr-color-accent-contrast);
}

.services_title_wrapper>div h2 {
    font-size: 7.7vw;
}

.services_tabs_wrapper .services_tab {
    font-size: 0.85rem;
}

.mr-navbar-dropdown.show .mr-navbar-dropdown.show {
    background: #dddddd;
}

.mr-navbar-dropdown {
    height: 0;
    overflow: hidden;
}

span.subnav_toggle:before {
    content: '\f0d7';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    transition: .2s all ease;
}

.mr-navbar-dropdown.show {
    display: block !important;
    height: auto !important;
    padding-left: 0 !important;
    box-shadow: inset 0 0px 20px 0 #0000002b;
    padding: 0rem 0;
}

span.subnav_toggle.active:before {
    transform: rotate(-180deg);
}

ul.level-0.mr-navbar-nav li li a {
    font-size: clamp(16px, 1vw, 16px);
    font-family: var(--mr-font-main);
    font-weight: 400;
    color: var(--mr-color-dark);
}

li.navitemid-26.has_subnav {
    position: relative !important;
}

@media (max-width: 602px) {


    section#events {
        order: 3;
    }

    section#homemain {
        order: 4;
    }

    section#banner {
        /* order: 1; */
    }

    section#sections {
        order: 2;
    }

    section#gallery {
        order: 5;
    }
}

ul.level-0.mr-navbar-nav li li a {
    color: var(--mr-color-accent-contrast);
}

.slideshow_caption h1 * {
    font-size: 5vw !important;
    margin-bottom: 0;
}


.slideshow_caption h1 {
    font-size: 5vw !important;
    margin-bottom: 0 !important;
}

.slideshow_caption h2 {
    margin: 0 !important;
    font-size: 3.2vw;
}

section#slideshow {
    height: 60vw;
    position: relative;
    min-height: 0;
}

li.current.current-item.current.current-parent:before {
    background: grey;
}

.scroll-down {
    display: none;
}

.swiper-pagination {
    height: 5px;
    width: 100%;
    margin: 0;
    bottom: 0 !important;
    background: black;
    display: flex !important;
}

.swiper-pagination > span {
    flex-grow: 1;
    margin: 0 !important;
}


ul.level-0.mr-navbar-nav > li+li::before {
    display: none;
}