@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
/* 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;
}
/* Print Settings */

@media print {
  .noprint,
  .no_print {
    display: none;
  }
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: #f2f2f2 url('/images/bg_repeat.png');
  margin: 0;
  padding: 0;
}
A,
A:link,
A:visited {
  color: #ff6000;
}
A:hover {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.row {
  max-width: 1120px;
  margin: 0 auto;
}
.row.extend {
  max-width: 1140px;
}
.sport .grid-stories-list {
  display: none !important;
}
.news body {
  background: white;
}
.article-wrapper.news {
  display: flex;
  display: -webkit-flex;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.article-wrapper.news .story-media {
  position: relative;
}
.article-wrapper.news .story-media iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.article-wrapper.news.article-wrapper2 .left_story {
  max-width: none;
}
.article-wrapper.news .story_ad {
  padding: 30px;
  background: #f2f2f2;
}
.article-wrapper.news .media_object_image {
  width: auto !important;
}
.article-wrapper.news .left_story {
  max-width: 740px;
  margin: 0 10px;
}
.article-wrapper.news .article-subheadline {
  display: none;
}
.article-wrapper.news .article-image .article-showcase-player {
  position: relative;
}
.article-wrapper.news .article-image .article-showcase-player button {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 40px;
  height: 40px;
  border: 4px solid white;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.article-wrapper.news .article-image .article-showcase-player button:before {
  content: '\e861';
  font-family: sidearm_font;
  font-size: 20px;
  color: white;
}
.article-wrapper.news .article-image .article-showcase-player iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper.news .article-byline {
  display: none;
}
.article-wrapper.news .right_story {
  width: 360px;
  margin: 0 10px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.article-wrapper.news .related-header {
  font-size: 30px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  padding: 0 10px;
  line-height: 30px;
  margin: 40px 0 25px 0;
}
.article-wrapper.news .related-header span {
  color: #ff6000;
}
.article-wrapper.news .article-date {
  color: #ff6000;
  margin: 0 0 15px 0;
  display: block;
}
.article-wrapper.news .article-headline {
  line-height: 55px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 45px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.article-wrapper.news .headline {
  padding: 20px 10px;
  border-bottom: 1px dotted #d9d9d9;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.article-wrapper.news .headline:hover {
  background: #e1e1e1;
}
.article-wrapper.news .headline:first-child {
  border-top: 1px dotted #d9d9d9;
}
.article-wrapper.news .headline > span > a {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: black;
  text-decoration: none;
}
.article-wrapper.news .headline > span > p {
  color: #ff6000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}
.article-wrapper.news .headline > span > p:before {
  content: '\e875';
  margin-right: 5px;
  display: inline-block;
  font-family: sidearm_font;
}
#scoreboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: white;
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#scoreboard .sticky_logo {
  font-size: 35px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  line-height: 35px;
}
#scoreboard .sticky_logo span {
  color: #ff6000;
}
#scoreboard .ticker {
  margin-left: 20px;
}
#scoreboard .social {
  margin-left: auto;
}
#scoreboard .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .icons-ad {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
  line-height: 30px;
  font-size: 18px;
}
#scoreboard .icons-ad span {
  position: absolute;
  left: -9999px;
}
#scoreboard .icons-ad i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
}
#scoreboard .icons-ad i.icon-twitter {
  background: #55acee;
}
#scoreboard .icons-ad i.icon-facebook {
  background: #3b5998;
}
#scoreboard .icons-ad i.icon-instagram {
  background: #125688;
}
#scoreboard .icons-ad i.icon-youtube {
  background: #bb0000;
}
#scoreboard .icons-ad a {
  color: white;
}
#scoreboard .info * {
  color: black !important;
}
#scoreboard .info {
  color: black !important;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  text-transform: none !important;
}
.sticky_ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sticky_ad .ad {
  padding: 12px 0;
}
/*.sport .topad {display: none;}*/

.topad {
  position: absolute;
  z-index: 7000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.25);
  right: 0;
  top: 80px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.topad .topad_close {
  position: absolute;
  right: 0;
  white-space: nowrap;
  cursor: pointer;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.25);
  height: 20px;
  padding: 0 10px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
.topad .slick-list {
  width: 245px;
}
.topad .ad img {
  max-width: initial;
}
.wide .main-content {
  margin: 0 auto;
  padding: 20px;
  background: white;
  max-width: 1120px;
}
.wide.news .main-content {
  padding: 0;
  background: none;
  max-width: 1140px;
  padding: 60px 0px;
}
.wide .showcase-play-button {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  width: 40px;
  height: 40px;
  border: 4px solid white;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.wide .showcase-play-button:before {
  content: '\e861';
  font-family: sidearm_font;
  font-size: 20px;
  color: white;
}
.wide.stories-video-is-playing iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html:not(.homepage) .main-content-placeholder {
  margin-top: 80px;
}
.sport #events {
  display: none;
}
.sport #topStories {
  padding: 60px 0;
}
.sport #topStories .dots-container {
  bottom: 270px;
}
.sport #topStories .stories-list {
  max-width: 1120px;
  margin: 0 auto;
}
.sport #topStories .stories-list .story {
  height: auto;
}
.sport #topStories .stories-list .story .story-headline {
  bottom: 50px;
}
.sport #topStories .stories-list .story .story-headline .story-extras .storyView {
  display: none !important;
}
.sport #topStories .stories-list .story .story-media:after {
  bottom: -150px;
}
.sport #topStories .stories-list .story .story-headline .title a {
  font-size: 30px;
  line-height: 40px;
  padding: 20px 0;
}
#sportNavigation {
  background: #ff6000;
  height: 60px;
  width: 100%;
}
#sportNavigation a {
  text-decoration: none;
  color: white;
}
#sportNavigation .sport-nav {
  padding: 0 10px;
}
#sportNavigation .sport-nav .level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  height: 60px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#sportNavigation .sport-nav .level-1 > li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 400;
  position: relative;
}
#sportNavigation .sport-nav .level-1 > li:after {
  content: '/';
  display: block;
  margin: 0 8px;
}
#sportNavigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  text-transform: uppercase;
}
#sportNavigation .sport-nav .level-1 > li.sport-home:after {
  content: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home:hover:before {
  content: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home > a {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
}
#sportNavigation .sport-nav .level-1 > li:hover > ul {
  left: auto;
  right: 0;
}
#sportNavigation .sport-nav .level-1 > li:hover.dropdown:before {
  position: absolute;
  z-index: 8999;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid #ff6000;
}
#sportNavigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
#sportNavigation .sport-nav .level-1 > li.additional-links > a:before {
  content: 'More Links +';
  font-size: 16px;
  margin-top: 5px;
}
#sportNavigation .sport-nav .level-1 > li.additional-links:after {
  content: none;
}
#sportNavigation .sport-nav .level-1 > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 8998;
  position: absolute;
  left: -9999px;
  top: 100%;
  padding: 20px 0;
  text-align: right;
  background: #5d6165;
  width: 200px;
}
#sportNavigation .sport-nav .level-1 > li > ul li {
  text-align: center;
  padding: 5px 20px;
}
#sportNavigation .sport-nav .level-1 > li > ul li:hover {
  background: #ff6000;
}
#sportNavigation .off-canvas-menu {
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  top: 100%;
  z-index: 8999;
  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);
}
#sportNavigation .off-canvas-menu .sport-home {
  display: none;
}
#sportNavigation .off-canvas-menu .icn {
  width: 56px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f4f4f4;
  border-left: solid 1px #dddddd;
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  right: 0;
}
#sportNavigation .off-canvas-menu .icn:before {
  display: block;
}
#sportNavigation .off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
#sportNavigation .off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sportNavigation .off-canvas-menu > ul > li {
  color: #77797b;
  background: white;
  border-bottom: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
#sportNavigation .off-canvas-menu > ul > li > a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: #505558;
  text-decoration: none;
}
#sportNavigation .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);
}
#sportNavigation .off-canvas-menu > ul > li .level-2 li {
  background: #f4f4f4;
  border-top: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
}
#sportNavigation .off-canvas-menu > ul > li .level-2 li:last-child {
  border-bottom: none;
}
#sportNavigation .off-canvas-menu > ul > li .level-2 a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
}
#sportNavigation .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;
}
#sportNavigation .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);
}
#sportNavigation .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;
}
#sportNavigation .sports-mobile-navigation-home {
  font-weight: 700;
  font-size: 16px;
}
#sportNavigation .sports-mobile-navigation-home a {
  color: white;
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 0 20px;
}
#sportNavigation .sports-mobile-navigation-container a {
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: auto;
}
#sportNavigation .sports-mobile-navigation-container > ul > li {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 0;
  cursor: pointer;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i {
  margin: 0 0 0 5px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i.fa-sort-asc {
  padding-top: 6px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li > a {
  color: white;
  color: white;
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-menu {
  position: absolute;
  display: none;
}
.mobile_menu {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #ff6000;
}
.mobile_menu i {
  height: 80px;
  font-size: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 10px;
}
.off-canvas-menu {
  width: 100%;
  position: absolute;
  left: 0;
  font-family: arial;
  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.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 - 80px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
}
.off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-menu > ul > li {
  color: #77797b;
  background: white;
  border-bottom: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li:first-child {
  border-top: solid 1px #dddddd;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: #505558;
  text-decoration: none;
  font-size: 13px;
}
.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: #f4f4f4;
  border-top: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  color: #ff6000;
  font-weight: 700;
}
.off-canvas-menu > ul > li .level-2 li:last-child {
  border-bottom: none;
}
.off-canvas-menu > ul > li .level-2 a {
  padding: 9px 12px 7px 15px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 12px;
}
.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;
}
.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);
}
.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;
}
button {
  outline: none;
}
#topStories {
  position: relative;
  width: 100%;
}
#topStories .stories-list {
  position: relative;
  z-index: 20;
}
#topStories .stories-list .story {
  position: relative;
  height: 100vh;
}
#topStories .stories-list .story:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#topStories .stories-list .story .story-media {
  position: relative;
  width: 100%;
  height: 100%;
}
#topStories .stories-list .story .story-media:before {
  content: '';
  display: block;
  width: 100%;
  background: url(/images/Top_repeater.png);
  height: 150px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
#topStories .stories-list .story .story-media:after {
  content: '';
  display: block;
  width: 100%;
  background: url(/images/mainstory_gradient_repeat.png);
  height: 797px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
#topStories .stories-list .story .story-media .story-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topStories .stories-list .story .story-media .story-image img {
  width: 100%;
}
#topStories .stories-list .story .story-media .story-media-as-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
#topStories .stories-list .story .story-media .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  z-index: 99999;
}
#topStories .stories-list .story .story-media .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url("../images/play_button.png");
}
#topStories .stories-list .story .story-media .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#topStories .stories-list .story .story-headline {
  position: absolute;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  left: 50%;
  bottom: 150px;
  width: 100%;
  max-width: 930px;
  text-align: center;
}
#topStories .stories-list .story .story-headline .title a {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  margin: 33px 0;
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 40px 0;
  color: white;
  clear: both;
  text-align: center;
  text-shadow: 0 2px 4px rgba(1, 1, 1, 0.4);
}
#topStories .stories-list .story .story-headline .story-links {
  display: none;
}
#topStories .stories-list .story .story-headline .story-links ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
#topStories .stories-list .story .story-headline .story-links ul li {
  display: inline-block;
  margin: 0 10px;
}
#topStories .stories-list .story .story-headline .story-links ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  color: white;
  line-height: 25px;
  padding: 0 10px;
  text-transform: uppercase;
}
#topStories .stories-list .story .story-headline .story-links ul li a:before {
  content: '|';
  position: relative;
  left: -10px;
  display: inline-block;
  color: white;
}
#topStories .stories-list .story .story-headline .story-links ul li a:hover {
  color: #ff6000;
}
#topStories .stories-list .story .story-headline .story-links ul li:first-child a:before {
  display: none;
}
#topStories .stories-list .story .story-headline .story-extras .archives a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  border-radius: 2px;
  margin-bottom: 0;
  background-color: #ff6000;
  color: white;
  padding: 0 10px;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
#topStories .stories-list .story .story-headline .story-extras .storyView {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 100;
  margin-right: 10px;
}
#topStories .stories-list .story .story-headline .story-extras .storyView i {
  font-size: 7px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
}
#topStories .stories-list .story .story-headline .story-extras .storyView span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  border-radius: 2px;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
#topStories .stories-list .story .story-headline .story-extras .storyView span.active {
  color: #ff6000;
}
#topStories .grid-stories-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 19;
  opacity: 0;
}
#topStories .grid-stories-list .grid-stories-container .story {
  margin-bottom: 20px;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media {
  position: relative;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media .storyImg {
  height: 100%;
  background-size: cover;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media .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;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 47.5px;
  height: 40px;
  background-image: url("../images/top_play_button.png");
  background-size: contain;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content {
  width: 100%;
  background-color: white;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content .title {
  padding: 12px 20px;
  height: 90px;
  overflow: hidden;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content .title a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 30px;
  color: #5d6165;
  text-decoration: none;
}
#topStories .grid-stories-list .closer {
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background: #ff6000;
  border-radius: 40px;
  left: 50%;
  line-height: 40px;
  transform: translateX(-50%);
  text-align: center;
  -webkit-transform: translate(-50%);
}
#topStories .grid-stories-list .closer i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  font-size: 24px;
}
#topStories .grid-stories-list .closer:hover {
  cursor: pointer;
}
#topStories .grid-stories-list .closer:hover i {
  color: black;
}
#topStories .dots-container {
  margin-top: 5px;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-465px);
  -webkit-transform: translateX(-465px);
  bottom: 160px;
  z-index: 25;
}
#topStories .slick-dots {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#topStories .slick-dots li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  min-width: 1px;
  margin: 0 24px 0 0;
  display: flex;
  display: -webkit-flex;
}
#topStories .slick-dots li.slick-active button {
  background-image: url("../images/mainstory_rotator_b.png");
}
#topStories .slick-dots li button {
  font-size: 0;
  background-image: url("../images/mainstory_rotator.png");
  border: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
td[headers="col-staff_custom_1"] {
  width: 300px;
}
/* Navigation */

html:not(.homepage) .main-navigation {
  background: white !important;
}
html:not(.homepage) .main-navigation .main-navigation-level-1 > li > a {
  color: black;
}
html:not(.homepage) .main-navigation .main-navigation-level-1 > li:hover > a {
  color: white;
}
html:not(.homepage) .main-navigation .search {
  color: black !important;
}
html:not(.homepage) .main-navigation .sponsor {
  margin-left: 5px !important;
}
html:not(.homepage) .main-navigation .header_logo {
  width: 255px !important;
  height: 80px !important;
  background-image: url(/images/tiger_text.png) !important;
  background-size: contain;
  margin: 0 !important;
}
.main-navigation {
  height: 80px;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9001;
  display: flex;
  display: -webkit-flex;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}
.main-navigation .row {
  width: 100%;
}
.main-navigation.headroom--not-top {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-navigation.headroom--not-top .main-navigation-level-1 > li > a {
  color: black;
}
.main-navigation.headroom--not-top .search {
  color: black;
}
.main-navigation.headroom--not-top .sponsor {
  margin-left: 5px;
}
.main-navigation.headroom--not-top .header_logo {
  width: 255px;
  height: 80px;
  background: url(/images/tiger_text.png);
  background-size: contain;
  margin: 0;
}
.main-navigation > .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.main-navigation .header_logo {
  width: 100px;
  height: 112px;
  margin-top: 30px;
  margin-left: -26px;
  background: url(/images/main_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-navigation .sponsor {
  margin-left: 10px;
}
.main-navigation .inside_sports {
  width: 100%;
}
.main-navigation .inside_sports > div {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.main-navigation .inside_sports > div > a {
  position: absolute;
  top: 0;
}
.main-navigation .inside_sports > div:not(.active) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.main-navigation .inside_sports > div ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 10px;
}
.main-navigation navigation-component {
  margin-left: auto;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .search {
  padding: 0 0 0 5px;
  margin-right: -8px;
  color: black;
  font-size: 22px;
  cursor: pointer;
}
.main-navigation .main-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  height: 80px;
  position: relative;
}
.main-navigation .main-navigation-level-1 > li {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  /* assumes class name sports was set in backend */

}
.main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  color: white;
  transition: 0s;
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  padding: 0 8px;
  text-transform: uppercase;
  height: 30px;
  border-right: 1px dotted rgba(0, 0, 0, 0.15);
  line-height: 30px;
  font-size: 22px;
}
.main-navigation .main-navigation-level-1 > li:hover {
  background: #ff6000;
}
.main-navigation .main-navigation-level-1 > li:hover > a {
  color: white;
  border-color: #ff6000;
}
.main-navigation .main-navigation-level-1 > li:hover > div {
  left: -260px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div {
  width: 990px;
  border-top: 75px solid #ff6000;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div > ul {
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: -50px;
  left: 40px ;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div > ul li {
  border: none;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div > ul li.active {
  color: white;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div > ul li.active:before {
  position: absolute;
  z-index: 8999;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 8px solid #5d6165;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports > div > ul span {
  color: #e55600;
  font-size: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li {
  display: flex;
  display: -webkit-flex;
  padding: 5px 10px;
  font-size: 14px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a {
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:after {
  content: '|';
  color: white;
  margin: -3px 7px 0 7px;
  font-size: 15px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:first-child {
  margin: 0;
  width: 160px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:first-child:after {
  content: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social {
  font-size: 0;
  text-decoration: none;
  width: 13px;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  border: none;
  margin: 0px 5px 0 5px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: sidearm_font;
  font-size: 14px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social:after {
  content: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.facebook:before {
  content: '\e805';
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.twitter:before {
  content: '\e825';
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.instagram:before {
  content: '\e811';
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.tickets {
  display: none;
}
.main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 40px;
  width: 100%;
  width: 990px;
  background: #5d6165;
  border-top: 5px solid #ff6000;
}
.main-navigation .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 10px;
  padding: 0;
  max-width: 435px;
}
.main-navigation .main-navigation-level-2 li {
  padding: 8px;
  border-top: 1px dotted #4a4e51;
  line-height: 20px;
  padding: 5px 10px;
}
.main-navigation .main-navigation-level-2 li:last-child {
  border-bottom: 1px dotted #4a4e51;
}
.main-navigation .main-navigation-level-2 li:hover {
  background: #ff6000;
}
.main-navigation .main-navigation-level-2 li.separator {
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #ff6000;
}
.main-navigation .main-navigation-level-2 li.separator:hover {
  background: none;
}
.main-navigation .main-navigation-level-2 span {
  color: #ff6000;
}
.main-navigation .main-navigation-level-2 a {
  text-decoration: none;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.youtube-modal-container {
  position: fixed;
  z-index: 10000;
  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;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
}
.youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.youtube-modal-close {
  height: 30px;
  overflow: hidden;
  width: 30px;
  background: #ff6000;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
}
.youtube-modal-close:before {
  content: '\e83a';
  display: block;
  color: black;
  width: 30px;
  height: 30px;
  font-family: sidearm_font;
}
.youtube-video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
}
.stories-video-is-playing .main-navigation {
  z-index: 1;
}
.stories-video-is-playing #topStories .dots-container {
  z-index: 1;
}
.stories-video-is-playing #topStories .stories-list .story .story-media .showcase-play-button {
  z-index: 1;
}
.stories-video-is-playing .sticky_ad {
  z-index: 1;
}
.stories-video-is-playing .topad {
  z-index: 1;
}
.section > h1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin: 50px 0 10px 0;
  height: 50px;
}
.section > h1 .sponsor {
  margin-left: 10px;
}
.section > h1 > span {
  font-style: 30px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.section > h1 > span > span {
  color: #ff6000;
}
.section > h1 > ul {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  list-style: none;
  margin-top: auto;
}
.section > h1 > ul li {
  margin-left: 5px;
  margin-top: 12px;
}
.section > h1 > ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #ff6000;
  font-style: italic;
  border-radius: 2px;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
#events {
  padding: 10px 0 60px 0;
  width: 100%;
  background: #5d6165 url(/images/calendar_bg_repeater.png);
}
#events .desktop {
  display: block;
}
#events .mobile {
  display: none;
}
#events .loadMore {
  max-width: 100px;
  margin: 20px auto 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #ff6000;
  font-style: italic;
  border-radius: 2px;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
#events .events {
  max-width: 740px;
  margin: 0 10px;
  background: white;
  max-height: 654px;
  overflow: auto;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#events .events .event {
  border-bottom: 1px solid #e1e1e1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
}
#events .events .event .info {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  color: black;
}
#events .events .event .info .sport {
  color: #ff6000;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
#events .events .event .info > div + div > span:last-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
#events .events .event .info .loc {
  display: none;
}
#events .events .event .date {
  width: 105px;
  border-right: 1px solid #e1e1e1;
  line-height: 22px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#events .events .event .date > div:first-child {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#events .events .event .date > div + div {
  font-size: 24px;
}
#events .events .event .date > span {
  display: none;
}
#events .events .event .event-links {
  width: 210px;
  border-left: 1px solid #e1e1e1;
  padding: 20px;
}
#events .events .event .event-links > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
#events .events .event .event-links > ul i {
  font-size: 23px;
}
#events .events .event .event-links > ul i:before {
  margin: 0;
}
#events .events .event .event-links > ul li {
  margin: 0 10px 0 0;
}
#events .events .event .event-links > ul a {
  color: #e1e1e1;
  text-decoration: none;
}
#events .events .event .event-links > ul a[href] {
  color: #ff6000;
}
#events .events .event .event-links > ul a span {
  position: absolute;
  left: -9999px;
}
#events .row {
  max-width: 1140px;
}
#events .featured-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#events .featured {
  width: 360px;
  margin: 0 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#events .featured stories-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
#events .featured .story {
  margin-top: 20px;
  background: white;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
#events .featured .story:first-child {
  margin: 0;
  margin-bottom: auto;
}
#events .featured .story a {
  text-decoration: none;
  color: black;
}
#events .featured .story .story-content {
  padding: 20px;
  min-height: 115px;
}
#events .featured .story .date {
  color: #ff6000;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 12px;
  margin-top: auto;
  text-align: right;
}
#events .featured .story-media {
  background: black;
}
#events .section > h1 {
  max-width: 740px;
  margin-left: 10px;
  width: auto;
  margin-bottom: 15px;
  margin-right: 390px;
}
#events .section > h1 > span {
  color: white;
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.videos {
  /*background:#fff  no-repeat bottom center;*/
  width: 100%;
  padding: 0px 0 40px 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: white;
}
.videos .video-container {
  max-width: 855px;
  margin: 0 10px;
}
.videos .youtube-list {
  max-width: 835px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.videos .slick-slide {
  border: none;
}
.videos .section > h1 {
  margin-top: 40px;
}
.videos .section > h1 > ul li:first-child a {
  background: black;
}
.videos .slick-dots {
  list-style: none;
  margin: 0px auto 0 auto;
  padding: 0;
  z-index: 2;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.videos .slick-dots li {
  margin: 0px 12px 0 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.videos .slick-dots li.slick-active button {
  background: #ff6000;
}
.videos .slick-dots li button {
  border: none;
  background: black;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
}
.videos .desktop {
  display: block;
}
.videos .mobile {
  display: none;
}
.videos .youtube-list-item-media {
  position: relative;
}
.videos .youtube-list-item-media:after {
  width: 0;
  height: 0;
  content: '';
  border-bottom: 50px solid #ff6000;
  border-left: 50px solid transparent;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.videos .youtube-list-item-media:before {
  height: 20px;
  width: 20px;
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  background: url(/images/play_button.png);
  background-size: contain;
  right: 5px;
  bottom: 5px;
}
.videos .youtube-list-item-media img {
  opacity: .7;
}
.videos .youtube-list-item-media .showcase-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.videos .youtube-text {
  font-size: 14px;
  padding: 20px;
  line-height: 18px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 105px;
}
.videos .youtube-text > p {
  margin: 0;
}
.videos .youtube-text > p:last-child {
  color: #ff6000;
  font-size: 12px;
  margin-top: auto;
  text-align: right;
}
.videos .loadMore {
  max-width: 100px;
  margin: 10px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #ff6000;
  font-style: italic;
  border-radius: 2px;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
.videos .panel {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.videos .youtube-list-item {
  width: 265px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  color: white;
  background: black;
  margin: 0 0 20px 0;
  display: flex !important;
  -webkit-display: flex !important;
}
.mobile .youtube-list-item-media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#spotlight {
  background: white url(/images/bg_repeat.png);
  position: relative;
  overflow: hidden;
}
#spotlight .spotlight-item {
  position: relative;
  z-index: 2;
  min-height: 430px;
  margin: 0 10px;
}
#spotlight .spotlight-item .award-item-media {
  position: absolute;
  right: -100px;
  bottom: 0;
}
#spotlight .spotlight-item .award-item-text {
  padding: 30px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: left;
  font-size: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  color: black;
  z-index: 2;
}
#spotlight .spotlight-item .award-item-text > div {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0;
  position: relative;
  margin-bottom: 15px;
  line-height: 40px;
}
#spotlight .spotlight-item .award-item-text > div:before {
  content: none;
  display: block;
  font-size: 70px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  background: url(/images/quote.png);
  width: 30px;
  height: 25px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#spotlight .spotlight-item .award-item-text > div > h3 {
  margin: 0;
  text-align: right;
  line-height: 40px;
  display: none;
  color: #ff6000;
  text-transform: uppercase;
  font-weight: 400;
}
#spotlight .spotlight-item .award-item-text > div > h3 a {
  text-decoration: none;
}
#spotlight .spotlight-item .award-item-text p {
  margin: 0;
}
#spotlight .spotlight-item .award-item-text > ul {
  margin: 15px 0 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
#spotlight .spotlight-item .award-item-text > ul > li {
  background: #ff6000;
  font-size: 20px;
  margin: 0 5px;
  line-height: 20px;
  border-radius: 2px;
}
#spotlight .spotlight-item .award-item-text > ul > li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #ff6000;
  font-style: italic;
  border-radius: 2px;
  padding: 0 10px;
  color: white;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 27px;
  text-align: center;
}
#spotlight .spotlight-item .award-item-text > ul > li:hover {
  background: #ff6000;
}
#spotlight:before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background: url(/images/overlayRepeatGray.png);*/
  opacity: .1;
  z-index: 2;
  content: '';
  display: block;
}
#promos {
  padding: 60px 0;
}
#promos .row {
  padding: 0 10px;
}
#promos .ad {
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#promos .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#promos .slick-dots li {
  margin: 40px 12px 0 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#promos .slick-dots li.slick-active button {
  background: #ff6000;
}
#promos .slick-dots li button {
  border: none;
  background: black;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
}
#search-btn {
  position: relative;
  height: 100%;
  line-height: 30px;
  max-width: 336px;
}
#search-btn > i {
  color: white;
  font-size: 18px;
  margin-right: 10px;
}
#search-btn .search-input {
  background: black;
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#search-btn #search {
  display: flex;
  display: -webkit-flex;
  height: 30px;
  background-color: #e1e1e1;
}
#search-btn #search label {
  position: absolute;
  left: -9999px;
}
#search-btn #search input[type="text"] {
  display: block;
  height: 30px;
  background-color: #e1e1e1;
  border-radius: 0px;
  border: none;
}
#search-btn #search input[type="submit"] {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0;
  background-color: black;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border: none;
  color: white;
  border-radius: 0px;
}
#search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
}
.search_input {
  background: #ff6000;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  color: black;
  border: none;
  max-width: 300px;
}
#sponsors {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #f2f2f2;
  padding: 45px 0;
}
#sponsors .ad {
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#sponsors .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#sponsors .slick-dots li {
  margin: 40px 12px 0 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#sponsors .slick-dots li.slick-active button {
  background: #ff6000;
}
#sponsors .slick-dots li button {
  border: none;
  background: black;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
}
#footer {
  background: white;
  padding: 20px 0 135px 0;
}
#footer .row {
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
}
#footer .footer_info {
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
#footer .footer_info p {
  margin: 8px 0;
  line-height: 12px;
}
#footer .footer_info > div > p:last-child {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer .footer_info > div > p:last-child a {
  text-decoration: none;
  line-height: 1.25;
}
#footer .footer_logos {
  margin-left: auto;
}
#footer .footer_logos .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .ad {
  border-left: 1px dotted #d9d9d9;
  padding: 0 20px;
}
#footer .ad:first-child {
  border: none;
}
#footer .ad:last-child {
  padding-right: 0;
}
#fan-zone {
  padding-bottom: 60px;
  overflow: hidden;
  background: #ff6000;
}
#fan-zone .fan-container {
  display: flex;
  display: -webkit-flex;
}
#fan-zone .fan-container > div {
  margin: 0 10px;
}
#fan-zone .twitter {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
#fan-zone .twitter twitter-component {
  display: flex;
  display: -webkit-flex;
}
#fan-zone .twitter .twitter-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#fan-zone .twitter .tweet-item-container {
  padding-bottom: 20px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
#fan-zone .twitter .tweet-item-container:last-child {
  padding-bottom: 0;
}
#fan-zone .twitter .tweet-item {
  background: white;
  padding: 30px;
  padding-top: 25px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}
#fan-zone .twitter .tweet-item:hover .tweet-item-actions {
  opacity: 1;
}
#fan-zone .twitter .tweet-item .tweet-item-actions {
  display: flex;
  display: -webkit-flex;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: -2px;
  right: 0;
  width: 100%;
  height: calc(100% + 2px);
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
}
#fan-zone .twitter .tweet-item .tweet-item-actions li {
  margin: 0 5px;
  font-size: 25px;
}
#fan-zone .twitter .tweet-item .tweet-item-actions li a {
  color: #ff6000;
}
#fan-zone .twitter .tweet-item .tweet-item-user {
  max-height: 40px;
  margin-top: auto;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}
#fan-zone .twitter .tweet-item .tweet-item-user .tweet-item-full {
  color: #ff6000;
}
#fan-zone .twitter .tweet-item .tweet-item-user .tweet-item-user {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}
#fan-zone .twitter .tweet-item .tweet-item-user p {
  margin: 0;
  display: block;
}
#fan-zone .twitter .tweet-item .tweet-item-user img {
  margin-right: 10px;
}
#fan-zone .twitter .tweet-item .tweet-item-text {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}
#fan-zone .twitter .tweet-item .tweet-item-text a {
  text-decoration: none;
}
#fan-zone .twitter .tweet-item .tweet-item-user-logo {
  max-width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
}
#fan-zone .facebook {
  max-width: 265px;
}
#fan-zone .instagram {
  max-width: 360px;
}
#fan-zone .instagram .instagram-item {
  width: 50%;
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
#fan-zone .instagram .instagram-item:hover:before {
  content: '';
}
#fan-zone .instagram .instagram-item:hover .img img {
  opacity: 1;
}
#fan-zone .instagram .instagram-item .img {
  background: black;
}
#fan-zone .instagram .instagram-item .img img {
  opacity: .7;
}
#fan-zone .instagram .instagram-item:before {
  content: none;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/instagram_icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
}
#fan-zone .row {
  max-width: 1140px;
}
#fan-zone .section > h1 {
  color: white;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-bottom: 30px;
  margin-top: 40px;
  margin-left: 10px;
  padding-right: 20px;
}
#fan-zone .section > h1 > ul {
  margin: 0;
  margin-left: auto;
  margin-top: 25px;
}
#fan-zone .section > h1 > ul > li {
  margin: 0 0 0 10px;
}
#fan-zone .section > h1 > ul > li a {
  background: white;
  color: black;
}
#fan-zone .section > h1 > ul > li a i {
  margin-right: 5px;
}
#fan-zone .section > h1 > ul > li a i.icon-facebook {
  color: #5068a1;
}
#fan-zone .section > h1 > ul > li a i.icon-twitter {
  color: #55acee;
}
#fan-zone .section > h1 > ul > li a i.icon-instagram {
  color: #3f729b;
}
/* Ads */

/* Default datagrid Items */

.default_dgrd_header {
  background-color: #ff6000;
  color: black;
}
.default_dgrd TR TH {
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd {
  width: 100%;
}
.default_dgrd TR TD,
.default_dgrd TR TH {
  padding: 5px;
}
.default_dgrd_header A {
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd_item TD {
  background-color: white;
}
.default_dgrd_alt TD {
  background-color: #efefef;
}
/* Roster Grid */

.roster_pastrosters_ddl {
  font-size: 8pt;
}
.roster_team_photo_container {
  width: 100%;
  margin-bottom: 10px;
}
/* Staff Grid */

.staff_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Coaches Grid */

.coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
.roster_coaches_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.roster_coaches_dgrd {
  width: 50%;
}
.roster_coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Schedule Grid */

.schedule_home {
  font-weight: bold;
}
.schedule_neutral {
  font-style: italic;
}
.schedule_conference_denotation {
  width: 20px;
  height: 20px;
  background-color: red;
}
.schedule_key_symbol {
  font-weight: bold;
}
.schedule_key_box TR TH {
  font-weight: bold;
}
.schedule_tournament_title {
  background-color: #222222;
  color: white;
}
.schedule_tournament_game TD {
  background-color: #efefef;
}
A.schedule_tournament_link,
A.schedule_tournament_link:visited {
  color: white;
  text-decoration: none;
}
A.schedule_tournament_link:hover {
  color: white;
  text-decoration: underline;
}
/* Media Objects */

.media_object_image {
  background-color: #e6e6e6;
  text-align: center;
  width: auto;
}
.media_object_image_left {
  float: left;
  margin-right: 10px;
}
.media_object_caption {
  background-color: #e6e6e6;
  text-align: center;
  padding: 3px;
}
.media_object_rotator_controls {
  width: 100%;
  text-align: right;
  margin-top: 4px;
}
.rotator_container {
  text-align: center;
  border: solid 1px black;
  padding: 3px;
  background-color: #e6e6e6;
}
/* Schedule Record Boxes (front and backend) */

.record_header_text {
  font-weight: bold;
  padding: 3px;
}
.record_table {
  width: 440px;
  background-color: #e6e6e6;
  margin: 10px;
}
.record_header TD {
  background-color: #c2c2c2;
  font-weight: bold;
  text-align: center;
}
.record_data TD {
  text-align: center;
}
/* SmartPlayerView Box */

#smartBox {
  background-color: white;
  padding: 5px;
  display: none;
  position: absolute;
  border: 1px solid black;
  width: 250px;
  top: 10px;
  z-index: 999;
}
/* Composite Calendar */

.composite_cal_item {
  margin-bottom: 7px;
}
.composite_cal_title {
  background-color: #ff6000;
  border: 0px;
}
.composite_cal_title TR TD {
  color: black;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: black;
}
.composite_cal_dayheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #505050;
}
.composite_cal_othermonth {
  background-color: #71101b;
  text-decoration: none;
  border: 1px solid #505050;
}
.composite_cal_selected {
  border: solid 1px white;
  background-color: #4f0000;
}
.composite_cal_day {
  background-color: white;
  text-decoration: none;
  border: 1px solid #505050;
  text-align: left;
  font-weight: bold;
}
.composite_cal_day A {
  text-decoration: none;
  font-weight: normal;
}
.composite_cal_day A:hover {
  text-decoration: underline;
}
.composite_cal_today {
  background-color: white;
}
/* Newsletter Stuff */

.newsletter_story_container {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter_story_sport_container {
  margin-bottom: 10px;
  margin-top: 5px;
}
.newsletter_story_headline {
  font-weight: bold;
}
.newsletter_signup_container {
  border: solid 1px red;
  padding: 3px 10px 3px 10px;
}
/* Hall of Fame */

.hof_table TR TD {
  padding: 5px;
}
.hof_header {
  background-color: #ff6000;
  font-weight: bold;
  color: black;
}
.hof_item {
  background-color: #efefef;
}
.hof_image {
  float: left;
  margin: 0 20px 20px 0;
}
.hof_detail_name {
  font-size: 16px;
  font-weight: bold;
}
/* AOW */

.aow_full_name {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
.aow_full_sport {
  display: block;
  margin-bottom: 5px;
}
.aow_full_link {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.aow_full_container {
  padding-left: 20px;
}
.aow_full_previous {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.aow_full_highlights {
  margin-top: 20px;
}
.aow_dgrd {
  width: 60%;
}
/* Story Templates */

.story_wrapper ul,
.story-wrapper ul,
.story_wrapper ol,
.story-wrapper ol {
  padding-left: 20px;
}
.story_wrapper ul,
.story-wrapper ul {
  list-style: disc;
}
.story_wrapper ol,
.story-wrapper ol {
  list-style: decimal;
}
/* perfect-scrollbar v0.6.10 */

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #e5e5e5;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 5px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  z-index: 9000;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #ff6000;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eeeeee;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eeeeee;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999999;
}
#content-ad {
  display: none;
}
@media (max-width: 1180px) {
  .main-navigation.headroom--not-top .header_logo {
    width: 80px;
    height: 92px;
    background-image: url(/images/main_logo.png);
    background-size: contain;
  }
  .main-navigation .header_logo {
    margin: 0 0 0 10px;
  }
  .main-navigation .search {
    margin: 0 10px 0 0 ;
  }
  html:not(.homepage) .main-navigation .header_logo {
    width: 80px !important;
    height: 92px !important;
    background-image: url(/images/main_logo.png) !important;
    background-size: contain;
  }
}
@media (max-width: 1023px) {
  #topStories .stories-list .story .story-media {
    padding-bottom: 56.25%;
    height: 0;
  }
  #scoreboard {
    display: none;
  }
  #topStories {
    background: black;
  }
  #events .mobile {
    margin-bottom: 20px;
  }
  #topStories .dots-container {
    position: relative;
    transform: none;
    width: 100%;
    left: auto;
    bottom: auto;
    background: black;
    text-align: center;
    margin: 0;
    padding: 10px 0 20px 0;
  }
  #topStories .dots-container li {
    display: inline-block;
    margin: 0 12px;
  }
  #topStories .dots-container .slick-dots {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sport #topStories .dots-container {
    bottom: auto;
  }
  #topStories .stories-list .story .story-media:after {
    content: none;
  }
  .sport #topStories .stories-list .story .story-headline {
    bottom: auto;
  }
  #sponsors {
    padding: 45px 10px;
  }
  #footer .row {
    padding: 0 20px;
  }
  .article-wrapper {
    padding: 0 10px;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .article-wrapper.news .left_story {
    max-width: none;
  }
  .article-wrapper.news .right_story {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .article-wrapper.news .headline {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 20px ;
  }
  .article-wrapper.news .headline .story-media {
    width: 33.333%;
  }
  .article-wrapper.news .headline > span {
    padding: 0 20px;
  }
  .article-content {
    padding-bottom: 60px;
  }
  .article-wrapper.news .related-header {
    padding: 0;
  }
  .article-wrapper.news .story_ad {
    max-width: 360px;
    margin: 0 auto;
  }
  .sport #topStories {
    padding: 0;
  }
  #spotlight .spotlight-item {
    margin: 0 20px;
  }
  #fan-zone .fan-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #fan-zone .fan-container > div {
    margin: 0 10px;
  }
  #fan-zone .fan-container > div.facebook {
    margin: 0 10px 0 20px;
  }
  #fan-zone .fan-container > div.twitter {
    margin: 0 20px 0 10px;
  }
  #fan-zone .fan-container > div.instagram {
    max-width: none;
    width: 100%;
    margin: 20px 20px 10px 20px;
  }
  .videos {
    background-image: none !important;
  }
  #fan-zone .instagram .instagram-item {
    width: 33.3333%;
    max-height: none;
  }
  #fan-zone .instagram .instagram-item:last-child {
    display: none;
  }
  #fan-zone .instagram .instagram-item:nth-child(n+4) {
    display: none;
  }
  #fan-zone .facebook {
    max-width: 400px;
    min-width: 400px;
  }
  .videos .slick-dots {
    margin: 10px auto 0 auto;
  }
  .section > h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .videos .video-container {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .videos .youtube-list {
    max-width: none;
    width: 100%;
    max-height: none;
  }
  .videos .youtube-list-item {
    padding: 10px;
    margin: 0;
    width: 33.3333% !important;
    background: none;
  }
  .videos .youtube-text {
    background: black;
    height: auto;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .videos .youtube-list-item-media {
    background: black;
  }
  .main-navigation .search {
    color: black;
  }
  .main-navigation .sponsor {
    margin-left: 10px !important;
  }
  .main-navigation .header_logo {
    margin: 0 ;
    height: 80px;
    width: 92px;
  }
  .main-navigation {
    background: white;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .homepage .main-content-placeholder {
    margin-top: 80px;
  }
  #topStories .stories-list .story {
    height: auto;
  }
  #topStories .stories-list .story .story-headline {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    max-width: none;
    padding: 33px 20px;
    background: black;
  }
  #topStories .stories-list .story .story-headline .title a {
    margin: 0;
    border-color: white;
    color: white;
    border: none;
    text-align: left;
    text-shadow: none;
  }
  #topStories .stories-list .story:after {
    content: none;
  }
  .story-extras {
    margin: 20px 0 0 0;
  }
  .story-extras {
    position: absolute;
    top: -85px;
    width: 100%;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }
  .events-cont {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #events .events {
    max-width: none;
    max-height: none;
    margin: 0 20px;
    background: none;
  }
  #events .events .event {
    background: white;
  }
  #events .section > h1 {
    max-width: none;
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  #events .featured {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #events .featured-container {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  #events .featured .story {
    margin: 20px 0;
    width: 50%;
    padding: 0 10px;
    background: none;
  }
  #events .featured .story:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #events .featured .story .story-content {
    background: white;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  #events .featured .story .story-content .title {
    margin-bottom: 20px;
  }
  #events .featured .story:last-child {
    margin-top: 20px;
  }
  #events .desktop {
    display: none;
  }
  #events .mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .article-wrapper.news .left_story {
    max-width: none;
  }
  #footer .footer_info {
    margin-top: 40px;
  }
  #footer .footer_logos {
    margin-left: 0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  #footer .footer_logos .ads-container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #footer .footer_logos .ads-container .ad {
    border: none;
    padding: 0 40px;
  }
  #footer .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  #content-ad {
    display: block;
  }
  #fan-zone .facebook {
    max-width: 300px;
    min-width: 300px;
  }
  .videos .desktop {
    display: none;
  }
  .videos .mobile {
    display: block;
  }
  #spotlight {
    background: white;
  }
  #spotlight .spotlight-item {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0;
  }
  #spotlight .spotlight-item .award-item-text {
    padding: 30px 20px;
    width: 100%;
  }
  #spotlight .spotlight-item .award-item-media {
    right: auto;
    position: relative;
    bottom: auto;
  }
  #spotlight .spotlight-item .award-item-media:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .videos .youtube-list-item {
    width: 50% !important;
  }
  .section > h1 {
    justify-content: center;
    -webkit-justify-content: center;
    height: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .section > h1 > ul {
    margin: 10px 0;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
  }
  #topStories .stories-list .story .story-headline .title a {
    padding: 20px 0;
    font-size: 36px;
    line-height: 46px;
  }
  #footer .footer_logos .ads-container .ad {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .topad {
    display: none;
  }
  .article-wrapper.news .headline .story-media {
    display: none;
  }
  .article-wrapper.news .headline > span {
    padding: 0;
  }
  #fan-zone .fan-container > div.facebook {
    width: 100%;
    margin-right: 20px;
    max-width: none;
    margin-bottom: 20px;
    max-height: none;
    text-align: center;
  }
  #fan-zone .fan-container > div.twitter {
    margin-left: 20px;
  }
  #fan-zone .twitter .tweet-item .tweet-item-text {
    padding-bottom: 25px;
  }
  #fan-zone .instagram .instagram-item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #fan-zone .instagram .instagram-item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 680px) {
  #events .events .event .event-links {
    width: 160px;
  }
}
@media (max-width: 580px) {
  #events .events .event .event-links {
    width: auto;
  }
  #events .events .event .event-links > div {
    display: none;
  }
  #events .events .event .event-links > ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #events .events .event .event-links > ul > li {
    margin: 0;
  }
  #events .events .event .info {
    line-height: 24px;
  }
  #events .events .event .info .loc {
    display: block;
  }
}
@media (max-width: 540px) {
  #events .featured-container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #events .featured .story {
    width: 100% !important;
  }
  #events .featured .story:last-child {
    margin-top: 0px;
  }
  .videos .youtube-list-item {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  #footer .footer_logos .ads-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #footer .footer_logos .ads-container .ad {
    margin-bottom: 20px ;
  }
  #footer .footer_info {
    margin-top: 20px;
  }
  #events .events .event {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #events .events .event .event-links {
    padding: 20px 10px;
  }
  #events .events .event .date {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 10px 20px;
  }
  .section > h1 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .section > h1 .sponsor {
    margin: 0;
  }
  .section > h1 > ul li {
    margin-top: 0;
  }
  .section > h1 > span {
    margin-bottom: 15px;
  }
  .section > h1 > ul {
    margin-top: 15px;
  }
  #spotlight .spotlight-item .award-item-text > div {
    line-height: 30px;
  }
  #spotlight .spotlight-item .award-item-text {
    font-size: 16px;
  }
  #fan-zone .section > h1 {
    align-items: center;
    -webkit-align-items: center;
  }
  #fan-zone .section > h1 > ul > li:first-child {
    margin: 0;
  }
  #search-btn {
    margin: 0 auto;
  }
  #footer .footer_info {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #topStories .stories-list .story .story-headline .title a {
    font-size: 26px;
    line-height: 36px;
  }
  #topStories .slick-dots li {
    margin: 0 12px 0 0;
  }
  .section > h1 > span {
    font-size: 25px;
  }
  #search-btn {
    max-width: 300px;
  }
  #sportNavigation .sports-mobile-navigation-container > ul > li:not(.more) {
    display: none;
  }
}
@media (max-width: 350px) {
  #fan-zone .fan-container > div.facebook {
    margin-left: 0;
    margin-right: 0;
  }
}
#sidearm-roster-coaches .sidearm-table tr th:first-child,
#sidearm-roster-coaches .sidearm-table tr td:first-child {
  display: none !important;
}
#sidearm-roster-coaches .sidearm-table tr th:first-child + td,
#sidearm-roster-coaches .sidearm-table tr td:first-child + td,
#sidearm-roster-coaches .sidearm-table tr th:first-child + th,
#sidearm-roster-coaches .sidearm-table tr td:first-child + th {
  border-left: none;
}
.sticky_ad .dfp-ad {
  margin: 15px auto;
}
