@import url(https://fonts.sidearmsports.com/roboto/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,700italic,400italic&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.10/css/perfect-scrollbar.min.css);
body {
  font: 14px/20px 'Raleway', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
/*@mediumgray: #808080;*/
.row {
  max-width: 1440px;
}
A,
A:link,
A:visited {
  color: #005710;
}
A:hover {
  transition: 0.25s;
}
* 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;
  color: white !important;
  background: black !important;
}
.accessible-hidden {
  position: absolute;
  left: -10000px;
  height: 0px;
  overflow: hidden;
}
html:not(.index) .contentDiv_container {
  margin: 80px 0 0 0;
  max-width: 1440px;
}
html:not(.index).wide .contentDiv_container {
  margin: 80px auto 0 auto;
  background: white;
  padding: 40px 20px 20px 20px;
}
html:not(.index).wide.sport .contentDiv_container {
  margin: 140px auto 0 auto;
  background: white;
  padding: 40px 20px 20px 20px;
}
html:not(.index) .wide .contentDiv {
  padding: 20px;
  background: white;
}
/* ========== STICKY LEADERBOARD ========== */

.c-sticky-leaderboard {
  transition: .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.c-sticky-leaderboard .dfp-ad {
  margin: 0 auto;
}
html.sticky-leaderboard-is-hidden .c-sticky-leaderboard {
  transform: translate(0, 100%);
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.leaderboard {
  margin-top: 75px;
}
.leaderboard .dfp-ad {
  margin: 0 auto;
}
#topleaderboard {
  padding-top: 10px;
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  *zoom: 1;
  width: 100%;
  background: #f2f2f2;
}
#topleaderboard:before,
#topleaderboard:after {
  content: "";
  display: table;
}
#topleaderboard:after {
  clear: both;
}
#topleaderboard .ad {
  padding: 12px 0 ;
}
#topleaderboard .ad img {
  display: block;
}
.flex {
  display: flex;
}
.sport.homepage #topstories {
  margin-top: 80px;
}
.sport.homepage #topstories .video-container {
  height: 765px;
}
.sport #mainpromos {
  position: relative;
}
.sport #mainpromos:before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(/images/footer_dropshadow.png);
}
.sport #topstories {
  height: auto;
  margin-top: 140px;
  padding: 20px  12px;
  background: url(/images/sport_bg_repeater.png);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
}
.sport #topstories__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sport #topstories .stories {
  max-width: 900px;
  margin: 0 10px;
  height: auto;
}
.sport #topstories .video-container {
  position: static;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 0 10px;
  height: 715px;
}
.sport #topstories .story {
  height: auto;
}
.sport #topstories .story .story-media {
  position: relative;
}
.sport #topstories .story .story-text-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  background: none;
}
.sport #topstories .story .story-text-wrapper .large-8 {
  width: 100%;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text {
  padding: 0 20px;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > a {
  color: #005710;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > ul {
  width: 100%;
  border-color: #e2e2e2;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > ul:before {
  background: #e2e2e2;
  z-index: 100;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > ul a {
  color: #666666;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > ul a:hover {
  color: #005710;
  border-bottom: 2px solid #005710;
}
.sport #topstories .story .story-text-wrapper .large-8 .story-text > div {
  height: 60px;
  position: absolute;
  top: -60px;
  background: rgba(0, 0, 0, 0.66);
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sport #catamounttv {
  position: static;
  bottom: auto;
  right: auto;
}
#sport-nav {
  position: relative;
  top: 0px;
  width: 100%;
  height: 60px;
  background: url(/images/sport_nav_bg.png) no-repeat top center;
  background-color: #002306;
  left: 0;
  z-index: 8999;
}
#sport-nav.stuck {
  position: fixed;
  top: 80px;
}
#sport-nav .level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 60px;
  align-items: center;
  margin: 0 20px 0 0;
}
#sport-nav .level-1 > li {
  margin: 0 10px;
  position: relative;
}
#sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  margin-left: 180px;
  display: flex;
  align-items: center;
}
#sport-nav .level-1 > li.sport-home > a {
  font-size: 22px;
  font-weight: 700;
}
#sport-nav .level-1 > li.sport-home ads-component {
  margin-left: 20px;
}
#sport-nav .level-1 > li > a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#sport-nav .level-1 > li > a:hover {
  color: #ffc20f;
}
#sport-nav .level-1 > li .level-2 {
  position: absolute;
  margin: 0;
  list-style: none;
  padding: 0;
  background: #005710;
  left: -9999px;
  top: 100%;
  padding: 20px 0;
}
#sport-nav .level-1 > li .level-2 > li {
  padding: 5px 20px;
  min-width: 250px;
  text-align: right;
}
#sport-nav .level-1 > li .level-2 > li > a {
  color: white;
  background-color: none;
  text-decoration: none;
  font-size: 14px;
}
#sport-nav .level-1 > li .level-2 > li > a:hover {
  color: #ffc20f;
}
#sport-nav .level-1 > li:hover ul {
  right: -20px;
  left: auto;
}
.sports-menu {
  font-size: 14px;
  height: 35px;
  background: url(/images/sport_nav_bg.png) no-repeat top center;
  color: white;
  padding: 0 20px;
  width: 100%;
  z-index: 8999;
}
.sports-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sports-menu .level-1 {
  display: flex;
  display: -webkit-flex;
  height: 50px;
}
.sports-menu .level-1 > li {
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.sports-menu .level-1 > li a {
  color: #005710;
  text-decoration: none;
}
.sports-menu .level-1 > li.sport-home {
  margin-right: auto;
  font-size: 18px;
}
.sports-menu .level-1 > li.sport-home a {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
.sports-menu .level-1 > li.parent {
  position: relative;
}
.sports-menu .level-1 > li.parent a:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
.sports-menu .level-1 > li.parent ul {
  position: absolute;
  left: -9999px;
  top: 50px;
  z-index: 1;
}
.sports-menu .level-1 > li.parent:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #005710;
}
.sports-menu .level-1 > li.parent:hover ul {
  left: auto;
  right: 0;
}
.sports-menu .level-2 {
  border: 1px solid #cccccc;
  padding: 16px 8px;
  background-color: white;
  min-width: 200px;
}
.sports-menu .level-2 li {
  padding: 0 8px;
  border-bottom: 1px dotted #cccccc;
  text-align: right;
}
.sports-menu .level-2 li:hover {
  background-color: #005710;
}
.sports-menu .level-2 li:hover a {
  color: white;
}
.sports-menu .level-2 li:hover:after {
  display: none;
}
.sports-menu .level-2 li a {
  line-height: 2;
}
.sports-menu .level-2 li a:after {
  display: none;
}
.sports-menu.mobile {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
}
.sports-menu.mobile > a {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.sports-menu.mobile > i {
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
}
.sports-menu.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.sports-menu.mobile .dropdown-menu .level-1 {
  display: block;
  margin: 8px;
  border: 1px solid #cccccc;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.66);
}
.sports-menu.mobile .dropdown-menu .level-1 li {
  text-align: center;
  display: block;
  border-bottom: 1px dotted #cccccc;
}
.sports-menu.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
.sports-menu.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
.sports-menu.mobile .dropdown-menu .level-1 li a {
  padding: 8px 0;
  display: block;
}
.sports-menu.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
  background-color: #005710;
}
.sports-menu.mobile .dropdown-menu .level-2 li {
  padding: 0;
}
.sports-menu.mobile .dropdown-menu .level-2 li a {
  color: white;
  display: block;
  padding: 4px 0;
}
body.mobile-menu-open.sports-nav {
  left: 0;
}
body.mobile-menu-open.sports-nav .sports-menu.mobile .dropdown-menu {
  left: 0;
}
.main-header {
  position: absolute;
  width: 100%;
}
.main-header.headroom--not-top #navigation {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
  position: fixed;
  top: 0;
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.main-header.headroom--not-top #sport-nav {
  position: fixed;
  top: 80px;
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.main-header.headroom--not-top .sports-menu.mobile {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
  position: fixed;
  top: 60px;
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.mobile-sport-nav {
  display: none;
}
.mobile-view {
  display: none;
}
.normal-view {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
#navigation {
  position: relative;
  top: 0px;
  z-index: 9000;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.2);
  box-shadow: 0 2px 10px rgba(1, 1, 1, 0.2);
  height: 80px;
}
#navigation .row {
  position: relative;
  max-width: 1420px;
}
#navigation #search {
  margin: 0 40px 0 35px;
  height: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  min-width: 150px;
  background: #f2f2f2;
  position: relative;
}
#navigation #search:before {
  content: '';
  display: block;
  height: 30px;
  width: 15px;
  left: -15px;
  position: absolute;
  top: -1px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid #e5e5e5;
  border-right: 0;
}
#navigation #search:after {
  content: '';
  display: block;
  height: 30px;
  width: 15px;
  right: -15px;
  position: absolute;
  top: -1px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #e5e5e5;
  border-left: 0;
}
#navigation #search > button {
  position: absolute;
  left: -10px;
  top: 5px;
  border: none;
  background: none;
  color: #005710;
  font-size: 16px;
}
#navigation #search > button i {
  margin: 0;
}
#navigation #search > button i:before {
  margin: 0;
}
#navigation #search > input {
  padding: 0 15px;
  width: 150px;
  background: none;
  border: none;
  height: 28px;
  outline: none;
  font-size: 16px;
}
#navigation .logo {
  margin: 0 0 0 20px;
  position: absolute;
  left: 0;
  z-index: 9001;
  top: 0;
}
#navigation .logo img {
  max-width: none;
}
#navigation .ad {
  position: absolute;
  left: 160px;
  top: 15px;
}
#navigation .ad img {
  max-width: none;
}
#navigation .main-nav .normal-view {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#navigation .main-nav .normal-view .level-1 {
  display: flex;
  height: 80px;
  margin: 0;
  list-style: none;
  padding: 0;
}
#navigation .main-nav .normal-view .level-1 > li {
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-top: 2px solid white;
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li > a {
  color: #005710;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  height: 30px;
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border-right: 1px solid #d9d9d9;
}
#navigation .main-nav .normal-view .level-1 > li:hover {
  background: #e5e5e5;
  border-top: 2px solid #005710;
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li:hover > a {
  border-color: #e5e5e5;
}
#navigation .main-nav .normal-view .level-1 > li:hover .level-2 {
  opacity: 1;
  left: -20px;
  transition: 0.2s opacity;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 {
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  width: 1415px;
  background: white;
  transition: 0.2s opacity;
  padding: 50px 30px 70px 110px;
  display: flex;
  justify-content: flex-start;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul {
  width: 300px;
  margin: 0 10px;
  list-style: none;
  padding: 0;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul > li {
  width: 300px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul > li.separator {
  font-size: 18px;
  font-weight: 700;
  color: #005710;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul > li:hover:not(.separator) {
  background: #005710;
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul > li:hover:not(.separator) > a {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li .level-2 > ul > li > a {
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
  text-transform: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul {
  width: 365px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li {
  width: 365px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.main-navigation-social {
  display: block;
  width: 24px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  margin: 0 2px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.main-navigation-social:before {
  display: inline-block;
  width: 18px;
  height: 24px;
  font-family: sidearm_font;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.facebook {
  display: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.facebook:before {
  content: '\e805';
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.twitter {
  font-size: 0;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.twitter:before {
  content: '\e825';
  font-size: 14px;
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.instagram {
  display: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.instagram:before {
  content: '\e811';
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.tickets {
  display: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li a.tickets:before {
  content: '\e829';
  transition: 0.2s;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover {
  background-color: #002306;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a:first-child {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a.facebook:before {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a.twitter:before {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a.instagram:before {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul li:hover a.tickets:before {
  color: white;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li {
  padding: 6px 0 3px 0;
  *zoom: 1;
  width: 365px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li:before,
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li:after {
  content: "";
  display: table;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li:after {
  clear: both;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li.separator {
  padding: 6px 10px 3px 10px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a {
  padding: 0 0 0 10px;
  display: block;
  float: left;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a:first-child {
  width: 165px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a.sport-links {
  font-size: 14px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a.facebook {
  display: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a.instagram {
  display: none;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a.twitter {
  padding: 0 0 0 5px;
}
#navigation .main-nav .normal-view .level-1 > li.teams .level-2 > ul > li > a > span {
  position: absolute;
  left: -9999px;
}
#navigation .off-canvas-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #005710;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 50px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
}
#navigation .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: right;
  background-color: #002407;
}
#navigation .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;
  overflow: auto;
  position: relative;
}
#navigation .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #002407;
}
#navigation .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;
}
#navigation .off-canvas-menu .level-1 > li > a:hover {
  background-color: #008a19;
}
#navigation .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
#navigation .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #008a19;
}
#navigation .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;
}
#navigation .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;
}
#navigation .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  background-color: #008a19;
}
#navigation .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #005710;
  text-decoration: none;
  color: white;
}
#navigation .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
#navigation .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .off-canvas-menu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.top-stories-thumbnails {
  display: none;
}
.top-stories-thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  justify-content: center;
}
.top-stories-thumbnails li {
  display: inline-block;
  margin: 10px ;
}
.top-stories-thumbnails .top-stories-active {
  border: 1px solid black;
}
#topstories {
  height: calc(100vh - 170px);
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
#topstories .showcase-play-button {
  cursor: pointer;
  color: transparent;
  border: none;
  background: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/video_play.png");
  text-indent: -9999px;
  width: 92px;
  height: 74px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#topstories .row.outside {
  position: relative;
}
#topstories .slick-list {
  height: auto !important;
}
#topstories .story {
  height: calc(100vh - 170px);
}
#topstories .story .story-media {
  height: 100%;
  width: 100%;
}
#topstories .story .story-media iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
#topstories .story .story-media .story-media-as-background {
  height: 100%;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#topstories .story .story-text-wrapper {
  width: 100%;
  min-height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
#topstories .story .story-text-wrapper .story-text {
  padding: 35px 15px 10px 20px;
}
#topstories .story .story-text-wrapper .story-text a {
  color: white;
  text-decoration: none;
}
#topstories .story .story-text-wrapper .story-text > div {
  display: flex;
  justify-content: flex-start;
  color: white;
  font-size: 16px;
}
#topstories .story .story-text-wrapper .story-text > div > a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
#topstories .story .story-text-wrapper .story-text > div > a:before {
  content: '\e825';
  font-family: sidearm_font;
  margin: 0 5px 0 0;
}
#topstories .story .story-text-wrapper .story-text > div span {
  margin: 0 10px;
}
#topstories .story .story-text-wrapper .story-text > a {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin: 15px 0;
}
#topstories .story .story-text-wrapper .story-text > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  border-top: 1px solid #4d5155;
  width: calc(100% - 10px);
  position: relative;
  justify-content: flex-start;
}
#topstories .story .story-text-wrapper .story-text > ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -2000px;
  background: #4d5155;
  height: 1px;
  width: 2000px;
}
#topstories .story .story-text-wrapper .story-text > ul > li {
  font-size: 18px;
  padding: 24px 22px 0px 0px;
}
#topstories .story .story-text-wrapper .story-text > ul ads-component {
  margin-left: auto;
  margin-top: 15px;
}
#topstories .story .story-text-wrapper .dot-container {
  margin-left: auto;
  margin-right: 5px;
}
#topstories .story .story-text-wrapper .dot-container .slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
}
#topstories .story .story-text-wrapper .dot-container .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  cursor: pointer;
}
#topstories .story .story-text-wrapper .dot-container .slick-dots li.slick-active button,
#topstories .story .story-text-wrapper .dot-container .slick-dots li:hover button {
  background: url(/images/story_rotator_b.png);
  color: white;
}
#topstories .story .story-text-wrapper .dot-container .slick-dots li button {
  cursor: pointer;
  display: block;
  outline: none;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  background: url(/images/story_rotator.png);
  border: none;
  color: white;
}
.video-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 485px;
  transform: translateX(280px);
  background-color: white;
  height: calc(100vh - 280px);
  display: flex;
  flex-direction: column;
}
.video-container h1 {
  margin: 0;
  height: 72px;
  padding: 0 25px 0 20px;
}
.video-container h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
.video-container h1 a:hover {
  cursor: pointer;
}
.video-container .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.video-container .youtube-modal-player .showcase-video-player {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-container .slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.video-container .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  cursor: pointer;
}
.video-container .slick-dots li.slick-active button,
.video-container .slick-dots li:hover button {
  background: url(/images/calendar_rotator_b.png);
}
.video-container .slick-dots li button {
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  background: url(/images/calendar_rotator.jpg);
  border: none;
}
.video-container .events-container {
  display: flex;
  overflow: hidden;
  position: relative;
}
.video-container .events {
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
  min-height: 1px;
  display: -webkit-flex;
  display: inline-flex;
  flex-direction: column;
}
.video-container .events h1 {
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-container .events h1 > * {
  margin-top: 7px;
}
.video-container .events .upcoming {
  padding: 0 20px;
}
.video-container .events .event {
  height: 60px;
  padding: 0 0px 10px 0px;
  margin: 0 20px;
  display: flex;
  position: relative;
  font-size: 16px;
  color: #666666;
}
.video-container .events .event > i {
  font-size: 25px;
  color: #005710;
  align-self: center;
  cursor: pointer;
  margin-left: auto;
}
.video-container .events .event .media {
  transition: 0.2s;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 0%;
  background: white;
  height: 100%;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}
.video-container .events .event .media.open {
  width: 100%;
}
.video-container .events .event .media a {
  text-decoration: none;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .events .event .media a[href] {
  color: #005710;
}
.video-container .events .event .media i:before {
  margin: 0;
}
.video-container .events .event .media i {
  margin: 0 3px 0 0;
  font-size: 25px;
}
.video-container .events .event .media span {
  display: inline-block;
}
.video-container .events .event .media > i {
  font-size: 25px;
  color: #f12b24;
  align-self: center;
  cursor: pointer;
  margin-left: auto;
}
.video-container .events .event .media > ul {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 ;
  list-style: none;
  padding: 0;
}
.video-container .events .event .media > ul li {
  margin: 0 5px;
}
.video-container .events .event .details {
  height: 50px;
  display: flex;
}
.video-container .events .event .details > div {
  display: flex;
  height: 50px;
}
.video-container .events .event .details > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.video-container .events .event .details > div > div.date {
  min-width: 70px;
  border-right: 1px solid #cccccc;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.video-container .events .event .details > div > div.date > * {
  max-width: 65px;
  overflow: hidden;
}
.video-container .events .event .details > div > div.opp > * {
  max-width: 230px;
  overflow: hidden;
}
.video-container .events .event .details > div > div:last-child {
  padding: 0 10px;
}
.video-container .events .event .details > div > div > * {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-container .events .event .details > div > div > *:first-child {
  color: #005710;
  text-transform: uppercase;
}
.video-container .events .event .logo {
  margin: 0 10px 0 0;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.video-container .events .event .logo > div {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 50px;
  width: 50px;
  position: relative;
}
.video-container .events .event .logo > div img {
  position: absolute;
  top: -10px;
  left: -10px;
  max-width: none;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
#catamounttv {
  height: 700px;
  background: white;
  width: 455px;
  position: absolute;
  bottom: 0;
  right: 12px;
}
#catamounttv h1 {
  margin: 0;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 20px;
}
#catamounttv .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
#catamounttv .youtube-modal-player .showcase-video-player {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#catamounttv .slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#catamounttv .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  cursor: pointer;
}
#catamounttv .slick-dots li.slick-active button,
#catamounttv .slick-dots li:hover button {
  background: url(/images/calendar_rotator_b.png);
}
#catamounttv .slick-dots li button {
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  background: url(/images/calendar_rotator.jpg);
  border: none;
}
#catamounttv .events h1 {
  height: 70px;
}
#catamounttv .events h1 > * {
  margin-top: 7px;
}
#catamounttv .events .upcoming {
  padding: 0 20px;
}
#catamounttv .events .event {
  height: 60px;
  padding: 0 0px 10px 0px;
  margin: 0 20px;
  display: flex;
  position: relative;
  font-size: 16px;
  color: #666666;
}
#catamounttv .events .event > i {
  font-size: 25px;
  color: #e5e5e5;
  align-self: center;
  cursor: pointer;
  margin-left: auto;
}
#catamounttv .events .event .media {
  transition: 0.2s;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 0%;
  background: white;
  height: 100%;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}
#catamounttv .events .event .media.open {
  width: 100%;
}
#catamounttv .events .event .media a {
  text-decoration: none;
  color: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#catamounttv .events .event .media a[href] {
  color: #005710;
}
#catamounttv .events .event .media i:before {
  margin: 0;
}
#catamounttv .events .event .media i {
  margin: 0 3px 0 0;
  font-size: 25px;
}
#catamounttv .events .event .media span {
  display: inline-block;
}
#catamounttv .events .event .media > i {
  font-size: 25px;
  color: #e5e5e5;
  align-self: center;
  cursor: pointer;
  margin-right: auto;
}
#catamounttv .events .event .media > ul {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 ;
  list-style: none;
  padding: 0;
}
#catamounttv .events .event .media > ul li {
  margin: 0 5px;
}
#catamounttv .events .event .details {
  height: 50px;
  display: flex;
}
#catamounttv .events .event .details > div {
  display: flex;
  height: 50px;
}
#catamounttv .events .event .details > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#catamounttv .events .event .details > div > div.date {
  min-width: 70px;
  border-right: 1px solid #cccccc;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
#catamounttv .events .event .details > div > div.date > * {
  max-width: 65px;
  overflow: hidden;
}
#catamounttv .events .event .details > div > div.opp > * {
  max-width: 230px;
  overflow: hidden;
}
#catamounttv .events .event .details > div > div:last-child {
  padding: 0 10px;
}
#catamounttv .events .event .details > div > div > * {
  white-space: nowrap;
  text-overflow: ellipsis;
}
#catamounttv .events .event .details > div > div > *:first-child {
  color: #005710;
  text-transform: uppercase;
}
#catamounttv .events .event .logo {
  margin: 0 10px 0 0;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
#catamounttv .events .event .logo > div {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 50px;
  width: 50px;
  position: relative;
}
#catamounttv .events .event .logo > div img {
  position: absolute;
  top: -10px;
  left: -10px;
  max-width: none;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
#video-stream {
  margin-top: 80px;
}
#video-stream h1 {
  font-size: 68px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #005710;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#video-stream h1 img {
  padding: 0 10px;
}
#video-stream .flex-container {
  flex-direction: column;
  -webkit-flex-direction: column;
}
#video-stream .youtube__no-data {
  text-align: center;
}
#video-stream .youtube-items-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#video-stream .youtube-items-container .youtube-container {
  width: 25%;
  padding: 10px;
  display: flex;
}
#video-stream .youtube-items-container .showcase-video-player {
  width: 100%;
}
#video-stream .youtube-items-container .youtubeVid {
  cursor: pointer;
  background-color: #005710;
  color: white;
  width: 100%;
}
#video-stream .youtube-items-container .youtubeVid p {
  margin: 0;
  padding: 10px 20px;
}
#video-stream .youtube-items-container .youtubeVid:hover {
  background-color: black;
}
#video-stream .youtube-items-container .youtubeVid:hover p {
  color: white;
}
#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%;
}
@media screen and (max-width: 1024px) {
  html:not(.index).wide .contentDiv_container {
    margin: 60px auto 0 auto;
  }
  #video-stream .youtube-items-container .youtube-container {
    width: 33.3333%;
  }
  #video-stream .showcase-video-player {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #video-stream .showcase-video-player iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #video-stream .youtube-items-container .youtube-container {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #video-stream h1 {
    font-size: 50px;
  }
  #video-stream .youtube-items-container .youtube-container {
    width: auto;
    max-width: 320px;
  }
}
.mobile-menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: black;
  align-items: center;
  height: 60px;
  position: static;
  justify-content: flex-end;
}
.mobile-menu .icon-menu {
  float: right;
  margin: 0 20px 0 0;
  font-size: 20px;
  cursor: pointer;
}
.mobile-menu-open.main-nav .mobile-menu .icon-menu {
  opacity: 0;
}
#mainpromos {
  height: 520px;
  width: 100%;
  padding: 100px 0;
  background: white;
}
#mainpromos picture img {
  text-align: center;
  display: inline-block;
}
#mainpromos .ad a {
  display: block;
  text-align: center;
}
#mainpromos #main-arrows {
  margin: 20px auto 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
#mainpromos #main-arrows:before {
  content: '';
  display: flex;
  height: 1px;
  width: 100%;
  flex: 1;
  background: #cccccc;
}
#mainpromos #main-arrows:after {
  content: '';
  display: flex;
  height: 1px;
  width: 100%;
  flex: 1;
  background: #cccccc;
}
#mainpromos .slick-prev {
  width: 48px;
  height: 48px;
  margin: 0 5px 0 20px;
  background: url(/images/top_arrow_L.png);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
}
#mainpromos .slick-prev:hover {
  background: url(/images/top_arrow_L_b.png);
}
#mainpromos .slick-next {
  width: 48px;
  height: 48px;
  margin: 0 20px 0 5px;
  background: url(/images/top_arrow_R.png);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
}
#mainpromos .slick-next:hover {
  background: url(/images/top_arrow_R_b.png);
}
#footer {
  width: 100%;
  background: url(/images/footer_bg.png) no-repeat top center;
  background-color: #002306;
  height: 200px;
  position: relative;
  font-size: 16px;
  padding: 28px 0;
  color: white;
}
#footer .column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer .column img {
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
#footer .column > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
#footer .column > div > span {
  align-self: flex-start;
}
#footer .column > div ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  list-style: none;
  padding: 0;
}
#footer .column > div ul span {
  margin: 0 5px;
  display: block;
}
#footer .column > div ul li a {
  color: #ffc20f;
  text-decoration: none;
}
#footer-promos {
  height: 560px;
  background: white;
  position: relative;
  padding: 100px 0;
}
#footer-promos .flex:first-child {
  display: block;
}
#footer-promos .flex:first-child .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 5px;
}
#footer-promos .flex:first-child .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
#footer-promos .flex:nth-child(2) {
  display: block;
  max-width: 1350px;
  margin: 50px auto 0 auto;
}
#footer-promos .flex:nth-child(2) .ads-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#footer-promos .flex:nth-child(2) .ads-container > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-promos .flex:nth-child(2) .ads-container > *:last-child:after {
  content: none;
}
#footer-promos .flex:nth-child(2) .ads-container > *:after {
  height: 30px;
  width: 1px;
  background: #e5e5e5;
  content: '';
  display: block;
  margin: 0 0 0 20px;
}
#footer-promos .leaderboard .ad {
  display: flex;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
}
#footer-promos:before {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(/images/footer_dropshadow.png);
}
.slide {
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide.headroom--not-top {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.slide img {
  display: block;
}
#stickybar {
  transition: transform 200ms linear;
  -webkit-transition: transform 200ms linear;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 9000;
}
#stickybar a {
  text-decoration: none;
}
#stickybar.headroom--not-top {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
#stickybar i:before {
  font-size: 20px;
  margin: 0;
}
#stickybar .logo {
  background: url(/images/sticky_mascot.png);
  width: 130px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: -50px;
}
#stickybar .column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#stickybar .hashtag {
  width: 210px;
  height: 60px;
  padding: 5px 15px;
  margin-right: 75px;
  margin-left: 60px;
  position: absolute;
  background: #005710;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffc20f;
  font-size: 31px;
  text-transform: uppercase;
}
#stickybar .hashtag:before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  border-bottom: 60px solid #005710;
  border-left: 60px solid transparent;
  position: absolute;
  top: 0;
  left: -60px;
}
#stickybar .social {
  margin: 0 5px 0 0;
}
#stickybar .social .icons-ad {
  margin: 0 15px;
}
#stickybar .social .ads-container {
  display: flex;
  align-items: center;
}
#content-stream {
  height: 650px;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
#content-stream .slick-dots {
  list-style: none;
  margin: 10px 0;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#content-stream .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  cursor: pointer;
}
#content-stream .slick-dots li.slick-active button,
#content-stream .slick-dots li:hover button {
  background: url(/images/calendar_rotator_b.png);
}
#content-stream .slick-dots li button {
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  background: url(/images/social_rotator.png);
  border: none;
}
#content-stream .slick-list {
  margin: 0 -10px;
}
#content-stream .slick-track {
  display: flex;
}
#content-stream h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 7px 0;
}
#content-stream h1 .ad {
  margin: 0 10px;
}
#content-stream .content-stream {
  flex: 1;
  overflow: hidden;
}
#content-stream ul.tabs_ul span li:first-child {
  display: none;
}
#content-stream .sponsor-ad {
  flex-shrink: 0;
  margin: 20px 0 0 20px;
}
#content-stream .sponsor-ad .ad {
  padding: 20px 17px 15px 17px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  min-width: 335px;
  margin: 10px 0 0 0;
}
#content-stream .sponsor-ad .ad img {
  display: block;
  margin: 0 auto;
}
#content-stream .sponsor-ad .ad a {
  *zoom: 1;
  display: block;
}
#content-stream .sponsor-ad .ad a:before,
#content-stream .sponsor-ad .ad a:after {
  content: "";
  display: table;
}
#content-stream .sponsor-ad .ad a:after {
  clear: both;
}
#content-stream .sponsor-ad .ad a:after {
  content: 'From our Sponsor';
  margin-top: 28px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: black;
}
#content-stream ul.tabs_ul {
  list-style: none;
  margin: 0 5px;
  padding: 0;
  display: flex;
}
#content-stream ul.tabs_ul > span {
  display: flex;
}
#content-stream ul.tabs_ul span li:nth-child(2) {
  color: #00b0ed;
}
#content-stream ul.tabs_ul span li:nth-child(3) {
  color: #44749c;
}
#content-stream ul.tabs_ul li {
  margin: 0 12px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  text-transform: uppercase;
  justify-content: flex-start;
  font-style: italic;
  font-size: 18px;
  align-items: flex-end;
}
#content-stream ul.tabs_ul li.facebook a {
  color: #4e69a2;
  text-decoration: none;
}
#content-stream ul.tabs_ul li i {
  margin: 0 4px 0 0;
  font-size: 23px;
  align-self: flex-start;
}
#content-stream ul.tabs_ul li i:before {
  margin: 0;
}
#content-stream ul.tabs_ul li:nth-of-type(4) {
  margin-right: -37px;
}
#content-stream .content-stream-container {
  display: flex;
  align-items: flex-start;
}
#content-stream .content-stream-item-container {
  padding: 10px;
  display: flex;
  width: 33.3333%;
  height: auto;
  overflow: hidden;
}
#content-stream .content-stream-item-container .content-stream-item {
  width: 100%;
  height: auto;
  background: white;
  display: flex;
  max-width: 335px;
  max-height: 335px;
  flex-shrink: 0;
}
#content-stream .content-stream-item-container .content-stream-item.twitter {
  padding: 12px;
  text-align: center;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet {
  border: 1px solid #e5e5e5;
  padding: 17px 30px 58px 30px;
  font-size: 16px;
  position: relative;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet .icon-twitter {
  font-size: 35px;
  color: #00b0ed;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet .body {
  line-height: 22px;
  margin: 10px 0;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet .user {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  justify-content: center;
  width: 100%;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet ul {
  list-style: none;
  width: 70px;
  padding: 0;
  margin: 10px auto;
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet ul li a {
  color: #666666;
  font-size: 22px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet ul li a:hover {
  color: #005710;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet ul li a i:before {
  margin: 0;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet ul li a span {
  position: absolute;
  left: -9999px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .tweet a {
  text-decoration: none;
  color: #005710;
}
#bigpromo .slick-dots {
  display: none !important;
}
#bigpromo .slick-prev {
  cursor: pointer;
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url(/images/promo_L.png);
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#bigpromo .slick-prev:hover {
  background: url(/images/promo_L_b.png);
}
#bigpromo .slick-next {
  cursor: pointer;
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url(/images/promo_R.png);
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#bigpromo .slick-next:hover {
  background: url(/images/promo_R_b.png);
}
.story_wrapper {
  margin-top: 0px;
  background: white;
}
.story_wrapper .story_headline {
  font-size: 46px;
  line-height: 46px;
  color: #005710;
}
.story_wrapper .story_link_container {
  text-align: center;
  padding: 50px 0;
  font-size: 46px;
  line-height: 46px;
  color: #005710;
  max-width: 875px;
  margin: 0 auto;
}
.story_wrapper .story_image .media_object_image {
  width: auto !important;
}
.story_wrapper .sponsor-ad {
  padding: 20px 17px 15px 17px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
  max-width: 335px;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: black;
}
.story_wrapper .story_inner_wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
}
.story_wrapper .story_inner_wrapper .story_left {
  min-width: 380px;
  padding: 0 25px;
  font-size: 16px;
}
.story_wrapper .story_inner_wrapper .story_left .story_email {
  margin: 30px 0;
}
.story_wrapper .story_inner_wrapper .story_right {
  flex: 1;
  padding: 0 50px 50px 50px;
  border-left: 1px solid #e5e5e5;
}
.story_wrapper .story_inner_wrapper .print-friendly-story-button {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1439px) {
  .top-stories-thumbnails {
    display: none;
  }
  #mainpromos {
    position: relative;
  }
  #mainpromos:before {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(/images/footer_dropshadow.png);
  }
  .sport #topstories .story .story-media {
    height: auto;
  }
  .sport.homepage #topstories .story .story-media {
    height: auto;
  }
  .story_wrapper {
    margin-top: 50px;
  }
  #content-stream {
    height: auto;
  }
  #content-stream .content-stream-item-container {
    width: 50%;
  }
  #content-stream .row {
    max-width: 1080px;
  }
  #topstories {
    height: auto;
    overflow: visible;
    margin: 50px 0 0 0;
    padding: 50px 0;
    padding: 50px  0;
    background: url(/images/sport_bg_repeater.png);
  }
  #topstories .stories {
    max-width: 935px;
    margin: 0 10px;
    height: auto;
    min-width: 1px;
  }
  #topstories .video-container {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 0 10px;
    height: 715px;
    height: auto;
  }
  #topstories .story {
    height: auto;
    min-width: 1px;
  }
  #topstories .story .story-media {
    position: relative;
    height: auto;
  }
  #topstories .story .story-text-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    background: none;
    min-height: 0;
  }
  #topstories .story .story-text-wrapper .large-8 {
    width: 100%;
    padding: 0;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text {
    padding: 0 20px;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    background: white;
    padding: 0 20px 20px 20px;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > a {
    color: white;
    order: -2;
    background: rgba(0, 0, 0, 0.66);
    display: block;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 40px;
    padding: 20px 20px 10px 20px;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > ul {
    width: 100%;
    border-color: #e2e2e2;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > ul:before {
    background: #e2e2e2;
    z-index: 100;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > ul a {
    color: #666666;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > ul a:hover {
    color: #005710;
    border-bottom: 2px solid #005710;
  }
  #topstories .story .story-text-wrapper .large-8 .story-text > div {
    order: -1;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
  }
  #topstories .story .story-media {
    height: auto;
  }
  #topstories .showcase-play-button {
    top: 10px;
    left: 0px;
    transform: none;
  }
  #topstories .outside {
    background: white;
  }
  #topstories .large-8 {
    width: 100%;
  }
  #catamounttv {
    position: static;
    bottom: auto;
    right: auto;
    height: auto;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #catamounttv > h1 {
    width: 100%;
    justify-content: flex-start;
  }
  #catamounttv > h1 img {
    margin: 0 20px 0 0;
  }
  #catamounttv .tv-container {
    display: flex;
  }
  #catamounttv .videos {
    width: 50%;
  }
  #catamounttv .events {
    width: 50%;
  }
  #mainpromos {
    height: auto;
    padding: 50px 0;
  }
  body {
    position: relative;
    transition: .5s;
    left: 0;
  }
  body.mobile-menu-open.main-nav {
    left: -260px;
    transition: .5s;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation {
    left: auto;
    right: -260px;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 {
    background: white;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li {
    border-bottom: 1px dotted grey;
    padding: 4px;
    color: #005710;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li:not(.separator):hover {
    background-color: #005710;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li:not(.separator):hover a {
    color: white;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 ul {
    flex: 1;
    margin: 0 ;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 span {
    color: #005710;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a {
    color: #005710;
    text-decoration: none;
    font-size: 13px;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a.sport-links.news {
    display: none !important;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a.social-links.instagram {
    display: none !important;
  }
}
@media screen and (max-width: 1370px) {
  #navigation .row .main-nav .logo {
    padding-top: 10px;
  }
  #navigation .row .main-nav .normal-view .level-1 li a {
    font-size: 16px;
    padding: 0 10px;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 {
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .sport.homepage #topstories .video-container {
    height: 650px;
  }
  .sport #topstories .story {
    height: auto;
  }
  #navigation {
    background: white;
  }
  #navigation.stuck {
    position: static;
    top: auto;
  }
  #navigation .ad {
    position: relative;
    left: auto;
    float: left;
  }
  #navigation .logo {
    top: auto;
    position: static;
    left: auto;
    float: left;
    margin: 0 20px;
  }
  #navigation .logo img {
    max-width: 100%;
    max-height: 60px;
  }
  #navigation .row .main-nav .logo {
    padding-top: 10px;
  }
  #navigation .row .main-nav .normal-view .level-1 li a {
    font-size: 16px;
    padding: 0 10px;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 {
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 ul {
    margin-bottom: 20px;
  }
  #sport-nav .row .level-1 li.sport-home {
    margin-left: 10px;
  }
  #sport-nav .row .level-1 li.sport-home a {
    font-size: 26px;
  }
  #sport-nav .row .level-1 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1330px) {
  #footer-promos {
    padding: 50px 0;
    height: auto;
  }
  #footer-promos .flex:first-child .ads-container {
    flex-wrap: wrap;
  }
  #footer-promos .flex:first-child .ads-container .ad {
    width: 33.333%;
    border: none;
  }
  #footer-promos .flex:nth-child(2) .ads-container {
    flex-wrap: wrap;
  }
  #footer-promos .flex:nth-child(2) .ads-container > * {
    width: 25%;
  }
  #footer-promos .flex:nth-child(2) .ads-container > *:after {
    content: none;
  }
}
@media screen and (max-width: 1080px) {
  #content-stream {
    padding: 20px 0 50px 0;
  }
  #content-stream .row {
    max-width: 720px;
  }
  #content-stream h1 {
    flex-direction: column;
  }
  #content-stream h1 .ad {
    margin: 10px 0;
  }
  .content-arrows {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  #topstories .story {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #topstories .story .story-media {
    height: auto;
  }
  .stories {
    flex: 1;
    position: static;
    width: 50%;
    height: calc(100vh - 140px);
  }
  .video-container {
    position: static;
    transform: none;
    height: calc(100vh - 140px);
  }
  .sport #topstories .story .story-text-wrapper .large-8 .story-text {
    padding: 0 20px 20px 20px;
  }
  .sport #topstories .story .story-text-wrapper .large-8 .story-text > a {
    color: white;
  }
  .sport #topstories .story .story-text-wrapper .large-8 .story-text > div {
    height: 40px;
    top: -40px;
  }
}
@media screen and (max-width: 1200px) {
  #content-stream .content-stream-item-container .content-stream-item {
    max-height: none;
  }
  .top-stories-thumbnails {
    display: none;
  }
  .sport #topstories .stories {
    max-width: none;
    margin: 0;
  }
  .sport #topstories .video-container {
    max-width: none;
    margin: 0;
    height: auto;
  }
  .sport.homepage #topstories .video-container {
    max-width: none;
    margin: 0;
    height: auto;
  }
  #topstories__inner {
    flex-direction: column;
    padding: 0 0 50px 0;
  }
  #topstories__inner .stories {
    max-width: none;
    margin: 0;
  }
  #topstories__inner .stories .story .story-text-wrapper {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #topstories__inner .stories .story .story-text-wrapper .large-8 .story-text {
    padding: 20px 15px 10px 20px;
    background: none;
  }
  #topstories__inner .stories .story .story-text-wrapper .large-8 .story-text > div {
    background: none;
    padding: 0;
    position: static;
    height: auto;
    top: auto;
    padding: 0 0 20px 0;
  }
  #topstories__inner .stories .story .story-text-wrapper .large-8 .story-text > a {
    color: white;
    position: static;
    height: auto;
    top: auto;
    background: none;
    margin: 15px 0;
    padding: 0;
  }
  #topstories__inner .stories .story .story-text-wrapper .large-8 .story-text > ul a {
    color: white;
  }
  #topstories__inner .stories .story .story-text-wrapper .large-8 .story-text > ul a:hover {
    border-color: white;
    color: white;
  }
  #topstories__inner .video-container {
    margin: 0;
    height: auto;
  }
  #stickybar .social .icons-ad {
    margin: 0 10px;
    font-size: 16px;
  }
  #topstories {
    display: block;
  }
  #topstories .stories {
    height: auto;
    width: auto;
  }
  #topstories .stories .story {
    height: auto;
  }
  #topstories .stories .story .story-text-wrapper {
    position: absolute;
    display: block;
    flex: 0;
  }
  #topstories .stories .story .story-text-wrapper .story-text {
    padding: 20px 15px 10px 20px;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div {
    font-size: 14px;
  }
  #topstories .stories .story .story-text-wrapper .story-text > a {
    font-size: 26px;
    line-height: 29px;
  }
  #topstories .stories .story .story-text-wrapper .story-text > ul > li {
    font-size: 16px;
  }
  #topstories events-component {
    width: 100%;
  }
  .video-container {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
  }
  .video-container .events {
    width: 50%;
    max-height: 405px;
  }
  .tv-container {
    display: flex;
  }
  .videos {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .story_wrapper .row.pad {
    padding: 0;
  }
  .story_wrapper .story_inner_wrapper {
    flex-direction: column;
    padding: 20px 0 50px 0;
  }
  .story_wrapper .story_inner_wrapper .story_right {
    border: none;
    padding: 0 25px;
  }
  .story_wrapper .story_inner_wrapper .story_left {
    display: flex;
    flex-direction: column;
  }
  .story_wrapper .story_inner_wrapper .story_left .sponsor-ad {
    order: -1;
    margin: 0 0 20px 0;
    align-self: center;
  }
  .story_wrapper .story_inner_wrapper .story_left .story_email {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1100px) {
  #navigation .row .main-nav .normal-view .level-1 li a {
    font-size: 14px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 1024px) {
  html:not(.index).wide.sport .contentDiv_container {
    margin: 95px auto 0 auto;
  }
  #content-stream .content-stream-item-container .content-stream-item.instagram {
    background: none;
    align-items: center;
  }
  .main-header.headroom--not-top.headroom--unpinned .sports-menu.mobile {
    -webkit-transition-delay: 1s;
    /* Safari */
    transition-delay: 1s;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
  }
  .main-header.headroom--not-top.headroom--unpinned #navigation {
    -webkit-transition-delay: 1s;
    /* Safari */
    transition-delay: 1s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .main-header.headroom--not-top.headroom--unpinned #navigation .off-canvas-menu {
    top: 60px;
  }
  .sport.homepage #topstories {
    margin: 60px 0 0 0;
  }
  .sport #topstories {
    margin: 90px 0 0 0;
  }
  #topstories .story {
    height: auto;
  }
  #navigation {
    top: 0px;
  }
  .sports-menu.mobile {
    top: 0;
  }
  #stickybar .social {
    margin: 0 5px 0 0;
    margin-right: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #stickybar .social .icons-ad {
    margin: 0 20px;
    font-size: 30px;
  }
  #stickybar .social .icons-ad span {
    position: absolute;
    left: -9999px;
  }
  .mobile-sport-nav {
    display: block;
  }
  .normal-sport-nav {
    display: none;
  }
  #navigation .main-nav .normal-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  #navigation {
    height: 60px;
  }
  #navigation .row .main-nav .logo {
    padding-top: 5px;
  }
  #navigation .row .main-nav .logo img {
    max-height: 50px;
  }
  #navigation .row .main-nav .ad {
    top: 5px;
  }
  #navigation .row .main-nav .normal-view .level-1 li a {
    font-size: 16px;
    padding: 0 10px;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 {
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #navigation .row .main-nav .normal-view .level-1 li .level-2 ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .video-container {
    flex-direction: column;
    width: 100%;
  }
  .video-container .events-list {
    width: 100%;
  }
  .video-container .videos {
    width: 100%;
  }
  .video-container .events {
    width: 100%;
    max-height: none;
    order: -1;
    flex: 0;
  }
  .ps-container {
    touch-action: auto;
  }
  .events-container events-component {
    width: 100%;
  }
  .video-container .events .event {
    padding: 0 ;
    margin: 0 20px 10px 20px;
  }
  .video-container .events .event .media {
    justify-content: center;
  }
  .video-container .events .event .details > div > div.opp > * {
    max-width: none;
  }
  .video-container .events .event .media > ul li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .story_wrapper .story_link_container {
    padding: 30px 0;
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 727px) {
  #navigation {
    top: 0px;
  }
  .sports-menu.mobile {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #stickybar {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .content-stream-container .content-arrows {
    margin: 10px auto;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
  }
  .content-stream-container .content-arrows:before {
    content: '';
    display: flex;
    height: 1px;
    width: 100%;
    flex: 1;
    background: #cccccc;
  }
  .content-stream-container .content-arrows:after {
    content: '';
    display: flex;
    height: 1px;
    width: 100%;
    flex: 1;
    background: #cccccc;
  }
  .content-stream-container .slick-prev {
    width: 48px;
    height: 48px;
    margin: 0 5px 0 20px;
    background: url(/images/top_arrow_L.png);
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .content-stream-container .slick-next {
    width: 48px;
    height: 48px;
    margin: 0 20px 0 5px;
    background: url(/images/top_arrow_R.png);
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  #content-stream ul.tabs_ul li {
    font-size: 15px;
  }
  #content-stream .content-stream-container {
    flex-direction: column;
  }
  #content-stream .content-stream-container .content-stream {
    width: 100%;
  }
  #content-stream .content-stream-container .content-stream-item-container {
    justify-content: center;
  }
  #content-stream .sponsor-ad {
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .story_wrapper .story_inner_wrapper {
    font-size: 16px;
  }
  .video-container .events .event .media > ul > li {
    margin: 0 10px;
  }
  #topstories .stories .story .story-text-wrapper .story-text > a {
    font-size: 20px;
    line-height: 26px;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div span {
    display: none;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div > a {
    display: none;
  }
  #footer-promos {
    padding: 30px 0;
    height: auto;
  }
  #footer-promos .flex:first-child .ads-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-promos .flex:first-child .ads-container .ad {
    width: 50%%;
    border: none;
  }
  #footer-promos .flex:nth-child(2) .ads-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-promos .flex:nth-child(2) .ads-container > * {
    width: 33.333%;
  }
  #footer-promos .flex:nth-child(2) .ads-container > *:after {
    content: none;
  }
}
@media screen and (max-width: 540px) {
  #mainpromos .ad img {
    margin: 0 auto;
  }
  .video-container .events .event .media > ul > li {
    margin: 0 20px;
  }
  .video-container .events .event .media a span {
    position: absolute;
    left: -9999px;
  }
  .video-container .events .event .logo {
    display: none;
  }
  #topstories .story .story-text-wrapper .dot-container {
    margin: 0;
  }
  #topstories .stories .story .story-text-wrapper .story-text > a {
    margin: 5px 0 10px 0;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div time {
    align-self: flex-start;
    order: -1;
  }
  #topstories .stories .story .story-text-wrapper .story-text > div .dot-container {
    order: -1;
    margin: 5px 0 15px 0;
  }
  #topstories .story .story-text-wrapper .story-text > ul {
    position: static;
  }
  #topstories .story .story-text-wrapper .story-text > ul > li {
    padding: 12px 22px 0 0;
  }
  #topstories .story .story-text-wrapper .story-text > ul ads-component {
    position: absolute;
    top: 0;
    right: 0;
  }
  #topstories .stories .story .story-text-wrapper {
    position: static;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .story_wrapper .story_inner_wrapper {
    padding: 30px 0;
    font-size: 16px;
  }
  .story_wrapper .story_inner_wrapper .story_left {
    min-width: auto;
    padding: 0 10px;
  }
  .story_wrapper .story_inner_wrapper .story_right {
    min-width: auto;
    padding: 0 10px;
    text-align: center;
  }
  .story_wrapper .story_link_container {
    padding: 20px 0;
    font-size: 25px;
    line-height: 25px;
  }
  #footer-promos {
    padding: 30px 0;
    height: auto;
  }
  #footer-promos .flex:first-child .ads-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-promos .flex:first-child .ads-container .ad {
    width: 50%;
    border: none;
    padding: 5px;
  }
  #footer-promos .flex:nth-child(2) .ads-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-promos .flex:nth-child(2) .ads-container > * {
    width: 50%;
    padding: 5px;
  }
  #footer-promos .flex:nth-child(2) .ads-container > *:after {
    content: none;
  }
  .video-container .events .event {
    height: auto;
    font-size: 15px;
  }
  .video-container .events .event .details {
    height: auto;
    flex: 1;
  }
  .video-container .events .event .details > div {
    flex-direction: column;
    height: auto;
  }
  .video-container .events .event .details > div > div {
    flex-direction: row;
    padding: 0;
    justify-content: flex-start;
  }
  .video-container .events .event .details > div > div > * {
    white-space: normal;
  }
  .video-container .events .event .details > div > div.date {
    border: none;
  }
  .video-container .events .event .details > div > div.date span {
    margin: 0 5px;
  }
  .video-container .events .event .details > div > div.date > * {
    max-width: none;
  }
  .video-container .events .event .details > div > div.opp {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  #footer {
    font-size: 14px;
  }
  #footer .column {
    align-self: center;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  #footer .column > div > span {
    justify-content: center;
    align-self: center;
  }
  #content-stream ul.tabs_ul li {
    font-size: 13px;
  }
  #content-stream ul.tabs_ul li span {
    display: none;
  }
  .video-container .events .event .media > ul > li {
    margin: 0 10px;
  }
  #content-stream .sponsor-ad .ad {
    padding: 20px 10px 15px 10px;
    min-width: auto;
  }
}
@media screen and (max-width: 380px) {
  #content-stream .content-stream-item-container .content-stream-item.twitter .tweet {
    font-size: 14px;
  }
}
/*Vertical Scrollbars*/

.mCSB_container {
  width: auto;
  overflow: hidden;
  padding-right: 10px;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  padding-right: 0px;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #d0d0ce;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #005710;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
.story_content {
  width: 100%;
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  z-index: 9999;
}
.youtube-modal-container .youtube-modal-player-container {
  width: 80%;
  max-width: 1000px;
  background-color: white;
  padding: 20px;
  position: relative;
}
.youtube-modal-container .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-container .youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.youtube-modal-container .youtube-modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
  transition: 0.25s;
}
.youtube-modal-container .youtube-modal-close:hover {
  transition: 0.25s;
}
.youtube-modal-container.video-is-playing {
  left: 0;
  opacity: 1;
}
.sidearm-story-template-image-credit {
  background: rgba(0, 0, 0, 0.66);
}
/* Cookie Popup */

.cookie-popup {
  display: flex;
  justify-content: space-between;
  background-color: #005710;
  padding: 24px;
  margin: 36px 10px;
}
.cookie-popup__text {
  color: white;
  max-width: 750px;
}
.cookie-popup__button {
  color: black;
  background-color: white;
  border: none;
  padding: 12px;
  font-weight: 600;
}
.cookie-popup .cookie-popup__privacy {
  color: white;
}
@media screen and (max-width: 1439px) {
  
}
@media screen and (max-width: 1280px) {
  .cookie-popup {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .cookie-popup__button {
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .cookie-popup {
    display: flex;
    flex-direction: column;
  }
  .cookie-popup__button {
    width: fit-content;
    margin-top: 24px;
  }
}
