#banner-container {
    /* position: sticky; */
    /* top: 0; */
    /* z-index: 1000; */
}

.top-banner {
    padding: 18px 10%;
    z-index: 900;
    position: relative;
    pointer-events: none;
    
}
.top-banner-content {
    pointer-events: auto;
    text-align: center;
}
#ica-status-banner .top-banner-content {
    pointer-events: none;
}
.top-banner > .icons-container
{
    position: fixed;
    top: 10px;
    left: 0;
    letter-spacing: 0;
    font-size: 0;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
}
.top-banner > #x {
    position: static;
    float: right;
}
.top-banner[data-color="default"] {
    color: #000;
    background-color: #FF0;
}
.top-banner[data-color="bw"]{
    background-color: #fff;
}
.top-banner[data-color="red"]{
    background-color: #F00;
    color: #fff;
}
.top-banner a {
    color: #000;
    border-bottom: 2px solid;
}
.top-banner[data-color="red"] a{
    color: #fff;
}
.top-banner .menu-text-icon a{
    border-bottom: none;
}
#main-banner {
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
padding-left: 300px;
padding-right: 300px;
}
.viewing-calendar #main-banner,
.viewing-search #main-banner,
.viewing-menu #main-banner {
    display: none;
}
#ica-status-banner + #main-banner,
#pseudo-banner {
    padding-top: 70px;
}

#ica-status-banner {
    background-color: transparent;
    z-index: 1550;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100vw;
    box-sizing: border-box;
    pointer-events: none;
    padding: 6px 325px;
    padding-top: 24px;
}
#ica-status-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    z-index: 10000;
}
#ica-status-banner b {
    font-weight: 400;
    letter-spacing: 0.05em;
}
body[ica-status="open"] #ica-status-banner b {
    color: #0f0;
}
body[ica-status="closed"] #ica-status-banner b {
    color: #f00;
}

body[ica-color-theme='dark'] #ica-status-banner{
    color: #fff;
    background-color: transparent;
}

#spektrix-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 70px;
  background-color: #FF0;
  z-index: 1530;
  padding: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: opacity .5s;
}

.membership #spektrix-bar {
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
    .top-banner
    {
        /* padding-top: 70px; */
        padding-left: 40px;
        padding-right: 40px;
    }
    body:not(.home) .top-banner
    {
        padding-top: 70px;
    }
}
@media screen and (max-width: 820px) {
    #ica-status-banner {
        padding-top: 66px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #ica-status-banner + #main-banner,
    #pseudo-banner {
        padding-top: 100px;
    }
    #spektrix-bar {
        height: 100px;
    }
    #main-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 500px) {
    /* #ica-status-banner {
        padding-left: 20px;
        padding-right: 20px;
    } */
    
}
