@import url('https://fonts.googleapis.com/css?family=Anton|Montserrat|Arimo&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #cf102d;
  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;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  background: black;
  color: white;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 60px;
  width: 60px;
  z-index: 100;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.wide:not(.storypage) .main-content-placeholder {
  max-width: 1440px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.big10 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  /*&:before {
        content: '';
        display: block;
        background: #A4142A;
        font-size: 24px;
        height: 20px;
        width: 2px;
    }*/

}
.big10 img {
  margin: 0 12px;
}
#search-btn {
  position: relative;
  height: 100%;
  line-height: 70px;
}
#search-btn .search-button-container {
  line-height: 70px;
  background: none;
  border: none;
}
#search-btn .search-button-container > i {
  color: white;
  font-size: 24px;
  display: block;
  position: relative;
  padding: 0 24px;
  cursor: pointer;
}
#search-btn .search-button-container > i:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: black;
}
#search-btn .search-button-container > i:hover:after {
  height: 5px;
  transition: .25s;
}
#search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 100%;
  opacity: 0;
  left: -9999px;
}
#search-btn #search label {
  position: absolute;
  left: -9999px;
}
#search-btn #search input[type="text"] {
  width: 150px;
  display: block;
  height: 40px;
  border: none;
}
#search-btn #search input[type="submit"] {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  background-color: #cf102d;
  color: black;
  border-radius: 0px;
}
#search-btn.active #search,
#search-btn.open #search {
  opacity: 1;
  left: auto;
  right: 0;
}
.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;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #cf102d;
  color: white;
  font-size: 18px;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 55px;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  border: 1px solid #cccccc;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 150px;
  height: 40px;
  background: white;
  padding: 0 12px;
  text-decoration: none;
  text-transform: capitalize;
}
.watchlive {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 48px 0;
  padding-right: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.watchlive:before {
  content: '';
  display: block;
  height: 1px;
  width: 2000px;
  background: #cccccc;
  position: absolute;
  right: 100%;
  top: -1px;
}
.watchlive:after {
  content: '';
  display: block;
  height: 1px;
  width: 2000px;
  background: #cccccc;
  position: absolute;
  right: 100%;
  bottom: -1px;
}
.watchlive h2 {
  margin: 0;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #cf102d;
  text-transform: uppercase;
  margin-right: 24px;
}
.watchlive > a {
  height: 36px;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  color: #231f20;
}
.watchlive > a:hover:before {
  background: #cf102d;
  color: white;
  transition: 0.35s;
}
.watchlive > a:hover > span {
  background: #cccccc;
  transition: 0.35s;
}
.watchlive > a:before {
  content: '\e882';
  display: block;
  font-size: 20px;
  height: 36px;
  transition: 0.35s;
  width: 36px;
  background: #cccccc;
  line-height: 36px;
  text-align: center;
  font-family: sidearm_font;
  color: #231f20;
}
.watchlive > a > span {
  border: 1px solid #cccccc;
  line-height: 36px;
  transition: 0.35s;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.watchlive .item-inside {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.watchlive .item-inside > span {
  margin-right: 12px;
  font-size: 16px;
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.watchlive .item-inside > a {
  font-size: 22px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  color: black;
  text-decoration: none;
  margin: 0 12px;
  text-transform: uppercase;
  transition: 0.35s;
}
.watchlive .item-inside > a:hover {
  color: #cf102d;
  transition: 0.35s;
}
.promo {
  background: url(/images/promo_bg.png) no-repeat top center;
  margin-top: 151px;
}
.promo .row {
  position: relative;
}
.promo .slick-prev {
  position: absolute;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 0;
  background: none;
  padding: 0;
  border: none;
  font-size: 0;
}
.promo .slick-prev:before {
  content: '\e84e';
  display: block;
  width: 36px;
  height: 36px;
  font-family: sidearm_font;
  font-size: 36px;
  color: white;
}
.promo .slick-next {
  position: absolute;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
  width: 36px;
  height: 36px;
  right: 0;
  background: none;
  padding: 0;
  border: none;
  font-size: 0;
}
.promo .slick-next:before {
  content: '\e84f';
  display: block;
  width: 36px;
  height: 36px;
  font-family: sidearm_font;
  font-size: 36px;
  color: white;
}
.ad_row {
  padding: 48px 0;
}
.ad_row .row {
  display: flex;
  display: -webkit-flex;
}
.ad_row .promo1 {
  margin: 0 12px;
}
.ad_row .promo1 .ad {
  border: 1px solid #cccccc;
  padding: 17px;
}
.ad_row .story_ad {
  margin: 0 12px;
}
.ad_row .story_ad ads-component {
  border: 1px solid #cccccc;
  display: block;
  padding: 17px;
}
.ad_row .promo2 {
  margin: 0 12px;
}
.ad_row .promo2 .ad {
  border: 1px solid #cccccc;
  padding: 17px;
}
.sponsors {
  padding: 48px 0;
  background: #231f20;
}
.sponsors .ads-container .slick-track {
  margin: auto;
}
.sponsors .ad {
  border: 1px solid #676364;
  margin: 0 12px;
}
.bottomleaderboard {
  padding: 48px 0;
  text-align: center;
}
.leaderboard {
  padding: 48px 0;
  padding-right: 12px;
  text-align: center;
}
.sport-navigation {
  height: 76px;
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 8999;
  background: #231f20;
}
.sport-navigation h2 {
  color: white;
}
.sport-navigation .row {
  max-width: 1464px;
  padding: 0 12px;
}
.sport-navigation .sport-nav .level-1 {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.sport-navigation .sport-nav .level-1 > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 76px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.sport-navigation .sport-nav .level-1 > li:hover:before {
  color: white;
}
.sport-navigation .sport-nav .level-1 > li:hover > a {
  color: white;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover > .level-2 {
  right: 0;
  left: auto;
}
.sport-navigation .sport-nav .level-1 > li:last-child:after {
  content: none;
}
.sport-navigation .sport-nav .level-1 > li:after {
  content: '|';
  display: block;
  font-size: 16px;
  color: #cccccc;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
  padding: 0;
}
.sport-navigation .sport-nav .level-1 > li.additional-links:before {
  content: 'More +';
  font-size: 16px;
  color: #cccccc;
  margin: 0 0 0 6px;
  text-transform: uppercase;
}
.sport-navigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
}
.sport-navigation .sport-nav .level-1 > li.sport-home:after {
  content: none;
}
.sport-navigation .sport-nav .level-1 > li.sport-home .ad {
  padding: 0 12px;
}
.sport-navigation .sport-nav .level-1 > li.sport-home > a {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  padding: 0;
}
.sport-navigation .sport-nav .level-1 > li > a {
  text-decoration: none;
  color: #cccccc;
  text-transform: uppercase;
  padding: 0 8px;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li > a:hover {
  color: white;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 {
  left: -9999px;
  background: #231f20;
  top: 100%;
  position: absolute;
  width: 250px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sport-navigation .sport-nav .level-2 > li {
  line-height: 20px;
  padding: 8px 12px;
  text-align: right;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 > li.separator {
  color: #cccccc;
}
.sport-navigation .sport-nav .level-2 > li:hover {
  background: #1b1819;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 > li a {
  color: white;
  text-decoration: none;
}
.sport-navigation .sports-mobile-navigation-container {
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
}
.sport-navigation .sports-mobile-navigation-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu {
  top: 50px;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu.opened {
  max-height: calc(100vh - 129px);
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu .icn {
  color: #3d403c;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li {
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li > a {
  color: #cf102d;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li > a {
  color: #cf102d;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home {
  font-size: 22px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home .ad {
  margin-left: 12px;
}
.sport-navigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
.sport-navigation .sports-mobile-navigation-container > ul > li {
  padding: 0 8px;
  font-size: 18px;
  text-decoration: none;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  color: white;
}
.sport-navigation .sports-mobile-navigation-container > ul > li > a {
  text-decoration: none;
  color: white;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more {
  padding-right: 0;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more > i:before {
  margin: 0;
}
.mobile-navigation-icon {
  height: 70px;
  color: white;
  width: 40px;
  line-height: 70px;
  text-align: left;
  font-size: 21px;
  cursor: pointer;
}
.mobile-navigation-icon i:before {
  margin: 0;
}
.off-canvas-menu {
  width: 100%;
  position: absolute;
  background: white;
  left: 0;
  z-index: 9000;
  overflow: hidden;
  top: 70px;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu .ad {
  padding: 12px 24px;
}
.off-canvas-menu.closed {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 2000px;
  overflow: hidden;
  display: inherit!important;
}
.off-canvas-menu.opened {
  max-height: calc(100vh - 70px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
  color: #53565a;
}
.off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.off-canvas-menu > ul > li {
  color: white;
  background: white;
  border-bottom: 1px solid #fafafa;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 24px 11px 24px;
  width: 100%;
  display: inline-block;
  color: #cf102d;
  text-decoration: none;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.off-canvas-menu > ul > li .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu > ul > li .level-2 li {
  background: #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  font-weight: 700;
  background: #ededed;
}
.off-canvas-menu > ul > li .level-2 li.separator a,
.off-canvas-menu > ul > li .level-2 li.separator span {
  color: black;
  padding: 14px 36px 12px 36px;
}
.off-canvas-menu > ul > li .level-2 li.separator a:after,
.off-canvas-menu > ul > li .level-2 li.separator span:after {
  content: none;
}
.off-canvas-menu > ul > li .level-2 a:after {
  width: 56px;
  height: 50px;
  content: '\e832';
  font-family: sidearm_font;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu > ul > li .level-2 a,
.off-canvas-menu > ul > li .level-2 span {
  padding: 14px 36px 12px 36px;
  width: 100%;
  display: inline-block;
  color: #cf102d;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
}
.off-canvas-menu > ul > li .level-2.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 2000px;
  overflow: hidden;
  display: inherit!important;
}
.mobile-menu-open .main-navigation .header_logo {
  top: 6px;
}
.mobile-menu-open .main-navigation .header_logo .home {
  display: none;
}
.mobile-menu-open .main-navigation .header_logo .scroll {
  display: block;
}
.main-navigation {
  height: 70px;
  width: 100%;
  background: #cf102d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  z-index: 9000;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}
.main-navigation .row {
  max-width: 1464px;
  padding: 0 12px;
}
.main-navigation.hover-override .header_logo {
  top: 6px !important;
}
.main-navigation.hover-override .header_logo .scroll {
  display: block !important;
}
.main-navigation.hover-override .header_logo .home {
  display: none !important;
}
.main-navigation.hover .header_logo,
.main-navigation.headroom--not-top .header_logo {
  top: 6px;
}
.main-navigation.hover .header_logo .scroll,
.main-navigation.headroom--not-top .header_logo .scroll {
  display: block;
}
.main-navigation.hover .header_logo .home,
.main-navigation.headroom--not-top .header_logo .home {
  display: none;
}
.main-navigation .sponsor .ad a picture img {
  max-width: 125px;
}
.main-navigation .header_logo {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9000;
}
.main-navigation .header_logo .scroll {
  display: none;
}
.main-navigation .row {
  height: 70px;
}
.main-navigation .c-nav__level-1 {
  list-style: none;
  padding: 0 24px;
  margin: 0;
}
.main-navigation .c-nav__level-1 > li {
  font-size: 20px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation .c-nav__level-1 > li:before {
  content: '';
  display: block;
  background: #a4142a;
  font-size: 24px;
  height: 20px;
  width: 2px;
}
.main-navigation .c-nav__level-1 > li:nth-child(3) {
  margin-right: auto;
}
.main-navigation .c-nav__level-1 > li:nth-child(3):after {
  content: '';
  display: block;
  background: #a4142a;
  font-size: 24px;
  height: 20px;
  width: 2px;
}
.main-navigation .c-nav__level-1 > li:last-child:after {
  content: '';
  display: block;
  background: #a4142a;
  font-size: 24px;
  height: 20px;
  width: 2px;
}
.main-navigation .c-nav__level-1 > li > a {
  color: white;
  text-decoration: none;
  padding: 0 24px;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}
.main-navigation .c-nav__level-1 > li > a:after {
  content: '';
  display: block;
  height: 0px;
  transition: 0.35s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
}
.main-navigation .c-nav__level-1 > li:hover > a:after {
  height: 6px;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li:hover .c-nav__level-2 {
  left: 0;
  transition: 0.35s opacity;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 {
  position: absolute;
  left: -9999px;
  background: white;
  padding: 69px 0 30px 0;
  width: 100%;
  top: 100%;
  transition: 0.35s opacity;
  z-index: 8999;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2:before {
  height: 48px;
  width: 100%;
  background: url(/images/red_nav_gradient_repeater.png);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 > .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul {
  flex: 0 1 464px;
  -webkit-flex: 0 1 464px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
  list-style: none;
  padding: 0;
  position: relative;
  border-top: 1px solid #a5acaf;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul.tickets_link {
  padding: 12px 0;
  margin: 0;
  list-style: none;
  border: none;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul.tickets_link li {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 1.4 !important;
  font-size: 16px;
  text-transform: none;
  display: block !important;
  border-bottom: none;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul.tickets_link li a {
  display: inline;
  color: #cf102d;
  font-weight: 700;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul.tickets_link p {
  margin: 0;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul.tickets_link p:first-child {
  margin-bottom: 12px;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li {
  border-bottom: 1px solid #a5acaf;
  line-height: 20px;
  padding: 9px 0 7px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li:hover:not(.c-nav__separator) {
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a:first-child {
  margin: 0;
  margin-right: auto;
  font-weight: 700;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li.c-nav__separator {
  line-height: 30px;
  margin-top: 27px;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li.c-nav__separator:first-child {
  position: absolute;
  top: -47px;
  width: 100%;
  border: none;
  margin-top: 0;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a {
  text-decoration: none;
  font-size: 16px;
  text-transform: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 8px;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a:hover {
  color: #cf102d;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.no_links a.c-nav__social {
  display: none !important;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.tickets {
  display: none !important;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  color: transparent;
  margin: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover {
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover.facebook[href]:before {
  color: #3b5998;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover.twitter[href]:before {
  color: #55acee;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover.instagram[href]:before {
  color: #c65090;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover.tickets[href]:before {
  color: #002144;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:hover:before {
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 16px;
  color: transparent;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social:after {
  font-size: 16px;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.facebook[href]:before {
  color: black;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.twitter[href]:before {
  color: black;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.instagram[href]:before {
  color: black;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.tickets[href]:before {
  color: black;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.facebook:before {
  content: '\e805';
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.twitter:before {
  content: '\e825';
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.instagram:before {
  content: '\e811';
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.tickets:before {
  content: '\e888';
  margin-left: 2px;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__social.instagram {
  margin-right: 0;
}
.main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li.c-nav__social[href] {
  color: #cf102d;
}
.main-content-placeholder {
  margin-top: 70px;
}
.sport .main-content-placeholder {
  margin-top: 146px;
}
.main-footer {
  background: url(/images/footer_bg.png) no-repeat top center black;
  background-size: cover;
}
.main-footer h2 {
  color: white;
}
.main-footer .footer_logos {
  padding: 48px 0;
}
.main-footer .footer_logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer_logos ul li {
  padding: 0 12px;
  text-align: center;
}
.main-footer .info {
  text-align: center;
  color: white;
  padding: 17px 0 40px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.main-footer .info a {
  color: white;
  text-decoration: none;
}
.main-footer .social {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer .social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer .social .ads-container .ad {
  padding: 0 6px;
}
.main-footer .social .ads-container .ad a {
  color: white;
  font-size: 20px;
  transition: 0.35s;
}
.main-footer .social .ads-container .ad a:hover {
  color: #cf102d;
  transition: 0.35s;
}
.main-footer .social .ads-container span {
  position: absolute;
  margin-left: -9999px;
}
.main-footer .social:before {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 1px;
  background: #a5acaf;
}
.main-footer .social:after {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 1px;
  background: #a5acaf;
}
header.heading {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 20px;
}
header.heading > span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header.heading > span > .sponsor {
  margin: 0 0 0 12px;
}
header.heading > span h2 {
  font-size: 48px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #cf102d;
  line-height: 50px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  margin: 0;
}
header.heading > span > .ad {
  margin-left: 10px;
}
header.heading > a {
  height: 36px;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  color: #231f20;
}
header.heading > a:hover:before {
  background: #cf102d;
  color: white;
  transition: 0.35s;
}
header.heading > a:hover > span {
  background: #cccccc;
  transition: 0.35s;
}
header.heading > a:before {
  content: '\e866';
  display: block;
  transition: 0.35s;
  font-size: 20px;
  height: 36px;
  width: 36px;
  background: #cccccc;
  line-height: 36px;
  text-align: center;
  font-family: sidearm_font;
  color: #231f20;
}
header.heading > a > span {
  border: 1px solid #cccccc;
  line-height: 36px;
  transition: 0.35s;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.follow {
  padding: 48px 0;
  border-bottom: 1px solid #cccccc;
}
.follow .ad {
  padding: 0 12px;
  text-align: center;
}
.follow .ad img {
  display: inline-block;
}
.follow header.heading {
  margin-left: 12px;
  margin-right: 12px;
}
.topStories-container {
  padding: 48px 0 47px 0;
  background: url(/images/main_story_bg.png) no-repeat top center;
}
.topStories-container .row {
  max-width: 1464px;
  padding: 0 12px;
  position: relative;
}
.topStories {
  margin-right: 408px;
  flex: 0 1 1032px;
  -webkit-flex: 0 1 1032px;
  min-width: 1px;
  min-height: 1px;
}
.topStories .c-stories {
  background: black;
}
.topStories .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 96px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #cccccc;
  text-transform: uppercase;
  z-index: 3;
}
.topStories .c-stories__details p {
  margin: 0;
}
.topStories .c-stories__item {
  position: relative;
}
.topStories .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: #e5e5e5;
}
.topStories .c-stories__media iframe {
  z-index: 105;
}
.topStories .c-stories__media:after {
  background: url(/images/rotator_repeater.png) bottom center;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 1;
}
.topStories .c-stories__media:before {
  background: url(/images/main_story_image_repeater.png) repeat-x bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 1;
}
.topStories .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topStories .c-stories__title {
  margin-bottom: 6px;
}
.topStories .c-stories__title > a {
  color: white;
  text-decoration: none;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  transition: 0.35s;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
}
.topStories .c-stories__title > a:hover {
  color: #e6e6e6;
  transition: 0.35s;
}
.topStories .c-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topStories .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topStories .c-stories__headline {
  margin: 0;
}
.topStories .c-stories__url {
  text-decoration: none;
}
.topStories .slick-dots {
  margin: 0;
  opacity: 1;
  transition: 0.35s;
  display: flex;
  display: -webkit-flex;
  z-index: 3;
  width: 18px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 24px;
}
.topStories .slick-dots > li {
  margin: 5px 0px;
}
.topStories .slick-dots > li.slick-active button,
.topStories .slick-dots > li:hover button {
  background: #cf102d;
  border: 3px solid #cccccc;
  height: 18px;
  width: 18px;
  margin: 0;
  color: white;
}
.topStories .slick-dots > li.slick-active button:before,
.topStories .slick-dots > li:hover button:before {
  background: transparent;
}
.topStories .slick-dots > li button {
  border-radius: 100%;
  padding: 0;
  background: no-repeat;
  outline: none;
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
  border-color: transparent;
  border: 3px solid transparent;
  cursor: pointer;
}
.topStories .slick-dots > li button:before {
  content: '';
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background: #cccccc;
  display: block;
}
#featured-section {
  background-color: #231f20;
  padding: 24px 12px;
  margin-top: 24px;
}
#featured-section header.heading {
  padding: 0 12px;
}
#featured-section header.heading > span h2 {
  font-size: 22px;
  line-height: 36px;
  color: white;
}
#featured-section header.heading > a {
  color: white;
}
#featured-section header.heading > a:hover > span {
  color: #231f20;
}
#featured-section .c-stories--featured {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#featured-section .c-stories--featured__details {
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #cccccc;
  text-transform: uppercase;
  z-index: 3;
}
#featured-section .c-stories--featured__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
  position: relative;
}
#featured-section .c-stories--featured__media {
  position: relative;
  padding-bottom: 56.25%;
  background: #e5e5e5;
}
#featured-section .c-stories--featured__media iframe {
  z-index: 105;
}
#featured-section .c-stories--featured__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featured-section .c-stories--featured__title > a {
  color: white;
  text-decoration: none;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  transition: 0.35s;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
#featured-section .c-stories--featured__title > a:hover {
  color: #e6e6e6;
}
#featured-section .c-stories--featured .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#featured-section .c-stories--featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featured-section .c-stories--featured__url {
  text-decoration: none;
}
#videos {
  background: white;
  padding: 48px 0 0 0;
  padding-right: 24px;
}
#videos header.heading {
  margin-bottom: 12px;
}
#videos .c-youtube__player {
  flex: 1 1 720px;
  -webkit-flex: 1 1 720px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
  background: #cf102d;
  margin-top: 12px;
}
#videos .c-youtube__player .c-youtube__media {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
#videos .c-youtube__player .c-youtube__details {
  background: white;
  border-top: 10px solid #cf102d;
  padding: 18px 24px 48px 24px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#videos .c-youtube__player .c-youtube__details .c-youtube__title {
  font-size: 32px;
  text-transform: uppercase;
  color: black;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  width: 100%;
}
#videos .featured-video {
  flex: 1 1 720px;
  -webkit-flex: 1 1 720px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
}
#videos .featured-video .c-youtube__media {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
#videos .featured-video .c-youtube__details {
  background: white;
  border-top: 10px solid #cf102d;
  padding: 18px 24px 48px 24px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#videos .featured-video .c-youtube__details .c-youtube__title {
  font-size: 32px;
  text-transform: uppercase;
  color: black;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  width: 100%;
}
#videos .more-videos {
  flex: 0 1 260px;
  -webkit-flex: 0 1 260px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
#videos .more-videos .c-youtube__list {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}
#videos .more-videos .c-youtube__details {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  color: #cccccc;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px;
}
#videos .more-videos .c-youtube__details .c-youtube__title {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  color: white;
  margin-bottom: 3px;
}
#videos .more-videos .c-youtube__details .c-youtube__title::-ms-expand {
  display: none;
}
#videos .slick-dots {
  margin: 12px 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#videos .slick-dots > li {
  margin: 0 5px;
}
#videos .slick-dots > li.slick-active button {
  border-color: #cccccc;
  background: #cf102d;
  color: white;
}
#videos .slick-dots > li button {
  border-radius: 100%;
  outline: none;
  display: block;
  background: #cccccc;
  font-size: 0;
  height: 18px;
  width: 18px;
  border: 3px solid white;
  cursor: pointer;
}
#videos .slick-vertical .slick-slide {
  border: none;
}
#videos .slick-list {
  display: block;
}
#videos .c-youtube__item {
  padding: 12px 0;
}
#videos .c-youtube__item .c-youtube__item-inner {
  cursor: pointer;
  position: relative;
  background: black;
}
#videos .c-youtube__item .c-youtube__item-inner:hover .c-youtube__media:before {
  opacity: .6;
  transition: 0.35s;
}
#videos .c-youtube__item .c-youtube__media {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
#videos .c-youtube__item .c-youtube__media:before {
  width: 100%;
  height: 100%;
  content: '';
  transition: 0.35s;
  background: url(/images/video_overlay_repeater.png) repeat-x bottom center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#videos .c-youtube__list-container {
  flex: 0 1 260px;
  -webkit-flex: 0 1 260px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
#videos .c-youtube__list-container .c-youtube__list {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}
#videos .c-youtube__list-container .c-youtube__details {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  color: #cccccc;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px;
}
#videos .c-youtube__list-container .c-youtube__details .c-youtube__title {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  color: white;
  margin-bottom: 3px;
}
#videos .c-youtube__list-container .c-youtube__details .c-youtube__title::-ms-expand {
  display: none;
}
.rvision .row {
  padding-right: 396px;
  max-width: 1464px;
  padding-left: 12px;
}
.rvision .schedule-promo {
  margin: 0 auto;
  text-align: center;
}
.rvision .schedule-promo .ad a {
  display: inline-block;
  margin-bottom: 24px;
}
.s-schedule {
  width: 384px;
  background: #231f20;
  height: calc(100% + 1132px) !important;
  position: absolute;
  top: -628px;
  right: 12px;
  padding: 24px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  z-index: 100;
}
.s-schedule .story_ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  margin: 24px 0;
}
.s-schedule .story_ad .ad,
.s-schedule .story_ad .dfp-ad {
  padding: 0;
}
.s-schedule .story_ad ads-component {
  display: block;
  border: 1px solid #444041;
  padding: 17px;
}
.s-schedule .archives {
  height: 36px;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  color: #cccccc;
  margin: 24px 0;
}
.s-schedule .archives:hover:before {
  background: #cf102d;
  color: white;
  transition: 0.35s;
}
.s-schedule .archives:hover > span {
  background: #444041;
  transition: 0.35s;
}
.s-schedule .archives:before {
  content: '\e80b';
  display: block;
  font-size: 20px;
  transition: 0.35s;
  height: 36px;
  width: 36px;
  background: #444041;
  line-height: 36px;
  text-align: center;
  font-family: sidearm_font;
  color: #cccccc;
  margin-left: auto;
}
.s-schedule .archives > span {
  border: 1px solid #444041;
  text-align: left;
  line-height: 36px;
  transition: 0.35s;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: auto;
}
.s-schedule header.heading {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #444041;
}
.s-schedule header.heading > span h2 {
  color: white;
}
.s-schedule .dfp-ad {
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #444041;
}
.s-schedule .c-events .button {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  position: absolute;
  z-index: 4;
}
.s-schedule .c-events .button button {
  height: 36px;
  border: none;
  padding: 0;
  overflow: hidden;
  outline: none;
  width: 36px;
  background: #444041;
  color: white;
  line-height: 36px;
  font-size: 0;
  text-align: center;
  z-index: 3;
  transition: 0.35s;
}
.s-schedule .c-events .button button:before {
  content: '\e866';
  font-family: sidearm_font;
  display: block;
  font-size: 21px;
  color: #cccccc;
  transition: 0.35s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.s-schedule .c-events .button:hover button {
  background: #cf102d;
  transition: 0.35s;
}
.s-schedule .c-events .button:hover button:before {
  color: white;
}
.s-schedule .c-events .c-events__item {
  color: #cccccc;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #444041;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.s-schedule .c-events .c-events__item.event-is-selected .c-events--cards-boxy__ctas {
  bottom: 0;
  transition: 0.35s;
}
.s-schedule .c-events .c-events__item.event-is-selected .button button {
  background: #cf102d;
  transition: 0.35s;
}
.s-schedule .c-events .c-events__item.event-is-selected .button button:before {
  transform: rotate(45deg);
  color: white;
  -webkit-transform: rotate(45deg);
  transition: 0.35s;
}
.s-schedule .c-events .c-events__item .c-events__date {
  text-transform: uppercase;
}
.s-schedule .c-events .c-events__item .c-events__opp {
  margin-top: 5px;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas {
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: 0.35s;
  background: #231f20;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas ul > span {
  margin: 0 6px;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas ul a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.35s;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas ul a:hover {
  color: #cf102d;
  transition: 0.35s;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas > div {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #cccccc;
}
.s-schedule .c-events .c-events__item .c-events--cards-boxy__ctas > div > div:last-child {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
.s-schedule .c-events .c-events__item .c-events__sport {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
.c-youtube .c-youtube__image {
  background: #cccccc;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.c-youtube .c-youtube__image img {
  width: 100%;
  display: block;
}
.c-youtube .c-youtube__image button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-youtube .c-youtube__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.s-quote {
  padding-top: 48px;
}
.s-quote .ads-container .slick-prev,
.s-quote .ads-container .slick-next,
.s-quote .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  color: white;
  font-size: 0;
  transition: .25s;
}
.s-quote .ads-container .slick-prev::before,
.s-quote .ads-container .slick-next::before,
.s-quote .ads-container .slick-pause-play::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-quote .ads-container .slick-prev.slick-disabled,
.s-quote .ads-container .slick-next.slick-disabled,
.s-quote .ads-container .slick-pause-play.slick-disabled {
  cursor: not-allowed;
}
.s-quote .ads-container .slick-prev.slick-disabled::before,
.s-quote .ads-container .slick-next.slick-disabled::before,
.s-quote .ads-container .slick-pause-play.slick-disabled::before {
  opacity: 0.3;
}
.s-quote .ads-container .slick-prev:not(.slick-disabled):hover,
.s-quote .ads-container .slick-next:not(.slick-disabled):hover,
.s-quote .ads-container .slick-pause-play:not(.slick-disabled):hover {
  color: #cf102d;
}
.s-quote .ads-container .slick-prev {
  left: 12px;
}
.s-quote .ads-container .slick-prev::before {
  font-family: sidearm_font;
  content: '\e84e';
  font-size: 36px;
}
.s-quote .ads-container .slick-next {
  right: 12px;
}
.s-quote .ads-container .slick-next::before {
  font-family: sidearm_font;
  content: '\e84f';
  font-size: 36px;
}
.s-quote .ads-container .slick-pause-play {
  left: 50%;
  top: initial;
  bottom: 0;
  transform: translateX(-50%);
}
.s-quote .ads-container .slick-pause-play.slick-pause::before {
  content: '\e200';
}
.s-quote .ads-container .slick-pause-play.slick-play::before {
  content: '\e050';
}
.s-quote .ads-container .slick-pause-play::before {
  font-family: sidearm_font_v2;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .s-quote .ads-container .slick-prev {
    left: 2px;
  }
  .s-quote .ads-container .slick-next {
    right: 2px;
  }
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__watch {
  font-size: 16px;
  color: #cf102d;
  margin-top: 12px;
}
.showcase-modal .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: #cf102d;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
.article-wrapper.news .article-share-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  left: -66px;
}
.article-wrapper.news .article-share-links a {
  display: block;
  text-decoration: none;
  color: white;
  background-color: black;
  line-height: 42px;
  transition: 0.25s;
  height: 42px;
  width: 42px;
  text-align: center;
  margin-bottom: 3px;
}
.article-wrapper.news .article-share-links a span {
  font-size: 14px;
  position: absolute;
  left: -9999px;
}
.article-wrapper.news .article-share-links a i:before {
  margin: 0;
  width: initial;
}
.article-wrapper.news .article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
.article-wrapper.news .article-share-links a.article-share-facebook:hover {
  background-color: #4c70ba;
}
.article-wrapper.news .article-share-links a.article-share-twitter {
  background-color: #00aced;
}
.article-wrapper.news .article-share-links a.article-share-twitter:hover {
  background-color: #21c2ff;
}
.article-wrapper.news .article-share-links a.article-share-google {
  background-color: #dd4b39;
}
.article-wrapper.news .article-share-links a.article-share-google:hover {
  background-color: #e47365;
}
.article-wrapper.news .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
.article-wrapper.news .article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
.article-wrapper.news .article-share-links a.article-share-email {
  background-color: #ff9c00;
}
.article-wrapper.news .article-share-links a.article-share-email:hover {
  background-color: #ffb033;
}
.article-wrapper.news .article-share-links a.article-share-print {
  background-color: #cf102d;
}
.article-wrapper.news .article-share-links a.article-share-print:hover {
  background-color: #ee2443;
}
.article-wrapper.news .article-date {
  margin: 14px 0 32px 0;
}
.article-wrapper.news .article-headline {
  font-size: 48px;
  color: #cf102d;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
}
.article-wrapper.news .article-content {
  padding: 48px 24px;
  padding-left: 120px;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.article-wrapper.news .article-wrapper-inside {
  margin-left: auto;
  max-width: 1440px;
  margin-right: auto;
  padding-right: 384px;
  position: relative;
}
.article-wrapper.news .article-right {
  width: 384px;
  opacity: 0;
  height: calc(100% + 580px);
  position: absolute;
  top: -580px;
  right: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
}
.article-wrapper.news .article-right .top_story_ad {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 48px 0;
  padding-top: 0;
  text-align: center;
}
.article-wrapper.news .article-right .top_story_ad .ad {
  background: white;
  padding: 17px;
  border: 1px solid #cccccc;
}
.article-wrapper.news .article-right .story_ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  margin: 24px 0;
}
.article-wrapper.news .article-right .story_ad ads-component {
  display: block;
  border: 1px solid #444041;
  padding: 17px;
}
.article-wrapper.news #news {
  background: #231f20;
  padding: 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news #news header.heading {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #444041;
}
.article-wrapper.news .article-left .article-headline {
  margin: 0;
}
.article-wrapper.news .c-stories__item {
  border-bottom: 1px solid #444041;
  padding: 20px 0;
}
.article-wrapper.news .c-stories__item .c-stories__info {
  color: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
.article-wrapper.news .c-stories__item a {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  transition: 0.35s;
}
.article-wrapper.news .c-stories__item a:hover {
  color: #cf102d;
  transition: 0.35s;
}
.article-wrapper.news .article-image-container {
  margin-right: 408px;
  flex: 0 1 1032px;
  -webkit-flex: 0 1 1032px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news .article-image {
  padding-top: 48px;
  background: url(/images/main_story_bg.png) no-repeat top center;
}
.article-wrapper.news .article-image.right {
  margin: 0 0 10px 10px;
}
.article-wrapper.news .article-image.right .article-image-caption {
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  line-height: 1.2;
}
.search-bar {
  position: relative;
  height: 100%;
  line-height: 40px;
}
.search-bar > i {
  color: white;
  font-size: 18px;
  margin-right: 10px;
}
.search-bar #search2 {
  display: flex;
  display: -webkit-flex;
  height: 47px;
  background-color: white;
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.search-bar #search2 label {
  position: absolute;
  left: -9999px;
}
.search-bar #search2 .search-input {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.search-bar #search2 input[type="text"] {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
  padding: 0 24px;
  height: 47px;
  border: none;
}
.search-bar #search2 input[type="submit"] {
  display: block;
  height: 47px;
  width: 47px;
  text-align: center;
  border: none;
  background-color: #cf102d;
  color: white;
  border-radius: 0px;
}
.search-bar.active #search {
  opacity: 1;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1460px) {
  #videos .c-youtube__item .c-youtube__item-inner {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .mobile-navigation-icon {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-right: 24px;
  }
  .main-navigation .sponsor {
    margin-left: 24px;
  }
  .main-navigation .sponsor .ad {
    margin-right: 24px;
  }
  .mobile-navigation-icon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .ad_row .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .ad_row .story_ad {
    order: 2;
    -webkit-order: 2;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 1399px) {
  #search-btn {
    display: none;
  }
  .big10 {
    margin-right: 0;
  }
  .mobile-navigation-icon {
    width: auto;
  }
  .promo .row.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .topStories .c-stories__title > a {
    font-size: 3.5vw;
  }
  .main-navigation .c-nav__level-1 > li .c-nav__level-2 ul li a.c-nav__schedule-roster-news {
    display: none;
  }
}
#slide {
  position: fixed;
  z-index: 8000;
  bottom: 0;
  left: 0;
  width: 100%;
}
#slide .row {
  padding-right: 396px;
  max-width: 1464px;
  padding-left: 12px;
}
#slide .row .dfp-ad {
  margin: 12px auto;
}
@media screen and (max-width: 1278px) {
  #slide .row {
    padding-right: 12px;
  }
  .sport .main-navigation .header_logo {
    top: 6px !important;
  }
  .sport .main-navigation .header_logo .home {
    display: none !important;
  }
  .sport .main-navigation .header_logo .scroll {
    display: block !important;
  }
  .leaderboard {
    padding-right: 0;
  }
  .watchlive {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .watchlive > a {
    margin-left: auto;
  }
  .watchlive .live-container {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    margin-top: 12px;
  }
  #videos .c-youtube__player,
  #videos .featured-video {
    flex: 1 1 802px;
    -webkit-flex: 1 1 802px;
    min-width: 1px;
    min-height: 1px;
  }
  #videos .more-videos {
    flex: 0 1 280px;
    -webkit-flex: 0 1 280px;
    min-width: 1px;
    min-height: 1px;
  }
  #videos .c-youtube__list-container {
    flex: 0 1 280px;
    -webkit-flex: 0 1 280px;
    min-width: 1px;
    min-height: 1px;
  }
  .watchlive {
    padding-left: 24px;
  }
  #videos {
    padding-left: 24px;
  }
  .s-schedule {
    position: relative;
    top: auto !important;
    right: auto;
    height: auto !important;
    width: 100%;
  }
  .rvision .row {
    padding: 0;
  }
  .s-schedule .story_ad {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .topStories {
    margin-right: 0;
  }
  .topStories-container .row {
    padding: 0;
  }
  .topStories-container {
    background-size: cover;
    padding: 0;
  }
  .content-ad {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1090px) {
  .ad_row .promo2 {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .ad_row .promo2 .ad {
    margin: 0 12px;
  }
  .ad_row .promo1 {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .ad_row .promo1 .ad {
    margin: 0 12px;
  }
}
.print-friendly-story-button {
  margin-top: 48px;
}
@media screen and (max-width: 1023px) {
  #featured-section .c-stories--featured__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .article-share-links {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    display: -webkit-flex;
    margin-top: 12px;
  }
  .article-wrapper.news .article-share-links li {
    margin-right: 6px;
  }
  .article-wrapper.news .article-image {
    padding-top: 0;
  }
  .article-wrapper.news .article-right .story_ad {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 0;
  }
  .article-wrapper.news .article-image-container {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
  .article-wrapper.news .article-content {
    padding: 48px 24px;
  }
  .article-wrapper.news .article-right {
    position: static !important;
    right: auto !important;
    height: auto !important;
    width: 100%;
  }
  .article-wrapper.news .article-wrapper-inside {
    padding-right: 0;
  }
  .promo .slick-prev {
    left: 12px;
  }
  .promo .slick-next {
    right: 12px;
  }
  .sport .main-content-placeholder {
    margin-top: 120px;
  }
  .sport-navigation {
    height: 50px;
  }
  .main-navigation .header_logo {
    top: 6px !important;
  }
  .main-navigation .header_logo .scroll {
    display: block !important;
  }
  .main-navigation .header_logo .home {
    display: none !important;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: calc(100% - 24px);
    padding: 12px;
  }
}
@media screen and (max-width: 900px) {
  .videos-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #videos .more-videos .c-youtube__item .c-youtube__details .c-youtube__title {
    font-size: 18px;
  }
  #videos .c-youtube__item .c-youtube__details {
    font-size: 14px;
  }
  #videos .slick-dots {
    margin-top: 24px;
  }
  #videos .c-youtube__list-container {
    margin-left: -12px;
    margin-right: -12px;
  }
  #videos .featured-video .c-youtube__item {
    padding: 0;
  }
  #videos .c-youtube__item {
    padding: 0 12px;
  }
  .c-youtube {
    display: block;
  }
  #videos {
    padding-bottom: 72px;
  }
  #videos .c-youtube__player .c-youtube__details,
  #videos .featured-video .c-youtube__details {
    padding: 24px;
  }
  #videos .c-youtube__player,
  #videos .featured-video {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
  #videos .c-youtube__player {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
  #videos .c-youtube__list-container,
  #videos .more-videos {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  #videos .c-youtube__list-container .c-youtube__list {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .footer_logos {
    padding: 48px 12px;
  }
  .topStories .c-stories__title > a {
    font-size: 26px;
  }
  .topStories .slick-track {
    background: #cf102d;
  }
  .topStories .c-stories__details {
    position: static;
    background: #cf102d;
    padding: 24px 48px;
    font-size: 16px;
  }
  .big10 {
    margin-right: 10px;
  }
  .mobile_menu {
    min-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .footer_logos ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer .footer_logos ul li {
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
    padding: 12px;
    text-align: center;
  }
  .topStories .c-stories__media:before {
    display: none;
  }
  .follow header.heading > span h2 span {
    display: none;
  }
  .ad_row .promo2 {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .ad_row .promo2 .ad {
    margin: 0 12px;
  }
  .ad_row .promo1 {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    margin-bottom: 24px;
  }
  .ad_row .promo1 .ad {
    margin: 0 12px;
  }
}
@media screen and (max-width: 640px) {
  #featured-section .c-stories--featured__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 24px 12px;
    border-bottom: 1px solid #cccccc;
  }
  #featured-section .c-stories--featured__item:first-child {
    border-top: 1px solid #cccccc;
  }
  .c-stories--featured__media-container {
    flex: 0 0 125px;
    -webkit-flex: 0 0 125px;
    min-width: 1px;
    min-height: 1px;
  }
  #featured-section .c-stories--featured__details {
    padding: 0 0 0 24px;
  }
  #videos .c-youtube__player .c-youtube__details {
    display: none;
  }
  #videos .featured-video .c-youtube__details {
    background-color: black;
    color: white;
    padding: 12px;
  }
  #videos .featured-video .c-youtube__details .c-youtube__title {
    color: white;
  }
  #videos .c-youtube__list-container {
    margin: 0;
  }
  #videos .c-youtube__player .c-youtube__details {
    padding-left: 0;
  }
  #videos .c-youtube__player .c-youtube__details .c-youtube__title {
    white-space: normal;
    font-size: 26px;
  }
  #videos .c-youtube__item .c-youtube__details {
    position: static;
    width: 100%;
    font-size: 18px;
  }
  #videos .c-youtube__item {
    padding: 0;
    border-bottom: 1px solid #dedede;
  }
  #videos .c-youtube__item:first-child {
    border-top: 1px solid #dedede;
  }
  .watchlive .item-inside {
    display: block;
    white-space: normal;
  }
  .watchlive .item-inside > * {
    display: block;
  }
  .watchlive .item-inside > a {
    margin: 0;
  }
  #videos .c-youtube__item .c-youtube__details .c-youtube__title,
  #videos .more-videos .c-youtube__item .c-youtube__details .c-youtube__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .main-navigation .nav-container {
    min-width: 44px;
  }
  .nav-container navigation-component {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    display: block;
  }
  header.heading > span {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .topStories .c-stories__details {
    padding: 24px;
  }
  .topStories .c-stories__details p {
    display: none;
  }
  header.heading > a > span {
    display: none;
  }
  .article-wrapper.news .article-headline {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  .sport-navigation .sports-mobile-navigation-container {
    padding: 0;
  }
  .watchlive > a > span {
    display: none;
  }
  header.heading > span h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 430px) {
  .main-navigation .sponsor {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .big10 img {
    margin: 0 12px;
  }
  .mobile-navigation-icon {
    margin-right: 12px;
  }
}
.dfp-ad {
  margin: 0 auto;
}
.rfund .sport-navigation .sports-mobile-navigation-container > ul > li {
  display: none;
}
.rfund .sport-navigation .sports-mobile-navigation-container > ul > li.more {
  display: block;
}
/*countdown*/

.countdown-container {
  min-height: 60px;
  background: white;
  width: 80%;
  color: #cf102d;
  display: flex;
  display: -webkit-flex;
  padding: 0 40px;
  margin: 10px auto;
}
.countdown-container .title {
  text-transform: uppercase;
  font: 38px/1 'Anton';
  margin-top: 10px;
}
.countdown-container .countdown-game-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.countdown-container .countdown-details {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 25px/1 'Anton';
  margin: 0 35px;
}
.countdown-container .opponent .vsat {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 60px;
  margin: 0 20px;
}
.countdown-container .opponent .vsat:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  height: 100%;
  background: white;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: white;
  margin: 4px 0 ;
}
.countdown-container .game-media {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 5px 0 0px;
  margin-left: 20px;
  position: relative;
  margin-right: -40px;
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e5e5e5;
  color: #cf102d;
  font: 35px/1.3 'Anton';
  text-transform: uppercase;
}
.countdown-container .game-media > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .game-media > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
.countdown-container .countdown-details-countdown {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
}
.countdown-container .countdown-details-promo {
  margin-right: 20px;
  padding-top: 10px;
  max-width: 75px;
}
.countdown-container .time {
  font: 30px/1.3 'Anton';
  color: #cf102d;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 60px;
  width: 45px;
  padding: 5px 0;
  background: black;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-weight: 300;
  font-size: 13px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
  color: #c8c8c8;
  margin: 0 15px;
  position: relative;
}
.countdown-container .timeWrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid black;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .timeWrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid black;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1405px) {
  .countdown-container .countdown-details-promo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1054px) {
  .timeWrapper {
    margin: 0 4px !important;
  }
  .timeWrapper:before {
    display: none !important;
  }
  .timeWrapper:after {
    display: none !important;
  }
  .countdown-container .countdown-details-promo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 940px) {
  .countdown-container {
    padding: 0 5px;
  }
  .countdown-container .opponent {
    display: none;
  }
  .opponent .logo img {
    width: 80%;
  }
  .countdown-container .game-media > a {
    height: 40px;
    padding: 0 5px 0 5px;
    margin-right: 0px;
    font-size: 18px;
    margin-left: 0px;
  }
  .countdown-container .game-media > a:before {
    display: none;
  }
  .countdown-container .time {
    font-size: 25px;
  }
  .countdown-container .timeWrapper {
    width: 40px;
  }
  .countdown-container .opponent {
    font-size: 18px;
  }
  .countdown-container .opponent .vsat {
    margin: 0 13px 0 -10px !important;
  }
}
@media screen and (max-width: 768px) {
  .countdown-container .opponent {
    margin-left: 85px;
  }
}
@media screen and (max-width: 664px) {
  .countdown-container .opponent {
    margin-left: 25px;
  }
}
@media screen and (max-width: 540px) {
  .countdown-container {
    width: 80%;
    min-height: 55px;
  }
  .countdown-details-promo {
    width: 150px !important;
  }
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
  .countdown-container .timeWrapper {
    font-size: 8px;
    width: 34px;
    height: 45px;
  }
  .countdown-container .time {
    font-size: 17px;
  }
  .countdown-container .game-media > a {
    height: 26px;
    padding: 0px;
  }
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
.sidearm-story-template .sidearm-story-template-media {
  background: black;
}
.sidearm-story-template-gen-2 .sidearm-story-template-content .sidearm-story-template-header h2 {
  color: black;
}
.sidearm-story-template-post .sidearm-story-template-next-game {
  color: white !important;
}
.sidearm-story-template-post .sidearm-story-template-next-game-links a {
  color: white !important;
}
.tickets-dropdown-ad {
  margin-top: 24px;
}
@media screen and (max-width: 540px) {
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
  .c-search--popout {
    display: none !important;
  }
}
#nav-flex-container {
  display: flex;
  align-items: center;
  width: 100%;
}
#nav-flex-container navigation-component {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
#nav-flex-container search-component {
  order: 3;
}
#nav-flex-container .big10 {
  order: 2;
}
#nav-flex-container navigation-component {
  order: 1;
}
@media screen and (max-width: 768px) {
  #nav-flex-container {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #nav-flex-container search-component {
    order: 1;
  }
  #nav-flex-container .big10 {
    order: 2;
    margin: 0;
  }
  #nav-flex-container navigation-component {
    order: 3;
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
}
@media (min-width: 768px) {
  .learfield-img-logo {
    width: 200px;
  }
}
.inpage-header {
  background-color: #cf102d;
  color: white;
  padding-left: 15px !important;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  padding: 2px;
  font-family: "Anton";
}
.small-logo {
  background: #cccccc url("/images/logos/site/site.png") no-repeat center center;
  background-size: contain;
  width: 65px;
}
.sidearm-schedule-template-1 .sidearm-schedule-game-links ul li a {
  color: #cf102d !important;
}
.general .vue-archives-template-1 .vue-archives-header {
  margin: 80px 0 24px 0 !important;
}
.sidebar-ad-bottom .ad {
  margin-top: 24px;
}
.sidearm-story-template-gen-2 .sidearm-story-template-links,
.sidearm-story-template-gen-3 .sidearm-story-template-links {
  position: relative;
  z-index: 1;
}
