header {
  margin-top: 40px;
}
@media (max-width: 768px) {
  header {
    margin: 0;
  } 

  #es-strip-container {
    display: none;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-item {
  margin: 0 0.25rem;
}

.page-item a {
  height: 2rem;
  width: 2rem;
  display: block;
  border: 1px solid #004f9f;
  color: #004f9f;
  background: #fff;
  border-radius: 0.1875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}

.page-item.active a,
.page-item a:hover {
  background: #004f9f;
  color: #fff;
}

.roster-filter.active,
.menu-section__links .btn.active {
  color: #004f9f;
  border: 0.125rem solid #004f9f;
}

.product__img img {
  max-height: 12.5rem;
  object-fit: contain;
}

.c-table-section {
  margin-bottom: 1.5rem;
}

.menu-section__label.second {
  margin-left: 0.5rem;
}
.fanshop__btn {
  margin-top: auto;
}
.product {
  display: flex;
  flex-direction: column;
}
.o-content p strong {
  display: inline;
}
.fotogalerie-section figure a:before {
  z-index: 1;
}
.c-table-section table .logo img {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
.c-table-section table .logo {
  display: flex;
  align-items: center;
  width: 100% !important;
  transform: translateY(1px);
  white-space: nowrap;
}
.roster-section .table-responsive,
.team-section .table-responsive {
  margin-bottom: 2.5rem;
}
@media (max-width: 47.999em) {
  .game-scorebox .team img {
    display: block;
    margin-bottom: 8px;
  }
  .game-scorebox .team {
    flex-direction: column;
    text-align: center;
  }
  .game-scorebox .team__name {
    text-align: center;
  }
  .game-scorebox .team-left .team__name {
    order: 1;
  }
}

.newsletter-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
}

.newsletter-popup.show {
  display: block;
}
.o-content iframe {
  width: 100%;
  display: block;
  min-height: 200px;
}
@media (max-width: 540px) {
  .o-content iframe {
    height: auto;
  }
}
@media (max-width: 61.999em) {
  .team-section__item .c-team-section__hover,
  .team-section__item .c-team-section__info {
    transform: translateX(0);
  }
  .team-section__item:hover .c-team-section__info {
    transform: translateX(0);
  }
  .team-section__item .team-section__info {
    transform: translateX(0);
  }
  .team-section__info {
    bottom: 2.5em;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.form-control, .form-select {
  display: block;
  padding: .375rem 1rem;
  width: 100%;
  margin-top: .5rem;
  border-radius: 1rem;
  border: 0.125rem solid var(--color-gray);
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.form-label {
  font-size: 18px;
}

.mt-2 {
  margin-top: .5rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-white {
  color: white !important;
}

.c-questions__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}