@media (max-width: 700px) {
  .flip-clock-divider.seconds .flip-clock-label {
    right: -57px;
}
}

.bg-gold {
    background: #FFC722;
}

/* Breakpoint issue */
@media (max-width: 1503px) and (min-width: 1008px) {
   .layout--twocol-section {
    display: flex;
    flex-wrap: unset;
  }
}

.multi-purpose-slider .carousel-inner {
    padding: 0 45px;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 1;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 2.5rem 0 0 0;
    display: flex;
    justify-content: center;
}

article {
    padding: 0;
}


/* Teams Flag Fix */
@media (max-width: 1200px) {
  .teams-flag {
    display: none !important;
  }
  
  .teams-flag-mobile {
    display: block !important;
  }
}

@media (min-width: 1201px) {
  .teams-flag {
    display: block; !important;
  }
  
  .teams-flag-mobile {
    display: none !important;
  }
}

#teams-slider-left h1, #teams-slider-right h1, 
#teams-slider-left h3, #teams-slider-right h3 {
  word-break: normal;
  -ms-word-break: normal;
}