@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #4b2682;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.wide .main-content-placeholder {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 46px;
}
.sport #site-title {
  margin-top: 129px;
}
.headroom--not-top .c-nav-wrapper {
  top: 0;
  position: fixed;
  z-index: 3;
}
.headroom--not-top .c-nav-wrapper .header_logo {
  width: 95px;
  left: 12px;
  bottom: -34px;
}
.main-header {
  position: relative;
}
#top-leaderboard {
  padding: 24px 0;
  text-align: center;
}
.c-nav-wrapper {
  position: absolute;
  background-color: #4b2682;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  height: 62px;
}
.c-nav-wrapper .row {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.c-nav-wrapper .header_logo {
  flex: 0 0 202px;
  -webkit-flex: 0 0 202px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin-right: auto;
  position: absolute;
  bottom: -35px;
}
.c-nav-wrapper .sponsor {
  flex: 0 1 150px;
  -webkit-flex: 0 1 150px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 208px;
  margin-right: 24px;
}
.c-nav-wrapper .nav-social .ads-container {
  display: flex;
  display: -webkit-flex;
}
.c-nav-wrapper .nav-social .ads-container .ad {
  margin: 0 4px;
  height: 25px;
  width: 25px;
  transition: .2s;
}
.c-nav-wrapper .nav-social .ads-container .ad:hover i {
  color: white;
}
.c-nav-wrapper .nav-social .ads-container i {
  color: white;
  font-size: 24px;
  line-height: 25px;
}
.c-nav-wrapper .nav-social .ads-container span {
  position: absolute;
  left: -9999999px;
}
.c-nav-wrapper .c-nav-mobile-menu {
  display: flex;
  display: -webkit-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  height: 62px;
  line-height: 62px;
  text-align: right;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 24px;
}
.c-nav-standard {
  margin-left: auto;
}
.c-nav-standard ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-standard .c-nav__level-1 {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  position: relative;
}
.c-nav-standard .c-nav__item--level-1 {
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
  transition: .25s;
  line-height: 62px;
  padding: 0 15px;
}
.c-nav-standard .c-nav__item--level-1.sports .c-nav__item--level-2 {
  display: flex;
  display: -webkit-flex;
}
.c-nav-standard .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-nav-standard .c-nav__item--level-1:hover {
  cursor: pointer;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__url--level-1 {
  color: #a1a1a4;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__url--level-1:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a1a1a4;
  bottom: 12px;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  left: 0;
}
.c-nav-standard .c-nav__item--level-1:hover .c-nav__level-2 {
  left: -85px;
}
.c-nav-standard .c-nav__item--level-1:last-child {
  padding-right: 0;
}
.c-nav-standard .c-nav__url--level-1 {
  transition: .25s;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-standard .c-nav__level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
  cursor: default;
  z-index: 2;
}
.c-nav-standard .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding-top: 24px;
  min-width: 985px;
  background-color: white;
  border: 1px solid #a1a1a4;
}
.c-nav-standard .c-nav__level-2-dropdown__ad {
  background: #efefef;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  line-height: 1;
}
.c-nav-standard .c-nav__level-2 ul {
  min-width: 1px;
  min-height: 1px;
  margin: 12px 19px;
  width: 453px;
}
.c-nav-standard .c-nav__item--level-2 {
  transition: .2s;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  padding: 3px 12px;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
}
.c-nav-standard .c-nav__item--level-2:hover {
  background: #4b2682;
}
.c-nav-standard .c-nav__item--level-2:hover .c-nav__url--level-2 {
  color: white;
}
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.twitter:before,
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.facebook:before,
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.instagram:before,
.c-nav-standard .c-nav__item--level-2:hover .c-nav__social.tickets:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator {
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 24px;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator span {
  color: #4b2682;
  line-height: 1;
  border-bottom: 3px solid black;
  padding-bottom: 14px;
  position: relative;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator span:before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -3px;
  width: 0;
  height: 0;
  border-bottom: 3px solid black;
  border-left: 3px solid transparent;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator span:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid black;
  border-right: 3px solid transparent;
}
.c-nav-standard .c-nav__item--level-2.c-nav__separator:hover {
  background-color: transparent !important;
}
.c-nav-standard .c-nav__item--level-2 a {
  color: black;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  opacity: 0;
  align-self: center;
}
.c-nav-standard .c-nav__item--level-2 a:first-child {
  margin-right: auto;
}
.c-nav-standard .c-nav__item--level-2 a[href] {
  opacity: 1;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__schedule-roster-news {
  color: #a1a1a4;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0 8px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social {
  white-space: nowrap;
  width: 30px;
  overflow: hidden;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.twitter:before {
  content: '\e825';
  color: #00aced;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.twitter:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.facebook:before {
  content: '\e805';
  color: #3b5998;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.facebook:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.instagram {
  display: none;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.instagram:before {
  content: '\e811';
  color: black;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.instagram:hover:before {
  color: white;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.tickets:before {
  content: '\e888';
  color: #4b2682;
  font-family: "sidearm_font";
  transition: .25s;
  font-size: 18px;
}
.c-nav-standard .c-nav__item--level-2 .c-nav__social.tickets:hover:before {
  color: white;
}
.c-nav-standard .c-nav-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 300px;
  height: calc(100vh);
  padding-bottom: 70px;
  padding-top: 50px;
  background-color: black;
  font-size: 16px;
}
.c-nav-standard .c-nav-off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: .5s;
}
.c-nav-standard .c-nav-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: black;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: relative;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li {
  border-bottom: 1px solid black;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a:hover {
  background-color: #1a1a1a;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent {
  cursor: pointer;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent.open {
  background-color: #1a1a1a;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent.open:before {
  content: '\e833';
  position: absolute;
  left: 10px;
  top: 50%;
  color: white;
  font-family: sidearm_font;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-1 > li > a.parent:after {
  content: '\e832';
  position: absolute;
  right: 10px;
  top: 50%;
  color: white;
  font-family: sidearm_font;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 50px;
  right: 0;
  width: 280px;
  height: calc(-20%);
  margin: 0;
  padding: 0;
  z-index: 99999;
  overflow-y: auto;
  list-style: none;
  background-color: #1a1a1a;
  height: 100%;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li {
  border-bottom: 1px solid white;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li > a,
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li div {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li.c-nav__separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2 > li.separator a {
  text-transform: uppercase;
}
.c-nav-standard .c-nav-off-canvas-menu .c-nav-off-canvas-menu-level-2.open {
  padding: 0 0 126px 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-nav__sport {
  width: 100%;
  background: white;
  border-bottom: solid 1px #a1a1a4;
  border-top: none;
  z-index: 1;
}
.c-nav__sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav__sport .c-nav-desktop-sport-container {
  position: relative;
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.c-nav__sport .c-nav-desktop-sport-container a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.c-nav__sport .c-nav-desktop-sport-container a:focus {
  text-decoration: underline;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li {
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 0 12px;
  text-transform: none;
  height: 67px;
  line-height: 67px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li > div {
  transition: .2s;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home {
  padding-right: 0;
  margin-left: 213px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: auto;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home a {
  color: #4b2682;
  font-size: 24px;
  text-decoration: none;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home:after {
  content: "";
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home .c-nav__ad {
  line-height: 58px;
  padding: 0 12px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown {
  position: relative;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a {
  transition: 0.2s;
  font-size: 0;
  line-height: 50px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a:before {
  transition: 0.2s;
  content: 'More +';
  font-size: 16px;
  color: black;
  text-decoration: none;
  line-height: 40px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links:hover > div a {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links:hover > div a:before {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) {
  background: #4b2682;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) > div > a {
  color: white;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) .c-nav-level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  text-align: left;
  border: solid 1px #a1a1a4;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li {
  transition: 0.2s;
  position: relative;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li.c-nav__separator {
  text-transform: none;
  margin: 12px 0;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li a {
  display: block;
  font-size: 16px;
  color: black;
  line-height: 36px;
  text-transform: none;
  padding: 0 12px;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover {
  background-color: #4b2682;
}
.c-nav__sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover a {
  color: white;
}
.c-nav__sport .c-nav-mobile-sport-container {
  width: 100%;
  height: 60px;
  position: relative;
}
.c-nav__sport .c-nav-mobile-sport-container a {
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li {
  font-size: 16px;
  color: black;
  height: 60px;
  line-height: 60px;
  margin: 0 12px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li.more {
  transition: 0.2s;
  font-size: 16px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.c-nav__sport .c-nav-mobile-sport-container > ul > li > a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-sport-home {
  position: relative;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-left: 213px;
}
.c-nav__sport .c-nav-mobile-sport-home a {
  color: #4b2682;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav__sport .c-nav-mobile-flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav__sport .c-nav-mobile-flyout-menu.opened {
  transition: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: white;
  background: black;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn:before {
  display: block;
  color: white;
}
.c-nav__sport .c-nav-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li {
  position: relative;
  color: black;
  background: white;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li {
  position: relative;
  background: whitesmoke;
  border-top: solid 1px #cccccc;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator {
  color: white;
  background: black;
  text-transform: uppercase;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator a,
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator span {
  color: white;
  padding: 9px 12px 7px 15px;
  font-size: 14px;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 a,
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.c-nav__sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2.opened {
  transition: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
navigation-component {
  width: 100%;
}
#site-title {
  margin-top: 62px;
  background: black;
  border-bottom: 1px solid #a1a1a4;
}
#site-title .site-left {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 6.6px;
  padding: 12px 0;
  margin-right: 24px;
}
#site-title .site-left span {
  font-weight: 500;
  color: #a1a1a4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-title .site-tickets {
  background: #a1a1a4;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 0 8px;
  margin-right: 30px;
  transition: .25s;
  line-height: 42px;
}
#site-title .site-tickets:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -24px;
  border-bottom: 43px solid #a1a1a4;
  border-left: 24px solid transparent;
  transition: .25s;
}
#site-title .site-tickets a {
  color: #4b2682;
  text-decoration: none;
  line-height: 40px;
}
#site-title .site-tickets:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -24px;
  border-top: 43px solid #a1a1a4;
  border-right: 24px solid transparent;
  transition: .25s;
}
#site-title .site-tickets:hover {
  background: white;
}
#site-title .site-tickets:hover:before {
  border-bottom: 43px solid white;
}
#site-title .site-tickets:hover:after {
  border-top: 43px solid white;
}
#site-title .site-support {
  background: #a1a1a4;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 0 8px;
  line-height: 42px;
  transition: .25s;
}
#site-title .site-support a {
  color: #4b2682;
  text-decoration: none;
}
#site-title .site-support span {
  font-weight: 500;
  color: white;
  font-size: 14px;
}
#site-title .site-support:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -24px;
  border-bottom: 43px solid #a1a1a4;
  border-left: 24px solid transparent;
  transition: .25s;
}
#site-title .site-support:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -24px;
  border-top: 43px solid #a1a1a4;
  border-right: 24px solid transparent;
  transition: .25s;
}
#site-title .site-support:hover {
  background: white;
}
#site-title .site-support:hover:before {
  border-bottom: 43px solid white;
}
#site-title .site-support:hover:after {
  border-top: 43px solid white;
}
#site-title .site-support:hover span {
  color: #a1a1a4;
}
#scoreboard {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #a1a1a4;
}
.c-scoreboard {
  position: relative;
}
.c-scoreboard .c-scoreboard__list {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding: 0 27px;
}
.c-scoreboard .c-scoreboard__item {
  position: relative;
  height: 136px;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  padding: 0 12px;
  background: white;
}
.c-scoreboard .c-scoreboard__details-top {
  height: 58px;
  padding: 12px 0;
  position: relative;
}
.c-scoreboard .c-scoreboard__sport {
  color: #4b2682;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.c-scoreboard .c-scoreboard__time {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: black;
}
.c-scoreboard .c-scoreboard__vsat span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: white;
  padding: 5px 4px;
  text-transform: uppercase;
}
.c-scoreboard .divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #a1a1a4;
}
.c-scoreboard .c-scoreboard__details-bottom {
  height: 70px;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: black;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__details-bottom__logos-hometeam {
  margin-bottom: 3px;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__score {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
}
.c-scoreboard .c-scoreboard__details-bottom:hover .c-scoreboard__ctas {
  opacity: 1;
}
.c-scoreboard .c-scoreboard__sports-list {
  padding: 0 12px;
  width: 217px;
}
.c-scoreboard .c-scoreboard__sports-list .c-scoreboard__sports-list-select {
  width: 100%;
  position: relative;
}
.c-scoreboard .c-scoreboard__sports-list .c-scoreboard__sports-list-select select {
  font-family: "Roboto", sans-serif;
  font-family: 500;
  font-size: 14px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -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;
  width: 100%;
  background-color: white;
  color: black;
  padding: 0 10px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #a1a1a4;
}
.c-scoreboard .c-scoreboard__sports-list .c-scoreboard__sports-list-select option {
  color: black;
}
.c-scoreboard .c-scoreboard__sports-list .c-scoreboard__sports-list-select:after {
  content: '\e864';
  font-family: sidearm_font;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  color: black;
  font-size: 16px;
  pointer-events: none;
  padding: 8px 12px;
  line-height: 1;
  border-left: 1px solid #a1a1a4;
}
.c-scoreboard .c-scoreboard__sports-list a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: 0.25s;
}
.c-scoreboard .c-scoreboard__sports-list a span {
  padding: 6px 0;
  color: #4b2682;
  text-transform: uppercase;
}
.c-scoreboard .c-scoreboard__sports-list a i {
  color: #4b2682;
}
.c-scoreboard .c-scoreboard__sports-list a:hover {
  background: #4b2682;
}
.c-scoreboard .c-scoreboard__sports-list a:hover span {
  color: white;
}
.c-scoreboard .c-scoreboard__sports-list a:hover i {
  color: white;
}
.c-scoreboard .c-scoreboard__ctas {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 77px;
  left: 0;
  background: #4b2682;
  transition: .2s;
}
.c-scoreboard .c-scoreboard__ctas ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.c-scoreboard .c-scoreboard__ctas ul li {
  margin: 0 6px;
}
.c-scoreboard .c-scoreboard__ctas ul li:first-child {
  margin-left: 12px;
  margin-right: 6px;
}
.c-scoreboard .c-scoreboard__ctas ul a {
  position: relative;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 2px;
  color: white;
  transition: .25s;
}
.c-scoreboard .c-scoreboard__ctas ul a span {
  position: absolute;
  left: -9999px;
  font-size: 0;
}
.c-scoreboard .c-scoreboard__ctas ul a:hover {
  color: #130c0e;
}
.c-scoreboard .c-scoreboard__ctas ul i {
  font-size: 24px;
}
.c-scoreboard button {
  transition: 0.2s;
  position: absolute;
  width: 28px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 0;
  padding: 0;
  height: 100%;
}
.c-scoreboard button.slick-prev {
  top: 0;
  left: 0;
}
.c-scoreboard button.slick-prev:before {
  transition: 0.2s;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 16px;
  line-height: 0;
  color: #a1a1a4;
}
.c-scoreboard button.slick-prev:hover:before {
  color: black;
}
.c-scoreboard button.slick-next {
  top: 0;
  right: 0;
}
.c-scoreboard button.slick-next:before {
  transition: 0.2s;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 16px;
  line-height: 0;
  color: #a1a1a4;
}
.c-scoreboard button.slick-next:hover {
  transition: 0.2s;
}
.c-scoreboard button.slick-next:hover:before {
  color: black;
}
.c-scoreboard__mobile {
  position: relative;
}
.c-scoreboard__mobile .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99999;
}
.c-scoreboard__mobile .c-scoreboard__toggle-opener {
  text-align: center;
  background-color: #4b2682;
  height: 30px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.c-scoreboard__mobile .c-scoreboard__toggle {
  cursor: pointer;
  background-color: #4b2682;
}
.c-scoreboard__mobile .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard__mobile.open .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.c-scoreboard__mobile .c-scoreboard__inner {
  overflow: auto;
  height: calc(100% - 132px);
  position: relative;
  z-index: 9000;
}
.c-scoreboard__mobile .c-scoreboard__list {
  padding: 0 24px;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item {
  border: 1px solid #9ea2a4;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item.open .c-scoreboard__toggle {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: white;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__item.open .c-scoreboard__ctas {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: .25s;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__details-bottom {
  display: flex;
  display: -webkit-flex;
  height: 90px;
  padding: 10px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  color: #130c0e;
  text-align: left;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__logo {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  overflow: hidden;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #a1a1a4;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: 0.25s;
  transition: .25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li {
  width: 120px;
  padding: 0 10px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li:first-child {
  border-right: 1px solid white;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__ctas ul > li a[href] {
  color: white;
  text-decoration: none;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__details-top {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 40px;
  color: #130c0e;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #9ea2a4;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__toggle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #a1a1a4;
  text-align: center;
  line-height: 25px;
  color: black;
  cursor: pointer;
  z-index: 2;
}
.c-scoreboard__mobile .c-scoreboard__list .c-scoreboard__toggle i {
  display: block;
  transform: rotate(0deg);
  transition: .25s;
}
.c-scoreboard__mobile .c-scoreboard__sports-list {
  padding: 0 24px;
}
.c-scoreboard__mobile .c-scoreboard__sports-list .schedule-header {
  color: black;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
.c-scoreboard__mobile .c-scoreboard__sports-list .comp-cal {
  display: block;
  text-decoration: none;
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
.c-scoreboard__mobile .c-scoreboard__footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #130c0e;
}
.c-scoreboard__mobile .c-scoreboard__footer a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
#top-promo,
#bottom-promo {
  background: url(/images/promo_bg.jpg) no-repeat;
}
#contentStream-section {
  padding: 32px 48px 48px;
  background: #efefef;
}
#contentStream-section .reset--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentStream-section .c-contentstream__top {
  margin-bottom: 24px;
}
#contentStream-section .header .titleWrapper {
  position: relative;
}
#contentStream-section .header .titleWrapper .title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #4b2682;
  line-height: 60px;
  padding: 0px 10px;
}
#contentStream-section .header .titleWrapper span {
  display: inline-block;
}
#contentStream-section .header .titleWrapper:after {
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: calc(100% - 48px);
  height: 100%;
  background-color: white;
  z-index: -1;
}
#contentStream-section .header .sponsor {
  margin: 0 24px;
}
#contentStream-section .c-contentstream__filter li > div {
  transition: 0.2s;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4b2682;
  line-height: 50px;
  padding: 0px 6px;
  margin: 0 20px;
}
#contentStream-section .c-contentstream__filter li > div:hover:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  bottom: 8px;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  left: 0;
}
#contentStream-section .c-contentstream__filter li span {
  display: inline-block;
}
#contentStream-section .c-contentstream__filter li .all {
  display: inline-block !important;
}
#contentStream-section .c-contentstream__filter li.active,
#contentStream-section .c-contentstream__filter li:hover {
  cursor: pointer;
}
#contentStream-section .c-contentstream__filter li.active > div:after,
#contentStream-section .c-contentstream__filter li:hover > div:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  bottom: 8px;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  transform: skew(-40deg);
  left: 0;
}
#contentStream-section .c-contentstream__filter li.active:after,
#contentStream-section .c-contentstream__filter li:hover:after {
  content: '';
}
#contentStream-section .c-contentstream__filter--mobile {
  width: 100%;
  margin: 12px;
}
#contentStream-section .c-contentstream__filter--mobile select {
  position: relative;
  font-family: "Francois One", sans-serif;
  font-size: 18px;
  color: #4b2682;
  padding: 0 12px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #4b2682;
  outline: none;
}
#contentStream-section .c-contentstream__filter--mobile option {
  text-transform: none;
  color: #4b2682;
  line-height: 24px;
  height: 24px;
}
#contentStream-section .c-contentstream__container {
  width: 100%;
  padding-bottom: 36px;
}
#contentStream-section .c-contentstream__container .c-contentstream__item {
  margin: 12px;
  width: calc(25% - 24px);
  border: solid 1px #a1a1a4;
  background: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #a1a1a4;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon {
  position: absolute;
  width: 44px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.purple {
  background-color: #4b2682;
  color: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.purple:after {
  content: '';
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 36px solid #4b2682;
  border-left: 6px solid transparent;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.white {
  background-color: white;
  color: #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.white:after {
  content: '';
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 36px solid white;
  border-left: 6px solid transparent;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.white .icon-newspaper {
  color: #a1a1a4;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.white .icon-picture {
  color: #130c0e;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.gray {
  background-color: #a1a1a4;
  color: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__item .mediaIcon.gray:after {
  content: '';
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 36px solid #a1a1a4;
  border-left: 6px solid transparent;
}
#contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured {
  width: calc(50% - 24px);
}
#contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured .c-contentstream__story__url {
  transition: 0.2s;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: black;
}
#contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured .c-contentstream__story__url:hover {
  color: #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured .sponsor {
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured .sponsor:after {
  transition: 0.2s;
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 98px solid rgba(0, 0, 0, 0.7);
  border-left: 20px solid transparent;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .mediaIcon {
  right: 0;
  bottom: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks {
  padding-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-schedule,
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-roster {
  position: relative;
  padding-right: 12px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-schedule a,
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-roster a {
  text-transform: uppercase;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-schedule:after,
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-roster:after {
  position: absolute;
  content: "|";
  color: #a1a1a4;
  height: 14px;
  width: 3px;
  top: 0;
  right: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .story-roster {
  padding-left: 12px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .c-contentstream__story__twitter {
  padding-left: 12px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .c-contentstream__story__twitter .icon-twitter {
  color: #00aced;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks .c-contentstream__story__twitter a {
  color: #00aced;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks li:after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks li:last-child:after {
  display: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #4b2682;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks a:hover {
  text-decoration: underline;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__details {
  padding: 24px;
  background: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__details .c-contentstream__story__date,
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__details .c-contentstream__story__sport {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__url {
  transition: .2s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: black;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__url:hover {
  color: #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__story .c-contentstream__story__date-story {
  padding-bottom: 16px;
  text-transform: initial;
  color: #a1a1a4;
}
#contentStream-section .c-contentstream__container .c-contentstream__story__media {
  min-height: 60px;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .mediaIcon.white {
  bottom: 0;
  right: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .mediaIcon.purple {
  bottom: 0;
  right: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__details {
  padding: 0 24px;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__header {
  padding: 24px 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__user-image {
  width: 35px;
  height: 35px;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__twitter-name {
  padding-left: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__user-screenname {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #a1a1a4;
  text-decoration: none;
  text-transform: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #130c0e;
  padding: 24px 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__body a {
  color: #4b2682;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #130c0e;
  padding: 0 0px 24px;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a {
  transition: 0.2s;
  color: #130c0e;
  font-size: 22px;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a:hover {
  color: #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a i:before {
  margin: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a .hideAcc {
  position: absolute;
  left: -9999px;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram {
  overflow: hidden;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram:hover .c-contentstream__instagram__footer {
  transform: translate(0);
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram:hover .mediaIcon {
  transform: translateY(-78px);
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .mediaIcon {
  right: 0;
  bottom: 0;
  transition: 0.25s;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram__user-container {
  margin-right: auto;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram__user-profile {
  width: 40px;
  height: 40px;
  align-self: center;
  margin-left: 24px;
  border-radius: 50%;
  border: 1px solid #a1a1a4;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram__user-screenname {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: black;
  padding: 24px;
  text-decoration: none;
  margin-right: auto;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .likes {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #a1a1a4;
  padding: 24px;
  line-height: 30px;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram__footer {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.25s;
  background: white;
  width: 100%;
}
#contentStream-section .c-contentstream__container .c-contentstream__instagram__image {
  width: 100%;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery {
  overflow: hidden;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery:hover .mediaIcon {
  transform: translateY(-91px);
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery:hover .c-contentstream__gallery__media__footer {
  transform: translate(0);
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .mediaIcon {
  right: 0;
  bottom: 0;
  transition: 0.25s;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__title {
  transition: 0.2s;
  display: block;
  font-family: "Francois One", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #4b2682;
  padding: 24px;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__title:hover {
  color: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__media__footer {
  padding: 24px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.25s;
  background: white;
  width: 100%;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__media__footer a {
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__media__footer h2 {
  line-height: 1.2;
  color: black;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .c-contentstream__gallery__media__footer span {
  color: #a1a1a4;
  font-family: roboto;
  font-size: 16px;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .sport {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #130c0e;
  padding: 24px;
  text-transform: uppercase;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .readMoreCTA {
  transition: 0.2s;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 150px;
  height: 36px;
  text-align: center;
  font-family: "Francois One", sans-serif;
  font-size: 18px;
  color: #4b2682;
  text-transform: uppercase;
  line-height: 36px;
  background-color: white;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .readMoreCTA:after {
  transition: 0.2s;
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 36px solid white;
  border-left: 6px solid transparent;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .readMoreCTA:hover {
  cursor: pointer;
  background-color: #4b2682;
  color: white;
}
#contentStream-section .c-contentstream__container .c-contentstream__gallery .readMoreCTA:hover:after {
  border-bottom: 36px solid #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__details {
  padding: 24px;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: black;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__date-sport {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #a1a1a4;
  padding-bottom: 16px;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__media .mediaIcon {
  right: 0;
  bottom: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__media.video-is-playing .showcase-modal {
  left: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__media:hover .c-contentstream__youtube__playbtn {
  opacity: 1;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  transition: .2s;
  opacity: 0;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__share {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #130c0e;
  padding-top: 18px;
  line-height: 1;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__share a {
  transition: 0.2s;
  text-decoration: none;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__share a.facebook-intent {
  color: #3b5998;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__share a.twitter-intent {
  color: #00aced;
}
#contentStream-section .c-contentstream__container .c-contentstream__youtube__share a:hover {
  color: #4b2682;
}
#contentStream-section .c-contentstream__container .c-contentstream__ad {
  min-width: 300px;
  min-height: 250px;
}
#contentStream-section .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
  padding: 24px 0;
  margin: 0 auto;
}
#contentStream-section .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner .dfp-ad {
  margin: 0 auto;
}
#contentStream-section .loadMore {
  margin-top: 24px;
  padding-top: 48px;
  border-top: 1px solid #a1a1a4;
}
#contentStream-section .loadMore > div {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
#contentStream-section .loadMore button {
  transition: 0.2s;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4b2682;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0px 12px;
  margin: 0 12px;
  z-index: 1;
  outline: none;
  border: none;
  background: none;
}
#contentStream-section .loadMore button:hover {
  color: white;
  background-color: #4b2682;
}
#contentStream-section .loadMore button span {
  display: inline-block;
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 32px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__watch {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #4b2682;
  margin-top: 12px;
}
.showcase-modal .showcase-modal__close {
  border: none;
  background: black;
  color: #4b2682;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
#bottom-leaderboard {
  padding: 96px 0 48px 0;
  text-align: center;
}
.main-footer {
  background: #efefef;
}
.main-footer .sponsors .row {
  padding: 36px 0;
  border-top: 1px solid #a1a1a4;
}
.main-footer .sponsors .ad {
  margin: 12px;
  border: 1px solid #a1a1a4;
}
.main-footer .footer-container {
  background: black;
}
.main-footer .copyright-container-row {
  background: white;
  position: relative;
}
.main-footer .copyright-container-row:before {
  content: "";
  height: 100%;
  width: 500px;
  position: absolute;
  background: white;
  left: -500px;
  bottom: 0;
}
.main-footer .copyright-container-row .school-logo {
  align-self: center;
}
.main-footer .copyright-container {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-left: 36px;
  color: #a1a1a4;
  align-self: center;
}
.main-footer .copyright-container p {
  margin: 0;
  line-height: 1;
  padding: 2px 0;
}
.main-footer .copyright-container a {
  color: #a1a1a4;
  text-decoration: none;
}
.main-footer .copyright-container .social-container {
  margin-top: 6px;
  transition: 0.4s;
}
.main-footer .copyright-container .social-container span {
  position: absolute;
  left: -9999999px;
  font-size: 0;
}
.main-footer .copyright-container .social-container .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-footer .copyright-container .social-container .ad {
  margin: 0 12px;
}
.main-footer .copyright-container .social-container .ad:first-child {
  margin-left: 0;
}
.main-footer .copyright-container .social-container .ad i:before {
  margin: 0;
}
.main-footer .copyright-container .social-container .b-search {
  transition: 0.25s;
}
.main-footer .copyright-container .social-container .b-search .b-search__label {
  position: absolute;
  top: -99999px;
}
.main-footer .copyright-container .social-container .b-search .b-search__icon {
  cursor: pointer;
  margin: 0 12px;
  color: #4b2682;
}
.main-footer .copyright-container .social-container .b-search--popout .b-search__container {
  position: absolute;
  top: -9999px;
  left: -99999px;
  opacity: 0;
}
.main-footer .copyright-container .social-container .b-search--popout .b-search__search-input {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  overflow: hidden;
  transition: .3s;
}
.main-footer .copyright-container .social-container .b-search--popout.open .b-search__container {
  opacity: 1;
  top: -3px;
  left: -118px;
  width: 122px;
}
.main-footer .copyright-container .social-container .b-search--popout.open .b-search__container .b-search__search-input {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition: .3s;
}
.main-footer .copyright-container .social-container .b-search--popout.open .b-search__container input {
  border: 1px solid #a1a1a4;
}
.main-footer .copyright-container .social-container a {
  color: #4b2682;
  font-size: 18px;
}
.main-footer .footer-sprite-row {
  background: black;
  padding: 48px 0;
  position: relative;
  padding-left: 90px;
}
.main-footer .footer-sprite-row svg {
  max-width: 100%;
  height: auto;
}
.main-footer .footer-sprite-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-sprite-row:before {
  content: "";
  bottom: 0;
  left: -92px;
  position: absolute;
  border-bottom: 152px solid black;
  border-left: 92px solid transparent;
}
#ncaaInfraction {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #a1a1a4;
}
#ncaaInfraction img {
  margin-right: 24px;
}
#ncaaInfraction a {
  transition: 0.2s;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #130c0e;
  text-decoration: none;
}
#ncaaInfraction a:hover {
  color: #4b2682;
}
.stickyLeaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 100;
}
.storypage .main-content-placeholder {
  background: #efefef;
  padding-top: 46px;
}
.article-wrapper {
  position: relative;
}
.article-wrapper .article-main {
  flex: 0 1 1055px;
  -webkit-flex: 0 1 1055px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
  position: relative;
}
.article-wrapper .article-main .cs-story-ad {
  position: absolute;
  bottom: 0;
  padding: 24px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.article-wrapper .article-main .article-header {
  border-bottom: 1px solid #cccccc;
}
.article-wrapper .article-main .article-header .article-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: #130c0e;
  text-transform: uppercase;
  margin: 0;
}
.article-wrapper .article-main .article-header .article-date,
.article-wrapper .article-main .article-header .article-sportname,
.article-wrapper .article-main .article-header span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #a1a1a4;
  align-self: center;
}
.article-wrapper .article-main .article-header span {
  padding: 0 3px;
}
.article-wrapper .article-main .article-content {
  padding-top: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.article-wrapper .article-main .article-content a {
  color: #130c0e;
}
.article-wrapper .article-main .article-links {
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
}
.article-wrapper .article-main .article-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article-wrapper .article-main .article-links ul li {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.article-wrapper .article-main .article-links ul li:last-child {
  border-bottom: 1px solid #cccccc;
}
.article-wrapper .article-main .article-links ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #4b2682;
  line-height: 36px;
  text-decoration: none;
  padding: 0 12px;
}
.article-wrapper .article-main .article-links ul li a:hover {
  background-color: #4b2682;
  color: white;
}
.article-wrapper .article-related {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper .article-related > div {
  align-items: center;
}
.article-wrapper .article-related > div .ad {
  padding-left: 12px;
}
.article-wrapper .article-related .story-ad {
  padding: 20px;
  background: white;
  border: 1px solid #a1a1a4;
  margin-top: 24px;
}
.article-wrapper .article-related .story-ad .ad {
  padding-left: 0;
}
.article-wrapper .article-related h2 {
  color: #4b2682;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.article-wrapper .article-related .related-list {
  list-style: none;
  margin: 0;
  padding-top: 46px;
  padding-left: 0;
}
.article-wrapper .article-related .related-list .related-list-item {
  padding: 24px;
  border-top: 1px solid #a1a1a4;
}
.article-wrapper .article-related .related-list .related-list-item:last-child {
  border-bottom: 1px solid #a1a1a4;
}
.article-wrapper .article-related .related-list .related-list-item-header {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.article-wrapper .article-related .related-list .related-list-item-header a {
  color: #130c0e;
  text-decoration: none;
  transition: .25s;
}
.article-wrapper .article-related .related-list .related-list-item-header a:hover {
  color: #4b2682;
}
.article-wrapper .article-related .related-list .related-list-item-date,
.article-wrapper .article-related .related-list .related-list-item-sport,
.article-wrapper .article-related .related-list span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #a1a1a4;
  align-self: center;
  margin: 0;
}
.article-wrapper .article-related .related-list span {
  padding: 0 3px;
}
.article-wrapper .article-container {
  padding: 48px 0;
  padding-right: 120px;
  position: relative;
}
.article-wrapper .article-container:before {
  content: '';
  position: absolute;
  bottom: -48px;
  left: -129px;
  width: 100vw;
  max-width: 1440px;
  height: 1px;
  background: #a1a1a4;
}
.article-wrapper .article-content-wrapper {
  border: 1px solid #a1a1a4;
  background-color: white;
}
.article-wrapper .article-share-links {
  list-style: none;
  margin: 0;
  padding: 48px 27px 0 53px;
}
.article-wrapper .article-share-links li {
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 18px;
}
.article-wrapper .article-share-links li a {
  display: block;
  width: 44px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: white;
  text-decoration: none;
  background-color: #4b2682;
  transition: 0.25s;
}
.article-wrapper .article-share-links li a.article-share-print {
  background-color: #4b2682;
}
.article-wrapper .article-share-links li a.article-share-twitter {
  background-color: #00aced;
}
.article-wrapper .article-share-links li a.article-share-facebook {
  background-color: #3b5998;
}
.article-wrapper .article-share-links li a.article-share-email {
  background-color: #ff9c00;
}
@media screen and (max-width: 1467px) {
  #site-title .row {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1439px) {
  #contentStream-section {
    padding: 32px 0 48px;
  }
  #contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured {
    width: calc(67% - 24px);
  }
  #contentStream-section .c-contentstream__container .c-contentstream__item {
    width: calc(33% - 24px);
  }
  #site-title .site-left span {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1230px) {
  #site-title .site-left span {
    display: none;
  }
}
@media screen and (max-width: 1128px) {
  .c-nav-standard .c-nav__level-1 {
    position: static;
  }
  .c-nav-standard .c-nav__item--level-1:hover .c-nav__level-2 {
    left: 0;
  }
  .c-nav-standard .c-nav__level-2 ul {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-nav-standard .c-nav__level-2-inner {
    min-width: auto;
  }
  .main-footer .footer-container .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
  }
  .main-footer .copyright-container-row {
    width: 100%;
    padding: 48px 24px;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer .footer-sprite-row ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer .footer-sprite-row ul li {
    margin: 0 12px;
  }
  .main-footer .footer-sprite-row ul li:first-child {
    margin-left: 0;
  }
  .main-footer .footer-sprite-row ul li:last-child {
    margin-right: 0;
  }
  .main-footer .footer-sprite-row {
    width: 100%;
    padding: 48px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav__sport .c-nav-mobile-sport-home {
    margin-left: 0;
  }
  .headroom--not-top .c-nav-wrapper .header_logo {
    bottom: 0;
    width: 62px;
  }
  .c-nav-wrapper .header_logo {
    width: 62px;
    bottom: 0;
  }
  .c-nav-standard .c-nav__level-2 ul {
    flex: 1 0 calc(100% - 38px);
    -webkit-flex: 1 0 calc(100% - 38px);
    min-width: 1px;
    min-height: 1px;
  }
  #contentStream-section .c-contentstream__container .c-contentstream__story.c-contentstream__item--featured {
    width: calc(100% - 24px);
  }
  #contentStream-section .c-contentstream__container .c-contentstream__item {
    width: calc(50% - 24px);
  }
  .c-nav-wrapper .sponsor {
    margin-left: 80px;
  }
  .article-wrapper {
    display: block;
  }
  .article-wrapper .article-main {
    margin-right: 0;
  }
  .article-wrapper .article-related {
    margin-top: 24px;
    padding-top: 20px;
  }
  .article-wrapper .article-related > div {
    padding: 0 24px;
  }
  .article-wrapper .article-container {
    padding-right: 48px;
  }
}
@media screen and (max-width: 860px) {
  #site-title .site-support span {
    position: absolute;
    left: -999999999px;
  }
  #contentStream-section .c-contentstream__filter li > div {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #scoreboard .row {
    padding: 0;
  }
  #site-title .row {
    margin-right: 18px;
  }
  #contentStream-section .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
    min-width: initial;
    min-height: initial;
  }
  #contentStream-section .c-contentstream__filter li span {
    font-size: 0;
  }
  #contentStream-section .c-contentstream__top > div {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #contentStream-section .c-contentstream__top > div .header {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 669px) {
  #site-title .site-left {
    display: none;
  }
  #site-title > div {
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0;
  }
  .main-footer .copyright-container-row {
    display: block;
    text-align: center;
  }
  .main-footer .copyright-container-row .school-logo {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer .copyright-container {
    padding-left: 0;
    padding-top: 24px;
  }
  .main-footer .copyright-container .social-container {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 539px) {
  #contentStream-section .c-contentstream__container .c-contentstream__item {
    width: calc(100% - 24px);
  }
  #contentStream-section .header .sponsor {
    margin: 0 auto;
  }
  .article-wrapper .article-share-links {
    padding: 0 27px 12px 24px;
    display: flex;
    display: -webkit-flex;
  }
  .article-wrapper .article-container {
    padding: 24px;
    order: -1;
  }
  .article-wrapper .article-container:before {
    left: 0;
    bottom: -900px;
  }
  .article-wrapper .article-main .article-header .article-headline {
    font-size: 6vw;
  }
  .article-wrapper .article-content-wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    display: -webkit-flex;
  }
  .article-wrapper .article-main .article-links {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 380px) {
  #contentStream-section .header .titleWrapper .title {
    font-size: 12vw;
  }
  #contentStream-section .c-contentstream__filter--mobile {
    padding-top: 24px;
  }
  #site-title .site-tickets,
  #site-title .site-support {
    font-size: 4vw;
  }
}
@media screen and (max-width: 320px) {
  #contentStream-section .c-contentstream__container .c-contentstream__instagram .c-contentstream__instagram__user-screenname {
    padding: 6px;
    align-self: center;
  }
  #contentStream-section .c-contentstream__container .c-contentstream__story .storyLinks a {
    font-size: 12px;
  }
  #contentStream-section .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
    padding: 0;
  }
}
.dfp-ad {
  margin: 0 auto;
}
.privacy-terms {
  width: 100%;
}
/*countdown*/

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