@import url("https://fonts.sidearmsports.com/sidearm/sidearm_font.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.sidearmsports.com/antonio/stylesheet.css');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: black;
  color: #f0b310;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: #f0b310;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
.wide .main-content-placeholder {
  max-width: 1152px;
  margin: 0px auto;
  padding: 12px;
  background-color: white;
}
body {
  font: 18px/1.8 'Roboto', sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white url("/images/responsive/bg_home.png") no-repeat top center;
  background-attachment: fixed;
  line-height: 30px;
}
.row {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  background-color: transparent !important;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 79px;
  height: 79px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .showcase-play-button {
    top: 25%;
  }
}
.showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 79px;
  height: 79px;
  margin: 0;
  background-color: transparent;
  background-image: url("/images/responsive/play_btn.png");
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
.youtube-modal-container.youtube-video-is-playing {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
}
.youtube-modal-player-container .modalHeader {
  margin-bottom: 30px;
}
.youtube-modal-player-container .modalDetails .watching {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: black;
  margin-top: 20px;
}
.youtube-modal-player-container .modalDetails .modalTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 30px;
  top: 10px;
  right: 20px;
  background-color: black;
  text-align: center;
}
.youtube-modal-player-container .youtube-modal-close i {
  font-size: 24px;
  line-height: 30px;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close i:before {
  margin: 0;
}
.youtube-modal-player-container .youtube-modal-close:hover {
  cursor: pointer;
  background-color: black;
}
.youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-header .header-top {
  background: #f0b310;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  height: 30px;
}
.main-header .header-top .flex > span {
  margin-right: 48px;
}
.main-header .header-top .header-top-ads .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-header .header-top .header-top-ads .ads-container .ad {
  margin: 0 9px;
}
.main-header .header-top .header-top-ads .ads-container .ad:last-child {
  margin: 0;
}
.main-header .header-top .header-top-ads .ads-container .ad a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-header .header-top .header-top-ads .ads-container .ad a span {
  position: absolute;
  left: -99999px;
  font-size: 0;
}
.main-header .header-top .header-top-ads .ads-container .ad a i:before {
  margin: 0;
  width: initial;
}
#navigation {
  position: relative;
  background-color: white;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  z-index: 999;
}
#navigation.headroom--not-top {
  top: 0;
  position: fixed;
}
#navigation.headroom--not-top .row .main-nav .main-navigation .main-logo {
  display: none;
}
#navigation.headroom--not-top .row .main-nav .main-navigation .scroll-logo {
  display: block;
  margin-right: 100px;
  z-index: 1;
}
#navigation .row navigation-component {
  width: 100%;
}
#navigation .row .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation .row .main-nav .main-navigation {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
#navigation .row .main-nav .main-navigation:before {
  content: "";
  height: 130px;
  width: 100%;
  position: absolute;
}
#navigation .row .main-nav .main-navigation .main-logo {
  margin-bottom: 20px;
  z-index: 1;
}
#navigation .row .main-nav .main-navigation .main-logo img {
  max-height: 105px;
}
#navigation .row .main-nav .main-navigation .scroll-logo {
  display: none;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  display: flex;
  display: -webkit-flex;
  margin-left: auto;
  position: relative;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: 934px;
  width: 1000px;
  height: 130px;
  background: url(/images/responsive/nav_repeater.png) repeat top left;
  z-index: -1;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -103px;
  width: 117px;
  height: 130px;
  background: url(/images/responsive/nav_bar_endcap.png) no-repeat top left;
  z-index: -1;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100px;
  margin: 0px 5px;
  white-space: nowrap;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  background: black;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li:hover > div {
  left: auto;
  right: -62px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li:hover a {
  color: #f0b310;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li > a {
  font-family: 'antoniobold', sans-serif;
  font-size: 24px;
  position: relative;
  text-decoration: none;
  color: black;
  padding: 0 16px;
  height: 100px;
  line-height: 100px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-1 > li > a:after {
  content: '';
  position: absolute;
  border-right: 1px solid #d9d9d9;
  height: 30px;
  width: 1px;
  top: 50%;
  right: -5px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 960px;
  min-height: 450px;
  background-color: #f0b310;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 40px 0 48px 0;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul {
  margin: 0 6px;
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul:first-child {
  margin-left: 24px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul:last-child {
  margin-right: 24px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #d29900;
  padding: 4px 0 0 12px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li:hover {
  background: white;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li:hover .main-navigation-social.instagram {
  color: white;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li:hover .main-navigation-social[href].instagram {
  color: black;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li .main-navigation-separator {
  color: black;
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  padding: 0 0 0 6px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a {
  color: black;
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  text-decoration: none;
  align-self: center;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a:first-child {
  margin-right: auto;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.main-navigation-schedule-roster-news {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0 6px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.main-navigation-social {
  width: 26px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.main-navigation-social:before {
  font-family: sidearm_font;
  font-size: 18px;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.main-navigation-social[href].instagram {
  color: black;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.facebook:before {
  content: '\e806';
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.twitter:before {
  content: '\e825';
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.instagram {
  color: #f0b310;
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.instagram:before {
  content: '\e811';
}
#navigation .row .main-nav .main-navigation .main-navigation-level-2 .inside ul li a.tickets {
  display: none;
}
#navigation .row .header-search {
  height: 100px;
  line-height: 100px;
  background-color: black;
  color: #f0b310;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#navigation .row .header-search.desktop-search .search-container {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: top right;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#navigation .row .header-search.desktop-search .search-container input[type="text"] {
  height: 100px;
  line-height: 100px;
  width: 300px;
}
#navigation .row .header-search.desktop-search.active .search-container {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#navigation .row .header-search .search-container label {
  position: absolute;
  left: -99999px;
  font-size: 0;
}
#navigation .row .header-search .search-container input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 0 12px;
  background-color: white;
  color: black;
  font-size: 20px;
  font-weight: 700;
}
#navigation .row .header-search .toggle-search {
  cursor: pointer;
  margin-left: auto;
}
#navigation .row .header-search .toggle-search > i {
  width: 62px;
  display: block;
}
#navigation .row .header-search .toggle-search > i:before {
  margin: 0;
}
#navigation .row .header-search .toggle-search .icon-cancel {
  position: absolute;
  left: -99999px;
  opacity: 0;
}
#navigation .row .header-search.active .toggle-search .icon-search {
  position: absolute;
  left: -99999px;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.25s, position 0s 0.25s;
}
#navigation .row .header-search.active .toggle-search .icon-cancel {
  position: static;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.mobile-menu-open.sports-nav:not(.main-nav) .sport-navigation .sports-menu.mobile .dropdown-menu {
  opacity: 1;
  left: 0;
}
.sport-navigation {
  background: #f0b310;
  height: 60px;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.sport-navigation.headroom--not-top {
  top: 80px;
  position: fixed;
}
.sport-navigation .sport-nav {
  padding: 0 12px;
}
.sport-navigation ul.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 60px;
}
.sport-navigation ul.level-1 > li {
  position: relative;
  text-decoration: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 10px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sport-navigation ul.level-1 > li.sport-home {
  margin: 0;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  border-left: none;
}
.sport-navigation ul.level-1 > li.sport-home a {
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  color: black;
  line-height: 70px;
  height: 60px;
  display: block;
}
.sport-navigation ul.level-1 > li.additional-links {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sport-navigation ul.level-1 > li.additional-links > div a:first-of-type {
  display: none;
}
.sport-navigation ul.level-1 > li.additional-links > div a {
  color: black;
}
.sport-navigation ul.level-1 > li > div a {
  text-decoration: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.sport-navigation ul.level-1 > li > ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 230px;
  z-index: 9000;
  background: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.sport-navigation ul.level-1 > li > ul.level-2 > li {
  padding: 10px;
  line-height: 1em;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li:hover {
  background: black;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li:hover a {
  color: #f0b310 !important;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li > a {
  text-decoration: none;
  text-transform: capitalize;
}
.sport-navigation ul.level-1 > li:hover:not(.sport-home) {
  cursor: pointer;
  background: black;
}
.sport-navigation ul.level-1 > li:hover:not(.sport-home) a {
  color: #f0b310;
}
.sport-navigation ul.level-1 > li:hover:not(.sport-home) > ul.level-2 {
  right: 0;
  left: auto;
}
.sport-navigation ul.level-1 > li:hover:not(.sport-home) > ul.level-2 a {
  color: black;
}
.sport-navigation .sports-menu.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: relative;
  height: 100%;
  padding: 0 10px;
}
.sport-navigation .sports-menu.mobile .sports-mobile-navigation-home a {
  text-transform: uppercase;
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  color: black;
  color: black;
  text-decoration: none;
  outline: none;
}
.sport-navigation .sports-menu.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.sport-navigation .sports-menu.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
  line-height: 1em;
}
.sport-navigation .sports-menu.mobile > ul > li.more {
  line-height: 2;
}
.sport-navigation .sports-menu.mobile > ul > li > a {
  line-height: 2;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
}
.sport-navigation .sports-menu.mobile > ul > i {
  margin-left: auto;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
}
.sport-navigation .sports-menu.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 {
  display: block;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  margin-top: 0;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li {
  display: block;
  line-height: 1em;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li:after {
  content: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
  font-style: normal;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent.mobile-navigation-item-open {
  position: relative;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
  font-style: normal;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 .level-2 {
  position: static;
  border: none;
  padding: 0;
  width: 100%;
  background: white;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 .level-2 li {
  padding: 0;
  border: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 .level-2 li a {
  display: block;
  padding: 4px 15px;
  outline: none;
  text-transform: uppercase;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 .level-2 li a:after {
  content: none !important;
}
.mobile_menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 100px;
}
.mobile_menu .mobile-logo {
  margin-right: auto;
}
.mobile_menu .icon-menu {
  position: relative;
  z-index: 998;
  color: black;
  font-style: normal;
  font-size: 28px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 12px;
}
.mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: black;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  z-index: 9000;
  overflow: hidden;
  line-height: 1em;
}
.mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  font-size: 28px;
  width: 100%;
  text-align: right;
  z-index: 2;
  color: black;
  background: white;
}
.mobile_menu .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 48px !important;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
.mobile_menu .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #e6e6e6;
}
.mobile_menu .off-canvas-menu .level-1 > li > a {
  padding: 20px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  position: relative;
  color: white;
  padding: 20px;
  font-weight: 600;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: white;
}
.mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mobile_menu .off-canvas-menu .level-2 > li.separator a {
  text-transform: uppercase;
}
.mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: capitalize;
}
.mobile_menu .mobile-logo {
  background: black;
  position: relative;
}
.mobile_menu .mobile-logo:after {
  content: "";
  position: absolute;
  border-bottom: 100px solid black;
  border-right: 100px solid transparent;
}
.mobile_menu .mobile-logo img {
  height: 100px;
}
.main-content-placeholder.headroom--not-top {
  margin: 100px auto 0px;
}
.main-content-placeholder {
  margin: 0px auto;
}
.top-stories .top-stories-item {
  position: relative;
}
.top-stories .top-stories-item.open .showHeadline i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s, color 0s;
  transition: 0.2s, color 0s;
  color: black;
}
.top-stories .top-stories-item.open .showHeadline:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 50px solid #f0b310;
}
.top-stories .top-stories-item.open .top-stories-text {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.top-stories .top-stories-item.open .headline-text {
  opacity: 1 !important;
}
.top-stories .top-stories-item .showHeadline {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-family: "Arvo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 27px;
  margin-left: 40px;
  cursor: pointer;
  z-index: 99;
}
.top-stories .top-stories-item .showHeadline i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  color: #f0b310;
}
.top-stories .top-stories-item .showHeadline:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 50px solid black;
  border-left: 50px solid transparent;
  z-index: -1;
}
.top-stories .top-stories-item .top-stories-media img {
  width: 100%;
}
.top-stories .top-stories-item .top-stories-media:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/responsive/main_story_repeater.png") repeat-x bottom left;
}
.top-stories .top-stories-item .top-stories-text {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  padding: 48px;
}
.top-stories .top-stories-item .top-stories-text .headline-text > a {
  text-decoration: none;
  color: white;
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  line-height: 36px;
}
.top-stories .top-stories-item .top-stories-text .headline-text > a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #f0b310;
}
.top-stories .top-stories-item .top-stories-text .headline-text > a:after {
  content: '\e866';
  font-family: 'sidearm_font';
  color: #f0b310;
  font-size: 16px;
  position: absolute;
  padding-left: 10px;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 0;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li {
  background: #d9d9d9;
  border-radius: 3px;
  padding: 2px 8px;
  margin-right: 12px;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li:first-child {
  margin-left: 0;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li:last-child {
  margin-right: 0;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li:hover {
  background: black;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li:hover a {
  color: #f0b310;
}
.top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: black;
  text-decoration: none;
}
.top-stories .thumb-stories-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.top-stories .thumb-stories-container .top-stories-item {
  width: 33.333333%;
}
.top-stories .thumb-stories-container .top-stories-media:after {
  display: none;
}
.top-stories .thumb-stories-container .top-stories-text {
  padding-left: 24px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text {
  opacity: 0;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text > a {
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  line-height: 36px;
  border-left: 5px solid #f0b310;
  display: block;
  padding-left: 12px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text > a:after {
  content: '';
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul {
  padding-left: 17px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li {
  background: none;
  padding: 0;
  margin: 0;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li a {
  font-size: 0;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:hover {
  background: none;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:first-child a:hover:before {
  color: #f0b310;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:first-child a:before {
  content: "\e80a";
  font-size: 14px;
  color: #d9d9d9;
  font-family: "sidearm_font";
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:first-child a:after {
  content: "/";
  margin: 0 16px;
  color: #d9d9d9;
  font-size: 14px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(2) a:before {
  content: "\e800";
  font-size: 14px;
  color: #d9d9d9;
  font-family: "sidearm_font";
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(2) a:after {
  content: "/";
  margin: 0 16px;
  color: #d9d9d9;
  font-size: 14px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(2) a:hover:before {
  color: #f0b310;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(3) a:before {
  content: "\e82c";
  font-size: 14px;
  color: #d9d9d9;
  font-family: "sidearm_font";
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(3) a:after {
  content: "/";
  margin: 0 16px;
  color: #d9d9d9;
  font-size: 14px;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:nth-child(3) a:hover:before {
  color: #f0b310;
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:last-child a:before {
  content: "\e82a";
  font-size: 14px;
  color: #d9d9d9;
  font-family: "sidearm_font";
}
.top-stories .thumb-stories-container .top-stories-text .headline-text .story-links ul li:last-child a:hover:before {
  color: #f0b310;
}
.loadMore {
  background: #f0b310;
  text-align: center;
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
  cursor: pointer;
}
#calendar-section {
  padding-bottom: 40px;
  background: white;
}
#calendar-section .tabs {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #d9d9d9;
  padding-right: 24px;
  padding-top: 48px;
}
#calendar-section .tabs > ul {
  width: 100%;
  *zoom: 1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid white;
}
#calendar-section .tabs > ul:before,
#calendar-section .tabs > ul:after {
  content: "";
  display: table;
}
#calendar-section .tabs > ul:after {
  clear: both;
}
#calendar-section .tabs > ul > li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: black;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 20px;
  font-family: "antoniobold", sans-serif;
  background-color: #d9d9d9;
  font-weight: 700;
  padding: 5px 24px;
  border-radius: 3px;
  margin-right: 12px;
}
#calendar-section .tabs > ul > li:first-child {
  font-size: 40px;
  background: transparent;
  padding-left: 0;
  margin-right: 0;
}
#calendar-section .tabs > ul > li:first-child:hover {
  background: transparent;
}
#calendar-section .tabs > ul > li:first-child:hover a {
  color: black;
}
#calendar-section .tabs > ul > li a {
  color: black;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 36px;
  height: 30px;
}
#calendar-section .tabs > ul > li.ui-state-active {
  background-color: black;
}
#calendar-section .tabs > ul > li.ui-state-active a {
  color: #f0b310;
}
#calendar-section .tabs > ul > li:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: black;
}
#calendar-section .tabs > ul > li:hover a {
  color: #f0b310;
}
#calendar-section .tabs .ui-tabs-panel {
  min-height: 480px;
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  top: 0;
  left: 0;
  overflow-y: hidden;
}
#calendar-section .tabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#calendar-section .tabs .calendar {
  margin-left: auto;
}
#calendar-section .tabs .calendar a {
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
#calendar-section .tabs .calendar a:hover {
  text-decoration: underline;
}
#calendar-section #events,
#calendar-section #results {
  max-height: 480px;
  overflow: none;
  margin-top: 20px;
  border-top: 3px solid black;
  border-bottom: 3px solid #f0b310;
}
#calendar-section #events .events-list,
#calendar-section #results .events-list {
  background-color: white;
}
#calendar-section #events .event,
#calendar-section #results .event {
  padding: 0 24px 0 0;
  min-height: 95px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
#calendar-section #events .event .logos,
#calendar-section #results .event .logos {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 12px;
}
#calendar-section #events .event .logos .logo,
#calendar-section #results .event .logos .logo {
  max-width: 100px;
  border: 1px solid #d9d9d9;
}
#calendar-section #events .event .info,
#calendar-section #results .event .info {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#calendar-section #events .event .info > div:first-child,
#calendar-section #results .event .info > div:first-child {
  font-size: 24px;
  color: black;
  font-family: "antoniobold", sans-serif;
}
#calendar-section #events .event .info > div,
#calendar-section #results .event .info > div {
  color: black;
}
#calendar-section #events .event .date,
#calendar-section #results .event .date {
  padding: 0 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  max-width: 210px;
}
#calendar-section #events .event .date > div:first-child,
#calendar-section #results .event .date > div:first-child {
  font-size: 24px;
  color: black;
  font-family: "antoniobold", sans-serif;
  font-weight: 700;
}
#calendar-section #events .event .date .time,
#calendar-section #results .event .date .time,
#calendar-section #events .event .date .result,
#calendar-section #results .event .date .result {
  color: black;
  text-transform: lowercase;
}
#calendar-section #events .event .date .day,
#calendar-section #results .event .date .day {
  color: white !important;
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
}
#calendar-section #events .event .date > div:last-child,
#calendar-section #results .event .date > div:last-child {
  color: black;
  text-transform: uppercase;
}
#calendar-section #events .event .event-links,
#calendar-section #results .event .event-links {
  width: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
#calendar-section #events .event .event-links ul,
#calendar-section #results .event .event-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#calendar-section #events .event .event-links ul li a,
#calendar-section #results .event .event-links ul li a {
  display: block;
  color: #d9d9d9;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 2px 0;
}
#calendar-section #events .event .event-links ul li a i,
#calendar-section #results .event .event-links ul li a i {
  font-size: 18px;
  line-height: 18px;
}
#calendar-section #events .event .event-links ul li a span,
#calendar-section #results .event .event-links ul li a span {
  position: absolute;
  left: -9999px;
}
#calendar-section #events .event .event-links ul li a[href],
#calendar-section #results .event .event-links ul li a[href] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: black;
}
#calendar-section #events .loadMore,
#calendar-section #results .loadMore {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 130px;
  line-height: 40px;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: black;
  background-color: #f0b310;
  position: relative;
  font-family: "antoniobold", sans-serif;
  width: 100%;
}
#calendar-section #events .loadMore:hover,
#calendar-section #results .loadMore:hover {
  background-color: white;
  cursor: pointer;
}
#calendar-section .featured-stories {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  padding-top: 40px;
  padding-left: 24px;
}
#calendar-section .featured-stories .featured-story-container {
  max-height: 480px;
  min-height: 480px;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  top: 0;
  left: 0;
  border-bottom: 3px solid #f0b310;
}
#calendar-section .featured-stories .featured-story-container ul {
  padding: 0;
  margin: 0;
}
#calendar-section .featured-stories .featured-story-container ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
  padding-right: 48px;
}
#calendar-section .featured-stories .featured-story-container ul li .top-stories-media {
  flex: 0 0 112px;
  -webkit-flex: 0 0 112px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 12px;
  margin-left: 12px;
  padding-top: 8px;
}
#calendar-section .featured-stories .featured-story-container ul h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  align-self: center;
}
#calendar-section .featured-stories .featured-story-container ul h3 a {
  text-decoration: none;
}
#calendar-section .featured-stories .featured-story-container .ps-container > .ps-scrollbar-y-rail {
  right: 0;
}
#calendar-section .featured-stories .title {
  border-bottom: 3px solid black;
  padding-bottom: 12px;
}
#calendar-section .featured-stories .title h2 {
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
}
#calendar-section .standings-container {
  padding-left: 24px;
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  padding-top: 48px;
}
#calendar-section .standings-container .title h2 {
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  line-height: 50px;
  height: 38px;
  margin: 0;
}
#calendar-section .standings-container .standings {
  border-top: 3px solid black;
  margin-top: 24px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #f0b310;
}
#calendar-section .standings-container .standings.ps-container > .ps-scrollbar-y-rail {
  right: 0;
}
#calendar-section .standings-container .standings .conf_standings_title {
  display: none;
}
#calendar-section .standings-container .standings .conf_standings_dgrd {
  width: 100%;
}
#calendar-section .standings-container .standings .conf_standings_dgrd .default_dgrd_header {
  background: #d9d9d9;
}
#calendar-section .standings-container .standings .conf_standings_dgrd .default_dgrd_header th {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#calendar-section .standings-container .standings .conf_standings_dgrd thead tr th {
  text-align: center;
  padding-left: 10px;
}
#calendar-section .standings-container .standings .conf_standings_dgrd thead tr th:first-child {
  text-align: left;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr {
  text-align: left;
  background: #f0b310;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr th {
  font-family: "antoniobold", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_item,
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_alt {
  background: white;
  border-top: 1px solid #d9d9d9;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_item td,
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_alt td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_item td:first-child,
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_alt td:first-child {
  font-family: "antoniobold", sans-serif;
  text-align: left;
  padding-left: 10px;
}
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_item td:first-child a,
#calendar-section .standings-container .standings .conf_standings_dgrd tbody tr.default_dgrd_alt td:first-child a {
  text-decoration: none;
}
.youtube-container {
  background: #d9d9d9;
  padding-top: 48px;
  padding-bottom: 48px;
}
.youtube-container h2 {
  font-family: "antoniobold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: black;
  line-height: 48px;
  margin: 0;
}
.youtube-container .youtube-archive {
  margin-left: auto;
  color: black;
  text-decoration: none;
  align-self: center;
  font-size: 20px;
  font-family: "antoniobold", sans-serif;
  text-transform: uppercase;
  line-height: 48px;
}
.youtube-container .youtube-list {
  margin: 0 -12px;
  padding-top: 8px;
}
.youtube-container .youtube-list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.youtube-container .youtube-list ul li {
  align-items: center;
  -webkit-align-items: center;
  min-width: 1px;
  display: flex;
  display: -webkit-flex;
}
.youtube-container .youtube-list ul li.slick-active button {
  background-color: black;
  border: none;
  height: 14px;
  width: 14px;
}
.youtube-container .youtube-list ul li button {
  outline: none;
  background-color: transparent;
  border: solid 3px black;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 100%;
  padding: 3px;
  margin: 0 5px;
  height: 18px;
  width: 18px;
}
.youtube-container .youtube-list .slick-dots {
  padding: 0;
}
.youtube-container .youtube-list .youtube-list-item {
  position: relative;
  margin: 0 12px;
  position: relative;
  flex: 0 0 calc(33.33333% - 24px);
  -webkit-flex: 0 0 calc(33.33333% - 24px);
}
.youtube-container .youtube-list .youtube-list-item .youtube-list-item-media {
  position: relative;
}
.youtube-container .youtube-list .youtube-list-item .youtube-list-item-media img {
  width: 100%;
}
.youtube-container .youtube-list .youtube-list-item .youtube-list-item-media a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
}
.youtube-container .youtube-list .youtube-list-item .title {
  display: none;
}
.youtube-container .youtube-list .youtube-list-item.open .title {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  color: white;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 24px;
  font-family: "antoniobold", sans-serif;
  justify-content: center;
}
.youtube-container .youtube-list .youtube-list-item.open .title div {
  border-left: 6px solid #f0b310;
  padding-left: 14px;
}
.youtube-container .youtube-list .youtube-list-item.open .title a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  padding-left: 20px;
}
.youtube-container .youtube-list .youtube-list-item.open .showHeadline i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s, color 0s;
  transition: 0.2s, color 0s;
  color: black;
}
.youtube-container .youtube-list .youtube-list-item.open .showHeadline:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 50px solid #f0b310;
}
.youtube-container .youtube-list .youtube-list-item.open .top-stories-text {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.youtube-container .youtube-list .youtube-list-item.open .headline-text {
  opacity: 1 !important;
}
.youtube-container .youtube-list .youtube-list-item .showHeadline {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-family: "Arvo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 27px;
  margin-left: 40px;
  cursor: pointer;
  z-index: 99;
}
.youtube-container .youtube-list .youtube-list-item .showHeadline i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  color: #f0b310;
}
.youtube-container .youtube-list .youtube-list-item .showHeadline:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 50px solid black;
  border-left: 50px solid transparent;
  z-index: -1;
}
.social-container {
  background: url("/images/responsive/social_bg.png");
  padding-top: 48px;
  padding-bottom: 48px;
}
.social-container .social {
  width: 33.3333%;
  padding: 0 12px;
}
.social-container .social ul {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
}
.social-container .social ul li {
  align-items: center;
  -webkit-align-items: center;
  min-width: 1px;
  display: flex;
  display: -webkit-flex;
}
.social-container .social ul li button {
  outline: none;
  background-color: transparent;
  border: solid 3px #f0b310;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 100%;
  padding: 3px;
  margin: 0 5px;
  height: 18px;
  width: 18px;
}
.social-container .social ul li.slick-active button {
  background-color: white;
  border: none;
  height: 14px;
  width: 14px;
}
.social-container .social.twitter .twitter-list {
  position: relative;
}
.social-container .social.twitter .twitter-list:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 36px;
  border-bottom: 50px solid #f0b310;
  border-left: 50px solid transparent;
  z-index: 1;
}
.social-container .social.twitter .twitter-list:after {
  content: "\e825";
  color: black;
  position: absolute;
  right: 3px;
  bottom: 36px;
  z-index: 1;
  font-family: "sidearm_font";
  font-size: 18px;
}
.social-container .social.twitter .tweet-item-container {
  background: white;
  height: 360px;
  border: 1px solid #d7d7d7;
}
.social-container .social.twitter .tweet-item-container .tweet-item-user {
  border-top: 1px solid #d9d9d9;
  padding: 24px;
}
.social-container .social.twitter .tweet-item-container .userInfo {
  text-transform: none;
  padding-left: 15px;
  line-height: 20px;
}
.social-container .social.twitter .tweet-item-container .userInfo .tweet-item-user-name {
  font-size: 24px;
  font-family: "antoniobold", sans-serif;
  margin: 0;
}
.social-container .social.twitter .tweet-item-container .userInfo .tweet-item-user-screen-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
}
.social-container .social.twitter .tweet-item-container .userInfo .tweet-item-user-screen-name:before {
  content: "@";
}
.social-container .social.twitter .tweet-item-container .tweet-body {
  min-height: 262px;
}
.social-container .social.twitter .tweet-item-container .body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  padding: 24px;
}
.social-container .social.twitter .tweet-item-container ul {
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  padding: 0 24px;
}
.social-container .social.twitter .tweet-item-container ul li a {
  text-decoration: none;
}
.social-container .social.twitter .tweet-item-container ul li a i {
  font-size: 20px;
  color: black;
}
.social-container .social.twitter .tweet-item-container ul li span {
  font-size: 0px;
}
.social-container .social.instagram .instagram-list {
  position: relative;
}
.social-container .social.instagram .instagram-list:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 36px;
  border-bottom: 50px solid #f0b310;
  border-left: 50px solid transparent;
  z-index: 1;
}
.social-container .social.instagram .instagram-list:after {
  content: "\e811";
  color: black;
  position: absolute;
  right: 3px;
  bottom: 39px;
  z-index: 1;
  font-family: "sidearm_font";
  font-size: 18px;
}
.social-container .social.instagram .instagram-media img {
  width: 100%;
}
.social-container .social.facebook {
  position: relative;
}
.social-container .social.facebook h3 {
  text-align: center;
  font-family: "rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
}
.social-container .social.facebook .facebook-inside {
  background: white;
  padding: 24px;
}
.social-container .social.facebook .flag {
  position: absolute;
  bottom: -93px;
  right: 0;
  height: 40px;
}
.social-container .social.facebook .flag:before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 69px;
  border-bottom: 50px solid #f0b310;
  border-left: 50px solid transparent;
  z-index: 1;
}
.social-container .social.facebook .flag:after {
  content: "\e805";
  color: black;
  position: absolute;
  right: -18px;
  bottom: 72px;
  z-index: 1;
  font-family: "sidearm_font";
  font-size: 18px;
}
.promo {
  background: url("/images/responsive/promo_bg.png");
}
.promo .slick-prev {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: white;
  border-radius: 50%;
  color: black;
  height: 50px;
  width: 50px;
  text-align: center;
  outline: none;
  position: absolute;
  left: 0;
  top: 50%;
}
.promo .slick-prev:before {
  content: '\e833';
  font-family: 'sidearm_font';
  font-size: 24px;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  color: black;
}
.promo .slick-prev:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: black;
}
.promo .slick-prev:hover:before {
  color: white;
}
.promo .slick-next {
  font-size: 0;
  padding: 0;
  border: none;
  background-color: white;
  border-radius: 50%;
  color: black;
  height: 50px;
  width: 50px;
  text-align: center;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
}
.promo .slick-next:before {
  content: '\e832';
  font-family: 'sidearm_font';
  font-size: 24px;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  color: black;
}
.promo .slick-next:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: black;
}
.promo .slick-next:hover:before {
  color: white;
}
#spotlight-section {
  background-image: url(/images/responsive/testimony_bg.png);
  background-position: center;
  background-size: cover;
}
#spotlight-section .player-spotlight {
  position: relative;
  min-height: 400px;
}
#spotlight-section .player-spotlight .player-image {
  position: absolute;
  top: 0;
  right: 52px;
}
#spotlight-section .player-spotlight .player-text {
  position: relative;
  z-index: 2;
  min-height: 400px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
#spotlight-section .player-spotlight .player-text .name {
  display: block;
  font-family: "antoniobold", sans-serif;
  font-size: 36px;
  text-decoration: none;
  color: black;
  clear: both;
  text-align: center;
}
#spotlight-section .player-spotlight .player-text .quote {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
}
#spotlight-section .player-spotlight .player-text .meet-the-player {
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: black;
  font-family: "antoniobold", sans-serif;
  font-size: 16px;
  margin: 0 6px;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#spotlight-section .player-spotlight .player-text .meet-the-player:hover {
  background: black;
  color: white;
}
.main-footer .sponsors {
  background: black;
  padding-top: 48px;
  padding-bottom: 48px;
}
.main-footer .sponsors .ad {
  margin: 0 12px;
}
.main-footer .sponsors .ad img {
  width: 100%;
}
.main-footer .footer-bottom {
  padding-top: 48px;
  padding-bottom: 100px;
  background: white;
}
.main-footer .footer-bottom .footer-school-copyright {
  max-width: 33.3333%;
}
.main-footer .footer-bottom .footer-school {
  border-right: 6px solid #f0b310;
  margin-right: 24px;
  padding: 6px 24px 6px 0;
}
.main-footer .footer-bottom .footer-school a {
  display: block;
}
.main-footer .footer-bottom .footer-school .footer-copyright {
  line-height: 1.2;
}
.main-footer .footer-bottom .footer-school .footer-copyright .copy {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0;
  line-height: 20px;
}
.main-footer .footer-bottom .footer-logos {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.main-footer .footer-bottom .footer-logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-bottom .footer-logos ul li {
  margin-left: 64px;
}
.article-wrapper .article-image {
  text-align: center;
}
.article-wrapper .story_left {
  background: white;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
}
.article-wrapper .story_left header {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 48px;
}
.article-wrapper .story_left .article-headline {
  padding-left: 24px;
  padding-right: 24px;
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}
.article-wrapper .story_left .article-date {
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
.article-wrapper .story_left .social-icons {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 24px;
  height: 24px;
}
.article-wrapper .story_left .social-icons > a {
  margin-right: 6px;
  height: 28px;
}
.article-wrapper .story_left .social-icons > a > i {
  text-align: center;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
}
.article-wrapper .story_left .social-icons > a > i:before {
  color: white;
}
.article-wrapper .story_left .social-icons .social-column-print {
  background-color: #003d23;
}
.article-wrapper .story_left .social-icons .social-column-twitter {
  background-color: #00abf0;
}
.article-wrapper .story_left .social-icons .social-column-facebook {
  background-color: #39579a;
}
.article-wrapper .story_left .social-icons .social-column-email {
  background-color: #ff9c00;
}
.article-wrapper .story_left .social-icons .social-column-pinterest {
  background-color: #cd1c1f;
}
.article-wrapper .story_left .story-content {
  padding: 24px;
}
.article-wrapper .story_right {
  width: 362px;
  background: white;
  border-left: 1px solid #d9d9d9;
}
.article-wrapper .story_right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.article-wrapper .story_right ul .related-news-item {
  border-bottom: 1px solid #d9d9d9;
}
.article-wrapper .story_right ul .related-news-item h3 {
  padding: 20px 24px;
  margin: 0;
}
.article-wrapper .story_right ul .related-news-item h3 a {
  text-decoration: none;
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  line-height: 36px;
}
.article-wrapper .story_right ul .related-news-item h3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
/* 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: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: black;
}
.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: transparent;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: black;
}
.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: black;
  -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: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  border-radius: 0px;
  /* 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;
  right: 10px;
  z-index: 10;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 10px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: black;
  cursor: pointer;
  -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: 1px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: black;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: black;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: black;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: black;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: 0%;
}
@media screen and (max-width: 1023px) {
  .main-footer .footer-bottom .footer-school-copyright {
    max-width: 100%;
  }
  .main-footer .footer-bottom .footer-school-copyright .footer-school {
    border-right: 0;
    border-bottom: 6px solid #f0b310;
    padding: 6px 6px 24px 6px;
  }
  .main-footer .footer-bottom .footer-logos ul {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .main-footer .footer-bottom .footer-logos ul li {
    margin-left: 0;
  }
  .article-wrapper .story_right {
    width: 100%;
    border-left: none;
  }
  #calendar-section .tabs {
    padding-right: 0;
  }
  #calendar-section .featured-stories {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 48px;
    margin-left: 0;
  }
  #calendar-section .featured-stories .featured-story-container {
    margin-left: 0;
  }
  #calendar-section .standings-container {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 48px;
    margin-left: 0;
    padding-left: 0;
  }
  .youtube-container .youtube-list {
    display: initial;
  }
  .youtube-container .youtube-list .youtube-list-item {
    flex: initial;
  }
  .footer-logos {
    text-align: center;
    padding-top: 48px;
  }
}
@media screen and (max-width: 1128px) {
  .social-container .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .social-container .social.twitter,
  .social-container .social.facebook {
    flex: 1 1 calc(50% - 24px);
    -webkit-flex: 1 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
  .social-container .social.facebook {
    text-align: center;
  }
  .social-container .social.instagram {
    margin-top: 24px;
    order: 1;
    -webkit-order: 1;
    flex: 0 0 calc(100% - 24px);
    -webkit-flex: 0 0 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
    text-align: center;
  }
  .social-container .social.instagram .social-container .social.instagram .instagram-list:before {
    bottom: 0;
  }
  .social-container .social.instagram .social-container .social.instagram .instagram-list:after {
    bottom: 3;
  }
  .social-container .social.twitter {
    order: 1;
    -webkit-order: 1;
  }
  .social-container .social.facebook {
    order: 2;
    -webkit-order: 2;
  }
  .social-container .social.instagram {
    order: 3;
    -webkit-order: 3;
  }
}
@media screen and (max-width: 1119px) {
  .main-header .header-top .flex > span {
    margin-right: auto;
  }
  .sport-navigation ul.level-1 > li.sport-home {
    padding-left: 0;
  }
  #nav-container .pad {
    padding: 0;
  }
  #spotlight-section {
    background: #f0b310;
  }
  #spotlight-section .spotlight-list .player-spotlight {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    min-height: 500px;
  }
  #spotlight-section .spotlight-list .player-spotlight .player-text {
    order: 2;
    -webkit-order: 2;
    min-height: initial;
    padding: 24px 12px 48px 12px;
    width: 100%;
  }
  #spotlight-section .spotlight-list .player-spotlight .player-image {
    position: relative;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    order: 1;
    -webkit-order: 1;
    min-height: initial;
    right: 0;
    text-align: center;
    background-image: url(/images/responsive/testimony_bg.png);
    background-position: center;
    background-size: cover;
  }
  #spotlight-section .spotlight-list .player-spotlight .player-image img {
    margin: 0 auto;
  }
  #spotlight-section .spotlight-list .player-spotlight .player-image:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(21, 71, 52, 0);
    background-image: -webkit-linear-gradient(bottom, #f0b310, rgba(21, 71, 52, 0));
    background-image: -moz-linear-gradient(bottom, #f0b310, rgba(21, 71, 52, 0));
    background-image: -o-linear-gradient(bottom, #f0b310, rgba(21, 71, 52, 0));
    background-image: -ms-linear-gradient(bottom, #f0b310, rgba(21, 71, 52, 0));
    background-image: linear-gradient(to top, #f0b310, rgba(21, 71, 52, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
}
@media screen and (max-width: 1023px) {
  #calendar-section .featured-stories {
    padding-left: 0;
  }
}
@media screen and (max-width: 887px) {
  .header-top .row .flex span span {
    display: none;
  }
  .top-stories .top-stories-item .top-stories-container .top-stories-text .headline-text .story-links ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #calendar-section .featured-stories .featured-story-container {
    max-height: initial;
    min-height: auto;
  }
  #calendar-section .standings-container .standings {
    max-height: initial;
    min-height: auto;
  }
  .top-stories .top-stories-item .showHeadline {
    display: none;
  }
  .top-stories .top-stories-item .top-stories-text .headline-text > a {
    font-size: 4.8vw;
  }
  .top-stories .top-stories-item .top-stories-text .headline-text .story-links ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .top-stories .top-stories-item .top-stories-text .headline-text .story-links ul li {
    margin-top: 12px;
  }
  .top-stories .thumb-stories-container {
    display: block;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text {
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text .headline-text a {
    color: black;
  }
  .top-stories .thumb-stories-container .top-stories-item {
    display: flex;
    display: -webkit-flex;
    width: 100%;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text .headline-text > a {
    font-size: 2.8vw;
    line-height: 32px;
  }
  .top-stories .thumb-stories-container .top-stories-text {
    background: black;
    position: relative;
    padding: 0 24px;
  }
  .top-stories .top-stories-item .top-stories-text {
    position: relative;
    background: black;
  }
  .top-stories .thumb-stories-container .top-stories-text .headline-text {
    padding-top: 20px;
    opacity: 1;
  }
  .top-stories .thumb-stories-container .top-stories-text .headline-text {
    opacity: 1;
  }
  .dateTime .time,
  .dateTime .result {
    line-height: 30px;
    background-color: #d7d7d7;
    color: black;
  }
  #calendar-section #events .event,
  #calendar-section #results .event {
    padding: 0;
  }
  #calendar-section #events .events-list .event .date,
  #calendar-section #results .events-list .event .date {
    background-image: none;
    background-color: black;
    width: 100px;
    height: 100px;
    padding: 0;
    color: white;
  }
  #calendar-section #events .events-list .event .info,
  #calendar-section #results .events-list .event .info {
    padding: 0;
  }
  #calendar-section #events .event .info > div:first-child,
  #calendar-section #results .event .info > div:first-child {
    height: 100px;
  }
  #calendar-section #events .events-list .event .event-links,
  #calendar-section #results .events-list .event .event-links {
    margin: 0;
    flex: 0 0 30px;
    -webkit-flex: 0 0 30px;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    background-color: #d7d7d7;
  }
  #calendar-section #events .events-list .event .event-links ul,
  #calendar-section #results .events-list .event .event-links ul {
    height: auto;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
  }
  #calendar-section #events .events-list .event .date .month,
  #calendar-section #results .events-list .event .date .month {
    font-size: 24px;
    color: white;
  }
  #calendar-section #events .events-list .event .event-links ul li a i,
  #calendar-section #results .events-list .event .event-links ul li a i {
    font-size: 21px;
  }
  .infoMob .opponent {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: initial;
  }
  .social-container {
    padding-bottom: 24px;
  }
  .social-container .social.twitter,
  .social-container .social.instagram {
    flex: 1 1 calc(100% - 24px);
    -webkit-flex: 1 1 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 24px;
  }
  .social-container .social.twitter,
  .social-container .social.facebook {
    margin-bottom: 24px;
  }
  .youtube-container {
    padding-bottom: 0;
  }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: none !important;
  }
  #calendar-section #events,
  #calendar-section #results {
    max-height: initial;
  }
  .footer-school-copyright {
    display: block;
  }
  .main-footer .footer-bottom .footer-school {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .main-footer .footer-bottom .footer-copyright {
    border-left: none;
    border-top: 6px solid #f0b310;
    padding-top: 48px;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 632px) {
  .main-header .header-top .flex span span {
    display: none;
  }
  .header-top {
    display: none;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text .headline-text .story-links ul li {
    margin-top: 5px;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text .headline-text .story-links ul li a {
    font-size: 0;
  }
}
@media screen and (max-width: 540px) {
  .top-stories .thumb-stories-container  .top-stories-item .top-stories-text .headline-text .story-links ul li {
    margin-top: 12px;
  }
  .top-stories .top-stories-item .top-stories-text {
    padding: 48px;
  }
  .youtube-modal-player-container {
    width: 100%;
  }
  .infoMob {
    height: 108px !important;
  }
  .infoMob > div {
    padding-left: 12px;
    align-self: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .top-stories .thumb-stories-container .top-stories-item {
    display: block;
  }
  .top-stories .thumb-stories-container .top-stories-item .top-stories-text .headline-text > a {
    font-size: 4.8vw;
  }
  #calendar-section .tabs ul .calendar {
    margin-left: 0;
    padding-top: 12px;
  }
}
@media screen and (max-width: 400px) {
  .infoMob > div {
    align-self: center;
  }
}
.sportfile .noprint {
  display: none !important;
}
.topgiving {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.topgiving .tgright {
  width: 263px;
  height: auto;
  background-color: black;
}
.givingbuttons {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.givingbuttons .givingbutton {
  flex: 1;
  height: 84px;
  background-color: #d9d9d9;
  text-align: center;
  margin: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 133px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
}
.givingbuttons .givingbutton a {
  color: black;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  height: 84px;
  font-family: antoniobold;
  font-size: 24px;
  padding-top: 10%;
}
.givingbuttons .givingbutton:hover {
  background-color: black;
}
.givingbuttons .givingbutton:hover a {
  color: #eaaa00;
}
.givingbuttons .givingbutton:first-child {
  margin-left: 0 !important;
}
.givingbuttons .givingbutton:first-child a {
  padding-left: 22px;
  padding-right: 22px;
}
.givingbuttons .givingbutton:nth-of-type(4) a {
  padding-left: 21px;
  padding-right: 21px;
}
.givingbuttons .givingbutton:last-child {
  margin-right: 0 !important;
}
.givingbuttons .givingbutton:last-child a {
  padding-top: 17%;
}
.givingbuttons .campaign {
  position: relative;
}
.givingbuttons .campaign a:after {
  content: '\e864';
  display: inline-block;
  font-family: sidearm_font;
  margin-left: 5px;
}
.givingbuttons .campaign:hover .givedrop {
  display: block;
  opacity: 1;
}
.givingbuttons .campaign .givedrop {
  position: absolute;
  width: 300px;
  background-color: black;
  height: auto;
  top: 84px;
  right: 0;
  display: none;
  padding: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
}
.givingbuttons .campaign .givedrop a {
  color: white;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
}
.givingbuttons .campaign .givedrop a:after {
  display: none;
}
.givingbuttons .campaign .givedrop a:hover {
  color: black;
  background-color: #eaaa00;
}
.givingbanner {
  margin-top: 30px;
}
@media all and (max-width: 768px) and (min-width: 480px) {
  .topgiving {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .topgiving .tgright {
    width: 100%;
  }
  .topgiving .tgright .events-container {
    display: flex;
    display: -webkit-flex;
  }
  .topgiving .tgright .events-container .event {
    flex: 1;
    text-align: center;
    border-left: 1px solid #eaaa00;
  }
  .topgiving .tgright .events-container .event:first-child {
    border-left: 0;
  }
  .givingbuttons .givingbutton {
    margin: 0 12px;
  }
  .givingbuttons .givingbutton:nth-of-type(4) {
    margin-right: 0;
  }
  .givingbuttons .givingbutton:nth-of-type(5) {
    margin-left: 0;
    margin-top: 12px;
  }
  .givingbuttons .givingbutton:nth-of-type(5) a {
    padding-top: 9%;
  }
  .givingbuttons .givingbutton:last-child {
    margin-top: 12px;
  }
  .givingbuttons .givingbutton:last-child a {
    padding-top: 9%;
  }
  .givingbuttons .givingbutton:last-child a:after {
    display: none;
  }
  .givingbuttons .givingbutton .givedrop {
    display: none !important;
  }
}
@media all and (width: 568px) {
  .givingbuttons {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .givingbuttons .givingbutton {
    margin: 6px 0;
    line-height: 84px;
  }
  .givingbuttons .givingbutton a {
    padding-top: 0 !important;
  }
  .givingbuttons .givingbutton a:after {
    display: none;
  }
  .givingbuttons .givedrop {
    display: none !important;
  }
}
@media all and (max-width: 480px) {
  .topgiving {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .topgiving .tgright {
    width: 100%;
  }
  .topgiving .tgright .events-container {
    display: flex;
    display: -webkit-flex;
  }
  .topgiving .tgright .events-container .event {
    flex: 1;
    text-align: center;
    border-left: 1px solid #eaaa00;
  }
  .topgiving .tgright .events-container .event:first-child {
    border-left: 0;
  }
  .givingbuttons {
    max-width: 480px;
  }
  .givingbuttons .givingbutton {
    margin: 6px 0;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
  }
  .givingbuttons .givingbutton:nth-of-type(2),
  .givingbuttons .givingbutton:nth-of-type(4) {
    margin-right: 0;
  }
  .givingbuttons .givingbutton:nth-of-type(3),
  .givingbuttons .givingbutton:nth-of-type(5) {
    margin-left: 0;
  }
  .givingbuttons .givingbutton:last-child a {
    padding-top: 9%;
  }
  .givingbuttons .givingbutton:last-child a:after {
    content: '';
    display: none;
  }
  .givingbuttons .givingbutton:last-child .givedrop {
    display: none !important;
  }
}
/* XML Stats */

.cume-data {
  font-size: 12px;
}
.cume-stats .cume-stats-menu ul li {
  font-size: 14px !important;
}
.cume-stats .cume-stats-menu ul ul a {
  font-size: 14px !important;
}
.result .result-status .score span {
  text-transform: uppercase;
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
