a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #ff8200;
  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;
}
html:after {
  content: '';
  background: white url(/images/bg.jpg) no-repeat top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
html.has-events .main-content-placeholder {
  padding-top: 154px;
}
html.has-events.sport .main-content-placeholder {
  padding-top: 214px;
}
.sport .main-content-placeholder {
  padding-top: 164px;
}
.main-content-placeholder {
  position: relative;
  max-width: 1440px;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 104px;
}
.header-container {
  position: relative;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
}
.wide:not(.storypage) .main-content-placeholder .no-foot {
  background: white;
  padding: 24px;
  padding-bottom: 48px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.wide:not(.storypage) .main-content-placeholder .main-content-placeholder-inside-column {
  display: flex;
  display: -webkit-flex;
}
.no-foot {
  *zoom: 1;
}
.no-foot:before,
.no-foot:after {
  content: "";
  display: table;
}
.no-foot:after {
  clear: both;
}
html:not(.index) .main-content-placeholder-inside-column {
  display: flex;
  display: -webkit-flex;
}
.has-events .main-header {
  position: absolute;
}
.has-events .live-events {
  display: block;
}
.main-header {
  position: fixed;
  z-index: 9000;
  top: 0;
  width: 100%;
  max-width: 1416px;
}
.main-header.headroom--not-top .main-navigation {
  position: fixed;
  top: 0;
  width: 100%;
}
.main-header.headroom--not-top .sport-navigation {
  position: fixed;
  top: 100px;
  width: 100%;
  max-width: 1416px;
}
/* Video Modal */

.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__close {
  border: none;
  background: #ff8200;
  outline: none;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-is-playing .showcase-modal {
  left: 0;
}
.live-events {
  height: 50px;
  margin-bottom: 4px;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 0 24px;
}
.live-events .live-events-slick {
  opacity: 0;
}
.live-events .livenow {
  white-space: nowrap;
  height: 50px;
  line-height: 51px;
  color: #ff8200;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.live-events .livenow > span {
  display: block;
}
.live-events .item {
  padding: 0 12px 0 6px;
  font-size: 16px;
  color: #373a36;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.live-events .item .item-inside {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-events .item a {
  color: #ff8200;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  display: flex;
  display: -webkit-flex;
}
.live-events .item a i:before {
  margin: 0;
}
.live-events .item a i {
  font-size: 15px;
}
.live-events .item a span {
  position: relative;
}
.live-events .item a span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.live-events .item a:hover span:after {
  width: 100%;
  transition: 0.35s;
}
.live-events .item .slash {
  margin: 0 6px;
  display: block;
}
.live-events .live-events-slick {
  height: 50px;
  line-height: 51px;
}
.live-events .live-events-slick.slick-initialized {
  opacity: 1;
}
.ring-container {
  position: relative;
  display: block;
  height: 31px;
  width: 31px;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: #ff8200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.ringring {
  border: 3px solid #ff8200;
  -webkit-border-radius: 30px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 3px;
  top: 2px;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.sport-navigation {
  height: 60px;
  background: #373a36;
  width: 100%;
}
.sport-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sport-navigation .sports-mobile-navigation-container {
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu.opened {
  max-height: calc(100vh - 120px);
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu .icn {
  color: #3d403c;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li {
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li > a {
  color: #373a36;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li > a {
  color: #373a36;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home a {
  color: white;
  text-decoration: none;
}
.sport-navigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
.sport-navigation .sports-mobile-navigation-container > ul > li {
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: white;
}
.sport-navigation .sports-mobile-navigation-container > ul > li > a {
  text-decoration: none;
  color: white;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more {
  padding-right: 0;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more > i:before {
  margin: 0;
}
.sport-navigation .sport-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
}
.sport-navigation .sport-nav .ps.ps--active-x > .ps__scrollbar-x-rail,
.sport-navigation .sport-nav .ps.ps--active-y > .ps__scrollbar-y-rail {
  background-color: white;
}
.sport-navigation .sport-nav .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #f2f2f2;
}
.sport-navigation .sport-nav .level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  transition: 0.35s;
  opacity: 0;
  background: white;
  width: 250px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-height: 475px;
  overflow: hidden;
}
.sport-navigation .sport-nav .level-2 a {
  text-decoration: none;
  color: #373a36;
}
.sport-navigation .sport-nav .level-2 li {
  text-align: right;
  padding: 10px 24px;
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li:hover {
  background: #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li > a {
  position: relative;
  color: #373a36;
}
.sport-navigation .sport-nav .level-2 li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #373a36;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sport-navigation .sport-nav .level-2 li > a:hover:after {
  width: 100%;
  transition: 0.35s;
  background: #373a36;
}
.sport-navigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  padding: 0 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li {
  padding: 0 10px;
  color: white;
  position: relative;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
}
.sport-navigation .sport-nav .level-1 > li.sport-home i {
  display: none;
}
.sport-navigation .sport-nav .level-1 > li.sport-home a {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.sport-navigation .sport-nav .level-1 > li.sport-home a:after {
  content: none !important;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a:before {
  content: 'More Links';
  display: block;
  font-size: 16px;
}
.sport-navigation .sport-nav .level-1 > li:hover {
  color: #ff8200;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover > a {
  color: #ff8200;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover .level-2 {
  right: 0;
  left: auto;
  opacity: 1;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li > a {
  position: relative;
  color: white;
}
.sport-navigation .sport-nav .level-1 > li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: white;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sport-navigation .sport-nav .level-1 > li > a:hover:after {
  width: 100%;
  transition: 0.35s;
  background: #ff8200;
}
.sport-navigation .sport-nav .level-1 > li i {
  font-size: 15px;
  margin-left: 3px;
}
.sport-navigation .sport-nav .level-1 > li i:before {
  margin: 0;
}
.sport-navigation .sport-nav .level-1 > li > a {
  text-decoration: none;
}
.IAB-superleader {
  background: white;
}
.IAB-superleader .ad {
  padding: 48px 24px;
  text-align: center;
}
.wbball .main-navigation .header_logo .desktop {
  display: none;
}
.wbball .main-navigation .header_logo .wbball_desktop {
  display: block;
}
.main-navigation {
  height: 100px;
  width: 100%;
  max-width: 1416px;
  background: white url(/images/nav_bg.png);
  position: relative;
  z-index: 9000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main-navigation .header_logo {
  height: 100px;
  background: white;
  min-width: 289px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-right: 50px;
}
.main-navigation .header_logo .wbball_mobile {
  display: none;
}
.main-navigation .header_logo .wbball_desktop {
  display: none;
}
.main-navigation .header_logo .mobile {
  display: none;
}
.main-navigation .header_logo img {
  margin-left: 18px;
}
.main-navigation .header_logo:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 100px solid white;
  border-right: 50px solid transparent;
}
.main-navigation .sponsor {
  margin-right: 24px;
}
.main-navigation #search-btn {
  height: 100px;
  width: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0 ;
  -webkit-flex-shrink: 0 ;
}
.main-navigation #search-btn > i {
  color: white;
  font-size: 16px;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation #search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 50px;
  background-color: white;
  top: 100%;
  opacity: 0;
  left: -9999px;
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main-navigation #search-btn #search label {
  position: absolute;
  left: -9999px;
}
.main-navigation #search-btn #search input[type="text"] {
  width: 150px;
  display: block;
  height: 50px;
  border: none;
  color: #ff8200;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.main-navigation #search-btn #search input[type="submit"] {
  display: block;
  height: 50px;
  width: 50px;
  border: none;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  background-color: #ff8200;
  color: #373a36;
  border-radius: 0px;
}
.main-navigation #search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
}
.c-navigation {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 100px;
}
.c-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.c-navigation .c-nav__level-1 > li {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 16px;
  cursor: pointer;
}
.c-navigation .c-nav__level-1 > li:first-child {
  padding-left: 12px;
}
.c-navigation .c-nav__level-1 > li > a {
  transition: 0.35s;
  color: white;
  display: block;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation .c-nav__level-1 > li > i {
  font-size: 14px;
  margin-left: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
}
.c-navigation .c-nav__level-1 > li > i:before {
  margin: 0;
}
.c-navigation .c-nav__level-1 > li.clicked {
  color: #373a36;
}
.c-navigation .c-nav__level-1 > li.clicked .c-nav__level-2 {
  left: 0;
  opacity: 1;
  transition: 0.35s opacity;
}
.c-navigation .c-nav__level-1 > li.clicked > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.35s;
}
.c-navigation .c-nav__level-1 > li.clicked > a {
  color: #373a36;
  transition: 0.35s;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a {
  display: block;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a:not(:first-child):after {
  content: '/';
  margin: 0 6px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.twitter:after {
  content: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 14px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social:after {
  font-size: 16px;
  margin: 0 7px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.facebook:before {
  content: '\e805';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.twitter:before {
  content: '\e825';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.instagram:before {
  content: '\e811';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.tickets:before {
  content: '\e888';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.tickets {
  display: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.instagram {
  display: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.roster {
  order: -1;
  -webkit-order: -1;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a:first-child {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  order: -2;
  -webkit-order: -2;
  color: #ff8200;
}
.c-navigation .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
}
.c-navigation .c-nav__level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  opacity: 0;
  transition: 0.35s opacity;
  background: rgba(55, 58, 54, 0.97);
  width: 100%;
  padding: 48px 36px;
  z-index: 9000;
}
.c-navigation .c-nav__level-2 ul {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
  border-top: 1px solid #4d504c;
}
.c-navigation .c-nav__level-2 ul > li {
  font-size: 16px;
  border-bottom: 1px solid #4d504c;
  padding: 20px 24px;
  transition: 0.35s;
}
.c-navigation .c-nav__level-2 ul > li:hover {
  background: rgba(255, 255, 255, 0.03);
  transition: 0.35s;
}
.c-navigation .c-nav__level-2 ul > li > a {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-decoration: none;
  transition: 0.35s;
}
.c-navigation .c-nav__level-2 ul > li > a:after {
  color: white;
}
.c-navigation .c-nav__level-2 ul > li > a:first-child {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: white;
}
.c-navigation .c-nav__level-2 ul > li > a:first-child span {
  position: relative;
}
.c-navigation .c-nav__level-2 ul > li > a:first-child span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-navigation .c-nav__level-2 ul > li > a:first-child span:hover:after {
  width: 100%;
  transition: 0.35s;
}
.c-navigation .c-nav__level-2 ul > li > a:hover {
  transition: 0.35s;
  color: #ff8200;
}
.c-navigation .c-nav__level-2 ul > li > a:hover:after {
  color: white;
}
.c-navigation .c-nav__level-2 ul > li > span {
  color: #ff8200;
}
.mobile_menu.opened .mobile-navigation-icon {
  background: #373a36;
  color: white;
}
.mobile_menu.opened .menu_bar {
  display: flex;
  display: -webkit-flex;
}
.mobile_menu .menu_bar {
  width: calc(100% - 60px);
  padding: 0 24px;
  background: #53565a;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: absolute;
  right: 60px;
  top: 0;
  height: 60px;
  z-index: 4;
  display: none;
}
.mobile_menu .menu_bar span {
  padding: 0 12px;
}
.mobile_menu .menu_bar .logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.mobile-navigation-icon {
  height: 60px;
  background: white;
  color: #ff8200;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.off-canvas-menu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9000;
  overflow: hidden;
  top: 100%;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.closed {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
.off-canvas-menu.opened {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
  color: #53565a;
}
.off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.off-canvas-menu > ul > li {
  color: #ff8200;
  background: #373a36;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 24px 11px 24px;
  width: 100%;
  display: inline-block;
  color: #ff8200;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
.off-canvas-menu > ul > li .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu > ul > li .level-2 li {
  background: #3d403c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  color: #ff8200;
  font-weight: 700;
}
.off-canvas-menu > ul > li .level-2 li.separator a,
.off-canvas-menu > ul > li .level-2 li.separator span {
  color: #ff8200;
  padding: 9px 12px 7px 15px;
}
.off-canvas-menu > ul > li .level-2 a:after {
  width: 56px;
  height: 50px;
  content: '\e832';
  font-family: sidearm_font;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu > ul > li .level-2 a,
.off-canvas-menu > ul > li .level-2 span {
  padding: 14px 36px 12px 36px;
  width: 100%;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.off-canvas-menu > ul > li .level-2.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#topStories {
  flex: 0 1 1061px;
  -webkit-flex: 0 1 1061px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
  margin-bottom: 4px;
}
#topStories .c-stories .c-stories__item {
  background: white;
}
#topStories .c-stories .c-stories__item .c-stories__media {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
#topStories .c-stories .c-stories__item .c-stories__media:hover:after {
  opacity: .70;
  transition: 0.35s;
}
#topStories .c-stories .c-stories__item .c-stories__media:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.35s;
  background: url(/images/main_story_image_repeater.png) repeat-x bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#topStories .c-stories .c-stories__item .c-stories__media iframe {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories .c-stories .c-stories__title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 19px 24px;
  z-index: 4;
}
#topStories .c-stories .c-stories__title.small {
  display: none;
}
#topStories .c-stories .c-stories__url {
  text-decoration: none;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  line-height: 32px;
  text-transform: uppercase;
  transition: 0.35s;
  position: relative;
}
#topStories .c-stories .c-stories__teaser {
  margin-top: 3px;
}
#topStories .c-stories .c-stories__sponsor {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
#topStories .c-stories .c-stories__sponsor .ad {
  margin-right: 20px;
}
#topStories .c-stories .c-stories__info {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 20px;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  line-height: 20px;
}
#topStories .c-stories .c-stories__links ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  display: inline;
}
#topStories .c-stories .c-stories__links ul li {
  color: #ff8200;
  margin-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  display: inline;
}
#topStories .c-stories .c-stories__links ul li a {
  color: #ff8200;
  text-decoration: none;
  position: relative;
  display: inline;
}
#topStories .c-stories .c-stories__links ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#topStories .c-stories .c-stories__links ul li:hover a:after {
  width: 100%;
  transition: 0.35s;
}
#topStories .c-stories .c-stories__links ul li:after {
  content: '\e832';
  display: block;
  font-family: sidearm_font;
  margin: 0 4px;
  display: inline;
}
#topStories .c-stories .c-stories__details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
  position: relative;
}
#mobileHeadlines {
  background: white;
  margin-bottom: 4px;
}
#mobileHeadlines .loadMore {
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 16px;
  transition: 0.35s;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 100%;
  background: #ff8200;
  cursor: pointer;
}
#mobileHeadlines .loadMore:hover {
  background: #f2f2f2;
  color: #373a36;
  transition: 0.35s;
}
#mobileHeadlines .loadMore i:before {
  margin: 0;
}
#mobileHeadlines .loadMore i {
  margin-left: 3px;
  font-size: 15px;
}
#mobileHeadlines .c-stories__item {
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373a36;
  display: flex;
  display: -webkit-flex;
  padding: 24px;
  align-items: center;
  -webkit-align-items: center;
}
#mobileHeadlines .c-stories__item .info {
  padding: 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#mobileHeadlines .c-stories__item .c-stories__details {
  padding: 0 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: #373a36;
}
#mobileHeadlines .c-stories__item .c-stories__details .sport {
  color: #ff8200;
}
#mobileHeadlines .c-stories__item .c-stories__details .c-stories__teaser {
  font-style: italic;
  margin: 12px 0 0 0;
}
#mobileHeadlines .c-stories__item .c-stories__details .c-stories__url {
  color: #373a36;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.35s;
  text-transform: uppercase;
}
#mobileHeadlines .c-stories__item .c-stories__details .c-stories__url:hover {
  color: #ff8200;
  transition: 0.35s;
}
#mobileHeadlines .c-stories__item .c-stories__media {
  flex: 0 0 312px;
  -webkit-flex: 0 0 312px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
#mobileHeadlines .c-stories__item .c-stories__media iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
#mobileHeadlines .c-stories__item .c-stories__media > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#moreHeadlines .c-stories {
  display: flex;
  display: -webkit-flex;
}
#moreHeadlines .c-stories__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  background: white;
  margin: 0 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#moreHeadlines .c-stories__item:first-child {
  margin-left: 0;
}
#moreHeadlines .c-stories__item:last-child {
  margin-right: 0;
}
#moreHeadlines .c-stories__item.has-video .full_story {
  display: none !important;
}
#moreHeadlines .c-stories__item.has-video .c-stories__media:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#moreHeadlines .c-stories__item .c-stories__title {
  margin-bottom: 14px;
}
#moreHeadlines .c-stories__item .c-stories__title .c-stories__url {
  color: black;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__title .c-stories__url:hover {
  color: #ff8200;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__full {
  color: #ff8200;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#moreHeadlines .c-stories__item .c-stories__full i:before {
  margin: 0;
}
#moreHeadlines .c-stories__item .c-stories__full i {
  font-size: 15px;
}
#moreHeadlines .c-stories__item .c-stories__full span {
  position: relative;
}
#moreHeadlines .c-stories__item .c-stories__full span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#moreHeadlines .c-stories__item .c-stories__full span:hover:after {
  width: 100%;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__teaser {
  display: none;
}
#moreHeadlines .c-stories__item .c-stories__details {
  padding: 20px 24px 24px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
}
#moreHeadlines .c-stories__item .c-stories__media {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  cursor: pointer;
}
#moreHeadlines .c-stories__item .c-stories__media:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#moreHeadlines .c-stories__item .c-stories__media a {
  text-decoration: none;
}
#moreHeadlines .c-stories__item .c-stories__media:hover:before {
  opacity: 1;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__media:hover .full_story {
  opacity: 1;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__media .full_story {
  width: 110px;
  display: block;
  opacity: 0;
  transition: 0.35s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  border-radius: 2px;
  background: #ff8200;
  line-height: 40px;
  z-index: 3;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
}
#moreHeadlines .c-stories__item .c-stories__media .full_story:hover {
  background: #eb7800;
  transition: 0.35s;
}
#moreHeadlines .c-stories__item .c-stories__media .full_story i:before {
  margin: 0;
}
#moreHeadlines .c-stories__item .c-stories__media .full_story i,
#moreHeadlines .c-stories__item .c-stories__media .full_story i:before {
  width: 10px;
}
#moreHeadlines .c-stories__item .c-stories__media .full_story i {
  margin-left: 3px;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("/images/play_button.png");
  background-size: contain;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.indexBottom {
  margin-top: 4px;
  display: flex;
  display: -webkit-flex;
}
.indexLeft {
  flex: 0 1 1061px;
  -webkit-flex: 0 1 1061px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
}
.indexRight {
  flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  margin-left: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#trending {
  background: white;
  margin-top: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#trending.clicked .trending-container .item:nth-child(n + 5) {
  display: flex;
  display: -webkit-flex;
}
#trending.clicked .loadMore {
  display: none;
}
#trending .loadMore {
  width: 100%;
  height: 109px;
  line-height: 109px;
  cursor: pointer;
  color: #ff8200;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.35s;
}
#trending .loadMore i:before {
  margin: 0;
}
#trending .loadMore i {
  margin-left: 3px;
  font-size: 15px;
}
#trending .loadMore:hover {
  background: #ff8200;
  color: white;
  transition: 0.35s;
  border-bottom: 1px solid #ff8200;
}
#trending .trending-container .item {
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373a36;
}
#trending .trending-container .item:nth-child(n + 5) {
  display: none;
}
#trending .trending-container .item .info {
  padding: 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#trending .trending-container .item .details {
  padding: 0 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: black;
}
#trending .trending-container .item .details .date-sport {
  color: #888888;
  margin-top: 12px;
}
#trending .trending-container .item .details .teaser {
  font-style: italic;
  margin: 12px 0 0 0;
}
#trending .trending-container .item .details > a {
  color: #ff8200;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.35s;
}
#trending .trending-container .item .details > a:hover {
  color: #373a36;
  transition: 0.35s;
}
#trending .trending-container .item .image {
  flex: 0 0 312px;
  -webkit-flex: 0 0 312px;
  min-width: 1px;
  min-height: 1px;
}
#trending .trending-container .item .image > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#trending .trending-container .item .button {
  flex: 0 0 102px;
  -webkit-flex: 0 0 102px;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #f2f2f2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.35s;
  line-height: 100%;
  text-align: center;
  color: #ff8200;
  font-size: 15px;
}
#trending .trending-container .item .button span {
  position: absolute;
  left: -9999px;
}
#trending .trending-container .item .button:hover {
  background: #ff8200;
  color: white;
  transition: 0.35s;
  border-color: #ff8200;
}
#trending > header {
  height: 119px;
  width: 100%;
  padding: 0 12px 0 24px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#trending > header .sponsor {
  margin-left: 14px;
}
#trending > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#trending > header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}
#trending > header ul li {
  margin: 0 12px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #f2f2f2;
  color: #373a36;
  padding: 0 6px;
  outline: none;
}
#trending > header ul li > a {
  color: #373a36;
  text-decoration: none;
  display: block;
  line-height: 26px;
  outline: none;
  outline: none;
}
#trending > header ul li.ui-state-active {
  background: #ff8200;
  color: white;
}
#trending > header ul li.ui-state-active > a {
  color: white;
}
#trending > header ul li.ui-state-active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.35s;
}
#trending > header ul li:after {
  content: '\e831';
  font-size: 12px;
  line-height: 24px;
  margin-left: 5px;
  display: block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
  font-family: sidearm_font;
}
#trending > header ul > a {
  color: #ff8200;
  text-decoration: none;
  margin-left: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#trending > header ul > a i:before {
  margin: 0;
}
#trending > header ul > a i {
  font-size: 15px;
}
#trending > header ul > a span {
  position: relative;
}
#trending > header ul > a span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#trending > header ul > a span:hover:after {
  width: 100%;
  transition: 0.35s;
}
#calendar {
  background: white;
  margin-top: 4px;
}
#calendar .icon {
  display: none;
}
#calendar .loadMore {
  width: 100%;
  height: 109px;
  line-height: 109px;
  cursor: pointer;
  color: #ff8200;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.35s;
}
#calendar .loadMore i:before {
  margin: 0;
}
#calendar .loadMore i {
  margin-left: 3px;
  font-size: 15px;
}
#calendar .loadMore:hover {
  background: #ff8200;
  color: white;
  transition: 0.35s;
  border-bottom: 1px solid #ff8200;
}
#calendar .events-list {
  display: flex;
  display: -webkit-flex;
  background: #f2f2f2;
  padding: 4px 0 0 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#calendar .events-list .event-container {
  background: white;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  min-height: 440px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
#calendar .events-list .event {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  min-width: 1px;
  min-height: 1px;
  padding-right: 4px;
  padding-bottom: 4px;
  display: flex;
  display: -webkit-flex;
}
#calendar .events-list .event:nth-child(4n) {
  padding-right: 0;
}
#calendar .events-list .event.event-is-selected .event-links {
  opacity: 1;
  left: 0;
  transition: 0.35s opacity;
  pointer-events: all;
}
#calendar .events-list .event.event-is-selected .button button:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.35s;
}
#calendar .events-list .event .final {
  text-align: center;
  margin-top: 14px;
  color: #ff8200;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  line-height: 1.4;
}
#calendar .events-list .event .buy_tickets {
  text-align: center;
  margin-top: 14px;
}
#calendar .events-list .event .buy_tickets a {
  color: #ff8200;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  line-height: 1.4;
}
#calendar .events-list .event .buy_tickets a span {
  position: relative;
}
#calendar .events-list .event .buy_tickets a span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#calendar .events-list .event .buy_tickets a span:hover:after {
  width: 100%;
  transition: 0.35s;
}
#calendar .events-list .event .buy_tickets a i {
  margin-left: 0px;
  font-size: 14px;
}
#calendar .events-list .event .buy_tickets a i:before {
  margin: 0;
}
#calendar .events-list .event .event-links {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  height: calc(100% - 40px);
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  transition: 0.35s opacity;
  padding: 48px;
}
#calendar .events-list .event .event-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#calendar .events-list .event .event-links ul li {
  margin-bottom: 16px;
}
#calendar .events-list .event .event-links ul li a {
  color: transparent;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#calendar .events-list .event .event-links ul li a[href] {
  color: #ff8200;
}
#calendar .events-list .event .event-links ul li a[href] span {
  position: relative;
}
#calendar .events-list .event .event-links ul li a[href] span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#calendar .events-list .event .event-links ul li a[href] span:hover:after {
  width: 100%;
  transition: 0.35s;
}
#calendar .events-list .event .event-links ul li a i:first-child {
  margin-right: 2px;
}
#calendar .events-list .event .event-links ul li a i:last-child:before {
  margin: 0;
}
#calendar .events-list .event .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
}
#calendar .events-list .event .button button {
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  background: #ff8200;
  line-height: 40px;
  text-align: center;
  color: white;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  transition: 0.35s;
}
#calendar .events-list .event .button button:before {
  content: '\e865';
  display: block;
  height: 40px;
  width: 40px;
  font-size: 16px;
  font-family: sidearm_font;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
}
#calendar .events-list .event .event-logo {
  padding: 24px;
  position: relative;
}
#calendar .events-list .event .event-logo:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
#calendar .events-list .event .loc {
  font-style: italic;
}
#calendar .events-list .event .event-details {
  padding: 20px 24px;
  line-height: 1.5;
}
#calendar .events-list .event .sport {
  font-weight: 700;
}
#calendar .events-list .event .date {
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: white;
  background: url(/images/checkerboard_cal_repeater.png);
}
#calendar .ui-tabs-panel {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 0.35s opacity;
  top: 0;
  left: 0;
}
#calendar .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#calendar > header {
  height: 119px;
  width: 100%;
  padding: 0 12px 0 24px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#calendar > header .sponsor {
  margin-left: 14px;
}
#calendar > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#calendar > header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}
#calendar > header ul li {
  margin: 0 12px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #f2f2f2;
  color: #373a36;
  padding: 0 6px;
  outline: none;
}
#calendar > header ul li > a {
  color: #373a36;
  text-decoration: none;
  display: block;
  line-height: 26px;
  outline: none;
  outline: none;
}
#calendar > header ul li.ui-state-active {
  background: #ff8200;
  color: white;
}
#calendar > header ul li.ui-state-active > a {
  color: white;
}
#calendar > header ul li.ui-state-active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.35s;
}
#calendar > header ul li:after {
  content: '\e831';
  font-size: 12px;
  line-height: 24px;
  margin-left: 5px;
  display: block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
  font-family: sidearm_font;
}
#calendar > header ul > a {
  color: #ff8200;
  text-decoration: none;
  margin-left: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#calendar > header ul > a i:before {
  margin: 0;
}
#calendar > header ul > a i {
  font-size: 15px;
}
#calendar > header ul > a span {
  position: relative;
}
#calendar > header ul > a span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#calendar > header ul > a span:hover:after {
  width: 100%;
  transition: 0.35s;
}
.ad-space {
  text-align: center;
}
.ad-space .ad {
  margin: 24px;
  text-align: center;
}
.ad-space.mobile {
  display: none;
}
.main-footer {
  background: white !important;
  margin-top: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main-footer .row {
  padding: 48px 24px;
  min-height: 200px;
}
.main-footer .info {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373a36;
  padding: 0 12px;
  position: relative;
  line-height: 20px;
  margin-top: 8px;
  margin-left: 4px;
}
.main-footer .info:before {
  content: '';
  display: block;
  width: 4px;
  height: 38px;
  background: #ff8200;
  position: absolute;
  right: 100%;
  top: 0;
}
.main-footer .info a {
  color: #ff8200;
  font-weight: 400;
}
.main-footer .info > div:last-child > span {
  margin: 0 4px;
}
.main-footer .logoWrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-footer .logoWrapper li {
  padding: 0 22px;
}
.main-footer .logoWrapper li:last-child {
  padding-right: 0;
}
.main-footer .logoWrapper img {
  -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(1%) hue-rotate(155deg) brightness(89%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(1%) hue-rotate(155deg) brightness(89%) contrast(95%);
}
.sponsors {
  background: white;
  padding: 48px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.sponsors .ad {
  padding: 0 12px;
}
.sponsors .slick-track {
  margin: auto;
}
#store {
  border-bottom: 1px solid #f2f2f2;
}
#store > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
#store > header .sponsor {
  margin-left: 14px;
}
#store > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#store .fanatics-list {
  background: white;
}
#store .shop-container .item {
  padding: 24px;
}
#store .shop-container .item .fanatics-list__item {
  display: flex;
  display: -webkit-flex;
}
#store .shop-container .item a {
  color: #373a36;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
#store .shop-container .item a:hover {
  text-decoration: underline;
}
#store .shop-container .item .price {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ff8200;
  font-size: 20px;
  margin-top: 6px;
}
#store .shop-container .item .info {
  padding: 12px 0 12px 24px;
}
#store .shop-container .image {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
#store .shop-container .image img {
  margin: 0 auto;
  padding-top: 12px;
}
#store .slick-dots {
  text-align: center;
  position: absolute;
  padding: 0;
  margin: 8px 0;
  width: 100%;
}
#store .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
}
#store .slick-dots button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-indent: -9999px;
}
#store .slick-dots button {
  padding: 0;
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  background: #dfe0e0;
  border-radius: 50%;
  line-height: 1;
  transition: 0.35s;
}
#store .slick-dots button:hover {
  background: #ff8200;
}
#store .slick-dots .slick-active button {
  background: #ff8200;
}
#social {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
}
#social .loadMore {
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 16px;
  transition: 0.35s;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 100%;
  background: #ff8200;
  cursor: pointer;
}
#social .loadMore:hover {
  background: #f2f2f2;
  color: #373a36;
  transition: 0.35s;
}
#social .loadMore i:before {
  margin: 0;
}
#social .loadMore i {
  margin-left: 3px;
  font-size: 15px;
}
#social .loadMore {
  display: none;
}
#social .c-contentstream__container--outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#social .c-contentstream__container--outer.ps--active-y {
  padding-right: 8px;
}
#social .c-contentstream__container {
  padding: 12px;
}
#social .c-contentstream__item {
  padding: 12px;
}
#social .c-contentstream__item .c-contentstream__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 4;
}
#social .c-contentstream__item .c-contentstream__icon i {
  position: absolute;
  bottom: 2px;
  right: 0px;
  font-size: 18px;
  color: white;
}
#social .c-contentstream__item .c-contentstream__icon i.icon-instagram {
  font-size: 16px;
  bottom: 2px;
  right: 2px;
}
#social .c-contentstream__item .c-contentstream__icon:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #ff8200;
  border-left: 50px solid transparent;
}
#social .c-contentstream__item:last-child {
  margin-bottom: 130px;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__item-inner {
  border: 1px solid #f2f2f2;
  background: white;
  padding: 24px;
  position: relative;
  padding-bottom: 50px;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__user-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__user-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body {
  color: #373a36;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body a {
  color: #ff8200;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body .c-twitter__actions {
  padding: 0;
  list-style: none;
  margin: 0 0 18px 0;
  margin-left: auto;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body .c-twitter__actions span {
  position: absolute;
  left: -9999px;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body .c-twitter__actions a {
  font-size: 20px;
  color: #373a36;
  transition: 0.35s;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body .c-twitter__actions a:hover {
  color: #ff8200;
  transition: 0.35s;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__body .c-twitter__actions a .icon-heart {
  font-size: 13px;
  margin-top: 1px;
  margin-left: 5px;
  display: block;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__user-fullname {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373a36;
  line-height: 18px;
}
#social .c-contentstream__item.c-contentstream__twitter .c-contentstream__twitter__user-screenname {
  white-space: nowrap;
  color: #373a36;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#social .c-contentstream__item.c-contentstream__instagram img {
  width: 100%;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  opacity: 0;
  transition: 0.35s;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__profileimage {
  height: 40px;
  display: block;
  width: 40px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__profileimage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__username {
  white-space: nowrap;
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__info {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__info > * {
  padding: 0 6px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__info i {
  font-size: 16px;
}
#social .c-contentstream__item.c-contentstream__instagram .c-instagram__overlay .c-instagram__info .c-instagram__likes {
  padding-left: 0;
}
#social .c-contentstream__item.c-contentstream__instagram .c-contentstream__item-inner {
  position: relative;
}
#social .c-contentstream__item.c-contentstream__instagram .c-contentstream__item-inner:hover:before {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.35s;
}
#social .c-contentstream__item.c-contentstream__instagram .c-contentstream__item-inner:hover .c-instagram__overlay {
  opacity: 1;
  transition: 0.35s;
}
#social .c-contentstream__item.c-contentstream__instagram .c-contentstream__item-inner:before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: 0.35s;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#social .content {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
#social .content:after {
  content: '';
  z-index: 5;
  pointer-events: none;
  display: block;
  position: absolute;
  height: 200px;
  width: calc(100% - 10px);
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&0+0,1+75,1+75 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
#social > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
}
#social > header .sponsor {
  margin-left: 14px;
}
#social > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#slide {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1416px;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 200;
}
#slide .ad {
  padding: 24px 12px;
  text-align: center;
}
#mobileRecent > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
}
#mobileRecent > header .sponsor {
  margin-left: 14px;
}
#mobileRecent > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#mobileRecent .loadMore {
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 16px;
  transition: 0.35s;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  width: 100%;
  background: #ff8200;
  cursor: pointer;
}
#mobileRecent .loadMore:hover {
  background: #f2f2f2;
  color: #373a36;
  transition: 0.35s;
}
#mobileRecent .loadMore i:before {
  margin: 0;
}
#mobileRecent .loadMore i {
  margin-left: 3px;
  font-size: 15px;
}
#mobileRecent .c-stories__item {
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.35s;
}
#mobileRecent .c-stories__item .c-stories__url {
  color: #ff8200;
  text-decoration: none;
  transition: 0.35s;
}
#mobileRecent .c-stories__item .c-stories__url:hover {
  color: black;
  transition: 0.35s;
}
#mobileRecent .c-stories__item:last-child {
  margin-bottom: 130px;
}
#mobileRecent .c-stories__item .c-stories__date {
  color: black;
  margin-top: 4px;
}
#mobileRecent .c-stories__item .c-stories__date .slash {
  margin: 0 6px;
}
#mobileRecent .c-stories__item:hover {
  background: #f7f7f7;
  transition: 0.35s;
}
#recentHeadlines {
  flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  min-width: 1px;
  min-height: 1px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-left: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  margin-bottom: 4px;
}
#recentHeadlines > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
}
#recentHeadlines > header .sponsor {
  margin-left: 14px;
}
#recentHeadlines > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
#recentHeadlines .c-stories__item {
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.35s;
}
#recentHeadlines .c-stories__item .c-stories__url {
  color: #ff8200;
  text-decoration: none;
  transition: 0.35s;
}
#recentHeadlines .c-stories__item .c-stories__url:hover {
  color: black;
  transition: 0.35s;
}
#recentHeadlines .c-stories__item:last-child {
  margin-bottom: 130px;
}
#recentHeadlines .c-stories__item .c-stories__date {
  color: black;
  margin-top: 4px;
}
#recentHeadlines .c-stories__item .c-stories__date .slash {
  margin: 0 6px;
}
#recentHeadlines .c-stories__item:hover {
  background: #f7f7f7;
  transition: 0.35s;
}
#recentHeadlines .story-container-outer {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 119px;
  height: calc(100% - 119px);
  left: 0;
  width: 100%;
  overflow: hidden;
}
#recentHeadlines .story-container-outer:after {
  content: '';
  z-index: 3;
  pointer-events: none;
  display: block;
  position: absolute;
  height: 150px;
  width: calc(100% - 10px);
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&0+0,1+75,1+75 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
#recentHeadlines .story-container {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#recentHeadlines stories-component {
  display: block;
}
.article-wrapper.sportfile .article-content {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
html:not(.wide) .article-wrapper.sportfile .article-content {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left {
  flex: 0 1 1061px;
  -webkit-flex: 0 1 1061px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
  background: white;
  padding: 24px;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .bottom_leaderboard {
  padding: 48px 12px;
  text-align: center;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .bottom_leaderboard .ad {
  text-align: center;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content > header {
  padding: 48px 24px;
  border-bottom: 1px solid #f2f2f2;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column {
  padding-right: 20px;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  margin: 12px 0 0 0;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a {
  display: block;
  width: 33px;
  height: 27px;
  background-color: #004f39;
  margin: 5px 4px 0 0;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  color: white;
  font-size: 13px;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-print {
  transition: 0.25s;
  color: white;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-print:hover {
  background-color: #00825e;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .social-column > a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links {
  padding: 20px 24px;
  border-bottom: 1px solid #f2f2f2;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: inline;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li {
  color: #373a36;
  margin-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 20px;
  display: inline;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li a {
  color: #ff8200;
  text-decoration: none;
  position: relative;
  display: inline;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li i {
  font-size: 14px;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li:hover a:after {
  width: 100%;
  transition: 0.35s;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-links ul li:after {
  content: '\e832';
  font-size: 15px;
  display: inline;
  font-family: sidearm_font;
  margin: 0 8px;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .story-content {
  padding: 48px 24px;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-date {
  color: #ff8200;
  margin-top: 2px;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-subheadline {
  font-style: italic;
  color: #5e6165;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-left .article-content .article-headline {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373a36;
  text-transform: uppercase;
}
html:not(.wide) .article-wrapper.sportfile .story-container .story-right {
  flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  margin-left: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
html:not(.wide) .article-wrapper.sportfile .related > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
html:not(.wide) .article-wrapper.sportfile .related > header .sponsor {
  margin-left: 14px;
}
html:not(.wide) .article-wrapper.sportfile .related > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
html:not(.wide) .article-wrapper.sportfile .related .c-stories__item {
  padding: 20px 24px;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
  line-height: 1.5;
}
html:not(.wide) .article-wrapper.sportfile .related .c-stories__item .c-stories__title a {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ff8200;
  text-decoration: none;
  transition: 0.35s;
}
html:not(.wide) .article-wrapper.sportfile .related .c-stories__item .c-stories__title a:hover {
  color: black;
  transition: 0.35s;
}
html:not(.wide) .article-wrapper.sportfile .related .c-stories__item .c-stories__date {
  margin-top: 2px;
}
html:not(.wide) .article-wrapper.sportfile .related .c-stories__item .slash {
  margin: 0 4px;
}
.story-right {
  flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  margin-left: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.story-right .related > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.story-right .related > header .sponsor {
  margin-left: 14px;
}
.story-right .related > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
.story-right .related .c-stories__item {
  padding: 20px 24px;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
  line-height: 1.5;
}
.story-right .related .c-stories__item .c-stories__title a {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ff8200;
  text-decoration: none;
  transition: 0.35s;
}
.story-right .related .c-stories__item .c-stories__title a:hover {
  color: black;
  transition: 0.35s;
}
.story-right .related .c-stories__item .c-stories__date {
  margin-top: 2px;
}
.story-right .related .c-stories__item .slash {
  margin: 0 4px;
}
.article-wrapper.sportfile .article-date {
  color: #ff8200;
  margin-top: 2px;
}
.article-wrapper.sportfile .article-subheadline {
  font-style: italic;
  color: #5e6165;
}
.article-wrapper.sportfile .article-headline {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373a36;
  text-transform: uppercase;
}
.article-wrapper.sportfile .story-right {
  display: none;
}
.sidearm-story-template {
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.article-wrapper.news .story-container .story-left {
  flex: 0 1 1061px;
  -webkit-flex: 0 1 1061px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 2px;
  background: white;
}
.article-wrapper.news .story-container .story-left .bottom_leaderboard {
  padding: 48px 12px;
  text-align: center;
}
.article-wrapper.news .story-container .story-left .bottom_leaderboard .ad {
  text-align: center;
}
.article-wrapper.news .story-container .story-left .article-image {
  position: relative;
}
.article-wrapper.news .story-container .story-left .article-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.article-wrapper.news .story-container .story-left .article-image.right {
  margin: 0 0 10px 10px;
}
.article-wrapper.news .story-container .story-left .article-image.right .article-image-caption {
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.article-wrapper.news .story-container .story-left .article-content {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.article-wrapper.news .story-container .story-left .article-content > header {
  padding: 48px 24px;
  border-bottom: 1px solid #f2f2f2;
}
.article-wrapper.news .story-container .story-left .article-content .social-column {
  padding-right: 20px;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  margin: 12px 0 0 0;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a {
  display: block;
  width: 33px;
  height: 27px;
  background-color: #004f39;
  margin: 5px 4px 0 0;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  color: white;
  font-size: 13px;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-print {
  transition: 0.25s;
  color: white;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-print:hover {
  background-color: #00825e;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .social-column > a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
}
.article-wrapper.news .story-container .story-left .article-content .article-links:blank {
  display: none;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: inline;
  padding: 20px 24px;
  border-bottom: 1px solid #f2f2f2;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li {
  color: #373a36;
  margin-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 20px;
  display: inline;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li a {
  color: #ff8200;
  text-decoration: none;
  position: relative;
  display: inline;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #ff8200;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li i {
  font-size: 14px;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li:hover a:after {
  width: 100%;
  transition: 0.35s;
}
.article-wrapper.news .story-container .story-left .article-content .article-links ul li:after {
  content: '\e832';
  font-size: 15px;
  display: inline;
  font-family: sidearm_font;
  margin: 0 8px;
}
.article-wrapper.news .story-container .story-left .article-content .story-content {
  padding: 48px 24px;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.article-wrapper.news .story-container .story-left .article-content .article-date {
  color: #ff8200;
  margin-top: 2px;
}
.article-wrapper.news .story-container .story-left .article-content .article-subheadline {
  font-style: italic;
  color: #5e6165;
}
.article-wrapper.news .story-container .story-left .article-content .article-headline {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373a36;
  text-transform: uppercase;
}
.article-wrapper.news .story-container .story-right {
  flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  margin-left: 2px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.article-wrapper.news .stories-topstories {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  background: white;
}
.article-wrapper.news .stories-topstories > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.article-wrapper.news .stories-topstories > header .sponsor {
  margin-left: 14px;
}
.article-wrapper.news .stories-topstories > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
.article-wrapper.news .stories-topstories .topstories-container {
  padding: 12px;
}
.article-wrapper.news .stories-topstories .topstories-container .item {
  padding: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373a36;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news .stories-topstories .topstories-container .item a {
  text-decoration: none;
  font-weight: 700;
  color: #373a36;
  transition: 0.35s;
}
.article-wrapper.news .stories-topstories .topstories-container .item a:hover {
  color: #ff8200;
  transition: 0.35s;
}
.article-wrapper.news .stories-topstories .topstories-container .item .teaser {
  display: none;
}
.article-wrapper.news .stories-topstories .topstories-container .item .slash {
  margin: 0 4px;
}
.article-wrapper.news .stories-topstories .topstories-container .item .date {
  margin-top: 3px;
}
.article-wrapper.news .stories-topstories .topstories-container .item .details {
  padding: 12px 0;
}
.article-wrapper.news .related > header {
  height: 119px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.article-wrapper.news .related > header .sponsor {
  margin-left: 14px;
}
.article-wrapper.news .related > header h2 {
  border-left: 4px solid #ff8200;
  padding: 0 10px;
  display: block;
  color: #373a36;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 23px;
}
.article-wrapper.news .related .c-stories__item {
  padding: 20px 24px;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #373a36;
  line-height: 1.5;
}
.article-wrapper.news .related .c-stories__item .c-stories__title a {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #ff8200;
  text-decoration: none;
  transition: 0.35s;
}
.article-wrapper.news .related .c-stories__item .c-stories__title a:hover {
  color: black;
  transition: 0.35s;
}
.article-wrapper.news .related .c-stories__item .c-stories__date {
  margin-top: 2px;
}
.article-wrapper.news .related .c-stories__item .slash {
  margin: 0 4px;
}
.media_object_image {
  width: auto !important;
}
/* perfect-scrollbar v0.7.0 */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #373a36;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 8px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #ff8200;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 0px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 8px;
}
@media screen and (max-width: 1460px) {
  #mobileHeadlines .c-stories__item .c-stories__details {
    padding-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .c-navigation .c-nav__level-1 > li.sports .c-nav__level-2-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-navigation .c-nav__level-1 > li.sports .c-nav__level-2-inner ul {
    margin: 0;
    padding: 0 12px;
    border: none;
  }
  .c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li:first-child {
    border-top: 1px solid #4d504c;
  }
  .c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a:first-child {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1299px) {
  
}
@media screen and (max-width: 1290px) {
  #moreHeadlines .c-stories__item .c-stories__title .c-stories__url {
    font-size: 18px;
    line-height: 1.3;
  }
  #moreHeadlines .c-stories__item .c-stories__details {
    font-size: 14px;
    line-height: 1.4;
  }
  .wbball .main-navigation .header_logo .mobile {
    display: none;
  }
  .wbball .main-navigation .header_logo .desktop {
    display: none;
  }
  .wbball .main-navigation .header_logo .wbball_desktop {
    display: none;
  }
  .wbball .main-navigation .header_logo .wbball_mobile {
    display: block;
    margin-left: 12px;
    max-width: 60px;
  }
  .main-navigation .header_logo {
    max-width: 110px;
    width: 100%;
    min-width: auto;
    padding: 20px 0;
  }
  .main-navigation .header_logo .desktop {
    display: none;
  }
  .main-navigation .header_logo .mobile {
    display: block;
    margin-left: 12px;
    max-width: 60px;
  }
  .main-navigation .header_logo a {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  #trending .trending-container .item .button {
    display: none;
  }
  #trending .trending-container .item .image {
    flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    min-width: 1px;
    min-height: 1px;
  }
  #trending .trending-container .item .details {
    padding-right: 0;
  }
}
@media screen and (max-width: 1149px) {
  #topStories .c-stories .c-stories__links {
    margin-top: 6px;
  }
  #topStories .c-stories .c-stories__details {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #topStories .c-stories .c-stories__item.story-is-selected .c-stories__details {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 700px;
    overflow: hidden;
    padding: 20px 24px;
    display: inherit!important;
    border-bottom: 1px solid #f2f2f2;
  }
  #topStories .c-stories .c-stories__item.story-is-selected .c-stories__moreinfo .moreInfo {
    background: #ff8200;
    color: white;
    border-color: #ff8200;
    transition: 0.35s;
  }
  #topStories .c-stories .c-stories__item.story-is-selected .c-stories__moreinfo .moreInfo i {
    color: white;
  }
  #topStories .c-stories .c-stories__item.story-is-selected .c-stories__moreinfo .moreInfo i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: 0.35s;
  }
  .c-stories__moreinfo {
    height: 74px;
    align-items: center;
    -webkit-align-items: center;
  }
  .c-stories__moreinfo .c-stories__sponsor {
    padding: 0 24px;
  }
  .c-stories__moreinfo .moreInfo {
    color: #ff8200;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    padding: 0 24px;
    height: 74px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-left: 1px solid #f2f2f2;
    transition: 0.35s;
  }
  .c-stories__moreinfo .moreInfo i:before {
    margin: 0;
  }
  .c-stories__moreinfo .moreInfo i {
    margin-left: 3px;
    color: #ff8200;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.35s;
  }
  .c-stories__moreinfo .moreInfo:hover {
    background: #ff8200;
    color: white;
    border-color: #ff8200;
    transition: 0.35s;
  }
  .c-stories__moreinfo .moreInfo:hover i {
    color: white;
  }
}
@media screen and (max-width: 1110px) {
  .c-navigation .c-nav__level-1 > li {
    padding: 0 12px;
  }
  #calendar > header ul > a.link {
    display: none;
  }
  #calendar > header ul > a.icon {
    display: flex;
    display: -webkit-flex;
  }
  #calendar > header ul > a.icon .icon-calendar-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1099px) {
  html.has-events .main-content-placeholder {
    padding-top: 118px;
  }
  html.has-events.sport .main-content-placeholder {
    padding-top: 174px;
  }
  .live-events {
    padding: 0 12px;
  }
  .main-header {
    padding-top: 60px;
  }
  .sport .main-header {
    padding-top: 120px;
  }
  .sport-navigation {
    position: fixed !important;
    top: 60px !important;
  }
  .main-navigation {
    position: fixed !important;
    top: 0 !important;
  }
  .sport .main-content-placeholder {
    padding-top: 132px;
  }
  .main-content-placeholder {
    background: white;
    padding-top: 72px;
  }
  .c-navigation {
    height: 60px;
    order: 3;
    -webkit-order: 3;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .main-navigation #search-btn {
    width: 60px;
    height: 60px;
    margin-left: auto;
    order: 2;
    -webkit-order: 2;
  }
  .wbball .main-navigation .header_logo .wbball_mobile {
    max-width: 35px;
    margin-left: 7px;
  }
  .main-navigation {
    height: 60px;
    background: #ff8200 url(/images/nav_repeat.png);
  }
  .main-navigation .header_logo {
    height: 60px;
    width: 75px;
    margin-right: 30px;
    min-width: 0;
  }
  .main-navigation .header_logo .mobile {
    max-width: 35px;
    margin-left: 7px;
  }
  .main-navigation .header_logo:before {
    border-top: 60px solid white;
    border-right: 30px solid transparent;
  }
}
@media screen and (max-width: 1079px) {
  
}
@media screen and (max-width: 1024px) {
  #calendar .events-list .event {
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    min-width: 1px;
    min-height: 1px;
  }
  #calendar .events-list .event:nth-child(4n) {
    padding-right: 0;
  }
  #calendar .events-list .event:nth-child(3n) {
    padding-right: 4px;
  }
  #calendar .events-list .event:nth-child(2n) {
    padding-right: 4px;
  }
  #calendar > header ul > a.link {
    display: flex;
    display: -webkit-flex;
  }
  #calendar > header ul > a.icon {
    display: none;
  }
  #calendar > header ul > a.icon .icon-calendar-1 {
    font-size: 20px;
  }
  #calendar .loadMore {
    border-bottom: none;
  }
  #calendar .loadMore:hover {
    border-bottom: none;
  }
  #trending .trending-container .item .image {
    flex: 0 0 312px;
    -webkit-flex: 0 0 312px;
    min-width: 1px;
    min-height: 1px;
  }
  #social .c-contentstream__container--outer {
    position: relative;
    left: auto;
    top: auto;
  }
  #social .loadMore {
    display: block;
  }
  #social .c-contentstream__item:last-child {
    margin-bottom: 0;
  }
  #social .content:after {
    content: none;
  }
  #social .c-contentstream__container {
    padding: 12px 24px;
  }
  .c-contentstream__container > div {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-rule-width: 24px;
    /* Chrome, Safari, Opera */
    -moz-column-rule-width: 24px;
    /* Firefox */
    column-rule-width: 24px;
    -webkit-column-gap: 24px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 24px;
    /* Firefox */
    column-gap: 24px;
  }
  #social .c-contentstream__item {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    -webkit-column-width: 100%;
    /* Chrome, Safari, Opera */
    -moz-column-width: 100%;
    /* Firefox */
    column-width: 100%;
  }
  #trending {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #calendar .loadMore {
    height: 40px;
    line-height: 40px;
    background: #ff8200;
    color: white;
    border-bottom: none;
  }
  #calendar .loadMore:hover {
    background: #f2f2f2;
    color: #373a36;
    border-bottom: none;
  }
  #trending .loadMore {
    height: 40px;
    line-height: 40px;
    background: #ff8200;
    color: white;
    border-bottom: none;
  }
  #trending .loadMore:hover {
    background: #f2f2f2;
    color: #373a36;
    border-bottom: none;
  }
  #calendar {
    border-bottom: 1px solid #f2f2f2;
  }
  #trending > header ul > a {
    color: #373a36;
  }
  #trending > header ul > a span:after {
    background: #373a36;
  }
  #trending > header ul > a span:hover:after {
    background: #373a36;
  }
  #calendar > header ul > a {
    color: #373a36;
  }
  #calendar > header ul > a span:after {
    background: #373a36;
  }
  #calendar > header ul > a span:hover:after {
    background: #373a36;
  }
  #store .shop-container .item {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #store .shop-container .item > * {
    padding: 0 24px;
  }
  #store .shop-container .item .info {
    padding: 0 24px;
  }
  #mobileHeadlines .c-stories__item:last-child {
    border-bottom: none;
  }
  #mobileRecent .c-stories__item:last-child {
    margin-bottom: 0;
  }
  #recentHeadlines {
    display: none;
  }
  .indexBottom {
    display: block;
  }
  .indexLeft {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .indexRight {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .indexTop {
    display: block;
  }
  #topStories {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
  }
  #mobileHeadlines {
    order: -3;
    -webkit-order: -3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  #mobileRecent {
    order: -2;
    -webkit-order: -2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .IAB-superleader {
    order: -1;
    -webkit-order: -1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .IAB-superleader .ad {
    padding: 8px;
  }
  .ad-space.mobile {
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
  .ad-space.mobile .ad {
    margin: 8px;
  }
  .ad-space.first {
    display: none;
  }
  .indexRight .ad-space.first {
    display: none;
  }
  .main-content-placeholder-inside {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .main-footer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  stories-topstories {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1023px) {
  #moreHeadlines {
    display: none;
  }
  html:not(.index) .main-content-placeholder-inside-column {
    display: block;
  }
  .wide:not(.storypage) .main-content-placeholder .main-content-placeholder-inside-column {
    display: block;
  }
  .article-wrapper.news .story-container .story-left .bottom_leaderboard {
    padding: 0;
  }
  .article-wrapper.news .story-container .story-left .bottom_leaderboard .ad {
    padding: 24px 24px 12px 24px;
  }
  .story-right {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .story-right .ad-space:first-child .ad {
    margin-top: 12px;
  }
  .article-wrapper.news .related > header > span {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .article-wrapper.news .stories-topstories {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item:last-child {
    border-bottom: none;
  }
  .article-wrapper.news .stories-topstories  .topstories-container {
    padding: 0;
  }
  .article-wrapper.news .stories-topstories  .topstories-container > div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item {
    border-bottom: 1px solid #f2f2f2;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #373a36;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 24px;
    align-items: center;
    -webkit-align-items: center;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .info {
    padding: 24px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details {
    padding: 0 0 0 24px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    color: #373a36;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details .date {
    margin-top: 0;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details .sport {
    color: #ff8200;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details .teaser {
    font-style: italic;
    margin: 12px 0;
    display: block;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details > a {
    color: #373a36;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    transition: 0.35s;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details > a:hover {
    color: #ff8200;
    transition: 0.35s;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .image {
    flex: 0 0 312px;
    -webkit-flex: 0 0 312px;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .image > div {
    height: auto;
    padding: 0;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .button {
    flex: 0 0 102px;
    -webkit-flex: 0 0 102px;
    min-width: 1px;
    min-height: 1px;
    border-left: 1px solid #f2f2f2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    transition: 0.35s;
    line-height: 100%;
    text-align: center;
    color: #ff8200;
    font-size: 15px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .button span {
    position: absolute;
    left: -9999px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .button:hover {
    background: #ff8200;
    color: white;
    transition: 0.35s;
    border-color: #ff8200;
  }
  .story-container {
    display: block;
  }
  html:not(.index) .main-footer {
    border-top: 1px solid #f2f2f2;
  }
  html:not(.wide) .article-wrapper.sportfile .story-right .ad-space:first-child .ad {
    margin-top: 24px;
  }
  html:not(.wide) .article-wrapper.sportfile .story-container .story-left {
    border-bottom: 1px solid #f2f2f2;
  }
  .article-wrapper.news .story-container .story-left,
  html:not(.wide) .article-wrapper.sportfile .story-container .story-left {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .article-wrapper.news .story-container .story-right,
  html:not(.wide) .article-wrapper.sportfile .story-container .story-right {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }
}
@media screen and (max-width: 939px) {
  #calendar .events-list .event {
    flex: 0 1 33.33333%;
    -webkit-flex: 0 1 33.33333%;
    min-width: 1px;
    min-height: 1px;
  }
  #calendar .events-list .event:nth-child(4n) {
    padding-right: 4px;
  }
  #calendar .events-list .event:nth-child(3n) {
    padding-right: 0;
  }
  #calendar .events-list .event:nth-child(2n) {
    padding-right: 4px;
  }
}
@media screen and (max-width: 840px) {
  #trending .trending-container .item .button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wbball .main-navigation .header_logo .wbball_mobile {
    display: block;
    max-width: 35px;
    margin-left: 7px;
  }
  .wbball .main-navigation .header_logo .wbball_desktop {
    display: none;
  }
  .wbball .main-navigation .header_logo .mobile {
    display: none;
  }
  .live-events-info {
    display: block;
  }
  .live-events .livenow > span {
    margin-top: 4px;
  }
  .ring-container {
    margin-left: -5px;
  }
  .ringring {
    border: 3px solid #ff8200;
    -webkit-border-radius: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 6px;
    top: 5px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
  }
  .live-events .live-events-slick {
    height: 20px;
    line-height: 20px;
  }
  .live-events .livenow {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
  .article-wrapper.news .story-container .story-left .article-content > header {
    padding: 10px 24px 24px 24px;
  }
  .article-wrapper.news .story-container .story-left .article-content .article-headline {
    font-size: 26px;
    line-height: 32px;
  }
  #topStories .c-stories .c-stories__url {
    font-size: 26px;
    line-height: 32px;
  }
  .main-footer .info a {
    color: #373a36;
  }
  .main-footer .info > div:first-child span {
    display: none;
  }
  header.heading {
    height: 98px !important;
  }
  header.heading h2 {
    font-size: 22px !important;
  }
  #calendar > header ul > a {
    margin-left: 6px;
  }
  #calendar > header ul li {
    margin: 0 6px;
  }
  #mobileHeadlines .c-stories__item .c-stories__media {
    flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    min-width: 1px;
    min-height: 1px;
  }
  #trending .trending-container .item .image {
    flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .image {
    flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    min-width: 1px;
    min-height: 1px;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  #calendar .events-list .event {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  #calendar .events-list .event:nth-child(4n) {
    padding-right: 4px;
  }
  #calendar .events-list .event:nth-child(3n) {
    padding-right: 4px;
  }
  #calendar .events-list .event:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #calendar > header ul > a.link {
    display: none;
  }
  #calendar > header ul > a.icon {
    display: block;
  }
  #calendar > header ul > a.icon .icon-calendar-1 {
    font-size: 20px;
  }
  .main-footer .row {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .main-footer .info {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    order: 1;
    -webkit-order: 1;
    padding: 0 12px;
    margin-top: 15px;
    text-align: center;
  }
  .main-footer .info:before {
    content: none;
  }
  .main-footer .logoWrapper li a {
    display: block;
  }
  .main-footer .logoWrapper li:last-child {
    padding-right: 22px;
  }
  .sponsors {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 680px) {
  #mobileHeadlines .c-stories__item .c-stories__details {
    padding: 20px 0 0 0;
  }
  #mobileHeadlines .c-stories__item .c-stories__media {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  #mobileHeadlines .c-stories__item {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #trending .trending-container .item .info {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #trending .trending-container .item .details {
    padding: 20px 0 0 0;
  }
  #trending .trending-container .item .image {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  #trending .trending-container .item {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .details {
    padding: 20px 0 0 0;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item .image {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    display: block;
  }
  .article-wrapper.news .stories-topstories  .topstories-container .item {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-contentstream__container > div {
    -webkit-column-count: auto;
    /* Chrome, Safari, Opera */
    -moz-column-count: auto;
    /* Firefox */
    column-count: auto;
    -webkit-column-rule-width: auto;
    /* Chrome, Safari, Opera */
    -moz-column-rule-width: auto;
    /* Firefox */
    column-rule-width: auto;
    -webkit-column-gap: auto;
    /* Chrome, Safari, Opera */
    -moz-column-gap: auto;
    /* Firefox */
    column-gap: auto;
  }
}
@media screen and (max-width: 570px) {
  #calendar > header ul > a.link {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
  }
  #calendar > header ul > a.icon {
    display: none;
  }
  #calendar > header ul > a.icon .icon-calendar-1 {
    font-size: 20px;
  }
  #calendar > header ul {
    margin-top: 12px;
    width: 100%;
  }
  #calendar > header ul > a {
    margin-left: 0;
    margin-right: 12px;
  }
  #calendar > header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    height: 134px !important;
  }
  #calendar > header ul li {
    margin: 0;
  }
  #topStories .c-stories .c-stories__item .c-stories__media:after {
    content: none;
  }
  #topStories .c-stories .c-stories__title {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #topStories .c-stories .c-stories__title {
    display: none;
  }
  #topStories .c-stories .c-stories__title.small {
    display: block;
    padding: 20px 24px;
    border-bottom: 1px solid #f2f2f2;
  }
  #topStories .c-stories .c-stories__title.small a {
    color: #373a36;
  }
}
@media screen and (max-width: 540px) {
  .sport-navigation .sports-mobile-navigation-container {
    padding: 0 12px;
  }
  #slide .ad {
    padding: 12px;
  }
  #trending > header ul {
    margin-top: 6px;
  }
  #trending > header ul > a {
    margin-left: 0;
    margin-right: 12px;
  }
  #trending > header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    height: 118px !important;
  }
  #store .shop-container .item .info {
    padding-left: 0;
  }
  #store .shop-container .item > * {
    padding: 0;
  }
  .ad-space.mobile .ad {
    margin: 24px;
  }
  .IAB-superleader .ad {
    padding: 24px;
  }
}
@media screen and (max-width: 499px) {
  #calendar .events-list .event {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-right: 0;
  }
  #calendar .events-list .event:nth-child(4n) {
    padding-right: 0;
  }
  #calendar .events-list .event:nth-child(3n) {
    padding-right: 0;
  }
  #calendar .events-list .event:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 410px) {
  #calendar > header ul > a.link {
    display: none;
  }
  #calendar > header ul > a.icon {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
  }
  #calendar > header ul > a.icon .icon-calendar-1 {
    font-size: 20px;
  }
}
.dfp-ad {
  margin: 20px auto;
}
html.tickets .sport-navigation .sports-mobile-navigation-container > ul > li,
html.heyjohn .sport-navigation .sports-mobile-navigation-container > ul > li,
html.student-rewards .sport-navigation .sports-mobile-navigation-container > ul > li {
  display: none;
}
html.tickets .sport-navigation .sports-mobile-navigation-container > ul > li.more,
html.heyjohn .sport-navigation .sports-mobile-navigation-container > ul > li.more,
html.student-rewards .sport-navigation .sports-mobile-navigation-container > ul > li.more {
  display: block;
}
/*countdown*/

.countdown-container {
  min-height: 60px;
  background: #ff8200;
  width: 100%;
  color: white;
  display: flex;
  display: -webkit-flex;
  padding: 0 2px;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 26px/1 'Montserrat';
  font-style: italic;
  font-weight: 700;
}
.countdown-container .countdown-game-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 38%;
}
.countdown-container .countdown-details {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 20px/1 'Montserrat';
  margin: 0 12px;
}
.countdown-container .opponent .vsat {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 60px;
  margin: 0 20px;
}
.countdown-container .opponent .vsat:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  height: 100%;
  background: white;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: white;
  margin: 4px 0 ;
}
.countdown-container .opponent .logo {
  width: 50px;
  height: 50px;
}
.countdown-container .game-media {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 20px 0 10px;
  margin-left: 20px;
  margin-top: 2px;
  position: relative;
  /*margin-right: -40px;*/
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e5e5e5;
  color: #ff8200;
  font: 30px/1.3 'Montserrat';
  text-transform: uppercase;
  font-style: italic;
}
.countdown-container .game-media > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .game-media > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
.countdown-container .countdown-details-countdown {
  display: flex;
  display: -webkit-flex;
  width: 62%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.countdown-container .countdown-details-promo {
  margin-right: 20px;
}
.countdown-container .time {
  font: 30px/1.3 'Montserrat';
  color: #ff8200;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 60px;
  width: 45px;
  padding: 5px 0;
  background: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-weight: 300;
  font-size: 13px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ff8200;
  text-transform: uppercase;
  color: #c8c8c8;
  margin: 0 15px;
  position: relative;
}
.countdown-container .timeWrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid white;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .timeWrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid white;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1300px) {
  .countdown-container .title {
    font: 23px/1 'Montserrat';
    font-weight: 700;
    font-style: italic;
  }
}
@media screen and (max-width: 1446px/*was 1255px*/) {
  .countdown-container .title {
    font: 30px/1 'Montserrat';
    font-weight: 700;
    font-style: italic;
  }
  .countdown-container {
    margin: 0 auto;
    padding: 20px 0;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .countdown-container .countdown-game-details {
    width: 100%;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: none;
  }
  .countdown-container .timeWrapper:first-child {
    margin-left: 0px;
    padding-left: 10px;
    width: 55px;
  }
  .countdown-container .game-media > a {
    margin-right: 0px;
  }
  .countdown-container .countdown-details-countdown {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .countdown-container .countdown-game-details {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-container .game-media > a:after {
    content: '';
  }
  .countdown-container .opponent {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1096px) {
  .countdown-container {
    padding: 20px 0;
  }
  .countdown-container .game-media > a:after {
    content: none;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: none;
  }
  .countdown-container .opponent {
    margin: 0 12px;
  }
}
@media screen and (max-width: 720px) {
  .countdown-container {
    margin-bottom: -45px;
  }
  .countdown-container .countdown-details-countdown {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .countdown-container .game-media > a:after {
    content: '';
  }
  .countdown-container .timeWrapper:first-child {
    width: 40px;
    margin-left: 15px;
    padding-left: 0;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-details-countdown > * {
    margin: 20px 0;
  }
  .countdown-container .game-media > a {
    margin-left: 0;
  }
  .countdown-container .countdown-details-countdown {
    margin-top: 0;
  }
  .countdown-container .countdown-game-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .countdown-container .countdown-details-promo {
    margin-bottom: 20px;
  }
  .countdown-container .opponent {
    margin: 0 0 0 1px;
  }
}
@media screen and (max-width: 540px) {
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
}
