/* CSS Document */
@import "bootstrap.css"; @import "fontawesome.min.css";
 @import url('https://fonts.googleapis.com/css?family=Raleway:400,700'); body {
    font-family: "raleway";
    /* max-width: 98%; */
}

h1,h2,h3,h4,h5,h6 {
    font-family: "raleway";
    font-weight: 700;
}

main.page-content {
}

header#home {
    position: relative;
    width: 100%;
    display: block;
    background-image: url('/images/headerbackground.jpg');
    background-position: center;
    height: 44vw;
    background-size: cover;
    z-index: 9999;
}

#secondary header#home {
    height: 20vw;
}

#secondary .header_backdrop {
    /* display: none; */
    height: 320px;
}

#secondary .header_backdrop {
    display: none;
    height: 14.5vw;
}

#secondary .bottom_curve {
    display: none
}

.mr-navbar-subpanel {
    display: flex;
    position: relative;
    z-index: 9999999;
    width: 100%;
    padding-top: 2.5vw;
}

#secondary .mr-navbar-inner {
    /* height: 12vw; */
}

.stuckbackground span {
    background: -moz-linear-gradient(top, rgba(39,112,181,1) 0%, rgba(39,112,181,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(39,112,181,1) 50%,rgba(255,255,255,0) 100%);
    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 {
    flex-grow: 1;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0;
    align-self: center;
    background: #efe894;
    padding-left: 25vw;
    padding-right: 10vw;
    padding-top: 0.5em;
    padding-bottom: .5em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    transition: .3s box-shadow ease;
    left: 0;
    /* z-index: 9999999999999; */
}

ul.level-0.mr-navbar-nav {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: end;
    justify-content: space-between;
    font-size: 1.7vw;
    text-transform: uppercase;
    font-weight: 400;
    font-family: raleway;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
}

ul.level-0.mr-navbar-nav a {
    color: rgb(0, 0, 0);
}

header a:hover {
    text-decoration: none;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: .5em;
    height: 2px;
    background-color: rgb(0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: .5em;
    height: 2px;
    background-color: rgb(239, 232, 148);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a {
    padding: 0 0.4em;
    font-size: 1.2vw;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.mr-navbar-inner {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 14.5vw;
    /* background: #2770b5; */
    background-size: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(39,112,181,1) 0%, rgba(253,254,254,0) 99%, rgba(255,255,255,0) 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770b5', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    min-height: 58px;
}

#secondary .mr-navbar-inner {
    /* background-image: url(/images/headerbackground.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-repeat: repeat; */
}

.bottom_curve {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

a.phone {
    height: calc(50% + 0.7em);
    background: #8cc83a;
    display: flex;
    font-size: 2vw;
    color: white;
    font-family: raleway;
    font-weight: 700;
    padding: 0.2em 0.5em 0.3em;
    align-items: flex-end;
    transition: .3s all ease;
    box-shadow: 0 0 0 #000;
}

a.phone:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px #0000002e;
}

h1.logo .desktop {
    width: 90%;
    padding-top: 0.25vw;
}

#secondary h1.logo .desktop {
    /* padding-top: 10%; */
    /* width: 10vw; */
}

.bottom_curve img {
    width: 102%;
    margin: 0 -1%;
}

.header_backdrop {
    height: 51vw;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #256eb3;
}

.mr-navbar-wrap {
    position: relative;
}

.footer_copyright p {
    margin: 0;
}

section#contactbar {
}

.header_backdrop .background {
    background-image: url(/images/headerbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    top: 0;
    /* left: -1em; */
    /* right: -1em; */
    bottom: 0;
    position: absolute;
    width: 100%;
}

.col-6.padding.verticalspacing {
}

.padding {
    padding: 2vw 4vw;
}

h2 {
    font-size: 3vw;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {
    color: white;
    margin-right: -4vw;
}

.signupform form {
    background: white;
    box-shadow: 0 2vw 20vw rgba(0, 0, 0, 0.25);
}

.signupform header {
    background: #8cc83a;
    color: white;
    padding: 1.2em 1.6em;
}

.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: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
}

.aboutus {
    padding-bottom: 1em;
}

.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;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.outline {
    border: .2em solid;
}

.aboutus p {
    margin-bottom: 1em;
}

.stock_pointing img {
    width: 70%;
}

.aboutus h2 {
    color: rgb(0, 0, 0);
}

.aboutus h3 {
    color: #31c3e7;
    padding: 1vw 0;
}

section#about > div {
    padding-bottom: 0;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: raleway;
    font-weight: 700;
}

.contactbar_item {
    display: flex;
    align-items: center;
}

.contactbar_item .icon {
    font-size: 3.2em;
}

.contactbar_item .info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
}

.contactbar_item .info a {
    color: white;
    text-transform: none;
    font-size: 1.5em;
}

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: flex;
    flex-direction: column;
    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: rgb(236, 229, 146);
    color: rgb(33, 37, 41);
    font-family: raleway;
    font-weight: 400;
    font-size: 0.93em;
}

footer.page-footer ul {
    border-top: 1px solid #999999;
    padding: 0;
    list-style: none;
    margin: 0;
}

footer.page-footer ul li {
    border-bottom: 1px solid #999999;
    padding: .4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.page-footer ul li span + span {
    justify-self: flex-end;
    text-align: right;
}

.footer_hours {
    border-radius: 0.4em;
}

.footer_hours header {
}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    background: rgb(33, 37, 41);
    text-align: center;
    color: white;
    padding: 0.75em;
}

footer.page-footer header {
    font-size: 1.6em;
    font-weight: 700;
    border-bottom: 0.1em solid;
    line-height: 1;
    padding-bottom: .2em;
    margin-bottom: 0.3em;
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr-navbar-toggle {
    display: none;
}

body#secondary h1,body#secondary h2,body#secondary h3,body#secondary h4,body#secondary h5,body#secondary h6 {
    color: rgb(0, 0, 0);
}

#secondary main.page-content {
    /* padding-top: 12vw; */
}

h1.logo {
    background: white;
    border-radius: 50%;
    width: 15vw;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5vw;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.3);
    transition: .3s box-shadow ease;
}

section#missionstatment {
    background: rgb(251, 248, 229);
}

.mr-navbar-brand {
    position: relative;
    z-index: 1;
}

.announcements h2 {
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 0.15em solid rgb(239, 232, 148);
}

#homepage header h2, .emergencynumbers header h2  {
    background: rgb(237, 230, 147);
    text-align: center;
    font-size: 1.25em;
    padding: 0.75em;
}

p.emergencynumbers a {
    background: rgb(251, 248, 229);
    display: block;
    padding: 1em;
    color: black;
    font-size: 1.2em;
    transition: .3s all ease;
    backface-visibility: hidden;
    line-height: 1;
}

.emergencynumbers main a .label {
    font-weight: 700;
    text-transform: uppercase;
}

.emergencynumbers main a .value {
    display: block;
}

.emergencynumbers main a:hover {
    text-decoration: none;
    transform: scale(1.02);
}

section.footer_content a {
    color: black;
    text-decoration: underline;
}

section.footer_copyright a {
    color: rgb(236, 229, 146);
    text-decoration: underline;
}

.-is-stuck .mr-navbar-nav-wrap {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    /* transition: .3s box-shadow ease; */
}

.page-header.-is-stuck h1.logo {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s box-shadow ease;
}

section#missionstatment h2 {
    text-transform: uppercase;
    font-size: 2em;
}

.footer_contact .contact_item:first-of-type {
    padding-top: 1em;
}

.footer_contact .contact_address {
    padding-top: 1em;
}

.footer_hours .hours_item {
    padding-top: 1em;
}

.footer_hours .hours_item:first-of-type .label {
    display: block;
}

.footer_hours .hours_item .label {
    font-weight: 700;
}

ul.level-1.rd-navbar-dropdown {
    opacity: 0;
    position: absolute;
    padding: 0;
    width: auto;
    background: white;
    list-style: none;
    text-transform: none;
    min-width: 260px;
    text-align: left;
    visibility: hidden;
    z-index: 9999999;
    border-top: 2px solid black;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: .3s all ease;
}

li.navitemid-4.active.current-item.current.current-parent {
}

ul.level-0.mr-navbar-nav li:hover .rd-navbar-dropdown {
    opacity: 1;
    visibility: visible;
}

ul.level-1.rd-navbar-dropdown li a {
    padding: 0.7em 1em;
    display: block;
    text-align: left;
}

li.navitemid-4.active.current-item.current.current-parent {
}

ul.level-0.mr-navbar-nav > li {
    padding-bottom: 2px;
}

ul.level-1.rd-navbar-dropdown > li:hover {
    background: rgb(251, 248, 229);
}

ul.level-1.rd-navbar-dropdown > li > a {
    padding-left: 1.5em !important;
}

/*ALERTS*/
.alert {
    /* font-family: 'Overlock', cursive;*/
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 0px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
}

.alert.green {
    background-color: #5d9443;
}

.alert.yellow {
    background-color: #efe894;
    color: #00310B;
}

.alert.yellow .fa-exclamation-triangle {
    color: #000000 !important;
}

.alert.yellow a {
    color: #000;
}

.alert.red {
    background-color: #a02222;
}

.alert-inner div {
    white-space: nowrap;
    /* min-width: fit-content; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    padding: 0 10px;
}

.alert-inner div + div {
    white-space: nowrap;
    min-width: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
}

span.alerticon {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #000000db;
}

.alerticon img {
    animation: alertblink 1.5s ease infinite;
    filter: grayscale(100%);
    height: 20px;
}

span.alertdate {
    color: black;
    margin: 0 20px;
    white-space: nowrap;
}

span.alertheading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
}

.alert a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    white-space: nowrap;
    margin: 0 10px;
    line-height: 40px;
    width: fit-content;
    flex-grow: 0;
}

.alert-inner {
    width: 100%;
    margin: 0 auto;
    padding: .3em 8vw;
}

span.alertheading p {
    margin-bottom: 0;
    line-height: 20px;
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

span.alertheading * {
    overflow: hidden;
    text-overflow: ellipsis;
}

span.alertheading p + p {
    width: 0%;
}

form#contactform {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: red; */
    /* padding: 1.4em 2.6em 3em; */
    position: relative;
    margin-bottom: 1vw;
    border: 0;
    outline: 0;
}

form#contactform input, form#contactform textarea, form#contactform button {
    margin: 0.2em;
    background: rgba(222, 222, 222, 0.36);
    border: 0;
    padding: .3em;
    color: rgb(0, 0, 0);
    outline-color: white;
    z-index: 0;
    border: 3px solid transparent;
}

form#contactform input:hover, form#contactform textarea:hover, form#contactform button:hover {
    border: 3px solid white;
}

form#contactform button {
    text-transform: uppercase;
    font-weight: 900;
    /* border: 3px solid white; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    width: 100%;
    background: rgb(239, 232, 148);
    color: rgb(0, 0, 0);
    cursor:pointer;
    margin: 0;
    margin-left: .5em;
}


form#contactform button:hover {
    background: rgba(239, 232, 148, 0.5);
    color: rgba(0, 0, 0, 0.7);
}

form#contactform *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-webkit-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::-moz-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *:-ms-input-placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform *::placeholder {
    color: #958686;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

form#contactform:after {
    /* content: ''; */
    position: absolute;
    bottom: -4vw;
    left: 0;
    width: 100%;
    background: red;
    -webkit-transform: skewY(5.5deg);
    transform: skewY(5.5deg);
    height: 8vw;
    z-index: 2;
}

.contact_header {
    margin-bottom: 1.6em;
    color: white;
    font-size: .8em;
    text-align: center;
}

.contact_col {
    display: flex;
    padding: .5em;
}

.contact_col .g-recaptcha {
    margin: auto;
}

form#contactform .contact_col button:before {
    content: '\f3fe';
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    padding-right: 0.5em;
}

@media (max-width: 767px) {
    form#contactform .contact_col .g-recaptcha {
        margin: 1em auto;
    }

    form#contactform .contact_col {
        display: flex;
        flex-direction: column;
    }

    form#contactform .contact_col button {
        padding: 1em;
        margin-left: 0;
        margin-top: 0.8em;
    }
}
@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) {
    .alert-inner {
        padding: 0 0vw;
    }

    #secondary header#home {
        height: 58px;
        background-image: none;
    }

    footer.page-footer header {
        margin-top: 1em;
    }

    .mr-navbar-brand {
        width: 100%;
        padding-left: 58px;
        display: block;
    }

    h1.logo {
        background: NONE;
        margin-left: 0 !important;
        width: auto;
        height: auto;
        position: absolute;
        display: block;
        text-align: center;
        left: calc(50% + 29px);
        background: transparent;
        padding: 3px 5px;
        transform: translate(-50%, 0px);
        box-shadow: none;
        padding: 0;
    }

    .mr-navbar-nav-wrap {
        position: fixed;
        /* top: 287px; */
        left: 0;
        right: auto;
        bottom: 0;
        margin: 0;
        background: rgb(239, 232, 148);
        /* z-index: 0; */
        /* display: none; */
        /* visibility: hidden; */
        transition: .3s all ease;
        width: 250px;
        margin-top: 58px;
        padding: 0 !important;
        transform: translate(-100%, 0px);
        transition: .3s all ease;
        box-shadow: none !important;
        height: calc(100vh - 58px);
    }

    ul.level-0.mr-navbar-nav {
        flex-direction: column;
        font-size: 6vw;
        height: 100%;
        justify-content: flex-start;
        padding: 0;
        /* opacity: 0; */
        /* transform: translate(0,100px); */
        transition: .0s all ease;
        overflow: auto;
    }

    .showmenu ul.level-0.mr-navbar-nav {
        /* transition: .3s all .2s ease; */
        /* opacity: 1; */
        /* transform: translate(0,0px); */
    }

    ul.level-1.rd-navbar-dropdown {
        position: relative;
        width: 100%;
        min-width: unset;
        color: black;
        opacity: 1;
        visibility: visible;
        background: rgba(251, 248, 229, 0.5);
        box-shadow: none;
        border-top: 0;
    }

    ul.level-0.mr-navbar-nav li {
        margin: 0 0;
        position: relative;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 1;
    }

    ul.level-0.mr-navbar-nav li a {
        font-size: 20px;
        display: block;
        text-align: left;
        padding: 0.7em;
    }

    span#nav_slide_hover_bg {
        display: none;
    }

    span#nav_slide_hover {
        display: none;
    }

    li.current.current-item:after {
        content: '';
        border-bottom: 3px solid rgb(33, 37, 41);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(33, 37, 41);
        position: absolute;
        bottom: 50%;
        left: calc(100% - 12px);
        transform: translate(-100%, 50%);
    }

    .mr-navbar-subpanel {
        justify-content: space-between;
        padding-top: 0;
    }

    .bottom_curve {
        display: none;
    }

    .slogan {
        margin: 0;
        padding-bottom: 3em;
        text-align: center;
    }

    .aboutus {
        background: white;
        /* margin: 0 -6vw; */
        border-radius: 1em;
    }

    img {
    }

    .stock_pointing img {
        display: none;
    }

    .contactbar_item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .contactbar_item .info {
        font-size: 1em;
        padding: 0 0 1em 0;
    }

    .contactbar_item .info a {
        font-size: 1.8em;
    }

    .services_list {
        font-size: 1.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.2em;
    }

    .mr-navbar-inner {
        position: fixed;
        width: 100%;
        background: rgb(255, 255, 255);
        z-index: 9999;
        box-shadow: 0 5px 20px #0000003d;
        padding: 0;
        top: 0 !important;
        height: 58px !important;
    }

    img.mobile {
        display: block;
        height: 58px;
    }

    img.desktop {
        display: none;
    }

    main.page-content {
    }

    #secondary 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: flex;
        background: rgb(239, 232, 148);
        cursor: pointer;
        width: 60px;
        text-align: center;
        position: absolute;
        left: 0;
    }

    .mr-navbar-toggle span:before {
        content: '\f0c9';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: rgb(33, 37, 41);
        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: rgb(33, 37, 41);
        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: rgb(251, 248, 229); */
        /* visibility: visible; */
        transform: translate(0%, 0px);
        transition: .3s all ease;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15) !important;
    }

    .header_backdrop {
        height: 500px;
        max-width: 100%;
        position: absolute;
        width: 100%;
    }

    .header_backdrop:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100vw;
        overflow: hidden;
        height: 200px;
        background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(32,89,154,0) 1%, rgba(255,255,255,1) 100%);
        /* 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: 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;
    }

    .footer_copyright p {
        font-size: .9em;
    }
}
.home_events_wrapper {
    border: 1px solid #bfbfbf;
    margin-bottom: 2rem;
    position: relative;
}

#thismonthcal .fc-header-toolbar.fc-toolbar {
    display: none;
}

#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: 55px;
}

#thismonthcal .fc-daygrid-event-harness {
    height: 6px;
    margin-bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

#thismonthcal .fc-daygrid-event {
    margin: 0;
}

#thismonthcal .fc-daygrid-event-dot {
    width: 100%;
    height: 0;
    border: 2px solid #d0cc70 !important;
}

#thismonthcal .fc-event-time {
    display: none;
}

#thismonthcal .fc-event-title {
    display: none;
}

#thismonthcal .fc-daygrid-day-events {
    margin: 0;
    min-height: 1.2em;
}


#thismonthcal .fc-daygrid-day-number {
    padding: 0;
}

/* END MINI CAL */






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;
}

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: #ede996;
    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: black;
    font-size: 1.2rem;
}

.event_pager .back:before,
.event_pager .prev:before {
    content: '\f0a8';
    font-family: "Font Awesome 5 Free";
    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 .5em 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: #454545;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 0.8em;
}

.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: white;
    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: .9em;
    flex-wrap: wrap;
}

.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: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
}

.result_events_date:before,
.event_date:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
}

.events_details>* {
    flex-grow: 1;
    /* width: 100%; */
    min-width: 50%;
}

.events_details_time:before,
.event_time:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    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;
}

.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: #ede996;
    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: black;
}


.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: #f7f7f7 !important;
}

.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: white;
    /* padding: 0.1em; */
    position: relative;
    height: 165px;
}

.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;
}

.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;
    font-size: 1rem;
}

/* 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;
    background: #e3df90 !important;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    color: black;
}

.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 #bcb86b !important;
}

td.fc-daygrid-day.fc-day.fc-day-today>div {
    background: #ede99645;
    border: 2px solid #ede996;
}

.fc-h-event .fc-event-title {
    text-overflow: ellipsis;
}

.fc .fc-daygrid-day-number {
    padding: 2px;
    text-decoration: none;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .fc-header-toolbar.fc-toolbar {
        font-size: 2.75vw;
    }
}

.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 !important;
}

.fc .fc-daygrid-event-harness {
    height: 1.5rem;
    margin-bottom: 2px;
}

.day_event {
    max-width: 100%;
}

.fc .fc-daygrid-event {
    z-index: 999;
    color: black;
}

.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;
    padding-top: 0.2rem;
    display: block;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: black;
    font-weight: 400;
    font-size: 1rem;
}

.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 #c0c068 !important;
}

.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; */
    padding: 2rem;
}

.media {
    /* height: 6rem; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url('/images/banner.jpg');
}

@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: #20361e;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background: #eae694 !important;
}

.fc-daygrid-event.mr_events:before {
    content: attr(data-time);
    position: absolute;
    top: 100%;
    border-radius: 5px;
    margin-top: 0.5rem;
    background: #ede996;
    transform: translateY(-1rem);
    color: #000000;
    padding: 0.3rem .5rem 0.1rem;
    opacity: 0;
    visibility: hidden;
    transition: none;
    visibility: hidden;
    min-width: 3rem;
    min-height: 1rem;
    pointer-events: none;
    font-size: 15px;
}

.fc-daygrid-event.mr_events:after {
    content: "";
    position: absolute;

    /* position tooltip correctly */
    top: calc(100% + 2px);
    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 0.4rem 0.4rem 0.4rem;
    border-color: transparent transparent #ebea98 transparent;
    transition: none;
    pointer-events: none;
}

.fc-daygrid-event.mr_events:hover:before,
.mr_events:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: .2s all .2s ease-in;
}

.fc .fc-daygrid-more-link:hover {
    background-color: transparent;
    font-weight: 900;
}

a.fc-col-header-cell-cushion {
    text-decoration: none;
    color: black;
    font-size: 1rem;
}

.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(144 217 248);
    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);
    background-color: var(--mr-color-accent) !important;
    background-color: var(--mr-color-accent) !important;
    border-color: var(--mr-color-accent) !important;
    border-color: #ede996 !important;
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: var(--mr-color-accent) !important;
    background-color: #b5b160 !important;
    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;
}

.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;
    display: none;
}

.fc-multimonth-daygrid .fc-daygrid-event {
    margin: 0 !important;
    width: 100%;
}

.fc-multimonth-daygrid .fc-daygrid-event-dot {
    margin: 0;
    width: 100% !important;
    height: 4px !important;
    border: 0 !important;
    background: #bdba74;
}

.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;
    padding: 0 5px;
}

.fc-multimonth-daygrid .fc-daygrid-day-frame:hover {
    cursor: pointer;
    background: #90d9f82e !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;
}

@media (max-width: 576px) {
    .fc-dayGridMonth-view td.fc-daygrid-day.fc-day {
        height: 20px !important;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 0;
    }

    .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: 6px;
        width: 100%;
        margin: 0 !important;
        overflow: hidden;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        display: flex;
        /* flex-wrap: wrap; */
        min-height: 20px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .fc .fc-toolbar {
        flex-direction: column;
    }

    .fc .fc-toolbar .fc-toolbar-chunk {
        flex-grow: 1;
        width: 100%;
        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;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 1em !important;
        position: relative;
    }

    .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: 14px;
        width: 10px;
        position: relative;
        margin: 0 !important;
        display: none;
    }


    a.fc-daygrid-more-link.fc-more-link {
        width: 22px;
        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.8;
    }

    .fc .fc-daygrid-event {
        margin: 0 !important;
        width: 100%;
    }

    .fc-daygrid-event-dot {
        margin: 0;
        width: 100% !important;
        height: 3px !important;
        border: 0 !important;
        background: var(--mr-color-tertiary) !important;
    }


}

.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: #f7f7f7;
    box-shadow: inset 0 0 2px grey;
    cursor: pointer;
}

.event_list .events_title {
    flex-grow: 1;
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    margin: 0;
    color: black;
    margin-bottom: 0.25rem;
}

.event_list time {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    color: black;
    background: #ede996;
    padding: 1.2rem 0.9rem;
    line-height: 0.8;
}

.event_list time div+div {
    margin-left: 0.3rem;
}

ul.event_list a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 1rem;
    color: grey;
    opacity: .5
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #a7a357 !important;
}

.fc-daygrid-event {font-size: 1rem;}


.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    font-size: 1rem;
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400 !important;
}.event_list time div {font-weight: 900;text-transform: uppercase;}

.event_list time div + div {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.7em;
}

ul.event_list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}

ul.event_list a {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
}

.events_title_desc {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

ul.event_list li {
    margin-bottom: 1rem;
}

ul.event_list li:last-of-type {
    margin-bottom: 0;
}#homepage section#homemain, #homepage section#homemain > .padding {
    padding-bottom: 0;
}

#homepage section#hometiles {
    background: #faf9f9ba;
}