
.prchef {
    position: absolute;
    right: 11%;
    top: 73%;
    z-index: 1;
    font-size: 1.5rem;
    color:#aaa;
}
.prchef a {
    background: none;
    cursor: pointer;
    font-size: 1.5rem;
    color:#aaa;
}
.prchef a.active {
    background: none;
    font-size: 1.5rem;
    color:#10B7A1;
}
#Preregisterchef {
    background: rgba(0, 0, 0, 0.3);
}
#Preregisterchef:hover {
    background: #fff;
}
.chosen-drop .chosen-results {
    max-height: 100px;
}

.prc-background {
  background: linear-gradient(45deg,#000000 0%, #bac8e0 100%) !important;
  opacity: 0.6;
}

#prc_phone::-webkit-inner-spin-button,
#prc_phone::-webkit-outer-spin-button{
    -webkit-appearance: none; 
    margin: 0;
}
#prc_phone{
    -moz-appearance:textfield;
}
.header-absolute{
    background:#10B7A1 !important; 
    position:absolute !important;
}

.info-alert-header{ 
    width: 100%;
    height: 50px;
    background: #fff;
    color: #20c997;
    text-align: center;
    font-size: 1.25rem;
    top: 0px;
    position: fixed;
    z-index: 39;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    display: block;
}
.info-alert-text-warp{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.info-alert-text-warp .text-a-wrap {
    padding-right: 1vw;
    width: auto;
    font-weight: bold;
}
.btn-a-wrap{
    width: auto;
    font-size: 0.75rem;
    cursor: pointer;
    font-weight: bold;
}
.btn-a-wrap span{
    padding: 5px 8px;
    border: #20c997 solid 1px;
    color: #20c997;
    text-decoration: none;
    transition: border 0.5s, color 0.5s, background 0.5s;
}
.btn-a-wrap span:hover{
    border: #fff solid 1px;
    color: #fff;
    background: #20c997;
}
.info-alert-header-close{
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 2%;
}
.info-alert-header-close span{
    font-size: 16px;
    border: #20c997 solid 1px;
    border-radius: 50%;
    padding: 3px 7px;

}

@media (min-width: 550px) {
    .info-alert-header {
      font-size: 1.25rem;
    }
    .btn-a-wrap span{
        padding: 5px 8px;
    }
    .btn-a-wrap {
        font-size: 0.75rem; 
      }
      .info-alert-header-close span{
        font-size: 16px;
    }
      
}
@media (max-width: 410px) {
    .btn-a-wrap {
        font-size: 0.5rem; 
      }
    .info-alert-header-close{
        display:none;
    }

      
}

@media (max-width: 549px) {
    .info-alert-header {
      font-size: 3vw; 
    }
    .btn-a-wrap span{
        padding: 0.65vw 1vw;
    }
      .info-alert-header-close span{
        font-size: 3vw;
    }
}

.footer-columns-cs{
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    margin-top: 0px !important;
}
.footer-nav-link-cs {
    margin: 0px 5px 0px 5px !important;
}
.footer-inline-block {
    display: inline-block !important;
}
.islegalsection {
    position: relative;
    text-align: center;
    top: 99%;
    z-index: 1;
    font-size: 1.5rem;
    color:#aaa;
}
.islegalsection a {
    background: none;
    cursor: pointer;
    font-size: 1.5rem;
    color:#aaa;
}
.islegalsection a.active {
    background: none;
    font-size: 1.5rem;
    color:#10B7A1;
}

@media (max-width: 1087px){
    .hero-body {
        background: rgba(0,0,0,0.7) !important;
    }
    .video_banner{
        height: 100vh;
        width: 181vh;
        top:8px !important;
        transform: translate(-25%, 0%);
    }
    .hero.is-fullheight {
        min-height: 112vh;
    }
}
@media (max-width: 768px){
    .video_banner{
        height: 100vh;
        width: 174vh;
        top:8px !important;
        transform: translate(-45%, 0%);
    }
    .prchef
    {
        right:auto;
    }
    .hero.is-fullheight {
        min-height: 100vh;
    }
}

@media (-webkit-video-playable-inline) {
    #video_id video { display: initial; }
}