@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';
@font-face {
  font-family: Montserrat;
  src: url('/site/fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: Montserrat;
  font-weight: light;
  src: url('/site/fonts/Montserrat-light.otf');
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  src: url('/site/fonts/Montserrat-Bold.otf');
}
/* Accessibility CSS */

* html .skip {
  display: block;
}
:root .skip {
  display: block;
}
.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 2;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
}
.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0.5em;
  border: solid #333333 2px;
  color: white;
  background: #555555;
}
.skip a:hover {
  cursor: default;
}
h1.hide {
  display: block;
  position: absolute;
  left: -9999px;
}
.page_title h1 {
  color: black;
  font-size: 150%;
  line-height: 1.5;
  display: block;
  margin: 1em 0;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #c41230;
  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;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
#content-ad .dfp-ad {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white url(/images/responsive/bg_dotted.png);
}
.row,
.wide .main-content-placeholder {
  max-width: 1128px;
}
.wide .main-content-placeholder {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.news .main-content-placeholder {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.news .article-content_wrapper {
  width: 67.6666%;
  float: left;
  position: relative;
  padding-right: 25px;
}
.news .article-sidebar-wrapper {
  width: 32.3333%;
  float: right;
  position: relative;
}
.news .article-content_wrapper .article-headline {
  padding-left: 20px;
  padding-right: 20px;
  color: #c41230;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: bold;
  background-color: white;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
}
.news .article-content_wrapper .article-image img {
  width: 100%;
}
.news .article-content_wrapper .article-content {
  padding: 20px;
  background-color: white;
}
.news .article-sidebar-wrapper .top-stories-teaser {
  display: none;
}
.news .article-sidebar-wrapper .top-stories-item {
  position: relative;
  margin-bottom: 20px;
}
.news .article-sidebar-wrapper .top-stories-item .top-stories-text {
  position: absolute;
  top: 50%;
  left: 0px;
  position: absolute;
  z-index: 9;
  top: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding-top: 20%;
  padding-bottom: 23%;
  padding-left: 10%;
  padding-right: 10%;
  right: 0;
  bottom: 0;
}
.news .article-sidebar-wrapper .top-stories-item .top-stories-text a {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.main-content-placeholder {
  margin-top: -45px;
}
#scoreboard {
  height: 117px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 80px;
  background-color: #e7e7e7;
}
#scoreboard .scoreboard-container {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
#scoreboard .scoreboard-container .scoreboard-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  color: #444b4e;
  border-right: 1px solid #b2b2b2;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
  width: 205px;
  padding-right: 6px;
}
#scoreboard .scoreboard-container .scoreboard-header span {
  font-family: "Oswald", sans-serif;
  color: #c41230;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-left: 50px;
  margin-top: -2px;
}
#scoreboard .scoreboard-container .scoreboard-header .scoreboard-calendar {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 25px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .scoreboard-header .scoreboard-calendar a {
  text-decoration: none;
  color: #b0b7bb;
}
#scoreboard .scoreboard-container .sports-list .scoreboard-right {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 40px 0;
}
#scoreboard .scoreboard-container .sports-list .scoreboard-right .scoreboard-calendar a {
  text-decoration: none;
  color: #444b4e;
  font-size: 18px;
  font-weight: bold;
}
#scoreboard .scoreboard-container .sports-list .scoreboard-right .scoreboard-calendar a:before {
  content: "\e874";
  font-family: sidearm_font;
  font-size: 14px;
  font-weight: 300;
  padding-right: 5px;
}
#scoreboard .scoreboard-container .slick-prev {
  outline: none;
  font-size: 0;
  left: -20px;
  border: none;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  left: 106%;
  top: 12%;
  color: #444b4e;
  border-radius: 30px;
  height: 15px;
  font-weight: bold;
}
#scoreboard .scoreboard-container .slick-prev:before {
  content: '\e84e';
  font-size: 18px;
  display: block;
  margin: -4px;
  font-family: sidearm_font;
}
#scoreboard .scoreboard-container .slick-prev:hover {
  background-color: transparent;
  color: #c41230;
}
#scoreboard .scoreboard-container .slick-next {
  outline: none;
  font-size: 0;
  border: none;
  background-color: transparent;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  overflow: hidden;
  position: absolute;
  right: -12%;
  top: 12%;
  height: 15px;
  color: #444b4e;
  border-radius: 30px;
}
#scoreboard .scoreboard-container .slick-next:before {
  content: '\e84f';
  margin: -4px;
  font-size: 18px;
  display: block;
  font-family: sidearm_font;
}
#scoreboard .scoreboard-container .slick-next:hover {
  background-color: transparent;
  color: #c41230;
}
#scoreboard .scoreboard-container .sports-list select {
  font-size: 14px;
  height: 30px;
  width: 125px;
  border-color: #e5e5e5;
  display: block;
}
#scoreboard .scoreboard-container .scoreboard-list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
#scoreboard .scoreboard-container .scoreboard-arrows {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#scoreboard .scoreboard-container .scoreboard-arrows > div {
  width: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container .scoreboard-arrows > div:hover i {
  color: #b0b7bb;
}
#scoreboard .scoreboard-container .score {
  color: black;
  font-size: 13px;
}
#scoreboard .scoreboard-container .game {
  background: #e7e7e7;
  height: 110px;
  position: relative;
  overflow: hidden;
  padding: 9px 14px;
  border-right: 1px solid #b0b7bb;
}
#scoreboard .scoreboard-container .game .team {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 -6px 0;
  font-size: 12px;
  line-height: 35px;
  color: black;
}
#scoreboard .scoreboard-container .game .team .name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  color: #444b4e;
}
#scoreboard .scoreboard-container .game .sport {
  margin-top: 2px;
  font-size: 13px;
  color: #c41230;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .game .datesport {
  margin: 0 0 2px 0;
}
#scoreboard .scoreboard-container .game .datesport .date {
  font-family: Montserrat;
  font-weight: light;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 12px;
  color: #444b4e;
  margin-top: -6px;
}
#scoreboard .scoreboard-container .game:before {
  content: '';
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
#scoreboard .scoreboard-container .game:hover:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#scoreboard .scoreboard-container .game:hover .media {
  bottom: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#scoreboard .scoreboard-container .game .media {
  background: #c41230;
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#scoreboard .scoreboard-container .game .media ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  font-size: 18px;
}
#scoreboard .scoreboard-container .game .media ul li {
  margin: 0 2px;
  white-space: nowrap;
}
#scoreboard .scoreboard-container .game .media ul li:last-child {
  border: none;
}
#scoreboard .scoreboard-container .game .media ul li span {
  position: absolute;
  left: -9999px;
}
#scoreboard .scoreboard-container .game .media ul li a {
  display: block;
  line-height: 20px;
  padding: 0 3px;
  font-size: 14px;
  color: black;
  text-decoration: none;
}
#scoreboard .scoreboard-container .game .media ul li a i {
  font-size: 18px;
}
#scoreboard .scoreboard-container .game .media a {
  text-decoration: none;
  color: white;
}
#scoreboard .scoreboard-container .game .media a:hover {
  color: #b0b7bb;
}
#scoreboard .scoreboard-container .game .media .game-overlay i {
  font-size: 20px;
}
#scoreboard .scoreboard-container .game .media .game-overlay span {
  font-size: 0;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-toggle {
  height: 30px;
  margin-top: 12px;
  line-height: 30px;
  background-color: #b0b7bb;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-left: -22px;
  padding-left: 26px;
  margin-bottom: 30px;
  cursor: pointer;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-toggle > span {
  color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9001;
  background: white;
  z-index: 9001 !important;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-toggle {
  margin: 0 0 30px 0;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-inner {
  overflow: auto;
  height: calc(100% - 132px);
  padding: 0 25px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sponsor-ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor {
  display: flex;
  display: -webkit-flex;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor > div {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor .schedule-header {
  color: #c41230;
  line-height: 50px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor .schedule-header > span {
  color: white;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list select {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  width: 100%;
  color: black;
  display: block;
  background: #eceeef;
  outline: none;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .comp-cal {
  display: block;
  text-decoration: none;
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game {
  border: 1px solid #b0b7bb;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 40px;
  color: black;
  font-weight: 700;
  font-size: 16px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top > p {
  color: white;
  margin: 0;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top > div {
  color: white;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.upcoming {
  background-color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.recent {
  background-color: #c41230;
  color: white;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.recent > p,
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.recent div {
  color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom {
  display: flex;
  display: -webkit-flex;
  height: 90px;
  padding: 0 20px;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .logo {
  margin-right: 20px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .game-details {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: black;
  font-weight: 700;
  font-size: 16px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .game-details .vsat {
  color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay-toggle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #b0b7bb;
  text-align: center;
  line-height: 25px;
  color: white;
  cursor: pointer;
  z-index: 2;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay-toggle i {
  display: block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #e7e7e7;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay > div {
  width: 120px;
  padding: 0 10px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay > div:first-child {
  border-right: 1px solid #c41230;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay a {
  color: black;
  display: block;
  text-decoration: none;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay a[href] {
  color: black;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay a:hover {
  cursor: pointer;
  color: #c41230;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game.open .game-overlay-toggle i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game.open .game-overlay {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links {
  height: 62px;
  background-color: #e7e7e7;
  border-top: 2px solid #b0b7bb;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links > a {
  text-decoration: none;
  color: #c41230;
  display: block;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links > a:hover {
  color: #c41230;
  cursor: pointer;
}
#scoreboard .scoreboard-container-mobile.open .scoreboard-mobile-offcanvas {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 99999999;
}
.social #search-btn {
  position: relative;
  height: 100%;
  line-height: 40px;
  margin-top: -10px;
}
.social #search-btn > i {
  color: white;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.social #search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 30px;
  background-color: white;
  top: 50px;
  opacity: 0;
  left: -9999px;
}
.social #search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
}
.social #search-btn #search label {
  position: absolute;
  left: -9999px;
}
.social #search-btn #search input[type="text"] {
  outline: none;
  height: 20px;
  width: 220px;
  background: white;
  padding: 0 10px;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
}
.social #search-btn #search label {
  position: absolute;
  left: -9999px;
}
.social #search-btn #search input[type="submit"] {
  display: block;
  height: 30px;
  width: 40px;
  text-align: center;
  border: none;
  background-color: #c41230;
  color: black;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
}
/* Navigation */

.headroom--not-top .main-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
body.headroom--not-top .main-navigation .nav-wrapper a img {
  height: 68px;
}
.main-navigation {
  background-color: #c41230;
  position: relative;
  top: -87px;
  height: 50px;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.main-navigation .nav-wrapper {
  height: 50px;
}
.main-navigation .nav-wrapper a img {
  height: 50px;
  z-index: 2;
  position: relative;
}
.main-navigation .social.wrapper {
  display: flex;
  padding-top: 10px;
}
.main-navigation .twitter-hashtag {
  display: flex;
  display: -webkit-flex;
  color: #e7e7e7;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 17px;
}
.main-navigation .twitter-hashtag span {
  color: #e7e7e7;
}
.main-navigation .navigation-social {
  display: flex;
  display: -webkit-flex;
}
.main-navigation .navigation-social .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-navigation .navigation-social .ads-container .ad a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.main-navigation .navigation-social .ads-container .ad a:hover {
  color: #b0b7bb;
}
.main-navigation .navigation-social .ads-container span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.main-navigation #search-btn {
  display: flex;
  display: -webkit-flex;
}
.main-navigation #search-btn a {
  font-size: 18px;
  color: white;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .main-navigation-level-1 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 18px;
  max-width: 1120px;
  margin: 0 auto;
}
.main-navigation .main-navigation-level-1 > li {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  /* assumes class name sports was set in backend */

}
.main-navigation .main-navigation-level-1 > li:last-child a {
  border-color: transparent;
}
.main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 3px 20px;
  height: 55px;
  line-height: 50px;
}
.main-navigation .main-navigation-level-1 > li:hover a {
  color: #e7e7e7;
}
.main-navigation .main-navigation-level-1 > li:hover > div {
  left: 0;
}
.main-navigation .main-navigation-level-1 > li.sports .main-navigation-level-2 {
  height: 310px;
}
.main-navigation .main-navigation-level-1 > li.sports .main-navigation-level-2 ul {
  margin-top: 5px;
}
.main-navigation .main-navigation-level-1 > li.sports .separator:hover {
  background-color: transparent;
}
.main-navigation .main-navigation-level-1 > li.sports li {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.main-navigation .main-navigation-level-1 > li.sports li a {
  margin: 0 8px;
  color: white;
}
.main-navigation .main-navigation-level-1 > li.sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
}
.main-navigation .main-navigation-level-1 > li.sports li a.main-navigation-social {
  width: 1rem;
  height: 25px;
  overflow: hidden;
  padding: 0;
  border: none;
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports li a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: sidearm_font;
}
.main-navigation .main-navigation-level-1 > li.sports li a.facebook:before {
  content: '\e805';
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li a.twitter:before {
  content: '\e825';
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li a.instagram {
  display: none;
}
.main-navigation .main-navigation-level-1 > li.sports li a.tickets:before {
  content: '\e829';
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li .main-navigation-separator,
.main-navigation .main-navigation-level-1 > li.sports li .sport-title {
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports li .main-navigation-separator {
  color: white;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.main-navigation .main-navigation-level-1 > li.sports li .main-navigation-separator:hover {
  background-color: transparent;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a {
  color: #c41230 !important;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.facebook:before {
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.twitter:before {
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.tickets:before {
  color: #c41230;
}
.main-navigation .main-navigation-level-1 > li.sports li .no-tickets {
  height: 18px;
  width: 16px;
  position: absolute;
  right: 12px;
  top: 6px;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-navigation .main-navigation-level-1 > li.sports .nav-story-links {
  position: absolute;
  bottom: 50px;
  left: 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-navigation .main-navigation-level-1 > li.sports .nav-story-links a {
  border-bottom: solid 1px #e7e7e7;
  width: 480px;
  padding: 3px 20px;
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports .sponsor {
  margin-top: 46px;
  margin-left: -130px;
  padding-right: 17px;
}
.main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
}
.main-navigation .main-navigation-level-2 .dropdownWrapper {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(68, 75, 78, 0.95);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 1120px;
}
.main-navigation .main-navigation-level-2 .dropdownWrapper .ad {
  padding-left: 10px;
}
.main-navigation .main-navigation-level-2 h1 {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c41230;
  text-transform: uppercase;
  position: absolute;
  left: 60px;
}
.main-navigation .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 8px 10px;
}
.main-navigation .main-navigation-level-2 li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  line-height: 35px;
  height: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  border-bottom: 1px dotted white;
}
.main-navigation .main-navigation-level-2 .separator {
  border-bottom: none !important;
}
.main-navigation .main-navigation-level-2 a {
  text-decoration: none;
  text-transform: capitalize;
  color: white !important;
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.main-navigation .main-navigation-level-2 a:hover {
  color: #c41230 !important;
}
/* Sports Nav */

body.mobile-menu-open.sports-nav #sportNavigation {
  left: 0;
}
body.mobile-menu-open.sports-nav #sportNavigation .sports-menu.mobile .dropdown-menu {
  left: 0;
}
.sport .main-navigation {
  box-shadow: none;
}
html body #sportNavigation {
  margin-top: -87px;
  margin-bottom: 60px;
  background-color: #444b4e;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
html body #sportNavigation h2 {
  color: white;
}
html body #sportNavigation .sport-nav {
  background: #444b4e;
  width: 100%;
  height: 60px;
}
html body #sportNavigation .sport-nav a {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  color: #b0b7bb;
}
html body #sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 0 0 20px;
  list-style: none;
  padding: 5px 0 0 0;
}
html body #sportNavigation .sport-nav .level-1 > li {
  position: relative;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
  font-weight: 400;
  color: #b0b7bb;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'oswald', sans-serif;
  font-size: 24px;
  margin-right: auto;
  margin-left: 250px;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  margin: 0 20px 0 0;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home a {
  text-decoration: none;
  margin-right: 20px;
  color: white;
}
html body #sportNavigation .sport-nav .level-1 > li.dropdown {
  position: relative;
  color: #c41230;
}
html body #sportNavigation .sport-nav .level-1 > li.dropdown:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
html body #sportNavigation .sport-nav .level-1 > li.additional-links > div > a {
  font-size: 0;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
html body #sportNavigation .sport-nav .level-1 > li.additional-links > div > a:before {
  content: 'More +';
  font-size: 16px;
  margin-top: 5px;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 {
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 300px;
  background: white;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  z-index: 900;
  text-align: left;
  -webkit-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  -moz-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li {
  position: relative;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li a {
  display: block;
  color: #c41230;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: 1px dotted #cccccc;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li:hover a {
  color: white;
  background-color: #c41230;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) {
  color: #e7e7e7;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) > div > a {
  color: #e7e7e7;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) .level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  height: 50vh;
  overflow: auto;
}
#sportNavigation .sport-nav {
  font-size: 14px;
  height: 50px;
  background: #e7e7e7;
  color: white;
  width: 100%;
  z-index: 10;
}
#sportNavigation .sport-nav a {
  color: white;
}
#sportNavigation .sport-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  height: 50px;
}
#sportNavigation .sport-nav .level-1 > li a {
  color: white;
  text-decoration: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  font-size: 18px;
}
#sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
}
#sportNavigation .sport-nav .level-1 > li.sport-home .sponsor span {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  line-height: 25px;
}
#sportNavigation .sport-nav .level-1 > li.parent {
  position: relative;
}
#sportNavigation .sport-nav .level-1 > li.parent a:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
#sportNavigation .sport-nav .level-1 > li.parent ul {
  position: absolute;
  left: -9999px;
  top: 50px;
  z-index: 1;
}
#sportNavigation .sport-nav .level-1 > li.parent:hover:after {
  background-color: #c41230;
}
#sportNavigation .sport-nav .level-1 > li.parent:hover ul {
  left: auto;
  right: 0;
}
#sportNavigation .sport-nav .level-2 {
  border: 1px solid #cccccc;
  padding: 16px 8px;
  background-color: white;
  min-width: 200px;
}
#sportNavigation .sport-nav .level-2 li {
  padding: 0 8px;
  border-bottom: 1px dotted #cccccc;
}
#sportNavigation .sport-nav .level-2 li:hover {
  background-color: white;
}
#sportNavigation .sport-nav .level-2 li:hover a {
  color: #c41230;
}
#sportNavigation .sport-nav .level-2 li:hover:after {
  display: none;
}
#sportNavigation .sport-nav .level-2 li a {
  color: #c41230;
  line-height: 2;
}
#sportNavigation .sport-nav .level-2 li a:after {
  display: none;
}
#sportNavigation .sport-nav.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: relative;
}
#sportNavigation .sport-nav.mobile .sports-mobile-navigation-home {
  font-size: 19px;
  font-weight: bold;
  padding: 0 8px;
  color: #c41230;
  font-family: "montserrat", sans-serif;
}
#sportNavigation .sport-nav.mobile .sports-mobile-navigation-home a {
  text-decoration: none;
  text-transform: uppercase;
  color: #c41230;
  font-style: italic;
  margin-right: 10px;
}
#sportNavigation .sport-nav.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
  color: #c41230;
}
#sportNavigation .sport-nav.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#sportNavigation .sport-nav.mobile > ul > li.more {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #007dc3;
}
#sportNavigation .sport-nav.mobile > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #c41230;
  text-decoration: none;
}
#sportNavigation .sport-nav.mobile > ul > li > a:hover {
  text-decoration: underline;
}
#sportNavigation .sport-nav.mobile > ul > i {
  margin-left: auto;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#sportNavigation .sport-nav.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 {
  display: block;
  border: 1px solid #cccccc;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li {
  display: block;
  border-bottom: 1px solid #4c4c4c;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  color: #4c4c4c;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open {
  position: relative;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 li {
  padding: 0;
  border: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 li a {
  display: block;
  padding: 4px 15px;
  background-color: #951010;
  color: white;
  border-bottom: 1px solid white;
}
.mobile-menu-open.sports-nav #sportNavigation .sport-nav.mobile .dropdown-menu {
  left: 0;
}
/* Off-Canvas */

body.offcanvas-nav:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile_menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #c41230;
}
.mobile_menu .icon-menu {
  position: absolute;
  right: 10px;
  z-index: 998;
  color: white;
  font-style: normal;
  font-size: 24px;
  cursor: pointer;
  text-transform: uppercase;
}
.mobile_menu .index {
  top: 0;
  left: 25px;
  height: 50px;
}
.mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #c41230;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 99999;
  overflow: hidden;
  line-height: 1;
}
.mobile_menu .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 50px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
.mobile_menu .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #950e25;
}
.mobile_menu .off-canvas-menu .level-1 > li > a {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.mobile_menu .off-canvas-menu .level-1 > li > a:hover {
  background-color: #ea1f41;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #ea1f41;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #ea1f41;
}
.mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #c41230;
  text-decoration: none;
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: #c41230;
  z-index: 2;
}
.top-stories .top-stories-item:first-child {
  width: 67.6666%;
  float: left;
  position: relative;
  padding-right: 25px;
}
.top-stories .top-stories-item:first-child .top-stories-teaser {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 7px;
  padding-bottom: 10px;
}
.top-stories .top-stories-item:first-child .top-stories-teaser strong {
  font-weight: normal;
  text-decoration: none;
}
.top-stories .top-stories-item:first-child .top-stories-headline a {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #c41230;
  text-decoration: none;
}
.top-stories .top-stories-item:first-child .top-stories-headline {
  padding-top: 7px;
}
.top-stories .top-stories-item:not(:first-child) {
  width: 32.3333%;
  float: right;
  position: relative;
  margin-bottom: 25px;
  background: black;
}
.top-stories .top-stories-item:not(:first-child) .top-stories-headline {
  position: absolute;
  z-index: 9;
  top: 0;
  color: white;
  background: url("/images/responsive/mainstory_additional_overlay.png") repeat-y;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-stories .top-stories-item:not(:first-child) .top-stories-headline a {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 20px;
}
.top-stories .top-stories-item:not(:first-child) .top-stories-teaser {
  display: none;
}
.top-stories .top-stories-more {
  text-align: center;
  color: #c41230;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
#video-stream {
  background-color: white;
  margin-bottom: -20px;
  padding-bottom: 35px;
  padding-top: 12px;
}
#video-stream .all-access-wrapper {
  text-align: right;
  margin-top: 10px;
}
#video-stream .all-access-wrapper h2 {
  float: left;
}
#video-stream .flex-container {
  flex-direction: column;
  -webkit-flex-direction: column;
}
#video-stream h2 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #c41230;
  text-transform: uppercase;
}
#video-stream .youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
#video-stream .youtube-modal-container.youtube-video-is-playing {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
#video-stream .youtube-modal-container .youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .modalHeader {
  margin-bottom: 30px;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .modalDetails .watching {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #c41230;
  margin-top: 20px;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-video-is-playing {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-modal-close {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 30px;
  top: 10px;
  right: 20px;
  background-color: #c8102e;
  text-align: center;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-modal-close i {
  font-size: 24px;
  line-height: 30px;
  color: white;
}
#video-stream .youtube-modal-container .youtube-modal-player-container .youtube-modal-close i:before {
  margin: 0;
}
#video-stream .recent-list {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#video-stream .recent-list button.slick-prev {
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0 1px;
  background-color: #444b4e;
  text-align: center;
  outline: none;
  border: none;
  color: white;
  left: 27%;
  top: -45px;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  font-weight: bold;
}
#video-stream .recent-list button.slick-prev:hover {
  background-color: #c41230;
}
#video-stream .recent-list button.slick-prev:before {
  content: "\e835";
  font: 14px sidearm_font;
  width: 100%;
}
#video-stream .recent-list button.slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0 1px;
  background-color: #444b4e;
  text-align: center;
  outline: none;
  border: none;
  color: white;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  font-weight: bold;
  left: 30%;
  top: -45px;
}
#video-stream .recent-list button.slick-next:hover {
  background-color: #c41230;
}
#video-stream .recent-list button.slick-next:before {
  content: "\e836";
  font: 14px sidearm_font;
  width: 100%;
}
#video-stream .recent-list .recentVideo {
  flex: 1 0 22%;
  -webkit-flex: 1 0 22%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0px 20px;
  padding: 10px;
}
#video-stream .recent-list .recentVideo:hover {
  border: 10px solid #b0b7bb;
  padding: 0;
  background-color: #b0b7bb;
}
#video-stream .recent-list .recentVideo:hover .videoTitle {
  background-color: #b0b7bb;
}
#video-stream .recent-list .recentVideo:hover .videoTitle p {
  color: white;
}
#video-stream .recent-list .recentVideo .videoPreview {
  position: relative;
}
#video-stream .recent-list .recentVideo .videoPreview .videoMedia:after {
  content: "";
  background: url("/images/responsive/video_endcap.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#video-stream .recent-list .recentVideo .videoPreview .videoMedia:hover:after {
  content: "";
  background: url("/images/responsive/video_endcap_b.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#video-stream .recent-list .recentVideo .videoPreview .videoMedia .videoImg {
  width: 100%;
}
#video-stream .recent-list .recentVideo .videoPreview .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  background-color: transparent;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 70px;
  height: 70px;
  z-index: 2;
  cursor: pointer;
}
#video-stream .recent-list .recentVideo .videoPreview .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  margin: 0;
  background-image: url("../images/responsive/video_play.png");
}
#video-stream .recent-list .recentVideo .videoTitle {
  width: 100%;
  background-color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #c41230;
}
#video-stream .recent-list .recentVideo .videoTitle p {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
}
#video-stream .recent-list .recentVideo .videoTitle:hover {
  background-color: #b0b7bb;
}
#video-stream.video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
}
#video-stream .youtube-items-container .youtube-container {
  padding: 10px;
  height: 248px;
}
#video-stream .youtube-items-container .youtube-container:hover {
  border: 10px solid #b0b7bb;
  padding: 0;
  background-color: #b0b7bb;
}
#video-stream .youtube-items-container .youtube-container:hover .youtubeVid {
  background-color: #b0b7bb;
}
#video-stream .youtube-items-container .youtube-container:hover .youtubeVid p:last-child {
  color: white;
  font-weight: 300;
}
#video-stream .youtube-items-container button {
  position: absolute;
}
#video-stream .youtube-items-container button.slick-prev {
  font-size: 0;
  padding: 0;
  margin: 0 1px;
  background-color: #b0b7bb;
  text-align: center;
  outline: none;
  border: none;
  color: white;
  left: 27%;
  top: -17%;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  font-weight: bold;
}
#video-stream .youtube-items-container button.slick-prev:hover {
  background-color: #c41230;
}
#video-stream .youtube-items-container button.slick-prev:before {
  content: "\e835";
  font: 14px sidearm_font;
  width: 100%;
}
#video-stream .youtube-items-container button.slick-next {
  font-size: 0;
  padding: 0;
  margin: 0 1px;
  background-color: #b0b7bb;
  text-align: center;
  outline: none;
  border: none;
  color: white;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  font-weight: bold;
  left: 30%;
  top: -17%;
}
#video-stream .youtube-items-container button.slick-next:hover {
  background-color: #c41230;
}
#video-stream .youtube-items-container button.slick-next:before {
  content: "\e836";
  font: 14px sidearm_font;
  width: 100%;
}
#video-stream .youtube-items-container .showcase-video-player {
  width: 100%;
}
#video-stream .youtube-items-container .youtubeVid {
  cursor: pointer;
  color: #c41230;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
#video-stream .youtube-items-container .youtubeVid iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#video-stream .youtube-items-container .youtubeVid .youtube-sport {
  font-weight: 400;
}
#video-stream .youtube-items-container .youtubeVid .media {
  position: relative;
}
#video-stream .youtube-items-container .youtubeVid .media:before {
  content: '\e861';
  font-family: sidearm_font;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  border: 2px solid white;
  line-height: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}
#video-stream .youtube-items-container .youtubeVid .youtube-modal-player:after {
  content: "";
  background: url("/images/responsive/video_endcap.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
}
#video-stream .youtube-items-container .youtubeVid .youtube-modal-player:hover:after {
  content: "";
  background: url("/images/responsive/video_endcap_b.png") no-repeat;
  width: 36px;
  height: 36px;
}
#video-stream .youtube-items-container p {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #c41230;
  position: absolute;
  bottom: -50px;
  height: 45px;
}
#video-stream .youtube-items-container p:last-child {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  position: absolute;
  bottom: -104px;
}
#contentStream {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  background-color: #444b4e;
}
#contentStream .mediaWallBanner {
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  min-height: 80px;
  width: 100%;
  background-color: #c41230;
  margin: 30px 0px;
}
#contentStream .mediaWallBanner .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: white;
  margin: 0 30px;
  line-height: 32px;
}
#contentStream .content-stream {
  flex: 1;
  overflow: hidden;
}
#contentStream ul.tabs_ul {
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 20px 0 25px 0;
  border-bottom: 5px solid white;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2em;
}
#contentStream ul.tabs_ul > span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#contentStream ul.tabs_ul .videos:hover i {
  background-color: #c41230;
}
#contentStream ul.tabs_ul .videos i {
  color: #b0b7bb;
  background-color: white;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  line-height: 0px;
}
#contentStream ul.tabs_ul li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 32px;
  color: white;
  background-color: transparent;
  height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  text-transform: uppercase;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 30px;
  font-family: "Oswald";
  align-items: center;
  -webkit-align-items: center;
}
#contentStream ul.tabs_ul li a {
  color: #959595;
  text-decoration: none;
}
#contentStream ul.tabs_ul li i {
  margin: 0 4px 0 0;
  font-size: 28px;
}
#contentStream ul.tabs_ul li i:before {
  margin: 0;
}
#contentStream ul.tabs_ul li.active {
  color: #b0b7bb;
}
#contentStream ul.tabs_ul li.active a {
  color: #c41230;
}
#contentStream ul.tabs_ul li:hover {
  color: #b0b7bb;
}
#contentStream ul.tabs_ul li:hover a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
}
#contentStream ul.tabs_ul .galleries:hover {
  color: black;
}
#contentStream ul.tabs_ul .galleries.active {
  color: black;
}
#contentStream ul.tabs_ul .instagram {
  order: 2;
}
#contentStream ul.tabs_ul .instagram:hover {
  color: #125688;
}
#contentStream ul.tabs_ul .instagram.active {
  color: #125688;
}
#contentStream ul.tabs_ul .twitter {
  order: 1;
}
#contentStream ul.tabs_ul .twitter:hover {
  color: #55acee;
}
#contentStream ul.tabs_ul .twitter.active {
  color: #55acee;
}
#contentStream .content-stream-container {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}
#contentStream .content-stream-item-container {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  width: 25%;
  overflow: hidden;
  height: 400px;
}
#contentStream .content-stream-item-container .content-stream-item {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet {
  font-size: 16px;
  font-family: "Source Sans Pro";
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .media img {
  height: 150px;
  width: 265px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .user {
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9dada;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 30px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .mediaIcon {
  background-color: #00b0ed;
  color: white;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .twitter-username {
  font-family: "Oswald", sans-serif;
  color: #c41230;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .twitter-screename {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 100;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 100;
  padding-left: 30px;
  line-height: 22px;
  margin: 10px 0;
  color: #4a4a4a;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 55px;
  padding-right: 30px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-actions {
  padding-left: 25px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-actions li {
  padding-right: 16px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-actions li i {
  font-size: 14px;
  color: #4a4a4a;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user {
  border-top: 1px dotted #555555;
  padding-top: 20px;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-user-logo {
  border: 2px solid #cccccc;
  margin-right: 10px;
  display: inline-block;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .userInfo .tweet-item-user-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: black;
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #959595;
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name:before {
  content: "@";
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-date {
  position: relative;
  top: 20px;
  right: -20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #959595;
  margin: 0;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-date:before {
  content: "\e875";
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  padding-right: 3px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul {
  list-style: none;
  width: 70px;
  padding: 0;
  margin: 0;
  display: flex;
  height: 40px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a {
  color: #7f7f7f;
  font-size: 22px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a:hover {
  color: #c41230;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a i:before {
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a span {
  position: absolute;
  left: -9999px;
  color: #444b4e;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet a {
  text-decoration: none;
  color: #c41230;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .mediaIcon {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/images/responsive/twitter_endcap.png");
  color: white;
  font-size: 20px;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 32px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-profile-logo {
  padding-left: 32px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-profile-logo img {
  border-radius: 100%;
  width: 40px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-profile-logo span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #c41230;
  position: absolute;
  bottom: 45px;
  left: 80px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-item-user {
  border-top: 1px dotted #555555;
  margin: 30px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-item-user .instagram-item-user-logo {
  border: 2px solid #cccccc;
  margin-right: 10px;
  display: inline-block;
  max-width: 52px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-item-user .userInfo .instagram-item-user-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: black;
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-item-user .userInfo .instagram-item-user-screen-name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #959595;
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instagram-item-user .userInfo .instagram-item-user-screen-name:before {
  content: "@";
}
#contentStream .content-stream-item-container .content-stream-item.instagram .mediaIcon {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/images/responsive/insta_endcap.png");
  color: white;
  font-size: 20px;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 32px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media.video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .img {
  cursor: pointer;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  z-index: 200;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container {
  width: 80%;
  max-width: 800px;
  background-color: white;
  padding: 20px;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container .youtube-modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  height: 30px;
  width: 40px;
  background-color: #c41230;
  color: white;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container .youtube-modal-close .icon-cancel:before {
  content: '\e83a';
}
#contentStream .content-stream-item-container .content-stream-item.youtube .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .details {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
  height: 153px;
  padding-top: 15px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .details .views {
  padding-top: 20px;
  color: #4a4a4a;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .details > div {
  display: flex;
  display: -webkit-flex;
  font-family: "Montserrat", sans-serif;
  color: #444b4e;
  font-weight: 400;
  font-size: 16px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .details > div > a.facebook-intent {
  background: #3b5998;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .details > div > a.twitter-intent {
  background: #55acee;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .watch-now {
  background: #c41230;
  height: 80px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
  font-weight: 700;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .watch-now a {
  color: white;
  cursor: pointer;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .mediaIcon {
  position: absolute;
  top: -1px;
  right: 0;
  background: url("/images/responsive/youtube_endcap.png");
  color: white;
  font-size: 20px;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 32px;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent {
  position: relative;
  padding: 25px;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .headline {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #c41230;
  padding-bottom: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .teaser {
  padding-top: 10px;
  font-family: "Source Sans Pro";
  font-size: 17px;
  line-height: 22px;
  color: #666666;
  padding-bottom: 20px;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .details {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-style: italic;
  color: #666666;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .details .timePosted:before {
  content: "\e875";
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  padding-right: 3px;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent {
  position: relative;
  padding: 25px;
  margin-top: -36px;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent .photo-sport {
  font-family: "Montserrat";
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 100;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent .headline {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #c41230;
  padding-bottom: 2px;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent .category {
  padding-top: 10px;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  color: #666666;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent .details {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-style: italic;
  color: #666666;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photoContent .details .timePosted:before {
  content: "\e875";
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  padding-right: 3px;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .mediaIcon {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/images/responsive/gallery_endcap.png");
  color: white;
  font-size: 20px;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 32px;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video {
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video.video-is-playing .videoContainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .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;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("../images/play_button.png");
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .showcase-play-button:hover:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/play_button_b.png");
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent {
  position: relative;
  padding: 30px;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent .headline {
  font-family: "Source Sans Pro";
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #c41230;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555555;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent .category {
  padding-top: 10px;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  color: #666666;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent .details {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-style: italic;
  color: #666666;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent .details .views:after {
  content: "views";
  width: 0;
  height: 0;
  padding-left: 3px;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad {
  flex-shrink: 0;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad {
  padding: 20px 17px 15px 17px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.03);
  min-width: 335px;
  border-radius: 4px;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad img {
  display: block;
  margin: 0 auto;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a {
  *zoom: 1;
  display: block;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:before,
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  content: "";
  display: table;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  clear: both;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  content: 'From Our Advertisers';
  margin-top: 15px;
  padding: 10px 0;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-size: 16px;
  color: #555555;
  border-top: 1px dotted #555555;
  border-bottom: 1px dotted #555555;
}
#contentStream .loadMore {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 125px;
  text-align: center;
  margin: 0 auto;
  font-family: "oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
  border: 3px solid white;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#contentStream .loadMore:hover {
  background-color: white;
  color: #c41230;
  cursor: pointer;
}
#contentStream .loadMore:hover:before {
  content: '\e866';
  color: #c41230;
  font-family: sidearm_font;
}
#contentStream .loadMore:before {
  content: '\e866';
  color: white;
  font-family: sidearm_font;
}
#sponsor-ads .ads-container {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  -webkit-justify-content: center;
  display: block;
}
#sponsor-ads .ads-container .ad {
  margin-right: 10px;
  margin-left: 10px;
}
.main-footer {
  background-color: white;
}
.main-footer .ads-container {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: baseline;
}
.main-footer .ads-container .ad {
  padding-right: 70px;
}
.main-footer .ads-container .ad img {
  -webkit-filter: grayscale(1);
  /* Chrome, Safari, Opera */
  filter: grayscale(1);
  opacity: .5;
}
.main-footer .ads-container .ad img:hover {
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0);
  opacity: 1;
}
.main-footer .copyright {
  padding-bottom: 10px;
  margin-top: -10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444b4e;
  line-height: 15px;
}
.main-footer .copyright p {
  margin: 0;
}
.main-footer .copyright p a {
  text-decoration: none;
  color: #444b4e;
}
/***Mobile Styles***/

@media screen and (max-width: 1170px) {
  #contentstream .content-stream-item-container {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation .main-navigation-level-1 > li > a {
    padding: 3px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation .twitter-hashtag {
    right: 22%;
  }
  .main-navigation .navigation-social {
    right: 8%;
  }
  .main-navigation #search-btn {
    right: 5%;
  }
  .main-footer .ads-container .ad {
    padding-right: 0;
    width: 20%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #contentStream .content-stream-item-container .content-stream-item.youtube .watch-now {
    height: 47px;
    padding-top: 10px;
  }
  #video-stream .youtube-items-container button.slick-prev {
    left: 30%;
  }
  #video-stream .youtube-items-container button.slick-next {
    left: 33%;
  }
}
@media screen and (max-width: 970px) {
  #video-stream .youtube-items-container button.slick-prev {
    left: 50%;
  }
  #video-stream .youtube-items-container button.slick-next {
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contentstream .content-stream-item-container {
    width: 50%;
    height: 320px;
    padding: 0 25px 25px 0;
  }
  .main-navigation .twitter-hashtag {
    right: 25%;
  }
  .top-stories .top-stories-item:first-child {
    width: 100%;
  }
  .top-stories .top-stories-item:not(:first-child) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .top-stories .top-stories-item:first-child {
    padding-right: 0;
  }
  #scoreboard .scoreboard-container .slick-prev {
    left: 110%;
  }
  #scoreboard .scoreboard-container .slick-next {
    right: -20%;
  }
  .main-content-placeholder #contentStream .youtube-list-item-media {
    width: 100%;
  }
  .main-content-placeholder #contentStream .content-stream-item-container {
    width: 50%;
  }
  #contentStream ul.tabs_ul li {
    font-size: 24px;
  }
  .news .article-content_wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .news .article-sidebar-wrapper {
    width: 100%;
  }
  .news .article-sidebar-wrapper .top-stories-list {
    display: flex;
  }
  .news .article-sidebar-wrapper .top-stories-item .top-stories-text {
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 730px) {
  #contentStream ul.tabs_ul li {
    font-size: 0;
  }
}
@media screen and (max-width: 539px) {
  .main-navigation {
    z-index: 9;
  }
  #scoreboard {
    height: inherit;
  }
  #video-stream .youtube-items-container button.slick-prev {
    left: 60%;
  }
  #video-stream .youtube-items-container button.slick-next {
    left: 67%;
  }
  #contentStream .content-stream-item-container .content-stream-item.youtube .watch-now {
    margin-top: 40px;
  }
  #contentStream .content-stream-item-container .content-stream-item.gallery .photoContent {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  #scoreboard {
    background-color: #b0b7bb;
  }
}
@media screen and (max-width: 425px) {
  .main-content-placeholder #contentStream .content-stream-item-container {
    width: 100%;
  }
  #contentStream .content-stream-item-container .content-stream-item.youtube .watch-now {
    margin-top: 0px;
  }
  .main-navigation .navigation-social {
    right: 14%;
  }
  #contentStream ul.tabs_ul li:nth-child(2) {
    margin: 0;
  }
  #video-stream .youtube-items-container p:last-child {
    position: relative;
  }
  #video-stream .youtube-items-container .youtube-container {
    height: 100%;
  }
  .main-navigation #search-btn {
    right: 9%;
  }
  .main-navigation .twitter-hashtag {
    display: none;
  }
  .top-stories .top-stories-item:not(:first-child) .top-stories-headline a {
    font-size: 12px;
  }
  #video-stream .youtube-items-container button.slick-prev {
    left: 75%;
  }
  #video-stream .youtube-items-container button.slick-next {
    left: 85%;
  }
  .main-footer .ads-container {
    display: block;
  }
  .main-footer .ads-container .ad {
    width: 100%;
  }
}
