body {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #262628;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}
/*Breakpoints*/
@media (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-large-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-medium {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-medium-down {
    display: none !important;
  }
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #003d6d;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
/*Site Colors*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/

/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
/*Animations*/

/*Row Styles*/

.row {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  
}
.row.no-pad {
  max-width: 1280px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .row.extra-pad {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
/*Slick Dots*/

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
/* Logo Loading */

.loading {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.25s ease-in-out 1s;
  background: white;
}
.loading img {
  width: 150px;
}
@-moz-keyframes scale-one {
  0% {
    transform: scale(0);
    z-index: 2;
  }
  50%,100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale-one {
  0% {
    transform: scale(0);
    z-index: 2;
  }
  50%,100% {
    transform: scale(1);
  }
}
@-o-keyframes scale-one {
  0% {
    transform: scale(0);
    z-index: 2;
  }
  50%,100% {
    transform: scale(1);
  }
}
@keyframes scale-one {
  0% {
    transform: scale(0);
    z-index: 2;
  }
  50%,100% {
    transform: scale(1);
  }
}
@-moz-keyframes scale-two {
  0%,50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale-two {
  0%,50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scale-two {
  0%,50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-two {
  0%,50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.loader-bars {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 12px;
}
.loader-bars-inner > div {
  background: #f3b237;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.loader-bars-inner > div::before,
.loader-bars-inner > div::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
}
.loader-bars-inner > div::before {
  background-color: #003d6d;
  animation: scale-one 2400ms linear infinite;
}
.loader-bars-inner > div::after {
  background-color: #f3b237;
  animation: scale-two 2400ms linear infinite;
}
.loader-bars-inner > div:nth-child(2)::before,
.loader-bars-inner > div:nth-child(2)::after {
  animation-delay: 300ms;
}
.loader-bars-inner > div:nth-child(3)::before,
.loader-bars-inner > div:nth-child(3)::after {
  animation-delay: 600ms;
}
.loader-bars-inner > div:nth-child(4)::before,
.loader-bars-inner > div:nth-child(4)::after {
  animation-delay: 900ms;
}
.loader-bars-inner > div:nth-child(5)::before,
.loader-bars-inner > div:nth-child(5)::after {
  animation-delay: 1200ms;
}
html:not(.index) .loading,
html:not(.index) .sidearm-loading {
  display: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1328px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
html:not(.index) .main-content-placeholder .sidearm-roster-view .sidearm-roster-team-photo {
  margin-left: 0;
  margin-right: 0;
}
html.navigation-loaded .loading {
  opacity: 0;
  pointer-events: none;
}
/*General Styles*/

.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.sidearm-icon {
  font-family: 'sidearm_font_v2';
}
.sidearm-icon::before {
  margin: 0;
}
.ad-state {
  position: relative;
}
.ad-state:focus,
.ad-state:focus-within {
  outline: 1px solid black;
}
.ad-state > div:focus-within {
  outline: 1px solid black;
}
body.calendar-open {
  overflow: hidden;
}
body.calendar-open .main-header__navbar-right .main-header__calendar-toggle .view {
  display: none;
}
body.calendar-open .main-header__navbar-right .main-header__calendar-toggle .close {
  display: inline-flex;
}
body.calendar-open .main-header__navbar-right .main-header__calendar-toggle .sidearm-icon {
  color: #f3b237;
}
body.calendar-open .main-header__navbar-right .main-header__calendar-toggle::after {
  background-color: #f3b237;
  width: 100%;
  transition: all 0.25s;
}
body.calendar-open .s-schedule__mobile {
  width: 100%;
  pointer-events: all;
  overflow: auto;
  opacity: 1;
  height: calc( 100vh - 70px );
}
.main-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.25s;
}
.main-header__container {
  background-color: #003d6d;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
.main-header__logo a {
  text-decoration: none;
  transition: all 0.25s;
  padding: 6px 0;
}
.main-header__logo a img {
  width: 57px;
  height: 68px;
}
.main-header__navbar {
  padding-left: 32px;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.main-header__navbar-right {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-header__navbar-right .ads-container .icons-ad__link {
  text-decoration: none;
  transition: all 0.25s;
  margin: 2.5px 16px 2.5px 0;
  background-color: #f3b237;
  border-radius: 100px;
  padding: 12px 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-header__navbar-right .ads-container .icons-ad__link .sidearm-icon {
  display: none;
}
.main-header__navbar-right .ads-container .icons-ad__link:hover {
  background-color: white;
  transition: all 0.25s;
}
.main-header__navbar-right .ads-container .icons-ad__label {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #003d6d;
}
.main-header__nav {
  margin-right: auto;
}
.main-header .main-navigation {
  width: 100%;
}
.main-header .main-navigation .c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 26px;
  position: relative;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle .sidearm-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle::after {
  content: '';
  height: 4px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle:hover .sidearm-icon,
.main-header .main-navigation .c-navigation--main .c-navigation__toggle.is-toggled .sidearm-icon {
  color: #f3b237;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle:hover::after,
.main-header .main-navigation .c-navigation--main .c-navigation__toggle.is-toggled::after {
  background-color: #f3b237;
  width: 100%;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before {
  background-color: #f3b237;
  width: 100%;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  padding: 28px 24px;
  transition: all 0.25s;
  position: relative;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__parent .c-navigation__url--level-1::after {
  content: '\e020';
  font-family: 'sidearm_font_v2';
  font-size: 12px;
  color: #f3b237;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 2px;
  transition: transform 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__parent:hover .c-navigation__url--level-1::after,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__parent.sidearm-hover .c-navigation__url--level-1::after,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__parent:focus .c-navigation__url--level-1::after {
  transform: rotate(180deg);
  transition: transform 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: #003d6d;
  z-index: 10;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  width: 100%;
  overflow: auto;
  height: 100%;
  max-height: calc( 100vh - 80px );
  background: #003d6d;
  transition: max-height 0.25s;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner .inner-container {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 0 32px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin-right: 32px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column:last-child {
  margin-right: 0px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background-color: #f3b237;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__schedule-roster-news,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__schedule-roster-news,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__stats,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__stats {
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__social::before,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__social::before {
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator {
  padding: 8px 0 8px 62px;
  position: relative;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 125%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  color: #f3b237;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator::before {
  content: '';
  background: linear-gradient(to right, #f3b237 48px, white 6px);
  width: 54px;
  height: 22px;
  position: absolute;
  left: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  padding: 12px 0 12px 16px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  padding: 12px 0 12px 16px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news.news {
  display: none;
  padding: 0;
  font-size: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__stats {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  padding: 12px 0 12px 16px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 18px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  margin: 3px 0 3px 16px;
  font-size: 0;
  color: white !important;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.tickets {
  width: 0;
  margin: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  font-size: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.instagram {
  margin-right: 16px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  font-size: 18px;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e205';
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 0px;
  overflow: hidden;
  background: #003d6d;
  transition: max-height 0.25s;
  z-index: 10;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 70px);
  overflow: auto;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 18px;
  content: '\e020';
  font-style: normal;
  transition: transform .25s;
  color: #f3b237;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding: 24px;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  background-color: #003d6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 72px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background-color: #f3b237;
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover::after,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open::after,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover::after,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus::after {
  transition: transform .25s;
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 3500px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator {
  background-color: white;
  padding: 21px 32px;
  position: relative;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  color: #003d6d;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator::before {
  content: '';
  background: #003d6d;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 32px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #262628;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:hover,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2.sidearm-hover,
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:focus {
  background: #f3b237;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.main-header__search .c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 375px;
}
.main-header__search .c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 16px;
  position: relative;
}
.main-header__search .c-search--overlay .c-search__toggle .sidearm-icon {
  font-size: 20px;
  width: 18px;
  height: 18px;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-header__search .c-search--overlay .c-search__toggle::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  transition: all 0.25s;
}
.main-header__search .c-search--overlay .c-search__toggle:hover::before,
.main-header__search .c-search--overlay .c-search__toggle.is-toggled::before,
.main-header__search .c-search--overlay .c-search__toggle:focus::before,
.main-header__search .c-search--overlay .c-search__toggle.sidearm-hover::before {
  background-color: #f3b237;
  width: 100%;
  transition: all 0.25s;
}
.main-header__search .c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  transition: 0.25s;
  pointer-events: none;
}
.main-header__search .c-search--overlay .c-search__overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.main-header__search .c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
}
.main-header__search .c-search--overlay .c-search__text-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 5px;
  opacity: 0;
  transform: translateY(48px);
  transition: 0.25s;
}
.main-header__search .c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  background-color: white;
  height: 45px;
  padding-left: 10px;
  color: #262628;
  font-size: 16px;
  font-weight: 600;
  font-family: 'DM Sans';
  outline: none;
}
.main-header__search .c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: #262628;
}
.main-header__search .c-search--overlay .c-search__text::-moz-placeholder {
  color: #262628;
}
.main-header__search .c-search--overlay .c-search__text:-ms-input-placeholder {
  color: #262628;
}
.main-header__search .c-search--overlay .c-search__text:-moz-placeholder {
  color: #262628;
}
.main-header__search .c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 0 20px;
  color: white;
  height: 45px;
  text-transform: uppercase;
  background-color: #003d6d;
  border-left: 1px solid #f3b237;
  font-size: 16px;
  font-family: 'DM Sans';
  font-weight: 600;
  transition: 0.25s;
}
.main-header__search .c-search--overlay .c-search__submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.main-header__search .c-search--overlay .c-search__submit[disabled]:hover,
.main-header__search .c-search--overlay .c-search__submit[disabled]:focus,
.main-header__search .c-search--overlay .c-search__submit[disabled].sidearm-hover {
  background-color: #003d6d;
  color: white;
}
.main-header__search .c-search--overlay .c-search__submit:hover,
.main-header__search .c-search--overlay .c-search__submit:focus,
.main-header__search .c-search--overlay .c-search__submit.sidearm-hover {
  background-color: #f3b237;
  color: #003d6d;
}
.main-header__search .c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #003d6d;
  color: white;
  width: 50px;
  height: 50px;
  border: none;
  transition: 0.25s;
  font-size: 20px;
  line-height: 0;
  border-radius: 50%;
}
.main-header__search .c-search--overlay .c-search__close:hover,
.main-header__search .c-search--overlay .c-search__close:focus,
.main-header__search .c-search--overlay .c-search__close.sidearm-hover {
  background-color: #f3b237;
  color: #003d6d;
}
.main-header__sport {
  background-color: #f3b237;
  height: 50px;
  box-shadow: inset 0px 1px 12px rgba(0, 0, 0, 0.08);
}
.main-header .sport-navigation {
  width: 100%;
}
.main-header .sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  background-color: #003d6d;
  width: 100%;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003d6d;
  padding: 13px 32px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  color: #003d6d;
  padding: 13px 0 14px;
  transition: all 0.25s;
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:focus::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1.sidearm-hover::before {
  background-color: #003d6d;
  width: 100%;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 375px;
  z-index: 100;
  max-height: calc( 100vh - 130px );
  opacity: 0;
  background-color: #f3b237;
  overflow: auto;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003d6d;
  padding: 13px 24px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  box-shadow: inset 0px 1px 0px #003d6d;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background-color: #003d6d;
  color: #f3b237;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  color: #003d6d;
  padding: 13px 0 14px;
  transition: all 0.25s;
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover::before {
  background-color: #003d6d;
  width: 100%;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003d6d;
  padding: 13px 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover::before,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled::before {
  background-color: #003d6d;
  width: 100%;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s;
  background-color: #f3b237;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 120px);
  overflow: auto;
  transition: max-height 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e020';
  font-style: normal;
  display: block;
  transition: transform .25s;
  font-size: 14px;
  color: #003d6d;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: #f3b237;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003d6d;
  padding: 14px 32px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  transition: all 0.25s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  background-color: #003d6d;
  color: #f3b237;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover:after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open:after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus:after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover:after {
  color: #f3b237;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003d6d;
  padding: 14px 32px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  transition: all 0.25s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  background-color: #003d6d;
  color: #f3b237;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.main-header__calendar {
  text-decoration: none;
  transition: all 0.25s;
}
.main-header__calendar-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 26px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.main-header__calendar-toggle .sidearm-icon {
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.main-header__calendar-toggle .view {
  display: inline-flex;
}
.main-header__calendar-toggle .close {
  display: none;
}
.main-header__calendar-toggle::after {
  content: '';
  height: 4px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.main-header__calendar-toggle:hover .sidearm-icon {
  color: #f3b237;
}
.main-header__calendar-toggle:hover::after {
  background-color: #f3b237;
  width: 100%;
  transition: all 0.25s;
}
.main-content-placeholder {
  margin-top: 80px;
}
html.sport .main-content-placeholder {
  margin-top: 130px;
}
.main-content-inner {
  margin-top: 16px;
  margin-bottom: 32px;
}
.main-content-inner__left {
  flex: 1 1 calc(100% - 396px);
  -webkit-flex: 1 1 calc(100% - 396px);
  min-width: 1px;
  min-height: 1px;
}
.main-content-inner__right {
  flex: 1 1 396px;
  -webkit-flex: 1 1 396px;
  min-width: 1px;
  min-height: 1px;
  padding-left: 32px;
}
.s-top-promoad .ads-container .slick-list {
  margin: 0 -8px;
}
.s-top-promoad .ads-container .slick-prev,
.s-top-promoad .ads-container .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  background-color: #003d6d;
  width: calc(50% - 30.5px);
  height: 45px;
  cursor: pointer;
  color: white;
  transition: all 0.25s;
  border-radius: 99px;
  padding: 13.5px;
}
.s-top-promoad .ads-container .slick-prev::after,
.s-top-promoad .ads-container .slick-next::after {
  font-family: "sidearm_font_v2";
  font-size: 20px;
  transition: all 0.25s;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-top-promoad .ads-container .slick-prev:hover,
.s-top-promoad .ads-container .slick-next:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-top-promoad .ads-container .slick-prev {
  order: 0;
  left: 0;
}
.s-top-promoad .ads-container .slick-prev::after {
  content: '\e009';
}
.s-top-promoad .ads-container .slick-next {
  order: 2;
  right: 0;
}
.s-top-promoad .ads-container .slick-next::after {
  content: '\e010';
}
.s-top-promoad .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003d6d;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  order: 1;
}
.s-top-promoad .ads-container .slick-pause-play::after {
  font-family: "sidearm_font_v2";
  font-size: 18px;
  transition: all 0.25s;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-top-promoad .ads-container .slick-pause-play.slick-pause::after {
  content: "\e200" !important;
}
.s-top-promoad .ads-container .slick-pause-play.slick-play::after {
  content: "\e050" !important;
  font-size: 18px;
}
.s-top-promoad .ads-container .slick-pause-play:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-top-promoad .ads-container .ad.multi-ad {
  padding: 0 8px;
}
.s-top-promoad .ads-container .ad.multi-ad picture img {
  border-radius: 12px;
  aspect-ratio: 3;
}
.s-stories {
  margin-top: 32px;
}
.s-stories__top-inner {
  position: relative;
}
.s-stories__top-twobar {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
  height: 22px;
  background: linear-gradient(to right, #f3b237 8%, white 2% 9%, #003d6d 9%);
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-stories__top-right {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories__top-title--text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: #003d6d;
  text-transform: uppercase;
  padding: 4px 32px 4px 8px;
}
.s-stories .c-stories--grid {
  margin: 0 -8px;
}
.s-stories .c-stories--grid .c-stories__item {
  position: relative;
  padding: 0 8px;
  width: 50%;
  margin-bottom: 16px;
}
.s-stories .c-stories--grid .c-stories__item-inner {
  background: white;
  border-radius: 12px;
}
.s-stories .c-stories--grid .c-stories__item:first-child {
  width: 100%;
  margin: 16px 0;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__url span {
  font-size: 36px;
}
.s-stories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.s-stories .c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1.777777778;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  object-position: center;
}
.s-stories .c-stories--grid .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  border-radius: 0 0 12px 12px;
  padding: 16px 32px 32px;
}
.s-stories .c-stories--grid .c-stories__activebar {
  position: relative;
  height: 4px;
  width: 100%;
  display: block;
  transition: all 0.25s;
  margin-top: 8px;
}
.s-stories .c-stories--grid .c-stories__activebar::before {
  content: '';
  width: 47px;
  height: 4px;
  background-color: #f3b237;
  position: absolute;
  left: 0;
  top: 0;
}
.s-stories .c-stories--grid .c-stories__activebar::after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #003d6d;
  position: absolute;
  left: 51px;
  top: 0;
  transition: width 0.25s;
}
.s-stories .c-stories--grid .c-stories__info {
  margin: 8px 0 0;
}
.s-stories .c-stories--grid .c-stories__sport {
  font-weight: 700;
  color: #003d6d;
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
}
.s-stories .c-stories--grid .c-stories__divider {
  display: block;
  margin: 0 8px;
  color: #666666;
  font-weight: 400;
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
}
.s-stories .c-stories--grid .c-stories__date {
  font-weight: 400;
  color: #262628;
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
}
.s-stories .c-stories--grid .c-stories__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-stories .c-stories--grid .c-stories__links li {
  margin-right: 8px;
  margin-top: 8px;
}
.s-stories .c-stories--grid .c-stories__links li:first-child {
  margin-top: 16px;
}
.s-stories .c-stories--grid .c-stories__links li a {
  border: 2px solid #003d6d;
  border-radius: 99px;
  padding: 4px 12px;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  text-decoration: none;
}
.s-stories .c-stories--grid .c-stories__links li a span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-stories .c-stories--grid .c-stories__links li a:hover {
  background-color: #003d6d;
}
.s-stories .c-stories--grid .c-stories__links li a:hover span {
  color: white;
}
.s-stories .c-stories--grid .c-stories__url {
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-stories .c-stories--grid .c-stories__url span {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #262628;
}
.s-stories .c-stories--grid .c-stories__url:hover .c-stories__activebar::after,
.s-stories .c-stories--grid .c-stories__url:focus .c-stories__activebar::after,
.s-stories .c-stories--grid .c-stories__url.sidearm-hover .c-stories__activebar::after {
  width: 133px;
  transition: width 0.25s;
}
.s-stories .c-stories__footer-button {
  text-decoration: none;
  transition: all 0.25s;
  background-color: #003d6d;
  border-radius: 99px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px 24px;
  width: 100%;
}
.s-stories .c-stories__footer-button--text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin-right: 8px;
}
.s-stories .c-stories__footer-button .sidearm-icon {
  transition: all 0.25s;
  font-size: 12px;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-stories .c-stories__footer-button:hover {
  background-color: #001f4f;
}
.s-stories .c-stories__footer-button:hover .sidearm-icon {
  transform: translateX(3px);
  transition: all 0.25s;
}
.s-schedule__inner {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  padding-top: 16px;
}
.s-schedule__inner .ui-tabs-panel {
  overflow: auto;
  width: 100%;
  height: auto;
}
.s-schedule__inner .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.s-schedule__inner .ui-tabs-panel {
  visibility: visible;
  overflow: hidden;
}
.s-schedule__inner .ui-tabs-panel[aria-hidden=true] {
  visibility: hidden;
}
.s-schedule__top-inner {
  padding: 16px 16px 16px 0;
}
.s-schedule__top-twobar {
  position: relative;
  height: 22px;
  background: linear-gradient(to right, #f3b237 24%, white 2% 28%, #003d6d 9%);
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-schedule__top-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: #003d6d;
  text-transform: uppercase;
  padding-left: 8px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-schedule__tabs {
  padding: 16px;
}
.s-schedule__tabs .ui-tabs-panel {
  overflow: auto;
  width: 100%;
  height: auto;
}
.s-schedule__tabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.s-schedule__tabs-item {
  transition: all 0.25s;
  width: 50%;
}
.s-schedule__tabs-item:first-child {
  margin-right: 8px;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link {
  background-color: #f3b237;
  border-color: #f3b237;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link:hover,
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link:focus,
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link.sidearm-hover {
  background-color: #f3b237;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link:hover span,
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link:focus span,
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link.sidearm-hover span {
  color: #003d6d;
}
.s-schedule__tabs-link {
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  border: 2px solid #003d6d;
  background-color: white;
  border-radius: 99px;
  padding: 4px 0;
}
.s-schedule__tabs-link span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
  transition: all 0.25s;
  position: relative;
}
.s-schedule__tabs-link:hover,
.s-schedule__tabs-link:focus,
.s-schedule__tabs-link.sidearm-hover {
  background-color: #003d6d;
}
.s-schedule__tabs-link:hover span,
.s-schedule__tabs-link:focus span,
.s-schedule__tabs-link.sidearm-hover span {
  color: white;
}
.s-schedule .c-events__filter {
  padding: 0 16px 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.s-schedule .c-events__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: whitesmoke;
  border-radius: 99px;
  padding: 13px 30px 14px 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  outline: 0;
  position: relative;
}
.s-schedule .c-events__filter::after {
  content: '\e033';
  font-size: 12px;
  font-family: 'sidearm_font_v2';
  color: #666666;
  position: absolute;
  right: 32px;
  bottom: 35px;
  pointer-events: none;
  width: 12px;
  height: 12px;
}
.s-schedule .c-events__no-data {
  padding: 0 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #262628;
}
.s-schedule .c-events--cards-boxy .c-events__item {
  display: flex !important;
  display: -webkit-flex !important;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
  position: relative;
}
.s-schedule .c-events--cards-boxy .c-events__item:last-child {
  border-radius: 0 0 12px 12px;
}
.s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__overlay {
  border-radius: 0 0 12px 12px;
}
.s-schedule .c-events--cards-boxy .c-events__row1 {
  margin-bottom: 6px;
}
.s-schedule .c-events--cards-boxy .c-events__row1-inner {
  margin-right: auto;
}
.s-schedule .c-events--cards-boxy .c-events__row2-inner {
  margin-right: auto;
}
.s-schedule .c-events--cards-boxy .c-events__live {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #dd0033;
  padding: 10.5px 0 10.5px 9px;
  border-left: 1px solid #e0e0e0;
  margin-left: 8px;
}
.s-schedule .c-events--cards-boxy .c-events__info {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.s-schedule .c-events--cards-boxy .c-events__date {
  margin-bottom: 6px;
}
.s-schedule .c-events--cards-boxy .c-events__body-left {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.s-schedule .c-events--cards-boxy .c-events__body-right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-schedule .c-events--cards-boxy .c-events__logo {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.s-schedule .c-events--cards-boxy .c-events__logo--noopp {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 75%;
}
.s-schedule .c-events--cards-boxy .c-events__team-score {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #262628;
}
.s-schedule .c-events--cards-boxy .c-events__team-score.leading--score {
  font-weight: 700 !important;
}
.s-schedule .c-events--cards-boxy .c-events__prepostscore {
  position: absolute;
  right: 0;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #262628;
}
.s-schedule .c-events--cards-boxy .c-events__indicator {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #262628;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-schedule .c-events--cards-boxy .c-events__indicator.winning-team {
  font-weight: 700 !important;
}
.s-schedule .c-events--cards-boxy .c-events__sport {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #262628;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-schedule .c-events--cards-boxy .c-events__sport.winning-team {
  font-weight: 700 !important;
}
.s-schedule .c-events--cards-boxy .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 15px 0 15px 16px;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 6;
  transition: all 0.25s;
  z-index: 10;
}
.s-schedule .c-events--cards-boxy .c-events__toggle .sidearm-icon {
  font-size: 18px;
  color: #003d6d;
  width: 18px;
  height: 18px;
}
.s-schedule .c-events--cards-boxy .c-events__toggle .sidearm-icon.sf-close-circle {
  color: white;
}
.s-schedule .c-events--cards-boxy .c-events__overlay {
  transition: all 0.25s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -999px;
  top: 0;
  background-color: #003d6d;
  padding: 19px 50px 19px 16px;
  opacity: 0;
  z-index: 0;
}
.s-schedule .c-events--cards-boxy .c-events__overlay.is-open {
  opacity: 1;
  transition: all 0.25s;
  left: 0px;
}
.s-schedule .c-events--cards-boxy .c-events__media-item {
  margin-right: 8px;
}
.s-schedule .c-events--cards-boxy .c-events__media-item:last-child {
  margin-right: 0;
}
.s-schedule .c-events--cards-boxy .c-events__media-link {
  background-color: #f3b237;
  border-radius: 99px;
  padding: 6px 12px;
  text-decoration: none;
  transition: all 0.25s;
  color: #003d6d;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-schedule .c-events--cards-boxy .c-events__media-link:hover,
.s-schedule .c-events--cards-boxy .c-events__media-link:focus,
.s-schedule .c-events--cards-boxy .c-events__media-link.sidearm-hover {
  background-color: white;
}
.s-schedule .c-events--cards-boxy .c-events__media-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-schedule__bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 16px 0 32px;
  width: 100%;
}
.s-schedule__archives {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #003d6d;
  border-radius: 99px;
  padding: 12px 0;
  text-decoration: none;
  transition: all 0.25s;
  color: white !important;
}
.s-schedule__archives .btn-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin-right: 8px;
}
.s-schedule__archives .sidearm-icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.s-schedule__archives:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-schedule__archives:hover .sidearm-icon {
  transform: translateX(3px);
  transition: all 0.25s;
}
.s-schedule__mobile {
  position: fixed;
  top: 70px;
  left: 0;
  width: 0;
  height: 0;
  transition: all 0.25s;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  background-color: white;
}
.s-dfp--1 {
  background-color: white;
  padding: 32px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.s-dfp--1 .sidearm-dfp-ad {
  margin: 0 auto;
}
.s-quicklinks {
  background-color: white;
  padding-top: 16px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-top: 32px;
}
.s-quicklinks__top-inner {
  padding: 16px 16px 16px 0;
}
.s-quicklinks__top-twobar {
  position: relative;
  height: 22px;
  background: linear-gradient(to right, #f3b237 28%, white 2% 32%, #003d6d 9%);
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-quicklinks__top-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: #003d6d;
  text-transform: uppercase;
  padding-left: 8px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-quicklinks .ad.html-ad ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-quicklinks .ad.html-ad ul li a {
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
  padding: 16px 76px 16px 32px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #003d6d;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: white;
}
.s-quicklinks .ad.html-ad ul li a::after {
  content: '\e026';
  font-family: 'sidearm_font_v2';
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #003d6d;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 8px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s;
}
.s-quicklinks .ad.html-ad ul li a:hover {
  background: whitesmoke;
}
.s-quicklinks .ad.html-ad ul li a:hover::after {
  margin-right: 0;
  transition: all 0.25s;
}
.s-quicklinks .ad.html-ad ul li:last-child a {
  border-radius: 0 0 12px 12px;
}
.s-promoad-slider {
  margin: 32px 0;
}
.s-promoad-slider .ads-container .ad.multi-ad picture img {
  aspect-ratio: 3;
  border-radius: 12px;
}
.s-promoad-slider .ads-container .slick-list {
  padding-bottom: 61px;
}
.s-promoad-slider .ads-container .slick-prev,
.s-promoad-slider .ads-container .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  background-color: #003d6d;
  width: calc(50% - 30.5px);
  height: 45px;
  cursor: pointer;
  color: white;
  transition: all 0.25s;
  border-radius: 99px;
  padding: 13.5px;
}
.s-promoad-slider .ads-container .slick-prev::after,
.s-promoad-slider .ads-container .slick-next::after {
  font-family: "sidearm_font_v2";
  font-size: 20px;
  transition: all 0.25s;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-promoad-slider .ads-container .slick-prev:hover,
.s-promoad-slider .ads-container .slick-next:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-promoad-slider .ads-container .slick-prev {
  order: 0;
  left: 0;
}
.s-promoad-slider .ads-container .slick-prev::after {
  content: '\e009';
}
.s-promoad-slider .ads-container .slick-next {
  order: 2;
  right: 0;
}
.s-promoad-slider .ads-container .slick-next::after {
  content: '\e010';
}
.s-promoad-slider .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003d6d;
  width: 45px;
  height: 45px;
  color: white;
  border-radius: 50%;
  order: 1;
}
.s-promoad-slider .ads-container .slick-pause-play::after {
  font-family: "sidearm_font_v2";
  font-size: 18px;
  transition: all 0.25s;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-promoad-slider .ads-container .slick-pause-play.slick-pause::after {
  content: "\e200" !important;
}
.s-promoad-slider .ads-container .slick-pause-play.slick-play::after {
  content: "\e050" !important;
  font-size: 18px;
}
.s-promoad-slider .ads-container .slick-pause-play:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-videos {
  margin: 32px 0 0;
}
.s-videos__inner {
  background: white;
  border-radius: 12px;
}
.s-videos__top {
  padding: 16px 32px 16px 0;
}
.s-videos__top-inner {
  position: relative;
}
.s-videos__top-twobar {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
  height: 22px;
  background: linear-gradient(to right, #f3b237 8%, white 2% 9%, #003d6d 9%);
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-videos__top-right {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-videos__top-title--text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: #003d6d;
  text-transform: uppercase;
  padding: 4px 16px 4px 8px;
}
.s-videos .c-videos--grid {
  padding: 0 32px;
}
.s-videos .c-videos--grid .showcase-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.s-videos .c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-videos .c-videos--grid .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #f3b237;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__close:hover,
.s-videos .c-videos--grid .showcase-modal__close:focus,
.s-videos .c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #f3b237;
  color: #003d6d;
}
.s-videos .c-videos--grid .showcase-modal__title {
  margin: 4px 8px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
  display: flex;
}
.s-videos .c-videos--grid .c-videos__twobtns {
  margin: 16px -4px 32px;
}
.s-videos .c-videos--grid .c-videos__filter {
  width: 50%;
  margin: 0 4px;
  position: relative;
}
.s-videos .c-videos--grid .c-videos__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: whitesmoke;
  border-radius: 99px;
  padding: 13px 28px 14px 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.s-videos .c-videos--grid .c-videos__filter::after {
  content: '\e033';
  font-size: 12px;
  font-family: 'sidearm_font_v2';
  color: #666666;
  position: absolute;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
  width: 12px;
  height: 12px;
}
.s-videos .c-videos--grid .c-videos__list {
  margin: 0 -8px;
}
.s-videos .c-videos--grid .c-videos__item {
  flex: 1 1 33.33%;
  -webkit-flex: 1 1 33.33%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 8px 16px;
}
.s-videos .c-videos--grid .c-videos__item-inner {
  text-decoration: none;
  transition: all 0.25s;
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__play-btn {
  background: white;
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__activebar::after {
  width: 133px;
  transition: width 0.25s;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--grid .c-videos__media::after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 1.777777778;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.25s;
}
.s-videos .c-videos--grid .c-videos__play-btn::after {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  font-size: 28px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  color: black;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-videos .c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.s-videos .c-videos--grid .c-videos__title span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #262628;
}
.s-videos .c-videos--grid .c-videos__activebar {
  position: relative;
  height: 4px;
  width: 100%;
  display: block;
  transition: all 0.25s;
  margin-top: 8px;
}
.s-videos .c-videos--grid .c-videos__activebar::before {
  content: '';
  width: 47px;
  height: 4px;
  background-color: #f3b237;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .c-videos__activebar::after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #003d6d;
  position: absolute;
  left: 51px;
  top: 0;
  transition: width 0.25s;
}
.s-videos .c-videos--grid .c-videos__info {
  margin-top: 8px;
}
.s-videos .c-videos--grid .c-videos__divider {
  display: block;
  color: #666666;
  margin: 0 8px;
  font-size: 12px;
}
.s-videos .c-videos--grid .c-videos__date {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #262628;
}
.s-videos .c-videos--grid .c-videos__sport {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-videos__archives {
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-videos__archives-inner {
  text-decoration: none;
  transition: all 0.25s;
  width: 100%;
  border-radius: 99px;
  background-color: #003d6d;
  color: white !important;
  padding: 12px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-videos__archives-inner .sidearm-icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  transition: all 0.25s;
}
.s-videos__archives-inner:hover {
  background-color: #001f4f;
}
.s-videos__archives-inner:hover .sidearm-icon {
  transform: translateX(3px);
  transition: all 0.25s;
}
.s-videos__archives-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin-right: 8px;
  transition: all 0.25s;
}
.s-contentstream {
  margin-top: 32px;
}
.s-contentstream__top-inner {
  padding: 16px 16px 16px 0;
}
.s-contentstream__top-twobar {
  position: relative;
  height: 22px;
  background: linear-gradient(to right, #f3b237 28%, white 2% 32%, #003d6d 9%);
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-contentstream__top-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: #003d6d;
  text-transform: uppercase;
  padding-left: 8px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-contentstream .c-contentstream {
  overflow-anchor: none;
  position: relative;
}
.s-contentstream .c-contentstream__filter {
  margin: 16px -4px;
}
.s-contentstream .c-contentstream__filter-item {
  padding: 0 4px;
  width: calc(25% + 8px);
}
.s-contentstream .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 6px 12px;
  background-color: transparent;
  border: 2px solid #003d6d;
  border-radius: 99px;
  transition: all 0.25s;
  width: 100%;
  height: 30px;
}
.s-contentstream .c-contentstream__filter-button span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-contentstream .c-contentstream__filter-button.is-active {
  background-color: #f3b237;
  border-color: #f3b237;
}
.s-contentstream .c-contentstream__filter-button.is-active span {
  color: #003d6d;
}
.s-contentstream .c-contentstream__filter-button.is-active:hover {
  background-color: #f3b237;
}
.s-contentstream .c-contentstream__filter-button.is-active:hover span {
  color: #003d6d;
}
.s-contentstream .c-contentstream__filter-button:hover {
  background-color: #003d6d;
}
.s-contentstream .c-contentstream__filter-button:hover span {
  color: white;
}
.s-contentstream .c-contentstream__stream {
  margin: -8px 0;
}
.s-contentstream .c-contentstream__item {
  width: 100%;
  padding: 8px 0;
}
.s-contentstream .c-contentstream__item-inner {
  background-color: white;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__item-inner {
  position: relative;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__item-inner::after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__media-image {
  border-radius: 12px;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__user {
  z-index: 4;
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0 0 12px 12px;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__user .sidearm-icon {
  font-size: 14px;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  margin-right: 6px;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__user-screen {
  color: white;
}
.s-contentstream .c-contentstream__item--video .c-contentstream__user .sidearm-icon {
  color: #d0021b !important;
}
.s-contentstream .c-contentstream__item--twitter .c-contentstream__user .sidearm-icon {
  color: #1f76d8 !important;
}
.s-contentstream .c-contentstream__item--gallery .c-contentstream__link:hover .c-contentstream__media img,
.s-contentstream .c-contentstream__item--gallery .c-contentstream__link:focus .c-contentstream__media img,
.s-contentstream .c-contentstream__item--gallery .c-contentstream__link.sidearm-hover .c-contentstream__media img {
  transform: scale(1.15);
}
.s-contentstream .c-contentstream__item--gallery .c-contentstream__media {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.s-contentstream .c-contentstream__item--gallery .c-contentstream__media img {
  transition: 0.3s;
}
.s-contentstream .c-contentstream__item--gallery .c-contentstream__title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 187.5%;
  color: #666666;
  margin-bottom: 16px;
}
.s-contentstream .c-contentstream__item--gallery .c-contentstream__sport {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-contentstream .c-contentstream__user .sidearm-icon {
  font-size: 14px;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #003d6d;
  margin-right: 6px;
}
.s-contentstream .c-contentstream__user-screen {
  text-decoration: none;
  transition: all 0.25s;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #003d6d;
}
.s-contentstream .c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.s-contentstream .c-contentstream__media {
  display: block;
}
.s-contentstream .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}
.s-contentstream .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.25s;
}
.s-contentstream .c-contentstream__media-play::after {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  font-size: 28px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  color: black;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-contentstream .c-contentstream__media-play:hover {
  background: white;
}
.s-contentstream .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-contentstream .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-contentstream .c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-contentstream .c-contentstream__body {
  padding: 16px 32px 32px;
}
.s-contentstream .c-contentstream__text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 187.5%;
  color: #666666;
  margin-bottom: 16px;
}
.s-contentstream .c-contentstream__text a {
  text-decoration: none;
  transition: all 0.25s;
  font-style: italic;
  color: #003d6d;
}
.s-contentstream .c-contentstream__text a:hover,
.s-contentstream .c-contentstream__text a:focus,
.s-contentstream .c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.s-contentstream .c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.s-contentstream .c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-contentstream .c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-contentstream .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #f3b237;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-contentstream .c-contentstream .showcase-modal__close:hover,
.s-contentstream .c-contentstream .showcase-modal__close:focus,
.s-contentstream .c-contentstream .showcase-modal__close.sidearm-hover {
  background: #f3b237;
  color: #003d6d;
}
.s-contentstream .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-contentstream .c-contentstream .showcase-modal__title {
  margin: 4px 8px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
}
.s-contentstream .load-more__container {
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  background-color: #003d6d;
  border-radius: 99px;
  padding: 12px 0;
  width: 100%;
  height: 45px;
}
.s-contentstream .load-more__button-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: white;
}
.s-contentstream .load-more__button .sidearm-icon {
  font-size: 14px;
  width: 12px;
  height: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  margin-left: 8px;
  transition: all 0.25s;
}
.s-contentstream .load-more__button:hover {
  background-color: #001f4f;
}
.s-contentstream .load-more__button:hover .sidearm-icon {
  transform: translateX(3px);
  transition: all 0.25s;
}
.s-sponsor-spot {
  padding: 32px 0;
  background-color: white;
}
.s-sponsor-spot .ads-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-sponsor-spot .ads-container .slick-list {
  margin: 0 -16px 77px;
}
.s-sponsor-spot .ads-container .ad {
  padding: 0 16px;
}
.s-sponsor-spot .ads-container .ad img {
  margin: 0 auto;
  aspect-ratio: 1.777777778;
}
.s-sponsor-spot .ads-container .slick-prev,
.s-sponsor-spot .ads-container .slick-next,
.s-sponsor-spot .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #003d6d;
  width: 45px;
  height: 45px;
  cursor: pointer;
  color: white;
  transition: all 0.25s;
  border-radius: 50%;
}
.s-sponsor-spot .ads-container .slick-prev::after,
.s-sponsor-spot .ads-container .slick-next::after,
.s-sponsor-spot .ads-container .slick-pause-play::after {
  font-family: "sidearm_font_v2";
  font-size: 20px;
  transition: all 0.25s;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.s-sponsor-spot .ads-container .slick-prev:hover,
.s-sponsor-spot .ads-container .slick-next:hover,
.s-sponsor-spot .ads-container .slick-pause-play:hover {
  background-color: #001f4f;
  transition: all 0.25s;
}
.s-sponsor-spot .ads-container .slick-prev {
  order: 0;
  left: calc(50% - 53px);
}
.s-sponsor-spot .ads-container .slick-prev::after {
  content: '\e009';
}
.s-sponsor-spot .ads-container .slick-next {
  order: 2;
  left: calc(50% + 53px);
}
.s-sponsor-spot .ads-container .slick-next::after {
  content: '\e010';
}
.s-sponsor-spot .ads-container .slick-pause-play {
  left: 50%;
  order: 1;
}
.s-sponsor-spot .ads-container .slick-pause-play.slick-pause::after {
  content: "\e200" !important;
}
.s-sponsor-spot .ads-container .slick-pause-play.slick-play::after {
  content: "\e050" !important;
  font-size: 18px;
}
.main-footer__ads {
  border-bottom: 1px solid #e0e0e0;
  padding: 32px 0;
  background-color: white;
}
.main-footer__ads .s-dfp--2 .sidearm-dfp-ad {
  margin: 0 auto;
}
.main-footer__logos {
  background-color: #003d6d;
}
.main-footer__logos-left {
  padding: 48px 0;
}
.main-footer__logos-right {
  padding: 64px 0;
}
.main-footer__logos-edu {
  margin-right: 32px;
  transition: all 0.25s;
}
.main-footer__logos-edu img {
  width: 73px;
  height: 88px;
  transition: all 0.25s;
}
.main-footer__logos-edu:hover img {
  transform: scale(1.1);
  transition: all 0.25s;
}
.main-footer__logos-copyrights {
  padding: 10.5px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-footer__logos-copyrights--text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin-bottom: 4px;
  display: inline-block;
}
.main-footer__logos-copyrights--address {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: white;
  display: inline-block;
}
.main-footer__logos-item {
  margin-right: 56px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer__logos-item:first-child .main-footer__logos-link img {
  width: 59px;
  height: 57px;
}
.main-footer__logos-item:nth-child(2) .main-footer__logos-link img {
  width: 124px;
  height: 40px;
}
.main-footer__logos-item:nth-child(3) .main-footer__logos-link img {
  width: 123px;
  height: 56px;
}
.main-footer__logos-item:last-child {
  margin-right: 0;
}
.main-footer__logos-item:last-child .main-footer__logos-link img {
  width: 195px;
  height: 23px;
}
.main-footer__logos-item .main-footer__logos-link {
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}
.main-footer__logos-item .main-footer__logos-link img {
  transition: all 0.25s;
}
.main-footer__logos-item .main-footer__logos-link:hover img {
  transform: scale(1.1);
  transition: all 0.25s;
}
.main-footer__bottom {
  background-color: black;
}
/*Responsive styles*/

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .s-sponsor-spot .ads-container {
    max-width: 1016px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .s-sponsor-spot .ads-container {
    max-width: 754px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__container {
    box-shadow: inset 0px 1px 12px rgba(0, 0, 0, 0.08);
  }
  .main-header__container .row.pad {
    padding: 0;
  }
  .main-header__logo a {
    padding: 6px;
  }
  .main-header__logo a img {
    width: 48px;
    height: 58px;
  }
  .main-header__navbar {
    padding-left: 0;
    width: calc(100% - 54px);
    justify-content: flex-end;
  }
  .main-header__navbar-right {
    margin: 0;
  }
  .main-header__navbar-right .ads-container .icons-ad__link {
    margin: 12.5px 16px 12.5px 0;
    border-radius: 50%;
    padding: 13.5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-header__navbar-right .ads-container .icons-ad__link .sidearm-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 28px;
    color: #003d6d;
  }
  .main-header__navbar-right .ads-container .icons-ad__link:hover {
    background-color: white;
    transition: all 0.25s;
  }
  .main-header__navbar-right .ads-container .icons-ad__label {
    font-size: 0;
  }
  .main-header__nav {
    margin-right: unset;
  }
  .main-header .main-navigation .c-navigation--main {
    justify-content: flex-end;
  }
  .main-header__search .c-search--mobile fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  .main-header__search .c-search--mobile .c-search__container {
    width: 100%;
    height: 72px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 24px 24px 24px 16px;
    position: relative;
    background: transparent;
  }
  .main-header__search .c-search--mobile .c-search__text {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: white;
    transition: all 0.25s;
    outline: 0;
    padding: 4px 8px;
  }
  .main-header__search .c-search--mobile .c-search__text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
  }
  .main-header__search .c-search--mobile .c-search__text::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
  }
  .main-header__search .c-search--mobile .c-search__text:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
  }
  .main-header__search .c-search--mobile .c-search__text:-moz-placeholder {
    /* Firefox 18- */
    color: white;
  }
  .main-header__search .c-search--mobile .c-search__submit {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
  }
  .main-header__search .c-search--mobile .c-search__submit .sidearm-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: white;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 10px;
  }
  .main-content-placeholder {
    margin-top: 70px;
  }
  html.sport .main-content-placeholder {
    margin-top: 120px;
  }
  .main-content-inner {
    margin-top: 16px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .main-content-inner__left {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .main-content-inner__right {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0;
    width: 100%;
  }
  .s-stories .c-stories--grid {
    margin: 0 -8px;
  }
  .s-stories .c-stories--grid .c-stories__item:first-child .c-stories__url span {
    font-size: 30px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-dfp--1 {
    background-color: white;
    padding: 32px 0;
    margin: 0 -16px;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .s-dfp--1 .sidearm-dfp-ad {
    margin: 0 auto;
  }
  .s-schedule__top-twobar {
    background: linear-gradient(to right, #f3b237 9%, white 2% 10%, #003d6d 9%);
  }
  .s-schedule__top-title {
    font-size: 18px;
  }
  .s-schedule__top-inner {
    padding: 16px 16px 8px 0;
  }
  .s-schedule__inner {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 45px;
  }
  .s-schedule__inner-box {
    overflow-y: auto;
  }
  .s-schedule__bottom {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 45px;
  }
  .s-schedule__archives {
    border-radius: 0;
  }
  .s-schedule .c-events--cards-boxy .c-events__item:last-child {
    border-radius: 0;
  }
  .s-quicklinks__top-twobar {
    background: linear-gradient(to right, #f3b237 8%, white 2% 9%, #003d6d 9%);
  }
  .s-contentstream__top-twobar {
    background: linear-gradient(to right, #f3b237 8%, white 2% 9%, #003d6d 9%);
  }
  .s-contentstream .c-contentstream__stream {
    margin: -8px;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
    padding: 8px;
  }
  .s-sponsor-spot .ads-container {
    max-width: 492px;
  }
  .main-footer__logos .row.pad {
    padding: 0;
  }
  .main-footer__logos-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main-footer__logos-left {
    padding: 32px 0;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main-footer__logos-right {
    padding: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  .main-footer__logos-edu {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .main-footer__logos-copyrights {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
  }
  .main-footer__logos-copyrights--text {
    margin-bottom: 4px;
  }
  .main-footer__logos-item {
    margin-right: 0;
    width: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .main-footer__logos-item:first-child {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .main-footer__logos-item:first-child .main-footer__logos-link img {
    width: 52px;
    height: 50px;
    margin: 25px auto;
  }
  .main-footer__logos-item:nth-child(2) {
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .main-footer__logos-item:nth-child(2) .main-footer__logos-link img {
    width: 108px;
    height: 35px;
    margin: 32px auto 33px;
  }
  .main-footer__logos-item:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-footer__logos-item:nth-child(3) .main-footer__logos-link img {
    width: 86px;
    height: 39px;
    margin: 30px auto 31px;
  }
  .main-footer__logos-item:last-child {
    margin-right: 0;
  }
  .main-footer__logos-item:last-child .main-footer__logos-link img {
    width: 142px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .s-stories__top-twobar {
    background: linear-gradient(to right, #f3b237 28%, white 2% 36%, #003d6d 9%);
    margin-top: 7px;
    margin-bottom: 3px;
    height: 40px;
  }
  .s-stories__top-right {
    flex: 0 0 73%;
    -webkit-flex: 0 0 73%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-stories__top-title {
    justify-content: flex-end;
  }
  .s-stories__top-title--text {
    font-size: 18px;
    width: 40%;
    padding: 4px 20px 0 8px;
  }
  .s-stories .c-stories--grid {
    margin: 0 -4px;
  }
  .s-stories .c-stories--grid .c-stories__item {
    margin-bottom: 8px;
    padding: 0 4px;
  }
  .s-stories .c-stories--grid .c-stories__item:first-child {
    margin-bottom: 8px !important;
  }
  .s-stories .c-stories--grid .c-stories__item:first-child .c-stories__url span {
    font-size: 16px;
  }
  .s-stories .c-stories--grid .c-stories__item:first-child .c-stories__details {
    padding: 8px 16px 24px;
  }
  .s-stories .c-stories--grid .c-stories__item:first-child .c-stories__info {
    display: flex;
  }
  .s-stories .c-stories--grid .c-stories__activebar {
    height: 2px;
  }
  .s-stories .c-stories--grid .c-stories__activebar::before {
    height: 2px;
  }
  .s-stories .c-stories--grid .c-stories__activebar::after {
    height: 2px;
  }
  .s-stories .c-stories--grid .c-stories__details {
    padding: 4px 8px 16px;
  }
  .s-stories .c-stories--grid .c-stories__url span {
    font-size: 12px;
  }
  .s-stories .c-stories--grid .c-stories__info {
    display: none;
  }
  .s-stories .c-stories--grid .c-stories__url:hover .c-stories__activebar::after,
  .s-stories .c-stories--grid .c-stories__url:focus .c-stories__activebar::after,
  .s-stories .c-stories--grid .c-stories__url.sidearm-hover .c-stories__activebar::after {
    width: 80px;
    transition: width 0.25s;
  }
  .s-stories .c-stories__footer {
    margin-top: 8px;
  }
  .s-top-promoad .ads-container .slick-list {
    padding-bottom: 54px;
  }
  .s-quicklinks__top-twobar {
    background: linear-gradient(to right, #f3b237 28%, white 2% 32%, #003d6d 9%);
  }
  .s-quicklinks__top-title {
    font-size: 18px;
  }
  .s-contentstream__top-twobar {
    background: linear-gradient(to right, #f3b237 28%, white 2% 32%, #003d6d 9%);
  }
  .s-contentstream__top-title {
    font-size: 18px;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
  .s-videos__top {
    padding: 16px 0;
  }
  .s-videos__top-twobar {
    background: linear-gradient(to right, #f3b237 55%, white 2% 72%, #003d6d 9%);
    margin-top: 7px;
    margin-bottom: 3px;
    height: 40px;
  }
  .s-videos__top-right {
    flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos__top-title--text {
    font-size: 18px;
    width: 51%;
    padding: 4px 20px 0 8px;
  }
  .s-videos__inner {
    background: transparent;
    border-radius: 0;
  }
  .s-videos .c-videos--slider .showcase-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
    transform: scale(0.85);
    visibility: hidden;
  }
  .s-videos .c-videos--slider .showcase-modal__inner {
    max-width: 1416px;
    width: 80%;
  }
  .s-videos .c-videos--slider .showcase-modal__player {
    max-height: 100vh;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
  .s-videos .c-videos--slider .showcase-modal__close {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #003d6d;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    top: 24px;
    right: 24px;
    transition: .25s;
  }
  .s-videos .c-videos--slider .showcase-modal__close:hover,
  .s-videos .c-videos--slider .showcase-modal__close:focus,
  .s-videos .c-videos--slider .showcase-modal__close.sidearm-hover {
    background: #003d6d;
    color: white;
  }
  .s-videos .c-videos--slider .showcase-modal__title {
    margin: 4px 8px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: white;
  }
  .s-videos .c-videos--slider .showcase-modal .showcase-video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .s-videos .c-videos--slider .showcase-modal .showcase-video-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .s-videos .c-videos--slider .showcase-modal.video-is-playing {
    opacity: 1;
    left: 0;
    pointer-events: all;
    transition: opacity 0.25s, transform 0.25s;
    transform: scale(1);
    visibility: visible;
  }
  .s-videos .c-videos--slider .slick-track {
    display: flex;
    display: -webkit-flex;
  }
  .s-videos .c-videos--slider .slick-list {
    padding-right: 70px;
  }
  .s-videos .c-videos--slider .slick-slide {
    float: none;
    height: initial;
  }
  .s-videos .c-videos--slider .c-videos__twobtns {
    margin: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-videos .c-videos--slider .c-videos__filter {
    width: 100%;
    margin: 0 0;
    position: relative;
  }
  .s-videos .c-videos--slider .c-videos__filter:first-child {
    margin-bottom: 8px;
  }
  .s-videos .c-videos--slider .c-videos__filter-select {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    background: white;
    border-radius: 99px;
    padding: 13px 28px 14px 16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #666666;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    outline: 0;
    position: relative;
    cursor: pointer;
  }
  .s-videos .c-videos--slider .c-videos__filter::after {
    content: '\e033';
    font-size: 12px;
    font-family: 'sidearm_font_v2';
    color: #666666;
    position: absolute;
    right: 16px;
    bottom: 16px;
    pointer-events: none;
    width: 12px;
    height: 12px;
  }
  .s-videos .c-videos--slider .c-videos__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
    margin-right: 16px;
  }
  .s-videos .c-videos--slider .c-videos__item-inner {
    text-decoration: none;
    transition: all 0.25s;
  }
  .s-videos .c-videos--slider .c-videos__item-inner:hover .c-videos__play-btn {
    background: white;
  }
  .s-videos .c-videos--slider .c-videos__item-inner:hover .c-videos__activebar::after {
    width: 90px;
    transition: width 0.25s;
  }
  .s-videos .c-videos--slider .c-videos__list {
    margin-top: 16px;
  }
  .s-videos .c-videos--slider .c-videos__media {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-videos .c-videos--slider .c-videos__media::after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .s-videos .c-videos--slider .c-videos__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    aspect-ratio: 1.777777778;
  }
  .s-videos .c-videos--slider .c-videos__play-btn {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: block;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.25s;
  }
  .s-videos .c-videos--slider .c-videos__play-btn::after {
    content: '\e196';
    font-family: 'sidearm_font_v2';
    font-size: 28px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    color: black;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .s-videos .c-videos--slider .c-videos__details {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .s-videos .c-videos--slider .c-videos__title span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #262628;
  }
  .s-videos .c-videos--slider .c-videos__activebar {
    position: relative;
    height: 2px;
    width: 100%;
    display: block;
    transition: all 0.25s;
    margin-top: 8px;
  }
  .s-videos .c-videos--slider .c-videos__activebar::before {
    content: '';
    width: 47px;
    height: 2px;
    background-color: #f3b237;
    position: absolute;
    left: 0;
    top: 0;
  }
  .s-videos .c-videos--slider .c-videos__activebar::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #003d6d;
    position: absolute;
    left: 51px;
    top: 0;
    transition: width 0.25s;
  }
  .s-videos .c-videos--slider .c-videos__info {
    margin-top: 8px;
  }
  .s-videos .c-videos--slider .c-videos__divider {
    display: block;
    color: #666666;
    margin: 0 8px;
    font-size: 12px;
  }
  .s-videos .c-videos--slider .c-videos__date {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #262628;
  }
  .s-videos .c-videos--slider .c-videos__sport {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #003d6d;
  }
  .s-sponsor-spot .ads-container {
    max-width: 262px;
  }
}
@media screen and (max-width: 539px) {
  
}
