@import url('https://fonts.googleapis.com/css?family=Orbitron:900|Work+Sans:400,700,800&display=swap');
/*** Colors ***/
/*** Mixins ***/
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #003057;
  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;
}
/*** Overall Styles ***/

body {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Work Sans', sans-serif;
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/columbusstate.sidearmsports.com/images/responsive_2018/site_bg.png');
  background-attachment: fixed;
}
a,
button {
  transition: all 0.3s ease-in-out 0s;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orbitron', sans-serif;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.show-on-mobile {
  display: none;
}
/*** Pulse Effect ***/

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*** Showcase Button ***/

.showcase-play-button {
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  height: 68px !important;
  width: 68px !important;
  border: none !important;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  z-index: 5;
  color: white;
  transition: all 0.2s ease-in-out 0s;
}
.showcase-play-button:after {
  content: "\e050";
  position: absolute;
  color: black;
  font-size: 36px;
  font-family: 'sidearm_font_v2';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: 68px;
  width: 68px;
  border-radius: 68px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-left: 4px;
}
.showcase-play-button:before {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  animation: pulse 2.2s ease infinite;
}
/*** Sidearm DFP Ads ***/

.content-ad {
  display: none;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad {
    display: block;
  }
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*** Perfect Scrollbar ***/

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background: #979797;
  z-index: 1;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #979797;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #979797;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 14px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #c8102e;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  background: #d8d8d8;
  width: 10px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #c8102e;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 0px;
  width: 10px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 10px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: white;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: white;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: white;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: white;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: white;
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: white;
}
/*** Headroom ***/

html.headroom--not-top .main-header__logo {
  top: 12px;
  left: 65px;
}
html.headroom--not-top .main-header__logo-main {
  display: none;
}
html.headroom--not-top .main-header__logo-scroll {
  display: block;
}
html.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-left: 0;
}
/*** Main Header ***/

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  z-index: 999;
  box-shadow: 0 0.438rem 0 rgba(0, 0, 0, 0.15);
}
.main-header__top .row {
  height: 48px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.main-header__top h1 {
  font-family: 'Work Sans', sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 400;
}
.main-header__top h1 span.hide-on-tablet {
  margin-right: 10px;
}
.main-header__top .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 56px;
}
.main-header__top .ads-container .ad {
  margin: 0 4px;
}
.main-header__top .ads-container .ad a {
  font-size: 18px;
  color: #c8102e;
  text-decoration: none;
}
.main-header__top .ads-container .ad a:hover {
  color: black;
}
.main-header__top .ads-container .ad span {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.main-header__logo {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 13;
}
.main-header__logo-main {
  display: block;
  max-width: 160px;
}
.main-header__logo-scroll {
  display: none;
}
.main-header__nav {
  background-color: #c8102e;
}
.main-header__nav-sport {
  background-color: #003057;
}
/*** Main Navigation ***/

.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 21px;
  width: 61px;
  height: 64px;
  border-left: 1px solid #b40e29;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #c8102e 50%, white 50%);
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  background-position: 0 -100%;
  color: #c8102e;
}
.c-navigation--main .c-navigation--desktop {
  padding-left: 195px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background-position: 0 -100%;
  color: #c8102e;
}
.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 {
  height: 8px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after {
  transform: rotate(180deg);
}
.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 {
  left: 0;
  opacity: 1;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1 {
  height: 64px;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 18px;
  position: relative;
  cursor: default;
  font-weight: 700;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #c8102e 50%, white 50%);
  padding: 0 12px;
  border-left: 1px solid #b40e29;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 112px;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 12;
  max-height: calc(100vh - 112px);
  overflow: auto;
  background-color: whitesmoke;
  padding: 24px 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0 !important;
  opacity: 1 !important;
  transition: 0s;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1178px;
  margin: 0 auto;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:first-child {
  margin-left: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:last-child {
  margin-right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column .c-navigation__separator:first-child {
  margin-top: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px 24px;
  border-bottom: 1px solid #d9d9db;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: #003057;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator {
  font-size: 16px;
  color: #003057;
  border-bottom: none;
  padding-top: 0;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:hover {
  background-color: transparent;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:last-of-type {
  margin-top: 24px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2 {
  font-size: 16px;
  font-weight: 700;
  color: #003057;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news {
  font-weight: 400;
  margin: 0 6px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
}
.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: 30px;
}
.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--mobile__offcanvas {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 999999;
}
.c-navigation--main .c-navigation--mobile__offcanvas.is-open {
  max-height: calc(100vh - 112px);
  overflow: auto;
}
.c-navigation--main .c-navigation--mobile__offcanvas-inner {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  margin-left: 200px;
  margin-right: 84px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.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: 21px;
  content: '\e008';
  margin-left: 10px;
  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__item--level-1:first-child .c-navigation__url--level-1 {
  border-top: 1px solid #b40e29;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
  padding: 12px 18px 12px 24px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  color: white;
  border-bottom: 1px solid #b40e29;
  background-color: #c8102e;
  font-weight: 700;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: white;
  color: #003057;
}
.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: 2000px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__separator {
  font-size: 16px;
  padding: 12px 24px;
  background-color: #f7f7f7;
  color: #003057;
  border-bottom: 1px solid #d9d9db;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-2 {
  font-size: 16px;
  padding: 12px 24px;
  background-color: #f7f7f7;
  color: #003057;
  border-bottom: 1px solid #d9d9db;
  font-weight: 700;
}
/*** Mobile Social ***/

.c-social__mobile {
  background-color: white;
  padding: 12px 0;
  display: none;
  border-bottom: 1px solid #c8102e;
}
.c-social__mobile .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-social__mobile .ads-container .ad a {
  text-decoration: none;
  font-size: 16px;
  margin: 0 6px;
}
.c-social__mobile .ads-container .ad a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/*** Sport Navigation ***/

.c-navigation--sport ul {
  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__item--level-1 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '/';
  margin: 0 12px;
  color: white;
  font-size: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1: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 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  margin-left: 145px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  background-color: whitesmoke;
  min-width: 400px;
  padding: 12px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.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 {
  color: #003057;
  padding: 12px 24px;
  border-bottom: 1px solid #d9d9db;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background-color: #003057;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  height: 60px;
  color: white;
  font-size: 18px;
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  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;
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 172px);
  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';
  font-size: 21px;
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  padding: 12px 18px 12px 24px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  color: white;
  border-bottom: 1px solid #b40e29;
  background-color: #c8102e;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: white;
  color: #003057;
}
.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: 2000px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 24px;
  background-color: #f7f7f7;
  color: #003057;
  border-bottom: 1px solid #d9d9db;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 24px;
  background-color: #f7f7f7;
  color: #003057;
  border-bottom: 1px solid #d9d9db;
  font-weight: 700;
}
/*** Search ***/

.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 61px;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-size: 21px;
  border-right: 1px solid #b40e29;
  border-left: 1px solid #b40e29;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #c8102e 50%, white 50%);
}
.c-search--popout .c-search__toggle:hover,
.c-search--popout .c-search__toggle.is-toggled {
  background-position: 0 -100%;
  color: #c8102e;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 400px;
  height: 60px;
  background: #c8102e;
  border-top: 1px solid #b40e29;
  line-height: 36px;
  padding: 10px 24px;
  z-index: 2;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 1px;
  opacity: 1;
}
.c-search--popout .c-search__submit {
  width: 60px;
  position: absolute;
  right: 0px;
  top: -1px;
  height: 60px;
  background-color: #6b1e29;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.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;
}
/*** Main Content Placeholder ***/

.main-content-placeholder {
  margin-top: 112px;
}
/*** Sport Main Content Placeholder ***/

html.sport .main-content-placeholder {
  margin-top: 172px;
}
/*** Secondary Main Content Placeholder ***/

html:not(.index) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid #979797;
  margin-top: 136px;
}
html:not(.index).sport .main-content-placeholder {
  margin-top: 196px;
}
/*** Stories ***/

.s-stories .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-stories .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-stories .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-stories .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #003057;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-stories .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-stories__wrap {
  border: 1px solid #979797;
  border-top: 0;
  padding: 24px;
  position: relative;
  background-color: white;
}
.s-stories .c-stories--featured .video-is-playing .showcase-modal,
.s-stories .c-stories--list .video-is-playing .showcase-modal {
  left: 0 !important;
}
.s-stories .c-stories--featured .c-stories__item,
.s-stories .c-stories--list .c-stories__item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background-color: black;
}
.s-stories .c-stories--featured .c-stories__media-container,
.s-stories .c-stories--list .c-stories__media-container {
  background-color: black;
}
.s-stories .c-stories--featured .c-stories__media,
.s-stories .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background-color: black;
}
.s-stories .c-stories--featured .c-stories__media:after,
.s-stories .c-stories--list .c-stories__media:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.s-stories .c-stories--featured .c-stories__image,
.s-stories .c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.s-stories .c-stories--featured .c-stories__details,
.s-stories .c-stories--list .c-stories__details {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 24px;
  color: white;
  z-index: 2;
}
.s-stories .c-stories--featured .c-stories__title,
.s-stories .c-stories--list .c-stories__title {
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 12px;
  color: white;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
.s-stories .c-stories--featured .c-stories__title:hover,
.s-stories .c-stories--list .c-stories__title:hover {
  text-decoration: underline;
}
.s-stories .c-stories--featured .c-stories__sport,
.s-stories .c-stories--list .c-stories__sport,
.s-stories .c-stories--featured .c-stories__date,
.s-stories .c-stories--list .c-stories__date {
  font-size: 16px;
}
.s-stories .c-stories--featured .c-stories__sport,
.s-stories .c-stories--list .c-stories__sport {
  font-weight: 800;
}
.s-stories .c-stories--featured iframe,
.s-stories .c-stories--list iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.s-stories .c-stories--featured .c-stories__featured {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories .c-stories--featured .c-stories__featured .c-stories__title {
  font-size: 24px;
  line-height: 36px;
}
.s-stories .c-stories--featured .c-stories__side {
  flex: 0 0 calc(33.333% - 12px);
  -webkit-flex: 0 0 calc(33.333% - 12px);
  min-width: 1px;
  min-height: 1px;
  margin-left: 12px;
  width: calc(33.333% - 12px);
}
.s-stories .c-stories--featured .c-stories__side .c-stories__item:first-child {
  margin-bottom: 12px;
}
.s-stories .c-stories--featured .c-stories__side .showcase-play-button {
  top: 6px;
  right: 6px;
  left: auto;
  transform: none;
  width: 40px !important;
  height: 40px !important;
}
.s-stories .c-stories--featured .c-stories__side .showcase-play-button:before {
  display: none;
}
.s-stories .c-stories--featured .c-stories__side .showcase-play-button:after {
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.s-stories .c-stories--list .showcase-play-button {
  top: 6px;
  right: 6px;
  left: auto;
  transform: none;
  width: 40px !important;
  height: 40px !important;
}
.s-stories .c-stories--list .showcase-play-button:before {
  display: none;
}
.s-stories .c-stories--list .showcase-play-button:after {
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.s-stories .c-stories--list .c-stories__item-wrap {
  flex: 0 1 33.333%;
  -webkit-flex: 0 1 33.333%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin-top: 12px;
}
.s-stories .c-stories--list .c-stories__item-wrap:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 11;
}
.s-stories .c-stories--list .c-stories__item-wrap:nth-child(3n+1):before {
  width: 6px;
  right: 0;
}
.s-stories .c-stories--list .c-stories__item-wrap:nth-child(3n+1) .showcase-play-button {
  right: 12px;
}
.s-stories .c-stories--list .c-stories__item-wrap:nth-child(3n+2):before {
  width: 6px;
  left: 0;
}
.s-stories .c-stories--list .c-stories__item-wrap:nth-child(3n):before {
  width: 12px;
  left: 0;
}
.s-stories .load-more__button {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 143px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #979797;
  border-bottom: 2px solid #c8102e;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  color: #003057;
  text-transform: uppercase;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, #c8102e 50%);
  z-index: 9;
}
.s-stories .load-more__button:hover {
  background-position: 0 100%;
  color: white;
}
/*** Schedule ***/

.s-schedule {
  margin-top: 36px;
  text-align: center;
}
.s-schedule h2 {
  margin: 0 auto 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #c8102e;
}
.s-schedule__wrap {
  border: 1px solid #979797;
  padding: 24px;
  background-color: white;
}
.s-schedule__nav,
.s-schedule__composite {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
.s-schedule__nav li {
  margin-right: 24px;
}
.s-schedule__nav li a {
  color: #003057;
  text-decoration: none;
}
.s-schedule__nav li a:hover {
  color: #c8102e;
}
.s-schedule__nav li.ui-state-active a {
  color: #c8102e;
}
.s-schedule__composite {
  color: #003057 !important;
  text-decoration: none;
}
.s-schedule__composite:hover {
  color: #c8102e !important;
}
.s-schedule #schedule__tab[aria-hidden="true"],
.s-schedule #results__tab[aria-hidden="true"] {
  display: block !important;
  position: relative;
  left: -99999px;
  width: 100%;
  height: 0;
}
.s-schedule__top {
  border-bottom: 1px solid #c8102e;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.s-schedule .slick-slide img {
  margin: 0 auto;
}
.s-schedule .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-schedule .slick-list {
  margin: 0 -6px;
}
.s-schedule .slick-prev,
.s-schedule .slick-next {
  background-color: transparent;
  border: 0 none;
  font-size: 0px;
  margin-top: 24px;
  padding: 0;
}
.s-schedule .slick-prev:hover,
.s-schedule .slick-next:hover,
.s-schedule .slick-prev:focus,
.s-schedule .slick-next:focus {
  text-decoration: none;
}
.s-schedule .slick-prev:hover:after,
.s-schedule .slick-next:hover:after,
.s-schedule .slick-prev:focus:after,
.s-schedule .slick-next:focus:after {
  text-decoration: none;
  color: #c8102e;
}
.s-schedule .slick-prev:after,
.s-schedule .slick-next:after {
  font-size: 38px;
  font-family: 'sidearm_font_v2';
  color: #003057;
}
.s-schedule .slick-prev:after {
  content: "\e005";
}
.s-schedule .slick-next:after {
  content: "\e006";
}
.s-schedule .slick-disabled {
  pointer-events: none;
}
.s-schedule .slick-disabled:after {
  color: #979797;
}
.s-schedule .c-scoreboard__header {
  background-color: #c8102e;
  color: white;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
  padding: 0 0 0 12px;
}
.s-schedule .c-scoreboard__sport {
  font-weight: 800;
}
.s-schedule .c-scoreboard__separator {
  margin: 0 8px;
}
.s-schedule .c-scoreboard__toggle {
  margin-left: auto;
  background-color: transparent;
  color: white;
  border: none;
  position: relative;
  z-index: 6;
  font-size: 20px;
  width: 48px;
  height: 48px;
}
.s-schedule .c-scoreboard__toggle i {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule .c-scoreboard__toggle.is-toggled i {
  transform: rotate(45deg);
}
.s-schedule .c-scoreboard__item {
  background-color: white;
  margin: 0 6px;
  position: relative;
}
.s-schedule .c-scoreboard__item.is-open .c-scoreboard__links {
  top: 0;
}
.s-schedule .c-scoreboard__body {
  border: 1px solid #979797;
}
.s-schedule .c-scoreboard__logo-wrap {
  flex: 0 0 50%;
  height: 104px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #979797;
}
.s-schedule .c-scoreboard__logo-wrap:first-child {
  border-right: 1px solid #979797;
}
.s-schedule .c-scoreboard__logo {
  width: 82px;
}
.s-schedule .c-scoreboard__logo-default {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.s-schedule .c-scoreboard__game-info,
.s-schedule .c-scoreboard__score {
  height: 93px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #003057;
}
.s-schedule .c-scoreboard__game-info {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-schedule .c-scoreboard__result {
  margin-right: 4px;
}
.s-schedule .c-scoreboard__links {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c8102e;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule .c-scoreboard__media {
  font-size: 14px;
}
.s-schedule .c-scoreboard__media-item {
  margin: 6px 0;
}
.s-schedule .c-scoreboard__media-link {
  color: white;
  margin: 0 6px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.s-schedule .c-scoreboard__media-link i {
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}
.s-schedule .c-scoreboard__media-link:hover i {
  transform: translateX(-2px);
}
/*** Videos ***/

.s-videos {
  margin-top: 36px;
}
.s-videos h2 {
  margin: 0 auto 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #c8102e;
}
.s-videos__wrap {
  border: 1px solid #979797;
  padding: 24px;
  background-color: white;
}
.s-videos__top {
  border-bottom: 1px solid #c8102e;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.s-videos__link {
  color: #003057;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}
.s-videos__link:hover {
  color: #c8102e;
}
.s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  border: 1px solid #979797;
  margin-right: 12px;
}
.s-videos .c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.s-videos .c-videos--featured .c-videos__featured:hover .c-videos__pulse {
  animation: pulse 2.2s ease infinite;
  background: rgba(255, 255, 255, 0.75);
}
.s-videos .c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
  height: 0;
}
.s-videos .c-videos--featured .c-videos__button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.s-videos .c-videos--featured .c-videos__pulse {
  background: transparent;
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 100%;
}
.s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 36px;
  color: black;
  position: relative;
  z-index: 4;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  transition: none;
}
.s-videos .c-videos--featured .c-videos__aside {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.s-videos .c-videos--featured .c-videos__aside .c-videos__details {
  padding: 12px 22px 12px 12px;
}
.s-videos .c-videos--featured .c-videos__aside .c-videos__title {
  font-size: 18px;
  line-height: 24px;
}
.s-videos .c-videos--featured .c-videos__list-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__item {
  border: 1px solid #979797;
  margin-top: 12px;
  cursor: pointer;
}
.s-videos .c-videos--featured .c-videos__item:first-child {
  margin-top: 0;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__pulse {
  animation: pulse 2.2s ease infinite;
  background: rgba(255, 255, 255, 0.75);
}
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__playing,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__separator {
  display: inline-block;
}
.s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__details {
  padding: 24px;
  color: #4a4a4a;
}
.s-videos .c-videos--featured .c-videos__playing,
.s-videos .c-videos--featured .c-videos__separator {
  font-size: 16px;
  display: none;
}
.s-videos .c-videos--featured .c-videos__playing {
  font-weight: 800;
  color: #c8102e;
  text-transform: uppercase;
}
.s-videos .c-videos--featured .c-videos__date {
  font-size: 16px;
}
.s-videos .c-videos--featured .c-videos__title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  margin-top: 12px;
  line-height: 36px;
}
.s-videos .c-videos--grid .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  left: 0;
}
.s-videos .c-videos--grid .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-videos .c-videos--grid .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #003057;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .c-videos__button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.s-videos .c-videos--grid .c-videos__pulse {
  background: transparent;
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  animation: pulse 2.2s ease infinite;
  background: rgba(255, 255, 255, 0.75);
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 36px;
  color: black;
  position: relative;
  z-index: 4;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  transition: none;
}
.s-videos .c-videos--grid .c-videos__list {
  margin: 0 -6px;
}
.s-videos .c-videos--grid .c-videos__item {
  flex: 0 1 calc(50% - 12px);
  -webkit-flex: 0 1 calc(50% - 12px);
  min-width: 1px;
  min-height: 1px;
  border: 1px solid #979797;
  margin: 0 6px 12px;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__details {
  padding: 24px;
  color: #4a4a4a;
}
.s-videos .c-videos--grid .c-videos__date {
  font-size: 16px;
}
.s-videos .c-videos--grid .c-videos__title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  margin-top: 12px;
  line-height: 24px;
}
.s-videos .load-more__button {
  width: 100%;
  height: 66px;
  margin-top: 12px;
  background-color: transparent;
  border: 1px solid #979797;
  border-bottom: 2px solid #c8102e;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  color: #003057;
  text-transform: uppercase;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, #c8102e 50%);
  z-index: 9;
}
.s-videos .load-more__button:hover {
  background-position: 0 -100%;
  color: white;
}
/*** Promos ***/

.s-promos {
  margin-top: 36px;
  text-align: center;
}
.s-promos .slick-slider {
  border: 1px solid #979797;
  background-color: white;
}
.s-promos .slick-list {
  border-bottom: 1px solid #979797;
  margin-bottom: 60px;
}
.s-promos .slick-prev,
.s-promos .slick-next,
.s-promos .slick-pause-play {
  width: 48px;
  height: 60px;
  color: #003057;
  font-size: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.s-promos .slick-prev:after,
.s-promos .slick-next:after,
.s-promos .slick-pause-play:after {
  font-family: 'sidearm_font_v2';
  color: #003057;
  font-size: 38px;
}
.s-promos .slick-prev:hover:after,
.s-promos .slick-next:hover:after,
.s-promos .slick-pause-play:hover:after {
  color: #c8102e;
}
.s-promos .slick-prev {
  left: calc(50% - 48px);
}
.s-promos .slick-prev:after {
  content: '\e005';
}
.s-promos .slick-next {
  left: calc(50% + 48px);
}
.s-promos .slick-next:after {
  content: '\e006';
}
.s-promos .slick-pause:after,
.s-promos .slick-play:after {
  font-size: 34px;
}
.s-promos .slick-pause:after {
  content: '\e201';
}
.s-promos .slick-play:after {
  content: '\e050';
}
/*** Content Stream ***/

.s-contentstream {
  margin-top: 36px;
}
.s-contentstream h2 {
  margin: 0 auto 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #c8102e;
}
.s-contentstream__wrap {
  border: 1px solid #979797;
  padding: 24px;
  background-color: white;
}
.s-contentstream__top {
  border-bottom: 1px solid #c8102e;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.s-contentstream .c-contentstream__filter-item {
  margin-left: 24px;
}
.s-contentstream .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #003057;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.s-contentstream .c-contentstream__filter-button span {
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__filter-button:hover span,
.s-contentstream .c-contentstream__filter-button.is-active span {
  color: #c8102e;
}
.s-contentstream .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
}
.s-contentstream .c-contentstream__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  z-index: 2;
}
.s-contentstream .c-contentstream__icon:after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  position: absolute;
  left: 26px;
  top: 2px;
}
.s-contentstream .c-contentstream__item--twitter .c-contentstream__icon {
  border-color: transparent #55acee transparent transparent;
}
.s-contentstream .c-contentstream__item--twitter .c-contentstream__icon:after {
  content: '\e035';
}
.s-contentstream .c-contentstream__item--facebook .c-contentstream__icon {
  border-color: transparent #3b5999 transparent transparent;
}
.s-contentstream .c-contentstream__item--facebook .c-contentstream__icon:after {
  content: '\e041';
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__icon {
  border-color: transparent #e4405f transparent transparent;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__icon:after {
  content: '\e044';
}
.s-contentstream .c-contentstream__item {
  width: 25%;
  padding: 12px;
  font-size: 16px;
}
.s-contentstream .c-contentstream__item-inner {
  border: 1px solid #979797;
  overflow: hidden;
}
.s-contentstream .c-contentstream__item--instagram .c-contentstream__media:hover .c-contentstream__media-image {
  transform: scale(1.2);
}
.s-contentstream .c-contentstream__user {
  padding: 12px;
  border-bottom: 1px solid #979797;
  background-color: white;
  position: relative;
  z-index: 2;
}
.s-contentstream .c-contentstream__user-image {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-right: 6px;
}
.s-contentstream .c-contentstream__user-name {
  font-weight: 700;
}
.s-contentstream .c-contentstream__user-screen {
  text-decoration: none;
}
.s-contentstream .c-contentstream__body {
  padding: 12px;
}
.s-contentstream .c-contentstream__media-image {
  transition: all 0.3s ease-in-out 0s;
  display: block;
  margin: 0 auto;
}
.s-contentstream .c-contentstream__actions {
  margin-top: 24px;
}
.s-contentstream .c-contentstream__actions-link {
  font-size: 24px;
}
.s-contentstream .c-contentstream__actions-link i {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__actions-link:hover i {
  transform: translateY(-2px);
}
.s-contentstream .load-more__container {
  margin-top: 12px;
}
.s-contentstream .load-more__button {
  width: 143px;
  height: 48px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #979797;
  border-bottom: 2px solid #c8102e;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  color: #003057;
  text-transform: uppercase;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, #c8102e 50%);
  z-index: 9;
}
.s-contentstream .load-more__button:hover {
  background-position: 0 100%;
  color: white;
}
/*** Sponsors ***/

.sponsors {
  text-align: center;
  margin-top: 36px;
}
.sponsors .slick-list {
  margin: 0 -12px;
}
.sponsors .ad {
  margin: 0 12px 1px 12px;
}
.sponsors .ad img {
  margin: 0 auto;
  border: 1px solid #979797;
}
.sponsors .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;
  margin-top: 24px;
}
.sponsors .slick-dots li {
  display: flex;
  display: -webkit-flex;
  height: 18px;
  margin: 0 6px;
}
.sponsors .slick-dots li.slick-active button,
.sponsors .slick-dots li:hover button {
  background-color: #c8102e;
}
.sponsors .slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  padding: 0;
  border: none;
  font-size: 0;
  background-color: #003057;
  color: white;
}
/*** Footer ***/

.main-footer {
  margin: 36px 0;
}
.main-footer__logo {
  flex: 0 0 auto;
  width: 25%;
  border-left: 1px solid #979797;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: white;
}
.main-footer__logo a {
  height: 200px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 50%);
}
.main-footer__logo a:hover {
  background-position: 0 -100%;
}
.main-footer__logo:last-child {
  border-right: 1px solid #979797;
}
.main-footer__links-wrap {
  background-color: white;
  border: 1px solid #979797;
  text-align: center;
  margin-top: 36px;
  color: #003057;
}
.main-footer__copyright {
  padding: 12px 0;
  border-bottom: 1px solid #979797;
}
.main-footer__copyright p {
  margin: 0;
}
.main-footer__links {
  text-align: center;
}
.main-footer__links .c-footer__item {
  flex: 1 1 auto;
  border-right: 1px solid #979797;
}
.main-footer__links .c-footer__item:last-child {
  border-right: none;
}
.main-footer__links .c-footer__link {
  font-size: 16px;
  padding: 6px;
  color: #003057;
  text-decoration: none;
  width: 100%;
  display: block;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, #c8102e 50%);
}
.main-footer__links .c-footer__link:hover {
  background-position: 0 -100%;
  color: white;
}
/*** Media Queries ***/

@media (max-width: 1199px) {
  .main-header__top h1 {
    letter-spacing: 2px;
  }
  .main-header__top h1 span.hide-on-tablet {
    margin-right: 6px;
  }
  .main-header__top .ads-container {
    margin-left: 24px;
  }
  .s-stories .c-stories--featured .c-stories__title,
  .s-stories .c-stories--list .c-stories__title {
    font-size: 14px;
    line-height: 20px;
  }
  .s-videos .c-videos--featured .c-videos__aside .c-videos__title {
    font-size: 14px;
    line-height: 20px;
  }
  .s-contentstream .c-contentstream__item {
    width: 33.3334%;
  }
}
@media (max-width: 1024px) {
  .c-social__mobile {
    display: block;
  }
  body {
    background-image: none;
  }
  .hide-on-tablet {
    display: none;
  }
  .main-header__top ads-component {
    display: none;
  }
  .main-header__logo {
    top: 8px !important;
    left: 24px !important;
  }
  .main-header__logo-main {
    max-width: 120px;
    display: block !important;
  }
  .main-header__logo-scroll {
    display: none !important;
  }
  .main-header__nav .row {
    padding: 0;
  }
  .c-navigation--main .c-navigation--desktop {
    padding-left: 0;
  }
  .c-navigation--main .c-navigation--desktop .c-navigation__column {
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
  .c-navigation--main .c-navigation--desktop .c-navigation__column:first-child {
    margin-top: 0;
  }
  .c-navigation--main .c-navigation--desktop .c-navigation__level-2-inner-wrap {
    flex-wrap: wrap;
  }
  .c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
    left: -99999px;
    opacity: 0;
  }
  .c-navigation--main .c-navigation--mobile__offcanvas-inner {
    margin: 0;
  }
  .c-navigation--main {
    width: 300px;
    margin-left: auto;
  }
  .c-search--popout .c-search__toggle {
    border-right: 0;
  }
  .c-search--popout .c-search__submit {
    width: 60px;
    right: -1px;
  }
  .s-stories__wrap {
    border-left: 0;
    border-right: none;
  }
  .s-stories .row {
    padding: 0;
  }
  .s-stories .c-stories--list .showcase-play-button {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px !important;
    height: 68px !important;
  }
  .s-stories .c-stories--list .showcase-play-button:before {
    display: block;
  }
  .s-stories .c-stories--list .showcase-play-button:after {
    width: 68px;
    height: 68px;
    background-color: white;
    color: black;
    border-radius: 68px;
    font-size: 36px;
  }
  .s-stories .c-stories--list .c-stories__item-wrap {
    flex: 0 1 100%;
  }
  .s-stories .c-stories--list .c-stories__item-wrap:first-child {
    margin-top: 0;
  }
  .s-stories .c-stories--list .c-stories__item-wrap:before,
  .s-stories .c-stories--list .c-stories__item-wrap:after {
    display: none !important;
  }
  .s-stories .c-stories--list .c-stories__title {
    font-size: 24px;
    line-height: 36px;
  }
  .s-stories .load-more__button {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 24px;
    height: 66px;
  }
  .s-schedule {
    margin-top: 0;
  }
  .s-schedule__wrap {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .s-schedule .row {
    padding: 0;
  }
  .s-videos {
    margin-top: 0;
  }
  .s-videos__wrap {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .s-videos .row {
    padding: 0;
  }
  .s-promos {
    margin-top: 0;
  }
  .s-promos .slick-slider {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .s-promos .row {
    padding: 0;
  }
  .s-contentstream {
    margin-top: 0;
  }
  .s-contentstream__wrap {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .s-contentstream .row {
    padding: 0;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .s-contentstream .load-more__button {
    width: 100%;
    height: 66px;
  }
  .sponsors .slick-prev,
  .sponsors .slick-next {
    background-color: transparent;
    border: 0 none;
    font-size: 0px;
    margin-top: 24px;
    padding: 0;
  }
  .sponsors .slick-prev:hover,
  .sponsors .slick-next:hover,
  .sponsors .slick-prev:focus,
  .sponsors .slick-next:focus {
    text-decoration: none;
  }
  .sponsors .slick-prev:hover:after,
  .sponsors .slick-next:hover:after,
  .sponsors .slick-prev:focus:after,
  .sponsors .slick-next:focus:after {
    text-decoration: none;
    color: #c8102e;
  }
  .sponsors .slick-prev:after,
  .sponsors .slick-next:after {
    font-size: 38px;
    font-family: 'sidearm_font_v2';
    color: #003057;
  }
  .sponsors .slick-prev:after {
    content: "\e005";
  }
  .sponsors .slick-next:after {
    content: "\e006";
  }
  .main-footer {
    margin-bottom: 0;
  }
  .main-footer .row {
    padding: 0;
  }
  .main-footer__logo {
    width: 50%;
  }
  .main-footer__logo:nth-child(odd) {
    border-left: none;
  }
  .main-footer__logo:nth-child(even) {
    border-right: none;
  }
  .main-footer__logo:nth-child(1),
  .main-footer__logo:nth-child(2) {
    border-bottom: none;
  }
  .main-footer__links-wrap {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .c-navigation {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 100%;
  }
  .c-search--popout {
    position: static;
  }
  .c-search--popout .c-search__popout {
    width: 100%;
  }
  .s-stories__wrap {
    padding: 12px;
  }
  .s-stories .c-stories--list .c-stories__sport {
    color: #c8102e;
  }
  .s-stories .c-stories--list .c-stories__details {
    position: relative;
    left: auto;
    bottom: auto;
    color: #4a4a4a;
    border: 1px solid #979797;
    padding: 12px;
    background-color: white;
  }
  .s-stories .c-stories--list .c-stories__title {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 24px;
  }
  .s-stories .load-more__button {
    margin-top: 12px;
  }
  .s-schedule__wrap {
    padding: 12px;
  }
  .s-schedule__top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .s-schedule h2 {
    width: 100%;
    margin-bottom: 12px;
  }
  .s-schedule .slick-prev,
  .s-schedule .slick-next {
    margin-top: 12px;
  }
  .s-videos__wrap {
    padding: 12px;
  }
  .s-videos__top {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .load-more__button {
    margin-top: 0px;
  }
  .s-contentstream__wrap {
    padding: 12px;
  }
  .s-contentstream__top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .s-contentstream h2 {
    width: 100%;
    margin-bottom: 12px;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin-left: 0;
    margin-right: 6px;
  }
  .s-contentstream .c-contentstream__filter-button span {
    display: none;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
  .s-contentstream .load-more__button {
    margin-top: 0px;
  }
  .sponsors {
    margin-top: 12px;
  }
  .sponsors .row {
    padding: 12px;
  }
  .sponsors .slick-prev,
  .sponsors .slick-next {
    margin-top: 12px;
  }
  .main-footer {
    margin-top: 12px;
  }
  .main-footer__logo {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #979797 !important;
  }
  .main-footer__logo:first-child {
    border-top: 1px solid #979797 !important;
  }
  .main-footer__links .c-footer__item {
    flex: 1 1 100%;
    border-right: none !important;
    border-bottom: 1px solid #979797;
    padding: 6px;
  }
  .main-footer__links .c-footer__item:last-child {
    border-bottom: none;
  }
}
