@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: #e8e8e8;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
/*Stories Video*/

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

/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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*/

/* logos */

.ssf-was::before {
  content: '\e419';
}
.ssf-mwf::before {
  content: '\e428';
}
.ssf-wgym::before {
  content: '\e436' !important;
}
/*Row Styles*/

.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1440px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .row.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
/*Slick Dots*/

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

html.index .ui-tabs-panel {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
html.index .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
/* =========== BREAKPOINTS ========== */
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #015498;
  top: 0;
  left: 0;
}
.logo-loader--grow-shrink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out 3.5s;
}
.logo-loader--grow-shrink .logo-loader__logo img {
  min-width: 200px;
  animation: grow-shrink 5s ease-in-out infinite;
}
@keyframes grow-shrink {
  0% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.5);
  }
}
html.sport .main-content-placeholder {
  margin-top: 350px;
}
@media screen and (max-width: 1152px) {
  html.sport .main-content-placeholder {
    margin-top: 290px;
  }
}
@media screen and (max-width: 768px) {
  html.sport .main-content-placeholder {
    margin-top: 148px;
  }
}
html.sport .c-slideshow {
  overflow: hidden;
  height: 353px;
}
html.sport .c-slideshow__thumbnails {
  display: none;
}
html.sport .c-slideshow::before,
html.sport .c-slideshow::after {
  height: 47px;
  background-position: bottom;
}
@media screen and (max-width: 1440px) {
  html.sport .c-slideshow::before,
  html.sport .c-slideshow::after {
    display: none;
  }
}
html.sport .s-slideshow {
  height: 353px;
}
html.sport .s-slideshow__divider {
  display: none;
}
html.sport .c-scoreboard--slider .c-scoreboard__aside {
  display: none;
}
html.navigation-loaded .logo-loader {
  opacity: 0;
  pointer-events: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
html:not(.index):not(.sport) .c-navigation--sport {
  display: none;
}
html.headroom--not-top .main-header {
  top: -178px;
}
html.headroom--not-top .main-header__logo {
  width: 66.9px;
  height: 63px;
  margin-bottom: 0;
  margin-top: 11px;
}
html.headroom--not-top .main-header__logo img {
  width: 66.9px;
  height: 63px;
}
html.headroom--not-top .c-navigation--sport {
  top: 84px;
}
html.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 140px);
}
html.headroom--not-top .c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 84px);
}
@media screen and (max-width: 1151px) {
  html.headroom--not-top .main-header__logo {
    width: 42.48px;
    height: 40px;
    margin-top: 8px;
  }
  html.headroom--not-top .main-header__logo img {
    width: 42.48px;
    height: 40px;
  }
  html.headroom--not-top .c-navigation--sport {
    top: 56px;
  }
  html.headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 56px);
  }
  html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 112px);
  }
}
@media screen and (max-width: 768px) {
  html.headroom--not-top .main-header {
    top: -36px;
  }
}
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #e8e8e8;
  transition: 0.25s;
}
.main-header__nav {
  background-color: #015498;
}
.main-header__quote {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: unset;
  color: white;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 26.25px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  font-style: italic;
}
.main-header__logo {
  display: flex;
  width: 117px;
  height: 110px;
  margin-bottom: 10px;
  margin-top: -34px;
  margin-right: auto;
  transition: 0.25s;
}
.main-header__logo img {
  width: 117px;
  height: 110px;
}
.main-header .main-navigation {
  display: flex;
  height: 84px;
}
.main-content-placeholder {
  margin-top: 294px;
}
.c-scoreboard--slider {
  display: flex;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.c-scoreboard--slider .slick-slide {
  float: none;
  height: auto;
}
.c-scoreboard--slider .slick-list {
  margin: 0 -4px;
}
.c-scoreboard--slider .slick-prev,
.c-scoreboard--slider .slick-next {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 136px;
  background-color: transparent;
  border: none;
  font-size: 0;
  transition: 0.25s;
}
.c-scoreboard--slider .slick-prev::after,
.c-scoreboard--slider .slick-next::after {
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  color: #015498;
  transition: 0.25s;
}
.c-scoreboard--slider .slick-prev:hover::after,
.c-scoreboard--slider .slick-next:hover::after,
.c-scoreboard--slider .slick-prev:focus::after,
.c-scoreboard--slider .slick-next:focus::after,
.c-scoreboard--slider .slick-prev.sidearm-hover::after,
.c-scoreboard--slider .slick-next.sidearm-hover::after {
  color: #dd7a08;
}
.c-scoreboard--slider .slick-prev.slick-disabled,
.c-scoreboard--slider .slick-next.slick-disabled {
  cursor: not-allowed;
}
.c-scoreboard--slider .slick-prev.slick-disabled::after,
.c-scoreboard--slider .slick-next.slick-disabled::after {
  color: white;
}
.c-scoreboard--slider .slick-prev.slick-disabled:hover::after,
.c-scoreboard--slider .slick-next.slick-disabled:hover::after,
.c-scoreboard--slider .slick-prev.slick-disabled:focus::after,
.c-scoreboard--slider .slick-next.slick-disabled:focus::after,
.c-scoreboard--slider .slick-prev.slick-disabled.sidearm-hover::after,
.c-scoreboard--slider .slick-next.slick-disabled.sidearm-hover::after {
  color: white;
  cursor: not-allowed;
  pointer-events: none;
}
.c-scoreboard--slider .slick-prev {
  left: -56px;
}
.c-scoreboard--slider .slick-prev::after {
  content: '\e025';
}
.c-scoreboard--slider .slick-next {
  right: -56px;
}
.c-scoreboard--slider .slick-next::after {
  content: '\e026';
}
.c-scoreboard--slider .c-scoreboard__list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 8px 0;
  margin: 0 56px;
}
.c-scoreboard--slider .c-scoreboard__aside {
  flex: 0 0 244px;
  -webkit-flex: 0 0 244px;
  min-width: 1px;
  min-height: 1px;
}
.c-scoreboard--slider .c-scoreboard__top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #015498;
  font-size: 1.5rem;
}
.c-scoreboard--slider .c-scoreboard__item {
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  margin: 0 4px;
  height: 120px;
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__overlay {
  opacity: 1;
  height: 60px;
  pointer-events: unset;
}
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__toggle button {
  background-color: #015498;
  color: white;
  transform: rotate(105deg);
}
.c-scoreboard--slider .c-scoreboard__top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 16px;
}
.c-scoreboard--slider .c-scoreboard__top-logo {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #dd7a08;
}
.c-scoreboard--slider .c-scoreboard__top.wgym {
  margin-bottom: 4px;
}
.c-scoreboard--slider .c-scoreboard__top.mgym {
  margin-bottom: 4px;
}
.c-scoreboard--slider .c-scoreboard__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-scoreboard--slider .c-scoreboard__longscore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-scoreboard--slider .c-scoreboard__sport {
  color: #015498;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  margin-right: auto;
  text-decoration: none;
  transition: 0.25s;
}
.c-scoreboard--slider .c-scoreboard__sport:hover,
.c-scoreboard--slider .c-scoreboard__sport:focus,
.c-scoreboard--slider .c-scoreboard__sport.sidearm-hover {
  text-decoration: underline;
}
.c-scoreboard--slider .c-scoreboard__divider {
  margin: 0 4px;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  width: 32px;
  height: 32px;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
  transition: 0.25s;
  padding-left: 16px;
  padding-bottom: 16px;
  pointer-events: none;
  display: flex;
  justify-content: unset;
  align-items: flex-end;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__media {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  margin-right: 8px;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  transition: 0.25s;
  font-size: 1.3125rem;
  color: #015498;
  padding: 4px 8px;
  border: 1px solid #015498;
  border-radius: 30px;
  width: 37px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__media-link:hover,
.c-scoreboard--slider .c-scoreboard__media-link:focus,
.c-scoreboard--slider .c-scoreboard__media-link.sidearm-hover {
  background: #015498;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__toggle button {
  background-color: white;
  border: 1px solid #015498;
  border-radius: 50%;
  font-size: 1.3125rem;
  height: 29px;
  width: 29px;
  color: #015498;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__toggle button:hover,
.c-scoreboard--slider .c-scoreboard__toggle button:focus,
.c-scoreboard--slider .c-scoreboard__toggle button.sidearm-hover {
  background: #015498;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__filter {
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 56px;
  border: 1px solid #e0e0e0;
  border-radius: 60px;
  background-color: white;
  padding: 0 16px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-scoreboard--slider .c-scoreboard__filter::after {
  content: '\e008';
  font-family: 'sidearm_font_v2';
  pointer-events: none;
  position: absolute;
  font-size: 1.5rem;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  height: 84px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 16px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  position: relative;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1::after {
  content: '';
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 8px 16px;
  border-color: transparent transparent white transparent;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:hover::after,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1.sidearm-hover::after,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:focus::after {
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: white;
  padding-top: 32px;
  padding-bottom: 32px;
  max-height: calc(100vh - 262px);
  overflow: auto;
  filter: drop-shadow(0px 2px 18px rgba(0, 0, 0, 0.12));
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1472px;
  margin: 0 auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 16px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  transition: 0.25s;
  padding-right: 8px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:focus,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2.sidearm-hover {
  background: #015498;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:focus .c-navigation__url--level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2.sidearm-hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  text-decoration: none;
  transition: 0.25s;
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  color: #262628;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  padding-left: 16px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin: 0 8px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news.sdrm-nav-standings {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news.sdrm-nav-stats {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  overflow: hidden;
  white-space: nowrap;
  color: #015498;
  font-size: 0;
  margin: 0 8px;
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  display: flex;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:before {
  font-family: sidearm_font;
  font-size: 1.1875rem;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook:before {
  content: '\e805';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter:before {
  content: '\e825';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram:before {
  content: '\e811';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets:before {
  content: '\e888';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tiktok:before {
  font-family: 'sidearm_font_v2';
  content: '\e209';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.championship:before {
  font-family: 'sidearm_font_v2';
  content: '\e155';
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad-link {
  display: block;
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad-picture {
  display: block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
  color: white;
  transition: 0.25s;
  position: relative;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover::after,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:focus::after,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.sidearm-hover::after {
  content: '';
  width: 56px;
  height: 4px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 234px);
  overflow: auto;
  z-index: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas .ads-container {
  display: flex;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas .ads-container .ad {
  flex: 1 1 auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas .ads-container .ad .icons-ad__link {
  width: 100%;
  height: 58px;
  border: 1px solid #e0e0e0;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas .ads-container .ad .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas .ads-container .ad .sidearm-icon {
  color: #015498;
  font-size: 2rem;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-size: 19px;
  content: '\e830';
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  text-decoration: none;
  padding: 0 16px;
  background: white;
  color: #262628;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  transition: 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: #015498;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background: whitesmoke;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 4500px;
  padding: 16px 16px 32px 16px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  padding: 16px;
  color: #262628;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 16px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #262628;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-decoration: none;
}
.c-navigation--sport {
  background: #015498;
  width: 100%;
  position: fixed;
  top: 262px;
  z-index: 901;
  left: 0;
  transition: 0.25s;
}
.c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1464px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
    padding: 0 16px;
  }
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.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;
  min-width: 300px;
  background: #015498;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding-left: 16px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  padding-left: 0;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: 0.25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  max-height: calc(100vh - 318px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  height: 45px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 16px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  transition: 0.25s;
  background: #015498;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background: #014c89;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  text-decoration: none;
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  transition: 0.25s;
  padding-left: 16px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  padding-right: 16px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background: #015498;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 290px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  border-top: 1px solid #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  height: 50px;
  background: #015498;
  transition: 0.25s;
  padding: 0 32px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  background-color: #014c89;
}
.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;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  height: 45px;
  transition: 0.25s;
  padding: 0 32px;
  color: #015498;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  background-color: whitesmoke;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  background: #014c89;
  color: white;
}
.c-search--standard {
  height: 100%;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--standard .c-search__container {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin: 0 auto;
  width: 220px;
  height: 48px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.c-search--standard .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--standard .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--standard .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--standard .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 1.5rem;
  transition: 0.25s;
}
.c-search--standard .c-search__submit:hover,
.c-search--standard .c-search__submit:focus,
.c-search--standard .c-search__submit.sidearm-hover {
  color: #dd7a08;
}
.c-search--standard .c-search__submit:disabled {
  color: #015498;
  pointer-events: none;
}
.c-search--standard .c-search__submit span {
  padding: 0;
  margin: 0;
}
.c-search--standard .c-search__submit span::before {
  margin: 0;
  padding: 0;
}
.s-main {
  margin: 32px 0;
}
.s-main__inner {
  display: flex;
}
.s-main__social {
  flex: 0 0 64px;
  -webkit-flex: 0 0 64px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
}
.s-main__social .ads-container {
  width: 64px;
}
.s-main__social .ads-container .ad {
  margin-bottom: 16px;
}
.s-main__social .ads-container .ad .icons-ad__link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  width: 36px;
  height: 36px;
}
.s-main__social .ads-container .ad .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.s-main__social .ads-container .ad .sidearm-icon {
  font-size: 2rem;
  color: #015498;
  transition: 0.25s;
}
.s-main__social .ads-container .ad .sidearm-icon:hover,
.s-main__social .ads-container .ad .sidearm-icon:focus,
.s-main__social .ads-container .ad .sidearm-icon.sidearm-hover {
  transform: scale(1.25);
}
.s-main__story {
  flex: 0 0 1015px;
  -webkit-flex: 0 0 1015px;
  min-width: 1px;
  min-height: 1px;
  height: 953.95px;
  background: white;
}
.s-main__body {
  max-width: 1376px;
  overflow: hidden;
}
.s-main__body-top {
  display: flex;
}
.s-main__tabs {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #e0e0e0;
}
.s-main__tabs-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.s-main__tabs-header {
  width: 360px;
  height: 97px;
  border-top: 9px solid #dd7a08;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding-left: 24px;
  border-radius: 0 8px 0 0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/mpsports.org/images/responsive_2022/section_header_endcap%20%281%29.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right;
}
.s-main__tabs .ui-tabs-tab {
  height: 88px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #262628;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  position: relative;
  transition: 0.25s;
}
.s-main__tabs .ui-tabs-tab a {
  text-decoration: none;
  transition: 0.25s;
  padding: 0 16px;
  color: #262628;
}
.s-main__tabs .ui-tabs-tab a:hover,
.s-main__tabs .ui-tabs-tab a:focus,
.s-main__tabs .ui-tabs-tab a.sidearm-hover {
  color: #015498;
}
.s-main__tabs .ui-tabs-tab.ui-tabs-active a {
  color: #015498;
}
.s-main__tabs .ui-tabs-tab.ui-tabs-active::after {
  content: '';
  transition: 0.25s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 8px 16px;
  border-color: transparent transparent #015498 transparent;
}
.s-main__awards {
  padding-bottom: 88px;
  background: white;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.s-main__awards .slick-prev,
.s-main__awards .slick-next {
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 0;
  border: none;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transform: translateX(-50%);
  bottom: 32px;
}
.s-main__awards .slick-prev::after,
.s-main__awards .slick-next::after {
  content: '';
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  color: #015498;
  transition: 0.25s;
}
.s-main__awards .slick-prev:hover::after,
.s-main__awards .slick-next:hover::after,
.s-main__awards .slick-prev:focus::after,
.s-main__awards .slick-next:focus::after,
.s-main__awards .slick-prev.sidearm-hover::after,
.s-main__awards .slick-next.sidearm-hover::after {
  color: #dd7a08;
}
.s-main__awards .slick-prev {
  left: calc(50% - 44px);
}
.s-main__awards .slick-prev::after {
  content: '\e025';
}
.s-main__awards .slick-next {
  left: calc(50% + 44px);
}
.s-main__awards .slick-next::after {
  content: '\e026';
}
.c-stories--slider {
  position: relative;
  background: #e8e8e8;
  height: 953.95px;
}
.c-stories--slider .slick-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.c-stories--slider .slick-dots li {
  margin: 0 8px;
}
.c-stories--slider .slick-dots li button {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  transition: 0.25s;
}
.c-stories--slider .slick-dots li.slick-active button,
.c-stories--slider .slick-dots li:hover button,
.c-stories--slider .slick-dots li:focus button,
.c-stories--slider .slick-dots li.sidearm-hover button {
  background-color: #dd7a08;
  border: 2px solid black;
}
.c-stories--slider .slick-prev,
.c-stories--slider .slick-next {
  position: absolute;
  bottom: 0;
  height: 88px;
  width: 88px;
  background-color: white;
  border: none;
  font-size: 0;
  transition: 0.25s;
}
.c-stories--slider .slick-prev:hover,
.c-stories--slider .slick-next:hover,
.c-stories--slider .slick-prev:focus,
.c-stories--slider .slick-next:focus,
.c-stories--slider .slick-prev.sidearm-hover,
.c-stories--slider .slick-next.sidearm-hover {
  background: #015498;
}
.c-stories--slider .slick-prev:hover::after,
.c-stories--slider .slick-next:hover::after,
.c-stories--slider .slick-prev:focus::after,
.c-stories--slider .slick-next:focus::after,
.c-stories--slider .slick-prev.sidearm-hover::after,
.c-stories--slider .slick-next.sidearm-hover::after {
  color: white;
}
.c-stories--slider .slick-prev::after,
.c-stories--slider .slick-next::after {
  font-family: 'sidearm_font_v2';
  content: '';
  font-size: 1.5rem;
  color: #015498;
  transition: 0.25s;
}
.c-stories--slider .slick-prev {
  border-right: 1px solid #e0e0e0;
  left: 0;
}
.c-stories--slider .slick-prev::after {
  content: '\e025';
}
.c-stories--slider .slick-next {
  border-left: 1px solid #e0e0e0;
  right: 0;
}
.c-stories--slider .slick-next::after {
  content: '\e026';
}
.c-stories--slider .slick-pause-play {
  height: 32px;
  width: 32px;
  background-color: #015498;
  position: absolute;
  right: 32px;
  bottom: 415px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  font-size: 0;
  transition: 0.25s;
}
.c-stories--slider .slick-pause-play::after {
  content: '';
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
  color: white;
  font-weight: 100;
}
.c-stories--slider .slick-pause-play:hover,
.c-stories--slider .slick-pause-play:focus,
.c-stories--slider .slick-pause-play.sidearm-hover {
  background: #014c89;
}
.c-stories--slider .slick-pause::after {
  content: '\e201';
}
.c-stories--slider .slick-play::after {
  content: '\e050';
}
.c-stories--slider .c-stories__item {
  border-radius: 8px 0px 0px 0px;
  height: 953.95px;
  background-color: white;
}
.c-stories--slider .c-stories__top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 8px;
}
.c-stories--slider .c-stories__top-logo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #dd7a08;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #015498;
}
.c-stories--slider .c-stories__sport {
  color: #015498;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-right: 8px;
  text-transform: uppercase;
}
.c-stories--slider .c-stories__date {
  font-style: italic;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 8px 0px 0px 0px;
  background: #e8e8e8;
}
.c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 8px 0px 0px 0px;
}
.c-stories--slider .c-stories__details {
  padding: 32px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: unset;
  align-items: unset;
  flex-direction: column;
}
.c-stories--slider .c-stories__title {
  color: #262628;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  margin-bottom: 32px;
  transition: 0.25s;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-stories--slider .c-stories__title:hover,
.c-stories--slider .c-stories__title:focus,
.c-stories--slider .c-stories__title.sidearm-hover {
  text-decoration: underline;
}
.c-stories--slider .c-stories__teaser {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.c-stories--slider .c-stories__links {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-stories--slider .c-stories__more {
  height: 40px;
  padding: 0 32px;
  background-color: #015498;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  border-radius: 40px;
  transition: 0.25s;
  text-decoration: none;
  margin-right: 8px;
}
.c-stories--slider .c-stories__more:hover,
.c-stories--slider .c-stories__more:focus,
.c-stories--slider .c-stories__more.sidear-hover {
  background: #014c89;
}
.c-stories--slider .c-stories__archives {
  border: 1px solid #015498;
  height: 40px;
  padding: 0 32px;
  background-color: white;
  color: #015498;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  border-radius: 40px;
  transition: 0.25s;
  text-decoration: none;
}
.c-stories--slider .c-stories__archives:hover,
.c-stories--slider .c-stories__archives:focus,
.c-stories--slider .c-stories__archives.sidear-hover {
  background: #e8e8e8;
}
.c-standings--table .c-standings__filter-container {
  position: relative;
  width: 100%;
  background: white;
}
.c-standings--table .c-standings__filter-container select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 56px;
  background-color: white;
  text-align: start;
  padding-left: 16px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  border: 1px solid #e0e0e0;
}
.c-standings--table .c-standings__filter-container::after {
  content: '\e008';
  position: absolute;
  font-family: 'sidearm_font_v2';
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  pointer-events: none;
  font-size: 1.5rem;
}
.c-standings--table .c-standings__table {
  background-color: white;
  display: block;
  width: 100%;
  max-height: 697px;
  height: 697px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #dd7a08 #e0e0e0;
}
.c-standings--table .c-standings__table::-webkit-scrollbar {
  width: 8px;
  border-radius: 60px;
}
.c-standings--table .c-standings__table::-webkit-scrollbar-thumb {
  background-color: #dd7a08;
  border-radius: 60px;
}
.c-standings--table .c-standings__table::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.c-standings--table .c-standings__table-header {
  display: block;
  height: 56px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  background: whitesmoke;
  border-bottom: 1px solid #e0e0e0;
}
.c-standings--table .c-standings__table tr {
  display: flex;
  padding: 0 16px;
}
.c-standings--table .c-standings__table th {
  flex: 0 1 67px;
  -webkit-flex: 0 1 67px;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  height: 56px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-standings--table .c-standings__table th:last-of-type {
  margin-right: 0;
}
.c-standings--table .c-standings__table th:first-of-type {
  flex: 1 1 170px;
  -webkit-flex: 1 1 170px;
  min-width: 1px;
  min-height: 1px;
  text-align: start;
  justify-content: flex-start;
}
.c-standings--table .c-standings__table-cell {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-standings--table .c-standings__table .sidearm-standings-school-logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.c-standings--table .c-standings__table .sidearm-standings-school-logo img {
  width: 32px;
  height: 32px;
}
.c-standings--table .c-standings__table .sidearm-standings-school-logo-container {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  text-align: left;
}
.c-standings--table .c-standings__table .sidearm-standings-school-logo-container a {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-decoration: none;
}
.c-standings--table .c-standings__table .sidearm-standings-school-logo-container a:hover,
.c-standings--table .c-standings__table .sidearm-standings-school-logo-container a:focus,
.c-standings--table .c-standings__table .sidearm-standings-school-logo-container a.sidearm-hover {
  text-decoration: underline;
}
.c-standings--table .c-standings__table-body {
  display: block;
  width: 100%;
}
.c-standings--table .c-standings__table-body tr {
  align-items: center;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.c-standings--table .c-standings__table-body tr td {
  flex: 0 0 67px;
  -webkit-flex: 0 0 67px;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-standings--table .c-standings__table-body tr td:first-of-type {
  display: none;
}
.c-standings--table .c-standings__table-body tr td:nth-of-type(2) {
  flex: 1 1 162px;
  -webkit-flex: 1 1 162px;
  min-width: 1px;
  min-height: 1px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-standings--table .c-standings__table-body tr td.c-standings__table-group {
  font-weight: 900;
  display: flex;
}
.c-standings--table .c-standings .text-center {
  background-color: white;
}
.c-standings--table .c-standings__full-container {
  height: 104px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.c-standings--table .c-standings__full-container .c-standings__full {
  border-radius: 40px;
  background: #015498;
  height: 40px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  transition: 0.25s;
  width: calc(100% - 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  text-decoration: none;
}
.c-standings--table .c-standings__full-container .c-standings__full:hover,
.c-standings--table .c-standings__full-container .c-standings__full:focus,
.c-standings--table .c-standings__full-container .c-standings__full.sidearm-hover {
  background: #014c89;
}
.c-standings--table .c-standings__none {
  background: white;
  color: #262628;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  position: absolute;
  width: 100%;
  top: 113px;
  left: 0;
}
.c-events--scroller {
  background: white;
  border-top: 1px solid #e0e0e0;
}
.c-events--scroller .c-events__no-data {
  color: black;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
  font-family: 'roboto', sans-serif;
}
.c-events--scroller .c-events__list {
  overflow: auto;
  height: 753px;
  scrollbar-width: thin;
  scrollbar-color: #015498 #e0e0e0;
  padding-bottom: 60px;
}
.c-events--scroller .c-events__list::after {
  content: '';
  position: absolute;
  bottom: 104px;
  left: 0;
  pointer-events: none;
  height: 60px;
  width: calc(100% - 8px);
  pointer-events: none;
  overflow-x: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.51%, white 50%);
}
.c-events--scroller .c-events__list::-webkit-scrollbar {
  width: 8px;
  border-radius: 60px;
}
.c-events--scroller .c-events__list::-webkit-scrollbar-thumb {
  background-color: #015498;
  border-radius: 60px;
}
.c-events--scroller .c-events__list::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.c-events--scroller .c-events__item {
  padding: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.c-events--scroller .c-events__item:last-of-type {
  border-bottom: none;
}
.c-events--scroller .c-events__top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.c-events--scroller .c-events__top-logo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #dd7a08;
  margin-right: 8px;
  color: #015498;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-events--scroller .c-events__sport {
  color: #015498;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  margin-right: 8px;
}
.c-events--scroller .c-events__date {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-right: 4px;
  font-style: italic;
}
.c-events--scroller .c-events__time {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-events--scroller .c-events__away,
.c-events--scroller .c-events__home {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-events--scroller .c-events__away--score,
.c-events--scroller .c-events__home--score {
  color: #666666;
  margin-left: auto;
}
.c-events--scroller .c-events__final {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  margin-left: auto;
}
.c-events--scroller .c-events__away {
  margin-bottom: 8px;
}
.c-events--scroller .c-events__home {
  margin-bottom: 16px;
}
.c-events--scroller .c-events__logo {
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.c-events--scroller .c-events__divider {
  margin: 0 4px;
}
.c-events--scroller .c-events__composite {
  height: 104px;
  padding: 0 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-events--scroller .c-events__composite-link {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 40px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  transition: 0.25s;
  background: #015498;
}
.c-events--scroller .c-events__composite-link:hover,
.c-events--scroller .c-events__composite-link:focus,
.c-events--scroller .c-events__composite-link.sidearm-hover {
  background: #014c89;
}
.c-events--scroller .c-events__overlay {
  justify-content: flex-start;
}
.c-events--scroller .c-events__media-item {
  margin-right: 8px;
}
.c-events--scroller .c-events__media-link {
  padding: 4px 16px;
  border: 1px solid #015498;
  border-radius: 24px;
  transition: 0.25s;
  text-decoration: none;
  color: #015498;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-events--scroller .c-events__media-link:hover,
.c-events--scroller .c-events__media-link:focus,
.c-events--scroller .c-events__media-link.sidearm-hover {
  color: white;
  background-color: #015498;
}
.c-awards--slider {
  background-color: white;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.c-awards--slider .slick-pause-play {
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 0;
  border: none;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: -129px;
}
.c-awards--slider .slick-pause-play::after {
  content: '';
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  color: #015498;
  transition: 0.25s;
}
.c-awards--slider .slick-pause-play:hover::after,
.c-awards--slider .slick-pause-play:focus::after,
.c-awards--slider .slick-pause-play.sidearm-hover::after {
  color: #dd7a08;
}
.c-awards--slider .slick-pause::after {
  content: '\e200';
}
.c-awards--slider .slick-play::after {
  content: '\e050';
}
.c-awards--slider .c-awards__header {
  height: 87px;
  border-top: 9px solid #dd7a08;
  border-bottom: 1px solid #e0e0e0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/mpsports.org/images/responsive_2022/section_header_endcap%20%281%29.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-awards--slider .c-awards__header-text {
  color: #015498;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  padding-left: 32px;
}
.c-awards--slider .c-awards__header::after {
  content: '';
  transition: 0.25s;
  position: absolute;
  left: 84px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 8px 16px;
  border-color: transparent transparent #015498 transparent;
}
.c-awards--slider .c-awards__slider {
  padding: 32px 24px;
}
.c-awards--slider .c-awards__item {
  padding: 0 8px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-awards--slider .c-awards__media-container {
  margin-right: 35px;
  position: relative;
}
.c-awards--slider .c-awards__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #dd7a08;
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  color: #015498;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  font-size: 1.5rem;
}
.c-awards--slider .c-awards__image {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #dd7a08;
}
.c-awards--slider .c-awards__sport-school {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-awards--slider .c-awards__sport {
  color: #015498;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  margin-right: 8px;
}
.c-awards--slider .c-awards__school {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-awards--slider .c-awards__name {
  color: #262628;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
}
.c-awards--slider .c-awards__name a {
  text-decoration: none;
  transition: 0.25s;
  color: #262628;
}
.c-awards--slider .c-awards__name a:hover,
.c-awards--slider .c-awards__name a:focus {
  text-decoration: underline;
}
.c-awards--slider .c-awards__type {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-awards--slider .c-awards__all {
  height: 40px;
  padding: 0 32px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  background: #015498;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.25s;
}
.c-awards--slider .c-awards__all-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-awards--slider .c-awards__all:hover,
.c-awards--slider .c-awards__all:focus,
.c-awards--slider .c-awards__all.sidearm-hover {
  background: #014c89;
}
.s-slideshow {
  position: relative;
}
.s-slideshow__divider {
  height: 1px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 160px;
  z-index: 999;
}
.c-slideshow {
  height: 514px;
  position: relative;
}
.c-slideshow .slick-slider .slick-list,
.c-slideshow .slick-slider .slick-track {
  transform: none;
}
.c-slideshow::before {
  content: '';
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/mpsports.org/images/responsive_2022/championship_dots_left.png");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 162px;
  width: 327px;
  pointer-events: none;
  z-index: 999;
}
.c-slideshow::after {
  content: '';
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/mpsports.org/images/responsive_2022/championship_dots_right.png");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 162px;
  width: 327px;
  pointer-events: none;
  z-index: 999;
}
.c-slideshow__header {
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  margin-top: 32px;
  margin-bottom: 62px;
}
.c-slideshow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.c-slideshow__list .c-slideshow__item {
  display: flex;
  height: 514px;
  background-blend-mode: soft-light;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  background-position: center;
  background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 52.08%, rgba(0, 0, 0, 0.35) 99.99%, rgba(0, 0, 0, 0) 100%), rgba(1, 84, 152, 0.9);
}
.c-slideshow__list .c-slideshow__item-inner {
  width: 100%;
}
.c-slideshow__list .c-slideshow__bottom {
  display: flex;
}
.c-slideshow__list .c-slideshow__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid white;
  background: #dd7a08;
  margin-right: 16px;
}
.c-slideshow__list .c-slideshow__title {
  color: white;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 45px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  margin-bottom: 4px;
}
.c-slideshow__list .c-slideshow__subtitle {
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-bottom: 16px;
  font-style: italic;
}
.c-slideshow__list .c-slideshow__location {
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-bottom: 16px;
}
.c-slideshow__list .c-slideshow__url {
  text-decoration: none;
  height: 40px;
  padding: 0 32px;
  color: #015498;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  background-color: white;
  border: 1px solid white;
  border-radius: 40px;
  width: fit-content;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-slideshow__thumbnails {
  height: 160px;
  position: relative;
  margin-top: -160px;
  z-index: 900;
}
.c-slideshow__thumbnails .slick-prev,
.c-slideshow__thumbnails .slick-next {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  font-size: 0;
  border: none;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.c-slideshow__thumbnails .slick-prev::after,
.c-slideshow__thumbnails .slick-next::after {
  font-size: 1.5rem;
  font-family: 'sidearm_font_v2';
  color: white;
  transition: 0.25s;
}
.c-slideshow__thumbnails .slick-prev:hover::after,
.c-slideshow__thumbnails .slick-next:hover::after,
.c-slideshow__thumbnails .slick-prev:focus::after,
.c-slideshow__thumbnails .slick-next:focus::after,
.c-slideshow__thumbnails .slick-prev.sidearm-hover::after,
.c-slideshow__thumbnails .slick-next.sidearm-hover::after {
  color: #dd7a08;
}
.c-slideshow__thumbnails .slick-prev {
  left: 32px;
}
.c-slideshow__thumbnails .slick-prev::after {
  content: '\e025';
}
.c-slideshow__thumbnails .slick-next {
  right: 32px;
}
.c-slideshow__thumbnails .slick-next::after {
  content: '\e026';
}
.c-slideshow__thumbnails::before {
  content: '';
  transition: 0.25s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 32px 0 32px;
  border-color: white transparent transparent transparent;
}
.c-slideshow__thumbnails::after {
  content: '';
  transition: 0.25s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 16px 32px;
  border-color: transparent transparent white transparent;
}
.c-slideshow__thumbnails .c-slideshow__item {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-slideshow__thumbnails .c-slideshow__item.slick-center .c-slideshow__image {
  background: #dd7a08;
  border: 1px solid #015498;
}
.c-slideshow__thumbnails .c-slideshow__image {
  height: 40px;
  width: 40px;
  border: 1px solid #dd7a08;
  border-radius: 50%;
  margin-bottom: 8px;
  background-color: white;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-slideshow__thumbnails .c-slideshow__image img {
  width: 24px;
  height: 24px;
}
.c-slideshow__thumbnails .c-slideshow__title {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
}
.c-slideshow__thumbnails .c-slideshow__subtitle {
  color: #e8e8e8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-slideshow__url {
  transition: 0.25s;
  text-decoration: none;
}
.c-slideshow__url:hover,
.c-slideshow__url:focus,
.c-slideshow__url.sidear-hover {
  background: #014c89;
  color: white;
}
.c-contentstream {
  overflow-anchor: none;
  position: relative;
  background: white;
  padding-bottom: 32px;
  border-radius: 8px;
}
.c-contentstream__top {
  height: 88px;
  border-top: 9px solid #dd7a08;
  border-bottom: 1px solid #e0e0e0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/mpsports.org/images/responsive_2022/section_header_endcap%20%281%29.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  padding-left: 16px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  border-radius: 8px 8px 0 0;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 0 16px;
  color: black;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: unset;
  font-family: 'Inter', sans-serif;
  transition: 0.25s;
  height: 81px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-contentstream__filter-button .sidearm-icon {
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  margin-right: 8px;
}
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:focus,
.c-contentstream__filter-button.sidearm-hover {
  color: #015498;
}
.c-contentstream__filter-button.is-active {
  color: #015498;
}
.c-contentstream__filter-button.is-active::after {
  content: '';
  transition: 0.25s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 8px 16px;
  border-color: transparent transparent #015498 transparent;
}
.c-contentstream__stream {
  padding: 0 24px;
}
.c-contentstream__item {
  width: calc(33.333% - 16px);
  padding: 8px;
}
.c-contentstream__item-inner {
  border-radius: 4px;
  position: relative;
  border: 1px solid #e0e0e0;
}
.c-contentstream__user.twitter {
  margin-top: 16px;
  margin-left: 16px;
}
.c-contentstream__user-name {
  color: #015498;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  text-decoration: none;
  transition: 0.25s;
}
.c-contentstream__user-name:hover,
.c-contentstream__user-name:focus,
.c-contentstream__user-name.sidearm-hover {
  text-decoration: underline;
}
.c-contentstream__body {
  padding: 16px;
}
.c-contentstream__media {
  display: block;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0px 0px;
}
.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;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  -webkit-transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-contentstream__text {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  margin-bottom: 16px;
}
.c-contentstream__date {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  font-style: italic;
}
.c-contentstream__logo {
  position: relative;
  margin-right: 16px;
}
.c-contentstream__logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.c-contentstream__logo-social {
  width: 16px;
  height: 16px;
  background: #dd7a08;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-contentstream__logo.instagram {
  margin-right: unset;
  position: unset;
}
.c-contentstream__logo.instagram img {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.c-contentstream__logo.instagram .c-contentstream__logo-social {
  width: 16px;
  height: 16px;
  background: #dd7a08;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  left: 43.5px;
  bottom: 19.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-contentstream .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  -webkit-transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #015498;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream .load-more__container {
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: unset;
  padding-top: 8px;
}
.c-contentstream .load-more__button {
  padding: 0 32px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  text-decoration: none;
  background: #015498;
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  border-radius: 40px;
  transition: 0.25s;
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus,
.c-contentstream .load-more__button.sidearm-hover {
  background: #014c89;
}
.s-social {
  margin-top: 32px;
  margin-bottom: 32px;
}
.promo-rotator {
  background: #015498;
  padding-top: 32px;
  padding-bottom: 88px;
  border-top: 8px solid #dd7a08;
  border-bottom: 8px solid #dd7a08;
  position: relative;
}
.promo-rotator .slick-slide img {
  margin: 0 auto;
}
.promo-rotator .slick-prev,
.promo-rotator .slick-next {
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 0;
  border: none;
  background: #015498;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transform: translateX(-50%);
  bottom: -56px;
}
.promo-rotator .slick-prev::after,
.promo-rotator .slick-next::after {
  content: '';
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  color: white;
}
.promo-rotator .slick-prev {
  left: calc(50% - 44px);
}
.promo-rotator .slick-prev::after {
  content: '\e025';
}
.promo-rotator .slick-next {
  left: calc(50% + 44px);
}
.promo-rotator .slick-next::after {
  content: '\e026';
}
.promo-rotator .slick-pause-play {
  position: absolute;
  height: 24px;
  width: 24px;
  font-size: 0;
  border: none;
  background: #015498;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: -56px;
}
.promo-rotator .slick-pause-play::after {
  content: '';
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  color: white;
}
.promo-rotator .slick-pause::after {
  content: '\e200';
}
.promo-rotator .slick-play::after {
  content: '\e050';
}
.c-members--grid {
  background: white;
  padding: 24px 32px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-members--grid .c-members__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-members--grid .c-members__item {
  padding: 8px 16px;
  transition: 0.25s;
}
.c-members--grid .c-members__item:hover,
.c-members--grid .c-members__item:focus,
.c-members--grid .c-members__item.sidearm-hover {
  transform: scale(1.05);
}
.c-members--grid .c-members__mpsf {
  min-width: 85px;
}
.c-members--grid .c-members__csmg {
  min-width: 143px;
}
.c-members--grid .c-members__mpsf,
.c-members--grid .c-members__csmg {
  transition: 0.25s;
}
.c-members--grid .c-members__mpsf:hover,
.c-members--grid .c-members__csmg:hover,
.c-members--grid .c-members__mpsf:focus,
.c-members--grid .c-members__csmg:focus,
.c-members--grid .c-members__mpsf.sidearm-hover,
.c-members--grid .c-members__csmg.sidearm-hover {
  transform: scale(1.1);
}
.s-copy {
  background: #dd7a08;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: unset;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'roboto', sans-serif;
  padding: 16px 0;
}
.c-search--overlay {
  display: none;
}
@media screen and (max-width: 1440px) {
  .s-main__body-top {
    flex-direction: column;
  }
  .s-main__story {
    flex: unset;
    height: auto;
  }
  .s-main__tabs {
    flex: unset;
  }
  .s-main__tabs-header {
    width: 100%;
    border-radius: 0;
  }
  .c-stories--slider {
    height: auto;
  }
  .c-stories--slider .c-stories__item {
    height: unset;
    padding-bottom: 88px;
  }
  .c-slideshow__list .c-slideshow__item-inner {
    padding-left: 32px;
  }
  .c-slideshow::before {
    width: 113px;
    background-position: right;
  }
  .c-slideshow::after {
    width: 113px;
    background-position: left;
  }
  .s-social {
    margin: 0;
  }
  .c-contentstream {
    border-radius: 0;
  }
  .c-contentstream__top {
    border-radius: 0;
  }
}
@media screen and (max-width: 1151px) {
  .main-header .main-navigation {
    height: 56px;
  }
  .main-header__logo {
    width: 88.93px;
    height: 82.84px;
    margin-left: 32px;
  }
  .main-header__logo img {
    width: 88.93px;
    height: 82.84px;
  }
  .main-header__quote {
    padding-right: 32px;
  }
  .c-navigation--sport {
    top: 234px;
  }
  .c-search--standard {
    display: none;
  }
  .c-search--overlay {
    display: flex;
    justify-content: unset;
    align-items: center;
    flex-direction: unset;
  }
  .c-search--overlay fieldset {
    border: none;
    display: block;
    margin: 0;
    width: 100%;
  }
  .c-search--overlay .c-search__toggle {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    font-size: 1.5rem;
    color: white;
    position: relative;
    transition: 0.25s;
  }
  .c-search--overlay .c-search__overlay {
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -99999px;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .c-search--overlay .c-search__overlay.is-open {
    left: 0;
  }
  .c-search--overlay .c-search__text-wrap {
    background-color: white;
    display: flex;
    max-width: 640px;
    margin: 0 auto;
  }
  .c-search--overlay .c-search__text {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: block;
    padding: 14px 24px;
    font-family: 'roboto', sans-serif;
    font-size: 1rem;
  }
  .c-search--overlay .c-search__text::-webkit-input-placeholder {
    color: black;
  }
  .c-search--overlay .c-search__text::-moz-placeholder {
    color: black;
  }
  .c-search--overlay .c-search__text:-ms-input-placeholder {
    color: black;
  }
  .c-search--overlay .c-search__text:-moz-placeholder {
    color: black;
  }
  .c-search--overlay .c-search__submit {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: block;
    padding: 14px 24px;
    font-family: 'roboto', sans-serif;
    font-size: 1rem;
    background-color: black;
    color: white;
    font-weight: 900;
    transition: 0.25s;
    border: 1px solid white;
    white-space: nowrap;
  }
  .c-search--overlay .c-search__submit:hover,
  .c-search--overlay .c-search__submit:focus,
  .c-search--overlay .c-search__submit.sidearm-hover {
    background-color: #dd7a08;
    color: white;
  }
  .c-search--overlay .c-search__submit[disabled] {
    background: #666666;
  }
  .c-search--overlay .c-search__submit[disabled]:hover,
  .c-search--overlay .c-search__submit[disabled]:focus,
  .c-search--overlay .c-search__submit[disabled].sidearm-hover {
    background-color: black;
    color: white;
    cursor: not-allowed;
  }
  .c-search--overlay .c-search__close {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    display: block;
    position: absolute;
    color: white;
    font-size: 1.25rem;
    padding: 12px;
    top: 24px;
    right: 24px;
    transition: 0.25s;
    border: 1px solid white;
    border-radius: 50%;
    height: 54px;
    width: 54px;
  }
  .c-search--overlay .c-search__close:hover,
  .c-search--overlay .c-search__close:focus,
  .c-search--overlay .c-search__close.sidearm-hover {
    background-color: #dd7a08;
    color: white;
    transition: 0.25s;
  }
  .main-content-placeholder {
    margin-top: 234px;
  }
  .s-main {
    margin-bottom: 0;
  }
  .s-main__social {
    display: none;
  }
  .s-main__awards {
    border-radius: 0;
    padding-bottom: 0;
  }
  .s-main__awards .slick-prev,
  .s-main__awards .slick-next {
    display: none !important;
  }
  .c-stories--slider .c-stories__picture img {
    border-radius: 0px;
  }
  .c-stories--slider .c-stories__teaser {
    -webkit-line-clamp: 3;
    height: 72px;
  }
  .c-awards--slider .c-awards__item {
    margin-bottom: 16px;
  }
  .c-awards--slider .c-awards__item:last-of-type {
    margin-bottom: 0;
  }
  .c-awards--slider .c-awards__slider {
    border-bottom: 1px solid #e0e0e0;
  }
  .c-awards--slider .c-awards__all-container {
    padding: 32px 32px 0 32px;
  }
  .c-awards--slider .c-awards__all {
    width: 100%;
    border: none;
  }
  .c-contentstream__item {
    width: calc(50% - 16px);
  }
  .c-contentstream__stream {
    margin: 0 24px;
    padding: 0;
  }
  .c-members--grid {
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .c-members--grid .c-members__mpsf {
    margin-bottom: 24px;
  }
  .c-members--grid .c-members__csmg {
    margin-top: 24px;
  }
  .c-members--grid .c-members__list {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .main-header__scoreboard {
    display: none;
  }
  .main-header__quote {
    height: 36px;
    font-size: 1rem;
    line-height: 20px;
  }
  .main-header__logo {
    width: 65px;
    height: 59.88px;
    margin-top: -20px;
    margin-left: 16px;
  }
  .main-header__logo img {
    width: 65px;
    height: 59.88px;
  }
  .c-navigation--sport {
    top: 92px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 92px);
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 148px);
  }
  .main-content-placeholder {
    margin-top: 92px;
  }
  .c-stories--slider .slick-pause-play {
    bottom: 565px;
  }
  .c-stories--slider .c-stories__details {
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-stories--slider .c-stories__title {
    white-space: unset;
  }
  .c-stories--slider .c-stories__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    width: 100%;
  }
  .c-stories--slider .c-stories__teaser {
    -webkit-line-clamp: 5;
    height: 120px;
  }
  .c-stories--slider .c-stories__links {
    display: flex;
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
  .c-stories--slider .c-stories__more {
    margin-bottom: 8px;
    margin-right: unset;
  }
  .c-stories--slider .c-stories__more,
  .c-stories--slider .c-stories__archives {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
  }
  .c-awards--slider .c-awards__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .c-awards--slider .c-awards__sport-school {
    justify-content: center;
  }
  .c-awards--slider .c-awards__media-container {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .c-awards--slider .c-awards__all-container {
    padding: 32px 16px 0 16px;
  }
  .s-slideshow {
    height: 566px;
  }
  .s-slideshow::before {
    width: 81px;
  }
  .s-slideshow::after {
    width: 81px;
  }
  .c-slideshow {
    height: 566px;
  }
  .c-slideshow__header {
    padding-left: 16px;
  }
  .c-slideshow__list .c-slideshow__image {
    margin-bottom: 16px;
  }
  .c-slideshow__list .c-slideshow__item {
    height: 566px;
    background-attachment: unset !important;
  }
  .c-slideshow__list .c-slideshow__item-inner {
    padding-left: 16px;
  }
  .c-slideshow__list .c-slideshow__bottom {
    flex-direction: column;
  }
  .c-slideshow__list .c-slideshow__header {
    padding-left: 0;
  }
  .c-slideshow__list .c-slideshow__title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: unset;
    font-family: 'Inter', sans-serif;
  }
  .c-slideshow__list .c-slideshow__subtitle {
    font-size: 1rem;
    line-height: 24px;
  }
  .c-slideshow__list .c-slideshow__location {
    font-size: 1rem;
    line-height: 24px;
  }
  .c-contentstream__item {
    width: 100%;
  }
  .c-contentstream__stream {
    margin: 0 8px;
  }
  .c-contentstream__top {
    padding-left: 0;
  }
  .c-contentstream__filter-item button {
    white-space: nowrap;
  }
  .c-contentstream .load-more__button {
    width: calc(100% - 32px);
  }
  .c-members--grid {
    padding: 32px 0;
  }
}
@media screen and (max-width: 550px) {
  .c-slideshow__header {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
