/**********************************
	SPONSORS
**********************************/
.sponsors-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 25px;
}
.sponsor-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sponsor-logos-container img {
  width: 250px;
  max-width: 100%;
  padding: 25px;
}
@media(max-width: 1027px){
.heading-top {
  margin-top: 50px !important;
}
}
@media(max-width: 608px){
.heading-top {
  margin-top: 62px !important;
}
}

#menu-toggle {
    padding-top: 28px;
}
.header .order-ticket-mobile {
    padding: 10px 15px;
    margin-top: 10px;
}
.header .order-ticket-mobile br {
    display: none;
}

@media only screen and (max-width: 63.938rem){
    .header .order-ticket-mobile {
        font-size: 1.125rem;
    }
}
@media only screen and (max-width: 59.375rem){
    .header .order-ticket-mobile {
        font-size: 1.0rem;
    }
}
@media only screen and (max-width: 38rem){
    .header {
        padding: 6.25rem 0 0;
    }
    .header-container {
        padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    }
    .header-wrapper-tablet a.logo_txt {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 340px){
    .header .order-ticket-mobile {
        padding: 5px 10px;
        margin-top: 5px;
    }
    .header .order-ticket-mobile br {
        display: block;
    }
}

.countdown-to-digits > div + div {
    margin-left: 5px;
}
.countdown-to-digits .digit {
    background: #93c951;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 150%;
    padding: 10px 2px;
}
.countdown-to-digits .digit-label {
    color: #fff;
}
@media only screen and (max-width: 63.938rem){ 
    .countdown-to-digits .digit {
        font-size: 27px;
        margin-top: 10px;
    }
    .header .order-ticket {
        align-items: center;
    }
}