@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400&display=swap');
body {
  color: black;
  font: 14px/1.4 arial, sans-serif;
  margin: 0;
  padding: 0;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #00573f;
  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;
}
@font-face {
  font-family: Redzone;
  src: url('//fonts.sidearmsports.com/custom_fonts/uncc/vtfredzone-classic-webfont.woff2') format('woff2'), url('//fonts.sidearmsports.com/custom_fonts/uncc/vtfredzone-classic-webfont.woff') format('woff');
}
@font-face {
  font-family: 'RedzoneO';
  src: url('//fonts.sidearmsports.com/custom_fonts/uncc/vtfredzone-classicoblique-webfont.woff2') format('woff2'), url('//fonts.sidearmsports.com/custom_fonts/uncc/vtfredzone-classicoblique-webfont.woff') format('woff');
}
.row {
  max-width: 1440px;
}
.row.pad {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.accessible-hide,
.hide {
  background: black;
  color: white;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.c-scoreboard__postscore,
.c-scoreboard__prescore {
  color: white;
  font-family: "neusa-next-std";
  margin-top: 6px;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 24px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}
.sport .main-content-placeholder {
  margin-top: 140px;
}
.main-content-placeholder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.s-tablet {
  display: none;
}
.s-tablet__header {
  height: 90px;
  flex-shrink: 0;
}
.s-tablet__header > navigation-component,
.s-tablet__header > a,
.s-tablet__header > button {
  border: none;
  display: flex;
  color: white;
  text-decoration: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: inset -0.062rem 0 0 black;
  background-color: rgba(34, 34, 34, 0.95);
  padding-top: 5px;
}
.s-tablet__header > navigation-component > div,
.s-tablet__header > a > div,
.s-tablet__header > button > div {
  color: white;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.s-tablet__header > navigation-component i,
.s-tablet__header > a i,
.s-tablet__header > button i {
  font-size: 28px;
  color: white;
}
.s-tablet__schedule--dropdown {
  display: none;
  position: absolute;
  left: -9999px;
  background: #00573f;
}
.s-tablet__schedule--dropdown.active {
  height: calc(100vh - 170px);
  display: flex;
  left: auto;
  position: relative;
}
.s-tablet__schedule--dropdown .c-scoreboard--slider {
  flex: 1;
  overflow: auto;
}
.s-tablet__schedule--button .sf-close {
  display: none !important;
}
.s-tablet__schedule--button.active .sf-calendar-minimal {
  display: none;
}
.s-tablet__schedule--button.active i.sf-close {
  display: block !important;
}
.s-tablet__dropdown {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.s-tablet__dropdown.active {
  left: 0;
}
.s-tablet__dropdown .sidearm-navigation-badge {
  display: block;
  transform: none;
  margin: 5px auto 0 auto;
  background: #00573f !important;
  color: white !important;
}
.s-tablet__dropdown .c-navigation__level {
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-tablet__dropdown .c-navigation__item--level-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s-tablet__dropdown .c-navigation__url--level-1 {
  color: white;
  font-family: Redzone;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s-tablet__toggle {
  border: none;
  padding: 0;
  background: none;
}
.s-tablet__toggle.active:before {
  content: '\e077';
}
.s-tablet__toggle:before {
  content: '\e111';
  font-size: 24px;
  color: white;
  display: block;
  font-family: sidearm_font_v2;
}
.sidearm-ad .sidearm-dfp-ad {
  margin-left: auto;
  margin-right: auto;
  margin: 24px auto;
}
.s-promo-a .ads-container {
  padding-bottom: 48px;
}
.s-promo-a .slick-prev {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-a .slick-prev:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-a .slick-prev:before {
  content: '\e009';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-a .slick-next {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  right: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-a .slick-next:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-a .slick-next:before {
  content: '\e010';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-a .slick-pause-play {
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: white;
  border: none;
  bottom: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background-color: white;
  transition: .25s;
}
.s-promo-a .slick-pause-play:hover:before {
  background: #00573f;
  border-color: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-a .slick-pause-play:before {
  content: '\e200';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  font-family: sidearm_font_v2;
  width: 48px;
  height: 48px;
  background: white;
}
.s-promo-b--mobile {
  display: none;
}
.s-promo-b .ad {
  margin-top: 90px;
}
.s-promo-c .ads-container {
  margin-top: 24px;
  padding-bottom: 48px;
}
.s-promo-c .slick-prev {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-c .slick-prev:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-c .slick-prev:before {
  content: '\e009';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-c .slick-next {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  right: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-c .slick-next:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-c .slick-next:before {
  content: '\e010';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-c .slick-pause-play {
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: white;
  border: none;
  bottom: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background-color: white;
  transition: .25s;
}
.s-promo-c .slick-pause-play:hover:before {
  background: #00573f;
  border-color: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-c .slick-pause-play:before {
  content: '\e200';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  font-family: sidearm_font_v2;
  width: 48px;
  height: 48px;
  background: white;
}
.s-promo-d .ads-container {
  margin-top: 24px;
  padding-bottom: 48px;
}
.s-promo-d .slick-prev {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-d .slick-prev:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-d .slick-prev:before {
  content: '\e009';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-d .slick-next {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: 0;
  right: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-d .slick-next:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-d .slick-next:before {
  content: '\e010';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-d .slick-pause-play {
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: white;
  border: none;
  bottom: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background-color: white;
  transition: .25s;
}
.s-promo-d .slick-pause-play:hover:before {
  background: #00573f;
  border-color: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-d .slick-pause-play:before {
  content: '\e200';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  font-family: sidearm_font_v2;
  width: 48px;
  height: 48px;
  background: white;
}
.s-promo-e {
  margin: 24px 0;
}
.s-promo-e .slick-list {
  max-width: 768px;
  margin: 0 auto;
}
.s-promo-e .slick-prev {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: -48px;
  left: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-e .slick-prev:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-e .slick-prev:before {
  content: '\e009';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-e .slick-next {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: -48px;
  right: 0;
  background-color: white;
  transition: .25s;
}
.s-promo-e .slick-next:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-e .slick-next:before {
  content: '\e010';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-promo-e .slick-pause-play {
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: white;
  border: none;
  bottom: -48px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background-color: white;
  transition: .25s;
}
.s-promo-e .slick-pause-play:hover:before {
  background: #00573f;
  border-color: #00573f;
  color: white;
  transition: .25s;
}
.s-promo-e .slick-pause-play:before {
  content: '\e200';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  font-family: sidearm_font_v2;
  width: 48px;
  height: 48px;
  background: white;
}
.main-footer--bottom {
  background: white;
  color: black;
  font-family: "neusa-next-std";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.main-footer--top {
  background: #00573f;
}
.main-footer--top .row {
  max-width: 1416px;
}
.main-footer--top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.main-footer--top ul li {
  box-shadow: 0.063rem 0 0 rgba(34, 34, 34, 0.24), -0.062rem 0 0 rgba(34, 34, 34, 0.24);
  background-color: #00573f;
  flex: 1;
  padding: 24px 12px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer--top ul li > div {
  color: white;
  font-family: "neusa-next-std";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.313rem;
  text-transform: uppercase;
  text-align: center;
}
.main-footer--top ul li > div > div:last-child {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.s-index__flex {
  display: flex;
}
.s-index__wrapper {
  background: white;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/image_bg_cityline_desktop.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
.s-index__wrapper-inside {
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
.s-index__wrapper-inside .row {
  max-width: 1464px;
  padding: 0 12px;
}
.s-index__wrapper-bottom {
  background: white;
}
.s-index__left {
  flex: 0 1 1044px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.s-index__right {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  max-width: 348px;
  flex: 0 0 348px;
  margin: 0 12px;
}
.s-header {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 12px;
}
.s-header .ad {
  margin: 0 24px;
}
.s-header h2 {
  margin: 0;
  color: #222222;
  font-family: Redzone;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.062rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
.s-header:hover:after {
  width: 250px;
  transition: .25s;
}
.s-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  width: 60px;
  z-index: 2;
  background: #a89968;
}
.s-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  transition: .25s;
  width: 327px;
  background: #00573f;
  z-index: 1;
}
.s-header > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}
.s-header > ul li {
  margin-left: 24px;
}
.s-header > ul li:first-child a {
  margin-left: 0;
}
.s-header > ul li a {
  display: flex;
  height: 48px;
  text-decoration: none;
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.s-header > ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db, inset 0.063rem 0.063rem 0 #d9d9db;
  background-color: white;
  transition: .25s;
}
.s-header > ul li a i {
  width: 48px;
  height: 48px;
  background: #00573f;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  color: white;
}
.s-header > ul li a i.sf-audio-double {
  font-size: 18px;
}
.s-header > ul li a:hover span {
  transition: .25s;
  background: #00573f;
  box-shadow: inset 0 -0.062rem 0 #00573f, inset 0.063rem 0.063rem 0 #00573f;
  color: white;
}
.showcase-play-button {
  transition: .25s;
  -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: 72px;
  height: 72px;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/btn_play-main.svg');
  background-size: contain;
}
.showcase-play-button:hover {
  width: 60px;
  height: 60px;
  transition: .25s;
}
.load-more__container .load-more__button {
  margin-top: 24px;
  height: 48px;
  width: 100%;
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.081rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: none;
  background-color: #a89968;
  transition: .25s;
}
.load-more__container .load-more__button:hover {
  transition: .25s;
  background: #00573f;
  color: white;
}
.tabs,
.tabs-mobile {
  flex: 1;
  margin-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tabs > header,
.tabs-mobile > header {
  flex-shrink: 0;
}
.tabs > header > ul,
.tabs-mobile > header > ul {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}
.tabs > header > ul > li,
.tabs-mobile > header > ul > li {
  display: flex;
  flex: 1;
}
.tabs > header > ul > li.ui-state-active > a,
.tabs-mobile > header > ul > li.ui-state-active > a {
  border-top: 2px solid #00573f;
  box-shadow: inset 0.063rem 0.063rem 0 #d9d9db, inset -0.062rem 0 0 #d9d9db;
  background-color: white;
}
.tabs > header > ul > li > a,
.tabs-mobile > header > ul > li > a {
  flex: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 64px;
  border-top: 2px solid white;
  color: black;
  font-family: "neusa-next-std";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.081rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.tabs .ui-tabs-panel,
.tabs-mobile .ui-tabs-panel {
  padding: 24px;
  background: #00573f;
  position: relative;
  top: auto;
  left: auto;
  flex: 1;
  display: block !important;
}
.tabs .ui-tabs-panel .s-header ads-component,
.tabs-mobile .ui-tabs-panel .s-header ads-component {
  margin-left: auto;
}
.tabs .ui-tabs-panel .s-header ads-component .ad,
.tabs-mobile .ui-tabs-panel .s-header ads-component .ad {
  margin-right: 0;
}
.tabs .ui-tabs-panel .s-header h2,
.tabs-mobile .ui-tabs-panel .s-header h2 {
  color: white;
  font-weight: 400;
}
.tabs .ui-tabs-panel .s-header:after,
.tabs-mobile .ui-tabs-panel .s-header:after {
  background: white;
  width: 100%;
}
.tabs .ui-tabs-panel[aria-hidden="true"],
.tabs-mobile .ui-tabs-panel[aria-hidden="true"] {
  display: block !important;
  position: absolute;
  left: -9999px;
}
.tabs-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tabs-mobile .ui-tabs-panel {
  display: flex !important;
  flex-direction: column;
}
.tabs-mobile .ui-tabs-panel events-component,
.tabs-mobile .ui-tabs-panel results-component {
  flex: 1;
  display: flex;
  position: relative;
}
.tabs-mobile .ui-tabs-panel events-component .c-scoreboard--slider,
.tabs-mobile .ui-tabs-panel results-component .c-scoreboard--slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.tabs-mobile .ui-tabs-panel .s-header:after {
  width: 327px;
}
.tabs-mobile > header {
  flex-shrink: 0;
}
.tabs-mobile > header > ul {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}
.tabs-mobile > header > ul > li {
  display: flex;
  flex: 1;
}
.tabs-mobile > header > ul > li.ui-state-active > a {
  border-top: 2px solid #a89968;
  color: #00573f;
  box-shadow: inset 0.063rem 0.063rem 0 #d9d9db, inset -0.062rem 0 0 #d9d9db;
  background-color: white;
  border-bottom: 1px solid white;
}
.tabs-mobile > header > ul > li > a {
  flex: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00573f;
  height: 64px;
  border-top: 2px solid #00573f;
  color: white;
  font-family: "neusa-next-std";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.081rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #00412f;
}
.s-stories {
  padding: 24px;
  background: white;
  border: 1px solid #d9d9db;
}
.c-stories--primary .c-stories__slider {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--primary .c-stories__item {
  position: relative;
}
.c-stories--primary .c-stories__sport {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-transform: uppercase;
}
.c-stories--primary .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-stories--primary .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.c-stories--primary .c-stories__details {
  padding: 24px  0;
}
.c-stories--primary .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--primary .c-stories__title {
  margin-top: 10px;
  padding-bottom: 4px;
  position: relative;
}
.c-stories--primary .c-stories__title:hover:after {
  width: 250px;
  transition: .25s;
}
.c-stories--primary .c-stories__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  width: 60px;
  z-index: 2;
  background: #a89968;
}
.c-stories--primary .c-stories__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  transition: .25s;
  width: 327px;
  background: #00573f;
  z-index: 1;
}
.c-stories--primary .c-stories__url {
  color: #222222;
  font-family: Redzone;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.062rem;
  line-height: 3.75rem;
  transition: .24s;
}
.c-stories--primary .c-stories__url:hover,
.c-stories--primary .c-stories__url:focus,
.c-stories--primary .c-stories__url.sidearm-hover {
  color: #00573f;
  transition: .24s;
}
.c-stories--primary .c-stories__list-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories__list-container {
  margin: 0 -12px;
}
.c-stories__list-container .c-stories__item {
  padding: 0 12px;
  flex: 1;
}
.c-stories__list-container .c-stories__item .showcase-play-button {
  width: 48px;
  height: 48px;
}
.c-stories__list-container .c-stories__item .showcase-play-button:hover {
  width: 32px;
  height: 32px;
}
.c-stories__list-container .c-stories__details {
  padding: 12px 0;
}
.c-stories__list-container .c-stories__sport {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}
.c-stories__list-container .c-stories__url {
  text-decoration: none;
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.c-stories__list-container .c-stories__url:hover {
  text-decoration: underline;
}
.c-events__nodata {
  padding: 24px;
  color: white;
  font-family: "neusa-next-std";
  text-align: center;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__item {
  overflow: hidden;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.c-scoreboard--slider .c-scoreboard__top {
  margin-bottom: 12px;
}
.c-scoreboard--slider .c-scoreboard__date {
  color: white;
  font-family: "neusa-next-std";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.c-scoreboard--slider .c-scoreboard__middle {
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__teams {
  padding: 0 0 0 12px;
  flex: 1;
}
.c-scoreboard--slider .c-scoreboard__team {
  color: white;
  font-family: Redzone;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.c-scoreboard--slider .c-scoreboard__team--away {
  color: white;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__team-logo-container {
  width: 48px;
  height: 48px;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  flex: 1;
}
.c-scoreboard--slider .c-scoreboard__team-score {
  color: white;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00573f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
  transform: translateY(100%);
  z-index: 2;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  transition: .25s;
  transform: translateY(0);
}
.c-scoreboard--slider .c-scoreboard__media-link {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 12px;
}
.c-scoreboard--slider .c-scoreboard__media-link .sf-audio-double {
  font-size: 16px;
}
.c-scoreboard--slider .c-scoreboard__media-link:hover,
.c-scoreboard--slider .c-scoreboard__media-link:focus,
.c-scoreboard--slider .c-scoreboard__media-link.sidearm-hover {
  background: #a89968;
  color: black;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  padding: 0;
  position: absolute;
  top: 12px;
  z-index: 4;
  right: 0;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__toggle span:before {
  margin: 0;
}
.c-scoreboard--slider .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__toggle:focus,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover {
  color: #f2f2f2;
}
.s-navigation {
  height: 80px;
  width: 100%;
  background-color: #00573f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.s-navigation__ad {
  padding: 24px;
}
.s-navigation__icons {
  color: white;
}
.s-navigation__icons .ads-container {
  display: flex;
  align-items: center;
}
.s-navigation__icons .ad {
  padding: 0 12px;
}
.s-navigation__icons a {
  font-size: 24px;
  color: white;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-navigation__icons a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0px solid transparent;
  transition: .25s;
}
.s-navigation__icons a:hover:before {
  transition: .25s;
  border-bottom: 9px solid white;
}
.s-navigation__icons .sidearm-icon:before {
  margin: 0;
}
.s-navigation__icons .icons-ad__label {
  position: absolute;
  left: -9999px;
}
.s-navigation__logo {
  margin-left: 60px;
}
.c-navigation--main ul {
  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;
  color: white;
  font-size: 25px;
  display: block;
  margin: 0 0 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad {
  margin: 0 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 {
  display: flex;
  align-items: center;
  height: 80px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:last-child:after {
  content: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '';
  margin: 0 30px;
  width: 2px;
  height: 1.125rem;
  transform: rotate(24deg);
  background-color: white;
}
.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 {
  border-bottom: 9px solid white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  color: white;
  font-family: Redzone;
  padding-top: 3px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: nowrap;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0px solid transparent;
  transition: .25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  background: white;
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
}
.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 {
  padding: 24px 0;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  margin: 0 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  padding: 7px 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: .25s;
}
.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: #00573f;
  transition: .25s;
}
.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__separator {
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  margin: 0 8px;
  color: white;
  font-family: "Neusa Next Std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-left: 0;
  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__social {
  width: 18px;
  font-size: 18px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram {
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 18px;
}
.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 {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main.c-navigation--mobile .sidearm-navigation-badge {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-search__mobile {
  background-color: whitesmoke;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  position: relative;
}
.c-navigation--main.c-navigation--mobile .c-search__mobile fieldset {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.c-navigation--main.c-navigation--mobile .c-search__mobile input {
  border: none;
  background: none;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 60px;
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.c-navigation--main.c-navigation--mobile .c-search__mobile button {
  height: 60px;
  width: 60px;
  color: black;
  font-size: 24px;
  background: none;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas--icons a {
  text-decoration: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas--icons a .sidearm-icon {
  font-style: normal;
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: white;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
  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__offcanvas--icons a .sidearm-icon:before {
  order: 2;
  -webkit-order: 2;
  margin: 0;
  font-size: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas--icons a .icons-ad__label {
  background: black;
  color: white;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.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: 20px;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: white;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  position: relative;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: #f7f7f7;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: #a89968;
  left: 0;
  position: absolute;
  top: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
  padding: 19px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: #f7f7f7;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.sport-navigation {
  background-color: white;
  height: 60px;
  position: fixed;
  top: 80px;
  padding: 0 0 0 12px;
  left: 0;
  width: 100%;
  z-index: 8999;
  box-shadow: 0 0 0.063rem rgba(0, 0, 0, 0.04), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.04), 0 1rem 1.5rem rgba(0, 0, 0, 0.06);
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__ad .ad {
  margin: 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child {
  padding-right: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child:after {
  content: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '';
  margin: 0 30px;
  width: 1px;
  height: 1.125rem;
  transform: rotate(24deg);
  background-color: #00573f;
}
.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;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport:after {
  content: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: #00573f;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  background: white;
  width: 250px;
  max-height: 600px;
  overflow: auto;
  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 {
  padding: 12px 24px;
  text-align: right;
  border-bottom: 1px solid #f2f2f2;
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  transition: .25s;
  line-height: 1.313rem;
}
.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 {
  transition: .25s;
  background: #00573f;
  color: white;
  border-bottom: 1px solid #003e2d;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  margin-right: 24px;
  color: #00573f;
  text-decoration: none;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
}
.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--icons a {
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas--icons a .sidearm-icon {
  font-style: normal;
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: white;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
  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__offcanvas--icons a .sidearm-icon:before {
  order: 2;
  -webkit-order: 2;
  font-size: 24px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 140px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1:first-child {
  border-top: 1px solid #d9d9db;
}
.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;
  font-size: 20px;
  content: '\e012';
  margin-left: 12px;
  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;
  display: block;
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: white;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  position: relative;
  color: #222222;
  font-family: Redzone;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
  padding: 16px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: #f7f7f7;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: #a89968;
  left: 0;
  position: absolute;
  top: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  color: #222222;
  font-family: "neusa-next-std";
  text-decoration: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
  padding: 19px 24px;
  box-shadow: inset 0 -0.062rem 0 #d9d9db;
  background-color: #f7f7f7;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-search--popout {
  position: relative;
  width: 215px;
  height: 80px;
  margin-left: 37px;
  display: flex;
  font-size: 24px;
  align-items: center;
  padding: 0 24px;
  color: white;
  background-color: rgba(34, 34, 34, 0.24);
}
.c-search--popout:before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: white;
  transform: skew(-25deg);
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 17px;
}
.c-search--popout:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  right: 100%;
  height: 0;
  border-bottom: 80px solid rgba(34, 34, 34, 0.24);
  border-left: 37px solid transparent;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search--popout .c-search__toggle:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0px solid transparent;
  transition: .25s;
}
.c-search--popout .c-search__toggle:hover:before {
  transition: .25s;
  border-bottom: 9px solid white;
}
.c-search--popout .c-search__toggle.is-toggled:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 9px solid #00573f;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  width: 252px;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  flex: 1;
  display: flex;
  height: 40px;
  background: #00573f;
  line-height: 20px;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  font-size: 16px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-family: Redzone;
  color: white;
  padding: 10px 24px;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--popout .c-search__submit {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00573f;
  font-size: 16px;
  font-family: Redzone;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
}
.s-videos {
  background: white;
  border: 1px solid #d9d9db;
  padding: 24px;
  margin-top: 24px;
}
.s-videos__link {
  margin-top: 24px;
  height: 48px;
  background-color: #a89968;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222 !important;
  font-family: "neusa-next-std";
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.081rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: .25s;
}
.s-videos__link:hover {
  transition: .25s;
  background: white;
  color: #00573f !important;
}
.s-videos .slick-prev,
.s-videos .slick-next {
  position: absolute;
  bottom: 1px;
  z-index: 3;
  width: 50%;
  height: 48px;
  border: none;
  background: none;
  padding: 0;
  overflow: hidden;
  transition: .25s;
}
.s-videos .slick-prev:hover:before,
.s-videos .slick-next:hover:before {
  transition: .25s;
  background: #00573f;
  border-color: #00573f;
  color: white;
}
.s-videos .slick-prev:before,
.s-videos .slick-next:before {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 100%;
  width: 100%;
  border: 0.063rem solid #d9d9db;
  background-color: white;
  font-family: sidearm_font_v2;
  z-index: 2;
}
.s-videos .slick-prev {
  left: 0;
}
.s-videos .slick-prev:before {
  content: '\e011';
}
.s-videos .slick-next {
  right: 0;
}
.s-videos .slick-next:before {
  border-left: 0;
  content: '\e012';
}
.c-videos--featured {
  margin-top: 24px;
}
.c-videos--featured .c-videos__featured {
  flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__featured .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: 72px;
  height: 72px;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/btn_play-main.svg');
  background-size: contain;
}
.c-videos--featured .c-videos__featured .c-videos__play-btn:hover {
  width: 60px;
  height: 60px;
  transition: .25s;
}
.c-videos--featured .c-videos__featured .c-videos__sport {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.325rem;
  text-transform: uppercase;
}
.c-videos--featured .c-videos__featured .c-videos__title {
  margin-top: 5px;
  color: #222222;
  font-family: Redzone;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.062rem;
  line-height: 2.5rem;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-details {
  padding: 24px 0;
}
.c-videos--featured .c-videos__list--container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
}
.c-videos--featured .c-videos__list--container .c-videos__list {
  padding-bottom: 48px;
}
.c-videos--featured .c-videos__list--container .c-videos__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 24px;
}
.c-videos--featured .c-videos__list--container .c-videos__item:hover .c-videos__play-btn {
  background: #a89968;
  transition: .25s;
}
.c-videos--featured .c-videos__list--container .c-videos__panel {
  border: none;
}
.c-videos--featured .c-videos__list--container .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  transition: .25s;
  align-items: center;
  z-index: 5;
  justify-content: center;
  font-size: 0;
  position: absolute;
  transform: none;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: #00573f;
  background-size: contain;
}
.c-videos--featured .c-videos__list--container .c-videos__play-btn:after {
  content: '';
  display: block;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/btn_play-thumbnail.svg');
  height: 24px;
  width: 24px;
}
.c-videos--featured .c-videos__list--container .c-videos__details {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 87, 63, 0) 0%, #00573f 100%);
  display: flex;
  align-items: flex-end;
  color: white;
  font-family: "neusa-next-std";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.313rem;
  padding: 12px;
  z-index: 3;
}
.c-videos--featured .c-videos__media-container {
  flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-videos--featured .c-videos-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-videos--mobile {
  margin-top: 24px;
}
.c-videos--mobile .c-videos__featured {
  flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--mobile .c-videos__featured .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: 72px;
  height: 72px;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/btn_play-main.svg');
  background-size: contain;
}
.c-videos--mobile .c-videos__featured .c-videos__play-btn:hover {
  width: 60px;
  height: 60px;
  transition: .25s;
}
.c-videos--mobile .c-videos__featured .c-videos__sport {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.325rem;
  text-transform: uppercase;
}
.c-videos--mobile .c-videos__featured .c-videos__title {
  margin-top: 5px;
  color: #222222;
  font-family: Redzone;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.062rem;
  line-height: 2.5rem;
}
.c-videos--mobile .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--mobile .c-videos__featured-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-videos--mobile .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--mobile .c-videos__featured-details {
  padding: 24px 0;
}
.c-videos--mobile .c-videos__list--container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--mobile .c-videos__list--container .c-videos__list {
  padding-bottom: 48px;
}
.c-videos--mobile .c-videos__list--container .c-videos__list .slick-list {
  margin: 0 -12px;
}
.c-videos--mobile .c-videos__list--container .c-videos__item {
  margin: 0 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 24px;
}
.c-videos--mobile .c-videos__list--container .c-videos__item:hover .c-videos__play-btn {
  background: #a89968;
  transition: .25s;
}
.c-videos--mobile .c-videos__list--container .c-videos__panel {
  border: none;
}
.c-videos--mobile .c-videos__list--container .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  transition: .25s;
  align-items: center;
  z-index: 5;
  justify-content: center;
  font-size: 0;
  position: absolute;
  transform: none;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #00573f;
  background-size: contain;
}
.c-videos--mobile .c-videos__list--container .c-videos__play-btn:after {
  content: '';
  display: block;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/btn_play-thumbnail.svg');
  height: 24px;
  width: 24px;
}
.c-videos--mobile .c-videos__list--container .c-videos__details {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 87, 63, 0) 0%, #00573f 100%);
  display: flex;
  align-items: flex-end;
  color: white;
  font-family: "neusa-next-std";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.313rem;
  padding: 12px;
  z-index: 3;
}
.c-videos--mobile .c-videos__media-container {
  flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--mobile .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-videos--mobile .c-videos-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-galleries {
  margin: 0 12px;
  margin-top: 24px;
  background: white;
  border: 1px solid #d9d9db;
  padding: 24px;
  padding-bottom: 96px;
}
.s-galleries .slick-prev {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: -72px;
  left: 0;
  background-color: white;
  transition: .25s;
}
.s-galleries .slick-prev:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-galleries .slick-prev:before {
  content: '\e009';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-galleries .slick-next {
  width: calc(50% - 24px);
  height: 48px;
  position: absolute;
  background: white;
  padding: 0;
  overflow: hidden;
  border: none;
  bottom: -72px;
  right: 0;
  background-color: white;
  transition: .25s;
}
.s-galleries .slick-next:hover:before {
  border-color: #00573f;
  background: #00573f;
  color: white;
  transition: .25s;
}
.s-galleries .slick-next:before {
  content: '\e010';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  font-family: sidearm_font_v2;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9db;
  background: white;
}
.s-galleries .slick-pause-play {
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: white;
  border: none;
  bottom: -72px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  background-color: white;
  transition: .25s;
}
.s-galleries .slick-pause-play:hover:before {
  background: #00573f;
  border-color: #00573f;
  color: white;
  transition: .25s;
}
.s-galleries .slick-pause-play:before {
  content: '\e200';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  font-family: sidearm_font_v2;
  width: 48px;
  height: 48px;
  background: white;
}
.c-galleries--slider {
  margin-top: 24px;
}
.c-galleries--slider .slick-list {
  margin: 0 -12px;
}
.c-galleries--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--slider .c-galleries__item {
  float: none;
  height: auto;
  padding: 0 12px;
}
.c-galleries--slider .c-galleries__media {
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.c-galleries--slider .c-galleries__picture img,
.c-galleries--slider .c-galleries__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-galleries--slider .c-galleries__details {
  padding: 12px 0;
}
.c-galleries--slider .c-galleries__title {
  color: #222222;
  font-family: "neusa-next-std";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.313rem;
  text-decoration: none;
}
.c-galleries--slider .c-galleries__sport {
  color: #00573f;
  font-family: "neusa-next-std";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}
.s-awards {
  overflow: hidden;
  position: relative;
}
.s-awards .row {
  max-width: 1416px;
}
.s-awards__bg {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  width: 100%;
}
.s-awards__ad {
  position: absolute;
  right: 12px;
  bottom: 24px;
  z-index: 3;
}
.c-awards--quote .c-awards__mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.c-awards--quote .c-awards__item {
  position: relative;
  color: white;
  font-family: "neusa-next-std";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.688rem;
}
.c-awards--quote .c-awards__name {
  text-align: center;
}
.c-awards--quote .c-awards__jersey {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Redzone;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.062rem;
  line-height: 3.75rem;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/quote-x-side-marks.svg");
}
.c-awards--quote .c-awards__first {
  color: white;
  font-family: "neusa-next-std";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.081rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.c-awards--quote .c-awards__last {
  color: white;
  font-family: Redzone;
  font-size: 4.875rem;
  font-weight: 700;
  letter-spacing: -0.062rem;
  line-height: 6.094rem;
  text-transform: uppercase;
}
.c-awards--quote .c-awards__media-container {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 4;
  height: 100%;
  width: 348px;
  margin-top: -12px;
  transition: 1s;
  left: 53.08474%;
}
.c-awards--quote .c-awards__divider {
  margin: 24px;
  flex-shrink: 0;
  width: 89px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/uncc.sidearmsports.com/images/responsive_2020/quote-marks.svg");
}
.c-awards--quote .c-awards__details {
  background-size: cover;
  background-color: #00573f;
  width: 67.79661%;
  padding: 60px 48px;
  padding-bottom: 18px;
  padding-right: 227px;
  min-height: 540px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.c-awards--quote .c-awards__highlight {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin-bottom: auto;
  text-align: center;
}
.c-awards--quote .c-awards__highlight p {
  margin: 3px 0;
  background-color: #00573f;
  color: white;
  display: inline-block;
  padding: 12px;
}
.c-awards--quote .c-awards__links {
  margin-top: auto;
}
.c-awards--quote .c-awards__links.mobile {
  display: none;
}
.c-awards--quote .c-awards__links-item:first-child a {
  color: black;
  background: #a89968;
}
.c-awards--quote .c-awards__links-item:first-child a:hover,
.c-awards--quote .c-awards__links-item:first-child a:focus,
.c-awards--quote .c-awards__links-item:first-child a.sidearm-hover {
  transition: .25s;
  background: #9c8d5a;
  color: white;
}
.c-awards--quote .c-awards__links-link {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 6px 12px;
  color: white;
  background: #00573f;
  font-family: "neusa-next-std";
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: .25s;
}
.c-awards--quote .c-awards__links-link:hover,
.c-awards--quote .c-awards__links-link:focus,
.c-awards--quote .c-awards__links-link.sidearm-hover {
  transition: .25s;
  background: #003e2d;
  color: white;
}
@media screen and (max-width: 1560px) {
  .s-navigation__logo {
    margin-left: 0;
  }
  .c-search--popout {
    width: 60px;
    padding: 0 0 0 6px;
  }
  .c-search--popout .c-search__toggle {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1341px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:after {
    margin: 0 20px;
  }
  .s-promo-d .ads-container {
    margin: 0;
  }
  .s-index__wrapper-bottom .s-promo-d .row.pad,
  .main-footer--top .s-promo-d .row.pad {
    padding-left: 0  !important;
    padding-right: 0 !important ;
  }
  .s-header > ul li a span {
    position: absolute;
    left: -9999px;
  }
  .s-header > ul li a:hover {
    background: #003e2d;
  }
  .s-videos .slick-prev:before {
    content: '\e009';
  }
  .s-videos .slick-next:before {
    content: '\e010';
  }
}
.sidearm-navigation-badge {
  width: 16px;
  height: 16px;
  color: black;
  font-family: "neusa-next-std";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.781rem;
  box-shadow: none !important;
  border: none !important;
  background: none;
  background-color: #a89968 !important;
}
@media screen and (max-width: 1210px) {
  .s-navigation__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-navigation__wrapper {
    flex: 0 0 auto !important;
  }
  .s-navigation__icons {
    display: none;
  }
  .s-tablet {
    display: block;
    margin-left: auto;
  }
  .s-navigation {
    padding-right: 24px;
  }
  .s-navigation > search-component {
    display: none;
  }
  .c-awards--quote .c-awards__media-container {
    left: 48%;
    transition: 1s;
  }
  .main-footer--top ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-footer--top ul li {
    flex: 0 1 50%;
    height: 200px;
    box-shadow: none;
  }
  .main-footer--top ul li:nth-child(odd) {
    border-right: 1px solid rgba(34, 34, 34, 0.24);
  }
  .main-footer--top ul li:nth-child(2) {
    padding: 24px;
  }
  .main-footer--top ul li:nth-child(3) {
    border-top: 1px solid rgba(34, 34, 34, 0.24);
  }
  .main-footer--top ul li:nth-child(4) {
    border-top: 1px solid rgba(34, 34, 34, 0.24);
  }
}
@media screen and (max-width: 1023px) {
  .c-awards--quote .c-awards__details {
    width: 100%;
    padding: 48px;
    background: none !important;
    padding-top: 137px;
    z-index: 3;
    min-height: 1px;
    position: relative;
    padding-bottom: 24px;
  }
  .c-awards--quote .c-awards__mobile {
    display: block;
    background-size: cover;
    background-position: top center;
  }
  .c-awards--quote .c-awards__item {
    display: block;
    background: #00573f;
  }
  .c-awards--quote .c-awards__last {
    font-family: Redzone;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.062rem;
    line-height: 3rem;
    text-transform: uppercase;
  }
  .c-awards--quote .c-awards__links.desktop {
    display: none;
  }
  .c-awards--quote .c-awards__links.mobile {
    bottom: 24px;
    padding: 0 24px;
    width: 100%;
    position: absolute;
    display: flex;
    z-index: 6;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-awards__ad {
    position: absolute;
    top: 24px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  .c-awards--quote .c-awards__media-container {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .s-galleries {
    margin: 24px 24px 0 24px;
  }
  .s-promo-b--mobile {
    display: block;
  }
  .s-index__flex {
    display: block;
  }
  .s-promo-c .slick-prev:before {
    border-left: none;
  }
  .s-promo-c .slick-next:before {
    border-right: none;
  }
  .s-promo-c {
    margin: 0 -24px;
  }
  .s-index__right {
    max-width: 100%;
    margin: 0;
  }
  .s-navigation {
    padding-right: 24px;
  }
  .s-index__wrapper-inside .row {
    padding: 0;
  }
  .s-index__left {
    margin: 0;
    padding: 0 24px;
  }
  .s-promo-b--mobile .ad {
    margin-top: 24px;
    text-align: center;
  }
  .s-promo-b--mobile .ad img {
    display: inline-block;
  }
  .s-promo-a .ad {
    margin-top: 24px;
    text-align: center;
  }
  .s-promo-a .ad img {
    display: inline-block;
  }
  .tabs {
    display: none;
  }
  .sport-navigation {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--primary .c-stories__url {
    color: #222222;
    font-family: Redzone;
    font-size: 2rem;
    font-weight: 400;
    display: block;
    letter-spacing: -0.062rem;
    line-height: 2.34rem;
    margin-bottom: 12px;
  }
  .s-promo-a .ad {
    margin-top: 0;
    text-align: center;
  }
  .s-promo-a .ad img {
    display: inline-block;
  }
  .s-promo-a .s-index__left {
    padding: 0;
  }
  .s-promo-b--mobile .ad {
    margin-top: 0;
    text-align: center;
  }
  .s-promo-b--mobile .ad img {
    display: inline-block;
  }
}
@media screen and (max-width: 539px) {
  .c-awards--quote .c-awards__details {
    padding: 24px;
    padding-top: 98px;
  }
  .c-awards--quote .c-awards__divider {
    width: 45px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .c-awards--quote .c-awards__media-container {
    padding: 0 24px;
  }
  .c-awards--quote .c-awards__jersey {
    width: 72px;
    height: 72px;
    background-size: contain;
    color: white;
    font-family: Redzone;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.062rem;
    line-height: 2.25rem;
  }
  .s-promo-c {
    margin: 0;
  }
  .s-videos__logo {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 16px;
  }
  .s-videos__logo:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 4px;
    width: 60px;
    z-index: 2;
    background: #a89968;
  }
  .s-videos__logo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 4px;
    transition: .25s;
    width: 100%;
    background: #00573f;
    z-index: 1;
  }
  .s-videos .s-header {
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 24px;
  }
  .s-videos .s-header .ad {
    margin: 0;
  }
  .s-videos .s-header:before {
    display: none;
  }
  .s-videos .s-header:after {
    display: none;
  }
  .c-stories--primary .c-stories__title:after {
    width: 100%;
  }
  .c-videos__featured-player-container {
    margin: 0 -24px;
  }
  .s-header:after {
    width: 100%;
  }
  .s-stories {
    border: none;
    padding-top: 0;
    box-shadow: inset 0 -0.062rem 0 #d9d9db;
  }
  .s-videos {
    border: none;
    margin-top: 0;
    box-shadow: inset 0 -0.062rem 0 #d9d9db;
  }
  .s-galleries {
    margin: 0;
    border: none;
    box-shadow: inset 0 -0.062rem 0 #d9d9db;
    background-color: white;
  }
  .s-index__left {
    padding: 0;
  }
  .main-footer--top ul li {
    width: 100%;
    flex: 1 1 100%;
    height: 200px;
    box-shadow: none !important;
    border-top: none !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.24) !important;
  }
  .main-footer--top ul li:nth-child(2) {
    height: auto;
  }
  .main-footer--top ul li:last-child {
    border-bottom: none !important;
  }
}
