body {
  font-family: 'Prompt', Arial, sans-serif;
  color: #262628;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
}
/*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: #002f6d;
  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: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  
}
.row.no-pad {
  max-width: 1416px;
}
.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: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #003da5;
}
.loading img {
  width: 220px;
}
@keyframes mspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes aspin {
  0% {
    transform: scale(0.6) rotate(45deg);
  }
  50% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.7) rotate(180deg);
  }
  100% {
    transform: scale(0.6) rotate(45deg);
  }
}
.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 {
  height: 40px;
  width: 40px;
  background: white;
  animation: mspin 1.2s ease-out infinite;
  z-index: 20;
  margin: 0 5px;
  border-radius: 50%;
}
.loader-bars-inner > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background: #003da5;
  z-index: 10;
  -webkit-animation: aspin 1.2s ease-in infinite;
  animation: aspin 1.2s ease-in infinite;
  opacity: 0.96;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
html:not(.index) .loading,
html:not(.index) .sidearm-loading {
  display: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 32px 24px 32px;
  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';
  transition: all 0.25s;
}
.sidearm-icon::before {
  margin: 0;
}
html.headroom--not-top .main-header {
  position: fixed;
  top: -66px;
  width: 100%;
  left: 0;
}
html.headroom--not-top .main-header__logo-wrapper {
  width: 266px;
  height: 92px;
}
html.headroom--not-top .main-header__logo a {
  padding: 5px 0 10px;
  height: 92px;
  transform: translateY(0px);
  top: 0;
}
html.headroom--not-top .main-header__logo-main {
  width: 76px;
  height: 77px;
}
html.headroom--not-top .main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  max-height: calc(100vh - 92px);
}
html.headroom--not-top .main-content-placeholder {
  margin-top: 92px;
}
html.headroom--not-top html.sport .main-content-placeholder {
  margin-top: 152px;
}
/*Main Header*/

.main-header {
  position: relative;
  z-index: 100;
}
.main-header__inner {
  justify-content: end;
  width: 100%;
  background-color: #003da5;
  position: relative;
}
.main-header__official {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #003da5;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 18.5px 0 18.5px 80px;
  position: relative;
  transition: height 0.25s;
}
.main-header__official span {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 125%;
  color: white;
  letter-spacing: 4px;
  z-index: 3;
}
.main-header__official::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #003da5;
  height: 100%;
  width: 332px;
  z-index: 0;
}
.main-header__logo {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 101;
  transition: all 0.25s;
  position: relative;
}
.main-header__logo-wrapper {
  width: 332px;
  height: 92px;
  position: relative;
  transition: all 0.25s;
  position: relative;
  left: 0;
  z-index: 5;
  flex: 0 0 auto;
}
.main-header__logo a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 2px 0 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  background-color: white;
  position: absolute;
  width: 100%;
  height: 160px;
  transform: translateY(12px);
  transition: all 0.25s;
}
.main-header__logo img {
  transition: all 0.25s;
}
.main-header__logo-main {
  width: 144px;
  height: 144px;
}
.main-header__navbar {
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  position: relative;
  background-color: #003da5;
}
.main-header__nav {
  padding-left: 31px;
}
.main-header .main-navigation {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.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;
  padding: 18.5px 36px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 0px solid rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 91px;
  width: 122px;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle-text {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: white;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-header .main-navigation .c-navigation--main .c-navigation__toggle .sidearm-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::after {
  width: calc(100% - 72px);
}
.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;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: white;
  padding: 31px 36px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  position: relative;
  text-transform: uppercase;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 36px;
  height: 3px;
  width: 0;
  background-color: white;
  transition: all 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: white;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.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 - 158px );
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner .inner-container {
  max-width: 1378px;
  margin: 48px auto;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin-right: 24px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column:last-child {
  margin-right: 0;
}
.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;
  padding: 0 24px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.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: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #e2e2e2;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
  color: #292929;
  display: flex;
  display: -webkit-flex;
  padding: 0 0 24px 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: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: black;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 20.5px 0;
  transition: 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2.sidearm-hover,
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #474747;
  display: flex;
  display: -webkit-flex;
  margin-left: 12px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
}
.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::before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.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;
  scroll-padding-top: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #003da5;
  transition: max-height 0.25s;
  z-index: 5;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 79px);
  overflow: auto;
  transition: max-height 0.25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #003da5;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.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;
  width: 18px;
  height: 18px;
  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-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-90deg);
  transition: transform .25s;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  padding: 24px;
  height: 70px;
}
.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;
  background: white;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: black;
  padding: 16px 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #e2e2e2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  text-transform: uppercase;
}
.main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  background: white;
  padding: 20px 36px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  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: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #e2e2e2;
}
@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 {
  flex: 0 0 auto;
}
.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;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.4s;
  padding: 31px;
  position: relative;
}
.main-header__search .c-search--overlay .c-search__toggle .sidearm-icon {
  width: 30px;
  height: 30px;
  color: white;
  font-size: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.4s;
}
.main-header__search .c-search--overlay .c-search__toggle::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 36px;
  height: 3px;
  width: 0;
  background-color: white;
  transition: all 0.25s;
}
.main-header__search .c-search--overlay .c-search__toggle:hover::after,
.main-header__search .c-search--overlay .c-search__toggle.is-toggled::after,
.main-header__search .c-search--overlay .c-search__toggle:focus::after,
.main-header__search .c-search--overlay .c-search__toggle.sidearm-hover::after {
  width: calc(100% - 72px);
}
.main-header__search .c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  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: #003da5;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  outline: none;
}
.main-header__search .c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: #003da5;
}
.main-header__search .c-search--overlay .c-search__text::-moz-placeholder {
  color: #003da5;
}
.main-header__search .c-search--overlay .c-search__text:-ms-input-placeholder {
  color: #003da5;
}
.main-header__search .c-search--overlay .c-search__text:-moz-placeholder {
  color: #003da5;
}
.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: #003da5;
  border-left: 1px solid black;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  transition: all 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: #003da5;
  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: white;
  color: #003da5;
}
.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: #003da5;
  border-radius: 50%;
  color: white;
  width: 44px;
  height: 44px;
  border: none;
  transition: 0.25s;
  font-size: 1.5rem;
  line-height: 0;
}
.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: white;
  color: #003da5;
}
.main-header__sport {
  background-color: white;
  height: 60px;
  padding: 0 105px;
}
.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::after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after {
  width: 100%;
}
.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: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 18px 0;
  margin-left: 24px;
  color: black;
  text-transform: uppercase;
  transition: all 0.25s;
  cursor: pointer;
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #003da5;
  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: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: black;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 16.5px 0;
  transition: all 0.25s;
  margin-left: 0;
}
.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 - 218px );
  opacity: 0;
  background-color: white;
  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: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 18px 24px;
  color: black;
  text-transform: uppercase;
  transition: all 0.25s;
  border-top: 1px solid whitesmoke;
}
.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: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), #e2e2e2;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: black;
  text-transform: uppercase;
  padding: 16.5px 0;
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #003da5;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover::after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus::after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover::after {
  width: 100%;
}
.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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  padding: 18px 0;
  text-transform: uppercase;
  position: relative;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #003da5;
  transition: all 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover::after,
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled::after {
  width: 100%;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 0px;
  overflow: hidden;
  background: white;
  z-index: 5;
  transition: max-height 0.25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 139px);
  overflow: auto;
  transition: max-height 0.25s;
  border-top: 1px solid #e0e0e0;
}
.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-size: 16px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  width: 16px;
  height: 16px;
  color: black;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-90deg);
  transition: transform .25s;
}
.main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  padding: 18px 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.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: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #e2e2e2;
}
.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 {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: black;
  padding: 18px 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.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: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #e2e2e2;
}
@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;
  }
}
.s-promoheader {
  padding: 48px 0 32px;
}
.s-promoheader .ad {
  text-align: center;
}
.s-promoheader .ad picture img {
  border-radius: 12px;
}
.s-storiesschedule__inner {
  background-color: white;
  padding: 32px 24px;
}
.s-stories {
  flex: 0 0 calc(100% - 451px);
  -webkit-flex: 0 0 calc(100% - 451px);
  min-width: 1px;
  min-height: 1px;
}
.s-stories .c-stories--grid .c-stories__panel-large {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 24px;
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__panel-large .c-stories__item-inner {
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__panel-large .c-stories__details {
  text-align: center;
  padding: 24px 80px;
}
.s-stories .c-stories--grid .c-stories__panel-large .c-stories__title {
  font-size: 30px;
  color: black;
  font-weight: 700;
}
.s-stories .c-stories--grid .c-stories__panel-large .c-stories__image {
  aspect-ratio: 1.777777778;
}
.s-stories .c-stories--grid .c-stories__panel-double {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 24px;
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__panel-double .c-stories__item {
  display: flex;
  margin: 0 -12px;
}
.s-stories .c-stories--grid .c-stories__panel-double .c-stories__item-inner {
  padding: 0 12px;
  width: 50%;
}
.s-stories .c-stories--grid .c-stories__panel-double .c-stories__details {
  padding: 36px 0 24px;
}
.s-stories .c-stories--grid .c-stories__panel-double .c-stories__title {
  font-size: 22px;
  color: #111111;
  font-weight: 600;
}
.s-stories .c-stories--grid .c-stories__item-inner {
  position: relative;
  text-decoration: none;
  transition: all 0.25s;
}
.s-stories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 61.75%;
  overflow: hidden;
  height: 0;
  border-radius: 12px;
}
.s-stories .c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.25s;
  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;
}
.s-stories .c-stories--grid .c-stories__title {
  font-family: 'Oswald';
  font-style: normal;
  line-height: 125%;
  margin-bottom: 12px;
  transition: all 0.25s;
}
.s-stories .c-stories--grid .c-stories__date {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #737577;
  text-transform: uppercase;
}
.s-stories .c-stories--grid .c-stories__divider {
  margin: 0 6px;
  display: block;
  background-color: #737577;
  width: 1px;
  height: 13px;
}
.s-stories .c-stories--grid .c-stories__sport {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #003da5;
  text-transform: uppercase;
}
.s-stories .c-stories--grid .c-stories__url:hover .c-stories__title,
.s-stories .c-stories--grid .c-stories__url:focus .c-stories__title,
.s-stories .c-stories--grid .c-stories__url.sidearm-hover .c-stories__title {
  color: #003da5;
}
.s-stories .c-stories--grid .c-stories__url:hover .c-stories__image,
.s-stories .c-stories--grid .c-stories__url:focus .c-stories__image,
.s-stories .c-stories--grid .c-stories__url.sidearm-hover .c-stories__image {
  transform: scale(1.05);
}
.s-stories .c-stories--grid .c-stories__footer {
  background-color: #003da5;
  border-radius: 12px;
  margin-top: 24px;
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__footer-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #003da5;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  padding: 12px 0;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s;
}
.s-stories .c-stories--grid .c-stories__footer-button::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.s-stories .c-stories--grid .c-stories__footer-button:hover {
  text-decoration: underline;
}
.s-stories .c-stories--grid .c-stories__footer-button:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-schedule {
  flex: 0 0 451px;
  -webkit-flex: 0 0 451px;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
}
.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;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
.s-schedule__inner .ui-tabs-panel[aria-hidden=true] {
  visibility: hidden;
}
.s-schedule__top {
  padding: 36px 0 24px;
}
.s-schedule__top-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #111111;
  padding: 9px 0;
  text-transform: uppercase;
}
.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;
  margin-left: 12px;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link span {
  background-color: #003da5;
  color: white;
}
.s-schedule__tabs-link {
  text-decoration: none;
  transition: all 0.25s;
}
.s-schedule__tabs-link span {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #003da5;
  border: 1px solid #003da5;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 24px;
  position: relative;
  transition: all 0.25s;
  z-index: 4;
  height: 48px;
}
.s-schedule__tabs-link span::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: -1;
}
.s-schedule__tabs-link:hover span::after,
.s-schedule__tabs-link:focus span::after,
.s-schedule__tabs-link.sidearm-hover span::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-schedule__calendarbtn {
  background-color: #003da5;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  margin: 24px 0;
  text-decoration: none;
  transition: all 0.25s;
}
.s-schedule__calendarbtn span {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
}
.s-schedule__calendarbtn::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.s-schedule__calendarbtn:hover span {
  text-decoration: underline;
}
.s-schedule__calendarbtn:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-schedule .c-events--list-simple .c-events__item-inner {
  padding: 24px;
  background: white;
  box-shadow: inset 0px -1px 0px #e3e3e3;
  position: relative;
  width: 100%;
}
.s-schedule .c-events--list-simple .c-events__header {
  margin-bottom: 16px;
  height: 18px;
}
.s-schedule .c-events--list-simple .c-events__date {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #737577;
  text-transform: uppercase;
}
.s-schedule .c-events--list-simple .c-events__date-divider {
  margin: 0 6px;
  display: block;
  background-color: #737577;
  width: 1px;
  height: 13px;
}
.s-schedule .c-events--list-simple .c-events__time {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #003da5;
  text-transform: uppercase;
}
.s-schedule .c-events--list-simple .c-events__logo {
  flex: 0 0 64px;
  margin-right: 14px;
}
.s-schedule .c-events--list-simple .c-events__logo img {
  width: 64px;
  height: 64px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.s-schedule .c-events--list-simple .c-events__details-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-schedule .c-events--list-simple .c-events__team-logo--default {
  -webkit-filter: grayscale(0.75);
  -moz-filter: grayscale(0.75);
  -o-filter: grayscale(0.75);
  -ms-filter: grayscale(0.75);
  filter: grayscale(0.75);
  opacity: 75%;
}
.s-schedule .c-events--list-simple .c-events__team-score {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: black;
}
.s-schedule .c-events--list-simple .c-events__team-score.leading--score {
  font-weight: 600;
}
.s-schedule .c-events--list-simple .c-events__prepostscore {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: black;
}
.s-schedule .c-events--list-simple .c-events__results {
  text-align: right;
}
.s-schedule .c-events--list-simple .c-events__sport {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #003da5;
}
.s-schedule .c-events--list-simple .c-events__indicator {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-schedule .c-events--list-simple .c-events__opponent {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 12px;
}
.s-schedule .c-events--list-simple .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #737577;
  transition: all 0.25s;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}
.s-schedule .c-events--list-simple .c-events__toggle .sidearm-icon {
  font-size: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 24px;
  height: 24px;
  color: #737577;
  position: absolute;
}
.s-schedule .c-events--list-simple .c-events__toggle .view {
  opacity: 1;
}
.s-schedule .c-events--list-simple .c-events__toggle .close {
  opacity: 0;
}
.s-schedule .c-events--list-simple .c-events__toggle.is-toggled .view {
  opacity: 0;
}
.s-schedule .c-events--list-simple .c-events__toggle.is-toggled .close {
  opacity: 1;
}
.s-schedule .c-events--list-simple .c-events__overlay {
  visibility: hidden;
  height: 0;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
.s-schedule .c-events--list-simple .c-events__overlay.is-open {
  visibility: visible;
  height: 145px;
  opacity: 1;
  transition: all 0.25s;
}
.s-schedule .c-events--list-simple .c-events__media-item {
  margin: 0 12px;
}
.s-schedule .c-events--list-simple .c-events__media-link {
  background-color: white;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.s-schedule .c-events--list-simple .c-events__media-link .sidearm-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #737577;
  transition: all 0.25s;
}
.s-schedule .c-events--list-simple .c-events__media-link:hover,
.s-schedule .c-events--list-simple .c-events__media-link:focus,
.s-schedule .c-events--list-simple .c-events__media-link.sidearm-hover {
  background-color: #003da5;
}
.s-schedule .c-events--list-simple .c-events__media-link:hover .sidearm-icon,
.s-schedule .c-events--list-simple .c-events__media-link:focus .sidearm-icon,
.s-schedule .c-events--list-simple .c-events__media-link.sidearm-hover .sidearm-icon {
  color: white;
}
.s-schedule__dfpad1 .sidearm-dfp-ad {
  margin: 0 auto;
}
.s-slideshow {
  height: 550px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
}
.s-slideshow::after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.88%, rgba(0, 0, 0, 0.6) 100%), rgba(0, 61, 165, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-slideshow .c-slideshow--parallax .c-slideshow__item {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 550px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-slideshow .c-slideshow--parallax .c-slideshow__secondary {
  z-index: 5;
}
.s-slideshow .c-slideshow--parallax .c-slideshow__image {
  width: 610px;
}
.s-socialweekvideo__inner {
  background-color: white;
  padding: 32px 24px 12px;
}
.s-contentsream {
  flex: 0 0 calc(100% - 451px);
  -webkit-flex: 0 0 calc(100% - 451px);
  min-width: 1px;
  min-height: 1px;
}
.s-contentsream .c-contentstream {
  overflow-anchor: none;
  position: relative;
}
.s-contentsream .c-contentstream__top {
  margin-bottom: 12px;
}
.s-contentsream .c-contentstream__top-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #111111;
  padding: 14px 0;
}
.s-contentsream .c-contentstream__filter-item {
  position: relative;
  margin-left: 24px;
}
.s-contentsream .c-contentstream__filter-item:first-child {
  margin-left: 0;
}
.s-contentsream .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;
  border: 1px solid #003da5;
  border-radius: 12px;
  background-color: white;
  padding: 14px 24px;
  transition: all 0.25s;
  position: relative;
  width: 78px;
  height: 58px;
}
.s-contentsream .c-contentstream__filter-button .sidearm-icon {
  font-size: 30px;
  color: #003da5;
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 3;
}
.s-contentsream .c-contentstream__filter-button::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 0;
}
.s-contentsream .c-contentstream__filter-button.is-active {
  background-color: #003da5;
}
.s-contentsream .c-contentstream__filter-button.is-active .sidearm-icon {
  color: white;
}
.s-contentsream .c-contentstream__filter-button:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-contentsream .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
}
.s-contentsream .c-contentstream__item {
  width: 50%;
  padding: 12px;
}
.s-contentsream .c-contentstream__item-img .c-contentstream__media-image {
  border-radius: 12px 12px 0 0;
}
.s-contentsream .c-contentstream__item-inner {
  filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.08));
  -webkit-filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
}
.s-contentsream .c-contentstream__item--instagram .c-contentstream__item-inner {
  position: relative;
}
.s-contentsream .c-contentstream__item--instagram .c-contentstream__user {
  position: absolute;
  left: 24px;
  bottom: 34px;
  margin-bottom: 0;
}
.s-contentsream .c-contentstream__user {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #003da5;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 6px 12px;
  margin-bottom: 24px;
  width: fit-content;
}
.s-contentsream .c-contentstream__user-icon {
  background-color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 4px;
}
.s-contentsream .c-contentstream__user-icon .sidearm-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #003da5;
}
.s-contentsream .c-contentstream__user-screen {
  margin-left: 6px;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: white;
  text-decoration: none;
  transition: all 0.25s;
}
.s-contentsream .c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.s-contentsream .c-contentstream__media {
  display: block;
}
.s-contentsream .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.s-contentsream .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: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.s-contentsream .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-contentsream .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-contentsream .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-contentsream .c-contentstream__body {
  background: white;
  border-radius: 0px 0px 12px 12px;
  padding: 24px;
}
.s-contentsream .c-contentstream__text {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: black;
}
.s-contentsream .c-contentstream__text a {
  font-style: italic;
}
.s-contentsream .c-contentstream__text a:hover,
.s-contentsream .c-contentstream__text a:focus,
.s-contentsream .c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.s-contentsream .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-contentsream .c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-contentsream .c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-contentsream .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #002f6d;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-contentsream .c-contentstream .showcase-modal__close:hover,
.s-contentsream .c-contentstream .showcase-modal__close:focus,
.s-contentsream .c-contentstream .showcase-modal__close.sidearm-hover {
  background: #002f6d;
  color: white;
}
.s-contentsream .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-contentsream .c-contentstream .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 12px;
}
.s-contentsream .c-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;
  background: #003da5;
  border-radius: 12px;
  transition: all 0.25s;
  padding: 12px 0;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  position: relative;
  height: 48px;
  width: 100%;
}
.s-contentsream .c-contentstream .load-more__button::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 0;
}
.s-contentsream .c-contentstream .load-more__button:hover {
  text-decoration: underline;
}
.s-contentsream .c-contentstream .load-more__button:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-aow {
  flex: 0 0 451px;
  -webkit-flex: 0 0 451px;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
}
.s-aow__inner {
  background: radial-gradient(61.86% 61.86% at 50% 50%, rgba(1, 27, 66, 0) 57.81%, rgba(2, 32, 109, 0.15) 100%, rgba(2, 22, 74, 0.15) 100%), url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/glenville.sidearmsports.com/images/responsive_2022/athlete_bg_desktop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  padding: 32px 12px;
}
.s-aow__top {
  margin-bottom: 24px;
  text-align: center;
}
.s-aow__top img {
  width: 63px;
  height: 63px;
  margin: 0 auto 24px;
}
.s-aow__title-text {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
}
.s-aow .c-awards--standard .c-awards__item {
  width: 50%;
}
.s-aow .c-awards--standard .c-awards__image {
  border: 3px solid white;
  border-radius: 12px;
  margin-bottom: 24px;
  height: 233px;
}
.s-aow .c-awards--standard .c-awards__details {
  text-align: center;
}
.s-aow .c-awards--standard .c-awards__name {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: white;
  margin-bottom: 3px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05);
}
.s-aow .c-awards--standard .c-awards__sport {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  margin-bottom: 24px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05);
}
.s-aow .c-awards--standard .c-awards__link {
  width: 126px;
  height: 34px;
  background-color: white;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  position: relative;
  text-decoration: none;
}
.s-aow .c-awards--standard .c-awards__link::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 0;
}
.s-aow .c-awards--standard .c-awards__link span {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #262628;
}
.s-aow .c-awards--standard .c-awards__link:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-aow__quicklinks {
  background-color: white;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  margin: 24px 0;
}
.s-aow__quicklinks-title {
  padding: 32px 0 0 32px;
}
.s-aow__quicklinks-title span {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #111111;
}
.s-aow__quicklinks .ads-container {
  padding: 12px 24px;
}
.s-aow__quicklinks .ads-container .icons-ad:last-child .icons-ad__link {
  box-shadow: none;
  margin-bottom: 0;
}
.s-aow__quicklinks .ads-container .icons-ad__link {
  padding: 16px;
  box-shadow: inset 0px -1px 0px #f1f1f1;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.25s;
}
.s-aow__quicklinks .ads-container .icons-ad__link:hover {
  background-color: #003da5;
}
.s-aow__quicklinks .ads-container .icons-ad__link:hover .sidearm-icon,
.s-aow__quicklinks .ads-container .icons-ad__link:hover .icons-ad__label {
  color: white;
}
.s-aow__quicklinks .ads-container .icons-ad .sidearm-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 24px;
  color: #003da5;
  transition: all 0.25s;
}
.s-aow__quicklinks .ads-container .icons-ad__label {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #312f2f;
  margin-left: 8px;
}
.s-aow__dfpad2 .sidearm-dfp-ad {
  margin: 0 auto;
}
.s-videos__top {
  margin: 24px 0;
}
.s-videos__top-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  padding: 9px 0;
  color: #111111;
  text-transform: uppercase;
}
.s-videos__top-link {
  background-color: #003da5;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 48px;
  padding: 12px 38px;
  position: relative;
}
.s-videos__top-link span {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  transition: all 0.25s;
}
.s-videos__top-link::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 0;
}
.s-videos__top-link:hover span {
  text-decoration: underline;
}
.s-videos__top-link:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.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 #003da5;
  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: #003da5;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: white;
  margin: 6px;
}
.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__list {
  margin: 0 -12px;
}
.s-videos .c-videos--grid .c-videos__item {
  flex: 1 1 33.333%;
  -webkit-flex: 1 1 33.333%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 58.41%;
  position: relative;
}
.s-videos .c-videos--grid .c-videos__media::after {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 0;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #003da5;
  border-radius: 12px;
}
.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: 66px;
  height: 68px;
  transition: all 0.25s;
  z-index: 5;
}
.s-videos .c-videos--grid .c-videos__play-btn::after {
  content: '\e172';
  font-family: 'sidearm_font_v2';
  font-size: 84px;
  color: white;
  transition: all 0.25s;
  width: 66px;
  height: 68px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-videos .c-videos--grid .c-videos__play-btn:hover::after {
  color: rgba(255, 255, 255, 0.8);
}
.s-videos .c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 24px 0;
}
.s-videos .c-videos--grid .c-videos__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: #111111;
  margin-bottom: 12px;
}
.s-videos .c-videos--grid .c-videos__date {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #737577;
  text-transform: uppercase;
}
.s-videos .c-videos--grid .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 12px;
}
.s-videos .c-videos--grid .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;
  background: #003da5;
  border-radius: 12px;
  transition: all 0.25s;
  padding: 12px 0;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  position: relative;
  height: 48px;
  width: 100%;
}
.s-videos .c-videos--grid .load-more__button::after {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
  z-index: 0;
}
.s-videos .c-videos--grid .load-more__button:hover {
  text-decoration: underline;
}
.s-videos .c-videos--grid .load-more__button:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.s-slideshow-slider {
  height: 550px;
  margin: 48px 0;
  position: relative;
}
.s-slideshow-slider .c-slideshow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-slideshow-slider .c-slideshow__item {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.s-slideshow-slider .c-slideshow__item::after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.88%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-slideshow-slider .c-slideshow__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 125%;
  color: white;
  position: absolute;
  left: 42px;
  bottom: 63px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.88%, rgba(0, 0, 0, 0.1) 100%);
}
.s-slideshow-slider .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;
  right: 40px;
  bottom: 61px;
  z-index: 3;
  width: 20px;
  height: 20px;
  transition: all 0.25s;
  border-radius: 4px;
  background-color: transparent;
}
.s-slideshow-slider .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  font-size: 16px;
  color: white;
  width: 16px;
  height: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.s-slideshow-slider .slick-pause-play.slick-pause::after {
  content: "\e200" !important;
}
.s-slideshow-slider .slick-pause-play.slick-play::after {
  content: "\e050" !important;
}
.s-slideshow-slider .slick-pause-play:hover {
  background-color: #003da5;
}
.s-slideshow-slider .slick-dots {
  position: absolute;
  right: 80px;
  bottom: 63px;
  z-index: 3;
}
.s-slideshow-slider .slick-dots li {
  margin-left: 16px;
}
.s-slideshow-slider .slick-dots li.slick-active button {
  background-color: white;
}
.s-slideshow-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  cursor: pointer;
  display: block;
}
.s-slideshow-slider .slick-dots li button:hover {
  background-color: white;
}
.s-sponsorspotads .ads-container {
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-sponsorspotads .ads-container .slick-list {
  margin: 0 -8px;
}
.s-sponsorspotads .ads-container .ad.multi-ad.slick-slide {
  padding: 0 8px;
}
.s-sponsorspotads .ads-container .ad.multi-ad.slick-slide img {
  margin: 0 auto;
  aspect-ratio: 1.777777778;
}
.s-sponsorspotads .slick-prev,
.s-sponsorspotads .slick-next,
.s-sponsorspotads .slick-pause-play {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  position: relative;
  bottom: 0;
  width: 38px;
  height: 38px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 50%;
  margin-top: 16px;
  cursor: pointer;
  background-color: transparent;
  color: black;
  transition: all 0.25s;
}
.s-sponsorspotads .slick-prev::after,
.s-sponsorspotads .slick-next::after,
.s-sponsorspotads .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;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: black;
}
.s-sponsorspotads .slick-prev:hover,
.s-sponsorspotads .slick-next:hover,
.s-sponsorspotads .slick-pause-play:hover {
  background-color: #003da5;
  border-color: #003da5;
}
.s-sponsorspotads .slick-prev:hover::after,
.s-sponsorspotads .slick-next:hover::after,
.s-sponsorspotads .slick-pause-play:hover::after {
  color: white;
}
.s-sponsorspotads .slick-prev {
  order: 0;
}
.s-sponsorspotads .slick-prev::after {
  content: '\e009';
}
.s-sponsorspotads .slick-next {
  order: 2;
}
.s-sponsorspotads .slick-next::after {
  content: '\e010';
}
.s-sponsorspotads .slick-pause-play {
  order: 1;
  margin: 16px 12px 0;
}
.s-sponsorspotads .slick-pause-play.slick-pause::after {
  content: "\e200" !important;
}
.s-sponsorspotads .slick-pause-play.slick-play::after {
  content: "\e050" !important;
}
.main-footer__logos {
  box-shadow: inset 0px 1px 0px #e3e3e3;
  margin-top: 48px;
}
.main-footer__logos-container {
  max-width: 1440px;
  margin: 0 auto;
}
.main-footer__logos-item {
  width: 33.333%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 163px;
}
.main-footer__logos-item:first-child {
  box-shadow: inset 1px 0px 0px #e3e3e3;
}
.main-footer__logos-item:nth-child(2) {
  box-shadow: inset -1px 0px 0px #e3e3e3, inset 1px 0px 0px #e3e3e3;
}
.main-footer__logos-item:last-child {
  box-shadow: inset -1px 0px 0px #e3e3e3;
}
.main-footer__logos-link {
  width: 100%;
  text-align: center;
}
.main-footer__logos-link img {
  transition: all 0.25s;
}
.main-footer__logos-link:hover img {
  transform: translateY(-5px);
}
.main-footer__copyaddress {
  background-color: #003da5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 32px 0;
}
.main-footer__copyaddress-divider {
  background-color: #e8e8e8;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 8px;
  display: block;
}
.main-footer__copyaddress span {
  font-family: 'Prompt';
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: white;
}
.main-footer__copyrights {
  font-weight: 600;
}
.main-footer__address {
  font-weight: 400;
}
.main-footer__bottom {
  background-color: white;
}
/*Responsive Styles*/

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .s-sponsorspotads .ads-container {
    max-width: 1128px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  html.headroom--not-top .main-header__logo-wrapper {
    width: 146px;
    height: 79px;
  }
  html.headroom--not-top .main-header__logo a {
    padding: 5px 0 10px;
    height: 80px;
    transform: translateY(-12px);
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  }
  html.headroom--not-top .main-header__logo-main {
    width: 65px;
    height: 65px;
  }
  html.headroom--not-top .main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
    max-height: calc(100vh - 79px);
  }
  html.headroom--not-top .main-content-placeholder {
    margin-top: 79px;
  }
  html.headroom--not-top html.sport .main-content-placeholder {
    margin-top: 139px;
  }
  .main-header__official {
    height: 12px;
    padding: 0;
  }
  .main-header__official span {
    font-size: 0;
  }
  .main-header__official::before {
    width: 0;
    height: 0;
  }
  .main-header__logo-wrapper {
    width: 146px;
    height: 67px;
  }
  .main-header__logo a {
    height: 109px;
    padding: 5px 0 9px 0;
    align-items: flex-end;
    -webkit-clip-path: polygon(0 0, 100% 28%, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 28%, 78% 100%, 0% 100%);
  }
  .main-header__logo-main {
    width: 65px;
    height: 65px;
  }
  .main-header__navbar {
    position: relative;
  }
  .main-header__nav {
    padding-left: 0;
  }
  .main-header .main-navigation .c-navigation--main {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation__toggle {
    height: 67px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
  }
  .main-header__search .c-search--overlay .c-search__toggle {
    padding: 18.5px 32px 18.5px 36px;
  }
  .main-header__search .c-search--overlay .c-search__toggle .sidearm-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .main-header__search .c-search--overlay .c-search__toggle::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 36px;
    height: 3px;
    width: 0;
    background-color: white;
    transition: all 0.25s;
  }
  .main-header__search .c-search--overlay .c-search__toggle:hover::after,
  .main-header__search .c-search--overlay .c-search__toggle.is-toggled::after,
  .main-header__search .c-search--overlay .c-search__toggle:focus::after,
  .main-header__search .c-search--overlay .c-search__toggle.sidearm-hover::after {
    width: calc(100% - 68px);
  }
  .main-header__sport {
    padding: 0 32px;
  }
  .s-storiesschedule__inner {
    background-color: white;
    padding: 24px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .s-stories {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-stories .c-stories--grid .c-stories__panel-large {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .s-schedule {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    padding-left: 0;
  }
  .s-schedule__dfpad1 {
    margin: 32px 0 48px;
  }
  .s-slideshow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .s-slideshow .c-slideshow--parallax .c-slideshow__item {
    background-attachment: unset;
    background-position: center;
  }
  .s-socialweekvideo {
    margin-top: 48px;
  }
  .s-socialweekvideo__inner {
    background-color: white;
    padding: 32px 24px 12px;
  }
  .s-socialweekvideo__top {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-socialweekvideo__bottom {
    background-color: white;
    padding: 24px;
  }
  .s-contentsream {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-aow {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0px;
    margin-top: 24px;
    width: 100%;
  }
  .s-aow__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-aow__top {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .s-aow__top img {
    width: 73px;
    height: 75px;
  }
  .s-aow .c-awards--standard .c-awards__item {
    width: auto;
    padding: 0 5px;
  }
  .s-aow .c-awards--standard .c-awards__item:first-child {
    margin-right: 14px;
  }
  .s-aow__dfpad2 {
    margin: 32px 0;
  }
  .s-videos__top {
    margin: 0 0 24px 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn {
    width: 48px;
    height: 52px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn::after {
    width: 48px;
    height: 52px;
    font-size: 84px;
  }
  .s-sponsorspotads .ads-container {
    max-width: 842px;
  }
}
@media screen and (max-width: 1024px) {
  html.headroom--not-top .main-header__logo-wrapper {
    width: 146px;
    height: 67px;
  }
  html.headroom--not-top .main-header__logo a {
    padding: 5px 0 10px;
    height: 80px;
    transform: translateY(-12px);
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  }
  html.headroom--not-top .main-header__logo-main {
    width: 65px;
    height: 65px;
  }
  html.headroom--not-top .main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
    max-height: calc(100vh - 79px);
  }
  html.headroom--not-top .main-content-placeholder {
    margin-top: 79px;
  }
  html.headroom--not-top html.sport .main-content-placeholder {
    margin-top: 139px;
  }
  .loading img {
    width: 180px;
  }
  .main-header__official {
    height: 12px;
    padding: 0;
  }
  .main-header__official span {
    font-size: 0;
  }
  .main-header__official::before {
    width: 0;
    height: 0;
  }
  .main-header__logo-wrapper {
    width: 146px;
    height: 67px;
  }
  .main-header__logo a {
    height: 110px;
    padding: 5px 0 9px 0;
    align-items: flex-end;
    -webkit-clip-path: polygon(0 0, 100% 28%, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 28%, 78% 100%, 0% 100%);
  }
  .main-header__logo-main {
    width: 65px;
    height: 65px;
  }
  .main-header__navbar {
    position: relative;
  }
  .main-header__nav {
    padding-left: 0;
  }
  .main-header .main-navigation .c-navigation--main {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation__toggle {
    height: 67px;
    width: 118px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
  }
  .main-header__search .c-search--overlay .c-search__toggle {
    padding: 18.5px 32px 18.5px 36px;
  }
  .main-header__search .c-search--overlay .c-search__toggle .sidearm-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .main-header__search .c-search--overlay .c-search__toggle::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 36px;
    height: 3px;
    width: 0;
    background-color: white;
    transition: all 0.25s;
  }
  .main-header__search .c-search--overlay .c-search__toggle:hover::after,
  .main-header__search .c-search--overlay .c-search__toggle.is-toggled::after,
  .main-header__search .c-search--overlay .c-search__toggle:focus::after,
  .main-header__search .c-search--overlay .c-search__toggle.sidearm-hover::after {
    width: calc(100% - 68px);
  }
  .main-header__sport {
    padding: 0 32px;
  }
  .s-storiesschedule__inner {
    background-color: white;
    padding: 24px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .s-stories {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-stories .c-stories--grid .c-stories__panel-large {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .s-schedule {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    padding-left: 0;
  }
  .s-schedule__top {
    padding: 24px 0;
  }
  .s-schedule__dfpad1 {
    margin: 32px 0 48px;
  }
  .s-slideshow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .s-slideshow .c-slideshow--parallax .c-slideshow__item {
    background-attachment: unset;
    background-position: center;
  }
  .s-slideshow .c-slideshow--parallax .c-slideshow__image {
    width: 470px;
  }
  .s-socialweekvideo {
    margin-top: 48px;
  }
  .s-socialweekvideo__inner {
    background-color: white;
    padding: 32px 24px 12px;
  }
  .s-socialweekvideo__top {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-socialweekvideo__bottom {
    background-color: white;
    padding: 24px;
  }
  .s-contentsream {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-contentsream .c-contentstream__filter-button {
    width: 72px;
    height: 52px;
  }
  .s-contentsream .c-contentstream__filter-button .sidearm-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
  .s-aow {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0px;
    margin-top: 24px;
    width: 100%;
  }
  .s-aow__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: radial-gradient(61.86% 61.86% at 50% 50%, rgba(1, 27, 66, 0) 57.81%, rgba(2, 32, 109, 0.15) 100%, rgba(2, 22, 74, 0.15) 100%), url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/glenville.sidearmsports.com/images/responsive_2022/athlete_bg_tablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .s-aow__top {
    margin-right: 24px;
    margin-bottom: 0;
    width: 231px;
  }
  .s-aow__top img {
    width: 73px;
    height: 75px;
  }
  .s-aow .c-awards--standard .c-awards__item {
    width: auto;
    padding: 0 5px;
  }
  .s-aow .c-awards--standard .c-awards__item:first-child {
    margin-right: 14px;
  }
  .s-aow__quicklinks {
    box-shadow: none;
  }
  .s-aow__quicklinks-title {
    padding: 32px 0 0 0;
  }
  .s-aow__quicklinks .ads-container {
    padding: 12px 0;
  }
  .s-aow__dfpad2 {
    margin: 32px 0;
  }
  .s-videos__top {
    margin: 0 0 24px 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn {
    width: 48px;
    height: 52px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn::after {
    width: 48px;
    height: 52px;
    font-size: 62px;
  }
  .s-videos .c-videos--grid .c-videos__details {
    margin: 36px 0 22px;
  }
  .s-slideshow-slider {
    height: 500px;
  }
  .s-slideshow-slider .c-slideshow__item {
    height: 500px;
  }
  .s-slideshow-slider .c-slideshow__title {
    font-size: 36px;
    left: 12px;
    bottom: 33px;
  }
  .s-slideshow-slider .slick-pause-play {
    right: 36px;
    bottom: 44px;
  }
  .s-slideshow-slider .slick-dots {
    right: 76px;
    bottom: 46px;
  }
  .s-sponsorspotads .ads-container {
    max-width: 556px;
  }
  .main-footer__logos-container {
    width: 100%;
  }
  .main-footer__logos-item {
    height: 131px;
  }
  .main-footer__logos-item:first-child img {
    width: 160px;
    height: 61px;
  }
  .main-footer__logos-item:nth-child(2) img {
    width: 149px;
    height: 67px;
  }
  .main-footer__logos-item:last-child img {
    width: 159px;
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  html.headroom--not-top .main-header__logo-wrapper {
    width: 119px;
    height: 43px;
  }
  html.headroom--not-top .main-header__logo a {
    padding: 5px 47px 5px 31px;
    height: 52px;
    transform: translateY(-8px);
    top: 0;
    justify-content: center;
    align-items: center;
  }
  html.headroom--not-top .main-header__logo-main {
    width: 41px;
    height: 41px;
  }
  html.headroom--not-top .main-header .main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
    max-height: calc(100vh - 51px);
  }
  html.headroom--not-top .main-content-placeholder {
    margin-top: 51px;
  }
  html.headroom--not-top html.sport .main-content-placeholder {
    margin-top: 96px;
  }
  .loading img {
    width: 160px;
  }
  .main-header {
    position: fixed;
    height: 51px;
  }
  .main-header__official {
    height: 8px;
    padding: 0;
  }
  .main-header__official span {
    font-size: 0;
  }
  .main-header__official::before {
    width: 0;
    height: 0;
  }
  .main-header__logo-wrapper {
    width: 119px;
    height: 43px;
  }
  .main-header__logo a {
    height: 52px;
    transform: translateY(-8px);
    top: 0;
    padding: 5px 47px 5px 31px;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  }
  .main-header__logo-main {
    width: 41px;
    height: 41px;
  }
  .main-header__navbar {
    position: relative;
    background-color: #003da5;
  }
  .main-header__nav {
    padding-left: 0;
  }
  .main-header .main-navigation .c-navigation--main {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation__toggle {
    padding: 12.5px 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 43px;
    width: 56px;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation__toggle .sidearm-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
    padding: 18.5px 24px;
    height: 60px;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator {
    font-size: 14px;
    padding: 17.5px 32px;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
    font-size: 14px;
    padding: 21.5px 36px;
  }
  .main-header .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 51px);
  }
  .main-header__search .c-search--overlay .c-search__toggle {
    padding: 12.5px 18px;
  }
  .main-header__search .c-search--overlay .c-search__toggle .sidearm-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .main-header__search .c-search--overlay .c-search__toggle::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 36px;
    height: 3px;
    width: 0;
    background-color: white;
    transition: all 0.25s;
  }
  .main-header__search .c-search--overlay .c-search__toggle:hover::after,
  .main-header__search .c-search--overlay .c-search__toggle.is-toggled::after,
  .main-header__search .c-search--overlay .c-search__toggle:focus::after,
  .main-header__search .c-search--overlay .c-search__toggle.sidearm-hover::after {
    width: calc(100% - 68px);
  }
  .main-header__sport {
    padding: 0 24px;
    height: 45px;
  }
  .main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10.5px 0;
  }
  .main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
    font-size: 14px;
    padding: 12px 0;
  }
  .main-header .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 96px);
  }
  html.sport .main-header {
    height: 96px;
  }
  .s-promoheader {
    padding: 32px 0 24px;
  }
  .s-stories .c-stories--grid .c-stories__panel-large .c-stories__item {
    border-bottom: 1px solid #e3e3e3;
  }
  .s-stories .c-stories--grid .c-stories__panel-large .c-stories__details {
    text-align: left;
    padding: 24px 0px;
  }
  .s-stories .c-stories--grid .c-stories__panel-large .c-stories__details-inner {
    justify-content: start;
  }
  .s-stories .c-stories--grid .c-stories__panel-large .c-stories__title {
    font-size: 22px;
    font-weight: 600;
  }
  .s-stories .c-stories--grid .c-stories__panel-double {
    border-bottom: 0;
    padding-top: 0;
  }
  .s-stories .c-stories--grid .c-stories__panel-double .c-stories__item {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .s-stories .c-stories--grid .c-stories__panel-double .c-stories__item-inner {
    margin-top: 24px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
  }
  .s-stories .c-stories--grid .c-stories__panel-double .c-stories__details {
    padding: 36px 0 24px;
  }
  .s-schedule__top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center !important;
  }
  .s-schedule__top-title {
    font-size: 21px;
    margin-bottom: 24px;
    padding: 0;
  }
  .s-schedule__tabs-item:first-child {
    margin-left: 0;
  }
  .s-schedule__tabs-link span {
    padding: 8px 24px;
    font-size: 12px;
    height: 34px;
  }
  .s-schedule__calendarbtn {
    margin: 24px 0 8px;
  }
  .s-schedule .c-events--list-simple .c-events__logo {
    margin-right: 12px;
  }
  .s-schedule .c-events--list-simple .c-events__item-inner {
    padding: 24px 16px;
  }
  .s-schedule__dfpad1 {
    margin: 24px 0 32px;
  }
  .s-slideshow {
    height: 300px;
    margin-top: 0;
  }
  .s-slideshow .c-slideshow--parallax .c-slideshow__item {
    height: 300px;
  }
  .s-slideshow .c-slideshow--parallax .c-slideshow__image {
    width: 242px;
  }
  .s-socialweekvideo {
    margin-top: 48px;
  }
  .s-socialweekvideo__inner {
    background-color: white;
    padding: 32px 24px 32px;
  }
  .s-socialweekvideo__top {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-socialweekvideo__bottom {
    background-color: white;
    padding: 24px;
  }
  .s-contentsream {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-contentsream .c-contentstream__top {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-contentsream .c-contentstream__top-title {
    font-size: 21px;
    margin-bottom: 24px;
    padding: 0;
  }
  .s-contentsream .c-contentstream__filter-item {
    margin-left: 12px;
  }
  .s-contentsream .c-contentstream__filter-button {
    width: 61px;
    height: 46px;
  }
  .s-contentsream .c-contentstream__filter-button .sidearm-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
  .s-contentsream .c-contentstream__item {
    width: 100%;
  }
  .s-aow {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0px;
    margin-top: 24px;
    width: 100%;
  }
  .s-aow__inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    background: radial-gradient(61.86% 61.86% at 50% 50%, rgba(1, 27, 66, 0) 57.81%, rgba(2, 32, 109, 0.15) 100%, rgba(2, 22, 74, 0.15) 100%), url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/glenville.sidearmsports.com/images/responsive_2022/athlete_bg_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .s-aow__top {
    margin-right: 0;
    margin-bottom: 24px;
    width: auto;
  }
  .s-aow__top img {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
  }
  .s-aow__title-text {
    font-size: 25px;
  }
  .s-aow .c-awards--standard {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-aow .c-awards--standard .c-awards__item {
    padding: 0 5px;
  }
  .s-aow .c-awards--standard .c-awards__item:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .s-aow .c-awards--standard .c-awards__image {
    margin-bottom: 12px;
  }
  .s-aow .c-awards--standard .c-awards__name {
    font-size: 16px;
  }
  .s-aow .c-awards--standard .c-awards__sport {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .s-aow__quicklinks {
    margin: 24px 0 0;
  }
  .s-aow__quicklinks-title {
    padding: 0;
    text-align: center;
  }
  .s-aow__quicklinks-title span {
    font-size: 21px;
  }
  .s-aow__dfpad2 {
    margin: 32px 0;
  }
  .s-videos__top-title {
    font-size: 21px;
    padding: 4px 0;
  }
  .s-videos__top-link {
    height: 34px;
    padding: 8px 22.5px;
  }
  .s-videos__top-link span {
    font-size: 12px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn {
    width: 42px;
    height: 46px;
  }
  .s-videos .c-videos--grid .c-videos__play-btn::after {
    width: 42px;
    height: 46px;
    font-size: 54px;
  }
  .s-slideshow-slider {
    margin: 32px 0;
    height: 300px;
  }
  .s-slideshow-slider .c-slideshow__item {
    height: 300px;
  }
  .s-slideshow-slider .c-slideshow__title {
    font-size: 22px;
    left: unset;
    width: 100%;
    bottom: 33px;
    text-align: center;
    margin-bottom: 6px;
  }
  .s-slideshow-slider .slick-pause-play {
    right: unset;
    left: 65%;
    transform: translateX(-50%);
    bottom: 13px;
    width: 16px;
    height: 16px;
  }
  .s-slideshow-slider .slick-pause-play::after {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
  .s-slideshow-slider .slick-dots {
    bottom: 17px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-slideshow-slider .slick-dots li {
    margin-left: 9px;
  }
  .s-slideshow-slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .s-sponsorspotads .ads-container {
    max-width: 286px;
  }
  .main-footer__logos {
    box-shadow: none;
    margin-top: 32px;
  }
  .main-footer__logos-container {
    width: 100%;
  }
  .main-footer__logos-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__logos-item {
    width: 50%;
    height: 95px;
  }
  .main-footer__logos-item:first-child {
    width: 100%;
    height: 102px;
    box-shadow: inset 0px 1px 0px #e3e3e3;
  }
  .main-footer__logos-item:first-child img {
    width: 141px;
    height: 54px;
  }
  .main-footer__logos-item:nth-child(2) {
    box-shadow: inset 0px 1px 0px #e3e3e3, inset -1px 0px 0px #e3e3e3;
  }
  .main-footer__logos-item:nth-child(2) img {
    width: 106px;
    height: 47px;
  }
  .main-footer__logos-item:last-child {
    box-shadow: inset 0px 1px 0px #e3e3e3;
  }
  .main-footer__logos-item:last-child img {
    width: 117px;
    height: 47px;
  }
  .main-footer__copyaddress {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 24px 0;
  }
  .main-footer__copyaddress-divider {
    margin: 0;
  }
}
@media screen and (max-width: 539px) {
  .s-schedule .c-events--list-simple .c-events__details {
    width: calc(100% - 30px);
  }
  .s-schedule .c-events--list-simple .c-events__details-inner {
    width: calc(100% - 76px);
  }
  .s-schedule .c-events--list-simple .c-events__indicator {
    width: 140px;
  }
  .s-schedule .c-events--list-simple .c-events__results {
    flex: 0;
  }
  .s-schedule .c-events--list-simple .c-events__prepostscore {
    font-size: 12px;
  }
}
