@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');
/*Paths*/
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.accessible-text {
  background-color: black !important;
  color: white !important;
}
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;
}
.row-container {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1416px;
}
.row .column,
.row .columns {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.row .column.full,
.row .columns.full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*Schedule Template 1 Font Override*/

.sidearm-schedule-template-1 {
  font-family: 'Oswald', sans-serif !important;
}
html.sport body {
  padding-top: 358px;
}
html.headroom--not-top .main-header {
  position: fixed;
  top: -120px;
}
html.headroom--not-top .s-scoreboard__toggle {
  pointer-events: initial;
  color: #cf102d;
}
html.headroom--not-top.scoreboard-expanded .main-header {
  transform: translate(-50%, 120px);
}
html.wide .main-content-placeholder {
  background-color: white;
  padding: 24px;
  margin-bottom: 24px;
}
html.cumestats .sidearm-table th,
html.cumestats .sidearm-table td {
  font-size: 0.875rem;
}
html.cumestats .sidearm-table tbody th,
html.cumestats .sidearm-table tbody td {
  font-size: 0.875rem;
}
body {
  font: 1rem/1.5 'Oswald', sans-serif;
  color: black;
  margin: 0;
  padding: 288px 0 0;
  background: #f8f8f8;
}
.site-container {
  margin: 0 auto;
  max-width: 1416px;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1416px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  transition: transform .25s;
}
.main-header-logo {
  width: 136px;
  height: 144px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  border: 1px solid #d9d9db;
}
.s-scoreboard {
  height: 120px;
  overflow: hidden;
  background-color: white;
}
.s-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #dedede;
  font-size: 36px;
  padding: 0 10px;
  pointer-events: none;
  transition: .25s;
}
.s-scoreboard__toggle::-ms-expand {
  display: none;
}
.s-scoreboard__toggle:hover {
  color: #323337;
}
.s-scoreboard__toggle i[class^="sf-"]::before {
  margin: 0;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__list {
  position: relative;
  padding-right: 47px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item {
  height: 120px;
  border-right: 1px solid #d9d9db;
  position: relative;
  overflow: hidden;
  padding: 16px 20px;
  font-size: 0.875rem;
  line-height: 1;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__overlay {
  opacity: 1;
  transform: translateY(0%);
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__sport {
  margin-right: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team {
  margin-top: 6px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-logo-container {
  max-width: 32px;
  max-height: 33px;
  overflow: hidden;
  margin-right: 10px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-score {
  margin-left: 10px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 2;
  font-size: 18px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__toggle::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__toggle:hover,
.s-scoreboard .c-scoreboard--slider .c-scoreboard__toggle.is-toggled {
  color: #cf102d;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  opacity: 0;
  transform: translateY(-100%);
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-item:not(:last-child)::after {
  content: '/';
  margin: 0 6px;
  font-weight: 300;
  color: #d9d9db;
  font-size: 24px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link {
  text-decoration: none;
  color: #cf102d;
  font-size: 24px;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link:hover {
  color: #323337;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: none;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  color: #323337;
  font-size: 32px;
  background-color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside-toggle::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside-toggle:hover {
  background-color: #cf102d;
  color: white;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside-toggle i[class^="sf-"] {
  display: block;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside {
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__filter {
  position: relative;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__filter::after {
  content: '\e020';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.9em;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 36px 0 24px;
  font-size: 14px;
  color: #323337;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__filter-select::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__composite {
  padding: 0 36px 0 24px;
  color: #323337;
  font-size: 14px;
  background-color: white;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__composite:hover {
  background-color: #cf102d;
  color: white;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__composite::after {
  content: '\e020';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.9em;
}
.s-scoreboard .c-scoreboard--slider .c-sports-ticket-links .c-sports-ticket-links__filter {
  position: relative;
  font-size: 14px;
}
.s-scoreboard .c-scoreboard--slider .c-sports-ticket-links .c-sports-ticket-links__filter::after {
  content: '\e020';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.9em;
  color: white;
}
.s-scoreboard .c-scoreboard--slider .c-sports-ticket-links .c-sports-ticket-links__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 36px 0 24px;
  font-size: 14px;
  color: white;
  background-color: #cf102d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-scoreboard .c-scoreboard--slider .c-sports-ticket-links .c-sports-ticket-links__filter-select::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .c-sports-ticket-links .c-sports-ticket-links__filter-select option {
  background-color: white;
  color: #323337;
}
.s-scoreboard .c-scoreboard--slider .slick-prev,
.s-scoreboard .c-scoreboard--slider .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  display: block;
  width: 48px;
  height: 60px;
  background-color: white;
  position: absolute;
  right: 0;
  border-right: 1px solid #d9d9db;
  border-left: 1px solid #d9d9db;
  color: #323337;
  text-align: center;
  line-height: 60px;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::-ms-expand,
.s-scoreboard .c-scoreboard--slider .slick-next::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:hover,
.s-scoreboard .c-scoreboard--slider .slick-next:hover {
  background-color: #cf102d;
  color: white;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::before,
.s-scoreboard .c-scoreboard--slider .slick-next::before {
  font-family: sidearm_font_v2;
  font-size: 36px;
}
.s-scoreboard .c-scoreboard--slider .slick-prev {
  top: 0;
  border-bottom: 1px solid #d9d9db;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::before {
  content: '\e005';
}
.s-scoreboard .c-scoreboard--slider .slick-next {
  top: 60px;
}
.s-scoreboard .c-scoreboard--slider .slick-next::before {
  content: '\e006';
}
.main-navigation-top {
  background-color: black;
  height: 48px;
}
.main-navigation-top__list {
  height: 100%;
}
.main-navigation-top__item {
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.main-navigation-top__item:not(:first-child) {
  border-left: 1px solid #323337;
}
.main-navigation-top__item--social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation-top__item--social .ad {
  line-height: 0.75;
}
.main-navigation-top__item--social .ad:not(:first-child) {
  margin-left: 12px;
}
.main-navigation-top__item--social .ad a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  transition: .25s;
}
.main-navigation-top__item--social .ad a:hover {
  color: #ffcc00;
}
.main-navigation-top__item--social .ad i[class^="sf-"]::before {
  margin: 0;
}
.main-navigation-top__item--social .ad span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
a.main-navigation-top__link {
  color: white;
  text-decoration: none;
  transition: .25s;
}
a.main-navigation-top__link:hover {
  color: #ffcc00;
}
.main-navigation {
  height: 96px;
  background-color: white;
  border-bottom: 1px solid #d9d9db;
  padding: 0 24px;
}
.main-navigation .c-search--popout {
  position: relative;
}
.main-navigation .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-navigation .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #cf102d;
  font-size: 36px;
  transition: .25s;
}
.main-navigation .c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.main-navigation .c-search--popout .c-search__toggle:hover,
.main-navigation .c-search--popout .c-search__toggle.is-toggled {
  background-color: #f8f8f8;
}
.main-navigation .c-search--popout .c-search__toggle:hover .c-search__toggle-inner::before,
.main-navigation .c-search--popout .c-search__toggle.is-toggled .c-search__toggle-inner::before {
  transform: scaleX(1);
  opacity: 1;
}
.main-navigation .c-search--popout .c-search__toggle-inner {
  display: block;
  height: 95px;
  line-height: 95px;
  padding: 0 10px;
  position: relative;
}
.main-navigation .c-search--popout .c-search__toggle-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.main-navigation .c-search--popout .c-search__toggle i[class^="sf-"]::before {
  margin: 0;
}
.main-navigation .c-search--popout .c-search__popout {
  position: absolute;
  top: 0;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
}
.main-navigation .c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 100%;
  opacity: 1;
}
.main-navigation .c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 96px;
  line-height: 95px;
  padding: 0 24px;
  border-bottom: 2px solid #cf102d;
  color: black;
  font-size: 1rem;
  background-color: #f8f8f8;
  width: 200px;
}
.main-navigation .c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.c-navigation--main {
  height: 95px;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__sponsor .ad {
  margin-left: 12px;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  background-color: #f8f8f8;
  color: black;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1::before {
  transform: scaleX(1);
  opacity: 1;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation__item--level-1:hover.c-navigation__parent .c-navigation__url--level-1::after {
  transform: rotate(-180deg);
}
.c-navigation--main .c-navigation__url--level-1 {
  padding: 0 12px;
  font-size: 18px;
  text-transform: uppercase;
  color: #cf102d;
  font-weight: 500;
  line-height: 95px;
  height: 95px;
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: .25s;
}
.c-navigation--main .c-navigation__url--level-1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.c-navigation--main .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  content: '\e020';
  font-size: 12px;
  margin-left: 6px;
  transition: transform .25s;
}
.c-navigation--main .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: white;
  padding: 12px;
  border-bottom: 1px solid #d9d9db;
}
.c-navigation--main .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .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__column[data-ko-index="5"] {
  order: -1;
  -webkit-order: -1;
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px dashed #d9d9db;
  transition: .25s;
}
.c-navigation--main .c-navigation__item--level-2:hover {
  background-color: #cf102d;
}
.c-navigation--main .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation__separator {
  font-size: 18px;
  color: #cf102d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: none;
  padding: 6px 12px;
}
.c-navigation--main .c-navigation__separator:hover {
  background: none;
}
.c-navigation--main .c-navigation__url--level-2 {
  color: #323337;
  padding: 4px 0 4px 12px;
  transition: .25s;
}
.c-navigation--main .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation__url--level-2:last-child {
  padding-right: 12px;
}
.c-navigation--main .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #cf102d;
  font-size: 1.0625em;
  visibility: hidden;
}
.c-navigation--main .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation__social:before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.c-navigation--main .c-navigation__social.facebook,
.c-navigation--main .c-navigation__social.instagram {
  display: none;
}
.c-navigation--main .c-navigation__social.twitter:before {
  content: '\e035';
}
.c-navigation--main .c-navigation__social.tickets:before {
  content: '\e108';
}
.c-navigation--main .c-navigation__ad {
  margin-top: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #cf102d;
  font-size: 36px;
  position: relative;
  height: 95px;
  line-height: 95px;
  padding: 0 10px;
  transition: .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled {
  background-color: #f8f8f8;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover::before,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled::before {
  transform: scaleX(1);
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle i[class^="sf-"]::before {
  margin: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background-color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 260px);
  overflow: auto;
}
html.headroom--not-top:not(.scoreboard-expanded) .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 144px);
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1:hover .c-navigation__url--level-1::after {
  transform: initial;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  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-size: 20px;
  content: '\e012';
  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__url--level-1 {
  line-height: 1.25;
  height: auto;
  white-space: normal;
  padding: 20px 24px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9db;
  color: #323337;
}
.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: #cf102d;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1::before {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1::after {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: #f8f8f8;
  transition: 1s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  border-bottom: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  padding: 20px 24px;
  border-bottom: 1px solid #d9d9db;
  margin: 0;
  font-size: 16px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 20px 24px;
  border-bottom: 1px solid #d9d9db;
}
.sport-navigation {
  height: 71px;
  background-color: white;
  position: relative;
  z-index: -1;
  border-bottom: 1px solid #d9d9db;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport .c-navigation__level-1 {
  padding-right: 48px;
}
.c-navigation--sport .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport .c-navigation__item--level-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  border-left: 1px dashed #d9d9db;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  background-color: #f8f8f8;
  color: #323337;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1::before {
  transform: scaleX(1);
  opacity: 1;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport .c-navigation__item--level-1:first-child::before,
.c-navigation--sport .c-navigation__item--level-1:nth-child(2)::before {
  display: none;
}
.c-navigation--sport .c-navigation__url--level-1 {
  line-height: 70px;
  color: #323337;
  font-size: 16px;
  padding: 0 24px;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.c-navigation--sport .c-navigation__sport {
  margin-right: auto;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.c-navigation--sport .c-navigation__sport .c-navigation__url--level-1 {
  color: #cf102d;
}
.c-navigation--sport .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 360px;
  background-color: white;
  padding: 24px;
  border: 1px solid #d9d9db;
  border-top: none;
}
.c-navigation--sport .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport .c-navigation__url--level-2 {
  border-bottom: 1px dashed #d9d9db;
  padding: 6px 12px;
  color: #323337;
  font-size: 16px;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-2:hover {
  background-color: #cf102d;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  line-height: 70px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: #cf102d;
  padding: 0 12px;
  position: relative;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover {
  background-color: #f8f8f8;
  color: #323337;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 24px;
  display: block;
  color: #323337;
  position: relative;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102d;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled {
  background-color: #f8f8f8;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover::before,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled::before {
  transform: scaleX(1);
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 334px);
  overflow: auto;
}
html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 165px);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  padding: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1::before {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1:first-child .c-navigation__url--level-1 {
  border-top: 1px solid #d9d9db;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  font-size: 20px;
  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 {
  line-height: 1.25;
  height: auto;
  padding: 12px 24px;
  border-bottom: 1px solid #d9d9db;
}
.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: #cf102d;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1::before {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  border: none;
  background-color: #f8f8f8;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 12px 24px;
  border-bottom-style: solid;
}
.s-topstories {
  background-color: white;
  border-bottom: 1px solid #d9d9db;
}
.s-topstories.has-large-featured {
  display: block;
}
.s-topstories.has-large-featured .c-stories--list {
  display: flex;
  display: -webkit-flex;
  margin: 0 -12px;
}
.s-topstories.has-large-featured .c-stories--list .c-stories__item {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
  border-bottom: none;
}
.s-topstories.has-large-featured .c-stories--list .c-stories__link {
  padding: 24px 12px;
}
.s-topstories.has-large-featured .s-topstories__featured {
  border-bottom: 1px solid #d9d9db;
}
.s-topstories.has-large-featured .s-topstories__dropdowns {
  display: flex;
  display: -webkit-flex;
  margin: 0 -12px;
}
.s-topstories.has-large-featured .s-topstories__dropdowns-item {
  margin: 0 12px;
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories__featured {
  flex: 1 1 1056px;
  -webkit-flex: 1 1 1056px;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories__featured stories-component {
  display: block;
  height: 100%;
}
.s-topstories__sidebar {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
}
.s-topstories__sidebar-header {
  color: #cf102d;
  border-bottom: 1px dashed #d9d9db;
  font-weight: 500;
  font-size: 1.375rem;
  height: 50px;
  line-height: 1;
}
.s-topstories__dropdowns {
  font-size: 1rem;
}
.s-topstories__dropdowns .html-ad {
  display: flex;
  display: -webkit-flex;
}
.s-topstories__dropdowns-select-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin-bottom: 24px;
}
.s-topstories__dropdowns-select-container::after {
  content: '\e020';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.9em;
  color: #323337;
}
.s-topstories__dropdowns select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #d9d9db;
  border-right: none;
  border-radius: 2px 0 0 2px;
  height: 48px;
  line-height: 48px;
  padding: 0 36px 0 24px;
  color: #323337;
}
.s-topstories__dropdowns select::-ms-expand {
  display: none;
}
.s-topstories__dropdowns button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  flex: 0 0 142px;
  -webkit-flex: 0 0 142px;
  min-width: 1px;
  min-height: 1px;
  background-color: black;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  color: white;
  text-align: center;
  border-radius: 0 2px 2px 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.125em;
  transition: .25s;
}
.s-topstories__dropdowns button::-ms-expand {
  display: none;
}
.s-topstories__dropdowns button:hover {
  background-color: #cf102d;
}
.s-topstories .c-stories__media {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-topstories .c-stories__picture img,
.s-topstories .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-topstories .c-stories__date-sport {
  color: #323337;
  font-size: 1rem;
}
.s-topstories .c-stories__date-sport-divider {
  color: #cf102d;
  margin: 0 6px;
}
.s-topstories .c-stories__title {
  font-weight: 700;
}
.s-topstories .c-stories__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories__url:hover {
  color: #cf102d;
}
.s-topstories .c-stories__teaser {
  color: #323337;
  line-height: 1.88;
  font-size: 1rem;
}
.s-topstories .c-stories__teaser a {
  color: #323337;
  transition: .25s;
}
.s-topstories .c-stories__teaser a:hover {
  color: #cf102d;
}
.s-topstories .c-stories .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 4;
}
.s-topstories .c-stories .showcase-play-button::-ms-expand {
  display: none;
}
.s-topstories .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.s-topstories .c-stories--featured {
  height: 100%;
}
.s-topstories .c-stories--featured .c-stories__item {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-topstories .c-stories--featured .c-stories__details {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .c-stories--featured .c-stories__details-text {
  padding: 24px;
}
.s-topstories .c-stories--featured .c-stories__details-right {
  padding: 24px;
  border-left: 1px solid #d9d9db;
  flex: 0 0 242px;
  -webkit-flex: 0 0 242px;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .c-stories--featured .c-stories__details-right-header {
  color: #cf102d;
  border-bottom: 1px dashed #d9d9db;
  font-weight: 500;
  font-size: 1.375rem;
  height: 50px;
  line-height: 1;
  margin-bottom: 12px;
}
.s-topstories .c-stories--featured .c-stories__details-results-link {
  color: #cf102d;
  font-size: 1rem;
  transition: .25s;
}
.s-topstories .c-stories--featured .c-stories__details-results-link:hover {
  color: #323337;
}
.s-topstories .c-stories--featured .c-stories__title {
  font-size: 1.625rem;
  margin-top: 20px;
}
.s-topstories .c-stories--featured .c-stories__teaser {
  margin-top: 20px;
}
.s-topstories .c-stories--featured .c-stories__links-item {
  margin-bottom: 12px;
}
.s-topstories .c-stories--featured .c-stories__links-link {
  color: #cf102d;
  font-size: 1rem;
  transition: .25s;
}
.s-topstories .c-stories--featured .c-stories__links-link:hover {
  color: #323337;
}
.s-topstories .c-stories--featured .c-stories__team {
  color: #323337;
  margin-bottom: 12px;
}
.s-topstories .c-stories--featured .c-stories__team-logo-container {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.s-topstories .c-stories--featured .c-stories__team-score {
  margin-left: 12px;
}
.s-topstories .c-stories--list .c-stories__item {
  border-bottom: 1px dashed #d9d9db;
}
.s-topstories .c-stories--list .c-stories__item:last-child {
  border-bottom: none;
}
.s-topstories .c-stories--list .c-stories__link {
  color: black;
  padding: 24px 0;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--list .c-stories__link:hover .c-stories__title {
  color: #cf102d;
}
.s-topstories .c-stories--list .c-stories__media-container {
  flex: 0 0 84px;
  -webkit-flex: 0 0 84px;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .c-stories--list .c-stories__media {
  padding-bottom: 100%;
}
.s-topstories .c-stories--list .c-stories__image {
  max-width: initial;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.s-topstories .c-stories--list .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
}
.s-topstories .c-stories--list .c-stories__title {
  transition: .25s;
}
.s-topstories .c-stories--list .c-stories__date {
  color: #323337;
  line-height: 1.88;
}
.s-fanexperience__header {
  background-color: #cf102d;
  padding: 48px 24px;
  color: white;
}
.s-fanexperience__header-logo {
  padding-right: 48px;
  margin-right: 24px;
  border-right: 1px solid white;
}
.s-fanexperience__header-text {
  margin: 0 24px;
  font-size: 36px;
  letter-spacing: 0.125em;
  font-weight: 300;
}
.s-fanexperience__header-text abbr {
  text-decoration: none;
  border-bottom: none;
}
.s-fanexperience__header-text-your {
  position: relative;
}
.s-fanexperience__header-text-your::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #ffcc00;
}
.s-fanexperience__header-toggle {
  color: white;
  margin-left: auto;
  font-size: 1.125rem;
}
.s-fanexperience__header-toggle-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  margin-right: 12px;
}
.s-fanexperience__header-toggle > button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.s-fanexperience__header-toggle > button::-ms-expand {
  display: none;
}
.s-fanexperience-modal {
  position: absolute;
  top: 100%;
  right: -24px;
  width: 90vw;
  max-width: 460px;
  background-color: white;
  padding: 24px;
  z-index: 200;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(24px);
}
.s-fanexperience-modal__header {
  margin-bottom: 12px;
}
.s-fanexperience-modal__header-text {
  color: #cf102d;
  font-size: 2.25rem;
  letter-spacing: 0.125em;
  margin: 0;
}
.s-fanexperience-modal__header-text abbr {
  border: none;
  text-decoration: none;
  font-weight: 300;
}
.s-fanexperience-modal__header-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #cf102d;
  font-size: 24px;
  transition: .25s;
}
.s-fanexperience-modal__header-button::-ms-expand {
  display: none;
}
.s-fanexperience-modal__header-button:hover {
  background-color: #f8f8f8;
  color: #323337;
}
.s-fanexperience-modal fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.s-fanexperience-modal__input {
  position: relative;
}
.s-fanexperience-modal__input--email::before {
  content: '\e152';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #323337;
  font-size: 24px;
  pointer-events: none;
}
.s-fanexperience-modal__input--password::before {
  content: '\e148';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #323337;
  font-size: 24px;
  pointer-events: none;
}
.s-fanexperience-modal__input--password-verify::before {
  content: '\e085';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #323337;
  font-size: 24px;
  pointer-events: none;
}
.s-fanexperience-modal__input--firstname::before,
.s-fanexperience-modal__input--lastname::before {
  content: '\e139';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #323337;
  font-size: 24px;
  pointer-events: none;
}
.s-fanexperience-modal__input input {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 100%;
  border: 1px solid #d9d9db;
  margin-bottom: -1px;
  color: #323337;
}
.s-fanexperience-modal__input input::-ms-expand {
  display: none;
}
.s-fanexperience-modal__input input[type="text"],
.s-fanexperience-modal__input input[type="email"],
.s-fanexperience-modal__input input[type="password"] {
  padding-left: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
}
.s-fanexperience-modal__input input[type="text"]:focus,
.s-fanexperience-modal__input input[type="email"]:focus,
.s-fanexperience-modal__input input[type="password"]:focus {
  border-color: #ffcc00;
  position: relative;
  z-index: 1;
}
.s-fanexperience-modal__input input[type="text"]::-webkit-input-placeholder,
.s-fanexperience-modal__input input[type="email"]::-webkit-input-placeholder,
.s-fanexperience-modal__input input[type="password"]::-webkit-input-placeholder {
  color: #323337;
}
.s-fanexperience-modal__input input[type="text"]::-moz-placeholder,
.s-fanexperience-modal__input input[type="email"]::-moz-placeholder,
.s-fanexperience-modal__input input[type="password"]::-moz-placeholder {
  color: #323337;
}
.s-fanexperience-modal__input input[type="text"]:-ms-input-placeholder,
.s-fanexperience-modal__input input[type="email"]:-ms-input-placeholder,
.s-fanexperience-modal__input input[type="password"]:-ms-input-placeholder {
  color: #323337;
}
.s-fanexperience-modal__input input[type="text"]:-moz-placeholder,
.s-fanexperience-modal__input input[type="email"]:-moz-placeholder,
.s-fanexperience-modal__input input[type="password"]:-moz-placeholder {
  color: #323337;
}
.s-fanexperience-modal__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 12px;
  line-height: 48px;
  text-align: center;
  background-color: #d9d9d9;
  color: #323337;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 3px;
}
.s-fanexperience-modal__button::-ms-expand {
  display: none;
}
.s-fanexperience-modal__button--primary {
  background-color: #cf102d;
  color: white;
}
.s-fanexperience-modal__button--facebook {
  background-color: #3b5998;
  color: white;
}
.s-fanexperience-modal__errors {
  padding: 12px 0;
  font-size: 0.875rem;
  color: #cf102d;
}
.s-fanexperience-modal__login-details {
  color: #757575;
  margin-top: 12px;
}
.s-fanexperience-modal__login-details a {
  color: #757575;
  text-decoration: none;
  transition: .25s;
}
.s-fanexperience-modal__login-details a:hover {
  color: #cf102d;
}
.s-fanexperience-modal__login .s-fanexperience-modal__input--email input {
  border-radius: 3px 3px 0 0 !important;
}
.s-fanexperience-modal__login .s-fanexperience-modal__input--password input {
  border-radius: 0 0 3px 3px !important;
}
.s-fanexperience-modal__login .s-fanexperience-modal__button {
  margin-top: 12px;
}
.s-fanexperience-modal__signup .s-fanexperience-modal__input--firstname input {
  border-radius: 3px 3px 0 0 !important;
}
.s-fanexperience-modal__signup .s-fanexperience-modal__input--email {
  margin-bottom: 12px;
}
.s-fanexperience-modal__signup .s-fanexperience-modal__input--email input {
  border-radius: 0 0 3px 3px !important;
}
.s-fanexperience-modal__signup .s-fanexperience-modal__input--password input {
  border-radius: 3px 3px 0 0 !important;
}
.s-fanexperience-modal__signup .s-fanexperience-modal__input--password-verify input {
  border-radius: 0 0 3px 3px !important;
}
.s-fanexperience-modal__account {
  color: #323337;
}
.s-fanexperience-select {
  background-color: white;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.s-fanexperience-select__header {
  margin-bottom: 24px;
}
.s-fanexperience-select__header-name {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  color: #cf102d;
  font-size: 2.25rem;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-weight: 300;
}
.s-fanexperience-select__header-text {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-fanexperience-select__header-button {
  flex: 0 0 242px;
  -webkit-flex: 0 0 242px;
  min-width: 1px;
  min-height: 1px;
}
.s-fanexperience-select__sport {
  margin-bottom: 12px;
}
.s-fanexperience-select__sport-title {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #d9d9db;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 60px;
  color: #757575;
}
.s-fanexperience-select__sport-title button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 1.375em;
  color: #757575;
}
.s-fanexperience-select__sport-title button::-ms-expand {
  display: none;
}
.s-fanexperience-select__sport-options {
  border: 1px solid #d9d9db;
  height: 60px;
}
.s-fanexperience-select__sport-options a {
  text-decoration: none;
  color: #757575;
  height: 58px;
  line-height: 58px;
  padding: 0 12px;
  transition: .25s;
  font-size: 1rem;
}
.s-fanexperience-select__sport-options a.active,
.s-fanexperience-select__sport-options a:hover {
  color: #cf102d;
}
.s-fanexperience-select__sport-options a:not(:first-child) {
  border-left: 1px solid #d9d9db;
}
.s-fanexperience-select__sport-options a i[class^="sf-"] {
  font-size: 1.25em;
}
.s-fanexperience-select__footer {
  border: 1px solid #d9d9db;
  height: 60px;
}
.s-fanexperience-select__footer-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  height: 58px;
  line-height: 58px;
  border-left: 1px solid #d9d9db;
  padding: 0 24px;
  color: #323337;
  font-size: 1rem;
  width: 100%;
  transition: .25s;
}
.s-fanexperience-select__footer-button::-ms-expand {
  display: none;
}
.s-fanexperience-select__footer-button:hover {
  color: #cf102d;
}
.s-fanexperience-select__footer-button i[class^="sf-"] {
  font-size: 1.375em;
}
.s-fanexperience-select__sport-add {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.s-fanexperience-select__sport-add::after {
  content: '\e033';
  font-family: sidearm_font_v2;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: black;
}
.s-fanexperience-select__sport-add-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 58px;
  line-height: 58px;
  padding: 0 36px 0 24px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.s-fanexperience-select__sport-add-select::-ms-expand {
  display: none;
}
.s-fanexperience-stream {
  border: 1px solid #d9d9db;
  border-top: none;
  padding: 12px;
}
.s-dfp-leaderboard {
  background-color: white;
  text-align: center;
}
.s-dfp-leaderboard .ad {
  margin: 24px auto;
}
.s-featured-pressclips-videos {
  background-color: white;
  border-top: 1px solid #d9d9db;
}
.s-featured-pressclips {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #d9d9db;
  padding: 24px;
}
.s-featured-pressclips__sponsor .ad {
  margin-bottom: 24px;
}
.s-featured-pressclips__dfp .dfp-ad,
.s-featured-pressclips__dfp .ad {
  margin: 24px auto 0;
}
.s-featured-pressclips .tabs__list {
  border-bottom: 1px dashed #d9d9db;
  height: 50px;
}
.s-featured-pressclips .tabs__list-item {
  margin-right: 12px;
}
.s-featured-pressclips .tabs__list-item.ui-tabs-active .tabs__list-link {
  color: #cf102d;
}
.s-featured-pressclips .tabs__list-item.ui-tabs-active .tabs__list-link::after {
  transform: rotate(90deg);
}
.s-featured-pressclips .tabs__list-link {
  text-decoration: none;
  color: #323337;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  transition: .25s;
}
.s-featured-pressclips .tabs__list-link::after {
  content: '\e018';
  font-family: sidearm_font_v2;
  font-size: 16px;
  margin-left: 6px;
  transition: transform .25s;
}
.s-featured-pressclips .tabs__list-link:hover {
  color: #cf102d;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__item,
.s-featured-pressclips .c-pressclips--list .c-stories__item,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__item,
.s-featured-pressclips .c-pressclips--list .c-pressclips__item {
  border-bottom: 1px dashed #d9d9db;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__link,
.s-featured-pressclips .c-pressclips--list .c-stories__link,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__link,
.s-featured-pressclips .c-pressclips--list .c-pressclips__link {
  color: black;
  text-decoration: none;
  display: block;
  padding: 24px 0;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__link:hover .c-stories__title,
.s-featured-pressclips .c-pressclips--list .c-stories__link:hover .c-stories__title,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__link:hover .c-stories__title,
.s-featured-pressclips .c-pressclips--list .c-pressclips__link:hover .c-stories__title,
.s-featured-pressclips .c-stories--featured-list .c-stories__link:hover .c-pressclips__title,
.s-featured-pressclips .c-pressclips--list .c-stories__link:hover .c-pressclips__title,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__link:hover .c-pressclips__title,
.s-featured-pressclips .c-pressclips--list .c-pressclips__link:hover .c-pressclips__title {
  color: #cf102d;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__date-sport,
.s-featured-pressclips .c-pressclips--list .c-stories__date-sport,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__date-sport,
.s-featured-pressclips .c-pressclips--list .c-pressclips__date-sport {
  color: #323337;
  font-size: 1rem;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__date-sport-divider,
.s-featured-pressclips .c-pressclips--list .c-stories__date-sport-divider,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__date-sport-divider,
.s-featured-pressclips .c-pressclips--list .c-pressclips__date-sport-divider {
  color: #cf102d;
  margin: 0 6px;
}
.s-featured-pressclips .c-stories--featured-list .c-stories__title,
.s-featured-pressclips .c-pressclips--list .c-stories__title,
.s-featured-pressclips .c-stories--featured-list .c-pressclips__title,
.s-featured-pressclips .c-pressclips--list .c-pressclips__title {
  font-weight: 700;
  margin-top: 6px;
  transition: .25s;
}
.s-videos {
  flex: 1 1 1056px;
  -webkit-flex: 1 1 1056px;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
}
.s-videos__header {
  margin-bottom: 24px;
}
.s-videos__header-text {
  color: #cf102d;
  border-bottom: 1px dashed #d9d9db;
  font-weight: 500;
  font-size: 1.375rem;
  height: 50px;
  line-height: 1;
}
.s-videos__header-sponsor .ad {
  margin-left: 24px;
}
.s-videos .c-videos__item {
  cursor: pointer;
}
.s-videos .c-videos__item:hover .c-videos__play-btn {
  background-color: #cf102d;
}
.s-videos .c-videos__media {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  transition: .25s;
}
.s-videos .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos__date-sport {
  color: #323337;
}
.s-videos .c-videos__date-sport-divider {
  color: #cf102d;
  margin: 0 6px;
}
.s-videos .c-videos__title {
  color: black;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 12px;
}
.s-videos .c-videos--featured {
  margin: 0 -12px;
}
.s-videos .c-videos--featured .c-videos__item {
  margin: 0 12px;
  flex: 0 0 calc(33.3333% - 24px);
  -webkit-flex: 0 0 calc(33.3333% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__item.featured {
  flex: 0 0 calc(100% - 24px);
  -webkit-flex: 0 0 calc(100% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__item.featured .c-videos__details {
  padding: 6px 0 24px;
}
.s-videos .c-videos--featured .c-videos__item.featured .c-videos__title {
  font-size: 1.625rem;
  margin-top: 20px;
}
.s-videos .c-videos--featured .c-videos__details {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .showcase-modal.is-open {
  left: 0;
}
.s-videos .showcase-modal__inner {
  padding: 24px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-videos .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #cf102d;
  color: white;
  padding: 6px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .showcase-modal__close::-ms-expand {
  display: none;
}
.s-videos .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-contentstream {
  background-color: #f8f8f8;
  border-top: 1px solid #d9d9db;
}
.c-contentstream__header {
  padding: 24px;
  background-color: white;
}
.c-contentstream__header-inner {
  height: 50px;
  border-bottom: 1px dashed #d9d9db;
}
.c-contentstream__header-text {
  color: #cf102d;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1;
}
.c-contentstream__filter-item {
  margin-left: 48px;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #757575;
  font-size: 1rem;
  line-height: 1;
  transition: .25s;
}
.c-contentstream__filter-button::-ms-expand {
  display: none;
}
.c-contentstream__filter-button.is-active,
.c-contentstream__filter-button:hover {
  color: #cf102d;
}
.c-contentstream__filter-button i[class^="sf-"] {
  font-size: 24px;
}
.c-contentstream__stream-container {
  border: 1px solid #d9d9db;
  padding: 12px;
}
.c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.c-contentstream__item-inner {
  background-color: white;
  position: relative;
  overflow: hidden;
  line-height: 1.88;
}
.c-contentstream__ad {
  min-height: 348px;
}
.c-contentstream__flag {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #cf102d;
  font-size: 24px;
  background-color: white;
}
a.c-contentstream__story__link {
  color: #323337;
  text-decoration: none;
  display: block;
  transition: .25s;
}
a.c-contentstream__story__link:hover {
  color: #cf102d;
}
.c-contentstream__story__media {
  padding-bottom: 56.25%;
}
.c-contentstream__story__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__story__details {
  padding: 20px 24px;
}
.c-contentstream__story__date-read {
  margin-top: 12px;
}
.c-contentstream__story__date-read-divider {
  color: #cf102d;
  margin: 0 6px;
}
.c-contentstream__story__read {
  color: #cf102d;
}
a.c-contentstream__instagram__link {
  text-decoration: none;
}
.c-contentstream__instagram__image {
  width: 100%;
}
.c-contentstream__twitter__image {
  width: 100%;
}
.c-contentstream__twitter__details {
  padding: 20px 24px;
}
.c-contentstream__twitter__body a {
  color: #cf102d;
  text-decoration: none;
}
.c-contentstream__twitter__body a:hover {
  color: #323337;
}
.c-contentstream__twitter__actions {
  margin-top: 12px;
}
.c-contentstream__twitter__actions-item {
  margin-right: 12px;
}
a.c-contentstream__twitter__actions-link {
  color: #cf102d;
  font-size: 24px;
}
a.c-contentstream__twitter__actions-link:hover {
  color: #323337;
}
a.c-contentstream__twitter__actions-link i[class^="sf-"]::before {
  margin: 0;
}
.c-contentstream__video .c-contentstream__item-inner {
  cursor: pointer;
}
.c-contentstream__video .c-contentstream__item-inner:hover .c-contentstream__video__details {
  color: #cf102d;
}
.c-contentstream__video .c-contentstream__item-inner.video-is-playing .showcase-modal {
  left: 0;
}
.c-contentstream__video__media {
  padding-bottom: 56.25%;
}
.c-contentstream__video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__video__details {
  padding: 20px 24px;
  color: #323337;
  transition: .25s;
}
.c-contentstream__video__date-watch {
  margin-top: 12px;
}
.c-contentstream__video__date-watch-divider {
  color: #cf102d;
  margin: 0 6px;
}
.c-contentstream__video__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #cf102d;
}
.c-contentstream__video__play-btn::-ms-expand {
  display: none;
}
.c-contentstream__video .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream__video .showcase-modal__inner {
  padding: 24px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-contentstream__video .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream__video .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #cf102d;
  color: white;
  padding: 6px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-contentstream__video .showcase-modal__close::-ms-expand {
  display: none;
}
.c-contentstream__video .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream__facebook__image {
  width: 100%;
}
.c-contentstream__facebook__details {
  padding: 20px 24px;
}
.c-contentstream__facebook__body a {
  color: #cf102d;
  text-decoration: none;
}
.c-contentstream__facebook__body a:hover {
  color: #323337;
}
a.c-contentstream__facebook__like {
  margin-top: 12px;
  color: #cf102d;
  text-decoration: none;
  display: inline-block;
  transition: .25s;
}
a.c-contentstream__facebook__like:hover {
  color: #323337;
}
a.c-contentstream__facebook__like i[class^="sf-"] {
  font-size: 24px;
}
a.c-contentstream__facebook__like i[class^="sf-"]::before {
  margin-left: 0;
}
.c-contentstream__game.is-open .c-contentstream__game-overlay {
  transform: translateY(0%);
  opacity: 1;
}
.c-contentstream__game.is-open .c-contentstream__game-toggle {
  color: #cf102d;
}
.c-contentstream__game-top {
  border-bottom: 1px solid #d9d9db;
  height: 60px;
  line-height: 59px;
}
.c-contentstream__game-sport {
  font-size: 1.625rem;
  padding: 0 24px;
  border-right: 1px solid #d9d9db;
}
.c-contentstream__game-date-time {
  padding: 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-contentstream__game-date-time-divider {
  margin: 0 6px;
  color: #cf102d;
}
.c-contentstream__game-details {
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.c-contentstream__game-team {
  margin-top: 6px;
}
.c-contentstream__game-team-logo-container {
  max-width: 32px;
  max-height: 33px;
  overflow: hidden;
  margin-right: 10px;
}
.c-contentstream__game-team-score {
  margin-left: 10px;
}
.c-contentstream__game-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 2;
  font-size: 18px;
}
.c-contentstream__game-toggle::-ms-expand {
  display: none;
}
.c-contentstream__game-toggle:hover,
.c-contentstream__game-toggle.is-toggled {
  color: #cf102d;
}
.c-contentstream__game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  opacity: 0;
  transform: translateY(-100%);
  transition: .25s;
}
.c-contentstream__game-media-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-contentstream__game-media-item:not(:last-child)::after {
  content: '/';
  margin: 0 6px;
  font-weight: 300;
  color: #d9d9db;
  font-size: 24px;
}
a.c-contentstream__game-media-link {
  text-decoration: none;
  color: #cf102d;
  font-size: 24px;
  transition: .25s;
}
a.c-contentstream__game-media-link:hover {
  color: #323337;
}
.c-contentstream__ad {
  top: 0;
  right: 0;
}
.c-contentstream__ad .c-contentstream__item-inner {
  padding: 12px;
}
.c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 59px;
  border: 1px solid #d9d9db;
  border-top: none;
  text-align: center;
  color: #323337;
  font-size: 1rem;
  transition: .25s;
}
.c-contentstream .load-more__button::-ms-expand {
  display: none;
}
.c-contentstream .load-more__button:hover {
  background-color: #cf102d;
  color: white;
}
.s-promo-rotator .ad {
  text-align: center;
}
.s-promo-rotator .ad img {
  display: inline-block;
}
.s-promo-rotator .slick-prev,
.s-promo-rotator .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  display: inline-block;
  width: 50%;
  border-top: 1px solid #d9d9db;
  background-color: white;
  color: #323337;
  text-align: center;
  height: 60px;
  line-height: 60px;
  transition: .25s;
}
.s-promo-rotator .slick-prev::-ms-expand,
.s-promo-rotator .slick-next::-ms-expand {
  display: none;
}
.s-promo-rotator .slick-prev::before,
.s-promo-rotator .slick-next::before {
  font-family: sidearm_font_v2;
  font-size: 24px;
}
.s-promo-rotator .slick-prev:hover,
.s-promo-rotator .slick-next:hover {
  background-color: #cf102d;
  color: white;
}
.s-promo-rotator .slick-prev {
  border-right: 1px solid #d9d9db;
}
.s-promo-rotator .slick-prev::before {
  content: '\e005';
}
.s-promo-rotator .slick-next::before {
  content: '\e006';
}
.main-footer {
  border-bottom: 12px solid black;
  margin-bottom: 24px;
  background-color: white;
  border-top: 1px solid #d9d9db;
}
.main-footer-leaderboard .dfp-ad {
  margin: 24px auto;
}
.main-footer-logos {
  border-top: 1px solid #d9d9db;
  border-bottom: 1px solid #d9d9db;
  padding: 0 24px;
}
.main-footer-logos__item {
  padding: 60px 24px;
}
.main-footer-logos__link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.main-footer-bottom {
  padding: 24px 48px;
  font-size: 1.125rem;
}
.main-footer-bottom__logo .ad {
  margin-right: 24px;
}
.main-footer-bottom__copyright {
  color: #323337;
}
.main-footer-bottom__links {
  margin-left: auto;
  margin-right: 48px;
}
.main-footer-bottom__links-item:not(:last-child)::after {
  content: '/';
  margin: 0 12px;
  color: #cf102d;
}
a.main-footer-bottom__links-link {
  color: #cf102d;
}
.s-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.65);
  transition: .35s;
}
.s-sticky-footer.headroom--not-top {
  transform: translateY(100%);
}
.s-sticky-footer .ad {
  margin: 12px auto;
}
/*Media Queries*/

@media (max-width: 1416px) {
  .s-contentstream .c-contentstream__stream-container {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1200px) {
  .s-topstories {
    display: block;
  }
  .s-topstories__featured {
    border-bottom: 1px solid #d9d9db;
  }
  .s-topstories:not(.has-large-featured) .c-stories--list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: flex;
    display: -webkit-flex;
  }
  .s-topstories:not(.has-large-featured) .c-stories--list .c-stories__item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories:not(.has-large-featured) .c-stories--list .c-stories__item:nth-last-child(2) {
    border-bottom: none;
  }
  .s-topstories:not(.has-large-featured) .c-stories--list .c-stories__details {
    padding-right: 24px;
  }
  .s-topstories:not(.has-large-featured) .s-topstories__dropdowns {
    display: flex;
    display: -webkit-flex;
    margin: 0 -12px;
  }
  .s-topstories:not(.has-large-featured) .s-topstories__dropdowns-item {
    margin: 0 12px;
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories.has-large-featured .c-stories--list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
  }
  .s-topstories.has-large-featured .c-stories--list .c-stories__item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories.has-large-featured .c-stories--list .c-stories__item:nth-child(n+3) {
    border-top: 1px dashed #d9d9db;
  }
  .s-topstories.has-large-featured .c-stories--list .c-stories__link {
    padding: 24px 0;
  }
  .c-contentstream__item {
    width: 33.3333%;
  }
}
@media (max-width: 1024px) {
  .s-scoreboard__toggle {
    display: none;
  }
  .s-scoreboard .c-scoreboard--slider.aside-is-toggled .c-scoreboard__aside-toggle {
    transform: translateX(-192px);
    border-color: #d9d9db;
  }
  .s-scoreboard .c-scoreboard--slider.aside-is-toggled .c-scoreboard__aside-toggle i[class^="sf-"] {
    transform: rotate(45deg);
  }
  .s-scoreboard .c-scoreboard--slider.aside-is-toggled .c-scoreboard__aside {
    transform: translateX(0px);
  }
  .s-scoreboard .c-scoreboard--slider .c-scoreboard__aside-toggle {
    display: flex;
    display: -webkit-flex;
    transition: transform .25s;
  }
  .s-scoreboard .c-scoreboard--slider .c-scoreboard__aside {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 192px;
    transition: .25s;
  }
  .main-header-logo {
    position: absolute;
    bottom: 1px;
    left: 24px;
    border: none;
    width: auto;
    height: 95px;
  }
  .main-header-logo img {
    max-height: 48px;
  }
  .s-fanexperience__header {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-fanexperience__header-logo {
    padding-right: 24px;
  }
  .s-fanexperience__header-text {
    font-size: 1.625rem;
    font-weight: 300;
    margin: 0;
  }
  .s-fanexperience-modal {
    max-width: none;
    width: calc(100% + 48px);
  }
  .s-featured-pressclips-videos {
    display: block;
  }
  .s-videos {
    border-bottom: 1px solid #d9d9db;
  }
  .s-videos .c-videos--featured .c-videos__item:first-child::after {
    margin: 0 -24px 24px;
    display: block;
    content: "";
    background-color: #d9d9db;
    height: 1px;
  }
  .s-featured-pressclips {
    border-right: none;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin-left: 24px;
  }
  .s-contentstream .c-contentstream__filter-button > span {
    display: none;
  }
}
@media (max-width: 1023px) {
  .s-topstories .s-topstories__dropdowns {
    display: block !important;
  }
  .s-fanexperience-select__header {
    display: block;
  }
  .s-fanexperience-select__header-button {
    margin: 0 auto;
    max-width: 242px;
  }
  .s-fanexperience-select__sport-options span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background-color: black !important;
    color: white !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .main-footer-logos {
    padding: 0;
  }
  .main-footer-logos__list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer-logos__item {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
    padding: 60px 48px;
  }
  .main-footer-logos__item:nth-child(3n+1) .main-footer-logos__link {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .main-footer-logos__item:nth-child(3n) .main-footer-logos__link {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .main-footer-logos__item:nth-child(n+4) {
    border-top: 1px solid #d9d9db;
  }
  .main-footer-bottom__links {
    width: 260px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .main-footer-bottom__links-item:nth-child(even)::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .s-fanexperience-select__footer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: auto;
  }
  .s-fanexperience-select__footer-button {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    border-top: 1px solid #d9d9db;
  }
  .s-fanexperience-select__footer-button:first-of-type {
    border-left: none;
  }
  .s-fanexperience-select__sport-add {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-contentstream__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  html.headroom--not-top .main-header {
    top: -168px;
  }
  .main-navigation-top__item {
    border-left: none !important;
  }
  .s-topstories .c-stories--featured .c-stories__details {
    display: block;
  }
  .s-topstories .c-stories--featured .c-stories__details-right {
    border-left: none;
    border-top: 1px solid #d9d9db;
  }
  .s-fanexperience-select__sport-title {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    background-color: #f8f8f8;
  }
  .s-videos {
    border-bottom: 1px solid #d9d9db;
  }
  .s-videos .c-videos--featured {
    display: block;
  }
  .s-videos .c-videos--featured .c-videos__item:not(:first-child) {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .s-videos .c-videos--featured .c-videos__item:not(:first-child) .c-videos__media-container {
    flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--featured .c-videos__item:not(:first-child) .c-videos__media {
    padding-bottom: 100%;
  }
  .s-videos .c-videos--featured .c-videos__item:not(:first-child) .c-videos__image {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
  }
  .s-videos .c-videos--featured .c-videos__item:not(:first-child) .c-videos__details {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    padding: 4px 0 4px 24px;
  }
  .s-contentstream .c-contentstream__header-inner {
    height: auto;
  }
  .s-contentstream .c-contentstream__filter {
    margin: 12px 0;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin: 0 6px;
  }
  .main-footer-leaderboard {
    display: none;
  }
  .main-footer-logos__item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    padding: 24px;
  }
  .main-footer-logos__item:nth-child(n+3) {
    border-top: 1px solid #d9d9db;
  }
  .main-footer-logos__item:nth-child(3n+1) {
    border-right: 1px solid #d9d9db;
  }
  .main-footer-logos__item:nth-child(3n) {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer-logos__link {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .main-footer-bottom {
    padding: 0;
  }
  .main-footer-bottom__logo-copyright {
    padding: 48px 24px;
  }
  .main-footer-bottom__logo .ad {
    max-width: 33px;
  }
  .main-footer-bottom__links {
    width: 100%;
    display: block;
  }
  .main-footer-bottom__links-item {
    border-top: 1px solid #d9d9db;
  }
  .main-footer-bottom__links-item::after {
    display: none;
  }
  .main-footer-bottom__links-link {
    padding: 12px 24px;
    display: block;
    text-align: left;
  }
  .main-footer-bottom__ncaa-logo {
    padding: 12px 24px 48px;
  }
}
@media (max-width: 660px) {
  .main-navigation .c-search--popout {
    position: static;
  }
  .main-navigation .c-search--popout .c-search__popout {
    top: 100%;
    transform: translateY(1px);
    width: 100%;
  }
  .main-navigation .c-search--popout .c-search__popout.is-open {
    right: 0;
  }
  .main-navigation .c-search--popout .c-search__text {
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    border: none;
  }
  .s-topstories .c-stories--list {
    display: block !important;
  }
  .s-topstories .c-stories--list .c-stories__item {
    border-bottom: none !important;
  }
  .s-topstories .c-stories--list .c-stories__item:nth-child(n+2) {
    border-top: 1px dashed #d9d9db;
  }
  .s-topstories .c-stories--list .c-stories__details {
    padding-right: 0;
  }
  .s-fanexperience__header {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-fanexperience__header-toggle {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 24px 0 0;
  }
  .c-contentstream__item {
    width: 100%;
    position: static !important;
    margin: 0 auto;
    max-width: 540px;
  }
  .c-contentstream__ad {
    max-width: 348px;
  }
}
@media (max-width: 539px) {
  .main-navigation .c-search--popout .c-search__toggle {
    padding: 0 6px;
  }
  .main-navigation .c-search--popout .c-search__toggle i[class^="sf-"]::before {
    margin: 0;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    padding: 0 6px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__sponsor .ad {
    margin-left: 0;
  }
  .s-fanexperience-select__footer {
    display: block;
  }
  .s-fanexperience-select__footer-button {
    border-left: none;
  }
}
.index .dfp-ad {
  background-color: #323337;
}
.s-promo-rotator {
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-promo-rotator {
    flex-direction: column;
  }
}
.sidearm-common-promotion {
  text-align: center;
}
