/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Mixins*/
/*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: 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 {
  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;
}
/*Tabs*/

html.index .ui-tabs-panel {
  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 ========== */
@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);
  }
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #003594;
  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;
}
html.sport .main-content-placeholder {
  margin-top: 128px;
}
html.navigation-loaded .logo-loader {
  opacity: 0;
  pointer-events: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
.article-headline {
  font-family: 'Barlow Condensed', sans-serif;
}
body {
  font: 14px/1.4 'Lato', sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.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;
}
.main-header {
  background: #003594;
  height: 72px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  padding: 0 32px;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.main-header__logo {
  height: 72px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.main-header__logo-img {
  width: 72px;
}
.main-header__calendar-toggle,
.main-header__calendar-overlay {
  visibility: hidden;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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__level-1 {
  height: 72px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1--tickets {
  background: #ffb81c;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1--tickets .c-navigation__url--level-1 {
  color: #003594;
  transition: 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1--tickets .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__level-1--tickets .c-navigation__url--level-1:focus,
.c-navigation--main.c-navigation--desktop .c-navigation__level-1--tickets .c-navigation__url--level-1.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  padding: 24px 16px;
  text-transform: uppercase;
  transition: 0.25s;
  position: relative;
  font-family: 'League Gothic', sans-serif;
  font-size: 2.20rem;
  line-height: 24px;
  color: white;
}
@media (max-width: 1200px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
    font-size: 1.75rem;
    padding: 24px 16px;
  }
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out 0s;
  background: #ffb81c;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:hover::before,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:focus::before,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1.sidearm-hover::before,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1.is-toggled::before {
  width: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
  max-height: calc(100vh - 72px);
  overflow: auto;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 32px;
}
.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;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.25s;
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #ffb81c;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: #003594;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding-left: 16px;
  padding-right: 8px;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  transition: 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.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__social {
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  color: #003594;
  font-size: 1.188rem;
  padding: 0 8px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social .title {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__social:focus,
.c-navigation--main.c-navigation--desktop .c-navigation__social.sidearm-hover {
  text-decoration: none;
  transform: scale(1.1);
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  padding: 0 8px;
  color: #666666;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.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: 125px;
  height: 72px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle span:last-of-type {
  font-size: 1.5rem;
  margin-left: 4px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out 0s;
  background: #ffb81c;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled::before {
  width: 100%;
}
.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 - 72px);
  overflow: auto;
}
.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;
  align-items: center;
  -webkit-align-items: 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_v2;
  font-size: 19px;
  content: '\e006';
  font-style: normal;
  display: block;
  color: #003594;
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-90deg);
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1--tickets .c-navigation__url--level-1 {
  background: #ffb81c;
  color: #003594;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  height: 56px;
  padding: 0 16px;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1::before {
  content: '';
  width: 0;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out 0s;
  background: #003594;
}
.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,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:focus {
  color: #003594;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover::before,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open::before,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover::before,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:focus::before {
  width: 100%;
}
.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: 5000px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:last-of-type .c-navigation__url--level-2 {
  border-bottom: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  margin: 0 16px;
  padding-top: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 16px;
  margin: 0 16px;
  border-bottom: 1px solid #e0e0e0;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.sport-navigation {
  position: fixed;
  top: 72px;
  width: 100%;
  left: 0;
  z-index: 1001;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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 {
  height: 56px;
  background: #003594;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  text-decoration: underline;
}
.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;
  background: #ffb81c;
  min-width: 350px;
  max-height: calc(100vh - 128px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional {
  padding-right: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  padding: 0 8px;
  transition: 0.25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  padding-left: 32px;
  font-weight: 500;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  text-decoration: none;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
}
.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 {
  transition: 0.25s;
  border-bottom: 1px solid #003594;
  height: 45px;
  padding: 0 24px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.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: #003594;
  color: #ffb81c;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 56px;
  background: #003594;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  text-decoration: none;
  padding: 0 16px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  transition: 0.25s;
}
.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;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  padding: 0 32px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  transition: 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.sidearm-hover {
  background: #ffb81c;
  color: #003594;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle .sidearm-icon {
  margin-left: 8px;
  transition: 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled .sidearm-icon {
  transform: rotate(-180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 128px);
  overflow: auto;
}
.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;
}
.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__url--level-1 {
  text-decoration: none;
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 24px;
  transition: 0.25s;
  background: white;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.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: #ffb81c;
  color: #003594;
}
.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: 3500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  height: 45px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  background: #f9f9f9;
  padding: 0 32px;
  color: #003594;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  transition: 0.25s;
}
.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: #ffb81c;
}
.main-content-placeholder {
  margin-top: 72px;
  background: whitesmoke;
}
.main-navigation {
  margin-left: auto;
}
.c-search--overlay {
  height: 72px;
  display: flex;
  align-items: center;
}
.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;
  display: block;
  margin-left: 16px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  transition: 0.25s;
  font-size: 1.25rem;
  color: #003594;
  background: #ffb81c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.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: 'Lato', 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: 'Lato', 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: #003594;
  color: white;
}
.c-search--overlay .c-search__submit[disabled] {
  background: gray;
}
.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: #003594;
  color: white;
  transition: 0.25s;
}
.s-scoreboard {
  background: white;
}
.c-scoreboard--slider {
  height: 112px;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__aside {
  width: 222px;
  display: flex;
}
.c-scoreboard--slider .c-scoreboard__ad {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 16px;
}
.c-scoreboard--slider .c-scoreboard__top {
  display: flex;
  color: #003594;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
}
.c-scoreboard--slider .c-scoreboard__top-right {
  margin-left: auto;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__time {
  display: flex;
}
.c-scoreboard--slider .c-scoreboard__calendar {
  width: 48px;
  height: 112px;
  background: #ffb81c;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__calendar .sidearm-icon {
  font-size: 1.5rem;
  color: #003594;
  transition: 0.25s;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover,
.c-scoreboard--slider .c-scoreboard__calendar:focus,
.c-scoreboard--slider .c-scoreboard__calendar.sidearm-hover {
  background: #003594;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__calendar:focus .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__calendar.sidearm-hover .sidearm-icon {
  color: #ffb81c;
}
.c-scoreboard--slider .c-scoreboard__list {
  padding: 0 45px;
}
.c-scoreboard--slider .c-scoreboard__item {
  border-right: 1px solid #e0e0e0;
  height: 112px;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
}
.c-scoreboard--slider .c-scoreboard__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__sport::after {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-scoreboard--slider .c-scoreboard__date {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__time {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__time::before {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-scoreboard--slider .c-scoreboard__time-container {
  display: flex;
}
.c-scoreboard--slider .c-scoreboard__status {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__status::before {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-scoreboard--slider .c-scoreboard__status,
.c-scoreboard--slider .c-scoreboard__time {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.c-scoreboard--slider .c-scoreboard__live {
  color: #dd0033;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  width: 24px;
  height: 24px;
}
.c-scoreboard--slider .c-scoreboard__team-right,
.c-scoreboard--slider .c-scoreboard__team-left {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__team-right .c-scoreboard__team-logo {
  margin-left: 8px;
}
.c-scoreboard--slider .c-scoreboard__team-left .c-scoreboard__team-logo {
  margin-right: 8px;
}
.c-scoreboard--slider .c-scoreboard__team-middle {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  height: 0;
  transition: 0.25s;
  display: none;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  display: flex;
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0;
  bottom: 0;
  padding-left: 16px;
  background: white;
}
.c-scoreboard--slider .c-scoreboard__overlay-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  margin: 0 2px;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  font-size: 1.5rem;
  color: #003594;
  transition: 0.25s;
  text-decoration: none;
  display: flex;
  justify-content: unset;
  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 {
  transform: scale(1.1);
}
.c-scoreboard--slider .c-scoreboard__media-text {
  color: #003594;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-scoreboard--slider .c-scoreboard__tickets {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffb81c;
  margin-right: 8px;
  transition: 0.25s;
}
.c-scoreboard--slider .c-scoreboard__tickets-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  height: 24px;
  width: 24px;
  text-decoration: none;
}
.c-scoreboard--slider .c-scoreboard__tickets .sidearm-icon {
  height: 24px;
  width: 24px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transition: 0.25s;
}
.c-scoreboard--slider .c-scoreboard__tickets:hover,
.c-scoreboard--slider .c-scoreboard__tickets:focus,
.c-scoreboard--slider .c-scoreboard__tickets.sidearm-hover {
  background: #003594;
}
.c-scoreboard--slider .c-scoreboard__tickets:hover .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__tickets:focus .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__tickets.sidearm-hover .sidearm-icon {
  color: #ffb81c;
}
.c-scoreboard--slider .c-scoreboard__bottom {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin-top: 8px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-scoreboard--slider .c-scoreboard__bottom-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  margin-top: 8px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-scoreboard--slider .c-scoreboard__atVs {
  margin-right: 4px;
  margin-left: 8px;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffb81c;
  transition: 0.25s;
  background: none;
}
.c-scoreboard--slider .c-scoreboard__toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-scoreboard--slider .c-scoreboard__toggle span::before {
  font-size: 1rem;
  color: #003594;
  transition: 0.25;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled {
  background: #ffb81c;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled span::before {
  transform: rotate(45deg);
}
.c-scoreboard--slider .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__toggle:focus,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover {
  background: #ffb81c;
}
.c-scoreboard--slider .slick-prev,
.c-scoreboard--slider .slick-next {
  position: absolute;
  height: 112px;
  bottom: 0;
  background: none;
  font-size: 0;
  transition: 0.25s;
  width: 45px;
  border: none;
}
.c-scoreboard--slider .slick-prev::after,
.c-scoreboard--slider .slick-next::after {
  font-family: 'sidearm_font_v2';
  color: black;
  font-size: 1.25rem;
}
.c-scoreboard--slider .slick-prev:hover,
.c-scoreboard--slider .slick-next:hover,
.c-scoreboard--slider .slick-prev:focus,
.c-scoreboard--slider .slick-next:focus,
.c-scoreboard--slider .slick-prev.sidearm-hover,
.c-scoreboard--slider .slick-next.sidearm-hover {
  background: #ffb81c;
}
.c-scoreboard--slider .slick-prev {
  left: 0;
  border-right: 1px solid #e0e0e0;
}
.c-scoreboard--slider .slick-prev::after {
  content: '\e005';
}
.c-scoreboard--slider .slick-next {
  right: 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.c-scoreboard--slider .slick-next::after {
  content: '\e006';
}
.c-scoreboard--slider .slick-disabled {
  background: lightgrey;
  cursor: not-allowed;
}
.c-scoreboard--slider .slick-disabled:hover,
.c-scoreboard--slider .slick-disabled:focus,
.c-scoreboard--slider .slick-disabled.sidearm-hover {
  background: lightgrey;
}
.s-top-banner {
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: unset;
  padding: 32px 0;
}
.s-stories__inner {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.s-stories__top {
  display: flex;
}
.s-stories .main-story {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories .side-stories {
  flex: 0 0 480px;
  -webkit-flex: 0 0 480px;
  min-width: 1px;
  min-height: 1px;
}
.s-stories__ad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  background: white;
  padding: 32px 0;
}
.c-stories--main {
  background: white;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 100%;
}
.c-stories--main .c-stories__item {
  padding: 32px;
}
.c-stories--main .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--main .c-stories__media.stories-video-is-playing .showcase-play-button {
  z-index: -1;
}
.c-stories--main .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
}
.c-stories--main .c-stories__details {
  padding-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--main .c-stories__details-top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.c-stories--main .c-stories__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-stories--main .c-stories__sport::before {
  content: '';
  height: 4px;
  width: 4px;
  background: #ffb81c;
  border-radius: 50%;
  margin: 0 8px;
}
.c-stories--main .c-stories__title {
  color: #2c2a29;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 42.5px;
  letter-spacing: unset;
  font-family: 'League Gothic', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-stories--main .c-stories__title:hover,
.c-stories--main .c-stories__title:focus,
.c-stories--main .c-stories__title.sidearm-hover {
  text-decoration: underline;
}
.c-stories--main .c-stories__teaser {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-stories--side {
  padding: 32px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--side .c-stories__item {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--side .c-stories__media-container {
  display: none;
}
.c-stories--side .c-stories__details-top {
  display: none;
}
.c-stories--side .c-stories__item:first-of-type {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__media-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-bottom: 32px;
  display: block;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__details-top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__sport::before {
  content: '';
  height: 4px;
  width: 4px;
  background: #ffb81c;
  border-radius: 50%;
  margin: 0 8px;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__title {
  color: #2c2a29;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'League Gothic', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  margin-bottom: 16px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__title:hover,
.c-stories--side .c-stories__item:first-of-type .c-stories__title:focus,
.c-stories--side .c-stories__item:first-of-type .c-stories__title.sidearm-hover {
  text-decoration: underline;
}
.c-stories--side .c-stories__item:first-of-type .c-stories__inline-title {
  display: none;
}
.c-stories--side .c-stories__item:last-of-type {
  border-bottom: none;
}
.c-stories--side .c-stories__title {
  display: none;
}
.c-stories--side .c-stories__inline-title {
  transition: 0.25s;
  text-decoration: none;
  margin: 16px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
}
.c-stories--side .c-stories__inline-title:hover .c-stories__inline-text,
.c-stories--side .c-stories__inline-title:focus .c-stories__inline-text,
.c-stories--side .c-stories__inline-title.sidearm-hover .c-stories__inline-text {
  text-decoration: underline;
}
.c-stories--side .c-stories__inline-sport {
  font-weight: 700;
  color: #003594;
  margin-right: 4px;
}
.c-stories--side .c-stories__archives {
  width: 100%;
  background: #ffb81c;
  border-radius: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin-bottom: 2px;
  transition: 0.25s;
}
.c-stories--side .c-stories__archives:hover,
.c-stories--side .c-stories__archives:focus,
.c-stories--side .c-stories__archives.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.s-promo__inner {
  padding: 32px 68px 72px 68px;
}
.s-promo .slick-list {
  margin: 0 -8px;
}
.s-promo .slick-slide {
  margin: 0 8px;
}
.s-promo .slick-prev,
.s-promo .slick-next {
  position: absolute;
  height: 100%;
  width: 36px;
  border: none;
  background: none;
  bottom: 0;
  transition: 0.25s;
  font-size: 0;
}
.s-promo .slick-prev::after,
.s-promo .slick-next::after {
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.s-promo .slick-prev:hover,
.s-promo .slick-next:hover,
.s-promo .slick-prev:focus,
.s-promo .slick-next:focus,
.s-promo .slick-prev.sidearm-hover,
.s-promo .slick-next.sidearm-hover {
  background: #ffb81c;
}
.s-promo .slick-prev:hover::after,
.s-promo .slick-next:hover::after,
.s-promo .slick-prev:focus::after,
.s-promo .slick-next:focus::after,
.s-promo .slick-prev.sidearm-hover::after,
.s-promo .slick-next.sidearm-hover::after {
  color: #003594;
}
.s-promo .slick-prev {
  left: -36px;
}
.s-promo .slick-prev::after {
  content: '\e005';
}
.s-promo .slick-next {
  right: -36px;
}
.s-promo .slick-next::after {
  content: '\e006';
}
.s-promo .slick-pause-play {
  position: absolute;
  height: 36px;
  width: 36px;
  border: none;
  background: none;
  transition: 0.25s;
  font-size: 0;
  margin-top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.s-promo .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
}
.s-promo .slick-pause-play:hover,
.s-promo .slick-pause-play:focus,
.s-promo .slick-pause-play.sidearm-hover {
  background: #ffb81c;
}
.s-promo .slick-pause-play:hover::after,
.s-promo .slick-pause-play:focus::after,
.s-promo .slick-pause-play.sidearm-hover::after {
  color: #003594;
}
.s-promo .slick-pause::after {
  content: '\e201';
}
.s-promo .slick-play::after {
  content: '\e050';
}
.c-videos--grid {
  border: 1px solid #e0e0e0;
}
.c-videos--grid .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
  visibility: hidden;
}
.c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 80%;
}
.c-videos--grid .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #003595;
  color: #ffb81c;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-videos--grid .showcase-modal__close:hover,
.c-videos--grid .showcase-modal__close:focus,
.c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #003595;
  color: #ffb81c;
}
.c-videos--grid .showcase-modal__title {
  color: white;
  margin-top: 12px;
}
.c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--grid .showcase-modal .showcase-video-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.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);
  visibility: visible;
}
.c-videos--grid .c-videos__container {
  display: flex;
  background: white;
}
.c-videos--grid .c-videos__aside {
  flex: 0 0 480px;
  -webkit-flex: 0 0 480px;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #e0e0e0;
}
.c-videos--grid .c-videos__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-right: 32px;
}
.c-videos--grid .c-videos__header-text {
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-videos--grid .c-videos__header-text::before {
  content: '';
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/pittsburghpanthers.com/images/responsive_2022/header_logoShape_original.png');
  height: 35px;
  width: 52px;
  margin-right: 8px;
}
.c-videos--grid .c-videos__list-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 32px;
}
.c-videos--grid .c-videos__list {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.c-videos--grid .c-videos__item {
  width: calc(50% - 16px);
  margin: 0 8px;
}
.c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.c-videos--grid .c-videos__media:hover .c-videos__play-btn::after,
.c-videos--grid .c-videos__media:focus .c-videos__play-btn::after,
.c-videos--grid .c-videos__media.sidearm-hover .c-videos__play-btn::after {
  background: #003594;
  color: #ffb81c;
  height: 48px;
  width: 48px;
  font-size: 1.5rem;
}
.c-videos--grid .c-videos__media:hover .c-videos__image,
.c-videos--grid .c-videos__media:focus .c-videos__image,
.c-videos--grid .c-videos__media.sidearm-hover .c-videos__image {
  transform: scale(1.1);
}
.c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.25s;
  border-radius: 4px;
}
.c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px dashed #ffb81c;
  background: none;
  transition: 0.25s;
}
.c-videos--grid .c-videos__play-btn::after {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  position: absolute;
  transition: 0.25s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  background-color: #ffb81c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: auto;
  font-size: 1.25rem;
  color: #003594;
}
.c-videos--grid .c-videos__filter {
  position: relative;
  padding: 0 32px;
}
.c-videos--grid .c-videos__filter:hover::after,
.c-videos--grid .c-videos__filter:focus::after,
.c-videos--grid .c-videos__filter.sidearm-hover::after {
  transform: rotate(90deg);
}
.c-videos--grid .c-videos__filter::after {
  content: '\e006';
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
  position: absolute;
  right: 48px;
  top: 16px;
  transition: 0.25s;
  transform-origin: center center;
}
.c-videos--grid .c-videos__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 16px;
  width: 100%;
  background: whitesmoke;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-videos--grid .c-videos__categories {
  display: flex;
  justify-content: unset;
  align-items: unset;
  flex-direction: column;
  padding: 0 32px;
}
.c-videos--grid .c-videos__categories-button {
  display: flex;
  padding: 16px 24px;
  position: relative;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  transition: 0.25s;
}
.c-videos--grid .c-videos__categories-button::before {
  content: '\e018';
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
  color: #e0e0e0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
.c-videos--grid .c-videos__categories-button::after {
  content: '';
  width: 4px;
  height: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
  position: absolute;
  right: 0;
  background: #ffb81c;
}
.c-videos--grid .c-videos__categories-button:hover::before,
.c-videos--grid .c-videos__categories-button:focus::before,
.c-videos--grid .c-videos__categories-button.sidearm-hover::before {
  color: #003594;
}
.c-videos--grid .c-videos__categories-button.is-active::before {
  color: #003594;
}
.c-videos--grid .c-videos__categories-button.is-active::after {
  height: 24px;
}
.c-videos--grid .c-videos__archives {
  width: calc(100% - 64px);
  background: #ffb81c;
  border-radius: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 32px;
  transition: 0.25s;
}
.c-videos--grid .c-videos__archives:hover,
.c-videos--grid .c-videos__archives:focus,
.c-videos--grid .c-videos__archives.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.c-videos--grid .c-videos__ad {
  padding-top: 32px;
  padding-bottom: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-top: 1px solid #e0e0e0;
}
.c-videos--grid .c-videos__details {
  padding: 32px 16px;
}
.c-videos--grid .c-videos__details-top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.c-videos--grid .c-videos__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-videos--grid .c-videos__sport::before {
  content: '';
  height: 4px;
  width: 4px;
  background: #ffb81c;
  border-radius: 50%;
  margin: 0 8px;
}
.c-videos--grid .c-videos__title {
  color: #2c2a29;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-galleries--grid .c-galleries__item {
  margin-bottom: 16px;
  width: 100%;
}
.c-galleries--grid .c-galleries__link {
  text-decoration: none;
  position: relative;
  transition: 0.25s;
  display: inherit;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__picture img,
.c-galleries--grid .c-galleries__link:focus .c-galleries__picture img,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__picture img {
  transform: scale(1.1);
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__details,
.c-galleries--grid .c-galleries__link:focus .c-galleries__details,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__details {
  opacity: 0;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__media-container::after,
.c-galleries--grid .c-galleries__link:focus .c-galleries__media-container::after,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__media-container::after {
  opacity: 0;
}
.c-galleries--grid .c-galleries__media-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 138px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 47.4%, rgba(17, 17, 17, 0.8) 100%);
  border-radius: 0 0 4px 4px;
  opacity: 1;
  transition: 0.25s;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
.c-galleries--grid .c-galleries__details {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.25s;
}
.c-galleries--grid .c-galleries__details-top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #e8e8e8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.c-galleries--grid .c-galleries__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-galleries--grid .c-galleries__sport::before {
  content: '';
  height: 4px;
  width: 4px;
  background: #ffb81c;
  border-radius: 50%;
  margin: 0 8px;
}
.c-galleries--grid .c-galleries__title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s-galleries__inner {
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.s-galleries__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-right: 32px;
}
.s-galleries__header-text {
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.s-galleries__header-text::before {
  content: '';
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/pittsburghpanthers.com/images/responsive_2022/header_logoShape_original.png');
  height: 35px;
  width: 52px;
  margin-right: 8px;
}
.s-galleries__body {
  display: flex;
  padding: 0 32px;
}
.s-galleries__left {
  flex: 1 1 912px;
  -webkit-flex: 1 1 912px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
}
.s-galleries__left .gallery1 {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-galleries__left .gallery1 .c-galleries--grid .c-galleries__item {
  padding-right: 16px;
}
.s-galleries__left .gallery1 .c-galleries--grid .c-galleries__item:first-of-type .c-galleries__media {
  padding-bottom: 100%;
}
.s-galleries__left .gallery1 .c-galleries--grid .c-galleries__item:first-of-type .c-galleries__media img {
  height: 100%;
  object-fit: cover;
}
.s-galleries__left .gallery2 {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-galleries__left .gallery2 .c-galleries--grid .c-galleries__item:first-of-type .c-galleries__media {
  padding-bottom: 100%;
}
.s-galleries__left .gallery2 .c-galleries--grid .c-galleries__item:first-of-type img {
  height: 100%;
  object-fit: cover;
}
.s-galleries__right {
  flex: 1 1 464px;
  -webkit-flex: 1 1 464px;
  min-width: 1px;
  min-height: 1px;
}
.s-galleries__right .c-galleries--grid .c-galleries__item {
  padding-left: 16px;
}
.s-galleries__archives {
  width: 415px;
  background: #ffb81c;
  border-radius: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin: 0 auto 32px auto;
  transition: 0.25s;
}
.s-galleries__archives:hover,
.s-galleries__archives:focus,
.s-galleries__archives.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.s-bottom-banner {
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: unset;
  padding: 32px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.s-promo-bottom {
  padding-bottom: 32px;
}
.s-promo-bottom__inner {
  padding: 32px 68px 72px 68px;
  background: #003594;
  border-radius: 0px 0px 4px 4px;
}
.s-promo-bottom .slick-list {
  margin: 0 -8px;
}
.s-promo-bottom .slick-slide {
  margin: 0 8px;
}
.s-promo-bottom .slick-prev,
.s-promo-bottom .slick-next {
  position: absolute;
  height: 100%;
  width: 36px;
  border: none;
  background: none;
  bottom: 0;
  transition: 0.25s;
  font-size: 0;
  color: white;
}
.s-promo-bottom .slick-prev::after,
.s-promo-bottom .slick-next::after {
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.s-promo-bottom .slick-prev:hover,
.s-promo-bottom .slick-next:hover,
.s-promo-bottom .slick-prev:focus,
.s-promo-bottom .slick-next:focus,
.s-promo-bottom .slick-prev.sidearm-hover,
.s-promo-bottom .slick-next.sidearm-hover {
  background: #ffb81c;
}
.s-promo-bottom .slick-prev:hover::after,
.s-promo-bottom .slick-next:hover::after,
.s-promo-bottom .slick-prev:focus::after,
.s-promo-bottom .slick-next:focus::after,
.s-promo-bottom .slick-prev.sidearm-hover::after,
.s-promo-bottom .slick-next.sidearm-hover::after {
  color: #003594;
}
.s-promo-bottom .slick-prev {
  left: -36px;
}
.s-promo-bottom .slick-prev::after {
  content: '\e005';
}
.s-promo-bottom .slick-next {
  right: -36px;
}
.s-promo-bottom .slick-next::after {
  content: '\e006';
}
.s-promo-bottom .slick-pause-play {
  position: absolute;
  height: 36px;
  width: 36px;
  border: none;
  background: none;
  transition: 0.25s;
  font-size: 0;
  margin-top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
.s-promo-bottom .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
}
.s-promo-bottom .slick-pause-play:hover,
.s-promo-bottom .slick-pause-play:focus,
.s-promo-bottom .slick-pause-play.sidearm-hover {
  background: #ffb81c;
}
.s-promo-bottom .slick-pause-play:hover::after,
.s-promo-bottom .slick-pause-play:focus::after,
.s-promo-bottom .slick-pause-play.sidearm-hover::after {
  color: #003594;
}
.s-promo-bottom .slick-pause::after {
  content: '\e201';
}
.s-promo-bottom .slick-play::after {
  content: '\e050';
}
.s-footer__logos {
  border-bottom: 1px solid #e0e0e0;
}
.s-footer__logos__inner {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  height: 129px;
}
.s-footer__logos-item {
  margin-right: auto;
}
.s-footer__logos-item:last-of-type {
  margin-right: 0;
}
.s-footer__logos-item img {
  transition: 0.25s;
}
.s-footer__logos-item:hover img,
.s-footer__logos-item:focus img,
.s-footer__logos-item.sidearm-hover img {
  transform: scale(1.1);
}
.s-footer-text {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.s-footer-text__inner {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  height: 100%;
}
.s-footer-text__copy {
  margin-right: auto;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.s-footer-text .ads-container {
  display: flex;
}
.s-footer-text .ads-container .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.s-footer-text .ads-container .icons-ad__link {
  margin-left: 8px;
  display: flex;
}
.s-footer-text .ads-container .sidearm-icon {
  padding: 4px;
  background: #ffb81c;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: 0.25s;
}
.s-footer-text .ads-container .sidearm-icon:hover,
.s-footer-text .ads-container .sidearm-icon:focus,
.s-footer-text .ads-container .sidearm-icon.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.s-sport__inner {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: white;
}
.s-sport__left {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #e0e0e0;
}
.s-sport__right {
  flex: 0 0 480px;
  -webkit-flex: 0 0 480px;
  min-width: 1px;
  min-height: 1px;
}
.s-sport__events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-right: 32px;
}
.s-sport__events-header-text {
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.s-sport__events-header-text::before {
  content: '';
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/pittsburghpanthers.com/images/responsive_2022/header_logoShape_original.png');
  height: 35px;
  width: 52px;
  margin-right: 8px;
}
.s-sport__events-link {
  width: 415px;
  background: #ffb81c;
  border-radius: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin: 16px auto 32px auto;
  transition: 0.25s;
}
.s-sport__events-link:hover,
.s-sport__events-link:focus,
.s-sport__events-link.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.s-sport__events-body {
  border-bottom: 1px solid #e0e0e0;
}
.s-sport__tabs {
  margin: 0 32px;
  height: 60px;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.s-sport__tabs-item {
  width: 50%;
}
.s-sport__tabs-link {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  transition: 0.25s;
}
.s-sport__tabs-link:hover,
.s-sport__tabs-link:focus,
.s-sport__tabs-link.sidearm-hover {
  font-size: 1.125rem;
}
.s-sport__tabs .ui-tabs-active {
  border-bottom: 4px solid #ffb81c;
}
.s-sport__ad {
  padding-top: 32px;
  padding-bottom: 66px;
  border-bottom: 1px solid #e0e0e0;
}
.s-sport__ad .ad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.s-sport__social .ads-container {
  display: flex;
  justify-content: unset;
  align-items: unset;
  flex-direction: column;
  padding: 0 32px;
  border-top: 1px solid #e0e0e0;
}
.s-sport__social .ads-container .ad {
  height: 56px;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  border-bottom: 1px solid #e0e0e0;
}
.s-sport__social .ads-container .ad .icons-ad__link {
  text-decoration: none;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  width: 100%;
  height: 100%;
  transition: 0.25s;
}
.s-sport__social .ads-container .ad .icons-ad__link:hover,
.s-sport__social .ads-container .ad .icons-ad__link:focus,
.s-sport__social .ads-container .ad .icons-ad__link.sidearm-hover {
  background: #ffb81c;
}
.s-sport__social .ads-container .ad .icons-ad__label {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  margin-left: 8px;
}
.s-sport__social .ads-container .ad .sidearm-icon {
  font-size: 1.5rem;
  color: #003594;
}
.s-sport__social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-right: 32px;
}
.s-sport__social-header-text {
  color: #2c2a29;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.s-sport__social-header-text::before {
  content: '';
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/pittsburghpanthers.com/images/responsive_2022/header_logoShape_original.png');
  height: 35px;
  width: 52px;
  margin-right: 8px;
}
.c-stories--sport {
  padding: 32px;
}
.c-stories--sport .c-stories__archives {
  width: 415px;
  background: #ffb81c;
  border-radius: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin: 16px auto 0 auto;
  transition: 0.25s;
}
.c-stories--sport .c-stories__archives:hover,
.c-stories--sport .c-stories__archives:focus,
.c-stories--sport .c-stories__archives.sidearm-hover {
  background: #003594;
  color: #ffb81c;
}
.c-stories--sport .c-stories__list {
  margin: 0 -8px;
  flex-wrap: wrap;
  display: flex;
}
.c-stories--sport .c-stories__media-container {
  display: none;
}
.c-stories--sport .c-stories__media.stories-video-is-playing .showcase-play-button {
  z-index: -1;
}
.c-stories--sport .c-stories__details {
  padding: 16px 0;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--sport .c-stories__details-top {
  display: none;
}
.c-stories--sport .c-stories__teaser {
  display: none;
}
.c-stories--sport .c-stories__title {
  display: none;
}
.c-stories--sport .c-stories__inline-title {
  transition: 0.25s;
  text-decoration: none;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
}
.c-stories--sport .c-stories__inline-title:hover .c-stories__inline-text,
.c-stories--sport .c-stories__inline-title:focus .c-stories__inline-text,
.c-stories--sport .c-stories__inline-title.sidearm-hover .c-stories__inline-text {
  text-decoration: underline;
}
.c-stories--sport .c-stories__inline-sport {
  font-weight: 700;
  color: #003594;
  margin-right: 4px;
}
.c-stories--sport .c-stories__postgame {
  display: none;
}
.c-stories--sport .c-stories__item {
  width: calc(50% - 16px);
  margin: 0 8px;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__media-container,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__media-container,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__media-container {
  display: block;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__media,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__media,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__image,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__image,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__details,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__details,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__details {
  padding: 32px 16px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__details-top,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__details-top,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__details-top {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  color: #003594;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 4px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__sport,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__sport,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__sport::before,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__sport::before,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__sport::before {
  content: '';
  height: 4px;
  width: 4px;
  background: #ffb81c;
  border-radius: 50%;
  margin: 0 8px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__title,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title {
  color: #2c2a29;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 42.5px;
  letter-spacing: unset;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  margin-bottom: 16px;
  height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__title:hover,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title:hover,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title:hover,
.c-stories--sport .c-stories__item:first-of-type .c-stories__title:focus,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title:focus,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title:focus,
.c-stories--sport .c-stories__item:first-of-type .c-stories__title.sidearm-hover,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title.sidearm-hover,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title.sidearm-hover {
  text-decoration: underline;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__teaser,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__teaser,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__teaser {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__inline-title,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__inline-title,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__inline-title {
  display: none;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame {
  width: 100%;
  height: 64px;
  border: 1px solid #e0e0e0;
  border-radius: 60px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-team,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-team,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-team {
  width: 100%;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-score.left,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-score.left,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-score.left {
  margin-left: auto;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-score.right,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-score.right,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-score.right {
  margin-right: auto;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-logo,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-logo,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  width: 97px;
  height: 64px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-logo.left img,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-logo.left img,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-logo.left img {
  height: 32px;
  width: 32px;
  margin-left: 32px;
  margin-right: 16px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-logo.left::after,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-logo.left::after,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-logo.left::after {
  content: '';
  width: 17px;
  height: 64px;
  border-right: 1px solid #e0e0e0;
  transform: skewX(10deg);
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-logo.right img,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-logo.right img,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-logo.right img {
  height: 32px;
  width: 32px;
  margin-left: 16px;
  margin-right: 32px;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-logo.right::before,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-logo.right::before,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-logo.right::before {
  content: '';
  width: 17px;
  height: 64px;
  border-left: 1px solid #e0e0e0;
  transform: skewX(-10deg);
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-status,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-status,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-status {
  color: #003594;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  min-width: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame .sidearm-icon,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame .sidearm-icon,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame .sidearm-icon {
  font-size: 1 rem;
  color: #003594;
  margin: 0 8px;
  visibility: hidden;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-score,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-score,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-score {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-stories--sport .c-stories__item:first-of-type .c-stories__postgame-score.winner .sidearm-icon,
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__postgame-score.winner .sidearm-icon,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__postgame-score.winner .sidearm-icon {
  visibility: visible;
}
.c-stories--sport .c-stories__item:first-of-type {
  width: calc(100% - 16px);
  margin: 0 8px;
  border-bottom: none;
}
.c-stories--sport .c-stories__item:nth-of-type(2),
.c-stories--sport .c-stories__item:nth-of-type(3) {
  width: calc(50% - 16px);
  margin: 0 8px;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title,
.c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title {
  color: #2c2a29;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: unset;
  font-family: 'Barlow Condensed', sans-serif;
  height: 60px;
}
.c-events--sports .c-events__aside {
  width: 222px;
  display: flex;
}
.c-events--sports .c-events__ad {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  padding: 0 16px;
}
.c-events--sports .c-events__top {
  display: flex;
  color: #003594;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
}
.c-events--sports .c-events__top-right {
  margin-left: auto;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__time {
  display: flex;
}
.c-events--sports .c-events__calendar {
  width: 48px;
  height: 112px;
  background: #ffb81c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__calendar .sidearm-icon {
  font-size: 1.5rem;
  color: #003594;
}
.c-events--sports .c-events__list {
  padding: 0 32px;
  min-height: 536px;
}
.c-events--sports .c-events__item {
  border-bottom: 1px solid #e0e0e0;
  height: 88px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
}
.c-events--sports .c-events__sport {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__sport::after {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-events--sports .c-events__date {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__time {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__time::before {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-events--sports .c-events__time-container {
  display: flex;
}
.c-events--sports .c-events__status {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__status::before {
  content: '';
  background: #ffb81c;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.c-events--sports .c-events__status,
.c-events--sports .c-events__time {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.c-events--sports .c-events__live {
  color: #dd0033;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.c-events--sports .c-events__team-logo {
  width: 24px;
  height: 24px;
}
.c-events--sports .c-events__team-right,
.c-events--sports .c-events__team-left {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__team-right {
  flex-direction: row-reverse;
}
.c-events--sports .c-events__team-right::after {
  content: '-';
  margin: 0 8px;
}
.c-events--sports .c-events__team-left .c-events__team-logo {
  margin-right: 8px;
}
.c-events--sports .c-events__team-middle {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__overlay {
  height: 0;
  transition: 0.25s;
  display: none;
}
.c-events--sports .c-events__overlay.is-open {
  display: flex;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: white;
}
.c-events--sports .c-events__overlay-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.c-events--sports .c-events__media-item {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  margin: 0 2px;
}
.c-events--sports .c-events__media-link {
  font-size: 1.5rem;
  color: #003594;
  transition: 0.25s;
  text-decoration: none;
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__media-link:hover,
.c-events--sports .c-events__media-link:focus,
.c-events--sports .c-events__media-link.sidearm-hover {
  transform: scale(1.1);
}
.c-events--sports .c-events__media-text {
  color: #003594;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-events--sports .c-events__tickets {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffb81c;
  margin-right: 8px;
  transition: 0.25s;
}
.c-events--sports .c-events__tickets-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  height: 24px;
  width: 24px;
  text-decoration: none;
}
.c-events--sports .c-events__tickets .sidearm-icon {
  height: 24px;
  width: 24px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  transition: 0.25s;
}
.c-events--sports .c-events__tickets:hover,
.c-events--sports .c-events__tickets:focus,
.c-events--sports .c-events__tickets.sidearm-hover {
  background: #003594;
}
.c-events--sports .c-events__tickets:hover .sidearm-icon,
.c-events--sports .c-events__tickets:focus .sidearm-icon,
.c-events--sports .c-events__tickets.sidearm-hover .sidearm-icon {
  color: #ffb81c;
}
.c-events--sports .c-events__bottom {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin-top: 8px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-events--sports .c-events__bottom-results {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: unset;
  margin-top: 8px;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
.c-events--sports .c-events__atVs {
  margin-right: 4px;
  margin-left: 8px;
}
.c-events--sports .c-events__toggle {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffb81c;
  transition: 0.25s;
  background: none;
}
.c-events--sports .c-events__toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}
.c-events--sports .c-events__toggle span::before {
  font-size: 1rem;
  color: #003594;
  transition: 0.25;
}
.c-events--sports .c-events__toggle.is-toggled {
  background: #ffb81c;
}
.c-events--sports .c-events__toggle.is-toggled span::before {
  transform: rotate(45deg);
}
.c-events--sports .c-events__toggle:hover,
.c-events--sports .c-events__toggle:focus,
.c-events--sports .c-events__toggle.sidearm-hover {
  background: #ffb81c;
}
.c-events--sports .c-events-logo {
  width: 24px;
  height: 24px;
}
.c-search--mobile {
  display: none;
}
.events-no-data {
  padding: 16px 32px;
  color: black;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: unset;
  font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 1440px) {
  .s-stories__top {
    flex-direction: column;
  }
  .s-stories__top .main-story {
    flex: unset;
  }
  .s-stories__top .main-story .c-stories--main {
    border-right: none;
  }
  .s-stories__top .main-story .c-stories--main .c-stories__title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-stories__top .main-story .c-stories--main .c-stories__teaser {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-stories__top .side-stories {
    flex: unset;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__media-container {
    display: none;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__list {
    padding-bottom: 16px;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__teaser {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__inline-title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-stories__top .side-stories .c-stories--side .c-stories__archives {
    margin-top: 16px;
  }
  .s-promo__inner {
    padding-left: 58px;
    padding-right: 58px;
  }
  .c-videos--grid .c-videos__container {
    flex-direction: column;
  }
  .c-videos--grid .c-videos__archives {
    margin-top: 0;
  }
  .c-videos--grid .c-videos__list-container {
    padding-top: 16px;
  }
  .c-videos--grid .c-videos__title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-promo-bottom {
    padding-bottom: 0;
  }
  .s-promo-bottom__inner {
    padding-left: 58px;
    padding-right: 58px;
  }
  .s-promo-bottom .slick-slide img {
    margin: 0 auto;
  }
  .s-footer__logos__inner {
    padding: 0 32px;
  }
  .s-footer-text__inner {
    padding: 0 32px;
  }
  .s-sport__inner {
    flex-direction: column;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .s-sport__left {
    flex: unset;
    border-right: none;
  }
  .s-sport__right {
    flex: unset;
  }
  .s-sport__social .ad:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-top-banner {
    border-top: 1px solid #e0e0e0;
    background: white;
  }
  .s-stories__ad {
    padding-bottom: 66px;
  }
  .s-galleries__body {
    flex-direction: column;
  }
  .s-galleries__left {
    flex: unset;
  }
  .s-galleries__right {
    flex: unset;
  }
  .s-galleries__right .c-galleries--grid .c-galleries__item {
    padding: 0;
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .s-galleries__right .c-galleries--grid .c-galleries__list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .c-navigation--main.c-navigation--mobile .ad {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 767px) {
  body.calendar-open .main-header__calendar-overlay {
    top: 56px;
    height: calc(100vh - 56px);
    opacity: 1;
  }
  html.sport .main-content-placeholder {
    margin-top: 112px;
  }
  .main-content-placeholder {
    margin-top: 56px;
  }
  .main-content-placeholder .s-sport__events {
    display: none;
  }
  .main-content-placeholder .s-sport__events-body {
    display: none;
  }
  .main-header {
    padding: 0;
    height: 56px;
  }
  .main-header__logo {
    margin-left: 16px;
  }
  .main-header__logo-img {
    width: 57px;
  }
  .main-header__calendar {
    height: 56px;
    width: 56px;
    margin-left: auto;
  }
  .main-header__calendar-overlay {
    visibility: visible;
    position: absolute;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.25s;
    overflow: auto;
    background: white;
  }
  .main-header__calendar-overlay .s-sport__tabs {
    margin: 0;
  }
  .main-header__calendar-overlay .c-events__list {
    padding: 0;
    min-height: unset;
  }
  .main-header__calendar-overlay .c-events__item {
    padding: 16px;
  }
  .main-header__calendar-overlay .c-events__overlay {
    padding-left: 16px;
  }
  .main-header__calendar-overlay .s-sport__events-link {
    width: 100%;
    height: 56px;
    margin: 0;
    border-radius: 0;
    padding: 16px;
    justify-content: space-between;
  }
  .main-header__calendar-overlay .s-sport__events-link .sidearm-font {
    font-size: 1.25rem;
  }
  .main-header__calendar-overlay .ad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    padding: 16px 0;
  }
  .main-header__calendar-toggle {
    visibility: visible;
    height: 56px;
    width: 56px;
    border: none;
    background: #003594;
    font-size: 1.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-header__calendar-toggle span:last-of-type {
    display: none;
  }
  .main-header__calendar-toggle.show span:last-of-type {
    display: block;
  }
  .main-header__calendar-toggle.show span:first-of-type {
    display: none;
  }
  .main-header__calendar-toggle.show::before {
    width: 100%;
  }
  .main-header__calendar-toggle::before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    background: #ffb81c;
  }
  .main-header__tickets {
    width: 56px;
    height: 56px;
  }
  .main-header__tickets .ads-container {
    width: 56px;
    height: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-header__tickets .ads-container .ad {
    width: 56px;
    height: 56px;
  }
  .main-header__tickets .ads-container .ad .icons-ad__link {
    width: 56px;
    height: 56px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    transition: 0.25s;
  }
  .main-header__tickets .ads-container .ad .icons-ad__link:hover,
  .main-header__tickets .ads-container .ad .icons-ad__link:focus,
  .main-header__tickets .ads-container .ad .icons-ad__link.sidearm-hover {
    background: #ffb81c;
  }
  .main-header__tickets .ads-container .ad .icons-ad__link:hover .sidearm-icon,
  .main-header__tickets .ads-container .ad .icons-ad__link:focus .sidearm-icon,
  .main-header__tickets .ads-container .ad .icons-ad__link.sidearm-hover .sidearm-icon {
    color: #003594;
  }
  .main-header__tickets .ads-container .ad .icons-ad__label {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background: black;
    color: white;
  }
  .main-header__tickets .ads-container .ad .sidearm-icon {
    color: white;
    font-size: 1.5rem;
    transition: 0.25s;
  }
  .main-navigation {
    margin-left: 0;
  }
  .c-search--overlay {
    display: none;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    height: 56px;
    width: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle span:first-of-type {
    display: none;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__off-canvas.is-open {
    height: calc(100vh - 56px);
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 56px);
  }
  .c-search--mobile {
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-search--mobile fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  .c-search--mobile .c-search__container {
    width: 100%;
    height: 56px;
    padding: 16px;
    padding-right: 40px;
    display: flex;
    position: relative;
  }
  .c-search--mobile .c-search__container::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: '\e124';
    font-family: 'sidearm_font_v2';
    color: #003594;
    font-size: 1.5rem;
    background: white;
  }
  .c-search--mobile .c-search__text {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: unset;
    font-family: 'Lato', sans-serif;
  }
  .c-search--mobile .c-search__text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
  }
  .c-search--mobile .c-search__text::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
  }
  .c-search--mobile .c-search__text:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
  }
  .c-search--mobile .c-search__text:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
  }
  .c-search--mobile .c-search__submit {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    position: absolute;
    text-transform: uppercase;
    height: 56px;
    width: 40px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s;
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: unset;
    font-family: 'Lato', sans-serif;
    background: white;
    z-index: 2;
  }
  .c-search--mobile .c-search__submit.disabled {
    display: none;
  }
  .c-scoreboard--slider {
    display: none;
  }
  .main-story .c-stories--main .c-stories__item {
    padding: 0;
    padding-bottom: 32px;
  }
  .main-story .c-stories--main .c-stories__image {
    border-radius: 0;
  }
  .c-stories--side {
    padding-left: 16px;
    padding-right: 16px;
  }
  .s-promo__inner {
    padding-left: 52px;
    padding-right: 52px;
  }
  .s-promo__inner .slick-slide img {
    margin: 0 auto;
  }
  .c-videos--grid .c-videos__header {
    padding-right: 16px;
  }
  .c-videos--grid .c-videos__filter {
    padding: 0 16px;
  }
  .c-videos--grid .c-videos__list-container {
    padding: 16px;
    padding-bottom: 0;
  }
  .c-videos--grid .c-videos__archives {
    width: calc(100% - 32px);
  }
  .c-videos--grid .c-videos__list {
    margin: 0;
  }
  .c-videos--grid .c-videos__item {
    width: 100%;
    margin: 0;
  }
  .s-galleries__header {
    padding-right: 16px;
  }
  .s-galleries__body {
    padding: 0 16px;
  }
  .s-galleries__left {
    flex-direction: column;
  }
  .s-galleries__left .gallery1 .c-galleries--grid .c-galleries__item {
    padding-right: 0;
  }
  .s-galleries__archives {
    width: calc(100% - 32px);
  }
  .s-footer__logos__inner {
    height: 361px;
    justify-content: space-between;
    flex-direction: column;
  }
  .s-footer__logos-item {
    margin-right: 0;
  }
  .s-footer-text {
    height: 92px;
  }
  .s-footer-text__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .s-footer-text__copy {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .s-sport .c-stories--sport {
    padding: 32px 16px;
  }
  .s-sport .c-stories--sport .c-stories__list {
    margin: 0;
  }
  .s-sport .c-stories--sport .c-stories__item {
    width: 100%;
  }
  .s-sport .c-stories--sport .c-stories__item:first-of-type,
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(2),
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(3) {
    width: 100%;
    margin: 0;
  }
  .s-sport .c-stories--sport .c-stories__item:first-of-type .c-stories__title,
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__title,
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-sport .c-stories--sport .c-stories__item:first-of-type .c-stories__teaser,
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(2) .c-stories__teaser,
  .s-sport .c-stories--sport .c-stories__item:nth-of-type(3) .c-stories__teaser {
    -webkit-line-clamp: unset;
    height: unset;
  }
  .s-sport .c-stories--sport .c-stories__inline-title {
    height: unset;
    -webkit-line-clamp: unset;
  }
  .s-sport .c-stories--sport .c-stories__archives {
    width: 100%;
  }
  .s-sport__social-header {
    padding-right: 16px;
  }
  .s-sport__social .ads-container {
    padding: 0 16px;
  }
  .sport-navigation {
    top: 56px;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 112px);
    overflow: auto;
  }
}
