.nav-item:nth-child(2) a {
    cursor:default;
}
/* Accordion */
.header-container .seafoam-down-arrow, .header-container {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.header-container:hover {
    background-color:rgba(241, 236, 224, 0.5)!important;
    cursor:pointer;
}
.day-section:first-of-type .header-container .seafoam-down-arrow {
    transform:rotate(180deg);
}
#cmsPageLoader:after {
    display:none!important;
}
#footer {
    display:none;
}