/* CSS Document */
@import "bootstrap.css"; @import "fontawesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Cherry+Cream+Soda|Yesteryear|Open+Sans:400,700'); body {
    font-family: "open sans";
    /* max-width: 98%; */
}

table {
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Cherry Cream Soda";
    font-weight: 400;
    text-transform: uppercase;
}

main.page-content {
    /* position: relative; */
    background: antiquewhite;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6d1be+0,c4beb0+100 */
    background: rgb(214,209,190);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214,209,190,1) 0%,rgba(196,190,176,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(214,209,190,1)),to(rgba(196,190,176,1)));
    background: linear-gradient(to bottom, rgba(214,209,190,1) 0%,rgba(196,190,176,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d1be', endColorstr='#c4beb0',GradientType=0 );
    /* IE6-9 */
    z-index: 0;
    padding-top: 25vw;
}

header {
    width: 100%;
    /* height: 25vw; */
    background: rgb(213, 208, 189);
    /* box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); */
    z-index: 32;
    background-position: bottom left;
    position: absolute;
}

.mr-navbar-subpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.stuckbackground span {
    background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(39,112,181,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(39,112,181,1)),color-stop(50%, rgba(39,112,181,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(39,112,181,1) 0%,rgba(39,112,181,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770b5', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 32vw;
}

.stuckbackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

img.mobile {
    display: none;
}

.mr-navbar-nav-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul.level-0.mr-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.7vw;
    text-transform: uppercase;
    font-weight: 700;
    font-family: raleway;
    padding: 0;
    margin: 0;
    height: 100%;
}

ul.level-0.mr-navbar-nav li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    font-size: 1.1vw;
    text-align: center;
    white-space: nowrap;
    border-left: 2px solid rgba(159, 155, 144, 0.56);
}

ul.level-0.mr-navbar-nav a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a09d91;
    /* flex-direction: column; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
}

ul.level-0.mr-navbar-nav a:hover {
    text-decoration: none;
    color: rgb(111, 104, 86);
    -webkit-transform: translateY(.5em);
            transform: translateY(.5em);
}

ul.level-0.mr-navbar-nav a:hover:before {
    text-decoration: none;
    color: rgb(111, 104, 86);
    -webkit-transform: translate(-50%, 0) scale(1.1);
    transform: translate(-50%, 0) scale(1.1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    left: 50%;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: .3vw;
    background-color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: .3vw;
    background-color: #085dad;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a span {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(255, 255, 255);
    font-family: "Cherry Cream Soda";
    font-weight: 400;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7vw 1.1vw;
}

.mr-navbar-inner {
    padding: 0;
    width: 100%;
    height: 14.5vw;
    z-index: 2;
    
    /* FF3.6-15 */
    
    /* Chrome10-25,Safari5.1-6 */
    
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    /* IE6-9 */
    min-height: 58px;
    height: 10.3vw !important;
}

.bottom_curve {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

a.phone {
    height: calc(50% + 0.7em);
    background: #8cc83a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2vw;
    color: white;
    font-family: raleway;
    font-weight: 700;
    padding: 0.2em 0.5em 0.3em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    box-shadow: 0 0 0 #000;
}

a.phone:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    box-shadow: 0 10px 20px #0000002e;
}

h1.logo .desktop {
    width: 14vw;
    min-width: 45px;
}

.bottom_curve img {
    width: 102%;
    margin: 0 -1%;
}

.header_backdrop {
    height: 16.7vw;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.mr-navbar-wrap {
    position: relative;
    margin-top: -2vw;
    z-index: 1;
    width: 100%;
    background: url(/images/texture_light.jpg);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

.footer_copyright p {
    margin: 0;
    font-size: 1.4vw;
}

.footer_copyright a {
    color: rgb(200, 194, 179);
    text-decoration: underline;
}

section#contactbar {
}

.header_backdrop .background {
    background-image: url(/images/headerbackground.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.col-6.padding.verticalspacing {
}

.padding {
    padding: 2vw 4vw;
}

h1 {
    font-size: 4vw;
    text-transform: none;
}

h2 {
    font-size: 2.6vw;
    white-space: normal;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {
    margin-right: -4vw;
}

.services_info h2, .slogan h3, .slogan h2 {
    color: #FFF;
}

.signupform form {
    background: white;
    box-shadow: 0 2vw 110px rgba(0, 0, 0, 0.15);
}

.signupform header {
    background: #8cc83a;
    color: white;
    padding: 1.2em 1.6em;
}

.signupform header h4 {
    color: white;
}

.signupform main {
    padding: 1.2em 1.6em;
}

.signupform header p {
    margin: 0;
    line-height: 1.1;
}

.signupform footer button {
    padding: 1.6em;
    width: 100%;
    background: #085dad;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 700;
    letter-spacing: .1em;
}

h4 {
    font-size: 1.36em;
}

.signupform input, .signupform textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 0.8em;
    margin-bottom: 0.5em;
}

.stock_pointing {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 1em;
}

.signupform {
    position: relative;
    z-index: 1;
}

.verticalspacing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.aboutus {
}

.large_btn {
    color: #8cc83a;
    padding: 1.5em 1.9em;
    display: block;
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.outline {
    border: .2em solid;
}

.aboutus p {
    /* margin-bottom: 2em; */
}

.stock_pointing img {
    width: 70%;
}

.aboutus h3 {
    color: #31c3e7;
    padding: 1vw 0;
}

section#about > div {
    padding-bottom: 2em;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: raleway;
    font-weight: 700;
}

.contactbar_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.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;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

section#services {
    background-image: url(/images/servicesbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.services_list {
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    height: 100%;
}

.services_list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 3em 0;
    padding: 1.2em 3em;
    width: auto;
}

.services_info {
    padding-top: 2em;
}


footer.page-footer {
    background: #9e9a8d;
    color: white;
    font-family: "open sans";
}

footer.page-footer ul {
    border-top: 1px solid #999999;
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
}

footer.page-footer ul li {
    border-bottom: 1px solid #999999;
    padding: .4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.page-footer ul li span + span {
}

.footer_hours {
    background: #555565;
    padding: 1em;
    border-radius: 0.4em;
    height: 100%;
}

.footer_hours header {
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0.6em;
    font-size: 1.5em;
    font-weight: 400;
}

.footer_hours a {
    color: #92C6FF;
}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
    height: auto;
    position: relative;
    -webkit-transform: translate(0);
            transform: translate(0);
    top: 0;
    padding: 0;
}

.footer_contact .logo img {
    max-width: 70%;
}

.footer_contact > ul a {
    color: #FFF;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.footer_copyright {
    background: #4e4b46;
    text-align: center;
    padding: 0.5em;
}

footer.page-footer {
}

.footer_hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mr-navbar-toggle {
    display: none;
}

h1,h2,h3,h4,h5,h6 {
    color: rgb(255, 255, 255);
}

h1.logo {
    background-size: 100%;
    background-position: BOTTOM;
    background-repeat: no-repeat;
    height: 10vw;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
    padding-left: 3.8vw;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    font-weight: 400;
}

span.logo-pre {
    font-family: "Cherry Cream Soda";
    font-size: 0.35em;
    text-transform: uppercase;
    position: absolute;
    top: -1.2em;
    width: 100%;
    text-shadow: 3px 3px 10px #528ab9;
}

span.logo-main {
    font-family: "Yesteryear";
    position: absolute;
    font-size: 2.5em;
    top: 0;
    text-shadow: 5px 5px 10px #0000004a;
}

a.mr_underline {
    color: inherit;
    text-decoration: none;
    position: relative;
}

a.mr_underline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -0.2em;
    left: 0;
    display: block;
    border-bottom: 0.1em solid;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

a.mr_underline:hover:after {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

li a:before {
    font-family: icomoon;
    position: absolute;
    bottom: 2.5vw;
    font-size: 6vw;
    font-weight: 400;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    height: 6vw;
    line-height: 6vw;
    left: 50%;
    transform: translate(-50%, 0);
}

li.navitemid-4 a:before {
    content: '\e900';
}

li.navitemid-5 a:before {
    content: '\e903';
}

li.navitemid-6 a:before {
    content: '\e905';
}

li.navitemid-7 a:before {
    content: '\e904';
}

li.navitemid-8 a:before {
    content: '\e901';
}

li.navitemid-9 a:before {
    content: '\e902';
}

.page {
    position: relative;
}

.mr-navbar-brand {
    position: absolute;
    height: 100%;
    width: 100%;
}

ul.mist_feats_wrap.padding {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

footer h1 {
    font-size: 1em;
    position: relative;
    height: 3.7em;
    top: 0;
    -webkit-transform: translate(0,0%);
            transform: translate(0,0%);
}

.page {
    position: relative;
}

.mr-navbar-brand {
    position: absolute;
    height: 100%;
    width: 100%;
}

footer span.logo-pre {
    text-shadow: 1px 1px 5px #4e4b46;
    font-size: 0.5em;
    top: 0;
}

.footer_contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
}

footer span.logo-main {
    bottom: 0;
    top: auto;
}

.contact_email:before {
    content: '\f0e0';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background: white;
    border-radius: 50%;
    color: rgb(158, 154, 141);
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact_fax:before {
}

.contact_fax:before {
    content: '\f1ac';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(158, 154, 141);
    padding: 0.5em;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact_phone:before {
    content: '\f095';
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(158, 154, 141);
    padding: 0.5em;
    margin-right: 0.5em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer_contact li {
    padding-left: 3em !important;
    position: relative;
}

.contact_phone span {
    display: block;
}

footer.page-footer ul li > div:hover:before {
    color: rgb(78, 75, 70);
}

.footer_contact > ul a:hover {
    color: rgb(78, 75, 70);
}

ul.mist_feats_wrap li {
    width: 400px;
    max-width: 100%;
    padding: 1em;
}

.mist_feats_ico img {
    width: 100%;
    height: auto;
}

.mist_feats_cap {
    font-family: "Cherry Cream Soda";
    text-transform: uppercase;
    color: white;
    padding-top: 1em;
}

header.is_stuck .mr-navbar-wrap {
    position: fixed;
    top: 0;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

ul.mist_feats_wrap.padding {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 1700px;
}

footer h1 {
    font-size: 1em;
    position: relative;
    height: 3.7em;
    top: 0;
    -webkit-transform: translate(0,0%);
            transform: translate(0,0%);
}

.page {
    position: relative;
}

.mr-navbar-brand {
    position: absolute;
    height: 100%;
    width: 100%;
}

footer span.logo-pre {
    text-shadow: 1px 1px 5px #4e4b46;
    font-size: 0.5em;
    top: 0;
    position: relative;
    display: block;
}

.footer_contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100%;
}

footer span.logo-main {
    bottom: 0;
    top: auto;
    position: relative;
}

.contact_email:before {
    content: '\f0e0';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background: white;
    border-radius: 50%;
    color: rgb(158, 154, 141);
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact_fax:before {
}

.contact_fax:before {
    content: '\f1ac';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(158, 154, 141);
    padding: 0.5em;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact_phone:before {
    content: '\f095';
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(158, 154, 141);
    padding: 0.5em;
    margin-right: 0.5em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer_contact li {
    padding-left: 3em !important;
    position: relative;
}

.contact_phone span {
    display: block;
}

footer.page-footer ul li > div:hover:before {
    color: rgb(78, 75, 70);
}

.footer_contact > ul a:hover {
    color: rgb(78, 75, 70);
}

ul.mist_feats_wrap li {
    width: 400px;
    max-width: 100%;
    padding: 1em;
}

.mist_feats_ico img {
    width: 100%;
    height: auto;
    max-width: 45vw;
}

.mist_feats_cap {
    font-family: "Cherry Cream Soda";
    text-transform: uppercase;
    color: white;
    padding-top: 1em;
}

.header_backdrop {
}

header.is_stuck li a:before {
    font-size: 3vw;
    bottom: 2.4vw;
    height: 3vw;
    line-height: 3vw;
}

header.is_stuck .mr-navbar-inner {
    height: 7.4vw !important;
    -webkit-transition: .3s height ease;
    transition: .3s height ease;
}

#contactform {
    width: 100%;
}

#contactform tbody tr:first-of-type td {
    padding-top: 12px;
}

#contactform tbody tr:last-of-type td {
    padding-bottom: 12px;
}

#contactform td input[type="text"], #contactform td input[type="email"], #contactform td textarea {
    padding: 5px 8px;
    width: 100%;
    max-width: 570px;
    margin-bottom: 8px;
}

#contactform td input[type="text"], #contactform td input[type="email"] {
    max-width: 400px;
}

#contactform tr td {
    display: block;
    width: 100%;
}

#contactform tr td:first-child, #contactform tr:last-of-type td {
    min-width: 85px;
    text-align: left;
    padding-left: 10px;
}

.youtubewrapper {
    position: relative;
    padding-bottom: 54.95%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.youtubewrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form#contactform input, form#contactform textarea {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    background: rgba(0, 0, 0, 0.17);
    padding: 0.5em;
    border: none;
    color: white;
}

.contact_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#contactform button {
    width: 100%;
    margin-left: 1em;
    background: white;
    border: 0;
    font-family: "Cherry Cream Soda";
    color: rgb(160, 157, 145);
    text-transform: uppercase;
    padding: 0.8em;
}

#contactform button:hover {
    color: rgb(78, 75, 70);
}
footer a.location {
    display: block;
    color: white;
    position:relative;
}
footer a.location:before {
    content:'\f3c5';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    padding-right:.5em;
    position:absolute;
    left:-1em

}
@media (min-width: 1200px) {
    body {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 1.4vw;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    h1.logo {
        background: NONE;
        position: fixed;
        top: 0;
        -webkit-transform: translate(0);
                transform: translate(0);
        font-size: 21.6px !important;
        padding-left: 12px;
        width: auto;
    }

    header h1.logo .logo-pre {
        display: none;
    }

    .mr-navbar-nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background: rgba(0, 83, 161, 0);
        z-index: 999;
        /* display: none; */
        visibility: hidden;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }

    ul.level-0.mr-navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: calc(12px + 4vh);
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2vw;
        padding-top: 60px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate(0,100px);
                transform: translate(0,100px);
        -webkit-transition: .0s all ease;
        transition: .0s all ease;
    }

    .showmenu ul.level-0.mr-navbar-nav {
        -webkit-transition: .3s all .2s ease;
        transition: .3s all .2s ease;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate(0,0px);
                transform: translate(0,0px);
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    }

    ul.level-0.mr-navbar-nav li {
        margin: 2vh 2vw 4vh;
        position: relative;
        width: 45%;
        height: 24vh;
        font-size: 16px;
        white-space: normal;
        text-align: center;
        border-left: 0;
    }

    ul.level-0.mr-navbar-nav a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        padding: 1em;
        background: url(/images/texture_light.jpg);
        height: 100%;
        width: 100%;
        border-radius: 5px;
        box-shadow: 1px 1px 10px #00000057;
        position: relative;
    }

    header li a:before {
        position: relative !important;
        display: block;
        top: auto;
        font-size: 14.7vw !important;
        height: 19.3vw !important;
        line-height: 19.3vw !important;
        max-height: 17vh;
        left: 0;
        transform: translate(0, 0);
    }

    ul.level-0.mr-navbar-nav li a span {
        background: transparent;
        text-align: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
    }

    span#nav_slide_hover_bg {
        display: none;
    }

    span#nav_slide_hover {
        display: none;
    }

    li.current.current-item:after {
        content: none;
        border-bottom: 3px solid white;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mr-navbar-subpanel {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background: rgba(150, 198, 216, 0.76);
    }

    .bottom_curve {
        display: none;
    }

    .slogan {
        margin: 0;
        padding-top: 1em;
        text-align: center;
    }

    .aboutus {
        /* background: white; */
        /* margin: 0 -6vw; */
        /* padding: 6vw; */
        /* border-radius: 1em; */
    }

    .easyedit_editable img {
        margin: 0 auto 1em !important;
        float: none !important;
        display: block;
    }

    .stock_pointing img {
        display: none;
    }

    .contactbar_item {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                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: 6.3vw !important;
    }

    h3 {
        font-size: 1.2em;
    }

    .mr-navbar-inner {
        position: fixed;
        width: 100%;
        background: url(/images/headerbackground.png);
        background-size: cover;
        z-index: 9999;
        box-shadow: 0 5px 20px #0000003d;
        padding: 0;
        top: 0;
        height: 58px !important;
    }

    img.mobile {
        display: block;
        height: 50px;
    }

    img.desktop {
        display: none;
    }

    main.page-content {
        padding-top: 58px;
    }

    .services_list li {
        padding-top: 1em;
    }

    a.large_btn.outline {
    }

    section#services .services_info .large_btn {
        width: 100%;
    }

    .mr-navbar-contact {
        display: none;
    }

    .mr-navbar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgb(159, 156, 144);
        cursor: pointer;
        width: 60px;
        text-align: center;
        position: absolute;
        right: 0;
    }

    .mr-navbar-toggle span:before {
        content: '\f0c9';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: white;
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .showmenu .mr-navbar-toggle span:before {
        content: '\f00d';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: white;
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .mr-navbar-toggle span {
        width: 100%;
        padding: 0.3em;
    }

    .showmenu .mr-navbar-nav-wrap {
        /* display: block; */
        background: rgba(78, 75, 70, 0.81);
        visibility: visible;
    }

    .header_backdrop {
        height: 0;
        max-width: 100%;
        position: absolute;
        width: 100%;
    }

    .header_backdrop:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100vw;
        overflow: hidden;
        height: 200px;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(32,89,154,0) 1%,rgba(255,255,255,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,87,153,0)),color-stop(1%, rgba(32,89,154,0)),to(rgba(255,255,255,1)));
        background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(32,89,154,0) 1%,rgba(255,255,255,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
    }

    .mr-navbar-outer {
        position: fixed;
        z-index: 999;
    }

    .footer_hours {
        margin: 2em 0;
        height: auto;
    }

    .footer_copyright p {
        font-size: .9em;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .g-recaptcha {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transform-origin: left;
                transform-origin: left;
    }

    section#contactbar > .padding {
        padding: 0vw;
    }
}

@media (max-width: 767px) {
    ul.level-0.mr-navbar-nav a:hover:before {
    text-decoration: none;
    color: rgb(111, 104, 86);
    -webkit-transform: translate(0%, 0) scale(1.1);
    transform: translate(0%, 0) scale(1.1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    left: 0;
}
    .contact_col button {
        margin-top: 1em;
        margin-left: 0 !important;
    }

    .contact_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 420px) {
    .g-recaptcha {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transform-origin: left;
                transform-origin: left;
    }
}

@media only screen and (min-width: 591px) {
    #contactform tr td {
        display: table-cell;
        width: auto;
        padding: 4px;
    }

    #contactform tr td:first-child {
        text-align: right;
        width: 25%;
    }
}

@media only screen and (max-width: 590px) {
    #contactform tbody tr:first-of-type td + td {
        padding-top: 4px;
    }

    #contactform tbody tr:last-child td:first-child {
        display: none;
    }
}

/*WebSuite*/
.mceContentBody {
    background: none;
}

.mceListBoxMenu, .mceColorSplitMenu, .mceSplitButtonMenu {
    position: fixed !important;
    top: 51px !important;
}

.mceListBoxMenu>div.mceListBoxMenu, .mceSplitButtonMenu>div.mceSplitButtonMenu {
    position: relative !important;
    top: 0px !important;
}

.border {
    border: 1px solid #000;
    padding: 2px;
}

.heading {
    font-size: 24px;
    font-weight: bold;
}

.defaultSkin .mceText {
    color: #000 !important;
}
body#secondary .page-content {
    z-index: 9;
}

table.calendar td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 14.2%;
    height: 130px;
    background: whitesmoke;
    padding: 0.2em;
    position: relative;
    vertical-align: initial;
    padding-top: 1.6rem;
}

form#public_event_form .row {
    margin: 0;
}

table.calendar {
    border-collapse: separate;
    width: 100%;
    overflow: hidden;
}

a.calevent {
    display: block;
    background: var(--mr-color-primary);
    color: white;
    text-decoration: none !important;
    font-size: 0.7em;
    padding: .2em;
    border-radius: .2em;
    margin-bottom: 0.2em;
    overflow: hidden;
}

span.caleventname {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0em;
}

span.caleventtime {
    font-size: 10px;
    line-height: 1.5;
    display: block;
}

.caldaynum {
    font-size: 0.7em;
    padding: 0.35em;
    position: absolute;
    top: 0;
    font-weight: 900;
}

td.calnodates {
    background: white !important;
}

table.calendar th {
    font-size: 0.7em;
    text-align: center;
}

.calendar-month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: grey;
    margin-bottom: 2rem;
}

.monthdropdown_options_inner {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    background: white;
    overflow: hidden;
    border-radius: .5em;
}

.monthdropdown_options_inner a {
    padding: 0.4em 1.9em;
    font-size: 1rem;
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;
    font-weight: 900;
}

.monthdropdown_options_inner a:hover {
    background: var(--mr-color-accent);
}

.monthdropdown_options:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.monthdropdown_options {
    position: absolute;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: .5em;
    height: auto;
    width: auto;
    top: calc(100% + 0px);
    visibility: hidden;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0px);
}

.monthdropdown_selection,
.calendar-pager h1 {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.monthdropdown,
.calendar-pager {
    position: relative;
    margin-bottom: 1rem;
}

.monthdropdown:hover .monthdropdown_options {
    visibility: visible;
}

.event_pager a {
    background: #a09d91;
    text-decoration: none;
    padding: 0.2em 0.6em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    margin-bottom: 1em;
    display: inline-block;
    color: #000000;
}

.event_pager .back:before,
.event_pager .prev:before {
    content: '\f0a8';
    font-family: "FontAwesome";
    font-weight: 900;
    padding-right: .3em;
}

.event_pager .next:after {
    content: '\f0a9';
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: .3em;
}

.event_content {
    padding: 1em 0 2em;
}

a.prevnext {
    font-size: 1.5em;
    color: var(--mr-color-primary);
}

@media (max-width: 991px) {

    table.calendar,
    table.calendar tbody,
    table.calendar tr {
        display: block
    }

    .monthdropdown {
        font-size: 20px
    }

    table.calendar td {
        display:
            block;
        width: 100%;
        max-width: none;
        margin-bottom: .5em;
        height: auto;
        padding: 0.6em;
        padding-top: 2em;
    }

    td.calnodates {
        display: none !important;
    }

    table.calendar th {
        display: none;
    }

    .caldaynum {
        font-size: .9em;
        padding-bottom: 1em;
    }

    a.caleventwrap {
        font-size: 18px;
        line-height: 1
    }

    span.caleventname {
        font-size: 1em;
        line-height: 1.2
    }

    span.caleventtime {
        font-size: .7em;
        line-height: 1.2
    }
}


/* Widget */



.events_item {
    display: flex;
    margin-top: 0.9em;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 5px 10px #00000024;
    color: black;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    background: white;
    margin: 10px 10px;
    flex-grow: 1;
    width: 199px;
    max-width: 480px;
}

.events_description {
    flex-grow: 1;
    color: #20361e;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.events_date {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 5%;
    background: var(--mr-color-secondary);
    padding: 1rem;
    color: black;
    margin-bottom: 15%;
    position: relative;
}

.events_date_month {
    display: block;
    text-transform: none;
    line-height: 1;
    font-weight: 700;
    font-family: var(--mr-font-accent);
}

.events_date_day {
    font-size: 2em;
    line-height: 1;
    font-family: var(--mr-font-heading);
    font-weight: 900;
}

.events_details {
    display: flex;
    width: 100%;
    flex-grow: 0;
    font-size: 0.8em;
    flex-wrap: wrap;
    font-weight: 700;
}

.events_title {
    line-height: 1;
    margin-bottom: 0.6em;
    font-size: 1.5rem;
    text-decoration: underline;
    font-weight: 900;
}

.events_details_location:before,
.event_location:before {
    content: '\f3c5';
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 0.3em;
}

.result_events_date:before,
.event_date:before {
    content: '\f073';
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 0.3em;
}

.events_details>* {
    flex-grow: 1;
    /* width: 100%; */
    min-width: 50%;
    margin-right: 1rem;
}

.events_details_time:before,
.event_time:before {
    content: '\f017';
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 0.3em;
}


a.events_icon::before {
    content: '\f073';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
}

span.calhead_month {
    margin-right: 0.5rem;
}

.event_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    margin: 0 0.4rem;
}

.single_event_details .event_details {
    margin: 0;
}

.event_details>div {
    margin-right: 1.5rem;
}

.calendar-month .prevnext,
.calendar-pager .prevnext {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mr-color-accent);
    text-decoration: none;
}

.monthdropdown_selection i,
.calendar-pager i {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_date {
    background: #a09d91;
    color: var(--mr-color-light);
    text-decoration: none;
    padding: 0.2em 0.6em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    white-space: nowrap;
    /* margin-bottom: 1em; */
    display: inline-block;
    color: #000000;
}


.event_date a {
    /* background: var(--mr-color-accent); */
    color: var(--mr-color-light);
    text-decoration: none;
    border-radius: 5px;
    /* box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); */
    white-space: nowrap;
    /* margin-bottom: 1em; */
    display: inline-block;
    color: #000000;
}

.event_list .event,
.schedule_events .event {
    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;
    color: var(--mr-color-contrast);
    margin-bottom: 1rem;
}


.event_list .event:hover,
.schedule_events .event:hover {
    border: 3px solid var(--mr-color-accent);
}

.event_result_details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event_result_img {
    /* width: 7.4em; */
    /* height: 100%; */
    /* overflow: hidden; */
    position: relative;
    /* margin-right: 1rem; */
}

.event_result_img img {
    width: 7.4em;
    height: 4.5em;
    object-fit: cover;
    object-position: center center;
    display: block;
}

table.calendar td:hover {
    background: var(--mr-color-accent-tint);
    cursor: pointer;
}

.event_description {
    font-size: 1rem;
    margin-left: 0.4rem;
}

.events_day_timetable_hour {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    font-size: 1rem;
    height: 4rem;
    min-height: 1rem;
}

.events_day_timetable_hour .label {
    font-size: 0.9rem;
    position: absolute;
    right: calc(100% + 0.5rem);
    bottom: calc(100% - .6rem);
    color: #c7c7c7;
    white-space: nowrap;
}

.events_day_timetable {
    padding-left: 6rem;
}

.events_day_timetable_hour_inner {
    position: relative;
    height: 4rem;
    z-index: 999;
}

.day_event {
    background: var(--mr-color-accent-tint);
    display: flex;
    position: relative;
    width: calc(100% - 4px);
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    color:
        var(--mr-color-contrast);
    height:
        calc(100% - 0rem);
    box-shadow: 0.3rem 0.3rem 0.6rem #0000001a;
    border: 3px solid transparent;
    cursor: pointer;
}

.events_day_timetable_hour .event_result_details {
    padding: 0rem;
    font-size: 1rem;
}

.events_day_timetable_hour .event_details {
    font-size: 0.9rem;
    line-height: 1;
}

.events_day_timetable_hour.active {
    border-bottom: 1px solid grey;
    height: 4rem;
}

.events_day_timetable_hour.active .label {
    color: #303030;
}

.day_event .event_result_img img {
    height: 100%;
}

.event_day_wrapper {
    padding: 1px 2px 4px 2px;
    position: absolute;
    width: 100%;
}

.events_day_timetable_hour.active::first-of-type {}



.fc-dayGridMonth-view .day_event:hover {
    border: 3px solid var(--mr-color-accent);
    width: fit-content;
    height: auto;
    position: absolute;
    background: var(--mr-color-accent);
    z-index: 9999999;
    top: 0;
    right: auto;
    max-width: none;
}

.day_event h3 {
    line-height: 1.3;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 0.3rem; */
    margin: 0 0.4rem;
}

.event_day_wrapper .event_result_details {
    height: 100%;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    color: var(--mr-color-contrast);
}

.events_day_timetable_hour:first-of-type {
    border-top: 1px solid grey;
}

.calendar-pager {
    display: flex;
}

.calendar_viewoptions_dropdown {
    display: none;
    flex-direction: column;
    box-shadow: 0.2rem 0.2rem 0.6rem #00000054;
    border-radius: 0.5rem;
    padding: .2rem;
    position: absolute;
    z-index: 99999999;
    background: white;
    width: auto;
    min-width: 140px;
    top: calc(100% + .3rem);
}

a.calendar_viewoptions_current {
    height: 3rem;
    padding: 0 1rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    text-decoration: none;
    color: var(--mr-color-contrast);
    background: var(--mr-color-accent);
    cursor: pointer;
}

.calendar-pager h1 {
    flex-grow: 1;
    text-align: left;
    justify-content: flex-start;
    padding-left: 1rem;
    text-transform: none;
    margin: 0 !important;
}

a.calendar_viewoptions_current:after {
    content: '\f0d7';
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    margin-left: 1rem;
}

.calendar-pager h1:after {
    display: none;
}

.calendar_viewoptions_dropdown.show {
    display: flex;
}

.calendar_viewoptions_dropdown>a {
    text-decoration: none;
    padding: 0.3rem;
    color: var(--mr-color-contrast);
}

.calendar_viewoptions_dropdown hr {
    margin: 0.3rem;
}

.calendar_viewoptions_dropdown>a:hover {
    background: var(--mr-color-accent-tint);
}

.events_day_timetable_header {
    height: 5rem;
    border-bottom: 1px solid #e3e3e3;
    padding: .5rem;
}

.events_day_timetable_hour:first-of-type {
    border-top: 1px solid #e3e3e3;
}

.events_day_timetable_labels {
    position: absolute;
}

.events_day_timetable_labels .events_day_timetable_hour,
.events_day_timetable_labels .events_day_timetable_header {
    border: none;
}

.events_week_timetable {
    display: flex;
    flex-direction: row;
    padding-left: 6rem;
}

span.events_day_timetable_header_weekday {
    text-transform: uppercase;
    display: block;
}

span.events_day_timetable_header_date {
    font-size: 2rem;
    line-height: 1;
}

.events_week_timetable .events_day_timetable {
    width: 14.285%;
    padding-left: 0;
    border-left: 1px solid #e3e3e3;
}

.events_week_timetable .event_result_img {
    display: none;
}

.events_week_timetable .event_time {
    display: none;
}

.events_week_timetable .event_description {
    display: none;
}

.events_year_timetable {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.events_year_timetable .calendar,
.events_year_timetable .flex_holder {
    width: 16.6%;
    padding: 1rem;
    min-width: 254px;
}

.events_year_timetable .calendar td {
    height: 1rem;
}

.events_year_timetable .caleventwrap {
    display:
        flex;
    overflow: hidden;
    position: absolute;
    bottom: 0.15rem;
}

.events_year_timetable .calevent {
    max-width: 0.3rem;
    max-height: 0.3rem;
    min-width: 0.3rem;
    min-height: 0.3rem;
    margin: 0.03rem;
    border-radius: 50% !important;
    background: var(--mr-color-accent);
    padding: 0;
}

.events_year_timetable .calevent>* {
    display: none;
}

.events_year_timetable .flex_holder {
    padding-top: 0;
    padding-bottom: 0;
}

.events_year_timetable .caldaynum {
    width: 100%;
    text-align: center;
    left: 0;
}

.event_day_wrapper.small h3,
.event_day_wrapper.xsmall h3 {
    font-size: 1rem;
    margin: 0;
    width: auto;
    overflow: visible;
    margin-left: 1rem;
    line-height: 1.2;
}

.event_day_wrapper.small .event_result_details,
.event_day_wrapper.xsmall .event_result_details {
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.event_day_wrapper.small .event_description,
.event_day_wrapper.xsmall .event_description {
    display: none;
}

.event_day_wrapper:hover {
    min-height: 2rem;
}

.event_day_wrapper.xsmall a>* {
    opacity: 0;
}

.event_day_wrapper.xsmall:hover a>* {
    opacity: 1;
}

.event_day_wrapper.xsmall a:before {
    content: '...';
    opacity: 1;
    font-family: var(--mr-fontawesome);
    font-weight: 900;
    font-size: 1.5rem;
    color: black;
    line-height: 0;
    position: absolute;
    top: -5px;
    left: 0;
    height: calc(100% + 6px);
}

.event_day_wrapper.medium .event_description {
    display: none;
}

.overlap_1 {
    width: 50%;
}

.overlap_2 {
    width: 50%;
    margin-left: 50%;
}

.day_event.no_events {
    background: whitesmoke;
}

a.day_event.no_events:hover {
    border: 3px solid #dddddd;
}

.event_day_wrapper.xsmall:hover a:before {
    opacity: 0;
}

.events_week_timetable h3,
.events_week_timetable .event_details,
.events_week_timetable .event_description {
    margin-left: 0.3rem !important;
    width: calc(100% - .3rem) !important;
}

.event_day_wrapper.small .event_details,
.event_day_wrapper.xsmall .event_details {
    margin-bottom: 0;
    font-size: 0.8rem;
}


.event_list .event_result_details {
    flex-direction: column;
}

.event_list .event_details,
.event_list .event_description {
    margin-left: 0;
}

.monthdropdown {
    margin: 0;
}


/* NEW */

.fc-dayGridMonth-view .fc-day-other {
    /* visibility: collapse; */
    /* visibility: hidden; */
    /* height: 0 !important; */
    background: #f5f5f52b;
    opacity: .5;
}

.fc-dayGridMonth-view table.fc-scrollgrid {
    /* border: 0 !important; */
}

.fc-dayGridMonth-view a.fc-col-header-cell-cushion {
    text-decoration: none;
    color: black;
}

.fc-dayGridMonth-view .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    background: grey;
    white-space: nowrap;
    background: transparent;
    padding: 0.2em;
    position: relative;
    /* border: 2px solid transparent; */
}

.fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff6e;
    /* padding: 0.1em; */
    position: relative;
    width: 14.7%;
    height: 145px;
    /* border: 1px solid #dddddd; */
}

.fc-dayGridMonth-view table.fc-scrollgrid-sync-table {
    /* border-collapse: separate; */
    /* overflow: hidden; */
}

.fc-dayGridMonth-view .fc-daygrid-day-number {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.fc-dayGridMonth-view td,
.fc-dayGridMonth-view th {
    /* border: 0; */
}


.fc-dayGridMonth-view .fc-daygrid-day-top {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0.25rem .5rem;
}

.fc-dayGridMonth-view .fc-day-other .fc-daygrid-day-frame {
    display: none;
}

h2.fc-toolbar-title {
    display: inline-block;
    padding-left: clamp(5px, 2.75vw, 1rem);
    border-bottom: none;
    white-space: nowrap;
    padding-bottom: 0;
}

.fc-toolbar-chunk>div {
    display: flex;
    align-items: center;
}

/* scrollbar fix
.fc-scroller {
    position: relative !important;
}
 */

button.fc-button.fc-button-primary {
    /* width: 3rem; */
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    color: white;
}

.fc-toolbar-chunk button:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fc-toolbar-chunk button:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: inset 0 0 0.9rem rgb(5 52 100 / 50%);
}

.fc-h-event {
    border: 1px solid var(--mr-color-accent);
    border: 1pxsolidvar(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--mr-color-accent);
}

.fc .fc-list-event-dot {

    border: 5px solid --mr-color-accent;
    border: calc(var(--fc-list-event-dot-width, 10px)/ 2) solid var(--mr-color-accent, #3788d8);
}

td.fc-daygrid-day.fc-day.fc-day-today>div {
    background: #ffed8338;
    border: 2px solid #fffdd7;
}

.fc-h-event .fc-event-title {
    text-overflow: ellipsis;
}

.fc .fc-daygrid-day-number {
    padding: 2px;
    text-decoration: none;
    color: grey;
}

.fc-header-toolbar.fc-toolbar {

    display: flex;
    flex-wrap: wrap;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
    /* flex-grow: 1; */
    margin: 0 .5rem 1rem;
    font-family: var(--mr-font-heading);
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button-group {
    /* width: 100%; */
}

@media (max-width: 991px) {
    .fc-header-toolbar.fc-toolbar {
        font-size: 2.75vw;
        display: flex;
        flex-wrap: wrap;
    }

    .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
        flex-grow: 1;
        margin-bottom: 1rem
    }

    .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-button-group {
        width: 100%;
    }
}

.fc-dayGridMonth-view .event_description {
    display: none;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, .1);
    background: transparent;
    /* position: absolute; */
    min-width: fit-content;
    width: calc(100% - 4px);
    /* background: whitesmoke !important; */
    background-color: var(--mr-color-secondary-tint);
    box-shadow: 2px 2px 6px #0000002b;
    /* padding: 2px 4px 2px 0; */
}

.fc .fc-scroller-harness {
    overflow: visible;
}

.fc-dayGridMonth-view .day_event .event_details {
    display: none;
    font-size: .85rem;
}

.fc-dayGridMonth-view .day_event:hover .event_details {
    display: flex;
    margin-top: .3rem;
    margin-bottom: 0.3rem;
    color: black;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2.6em;
    margin-bottom: 0;
    padding-top: 1px;
}

.fc .fc-daygrid-event-harness {
    /* height: 1.2em; */
    /* margin-bottom: 2px; */
    /* margin-top: 0 !important; */
    padding-bottom: 2px;
}

.day_event {
    max-width: 100%;
}

.fc .fc-daygrid-event {
    /* z-index: 999; */
    /* border: 1px solid transparent; */
    color: #51504a;
}

.fc .fc-daygrid-event-harness:hover {
    z-index: 9999999;
}

.fc .fc-list-event:hover td {
    background: transparent;
}

.day_event:hover {
    border-color: var(--mr-color-accent);
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    /* display: none; */
}

.fc-list .event_time {
    display: none;
}

.fc-list .event_details {
    order: 3;
    font-size: .85rem;
    margin-top: 0.25rem;
}

.fc-list .day_event {
    padding: 0.4rem 0.8rem;
}

.fc-list-day-text,
.fc-list-day-side-text {
    font-family: var(--mr-font-heading);
    position: relative;
    margin-top: 0;
    font-weight: 900;
    line-height: 1.2;
    color: black !important;
    font-size: calc(1.2rem + 0.5vw);
    text-decoration: none;
}

.fc-daygrid-more-link.fc-more-link {
    margin-left: 0.5rem;
    padding-top: 0.2rem;
    display: block;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.google_event {
    background-color: salmon;
    border-color: salmon;
}

.fc-daygrid-dot-event.google_event .fc-daygrid-event-dot {
    border-color: salmon;
}

.fc-daygrid-dot-event.google_event {
    background: transparent;
    color: salmon;
}

.fc-daygrid-event-dot {
    border: 4px solid;
}

.fc-list-event.google_event,
.fc-list-event.google_event.holiday_events {
    background-color: transparent !important;
}

.fc .google_event .fc-list-event-dot {
    border-color: salmon;
}

.fc .holiday_events .fc-list-event-dot {
    border-color: #4cb577;
}

.calendar_wrapper {
    position: relative;
    min-height: 150px;
}



.fc-daygrid-event:hover {
    /* position: absolute; */
    min-width: fit-content;
    width: calc(100% - 4px);
    box-shadow: none;
}

.google_event.holiday_events {
    background-color: #4cb577;
    border-color: #4cb577;
}

.events_wrapper {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.media {
    /* height: 6rem; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #dddddd;
}

div#monthly_select_day select {
    margin-bottom: 0;
    margin-top: 1.54em;
}

div#monthly_select_day .label {
    margin-bottom: 1.2em;
}

@media(max-width:991px) {

    .events_item {
        width: calc(50% - 20px);
        min-width: 250px;
    }
}

.events_body {
    padding: 1.2em 1em;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: var(--mr-color-primary-shade);
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {}

.fc-daygrid-event:before {
    content: attr(data-time);
    position: absolute;
    top: 100%;
    border-radius: 5px;
    margin-top: 0.5rem;
    background: var(--mr-color-primary);
    transform: translateY(-1rem);
    color: #eeeeee;
    padding: 0.3rem .5rem 0.1rem;
    opacity: 0;
    visibility: hidden;
    transition: none;
    visibility: hidden;
    min-width: 3rem;
    min-height: 1rem;
    pointer-events: none;
    display: none;
}

.fc-daygrid-event:after {
    content: "";
    position: absolute;

    /* position tooltip correctly */
    bottom: calc(100% + 3px);
    left: 2rem;
    /* margin-left: 1rem; */

    /* vertically center */
    transform: translateY(-1rem);
    opacity: 0;
    /* the arrow */
    /* z-index: 9; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0.4rem 0 0.4rem;
    border-color: white transparent transparent transparent;
    transition: none;
    pointer-events: none;
    z-index: 999999999;
}

.fc-daygrid-event:hover:before,
.fc-daygrid-event:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: .0s all .0s ease-in;
}

.fc .fc-daygrid-more-link:hover {
    background-color: transparent;
    font-weight: 900;
}

a.fc-col-header-cell-cushion {
    text-decoration: none;
}

.single_event_details .events_photo {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgb(201 197 181);
    color: black;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    border-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
}

.fc-multimonth-daygrid .fc-daygrid-day-events {
    pointer-events: none;
}

.fc-multimonth-daygrid .fc-daygrid-day-events {
    display: flex;
    /* flex-wrap: wrap; */
    /* min-height: 20px; */
    justify-content: space-evenly;
    flex-direction: column;
    max-height: 100%;
}

.fc-multimonth-daygrid .fc-daygrid-event-harness {
    height: 11px;
    width: 100%;
}

.fc-multimonth-daygrid .fc-daygrid-day-bottom {
    height: 14px;
    width: 10px;
    position: relative;
    margin: 0 !important;
}

.fc-multimonth-daygrid .fc-daygrid-event {
    margin: 0 !important;
    width: calc(100% - 10px);
}

.fc-multimonth-daygrid .fc-daygrid-event-dot {
    margin: 0;
    width: 100% !important;
    height: 6px !important;
    border: 0 !important;
    background: #70a02d;
}

.fc-multimonth-daygrid .fc-daygrid-event .fc-event-time {
    display: none;
}

.fc-multimonth-daygrid .fc-daygrid-dot-event .fc-event-title {
    display: none;
}

.fc-multimonth-daygrid .fc-daygrid-event-harness {
    height: 5px;
    margin-bottom: 2px;
}

.fc-multimonth-daygrid .fc-event {
    pointer-events: none;
    margin: 0 5px !important;
    padding: 0 !important;
    height: 4px;
    overflow: hidden;
}

.fc-multimonth-daygrid .mr_bookings {
    background: #a09d91;
}

.fc-multimonth-daygrid .mr_bookings svg {
    display: none
}

.fc .fc-multimonth {
    overflow: visible !important;
}

.fc-multimonth-daygrid .fc-daygrid-day-frame:hover {
    cursor: pointer;
    background: #f8f4c259 !important;
}

.fc-multimonth-daygrid .fc-day-disabled .fc-daygrid-day-frame:hover {
    background: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(31 125 190 / 6%);
}

.fc .fc-multimonth-multicol .fc-multimonth-month {
    padding-left: 0 !important;
}

.fc-multimonth-month[style*="33"]:nth-of-type(3n) {
    padding-right: 0 !important;
}

.fc-multimonth-month[style*="50"]:nth-of-type(2n) {
    padding-right: 0 !important;
}

.fc-multimonth-month[style*="100"] {}

.fc .fc-multimonth-multicol .fc-col-header-cell-cushion {
    font-size: .9rem;
    color: grey;
}

.fc .fc-daygrid-day.fc-day-today {
    background: transparent !important
}

.fc .fc-multimonth {
    border: 0 !important;
}

.fc-multiMonthYear-view .fc-daygrid-day-number {
    font-size: .9rem;
    color: grey;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    pointer-events: none !important;
}




a.events_item .media img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

a.events_item:hover {
    text-decoration: none;
}

.fc .fc-daygrid-day-frame {
    position: relative;
    /* min-height: 54px !important; */
}

@media (max-width: 576px) {
    .fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
        height: 20px;
    }

    .fc .fc-daygrid-day-events {
        max-height: 26px;
    }

    .fc .fc-daygrid-day-frame:hover {
        background: #90d9f840;
        cursor: pointer;
    }

    .fc-direction-ltr .fc-daygrid-event .fc-event-time {
        display: none;
    }

    .fc-daygrid-dot-event .fc-event-title {
        display: none;
    }

    .fc .fc-daygrid-event-harness {
        height: 5px;
        width: 100%;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        display: flex;
        /* flex-wrap: wrap; */
        min-height: 20px;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 0 !important;
    }

    .fc .fc-toolbar {
        flex-direction: column;
    }

    .fc .fc-toolbar .fc-toolbar-chunk {
        flex-grow: 1;
        width: calc(100% - 1rem);
        margin-bottom: 0.5rem;
    }

    .fc .fc-button-group {
        width: 100%
    }

    .fc-button-group button.fc-button.fc-button-primary {
        min-height: 0;
        padding: 0.6rem;
    }

    .fc-prev-button,
    .fc-next-button {
        width: 3rem;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        pointer-events: none;
        margin: 0 !important;
    }

    .single_event_details .event_details {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 3px solid black;
    }

    .event_details>div {
        margin-bottom: 0.75rem;
    }

    .fc .fc-daygrid-day-bottom {
        height: 13px;
        width: 10px;
        position: relative;
        margin: 0 0 0 1px !important;
    }


    a.fc-daygrid-more-link.fc-more-link {
        width: 11px;
        text-decoration: none;
        font-weight: bold;
        /* height: 1.2rem; */
        /* height: 14px; */
        /* width: 13px; */
        margin: 0 !important;
        overflow: hidden;
        position: absolute;
        /* left: -1px; */
        top: 0;
        font-size: 0.8rem;
        line-height: 0.3;
    }

    .fc .fc-daygrid-event {
        margin: 0 !important;
        width: 100%;
    }

    .fc-daygrid-event-dot,
    .fc-h-event {
        margin: 0;
        width: calc(100% - 5px) !important;
        height: 4px !important;
        border: 0 !important;
        border-radius: calc(var(--fc-daygrid-event-dot-width, 8px)/ 2);
        background: var(--mr-color-accent);
    }

    .fc-h-event * {
        display: none
    }


}


.filterbuttons_item label {
    padding: 0.7rem 1rem 0.7rem 3rem;
}

.filterbuttons_wrapper {
    display: flex;
    margin-bottom: 1rem;
    overflow: hidden;
    opacity: 1 !important;
}



.filterbuttons_item input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.filterbuttons_item {
    position: relative;
    color: #afafaf;
    margin-left: 1rem;
    white-space: nowrap;
}

.filterbuttons_item:first-of-type label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filterbuttons_item:last-of-type label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.filterbuttons_item label:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    margin: 1rem;
    left: 0;
    top: 0;
    background: #0000005e;
    cursor: pointer;
}

.item_events input+label:before {}

.item_section_2 input:checked+label:before {
    background: #5b8fa5;
    box-shadow: 0px 0px 1.2rem #67a8c35c;
}

.item_section_2:hover input:checked+label:before {
    background: #67a8c3;
}

.item_section_2:hover input+label:before {
    box-shadow: inset 0 0 0 1px #67a8c37d, 0px 0px 1.2rem #67a8c35c, inset 0px 0px 1.2rem #67a8c35c;
}

.item_section_1 input:checked+label:before {
    background: #9d9d9d;
    box-shadow: 0px 0px 1.2rem #c3c3c35c;
}

.item_section_1:hover input:checked+label:before {
    background: #c3c3c3;
}

.item_section_1:hover input+label:before {
    box-shadow: inset 0 0 0 1px #c3c3c37d, 0px 0px 1.2rem #c3c3c35c, inset 0px 0px 1.2rem #c3c3c35c;
}

.item_section_3 input:checked+label:before {
    background: #499833;
    box-shadow: 0px 0px 1.2rem #55af3b5c;
}

.item_section_3:hover input:checked+label:before {
    background: #55af3b;
}

.item_section_3:hover input+label:before {
    box-shadow: inset 0 0 0 1px #55af3b7d, 0px 0px 1.2rem #55af3b5c, inset 0px 0px 1.2rem #55af3b5c;
}

.item_quaternary input:checked+label:before {
    background: #1a9389;
    box-shadow: 0px 0px 1.2rem #1fb7ab5c;
}

.item_quaternary:hover input:checked+label:before {
    background: #1fb7ab;
}

.item_quaternary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #1fb7ab7d, 0px 0px 1.2rem #1fb7ab5c, inset 0px 0px 1.2rem #1fb7ab5c;
}

.item_quinary input:checked+label:before {
    background: #805eae;
    box-shadow: 0px 0px 1.2rem #984cff5c;
}

.item_quinary:hover input:checked+label:before {
    background: #984cff;
}

.item_quinary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #984cff7d, 0px 0px 1.2rem #984cff5c, inset 0px 0px 1.2rem #984cff5c;
}

.item_senary input:checked+label:before {
    background: #940000;
    box-shadow: 0px 0px 1.2rem #ff00005c;
}

.item_senary:hover input:checked+label:before {
    background: #c40808;
}

.item_senary:hover input+label:before {
    box-shadow: inset 0 0 0 1px #c408087d, 0px 0px 1.2rem #c408085c, inset 0px 0px 1.2rem #c408085c;
}

.fc-daygrid-day-events .fc-event.mr_events.fc-daygrid-event:hover {
    /* background: white !important; */
    /* border: 1px solid var(--mr-color-primary); */
}

.fc .fc-list-event-dot {
    border-color: #73a134;
}

button.fc-button.fc-button-primary {
    white-space: nowrap;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk+.fc-toolbar-chunk {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin: 0;
}

.fc-submitEventButton-button::before {
    /* content: '\2b'; */
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 0.7em;
    margin-right: 0.5rem;
}

.submitevent_shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    align-items: center;
    justify-content: center;
    z-index: 999999999999999;
}

.submitevent_container {
    width: 90%;
    height: 90%;
    background: white;
    padding: 2vw;
    border-radius: 2rem;
    position: relative;
    box-shadow: 0 5px 10px #00000057;
    max-width: 980px;
}

.submitevent_container_inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding: 1rem 2vw;
    font-size: 1rem;
}

a.submitevent_close {
    position: absolute;
    top: -1.2rem;
    right: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--mr-color-accent);
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0 5px 10px #00000057;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: white !important;
    padding-top: .1rem;
    cursor: pointer;
}

a.submitevent_close::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-weight: 900;
}

.fc .fc-scroller-harness {
    overflow: visible !important;
}

#public_event_form .label {
    display: flex;
}

#public_event_form .label label {
    flex-grow: 1;
    width: 100%;
}

#public_event_form .label button.translate_button {
    text-align: right;
    font-size: 0.8em;
}

.added_skip_date .value {
    display: flex;
    align-items: center;
}



.added_skip_date .value .delete_icon_wrapper {
    margin-bottom: 1.2em;
    margin-left: 0.6rem;
}

button#submit_event_button {
    position: relative;
    min-height: 72px;
}

.submitevent_container.submitted #submit_header {
    display: none;
}

.submitevent_container.submitted {
    height: auto;
}

.fc-h-event {
    background-color: #c5c680;
    color: var(--mr-color-primary-shade)
}

@media (max-width: 574px) {
    .fc-list-table .fc-event {
        display: flex !important;
        flex-wrap: wrap !important;
        border-bottom: 1px solid var(--fc-border-color);

    }

    .fc-list-event-time {
        flex-grow: 1;
        font-size: 1rem;
        padding-bottom: 0 !important;
        order: 2;
        padding-left: .25rem !important;

    }

    .fc-list-table .fc-event>td {
        display: block !important;
        position: relative !important;
        border: none;
        line-height: 1.2;
    }

    .fc-list-table .fc-event .fc-list-event-title {
        width: 100%;
        padding: .25rem 0.75rem !important;
        order: 3
    }

    .fc-list-table .fc-event .fc-list-event-graphic {
        width: 20px;
        padding: 0.15rem 1rem !important;
        order: 1
    }
}

.fc-next-button,
.fc-prev-button {
    max-width: 4rem;
}

.event-popover-content {
    position: absolute;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
    width: auto;
    margin-bottom: 0.5rem;
    max-width: 430px;
    min-width: 320px;
    z-index: 99999999;
}

.event-popover-main {
    display: flex;
    gap: 1rem;
    min-width: 270px;
    width: 100%;
    margin-top: 0.3rem;
}

.event-popover-photo {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-width: 120px;
    max-height: 7em;
    object-fit: cover;
    object-position: center;
}

.event-popover-details {
    text-align: left;
}

.event-popover-title {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    /* margin-bottom: 0.4em; */
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-popover-time,
.event-popover-location {
    font-size: 14px;
    margin: 5px 0;
}

.event-popover-content.popover-visible {
    display: flex;
    flex-direction: column;
    bottom: 100%;
    left: 0;
    transform: translate(0%, 0px);
}

.event-popover-description {
    display: -webkit-box;
    font-size: 14px;
    white-space: normal;
    color: black;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    /* max-height: 7.3em; */
    /* min-width: 200px; */
    -webkit-box-pack: end;
    word-wrap: break-word;
    visibility: visible;
}

.event-popover-details {
    display: flex;
    gap: 1rem;
}


.single_event_details .events_photo img {
    height: 100%;
    width: auto !important;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: left;
    height: 30vw;
    max-height: 300px;
}

.fc-openfullcalendarbutton-button::before {
    content: '\f35d';
    font-family: "FontAwesome";
}

.thismonthcal_wrapper {
    position: relative;
}

#thismonthcal .fc-daygrid-day-bottom {
    display: none;
}

#thismonthcal .fc-dayGridMonth-view td.fc-daygrid-day.fc-day:hover .fc-daygrid-day-frame {
    background: #87d0200f;
    box-shadow: inset 0 0 2px grey;
    cursor: pointer;
}

#thismonthcal .fc-header-toolbar.fc-toolbar {
    /* display: none; */
    margin: 0;
}

#thismonthcal {
    font-size: 1rem;
    font-weight: 400;
    min-height: 410px;
}

#thismonthcal a.fc-col-header-cell-cushion {
    font-weight: 400;
    padding: 0px 4px;
}

#thismonthcal .fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
    height: 5em;
}

#thismonthcal .fc-daygrid-event-harness {
    height: 10px;
    width: 100%;
    margin-bottom: 0;
    /* overflow: hidden; */
    pointer-events: none;
    box-sizing: border-box;
}

#thismonthcal .fc-daygrid-event {
    margin: 0;
    position: relative;
    z-index: 99;
    border: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    pointer-events: all;
    padding: 0;
    font-size: 1.1rem;
}

#thismonthcal .fc-daygrid-event-dot {
    height: 2px;
    width: 96%;
    margin: 0;
    border: 2px solid green !important;
    border-radius: 8px;
    background: #1f8113;
}

#thismonthcal .fc-event-time {
    display: none;
}

#thismonthcal .fc-event-title {
    display: none;
}

#thismonthcal .fc-daygrid-day-events {
    margin: 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 0.2rem;
}


#thismonthcal .fc-daygrid-day-number {
    padding: 0;
}

div#thismonthcal .fc-dayGridMonth-view table.fc-scrollgrid {
    box-shadow: 0 0 0 1px #dddddd;
}

#thismonthcal .fc-header-toolbar button {
    background: transparent !important;
    color: #2b5b1a;
    min-height: 0rem;
    line-height: 1;
    width: auto;
}

#thismonthcal .fc-header-toolbar button:hover {
    color: #70a02d;
}

#thismonthcal .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-of-type(1)::before {
    content: 'Upcoming Events';
    font-family: var(--mr-font-heading);
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    line-height: 1.2;
    font-size: 2vw;
    color: var(--mr-color-primary);
    /* margin-top: 1em; */
    border-bottom-width: 0;
    border-color: var(--mr-color-primary) !important;
    border-bottom-style: solid;
    text-align: left;
    text-transform: none;
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    line-height: 1;
}

.fc-event:hover .event-popover-content {
    display: block;
}

.fc-daygrid-event {
    pointer-events: all
}

.fc-daygrid-event:hover .event-popover-content {
    display: block;
}

.fc .fc-daygrid-body {
    z-index: unset !important;
}

.fc-daygrid-dot-event {
    align-items: center;
    display: flex;
    padding: 0;
}

.calendar-filters {
    font-size: 1em;
    display: flex;
}

.calendar-filters fieldset {
    display: flex;
}

.calendar-filters {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

/* make each fieldset look like a closed dropdown */
.multiselect {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0.5em 1.5em 0.5em 0.75em;
    cursor: pointer;
    user-select: none;
    width: 200px;
    height: 1.5em;
    box-sizing: border-box;
    padding-right: 2em;
}

/* hide the native legend */
.multiselect legend {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* badge on the right showing count */
.multiselect::after {
    content: attr(data-count);
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
    font-size: 0.9em;
    color: #555;
    pointer-events: none;
}

/* FontAwesome down-caret before the count */
.multiselect::before {
    content: "\f0d7";
    /* Unicode for fa-caret-down */
    font-family: "Font Awesome 5 Free";
    /* or your FA font name */
    font-weight: 900;
    /* solid style */
    position: absolute;
    top: 50%;
    right: .5em;
    /* sits between text and count */
    transform: translateY(-50%);
    pointer-events: none;
}

/* the checkbox list (options) hidden by default */
.multiselect .options {
    display: none;
    position: absolute;
    top: calc(100% + 0.2em);
    left: 0;
    min-width: fit-content;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* show options when you add .open */
.multiselect.open .options {
    display: flex;
    flex-direction: column;
}

/* make clicking labels easier */
.multiselect .options label {
    display: inline-flex;
    align-items: center;
    margin-right: 0.5em;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    margin: 0;
    padding: 0.7rem 0;
}


/* Hide the native checkbox */
.options label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-custom {
    width: 1em;
    height: 1em;
    min-width: 1em;
    display: inline-block;
    margin-right: 0.4em;
    margin-left: .4em;
    border: 2px solid;
    border-radius: 3px;
    background: transparent;
    transition: background 0.2s, border-color 0.2s;
}

.options label input[type="checkbox"]:not(:checked)+.checkbox-custom {
    background: transparent !important;
}

/* Assign each type its color via its wrapper class */
.type-meeting .checkbox-custom {
    --type-color: #ff7043;
}

.type-workshop .checkbox-custom {
    --type-color: #42a5f5;
}

.type-social .checkbox-custom {
    --type-color: #66bb6a;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦and so onÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ */
/* When checked, fill the square */
.options label input:checked+.checkbox-custom {
    background: var(--type-color);
    border-color: var(--type-color);
}

/* 2. Facility icons */
.icon-wrapper {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1.2em;
    margin-right: 0.2em;
    vertical-align: middle;
    transition: opacity 0.2s;
}

/* Default (checked) state: full opacity */
.options label input:checked+.icon-wrapper {
    opacity: 1;
}

/* Unchecked: fade & grayscale */
.options label input:not(:checked)+.icon-wrapper {
    opacity: 0.3;
    filter: grayscale(100%);
}

/* CrossÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âout overlay when unchecked */
.options label input:not(:checked)+.icon-wrapper::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 1.6em;
    height: 0.15em;
    transform: rotate(-45deg) translate(-0.65em, 0.25em);
    transform-origin: center;
    pointer-events: none;
    background: #000000;
}

svg.icon {
    width: 100%;
    height: 100%;
    color: black;
}

fieldset#filter-type .options label {
    font-size: 1.2rem;
}

fieldset#filter-type .options {
    width: 240px;
}

.multiselect .options label:hover {
    background: whitesmoke;
}

.calendar-filters-wrapper {
    display: flex;
    gap: 1rem;
    background: #a09d91;
    padding: 0.7rem 1.2rem;
    align-items: center;
    border-radius: 8px;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

.calendar-filters>label {
    font-weight: 900;
    margin: 0;
}

.calendar-filters-wrapper>label {
    margin: 0;
}

.calendar-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.calendar-top-right .btn i {
    margin-right: .5rem;
}

.calendar-top-right .btn {
    padding: 0.55em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 8px;
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
    display: none !important;
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.75em !important;
    }

    .calendar-top-right .btn {
        position: fixed;
        bottom: 2em;
        right: 2em;
        z-index: 9999999999999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 2em;
        border: 3px solid #ece4ca;
    }

    .fc-dayGridMonth-view .fc-daygrid-day-top {

        padding: 0
    }
}

/*========================================
  Popover styles for ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“Book FacilityÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â modal
==========================================*/

/* hide by default */
/* Centered fixed popover */
.popover-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    max-width: 326px;
    width: 90%;
}

/* show when JS adds .open */
.popover-container.open {
    display: block;
    /* // transform: none; */
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œStep 2ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â mode: make it roomy for a big form */
.popover-container.step2 {
    width: 800px;
    /* or whatever you need */
    max-width: 95%;
    max-height: 95vh;
}

.popover-container .popover-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.popover-container .close-popover {
    align-self: flex-end;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #666;
}

.popover-container label,
.popover-container select {
    font-size: 0.9rem;
}

/* Header (drag handle) */
.popover-header {
    cursor: move;
    background: #f5f5f5;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popover-header .popover-title {
    font-weight: 600;
    font-size: 1rem;
}

.popover-header .close-popover {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #666;
}

/* Body */
.popover-body {
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(80vh - 60px);
    /* header/footer ~60px */
}

/* Optional: you can tweak padding or font-size in step2 */
.popover-container.step2 .popover-body {
    padding: 1.5rem;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦plus your existing #mini-calendar rulesÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ */
#mini-calendar {
    width: 280px;
    font-size: .8em;
}

#mini-calendar .fc-toolbar {
    /* display: none; */
}

#mini-calendar .fc-event {
    display: none;
}

#mini-calendar .disabled-date .fc-daygrid-day-number {
    color: #ccc;
    /* text-decoration: line-through; */
    pointer-events: none;
}

#mini-calendar .available-date {
    cursor: pointer;
}

/*========================================
      Mini-calendar sizing & state styling
  ==========================================*/

/* target by ID rather than a special class */
#mini-calendar {
    width: 298px;
    height: 332px !important;
    font-size: .8em;
}

/* hide the toolbar & any events */
#mini-calendar .fc-toolbar {
    /* display: none; */
    margin: 0;
}

#mini-calendar .fc-event {
    display: none;
}

/* greyÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âout + strike dates that have events */
#mini-calendar .disabled-date .fc-daygrid-day-number {
    color: #ccc;
    /* text-decoration: line-through; */
    pointer-events: none;
}

/* cursor pointer on clickable days */
#mini-calendar .available-date {
    cursor: pointer;
}


div#mini-calendar .fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
    height: 1rem;
}


div#mini-calendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0;
    display: none;
}

#mini-calendar table.fc-scrollgrid-sync-table {
    width: 290px !important;
}

#mini-calendar table.fc-col-header {
    width: 290px !important;
}

#mini-calendar.fc .fc-col-header-cell-cushion {
    font-family: 'Open Sans';
    font-size: 0.9rem;
}

#mini-calendar .fc-dayGridMonth-view .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background: whitesmoke;
    border-radius: 50%;
}

#mini-calendar.fc .fc-daygrid-day-number {
    font-family: 'Open Sans';
    padding: 0;
    padding-top: 2px;
    color: grey;
    font-size: 1rem;
}

#mini-calendar .fc-daygrid-day-top {
    padding: 0;
    justify-content: center;
}


#mini-calendar .fc-daygrid-day.fc-day-other {
    opacity: 1 !important;
    pointer-events: auto;
}

#mini-calendar.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1 !important;
    pointer-events: auto;
}

#mini-calendar.fc .fc-toolbar-title {
    color: grey;
    font-size: 1rem;
    text-align: left;
    margin: 0;
    padding: 0;
}

#mini-calendar.fc .fc-button-primary {
    background-color: transparent;
    color: grey;
    padding: 0;
    min-height: 1rem;
    min-width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 50%;
}

#mini-calendar.fc .fc-button .fc-icon {
    height: 2rem;
    width: 2rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mini-calendar .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
    margin: 0;
    gap: 10px;
}

#mini-calendar.fc .fc-button-primary:hover {
    background-color: whitesmoke;
    border-radius: 50%;
}

select#facility-select {
    width: 100%;
    padding: 4px;
    margin-bottom: 1rem;
}

#mini-calendar .available-date .fc-daygrid-day-frame {
    cursor: pointer !important;
}

/* keep ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“not-allowedÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â on booked days, too */
#mini-calendar .fc-dayGridMonth-view .disabled-date .fc-daygrid-day-frame {
    cursor: not-allowed !important;
    background: transparent;
    opacity: .3;
}

.minibookingcal.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.available-date:hover .fc-daygrid-day-frame {
    outline: 2px solid grey;
}

/* Disable past/booked days with a big red slash across the entire cell */
.fc-daygrid-day.disabled-date {
    position: relative;
    /* establish stacking context */
    background: #f8f9fa;
    /* keep your ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œdisabledÃƒÂ¢Ã¢â€šÂ¬Ã‚Â bg */
    color: #6c757d;
    /* grey text */
    pointer-events: none;
    /* block clicks */
}

/* Draw the diagonal line on the TD */
.fc-daygrid-day.disabled-date::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    width: 80%;
    height: 2px;
    background-color: rgb(219 219 219);
    transform: rotate(-45deg);
    transform-origin: center;
    pointer-events: none;
    z-index: 5;
    /* above everything in the cell */
}

.form-group.special-date #rental-date-display {
    border: 0;
}

.form-group.special-date {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid black;
    padding: 0 0 14px;
    flex-direction: row;
    justify-content: space-between;
}

.form-group.special-date label {
    margin: 0;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.form-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.form-group.cbox .form-item {
    flex-grow: 0;
}

div#booking-details-form .btn {
    color: white;
}

span#facility-display {
    font-weight: 900;
    font-size: 1.1em;
}

table.costs-table {
    font-size: 1rem;
    margin-bottom: 1em;
}

table.costs-table thead th {
    background: #d2d2d2;
}

table.costs-table tbody tr:nth-of-type(even) {
    background: whitesmoke;
}

/* Hide the Terms & Conditions modal when aria-hidden is true */
.terms-popover {
    display: none;
    max-width: 420px;
}

/* Show it when aria-hidden is false */
.terms-popover.visible {
    display: block;
    /* add your centering/backdrop styles here */
}

.terms-content h3,
.terms-content h2 {
    color: black;
    font-size: 1rem;
}

.terms-content {
    font-size: 1rem;
}

div#terms-popover .popover-body {
    max-height: calc(80vh - 160px);
}

.fc-multimonth-month .fc-daygrid-day-frame {
    background: #efeadd5c;
    overflow: hidden;
}

.fc-multimonth-month .fc-day.fc-day-disabled {
    opacity: .4;
}

.ics-event .event-popover-content,
.google-event .event-popover-content,
.ics-event::after,
.google-event::after {
    display: none !important;
}

.fc-daygrid-block-event {
    padding-left: 0.3rem;
}

.fc-daygrid-day-events>.fc-daygrid-event-harness:first-child {
    padding-bottom: 2px;
}

.mr_bookings svg {
    width: 1.2rem;
    height: 1.2rem;
    min-height: 1.2rem;
    min-width: 1.2rem;
    margin-left: -0.1rem;
    margin-right: 0.1rem;
}

.mr_bookings .fc-daygrid-event-dot {
    display: none;
}

.fc-list-table .event-popover-content {
    display: none !important;
}


@media (min-width: 991px) {

    /* Make the wrapper look like a simple container */
    .multiselect {
        cursor: default;
        /* no dropdown behavior */
        background: transparent;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        width: 100%;
        font-size: 1.3em;
    }

    /* Hide the caret icon and count badge */
    .multiselect::before,
    .multiselect::after {
        display: none;
    }

    /* Show the options panel inline, remove dropdown positioning */
    .multiselect .options {
        display: flex !important;
        flex-direction: row !important;
        position: static;
        flex-wrap: wrap;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        width: auto;
        z-index: auto;
        width: 100% !important;
    }

    /* Tweak individual labels for a tight inline legend */
    .multiselect .options label {
        margin: 0 1rem 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }

    /* If youÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢d like smaller text or a lighter font at desktop size */
    .multiselect .options label {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
        padding: 0.2rem .5rem 0.2rem 0;
    }

    .multiselect .options label:hover {
        background: #a09d917d;
    }

    .calendar-filters {
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        margin: 0;
        gap: 0;
        align-items: flex-start;
    }

    .calendar-filters-wrapper {
        width: 100%;
        background: transparent;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        gap: 0;
        /* margin-bottom: 0.7rem; */
    }

    .calendar-filters-wrapper>label {
        text-align: left;
        width: fit-content;
        display: none;
    }

    .calendar-filters>label {
        margin-bottom: .7rem;
    }

    .calendar-top {
        flex-wrap: nowrap;
        align-items: flex-end;
    }

    .btn-book-facility {
        white-space: nowrap;
    }
}

span.cat-badge {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    margin-right: 0.5rem;
}

p.event-popover-eventcategory {
    margin: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin: 0.2rem 0 0;
}

.event_category span.category_swatch {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.6rem;
}

.event_category {
    display: flex;
    align-items: center;
}

.single_event_details h1 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.fc-list .facility_community_centre .fc-list-event-dot::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDQuODQgMjk1LjU4Ij4KICA8cGF0aCBkPSJNMjEyLjAyLDI3OS4yNXYtODQuNWMwLTIuODUtNC00LjMxLTYuNDQtNC41Ni0xOS40OS0xLjk3LTQyLjI1LDEuNjMtNjIuMTEsMC0xLjk3LS43LTUuNDUsMy4zNC01LjQ1LDQuNTV2ODQuNUg1Mi41MmMtNy4zOCwwLTExLjgzLTcuOTQtMTIuNDktMTQuNTEtMy44Ny0zOC43NSwyLjktODMuNjMtLjA1LTEyMy4wMy0uMDItNy4zNSw1LjY1LTExLjg4LDEwLjU3LTE2LjQzLDM1Ljk1LTMzLjI5LDc4LjYxLTYyLjkxLDExNS40Mi05NS41OCw5LjExLTQuODIsMTQuOTItMS44OCwyMi41MywzLjU3LDM5LjU4LDI4LjMzLDc1Ljg4LDY2LjYsMTE1LjU0LDk1LjQ2LDMuNDcsMi44LDQuNjQsNi42NCw1LjAyLDEwLjk4LDMuNTcsNDAuNDMtMi43Niw4Ni4wNi0uMDQsMTI3LjA0LjE4LDYuMDUtNi44MSwxMi41LTEyLjUsMTIuNWgtODQuNVoiLz4KPC9zdmc+");

}

.fc-list .facility_community_gathering_place .fc-list-event-dot::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDQuODQgMjk1LjU4Ij4KICA8cGF0aCBkPSJNMTIwLjI0LDI3MC41Yy0xLjU3LDEuNi05LjksMy0xMi41NiwzLjIyLTEzLjQxLDEuMTItMzcuMDYsMS4xOC01MC40MywwLTE0LjgxLTEuMzEtMTUuNTctNy40My0xNC4yMi0yMi4xMSwzLjYyLTM5LjI3LDcwLjQ4LTM4LjQyLDc4LjI0LTYuNDYsMS4wNSw0LjMyLDEuNiwyMi42Ny0xLjAzLDI1LjM1WiIvPgogIDxwYXRoIGQ9Ik0yNTcuNSwyMjIuNzRjMjguMDYtNC41NSw1Ni40LDcuNSw1Mi4xMiw0MS43NC0uOTgsNy44LTcuOTEsOC42Ni0xNC4zMSw5LjIzLTEzLjIzLDEuMTgtMzcuMTgsMS4xNi01MC40MywwLTEwLjE3LS44OS0xMy41OC0yLjI5LTE0LjI5LTEzLjUyLTEuMTktMTguNjcsOC44LTM0LjUyLDI2LjkxLTM3LjQ1WiIvPgogIDxwYXRoIGQ9Ik0xNjUuNzUsMjIyLjc3YzI4Ljg2LTQuMzcsNTMuNTksNy41Myw0OS4zNyw0MS43MS0uOTcsNy44Mi03Ljk4LDguNjctMTQuMzEsOS4yMy0xMi43NSwxLjEzLTM0Ljg4LDEuMDMtNDcuNzEsMC0xMi4zLS45OS0xNS45LTIuNjgtMTUuNjktMTYuNDUuMjYtMTcuMTgsMTEuOTYtMzIuMDIsMjguMzQtMzQuNVoiLz4KICA8cGF0aCBkPSJNMTcwLjQ5LDE1Ni45OWMzNy4wMy02LjM3LDQyLjU3LDQ1LjI3LDExLjU5LDUwLjU0LTM2LjA2LDYuMTMtNDEuMTItNDUuNDUtMTEuNTktNTAuNTRaIi8+CiAgPHBhdGggZD0iTTI2My44MiwxNTYuOTljNDIuMDMtNy4xNSw0MS4wNCw1Ny4zOCwxLjIxLDUwLjU0LTI3Ljg1LTQuNzgtMjYuOTUtNDYuMTYtMS4yMS01MC41NFoiLz4KICA8cGF0aCBkPSJNNzcuMTYsMTU2Ljk5YzM3LjI4LTYuMzcsNDIuNDksNDUuMjYsMTEuNTksNTAuNTMtMzUuNyw2LjA5LTQwLjYtNDUuNTgtMTEuNTktNTAuNTNaIi8+CiAgPHBhdGggZD0iTTMyOC40NSwxMTguNDNMMTc5LjgsMjQuNDdjLTEuMi0xLjA4LTIuNjktMS42Ny00LjIzLTEuNjgtLjA1LDAtLjEsMC0uMTUsMC0uMDUsMC0uMSwwLS4xNSwwLTEuNTMuMDItMy4wMy42LTQuMjMsMS42OEwyMi4zOSwxMTguNDNjLTMuMjIsMi4wNC00LjMzLDYuNTUtMi40NywxMC4wOGw4LDE1LjE4YzEuODYsMy41Myw1Ljk4LDQuNzQsOS4yMSwyLjdMMTc1LjQyLDU4Ljk4bDEzOC4yOCw4Ny40MWMzLjIyLDIuMDQsNy4zNS44Myw5LjIxLTIuN2w4LTE1LjE4YzEuODYtMy41My43Ni04LjA0LTIuNDctMTAuMDhaIi8+Cjwvc3ZnPg==");
}

.fc-list .facility_community_complex .fc-list-event-dot::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDQuODQgMjk1LjU4Ij4KICA8cGF0aCBkPSJNMjMyLjc5LDEyNS45NWg4OC41Yy40NSwwLDQuMTYsMi43NSw0LjU3LDMuNDNsLjk4LDE0NC4xMmMtLjYyLDQuOTEtNS45Miw3LjUxLTEwLjUxLDcuNDlsLTI4OS45NS0uMTJjLTUuOC0xLTkuNjItNC4xNS05LjY0LTEwLjM2VjEwNC40MWMtLjU4LTIuOTIsMi42Mi05LjQ2LDUuNTUtOS40Nmg4NS41VjI2LjQ1YzAtMy45Myw3LjE2LTYuMjMsMTAuNDYtNi41NCwzMy41OC0zLjEyLDcxLjk1LDIuNDEsMTA2LjA0LjA0LDIuNjktLjM5LDguNSwyLjkxLDguNSw1LjV2MTAwLjVaIi8+CiAgPHBhdGggZD0iTTIzMi43OSwxMjEuNGg4OC41Yy40NSwwLDQuMTYsMi43NSw0LjU3LDMuNDNsLjk4LDE0NC4xMmMtLjYyLDQuOTEtNS45Miw3LjUxLTEwLjUxLDcuNDlsLTI4OS45NS0uMTJjLTUuOC0xLTkuNjItNC4xNS05LjY0LTEwLjM2Vjk5Ljg2Yy0uNTgtMi45MiwyLjYyLTkuNDYsNS41NS05LjQ2aDg1LjVWMjEuOWMwLTMuOTMsNy4xNi02LjIzLDEwLjQ2LTYuNTQsMzMuNTgtMy4xMiw3MS45NSwyLjQxLDEwNi4wNC4wNCwyLjY5LS4zOSw4LjUsMi45MSw4LjUsNS41djEwMC41WiIvPgo8L3N2Zz4=");
}

.fc-list .mr_bookings .fc-list-event-dot::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.fc-list .facility_community_centre .fc-list-event-dot,
.fc-list .facility_community_gathering_place .fc-list-event-dot,
.fc-list .facility_community_complex .fc-list-event-dot {
    width: 2rem;
    height: 1.6rem;
    border: 0;
    position: relative;
}

.fc-list .facility_community_centre .fc-list-event-graphic,
.fc-list .facility_community_gathering_place .fc-list-event-graphic,
.fc-list .facility_community_complex .fc-list-event-graphic {
    padding: 0.7rem 0.3rem 0;
}

button.fc-submitEventButton-button.fc-button.fc-button-primary::before {
    content: '\f274';
    font-family: 'FontAwesome';
    font-size: 1.2em;
    margin: -.5rem 0.8rem -.5rem 0.2rem;
}

button.fc-submitEventButton-button.fc-button.fc-button-primary {
    color: black;
}

.event-popover-content .event-popover-title {
    white-space: normal;
}div#popover-thankyou {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 1rem 2rem 1.5rem 2rem;
    background: #f5f4f1;
    z-index: 999999;
    box-shadow: 0 10px 30px #00000070;
}

div#popover-thankyou::before {
    content: '\f164';
    font-family: 'FontAwesome';
    display: block;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0.5rem;
    color: #9f9e91;
}