@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,600,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #e13a3e;
  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;
  background: white url(/images/bg.png);
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.wide .main-content-placeholder {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 114px;
}
.sport #top-stories {
  padding-bottom: 48px;
  margin-top: 48px;
}
.storypage .main-content-placeholder {
  padding-top: 115px;
  background: url("/images/home_bg.png") no-repeat;
}
.storypage .article-main-content {
  padding-left: 78px;
}
.storypage .article-wrapper {
  padding-top: 48px;
}
.storypage .article-main {
  background-color: white;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  padding-bottom: 60px;
  margin-right: 242px;
}
.storypage .article-share-links {
  padding-top: 20px;
}
.storypage .article-share-links > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storypage .article-share-links > ul li {
  padding: 10px;
  margin: 4px 0;
}
.storypage .article-share-links > ul li:first-child {
  margin-top: 0;
}
.storypage .article-share-links > ul li:last-child {
  margin-bottom: 0;
}
.storypage .article-share-links > ul li.article-share-print {
  background: #e13a3e;
}
.storypage .article-share-links > ul li.article-share-facebook {
  background: #3b5998;
}
.storypage .article-share-links > ul li.article-share-twitter {
  background: #00aced;
}
.storypage .article-share-links > ul li.article-share-email {
  background: #ff9c00;
}
.storypage .article-share-links > ul li a {
  color: white;
}
.storypage .article-share-links > ul li a i {
  font-size: 18px;
  line-height: 1;
}
.storypage .article-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 45px;
  text-transform: uppercase;
  color: #e13a3e;
}
.storypage .article-related {
  background: #343132;
  border-top: 5px solid #bcbdc0;
  padding-bottom: 48px;
}
.storypage .related-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 50px;
}
.storypage .related-list-item {
  padding: 0 12px;
}
.storypage .related-list-item:first-child {
  padding-left: 0;
}
.storypage .related-list-item:last-child {
  padding-right: 0;
}
.storypage .related-list-item .c-stories__media {
  padding-bottom: 24px;
}
.storypage .related-list-item .related-list-date-sport {
  padding-top: 24px;
  margin: 0;
  color: #bcbdc0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.storypage .related-list-item .related-list-date-sport span {
  padding: 0 3px;
}
.storypage .related-list-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: white;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .25s;
  text-transform: uppercase;
}
.storypage .related-list-headline:hover {
  color: #e13a3e;
}
.storypage .related-header {
  padding-top: 50px;
}
.storypage .related-header h2 {
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  position: relative;
}
.storypage .related-header h2:after {
  content: "";
  background: url(/images/underline_large.png) no-repeat;
  width: 394px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.storypage #sponsor-bottom-footer {
  display: block;
}
.headroom--not-top .c-nav-wrapper .header_logo {
  width: 48px;
  left: 12px;
  bottom: 12px;
}
.headroom--not-top .c-nav-wrapper {
  top: 0;
  position: fixed;
}
#site-title {
  background: #231f20;
  height: 50px;
  line-height: 50px;
}
#site-title .site-left {
  padding-left: 340px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 3px;
}
#site-title .site-left span {
  color: #bcbdc0;
  font-weight: 500;
}
#site-title .site-right {
  margin-left: auto;
}
#site-title .ads-container {
  display: flex;
  display: -webkit-flex;
}
#site-title .ads-container .ad {
  padding: 0 6px;
}
#site-title .ads-container .ad:last-child {
  padding-right: 0;
}
#site-title .ads-container span {
  color: white;
  font-size: 20px;
  transition: .25s;
}
#site-title .ads-container span span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  font-size: 0;
}
#site-title .ads-container span:hover {
  color: #e13a3e;
}
#site-title .site-calendar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
#site-title .site-calendar:before {
  content: " | ";
  color: #e13a3e;
}
#site-title .site-calendar a {
  color: white;
  text-decoration: none;
  transition: .25s;
  padding-left: 12px;
}
#site-title .site-calendar a:hover {
  color: #e13a3e;
}
.main-header {
  position: relative;
  z-index: 1;
}
#scoreboard {
  position: relative;
}
.c-scoreboard {
  position: relative;
}
.c-scoreboard .c-scoreboard__list {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding: 0 24px;
  margin-left: 315px;
}
.c-scoreboard .c-scoreboard__item {
  position: relative;
  height: 142px;
  border-right: 1px solid #cccccc;
  overflow: hidden;
}
.c-scoreboard .c-scoreboard__details-top {
  height: 65px;
  padding: 7px 14px;
  position: relative;
}
.c-scoreboard .c-scoreboard__details-top:after {
  content: "";
  height: 4px;
  width: 122px;
  background: url("/images/underline_medium.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 12px;
}
.c-scoreboard .c-scoreboard__sport {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.c-scoreboard .c-scoreboard__time {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-scoreboard .c-scoreboard__vsat span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: white;
  padding: 5px 4px;
  text-transform: uppercase;
}
.c-scoreboard .c-scoreboard__details-bottom {
  padding: 0 12px;
  height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: black;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__score {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: black;
}
.c-scoreboard .c-scoreboard__details-bottom:hover .c-scoreboard__ctas {
  opacity: 1;
}
.c-scoreboard .c-scoreboard__sports-list {
  padding: 24px 20px;
  width: 312px;
}
.c-scoreboard .c-scoreboard__sports-list select {
  position: relative;
  background: #e5e5e5;
  height: 36px;
  width: 180px;
  border: none;
  outline: none;
  z-index: 1;
}
.c-scoreboard .c-scoreboard__sports-list option {
  color: black;
}
.c-scoreboard .c-scoreboard__sports-list a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.c-scoreboard .c-scoreboard__sports-list a span {
  border: 2px solid black;
  padding: 6px 10px;
  color: black;
  text-transform: uppercase;
}
.c-scoreboard .c-scoreboard__sports-list a span:hover {
  background: black;
  color: black;
}
.c-scoreboard .c-scoreboard__sports-list a i {
  position: absolute;
  left: -99999px;
}
.c-scoreboard .c-scoreboard__ctas {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 84px;
  left: 0;
  background: #e13a3e;
  transition: .2s;
}
.c-scoreboard .c-scoreboard__ctas.empty {
  display: none;
}
.c-scoreboard .c-scoreboard__ctas ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.c-scoreboard .c-scoreboard__ctas ul li {
  margin: 0 6px;
}
.c-scoreboard .c-scoreboard__ctas ul li:first-child {
  margin-left: 12px;
  margin-right: 6px;
}
.c-scoreboard .c-scoreboard__ctas ul a {
  position: relative;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 2px;
  color: white;
  transition: .25s;
}
.c-scoreboard .c-scoreboard__ctas ul a span {
  position: absolute;
  left: -9999px;
  font-size: 0;
}
.c-scoreboard .c-scoreboard__ctas ul a:hover {
  color: #231f20;
}
.c-scoreboard .c-scoreboard__ctas ul i {
  font-size: 24px;
}
.c-scoreboard button {
  transition: 0.2s;
  position: absolute;
  width: 24px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 0;
  padding: 0;
  height: 100%;
}
.c-scoreboard button.slick-prev {
  top: 0;
  left: 0;
}
.c-scoreboard button.slick-prev:before {
  transition: 0.2s;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 16px;
  line-height: 0;
  color: #d7d7d7;
}
.c-scoreboard button.slick-prev:hover:before {
  color: black;
}
.c-scoreboard button.slick-next {
  top: 0;
  right: 0;
}
.c-scoreboard button.slick-next:before {
  transition: 0.2s;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 16px;
  line-height: 0;
  color: #d7d7d7;
}
.c-scoreboard button.slick-next:hover {
  transition: 0.2s;
}
.c-scoreboard button.slick-next:hover:before {
  color: black;
}
.c-scoreboard__mobile {
  position: relative;
  z-index: 3;
}
.c-scoreboard__mobile .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9000;
}
.c-scoreboard__mobile .c-scoreboard__toggle-opener {
  text-align: center;
  background-color: #bcbdc0;
  height: 30px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.c-scoreboard__mobile .c-scoreboard__toggle {
  cursor: pointer;
  background-color: #e13a3e;
}
.c-scoreboard__mobile .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard__mobile.open .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.c-scoreboard__mobile .c-scoreboard__inner {
  overflow: auto;
  height: calc(100% - 132px);
  position: relative;
  z-index: 9000;
}
.c-scoreboard__mobile .c-scoreboard__list {
  padding: 0 24px;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item {
  border: 1px solid #9ea2a4;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item.open .c-scoreboard__toggle {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: white;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item.open .c-scoreboard__ctas {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: .25s;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__details-bottom {
  display: flex;
  display: -webkit-flex;
  height: 90px;
  padding: 10px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  color: #656565;
  text-align: left;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__logo {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  overflow: hidden;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #656565;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: 0.25s;
  transition: .25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li {
  width: 120px;
  padding: 0 10px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li:first-child {
  border-right: 1px solid white;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li a[href] {
  color: white;
  text-decoration: none;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__details-top {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 40px;
  color: #656565;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #9ea2a4;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__toggle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #656565;
  text-align: center;
  line-height: 25px;
  color: black;
  cursor: pointer;
  z-index: 2;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__toggle i {
  display: block;
  transform: rotate(0deg);
  transition: .25s;
}
.c-scoreboard__mobile .c-scoreboard__sports-list {
  padding: 0 24px;
}
.c-scoreboard__mobile .c-scoreboard__sports-list .schedule-header {
  color: black;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
.c-scoreboard__mobile .c-scoreboard__sports-list .comp-cal {
  display: block;
  text-decoration: none;
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
.c-scoreboard__mobile .c-scoreboard__footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #656565;
}
.c-scoreboard__mobile .c-scoreboard__footer a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.c-nav-wrapper {
  position: absolute;
  background-color: #e13a3e;
  width: 100%;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  height: 65px;
}
.c-nav-wrapper .row {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.c-nav-wrapper .header_logo {
  flex: 0 0 202px;
  -webkit-flex: 0 0 202px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin-right: auto;
  position: absolute;
  bottom: 12px;
  left: 58px;
}
.c-nav-wrapper .nav-social .ads-container {
  display: flex;
  display: -webkit-flex;
}
.c-nav-wrapper .nav-social .ads-container .ad {
  margin: 0 4px;
  height: 25px;
  width: 25px;
  transition: .2s;
}
.c-nav-wrapper .nav-social .ads-container .ad:hover i {
  color: white;
}
.c-nav-wrapper .nav-social .ads-container i {
  color: white;
  font-size: 24px;
  line-height: 25px;
}
.c-nav-wrapper .nav-social .ads-container span {
  position: absolute;
  left: -9999999px;
}
.c-nav-wrapper .c-nav-mobile-menu {
  display: flex;
  display: -webkit-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  height: 65px;
  line-height: 65px;
  text-align: right;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 24px;
}
.c-nav-standard {
  margin-left: auto;
}
.c-nav-standard ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-standard .c-nav__level-1 {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.c-nav-standard .c-nav__item--level-1 {
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 16px;
  white-space: nowrap;
  transition: .25s;
}
.c-nav-standard .c-nav__item--level-1.sports .c-nav__item--level-2 {
  display: flex;
  display: -webkit-flex;
}
.c-nav-standard .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
  line-height: 1;
  align-self: center;
}
.c-nav-standard .c-nav__item--level-1:hover {
  cursor: pointer;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__url--level-1 {
  color: #231f20;
  position: relative;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__url--level-1:after {
  content: "";
  background: url("/images/underline_medium_black.png") no-repeat;
  width: 68px;
  height: 7px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__level-2 {
  left: 0;
}
.c-nav-standard .c-nav__item--level-1:last-child {
  padding-right: 0;
}
.c-nav-standard .c-nav__url--level-1 {
  transition: .2s;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  line-height: 65px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-standard .c-nav__level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
  cursor: default;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.c-nav-standard .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 24px 100px;
  min-width: 1416px;
  background-color: white;
}
.c-nav-standard .c-nav__level-2 ul {
  min-width: 1px;
  min-height: 1px;
  margin: 12px;
  flex: 1;
}
.c-nav-standard .c-nav__item--level-2 {
  transition: .2s;
  font-size: 16px;
  line-height: 36px;
  text-transform: none;
  padding: 0 12px;
  border-bottom: 1px solid #c2c2c2;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
}
.c-nav-standard .c-nav__item--level-2:hover {
  background: #e13a3e;
}
.c-nav-standard .c-nav__item--level-2:hover .c-nav__url--level-2 {
  color: white;
}
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.twitter:before,
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.facebook:before,
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.instagram:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator {
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 24px;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator:after {
  content: "";
  background: url(/images/underline_medium.png) no-repeat;
  width: 394px;
  height: 6px;
  position: absolute;
  bottom: 18px;
  left: 12px;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator span {
  color: black;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator:hover {
  background-color: transparent !important;
}
.c-nav-standard .c-nav__item--level-2 a {
  color: black;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  opacity: 0;
}
.c-nav-standard .c-nav__item--level-2 a:first-child {
  margin-right: auto;
}
.c-nav-standard .c-nav__item--level-2 a[href] {
  opacity: 1;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__schedule-roster-news {
  color: black;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0 8px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social {
  white-space: nowrap;
  width: 30px;
  overflow: hidden;
  font-size: 0;
  font-weight: 400;
  text-align: center;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.twitter:before {
  content: '\e825';
  color: black;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.twitter:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.facebook:before {
  content: '\e805';
  color: black;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.facebook:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.instagram:before {
  content: '\e811';
  color: black;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.instagram:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.tickets {
  position: absolute;
  left: -99999999px;
}
.c-nav-standard .c-nav-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 300px;
  height: calc(100vh);
  padding-bottom: 70px;
  padding-top: 50px;
  background-color: black;
  font-size: 16px;
}
.c-nav-standard .c-nav-off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: .5s;
}
.c-nav-standard .c-nav-off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: right;
  background-color: black;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: relative;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li {
  border-bottom: 1px solid black;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a:hover {
  background-color: #1a1a1a;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent {
  cursor: pointer;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent.open {
  background-color: #1a1a1a;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent.open:before {
  content: '\e833';
  position: absolute;
  left: 10px;
  top: 50%;
  color: white;
  font-family: sidearm_font;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent:after {
  content: '\e832';
  position: absolute;
  right: 10px;
  top: 50%;
  color: white;
  font-family: sidearm_font;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 50px;
  right: 0;
  width: 280px;
  height: calc(-20%);
  margin: 0;
  padding: 0;
  z-index: 99999;
  overflow-y: auto;
  list-style: none;
  background-color: #1a1a1a;
  height: 100%;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li {
  border-bottom: 1px solid white;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li > a,
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li div {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li.c-nav__separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li.separator a {
  text-transform: uppercase;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2.open {
  padding: 0 0 126px 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.b-search {
  margin: 0 24px;
}
.b-search .b-search__icon {
  cursor: pointer;
  color: black;
  font-size: 18px;
}
.b-search.b-search--popout .b-search__container {
  position: absolute;
  top: -9999px;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
}
.b-search.b-search--popout.open .b-search__container {
  opacity: 1;
  top: 0;
  left: -227px;
}
.b-search .b-search__search-input {
  width: 172px;
}
.b-search .b-search__search-input input {
  width: 172px;
  padding-right: 30px;
  border-radius: 20px;
}
.b-search .b-search__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.b-search .b-search__button {
  position: absolute;
  right: 0;
  height: 50px;
  line-height: 50px;
  color: black;
}
.b-search .b-search__button button {
  background: none;
  border: none;
}
.c-nav__sport {
  width: 100%;
  background: #231f20;
  border-bottom: none;
  border-top: none;
  z-index: 1;
}
.c-nav__sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav__sport .c-nav-desktop-sport-container {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.c-nav__sport .c-nav-desktop-sport-container a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.c-nav__sport .c-nav-desktop-sport-container a:focus {
  text-decoration: underline;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li {
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 0 6px;
  text-transform: none;
  height: 50px;
  line-height: 60px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li > div {
  height: 50px;
  line-height: 50px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home {
  padding-right: 0;
  margin-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  order: 1;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home:after {
  content: "";
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown {
  position: relative;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a {
  transition: 0.2s;
  font-size: 0;
  line-height: 50px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a:before {
  transition: 0.2s;
  content: 'More +';
  font-size: 16px;
  color: white;
  text-decoration: none;
  line-height: 40px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links:hover > div a {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links:hover > div a:before {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) > div > a {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) .c-nav-level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: black;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li {
  transition: 0.2s;
  position: relative;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li.c-nav__separator {
  text-transform: none;
  margin: 12px 0;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li a {
  display: block;
  font-size: 16px;
  color: white;
  line-height: 36px;
  text-transform: none;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover {
  background-color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover a {
  color: black;
}
.c-nav__sport .c-nav-mobile-sport-container {
  width: 100%;
  height: 60px;
  position: relative;
}
.c-nav__sport .c-nav-mobile-sport-container a {
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li {
  font-size: 16px;
  color: black;
  height: 60px;
  line-height: 60px;
  margin: 0 12px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li.more {
  transition: 0.2s;
  font-size: 18px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li > a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-sport-home {
  position: relative;
  margin-right: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.c-nav__sport .c-nav-mobile-sport-home a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav__sport .c-nav-mobile-flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.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);
}
.c-nav__sport .c-nav-mobile-flyout-menu.opened {
  transition: 0.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: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: white;
  background: black;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn:before {
  display: block;
  color: white;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li {
  position: relative;
  color: black;
  background: white;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.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);
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li {
  position: relative;
  background: whitesmoke;
  border-top: solid 1px #cccccc;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator {
  color: white;
  background: black;
  text-transform: uppercase;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator a,
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator span {
  color: white;
  padding: 9px 12px 7px 15px;
  font-size: 14px;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 a,
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2.opened {
  transition: 0.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: 1000px;
  overflow: hidden;
  display: inherit!important;
}
navigation-component {
  width: 100%;
}
.main-content-placeholder {
  padding-top: 65px;
}
#top-stories {
  padding-top: 50px;
  background: url("/images/home_bg.png") left no-repeat fixed;
  background-size: cover;
  background-position: top;
  -webkit-background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 48px;
}
#top-stories .slick-slider {
  background: #231f20;
}
#top-stories .more-stories {
  text-align: right;
  padding-top: 48px;
}
#top-stories .more-stories a {
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e13a3e;
  padding: 8px 24px;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1;
  color: #343132;
  transition: .25s;
}
#top-stories .more-stories a:hover {
  background: #e13a3e;
  color: white;
}
#top-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png);
  width: 70px;
  height: 70px;
  background-size: contain;
  border: none;
  z-index: 1;
  font-size: 0;
}
#top-stories iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-stories--standard .c-stories__item {
  position: relative;
}
.c-stories--standard .c-stories__media {
  position: relative;
}
.c-stories--standard .c-stories__media:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 747px;
  width: 100%;
  background: url(/images/main_story_repeater.png) repeat-x;
}
.c-stories--standard .c-stories__details {
  position: absolute;
  bottom: 36px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  width: 100%;
  padding: 0 120px;
  text-transform: uppercase;
}
.c-stories--standard .c-stories__details a {
  text-decoration: none;
  color: white;
}
.c-stories--standard > button {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  transition: .25s;
  border-radius: 0px;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  width: 62px;
  height: 80px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-stories--standard > button:before {
  font-family: sidearm_font;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 0;
  line-height: 80px;
}
.c-stories--standard > button.slick-prev {
  left: 0;
}
.c-stories--standard > button.slick-prev:before {
  content: '\e835';
  left: 22px;
}
.c-stories--standard > button.slick-next {
  right: 0;
}
.c-stories--standard > button.slick-next:before {
  content: '\e836';
  right: 22px;
}
.c-stories--standard .slick-dots {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  background: #231f20;
  padding: 46px 0;
  width: 100%;
}
.c-stories--standard .slick-dots li {
  margin: 0 6px;
}
.c-stories--standard .slick-dots li.slick-active button {
  background: url("/images/main_story_rotator_active.png") no-repeat;
  border: none;
}
.c-stories--standard .slick-dots button {
  background: none;
  border: 4px solid white;
  border-radius: 50%;
  font-size: 0;
  height: 25px;
  width: 25px;
  outline: none;
}
.c-stories--slider .c-stories__item {
  position: relative;
  overflow: hidden;
}
.c-stories--slider .c-stories__media {
  position: relative;
  background: black url(/images/mainstory_default.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 56.25%;
}
.c-stories--slider .c-stories__media:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 747px;
  width: 100%;
  background: url(/images/main_story_repeater.png) repeat-x;
}
.c-stories--slider .c-stories__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-stories--slider .c-stories__details {
  position: absolute;
  bottom: 0;
  padding-left: 120px;
  padding-bottom: 80px;
}
.c-stories--slider .c-stories__details .c-stories__url {
  color: white;
  text-decoration: none;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
}
.c-stories--slider .c-stories__prev,
.c-stories--slider .c-stories__next {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 24px;
  z-index: 1;
  transition: .25s;
}
.c-stories--slider .c-stories__next {
  right: 0;
}
.c-stories--slider .c-stories__prev {
  left: 0;
}
.c-stories__thumbnails {
  margin: 24px -12px 0;
  padding: 0;
  list-style: none;
}
.c-stories__thumbnails .c-stories__thumbnails-item {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
  cursor: pointer;
}
.c-stories__thumbnails .c-stories__thumbnails-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .25s;
}
.c-stories__thumbnails .c-stories__thumbnails-item.is-active .c-stories__thumbnails-view {
  opacity: 1;
}
.c-stories__thumbnails .c-stories__thumbnails-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: relative;
}
.c-stories__thumbnails .c-stories__thumbnails-button img {
  width: 100%;
  height: 100%;
}
.c-stories__thumbnails .c-stories__thumbnails-view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.c-stories__thumbnails .c-stories__thumbnails-view span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e13a3e;
  padding: 8px 24px;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.c-stories__thumbnails .c-stories__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
  background: #231f20;
  padding: 24px;
}
#youtube-container {
  background: #343132;
  padding: 48px 0;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}
#youtube-container .youtube-header h2 {
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  position: relative;
}
#youtube-container .youtube-header h2:after {
  content: "";
  background: url("/images/underline_large.png") no-repeat;
  width: 394px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
#youtube-container .youtube-header a {
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e13a3e;
  padding: 8px 24px;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1;
  color: white;
  transition: .25s;
}
#youtube-container .youtube-header a:hover {
  background: #e13a3e;
}
.c-youtube {
  padding-top: 48px;
}
.c-youtube .c-youtube__item {
  margin: 0 12px;
}
.c-youtube .c-youtube__item:first-child {
  margin-left: 0;
}
.c-youtube .c-youtube__item:last-child {
  margin-right: 0;
}
.c-youtube .c-youtube__media {
  position: relative;
}
.c-youtube .c-youtube__media .c-youtube__image img {
  width: 100%;
}
.c-youtube .c-youtube__media .c-youtube__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .25s;
}
.c-youtube .c-youtube__media:hover .c-youtube__image:after {
  opacity: 1;
}
.c-youtube .c-youtube__media:hover .c-youtube__play {
  left: 50%;
}
.c-youtube .c-youtube__play {
  position: absolute;
  top: 50%;
  left: -999999999px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  border: 2px solid #e13a3e;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 20px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s;
}
.c-youtube .c-youtube__play:hover {
  background: #e13a3e;
  color: white;
}
.c-youtube .c-youtube__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
  padding-top: 20px;
}
.c-youtube .c-youtube__views {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #bcbdc0;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 16px;
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal.video-is-playing {
  left: 0;
}
.showcase-modal .showcase-modal__player-inner {
  padding: 32px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal .showcase-modal__close {
  border: none;
  background: #e13a3e;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.stag-country-top {
  background: url("/images/top_header.jpg") left no-repeat fixed;
  background-position: top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  padding: 158px 0;
}
.stag-country-top .stag-country-logo {
  text-align: center;
}
#content-stream {
  background: url("/images/home_bg.png") left no-repeat fixed;
  background-size: cover;
  background-position: top;
  -webkit-background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 48px 0;
}
/*Content Stream Gists*/

.c-contentstream__header {
  position: relative;
}
.c-contentstream__header .c-contentstream__header--top {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c-contentstream__header .c-contentstream__header--top h2 {
  font-size: 36px;
}
.c-contentstream__header .c-contentstream__header--bottom {
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.c-contentstream__header .c-contentstream__header--bottom:after {
  content: "";
  background: url(/images/underline_medium.png) no-repeat;
  width: 394px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.c-contentstream__filter-custom {
  margin-left: auto;
  padding: 0;
  list-style: none;
  align-self: center;
}
.c-contentstream__filter-custom li {
  margin: 0 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.c-contentstream__filter-custom li.active {
  position: relative;
}
.c-contentstream__filter-custom li.active:after {
  content: "";
  background: url(/images/underline_small.png) no-repeat;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.c-contentstream__filter-custom li:last-child {
  margin: 0;
}
.c-contentstream__filter-custom 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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-block;
}
.c-contentstream__filter-custom .c-contentstream__filter-icon:before {
  font-family: "sidearm_font";
}
.c-contentstream__filter-custom .c-contentstream__filter-icon.All:before {
  content: '\e871';
}
.c-contentstream__filter-custom .c-contentstream__filter-icon.Instagram:before {
  content: '\e811';
}
.c-contentstream__filter-custom .c-contentstream__filter-icon.Twitter:before {
  content: '\e825';
}
.c-contentstream__filter-custom .c-contentstream__filter-icon.YouTube:before {
  content: '\e882';
}
.c-contentstream__top {
  padding: 0 12px;
}
.c-contentstream__container {
  width: 100%;
  padding: 48px 0;
}
.c-contentstream__container .c-contentstream__item {
  padding: 12px;
  width: 33.33333%;
}
.c-contentstream__container .c-contentstream__item-inner {
  border: 2px solid #bcbdc0;
}
.c-contentstream__container .c-contentstream__twitter {
  position: relative;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__item-inner {
  background: white;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__item-inner:after {
  content: "";
  background: url("/images/social_media_twitter_endcap.png") no-repeat;
  width: 107px;
  height: 122px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__item-inner .c-contentstream__twitter__media {
  padding-bottom: 56.48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__header {
  padding: 48px 48px 24px 48px;
  position: relative;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__header:after {
  content: '';
  position: absolute;
  bottom: 8px;
  height: 6px;
  width: calc(100% - 96px);
  background: url(../images/underline_large.png);
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__twitter-name {
  padding: 0 24px;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__user-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__user-screenname {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__user-image {
  border: 2px solid #bcbdc0;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0 48px;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__body a {
  color: #e13a3e;
  text-decoration: none;
}
.c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer {
  padding: 24px 48px 48px 48px;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__item-inner {
  overflow: hidden;
  position: relative;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__item-inner:after {
  content: "";
  background: url("/images/social_media_instagram_endcap.png") no-repeat;
  width: 107px;
  height: 122px;
  position: absolute;
  right: 0;
  top: 0;
}
.c-contentstream__container .c-contentstream__instagram:hover .c-contentstream__instagram-details {
  opacity: 1;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: .25s;
  opacity: 0;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-details-inner {
  background: rgba(35, 31, 32, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo {
  width: 100%;
  margin: 0 auto;
  align-self: center;
  border-radius: 50%;
  text-align: center;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__image {
  border-radius: 50%;
  border: 3px solid #e13a3e;
  width: 120px;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__username {
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 24px;
  position: relative;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__username a {
  color: white;
  text-decoration: none;
  transition: .25s;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__username a:hover {
  color: #e13a3e;
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__username:after {
  content: "";
  background: url(/images/underline_medium.png) no-repeat;
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram-details .c-contentstream__instagram-logo .c-contentstream__instagram__likes {
  justify-content: center;
  padding-top: 24px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.c-contentstream__container .c-contentstream__instagram__image {
  width: 100%;
}
.c-contentstream__container .c-contentstream__gallery {
  position: relative;
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__item-inner {
  overflow: hidden;
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__item-inner:after {
  content: "";
  background: url("/images/social_media_gallery_endcap.png") no-repeat;
  width: 107px;
  height: 122px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__details {
  background: white;
  padding: 48px;
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #231f20;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__title:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 6px;
  width: 100%;
  background: url(../images/underline_large.png);
}
.c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__sport {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.c-contentstream__container .c-contentstream__youtube__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.c-contentstream__container .c-contentstream__youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__container .c-contentstream__youtube__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png') center center;
  background-size: contain;
  height: 80px;
  width: 80px;
  border: none;
  outline: none;
}
.c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
  padding: 20px;
  margin: 0 auto;
}
.loadmore button {
  background: none;
  border: 2px solid #e13a3e;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  outline: none;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: .25s;
}
.loadmore button:hover {
  background: #e13a3e;
  color: white;
}
#shop-container {
  background: #343132 url("/images/shop_bg.png") no-repeat;
  background-position: top center;
  padding: 48px 0;
}
#shop-container .ads-container {
  padding: 0 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#shop-container .shop-container {
  padding: 0 90px;
}
#shop-container .shop-container .shop-title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 24px;
  padding: 0 12px;
  letter-spacing: 2px;
}
#shop-container .shop-container .shop-cost {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #bcbdc0;
  text-align: center;
  margin: 0;
  line-height: 1;
}
#shop-container .shop-container .shop-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
#shop-container .shop-container > button {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  transition: .25s;
  border-radius: 0px;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  width: 62px;
  height: 80px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shop-container .shop-container > button:before {
  font-family: sidearm_font;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 0;
  line-height: 80px;
}
#shop-container .shop-container > button.slick-prev {
  left: 0;
}
#shop-container .shop-container > button.slick-prev:before {
  content: '\e835';
  left: 22px;
}
#shop-container .shop-container > button.slick-next {
  right: 0;
}
#shop-container .shop-container > button.slick-next:before {
  content: '\e836';
  right: 22px;
}
#shop-container .shop-header {
  padding-bottom: 50px;
}
#shop-container .shop-header h2 {
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  position: relative;
}
#shop-container .shop-header h2:after {
  content: "";
  background: url("/images/underline_large.png") no-repeat;
  width: 394px;
  height: 6px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
#shop-container .shop-header a {
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #e13a3e;
  padding: 8px 24px;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1;
  color: white;
  transition: .25s;
}
#shop-container .shop-header a:hover {
  background: #e13a3e;
}
#sponsor-top {
  padding: 48px 0;
  text-align: center;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
  overflow: hidden;
}
#sponsor-top .ad {
  margin: 0 12px;
}
#sponsor-bottom {
  padding: 48px 0;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}
#sponsor-bottom .ad {
  margin: 0 12px;
}
#sponsor-bottom-footer {
  padding: 48px 0;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
  display: none;
}
#sponsor-bottom-footer .ad {
  margin: 0 12px;
}
.stag-country-bottom {
  background: url("/images/bottom_header.png") left no-repeat fixed;
  background-position: top;
  -webkit-background-attachment: scroll;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  padding: 158px 0;
}
.stag-country-bottom .stag-country-logo {
  text-align: center;
}
.main-footer {
  padding: 48px 0;
  border-top: 3px solid #d7d7d7;
}
.main-footer .copyright-container {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-left: 24px;
}
.main-footer .copyright-container p {
  margin: 0;
}
.main-footer .copyright-container p.address-1 {
  padding-top: 3px;
}
.main-footer .copyright-container p.address-2 {
  padding-bottom: 8px;
}
.main-footer .copyright-container a {
  color: black;
  text-decoration: none;
}
.main-footer .footer-sprite-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-sprite-row ul li {
  padding: 0 18px;
}
.main-footer .footer-sprite-row ul li:first-child {
  padding-left: 0;
}
.main-footer .footer-sprite-row ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  #site-title .site-left {
    padding-left: 0;
  }
  .c-contentstream__container .c-contentstream__item {
    width: 50%;
  }
  .stag-country-top,
  .stag-country-bottom {
    background-attachment: scroll !important;
    -webkit-background-attachment: scroll !important;
  }
}
@media screen and (max-width: 835px) {
  .main-footer .footer-sprite-row ul {
    text-align: center;
  }
  .copyright-container {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .stag-country-bottom {
    padding: 48px 0;
  }
  .storypage .article-main {
    margin-right: 24px;
  }
  .storypage .related-list {
    display: block;
  }
  .storypage .related-list-item {
    display: flex;
    display: -webkit-flex;
  }
  .storypage .related-list-item:first-child {
    padding-left: 12px;
  }
  .storypage .related-list-item:last-child {
    padding-right: 12px;
  }
  .storypage .related-list-item .related-list-details {
    padding: 0 24px;
  }
  .storypage .related-header h2:after {
    background: url(/images/underline_medium.png) no-repeat;
    width: 100%;
  }
  #site-title .site-left {
    font-size: 0;
  }
  .site-calendar a {
    font-size: 0;
  }
  .site-calendar a i {
    font-size: 20px;
  }
  #scoreboard .row {
    padding: 0;
  }
  .c-nav-wrapper .header_logo {
    bottom: 10px;
    left: 12px;
  }
  .c-nav-wrapper .header_logo img {
    width: 50px;
  }
  .headroom--not-top .header_logo {
    width: 65px;
  }
  .c-stories--standard .c-stories__media:after {
    position: relative;
    background: none;
  }
  .c-youtube__list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-youtube .c-youtube__item {
    width: 50%;
    padding: 12px;
    margin: 0;
  }
  .c-stories--standard .c-stories__details {
    padding: 0 12px;
    position: relative;
    background: #231f20;
    bottom: 0;
    min-height: 135px;
  }
  .c-stories--standard .c-stories__details .c-stories__title {
    padding-top: 24px;
  }
  .c-contentstream__container .c-contentstream__item {
    width: 100%;
  }
  #shop-container .shop-items {
    padding: 0 12px;
    display: block;
  }
  #shop-container .shop-items .ad {
    text-align: center;
    padding: 12px 0;
  }
  .c-stories--slider .c-stories__details {
    position: relative;
    padding: 24px;
    background: #231f20;
    min-height: 183px;
  }
  .c-stories--slider .c-stories__details .c-stories__url {
    font-size: 6vw;
  }
  .c-contentstream__filter-custom li {
    margin: 0 12px;
    font-size: 16px;
  }
  .c-contentstream__filter-custom li:first-child {
    margin-left: 0;
  }
  .c-contentstream__filter-custom li:last-child {
    margin-right: 0;
  }
  .c-contentstream__top .flex-wrap {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-contentstream__filter-custom {
    margin-left: initial;
  }
  .c-contentstream__header .c-contentstream__header--top h2 {
    margin-top: 0;
  }
  #youtube-container .youtube-header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  #youtube-container .youtube-header a {
    margin-left: initial;
    margin-top: 24px;
  }
  #youtube-container .loadMore {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #e13a3e;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    line-height: 1;
    color: white;
    transition: .25s;
    width: 165px;
    background: #e13a3e;
  }
  #shop-container .shop-header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  #shop-container .shop-header a {
    margin-left: initial;
    margin-top: 24px;
  }
}
@media screen and (max-width: 425px) {
  #site-title .site-left span {
    font-size: 16px;
  }
  .storypage .article-headline {
    font-size: 6vw;
    line-height: 26px;
  }
  .storypage .related-list-item {
    display: block;
  }
  .storypage .related-list-item .c-stories__media {
    max-width: initial;
  }
  .storypage .related-list-item .related-list-details {
    padding: 0;
    padding-bottom: 24px;
  }
  .storypage .related-list-item .related-list-date-sport {
    padding-top: 0;
  }
  .site-social {
    display: none;
  }
  .b-search {
    display: none;
  }
  .c-stories--standard .c-stories__details {
    font-size: 6vw;
    line-height: 1.4;
  }
  .youtube-header {
    display: block;
    text-align: center;
  }
  #youtube-container .youtube-header h2 {
    margin-bottom: 40px;
  }
  #youtube-container .youtube-header h2:after {
    /*background: url(/images/underline_medium.png) no-repeat;
  		width: 100%;*/
    display: none;
  }
  .c-youtube .c-youtube__item {
    width: 100%;
  }
  .c-contentstream__filter-custom {
    margin-left: 0;
    padding-top: 24px;
  }
  #shop-container .shop-items {
    padding: 0 12px;
  }
  #shop-container .shop-header {
    display: block;
  }
  #shop-container .shop-header h2 {
    margin-bottom: 48px;
  }
  #shop-container .shop-header h2:after {
    background: url(/images/underline_medium.png) no-repeat;
    width: 100%;
  }
  .c-contentstream__header .c-contentstream__header--bottom:after {
    width: 100%;
  }
  .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__twitter-name {
    padding: 0 12px;
  }
  #youtube-container .youtube-header a {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .c-contentstream__filter-custom li {
    font-size: 14px;
    margin: 0 6px;
  }
  .c-youtube .c-youtube__play {
    font-size: 4vw;
  }
  #youtube-container .youtube-header a {
    font-size: 11px;
  }
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.stickyLeaderboard {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: rgba(225, 58, 62, 0.7);
  transition: .25s;
  z-index: 8995;
}
.stickyLeaderboard.headroom--not-top {
  transform: translateY(100%);
}
.shop-static {
  background: #343132 url("/images/shop_bg.png") no-repeat;
  background-position: top center;
}
.shop-static .single-ad {
  display: flex;
  justify-content: center;
  align-items: center;
}
