a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #041e42;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/*Fonts*/
/*Colors*/
body {
  font: 14px/1.4 'Open Sans', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: white;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  position: absolute;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
  border: none;
  color: black;
  z-index: 5;
}
.showcase-play-button::after {
  content: '\e172';
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 28px;
  transition: .25s;
}
.showcase-play-button:hover {
  transition: .25s;
}
.showcase-play-button:hover::after {
  color: #041e42;
  transition: .25s;
}
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Tabs*/
/*SIDEARM DFP*/

.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
/*Mixins*/
/*Social Media Brand Colors*/
/*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;
  overflow: hidden;
}
.hide {
  background: black;
  color: white;
}
/*** Logo Loader One - Comet Spinner ***/

.loading-indicator {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.navigation-loaded .loading-indicator {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
/*** Main Content Placeholder Index ***/

html.index .main-content-placeholder {
  min-height: 150vh;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.3s;
}
html.index.navigation-loaded .main-content-placeholder {
  min-height: 0;
  opacity: 1;
}
/*Row Styles*/

.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 540px) {
  .row.pad {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.row.no-pad {
  max-width: 1416px;
}
.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;
}
/** Slick Arrows/Pause Order **/
/*Slick Arrows Mixin*/
/*** Perfect Scrollbar ***/

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  z-index: 1;
  height: 100% !important;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  right: 0;
  background: transparent;
  width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background: #041e42;
  opacity: 0.75;
  right: 0px;
  width: 8px;
  border-radius: 5px;
}
/** --------------------  END OF DEFAULT/MIXINS CODE -------------------- **/

/** ========== MAIN CONTENT PLACEHOLDER / HEADROOM ========== **/

html .main-content-placeholder {
  margin-top: 90px;
}
html.sport .main-content-placeholder {
  margin-top: 170px;
}
html:not(.index) .main-content-placeholder {
  max-width: 1416px;
  margin: 0 auto;
  padding: 24px 24px 24px;
  background-color: white;
}
html:not(.index) .main-content-placeholder {
  margin-top: 90px;
}
html:not(.index).sport .main-content-placeholder {
  margin-top: 170px;
}
html body.mobile-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  html .main-content-placeholder {
    margin-top: 80px;
  }
  html.sport .main-content-placeholder {
    margin-top: 160px;
  }
  html:not(.index) .main-content-placeholder {
    margin-top: 80px;
  }
  html:not(.index).sport .main-content-placeholder {
    margin-top: 160px;
  }
}
/** ========== MAIN HEADER ========== **/

.main-header {
  width: 100%;
  top: 0;
  z-index: 999;
  position: fixed;
}
.main-header__nav {
  background-color: #041e42;
  position: relative;
}
.main-header__nav-wrapper {
  height: 90px;
  background-color: #041e42;
  padding: 0 24px;
}
.main-header__logo-container {
  flex: 0 0 100px;
  z-index: 999;
  position: relative;
  justify-content: center;
  transition: .25s;
  margin-right: 24px;
}
.main-header__logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__logo-container img {
  width: 100px;
  transition: .25s;
}
.main-header__ad {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .main-header .search-btn {
    order: 3;
    margin-right: 0;
  }
  .main-header__ad {
    order: 2;
    padding-right: 12px;
  }
  .main-header__nav-wrapper {
    height: 80px;
  }
  .main-header__logo-container {
    flex: 0 0 80px;
    margin-right: auto;
  }
  .main-header__logo-container img {
    width: 80px;
  }
}
/** ========== MAIN NAV ========== **/

.main-navigation {
  height: 100%;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    min-width: 1px;
    min-height: 1px;
    order: 4;
  }
}
.c-navigation--main {
  justify-content: flex-end;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 36px;
  color: white;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    height: 80px;
    line-height: 80px;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  justify-content: flex-start;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  height: 90px;
  line-height: 90px;
  transition: .25s;
  text-align: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before {
  height: 2px;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:nth-last-child(2) {
  margin-left: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:nth-last-child(2) .c-navigation__level-2-inner-wrapper {
  justify-content: flex-end;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:last-child .c-navigation__level-2-inner-wrapper {
  justify-content: flex-end;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.188rem;
  white-space: nowrap;
  font-size: 20px;
  height: 90px;
  line-height: 90px;
  position: relative;
  padding: 0 16px;
  transition: .25s;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 997;
  background-color: white;
  box-shadow: 0 0.063rem 0.75rem rgba(0, 0, 0, 0.08);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  margin: 0px auto;
  padding: 24px 12px;
  width: 100%;
  max-width: 1416px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  z-index: 997;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 36px;
  text-align: left;
  box-shadow: inset 0 -0.062rem 0 #ededed;
  padding: 0 16px;
}
.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-color: #041e42;
}
.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: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__schedule-roster-news::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__schedule-roster-news::after {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover::after {
  text-decoration: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  position: relative;
  padding: 0 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news::after {
  content: '|';
  color: black;
  font-size: 8px;
  position: absolute;
  right: -2px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 34px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: black;
  visibility: hidden;
  font-size: 0px !important;
  justify-content: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
  display: flex;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  font-size: 20px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook {
  padding-left: 4px;
  width: 38px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e205';
}
.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 {
  display: none;
  width: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets:before {
  content: '\e108';
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 90px);
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
    background-color: white;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 80px);
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  line-height: 48px;
}
.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: 18px;
  content: '\e008';
  margin-left: 12px;
  color: black;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: black;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  padding: 0 24px;
  font-size: 21px;
  background-color: white;
  box-shadow: inset 0 -0.062rem 0 #ededed;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  height: 48px;
  line-height: 48px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  box-shadow: inset 0 -0.062rem 0 #ededed;
  line-height: 48px;
  padding-left: 56px;
}
/** ========== SPORT NAVIGATION ========== **/

.sport-navigation {
  background-color: #041a36;
  z-index: 996;
  height: 80px;
  width: 100%;
  padding: 0 24px;
}
.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 {
  justify-content: flex-end;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  z-index: 500;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  height: 2px;
  transition: .25s;
  pointer-events: none;
}
.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;
  max-height: calc(100vh - 170px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1::after {
  content: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 80px;
  font-size: 16px;
  position: relative;
  transition: .25s;
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::after {
  content: '|';
  color: white;
  font-size: 8px;
  position: absolute;
  right: -2px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0 16px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1::after {
  content: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 500px;
  background-color: white;
  max-height: 0px;
  border: 1px solid #ededed;
  border-top: none;
  border-bottom: none;
  z-index: 500;
}
.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__item--level-2 {
  border-bottom: 1px solid #ededed;
  line-height: 48px;
  background-color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: #041e42;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  transition: .25s;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0 12px;
  line-height: 80px;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 80px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 160px);
  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: '\e008';
  color: black;
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  font-size: 18px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  line-height: 48px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.313rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 24px;
  font-size: 21px;
  background-color: white;
  box-shadow: inset 0 -0.062rem 0 #ededed;
  text-decoration: none;
  display: flex;
}
.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;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  height: 48px;
  line-height: 48px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  box-shadow: inset 0 -0.062rem 0 #ededed;
  line-height: 48px;
  text-decoration: none;
  padding-left: 56px;
  display: flex;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== COMMON HEADER ========== */

.header {
  background-color: white;
  padding-bottom: 24px;
}
.header-image {
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/georgiasouthern.sidearmsports.com/images/responsive_2021/logo_alternate.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 67px;
  height: 75px;
}
.header-title {
  margin-right: auto;
  height: 75px;
  padding-left: 24px;
}
.header-title-top {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header-title-bottom {
  color: #041e42;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.7rem;
  padding-top: 6px;
}
.header-ad .ad {
  padding-left: 24px;
}
@media screen and (max-width: 1100px) {
  .header-title-bottom {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-image {
    width: 41px;
    height: 46px;
  }
  .header-title {
    height: 46px;
  }
  .header-title-top {
    font-size: 0.75rem;
  }
  .header-title-bottom {
    font-size: 2.25rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 400px) {
  .header-image {
    display: none;
  }
  .header-title {
    padding-left: 0;
  }
}
.common-header {
  height: 64px;
  justify-content: space-between;
  align-items: center;
  background-color: #041e42;
  padding: 0 8px 0 24px;
}
.common-header-title {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
/* ========== COMMON ARCHIVES ========== */

.archives.mobile {
  display: none;
}
.archives a {
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid #041e42;
  padding: 0 16px;
  transition: .25s;
  z-index: 5;
}
.archives a:hover {
  background-color: #041e42;
  color: white;
}
.archives.stories {
  padding-top: 24px;
}
.archives.calendar {
  padding: 12px 24px 24px;
}
.archives.videos {
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .archives.desktop {
    display: none;
  }
  .archives.mobile {
    display: initial;
  }
}
/** ========== TOP CONTAINER ========== **/

.s-top {
  padding-bottom: 48px;
}
.s-top .ui-tabs-panel {
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .s-top .ui-tabs-panel[aria-hidden=true] {
    display: block !important;
  }
}
.s-top__header {
  display: none;
  align-items: center;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
}
.s-top__tabs {
  width: 100%;
  display: flex;
  padding: 12px 12px 0;
}
.s-top__tab {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12px;
}
.s-top__tab a {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  padding-bottom: 12px;
  justify-content: center;
  transition: .25s;
  position: relative;
}
.s-top__tab a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #041e42;
  transition: .25s;
}
.s-top__tab.ui-state-active a {
  color: #041e42;
  font-weight: 800;
}
.s-top__tab.ui-state-active a::after {
  height: 3px;
}
.s-top__wrapper {
  display: flex;
}
.s-top__left {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
}
.s-top__left .ui-tabs-panel[aria-hidden=true] {
  display: none !important;
}
.s-top__middle {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
}
.s-top__right {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1200px) {
  .s-top__header {
    display: flex;
  }
  .s-top .ui-tabs-panel[aria-hidden=true] {
    height: 0;
    opacity: 0;
  }
  .s-top__wrapper {
    flex-wrap: wrap;
  }
  .s-top__left {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
  }
  .s-top__middle {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
  }
  .s-top__right {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s-top {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .s-top__tab {
    padding: 0 6px;
  }
}
/** ========== CALENDAR TABS (EVENTS/RESULTS) ========== **/

.s-calendar__wrapper {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .s-calendar__wrapper {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
  }
}
.s-calendar__nav {
  height: 100%;
  width: 100%;
  margin: 0 24px;
  border-bottom: 1px solid #ededed;
}
.s-calendar__nav-item {
  margin: 0 12px;
  height: 100%;
}
.s-calendar__nav-item.ui-state-active .s-calendar__nav-button {
  color: black !important;
}
.s-calendar__nav-item.ui-state-active .s-calendar__nav-button::after {
  height: 2px;
}
.s-calendar__nav-item:first-child {
  margin-left: 0;
}
.s-calendar__nav-button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #707070 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.s-calendar__nav-button::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #041e42;
  transition: .25s;
}
.s-calendar__nav-button:hover::after {
  height: 2px;
}
/** ========== EVENTS ========== **/

.s-events {
  padding: 0 24px;
}
.s-events .c-events__nodata {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 12px 0;
}
.s-events .c-events--list-simple {
  background-color: white;
}
.s-events .c-events--list-simple .c-events__item {
  padding: 12px 0;
  position: relative;
  z-index: 20;
}
.s-events .c-events--list-simple .c-events__header {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.s-events .c-events--list-simple .c-events__date-time-divider {
  padding: 0 4px;
}
.s-events .c-events--list-simple .c-events__time {
  display: flex;
}
.s-events .c-events--list-simple .c-events__location {
  margin-left: auto;
}
.s-events .c-events--list-simple .c-events__location.home {
  color: #041e42;
}
.s-events .c-events--list-simple .c-events__live {
  color: #041e42;
  padding-left: 12px;
}
.s-events .c-events--list-simple .c-events__live::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #041e42;
}
.s-events .c-events--list-simple .c-events__body-right {
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.s-events .c-events--list-simple .c-events__logo {
  flex: 0 0 16px;
}
.s-events .c-events--list-simple .c-events__logo img {
  width: 16px;
}
.s-events .c-events--list-simple .c-events__opponent {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-events .c-events--list-simple .c-events__overlay {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
  transition: opacity 0.15s, left 0s 0.15s;
}
.s-events .c-events--list-simple .c-events__overlay.is-open {
  opacity: 1;
  left: 0;
  transition: opacity 0.15s;
}
.s-events .c-events--list-simple .c-events__media-item {
  display: flex;
  padding: 0 6px;
}
.s-events .c-events--list-simple .c-events__media-link {
  color: #707070;
  text-decoration: none;
  font-size: 18px;
  border-radius: 50%;
  transition: .25s;
}
.s-events .c-events--list-simple .c-events__media-link:hover,
.s-events .c-events--list-simple .c-events__media-link:focus,
.s-events .c-events--list-simple .c-events__media-link.sidearm-hover {
  background-color: #041e42;
  color: white;
  transition: .25s;
}
.s-events .c-events--list-simple .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 8px;
  display: flex;
  justify-content: center;
  right: -10px;
  width: 24px;
  height: 24px;
  z-index: 5;
  color: black;
}
.s-events .c-events--list-simple .c-events__toggle > i {
  transition: .25s;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 50%;
}
.s-events .c-events--list-simple .c-events__toggle > i:hover {
  background-color: #041e42;
  transition: .25s;
  color: white;
}
/** ========== STORIES HOME ========== **/

.s-stories-home .slick-prev,
.s-stories-home .slick-next,
.s-stories-home .slick-pause-play {
  font-size: 0px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: none;
  background-color: #ededed;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  bottom: 0;
  transition: .25s;
}
.s-stories-home .slick-prev::before,
.s-stories-home .slick-next::before,
.s-stories-home .slick-pause-play::before {
  font-size: 18px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: .25s;
}
.s-stories-home .slick-prev:hover,
.s-stories-home .slick-next:hover,
.s-stories-home .slick-pause-play:hover {
  background-color: #041e42;
  transition: .25s;
}
.s-stories-home .slick-prev:hover::before,
.s-stories-home .slick-next:hover::before,
.s-stories-home .slick-pause-play:hover::before {
  color: white;
}
.s-stories-home .slick-disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
}
.s-stories-home .slick-disabled::before,
.s-stories-home .slick-disabled::after {
  color: #5f666d;
}
.s-stories-home .slick-disabled:hover {
  background-color: lightgray;
  color: black;
}
.s-stories-home .slick-disabled:hover::before,
.s-stories-home .slick-disabled:hover::after {
  color: #5f666d;
}
.s-stories-home .slick-prev {
  position: relative;
  left: 50%;
  transform: translateX(calc(-50% - 48px));
}
.s-stories-home .slick-prev::before {
  content: '\e005';
}
.s-stories-home .slick-next {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 48px));
  bottom: 0;
}
.s-stories-home .slick-next::before {
  content: '\e006';
}
.s-stories-home .slick-pause {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.s-stories-home .slick-pause::before {
  content: '\e201';
}
.s-stories-home .slick-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.s-stories-home .slick-play::before {
  content: '\e050';
}
.s-stories-home .slick-prev,
.s-stories-home .slick-next,
.s-stories-home .slick-pause-play {
  height: 56px;
  width: 33.3334%;
  background-color: white;
  border-radius: initial;
  border-top: 1px solid #ededed;
}
.s-stories-home .slick-prev::before,
.s-stories-home .slick-next::before,
.s-stories-home .slick-pause-play::before {
  font-size: 20px;
}
.s-stories-home .slick-prev {
  position: relative;
  left: 0;
  transform: initial;
}
.s-stories-home .slick-next {
  position: absolute;
  left: initial;
  right: 0;
  transform: initial;
}
.s-stories-home .slick-pause {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.s-stories-home .slick-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.s-stories-home .c-stories--slider {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-stories-home .c-stories--slider .c-stories__item {
  position: relative;
}
.s-stories-home .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.s-stories-home .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories-home .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories-home .c-stories--slider .c-stories__details {
  padding: 48px 24px;
}
.s-stories-home .c-stories--slider .c-stories__details-top {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-stories-home .c-stories--slider .c-stories__title {
  padding: 8px 0 16px;
}
.s-stories-home .c-stories--slider .c-stories__url {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  text-decoration: none;
}
.s-stories-home .c-stories--slider .c-stories__url:hover,
.s-stories-home .c-stories--slider .c-stories__url:focus,
.s-stories-home .c-stories--slider .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
.s-stories-home .c-stories--slider .c-stories__divider {
  padding: 0 4px;
}
.s-stories-home .c-stories--slider .c-stories__teaser {
  color: #312f2f;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .s-stories-home .c-stories--slider .c-stories__url {
    font-size: 1.875rem;
  }
  .s-stories-home .c-stories--slider .c-stories__teaser {
    display: none;
  }
  .s-stories-home .c-stories--slider .c-stories__title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .s-stories-home .c-stories--slider {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
  }
}
/** ========== STORIES SPORT ========== **/

.s-stories-sport .c-stories--list .c-stories__item {
  position: relative;
  padding: 12px 0;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child {
  padding: 0 0 12px;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__item-inner {
  padding: 0;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__details {
  padding: 48px 24px;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__details-top {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__url {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0 12px;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__url:hover {
  text-decoration: underline;
}
.s-stories-sport .c-stories--list .c-stories__item:first-child .c-stories__teaser {
  color: #312f2f;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.s-stories-sport .c-stories--list .c-stories__item:not(:first-child) .c-stories__media {
  border-radius: .25rem;
}
.s-stories-sport .c-stories--list .c-stories__item-wrapper {
  padding: 24px;
  background-color: white;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-stories-sport .c-stories--list .c-stories__media-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.s-stories-sport .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
  height: 0;
}
.s-stories-sport .c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories-sport .c-stories--list .c-stories__details {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.s-stories-sport .c-stories--list .c-stories__details-top {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-stories-sport .c-stories--list .c-stories__divider {
  font-size: 8px;
  padding: 0 4px;
}
.s-stories-sport .c-stories--list .c-stories__title {
  margin: 0;
}
.s-stories-sport .c-stories--list .c-stories__url {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 0;
  display: flex;
  text-decoration: none;
}
.s-stories-sport .c-stories--list .c-stories__url:hover,
.s-stories-sport .c-stories--list .c-stories__url:focus,
.s-stories-sport .c-stories--list .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
.s-stories-sport .c-stories--list .c-stories__games {
  padding-top: 24px;
}
.s-stories-sport .c-stories--list .c-stories__game {
  background: white;
  border-top: 1px solid #ededed;
  padding: 24px 24px 0;
}
.s-stories-sport .c-stories--list .c-stories__game-result-text {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-stories-sport .c-stories--list .c-stories__game-result-postscore,
.s-stories-sport .c-stories--list .c-stories__game-result-prescore {
  color: #312f2f;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 24px;
}
.s-stories-sport .c-stories--list .c-stories__game-team {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-stories-sport .c-stories--list .c-stories__game-logo img {
  width: 36px;
}
.s-stories-sport .c-stories--list .c-stories__game-score {
  margin: 0 48px;
  color: #707070;
}
.s-stories-sport .c-stories--list .c-stories__game-score.winner {
  border-bottom: 3px solid #041e42;
  color: black;
}
@media screen and (max-width: 1200px) {
  .s-stories-sport .c-stories--list .c-stories__item-inner:first-child {
    border-top-left-radius: initial !important;
    border-top-right-radius: initial !important;
  }
}
@media screen and (max-width: 540px) {
  .s-stories-sport .c-stories--list .c-stories__item:not(:first-child) .c-stories__item-inner {
    flex-direction: column;
  }
  .s-stories-sport .c-stories--list .c-stories__item:not(:first-child) .c-stories__details {
    padding: 24px 0 0;
  }
  .s-stories-sport .c-stories--list .c-stories__teaser {
    display: none;
  }
  .s-stories-sport .c-stories--list .c-stories__game {
    padding: 24px 0 0;
  }
  .s-stories-sport .c-stories--list .c-stories__game-score {
    margin: 0 32px;
  }
}
/** ========== QUICK LINKS ========== **/

.s-links {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-links .ad {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.s-links .ad a {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  padding: 8px 24px;
  cursor: pointer;
}
.s-links .ad a i {
  font-style: normal;
}
.s-links .ad a:hover {
  background-color: #041e42;
  color: white;
}
@media screen and (max-width: 1200px) {
  .s-links {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
  }
}
/** ========== TRENDING STORIES ========== **/

.s-stories__trending {
  padding-top: 16px;
}
.s-stories__trending-wrapper {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-stories__trending .common-header {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.s-stories__trending-ad {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.s-stories__trending-ad.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s-stories__trending-ad.mobile {
    display: flex;
  }
  .s-stories__trending-ad.desktop {
    display: none;
  }
}
.s-stories__trending .c-stories--list {
  padding: 0 24px;
}
.s-stories__trending .c-stories--list .c-stories__item {
  padding: 9px 0;
}
.s-stories__trending .c-stories--list .c-stories__url {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}
.s-stories__trending .c-stories--list .c-stories__sport {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .s-stories__trending-wrapper {
    box-shadow: none;
  }
  .s-stories__trending .c-stories--list {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 16px;
  }
}
/** ========== CONTENTSTREAM ========== **/

.s-contentstream {
  padding: 48px 0;
}
.s-contentstream .c-contentstream {
  overflow-anchor: none;
}
.s-contentstream .c-contentstream__top {
  padding-bottom: 12px;
}
.s-contentstream .c-contentstream .header-wrapper {
  flex: auto;
}
.s-contentstream .c-contentstream__filter {
  padding-left: 12px;
}
.s-contentstream .c-contentstream__filter-item {
  padding: 0 12px;
}
.s-contentstream .c-contentstream__filter-item:last-child {
  padding-right: 0;
}
.s-contentstream .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 16px;
  border: 1px solid #041e42;
  border-radius: .25rem;
  transition: .25s;
}
.s-contentstream .c-contentstream__filter-button.is-active,
.s-contentstream .c-contentstream__filter-button:hover {
  background-color: #041e42;
  color: white;
}
.s-contentstream .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.s-contentstream .c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.s-contentstream .c-contentstream__item-wrapper {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-contentstream .c-contentstream__item-inner {
  height: 334px;
  overflow: auto;
  position: relative;
}
.s-contentstream .c-contentstream__user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background-color: white;
  padding: 24px;
  border-top: 1px solid #ededed;
}
.s-contentstream .c-contentstream__user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.s-contentstream .c-contentstream__media {
  display: block;
}
.s-contentstream .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.s-contentstream .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.s-contentstream .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-contentstream .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-contentstream .c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-contentstream .c-contentstream__body {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px 24px;
}
.s-contentstream .c-contentstream__text {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.s-contentstream .c-contentstream__text a {
  color: #041e42;
  text-decoration: none;
}
.s-contentstream .c-contentstream__text a:hover,
.s-contentstream .c-contentstream__text a:focus,
.s-contentstream .c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.s-contentstream .c-contentstream__actions-item {
  padding: 0 6px;
}
.s-contentstream .c-contentstream__actions-link {
  color: black;
  font-size: 20px;
  display: flex;
  border-radius: 50%;
  transition: .25s;
}
.s-contentstream .c-contentstream__actions-link:hover,
.s-contentstream .c-contentstream__actions-link:focus,
.s-contentstream .c-contentstream__actions-link.sidearm-hover {
  background-color: #041e42;
  color: white;
  transition: .25s;
}
.s-contentstream .c-contentstream__meta-item {
  font-size: 20px;
}
.s-contentstream .c-contentstream .load-more__container {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.s-contentstream .c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #041e42;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.25rem;
  background-color: white;
  transition: .25s;
  border: 1px solid #041e42;
  padding: 12px 16px;
  transition: .25s;
  display: flex;
  align-items: center;
}
.s-contentstream .c-contentstream .load-more__button:hover {
  background-color: #041e42;
  color: white;
  transition: .25s;
}
.s-contentstream .c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.s-contentstream .c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-contentstream .c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-contentstream .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #041e42;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-contentstream .c-contentstream .showcase-modal__close:hover,
.s-contentstream .c-contentstream .showcase-modal__close:focus,
.s-contentstream .c-contentstream .showcase-modal__close.sidearm-hover {
  background: #041e42;
  color: white;
}
.s-contentstream .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .s-contentstream .c-contentstream__top {
    flex-direction: column;
    align-items: initial;
  }
  .s-contentstream .c-contentstream__filter {
    padding: 24px 0 0;
    flex: auto;
  }
  .s-contentstream .c-contentstream__filter-item:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s-contentstream .c-contentstream__filter-item {
    flex: 1 1 25%;
  }
  .s-contentstream .c-contentstream__filter-button {
    width: 100%;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .s-contentstream .c-contentstream__item-inner {
    height: initial;
  }
  .s-contentstream .c-contentstream .load-more__button {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .s-contentstream .c-contentstream__filter {
    flex-wrap: wrap;
  }
  .s-contentstream .c-contentstream__filter-item {
    flex: 1 1 50%;
    padding: 8px;
  }
  .s-contentstream .c-contentstream__filter-item:first-child {
    padding-top: 0;
  }
  .s-contentstream .c-contentstream__filter-item:nth-child(2) {
    padding: 0 0 8px 8px;
  }
  .s-contentstream .c-contentstream__filter-item:nth-child(3) {
    padding: 8px 8px 0 0;
  }
  .s-contentstream .c-contentstream__filter-item:last-child {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .s-contentstream .c-contentstream__filter-button {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 540px) {
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .s-contentstream .header-image {
    display: none;
  }
  .s-contentstream .header-title {
    padding-left: 0;
  }
}
/* ========== VIDEOS (ALL ACCESS) ========== */

.s-videos {
  padding: 48px 0 24px;
}
.s-videos .c-videos__filters {
  flex: 1 1 25%;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  background-color: white;
  border-radius: .25rem;
  overflow: hidden;
}
.s-videos .c-videos__filter {
  background-color: #ededed;
  border-radius: 0.25rem;
  position: relative;
}
.s-videos .c-videos__filter::before {
  content: '\e008';
  font-size: 18px;
  color: #707070;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 3;
}
.s-videos .c-videos__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  height: 48px;
  padding: 0 12px;
}
.s-videos .c-videos__filter-select:hover,
.s-videos .c-videos__filter-select:focus,
.s-videos .c-videos__filter-select.sidearm-hover {
  cursor: pointer;
}
.s-videos .c-videos__categories {
  margin: 12px 0 0 0;
}
.s-videos .c-videos__categories-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px 0;
  width: 100%;
  transition: .25s;
  position: relative;
}
.s-videos .c-videos__categories-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  transition: .25s;
}
.s-videos .c-videos__categories-btn.is-active::after {
  background-color: #041e42;
  height: 3px;
}
.s-videos .c-videos__categories-btn:hover::after,
.s-videos .c-videos__categories-btn:focus::after,
.s-videos .c-videos__categories-btn.sidearm-hover::after {
  background-color: #041e42;
  height: 3px;
}
.s-videos .c-videos .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.s-videos .c-videos .showcase-modal__inner {
  max-width: 1416px;
  width: 80%;
}
.s-videos .c-videos .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #041e42;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-videos .c-videos .showcase-modal__close:hover,
.s-videos .c-videos .showcase-modal__close:focus,
.s-videos .c-videos .showcase-modal__close.sidearm-hover {
  background: #041e42;
  color: white;
}
.s-videos .c-videos .showcase-modal__title {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 12px 0;
}
.s-videos .c-videos .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos .showcase-modal .showcase-video-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--single .c-videos__container {
  position: relative;
  display: flex;
}
.s-videos .c-videos--single .c-videos__list {
  flex: 1 1 75%;
}
.s-videos .c-videos--single .c-videos__no-data {
  text-align: center;
  margin: 36px auto;
}
.s-videos .c-videos--single .c-videos__item {
  padding-left: 24px;
}
.s-videos .c-videos--single .c-videos__item-inner {
  background-color: #041e42;
  text-decoration: none;
  border-radius: .25rem;
  overflow: hidden;
}
.s-videos .c-videos--single .c-videos__media-container {
  position: relative;
  overflow: hidden;
  flex: 1 1 66.667%;
  cursor: pointer;
}
.s-videos .c-videos--single .c-videos__media-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 30, 66, 0.5);
  pointer-events: none;
  transition: .25s;
}
.s-videos .c-videos--single .c-videos__media-container:hover .c-videos__play-btn {
  background-color: white;
}
.s-videos .c-videos--single .c-videos__media-container:hover .c-videos__play-btn::after {
  color: #041e42;
}
.s-videos .c-videos--single .c-videos__media-container:hover::after {
  opacity: 0;
}
.s-videos .c-videos--single .c-videos__media {
  position: relative;
  padding-bottom: 66.6667%;
  overflow: hidden;
}
.s-videos .c-videos--single .c-videos__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--single .c-videos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .25s;
  height: 100%;
  object-fit: cover;
}
.s-videos .c-videos--single .c-videos__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  padding: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
  border: 1px solid white;
  color: white;
  z-index: 5;
}
.s-videos .c-videos--single .c-videos__play-btn::after {
  content: '\e196';
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 42px;
  transition: .25s;
}
.s-videos .c-videos--single .c-videos__details {
  flex: 1 1 33.3334%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #041e42;
}
.s-videos .c-videos--single .c-videos__details-top {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-videos .c-videos--single .c-videos__title {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.s-videos .c-videos--single .c-videos__divider {
  padding: 0 4px;
}
.s-videos .c-videos--grid .c-videos__container {
  position: relative;
}
.s-videos .c-videos--grid .c-videos__list {
  margin: 0 -12px;
  padding-top: 12px;
}
.s-videos .c-videos--grid .c-videos__no-data {
  text-align: center;
  margin: 36px auto;
}
.s-videos .c-videos--grid .c-videos__item {
  padding: 12px;
  flex: 1 1 33.33333%;
}
.s-videos .c-videos--grid .c-videos__item-inner {
  text-decoration: none;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 30, 66, 0.5);
  pointer-events: none;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__media-container:hover .c-videos__play-btn::after {
  color: #041e42;
}
.s-videos .c-videos--grid .c-videos__media-container:hover::after {
  opacity: 0;
}
.s-videos .c-videos--grid .c-videos__media {
  position: relative;
  padding-bottom: 66.6667%;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .25s;
  object-fit: cover;
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
  border: none;
  color: black;
  z-index: 5;
}
.s-videos .c-videos--grid .c-videos__play-btn::after {
  content: '\e172';
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 48px;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__details {
  padding: 24px;
}
.s-videos .c-videos--grid .c-videos__details-top {
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-videos .c-videos--grid .c-videos__title {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.s-videos .c-videos--grid .c-videos__divider {
  padding: 0 4px;
}
.s-videos .archives.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s-videos__top {
    display: none;
  }
  .s-videos .c-videos__filters {
    display: flex;
    flex: 1 1 100%;
    box-shadow: none;
    padding: 0;
  }
  .s-videos .c-videos__filter {
    flex: 1 1 50%;
  }
  .s-videos .c-videos__filter--sports {
    margin-right: 24px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 50%;
  }
  .s-videos .c-videos--grid .c-videos__item-inner {
    height: 100%;
  }
  .s-videos .archives.mobile {
    display: flex;
    padding: 12px 0 0;
  }
  .s-videos .archives.mobile a {
    width: 100%;
  }
  .s-videos .archives.desktop {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .s-videos .c-videos__filters {
    flex-wrap: wrap;
  }
  .s-videos .c-videos__filter {
    flex: 1 1 100%;
  }
  .s-videos .c-videos__filter--sports {
    margin: 0 0 24px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 100%;
  }
}
/** ========== SLIDESHOW ========== **/

.s-slideshow .c-slideshow--parallax .c-slideshow__item {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: black;
  height: 512px;
}
.s-slideshow .c-slideshow--parallax .c-slideshow__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (max-width: 1024px) {
  .s-slideshow .c-slideshow--parallax .c-slideshow__item {
    background-attachment: initial;
  }
}
@media screen and (max-width: 540px) {
  .s-slideshow .c-slideshow--parallax .c-slideshow__item {
    height: 250px;
  }
}
/** ========== GALLERIES ========== **/

.s-galleries {
  padding: 24px 0 48px;
}
.s-galleries .c-galleries__filter {
  padding: 0 24px;
  position: relative;
}
.s-galleries .c-galleries__filter:after {
  content: '\e008';
  position: absolute;
  right: 32px;
  color: #707070;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
}
.s-galleries .c-galleries__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #ededed;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 0.25rem;
}
.s-galleries .c-galleries--grid .c-galleries__list {
  margin: 0 -12px;
}
.s-galleries .c-galleries--grid .c-galleries__item {
  padding: 0 12px;
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
}
.s-galleries .c-galleries--grid .c-galleries__item:hover .c-galleries__link {
  opacity: 1;
}
.s-galleries .c-galleries--grid .c-galleries__item:hover .c-galleries__item-inner::before {
  opacity: 0;
}
.s-galleries .c-galleries--grid .c-galleries__item:hover .c-galleries__details {
  top: 24px;
  bottom: initial;
}
.s-galleries .c-galleries--grid .c-galleries__item-inner {
  position: relative;
  background-color: black;
}
.s-galleries .c-galleries--grid .c-galleries__item-inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #041e42;
  opacity: 0.5;
  transition: .25s;
  z-index: 1;
  border-radius: .25rem;
}
.s-galleries .c-galleries--grid .c-galleries__media {
  padding-bottom: 150.3%;
  height: 0;
  overflow: hidden;
  border-radius: .25rem;
}
.s-galleries .c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-galleries .c-galleries--grid .c-galleries__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 24px;
  z-index: 2;
}
.s-galleries .c-galleries--grid .c-galleries__details-top {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.s-galleries .c-galleries--grid .c-galleries__divider {
  padding: 0 4px;
}
.s-galleries .c-galleries--grid .c-galleries__title {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
}
.s-galleries .c-galleries--grid .c-galleries__link {
  padding-top: 12px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  opacity: 0;
  z-index: 2;
}
.s-galleries .c-galleries--grid .c-galleries__link a {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
  padding: 12px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.25rem;
  transition: .25s;
}
.s-galleries .c-galleries--grid .c-galleries__link a:hover {
  background-color: white;
  color: #041e42;
}
@media screen and (max-width: 1024px) {
  .s-galleries .c-galleries__filter {
    padding-right: 0;
  }
  .s-galleries .c-galleries--grid .c-galleries__list {
    padding-bottom: 24px;
  }
  .s-galleries .c-galleries--grid .c-galleries__item:hover .c-galleries__item-inner::before {
    opacity: 0.5;
  }
  .s-galleries .c-galleries--grid .c-galleries__item .c-galleries__link {
    opacity: 1;
  }
  .s-galleries .c-galleries--grid .c-galleries__item .c-galleries__details {
    top: 24px;
    bottom: initial;
  }
}
@media screen and (max-width: 640px) {
  .s-galleries {
    padding: 24px 0;
  }
  .s-galleries .c-galleries__filter {
    flex: 1 1 100%;
    padding: 0;
    margin-top: 24px;
  }
  .s-galleries .c-galleries--grid .c-galleries__item {
    flex: 1 1 100%;
  }
  .s-galleries .c-galleries--grid .c-galleries__item:last-child {
    padding-top: 24px;
  }
}
/** ========== PROMO ========== **/

.s-promo .slick-dots {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 60px 0;
}
.s-promo .slick-dots li {
  width: 110px;
  height: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 6px;
}
.s-promo .slick-dots li button {
  font-size: 0;
  background-color: #ededed;
  color: black;
  width: 110px;
  height: 5px;
  padding: 0;
  transition: .25s;
}
.s-promo .slick-dots li.slick-active button,
.s-promo .slick-dots li:hover button {
  background-color: #041e42;
  color: white;
}
.s-promo .slick-pause-play {
  font-size: 0px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: none;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #041e42;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(calc(-50% - 420px));
  transition: .25s;
}
.s-promo .slick-pause-play::before {
  font-size: 18px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #041e42;
  transition: .25s;
}
.s-promo .slick-pause-play:hover {
  background-color: #041e42;
  transition: .25s;
}
.s-promo .slick-pause-play:hover::before {
  color: white;
}
.s-promo .slick-pause::before {
  content: '\e201';
}
.s-promo .slick-play::before {
  content: '\e050';
}
.s-promo__cs {
  position: absolute;
  bottom: 38px;
  right: 24px;
}
.s-promo .ads-container {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: .25rem;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .s-promo .slick-dots li {
    width: 50px;
  }
  .s-promo .slick-dots li button {
    width: 50px;
  }
  .s-promo .slick-pause-play {
    transform: translateX(calc(-50% - 216px));
  }
}
@media screen and (max-width: 800px) {
  .s-promo__inner {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  }
  .s-promo .slick-dots {
    padding: 32px 0 48px;
  }
  .s-promo .slick-pause-play {
    bottom: 40px;
  }
  .s-promo .ads-container {
    box-shadow: none;
  }
  .s-promo__cs {
    position: relative;
    bottom: initial;
    right: initial;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    background-color: white;
  }
}
@media screen and (max-width: 540px) {
  .s-promo .slick-dots li {
    width: 24px;
  }
  .s-promo .slick-dots li button {
    width: 24px;
  }
  .s-promo .slick-pause-play {
    transform: translateX(calc(-50% - 126px));
  }
}
/** ========== SPONSORS ========== **/

.s-sponsors {
  background-color: white;
  padding: 48px 0 24px;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  font-size: 0px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: none;
  background-color: #ededed;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  bottom: 0;
  transition: .25s;
}
.s-sponsors .slick-prev::before,
.s-sponsors .slick-next::before,
.s-sponsors .slick-pause-play::before {
  font-size: 18px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: .25s;
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover,
.s-sponsors .slick-pause-play:hover {
  background-color: #041e42;
  transition: .25s;
}
.s-sponsors .slick-prev:hover::before,
.s-sponsors .slick-next:hover::before,
.s-sponsors .slick-pause-play:hover::before {
  color: white;
}
.s-sponsors .slick-disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
}
.s-sponsors .slick-disabled::before,
.s-sponsors .slick-disabled::after {
  color: #5f666d;
}
.s-sponsors .slick-disabled:hover {
  background-color: lightgray;
  color: black;
}
.s-sponsors .slick-disabled:hover::before,
.s-sponsors .slick-disabled:hover::after {
  color: #5f666d;
}
.s-sponsors .slick-prev {
  position: relative;
  left: 50%;
  transform: translateX(calc(-50% - 48px));
}
.s-sponsors .slick-prev::before {
  content: '\e005';
}
.s-sponsors .slick-next {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 48px));
  bottom: 0;
}
.s-sponsors .slick-next::before {
  content: '\e006';
}
.s-sponsors .slick-pause {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.s-sponsors .slick-pause::before {
  content: '\e201';
}
.s-sponsors .slick-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.s-sponsors .slick-play::before {
  content: '\e050';
}
.s-sponsors .ads-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.s-sponsors .ads-container .slick-list {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-sponsors .ads-container .slick-prev,
.s-sponsors .ads-container .slick-next,
.s-sponsors .ads-container .slick-pause-play {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-sponsors .ads-container .slick-pause-play {
  order: 2;
}
.s-sponsors .ads-container .slick-next {
  order: 3;
}
.s-sponsors .ad {
  margin-bottom: 24px;
  padding: 0 12px;
}
.s-sponsors .ad img {
  margin: 0 auto;
}
/** ========== SEARCH ========== **/

.search-btn {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.search-btn search-component {
  width: 100%;
}
.search-btn .c-search--overlay {
  width: 100%;
  height: 100%;
}
.search-btn .c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.search-btn .c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 36px;
  color: white;
  transition: .25s;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search-btn .c-search--overlay .c-search__toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: .25s;
}
.search-btn .c-search--overlay .c-search__toggle i::before {
  margin: 0;
}
.search-btn .c-search--overlay .c-search__toggle:hover::after,
.search-btn .c-search--overlay .c-search__toggle.is-toggled::after {
  height: 2px;
}
@media screen and (max-width: 1024px) {
  .search-btn .c-search--overlay .c-search__toggle {
    height: 80px;
  }
}
.search-btn .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: 1000;
}
.search-btn .c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.search-btn .c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
  box-shadow: 0.5rem 0 5rem 2.5rem rgba(0, 0, 0, 0.5);
}
.search-btn .c-search--overlay .c-search__text-wrap {
  margin: 0 auto;
  max-width: 540px;
  height: 60px;
  background: white;
  overflow: hidden;
  opacity: 0;
  transform: translateY(48px);
  transition: .35s;
  transition-delay: .25s;
}
.search-btn .c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  display: block;
  flex: 1 1 auto;
  min-height: 1px;
  min-width: 1px;
  display: block;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.search-btn .c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.search-btn .c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.search-btn .c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.search-btn .c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.search-btn .c-search--overlay .c-search__text:focus {
  outline-offset: -5px !important;
}
.search-btn .c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  max-width: 120px;
  height: 60px;
  flex: 0 1 auto;
  display: block;
  background: #041e42;
  padding: 0 24px;
  border-left: 1px solid #041e42;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: .25s;
}
.search-btn .c-search--overlay .c-search__submit:hover {
  background-color: white;
  color: #041e42;
}
.search-btn .c-search--overlay .c-search__submit:focus {
  outline-offset: -5px !important;
}
.search-btn .c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
}
.search-btn .c-search--overlay .c-search__submit[disabled]:hover {
  background-color: #041e42;
  color: white;
}
.search-btn .c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: white;
  color: #041e42;
  transition: .25s;
  font-size: 20px;
}
.search-btn .c-search--overlay .c-search__close:hover {
  background: #041a36;
  color: white;
}
.search-btn .c-search--overlay .c-search__close:focus {
  outline-offset: -5px !important;
}
/** ========== MAIN FOOTER ========== **/

.main-footer {
  background-color: white;
  border-top: 1px solid #ededed;
}
.main-footer__top {
  display: flex;
  height: 180px;
  align-items: center;
}
.main-footer__top-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-footer__top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 33.3334%;
  height: 100%;
  z-index: 5;
  padding: 24px;
  text-decoration: none;
}
.main-footer__top-logo img {
  height: 95px;
}
.main-footer__top-logo:nth-child(2) {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.main-footer__bottom {
  background-color: white;
  border-top: 1px solid #ededed;
}
@media screen and (max-width: 1024px) {
  .main-footer__top {
    height: initial;
  }
  .main-footer__top-row.row.pad {
    padding: 0;
  }
  .main-footer__top-logo {
    flex: 1 1 100%;
    height: 200px;
  }
  .main-footer__top-logo:nth-child(2) {
    border-right: none;
    border-left: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
}
/** ========== DFP ADS ========== **/

.dfp {
  padding: 48px 0;
}
.dfp.top {
  padding: 24px 0;
}
.dfp .sidearm-dfp-ad {
  margin: 0 auto;
}
.dfp .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .dfp {
    padding: 24px 0;
  }
}
.school-ad .ad {
  display: flex;
  justify-content: center;
}
