@import url('https://fonts.googleapis.com/css?family=Jockey+One|Roboto:400,,500,700,700i|Source+Sans+Pro:400,600,600i&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #ecaa00;
  color: black;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: black;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: #252525 url(/images/responsive/strip_bg_main.png);
  background-attachment: fixed;
  background-size: cover;
}
a:focus {
  outline: none;
}
A:hover {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.row {
  max-width: 1152px;
}
.contentDiv_container {
  margin: 0px auto;
}
.contentDiv_container.headroom--not-top {
  margin: 114px auto 0px;
}
.wide .contentDiv_container {
  max-width: 1152px;
  margin: 0px auto;
  padding: 12px;
  background-color: white;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 114px auto 0px;
}
html.sport body .contentDiv_container {
  margin: 0px auto;
}
html.sport body .contentDiv_container.headroom--not-top {
  margin: 184px auto 0px;
}
html.sport body.wide .contentDiv_container.headroom--not-top {
  margin: 184px auto 0px;
}
#bannerText {
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
#bannerText > div .text-wrapper {
  padding: 24px 0;
  width: 75%;
  position: relative;
  left: 25%;
}
#bannerText > div .official {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ecaa00;
  letter-spacing: 8px;
  line-height: 1;
}
#bannerText > div .school {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  color: white;
  font-weight: 700;
  line-height: 1;
}
#navigation {
  position: relative;
  top: 0;
  left: 0;
  background-color: #ecaa00;
  width: 100%;
  height: 66px;
  z-index: 9999;
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
#navigation .header_logo {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  transform: translate(calc(-50% - 440px), 0);
  -webkit-transform: translate(calc(-50% - 440px), 0);
  -moz-transform: translate(calc(-50% - 440px), 0);
  -ms-transform: translate(calc(-50% - 440px), 0);
  -o-transform: translate(calc(-50% - 440px), 0);
  top: -100px;
  left: 50%;
  z-index: 9999;
}
#navigation.headroom--not-top {
  position: fixed;
}
#navigation.headroom--not-top .header_logo {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 4px;
  transform: translate(calc(-50% - 510px), 0);
  -webkit-transform: translate(calc(-50% - 510px), 0);
  -moz-transform: translate(calc(-50% - 510px), 0);
  -ms-transform: translate(calc(-50% - 510px), 0);
  -o-transform: translate(calc(-50% - 510px), 0);
}
#navigation.headroom--not-top .header_logo img {
  width: 85px;
}
#navigation .row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation {
  z-index: 999;
  margin-left: auto;
}
.main-navigation .mobile-menu {
  color: black;
  font-size: 24px;
  cursor: pointer;
  line-height: 60px;
  text-align: right;
}
.main-navigation .off-canvas-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: calc(100vh);
  padding-bottom: 70px;
  padding-top: 50px;
  background-color: #ecaa00;
  z-index: 10002;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 14px;
}
.main-navigation .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: right;
  background-color: #b98500;
}
.main-navigation .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: auto;
  position: relative;
}
.main-navigation .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #e6e6e6;
}
.main-navigation .off-canvas-menu .level-1 > li > a {
  padding: 20px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.main-navigation .off-canvas-menu .level-1 > li > a:hover {
  background-color: #ffc120;
}
.main-navigation .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
.main-navigation .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #ffc120;
}
.main-navigation .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.main-navigation .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.main-navigation .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50px;
  width: 280px;
  height: calc(100% - 120px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #ffc120;
}
.main-navigation .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ecaa00;
  text-decoration: none;
  color: white;
}
.main-navigation .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.main-navigation .off-canvas-menu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .main-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation .main-nav .main-navigation-level-1 {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  display: flex;
  display: -webkit-flex;
}
.main-navigation .main-nav .main-navigation-level-1 > li {
  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: 60px;
}
.main-navigation .main-nav .main-navigation-level-1 > li > a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  color: black;
  margin: 0 10px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.main-navigation .main-nav .main-navigation-level-1 > li > a:after {
  transition: 0.4s;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  bottom: 12px;
}
.main-navigation .main-nav .main-navigation-level-1 > li:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-navigation .main-nav .main-navigation-level-1 > li:hover > a {
  cursor: pointer;
  color: white;
}
.main-navigation .main-nav .main-navigation-level-1 > li:hover > a:after {
  content: '';
  width: 100%;
  background-color: white;
}
.main-navigation .main-nav .main-navigation-level-1 > li:hover > div {
  left: 0;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports ul {
  flex: 0 0 calc(33% - 12px);
  -webkit-flex: 0 0 calc(33% - 12px);
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li {
  display: flex;
  display: -webkit-flex;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a {
  position: relative;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin: 0 4px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
  font-family: 'Jockey One', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.stats {
  display: none;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.main-navigation-schedule-roster-news {
  margin: 0 8px;
  white-space: nowrap;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.main-navigation-social {
  width: 18px;
  height: 32px;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  border: none;
  margin: 0 4px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.main-navigation-social:before {
  display: inline-block;
  width: 18px;
  height: 24px;
  font-family: sidearm_font;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.facebook {
  display: none;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.twitter {
  display: none;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.instagram {
  display: none;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li a.tickets {
  display: none;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li:hover {
  background-color: #ecaa00;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li:hover a {
  color: white;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li.separator {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 14px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li.separator span {
  font-family: 'Jockey One', sans-serif;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  display: block;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li.separator:after {
  content: "Sports";
  display: block;
  font-family: 'Jockey One', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ecaa00;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  line-height: 16px;
}
.main-navigation .main-nav .main-navigation-level-1 > li.sports li.separator:hover {
  background-color: transparent !important;
}
.main-navigation .main-nav .main-navigation-level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
  background-color: black;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
.main-navigation .main-nav .main-navigation-level-2 .dropdownWrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  padding: 24px 0;
  width: 100%;
  max-width: 1128px;
  background-color: black;
}
.main-navigation .main-nav .main-navigation-level-2 .dropdownWrapper .ad {
  margin: 20px 0;
  position: relative;
}
.main-navigation .main-nav .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  min-width: 250px;
  margin: 6px;
}
.main-navigation .main-nav .main-navigation-level-2 li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0px 10px;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.main-navigation .main-nav .main-navigation-level-2 li:hover {
  background-color: #ecaa00;
}
.main-navigation .main-nav .main-navigation-level-2 li:hover a {
  color: white;
}
.main-navigation .main-nav .main-navigation-level-2 li.separator {
  margin-bottom: 24px;
}
.main-navigation .main-nav .main-navigation-level-2 li.separator span {
  font-family: 'Jockey One', sans-serif;
  font-size: 25px;
  color: white;
  display: block;
}
.main-navigation .main-nav .main-navigation-level-2 li.separator:hover {
  background-color: transparent !important;
}
.main-navigation .main-nav .main-navigation-level-2 span {
  color: black;
}
.main-navigation .main-nav .main-navigation-level-2 a {
  color: white;
  text-decoration: none;
}
.main-navigation .main-nav .main-navigation-level-2 a.main-navigation-social {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  border: none;
}
.main-navigation .main-nav .main-navigation-level-2 a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: 'sidearm_font';
}
#search-btn {
  position: relative;
  height: 100%;
  line-height: 59px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0 6px;
}
#search-btn .search-icon i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: black;
  font-size: 21px;
}
#search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 53px;
  opacity: 0;
  left: -9999px;
  border: 1px solid white;
}
#search-btn #search label {
  position: absolute;
  left: -9999px;
}
#search-btn #search input[type="text"] {
  -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;
  width: 150px;
  display: block;
  height: 40px;
}
#search-btn #search input[type="submit"] {
  -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;
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background-color: #ecaa00;
  color: black;
  border-radius: 0px;
}
#search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
  z-index: 10000;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#search-btn:hover {
  cursor: pointer;
}
#sportNavigation {
  height: 70px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
#sportNavigation.headroom--not-top {
  position: fixed;
  top: 66px;
}
#sportNavigation .sport-nav {
  width: 100%;
  height: 70px;
  position: relative;
}
#sportNavigation .sport-nav a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 600;
  text-decoration: none;
}
#sportNavigation .sport-nav a:focus {
  text-decoration: underline;
}
#sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 0 0 0;
  list-style: none;
  padding: 0;
}
#sportNavigation .sport-nav .level-1 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  height: 70px;
  line-height: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
}
#sportNavigation .sport-nav .level-1 > li:last-child:after {
  display: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
  line-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  margin-top: 0;
  padding-left: 0;
  margin-left: 265px;
  margin-right: auto;
  position: relative;
  border: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
#sportNavigation .sport-nav .level-1 > li.sport-home a {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
#sportNavigation .sport-nav .level-1 > li.dropdown {
  position: relative;
  color: black;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links > div {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links > div a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 0;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links > div a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: 'More +';
  color: black;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 70px;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links:hover {
  background-color: black;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links:hover > div a {
  color: white;
}
#sportNavigation .sport-nav .level-1 > li.dropdown.additional-links:hover > div a:before {
  color: white;
}
#sportNavigation .sport-nav .level-1 > li .level-2 {
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  list-style: none;
  z-index: 900;
  text-align: left;
  -webkit-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  -moz-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
}
#sportNavigation .sport-nav .level-1 > li .level-2 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
#sportNavigation .sport-nav .level-1 > li .level-2 > li.separator {
  color: black;
  text-transform: none;
  margin: 10px 0;
  font-family: "Jockey One", sans-serif;
  font-size: 21px;
}
#sportNavigation .sport-nav .level-1 > li .level-2 > li a {
  display: block;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  line-height: 30px;
  text-transform: none;
}
#sportNavigation .sport-nav .level-1 > li .level-2 > li:hover {
  background-color: #ecaa00;
}
#sportNavigation .sport-nav .level-1 > li .level-2 > li:hover a {
  color: white;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) {
  background-color: black;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) > div > a {
  color: white;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) .level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
#sportNavigation .off-canvas-menu {
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  top: 100%;
  z-index: 8999;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#sportNavigation .off-canvas-menu .sport-home {
  display: none;
}
#sportNavigation .off-canvas-menu .icn {
  width: 56px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f4f4f4;
  border-left: solid 1px #dddddd;
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  right: 0;
}
#sportNavigation .off-canvas-menu .icn:before {
  display: block;
}
#sportNavigation .off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
#sportNavigation .off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sportNavigation .off-canvas-menu > ul > li {
  color: #77797b;
  background: white;
  border-bottom: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
#sportNavigation .off-canvas-menu > ul > li > a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
}
#sportNavigation .off-canvas-menu > ul > li .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#sportNavigation .off-canvas-menu > ul > li .level-2 li {
  background: #f4f4f4;
  border-top: solid 1px #dddddd;
  font-weight: 400;
  position: relative;
}
#sportNavigation .off-canvas-menu > ul > li .level-2 li:last-child {
  border-bottom: none;
}
#sportNavigation .off-canvas-menu > ul > li .level-2 a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
}
#sportNavigation .off-canvas-menu > ul > li .level-2.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#sportNavigation .off-canvas-menu.closed {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#sportNavigation .off-canvas-menu.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: inherit!important;
}
#sportNavigation .sports-mobile-navigation-home {
  position: relative;
}
#sportNavigation .sports-mobile-navigation-home a {
  color: black;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 70px;
  position: relative;
  font-weight: 700;
  margin-right: 12px;
}
#sportNavigation .sports-mobile-navigation-container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
}
#sportNavigation .sports-mobile-navigation-container a {
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: auto;
}
#sportNavigation .sports-mobile-navigation-container > ul > li {
  color: black;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 10px;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 0;
  cursor: pointer;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i {
  margin: 0 0 0 5px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i.fa-sort-asc {
  padding-top: 6px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li > a {
  color: black;
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-menu {
  position: absolute;
  display: none;
}
#topStories-section {
  position: relative;
  margin: 48px 0;
}
#topStories-section .top-stories-list-item {
  position: relative;
}
#topStories-section .top-stories-list-item .top-stories-media {
  position: relative;
}
#topStories-section .top-stories-list-item .top-stories-media:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#topStories-section .top-stories-list-item .top-stories-media iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#topStories-section .top-stories-text {
  padding: 50px 90px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
  width: 100%;
  color: #ecaa00;
}
#topStories-section .top-stories-text .dateSport {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
#topStories-section .top-stories-text .top-stories-headline {
  font-family: "Roboto", sans-serif;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 12px 0 24px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  line-height: 38px;
  color: white;
  max-height: 76px;
  overflow: hidden;
}
#topStories-section .top-stories-text .top-stories-headline:hover {
  color: #ecaa00;
}
#topStories-section .top-stories-thumbnails {
  margin-top: 6px;
}
#topStories-section .top-stories-thumbnails .thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topStories-section .top-stories-thumbnails .thumbnails ul li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  border: 2px solid #ecaa00;
  width: 102px;
  height: 59px;
  margin: 0 10px 0 0;
}
#topStories-section .top-stories-thumbnails .thumbnails ul li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
#topStories-section .top-stories-thumbnails .thumbnails ul li:hover {
  cursor: pointer;
  border: 2px solid white;
}
#topStories-section .top-stories-thumbnails .thumbnails ul li:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
#topStories-section .top-stories-thumbnails .thumbnails ul li.top-stories-active {
  border: 2px solid white;
}
#topStories-section .top-stories-thumbnails .thumbnails ul li.top-stories-active:after {
  background-color: rgba(0, 0, 0, 0);
}
#topStories-section .archives {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 2px solid #ecaa00;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  display: block;
  z-index: 10;
}
#topStories-section .archives i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 21px;
  color: white;
}
#topStories-section .archives:hover {
  background-color: #ecaa00;
}
#topStories-section .archives:hover i {
  color: black;
}
.sectionTitle {
  background-color: #ecaa00;
  padding: 24px 0;
}
.sectionTitle .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.sectionTitle .title .big {
  font-size: 56px;
  line-height: 56px;
}
.sectionTitle .title .small {
  font-size: 32px;
  line-height: 28px;
}
#events-section .events {
  background-color: white;
  padding: 12px 0 24px;
}
#events-section .events .events-list .event {
  background-color: white;
  margin: 12px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#events-section .events .events-list .event .details .top {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  height: 80px;
  text-transform: uppercase;
  border-bottom: 2px solid #ecaa00;
  padding: 0 24px;
}
#events-section .events .events-list .event .details .top .sport {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#events-section .events .events-list .event .details .top .date {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
#events-section .events .events-list .event .details .top .eventIcon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: #ecaa00;
  color: black;
  line-height: 36px;
  border-radius: 50%;
  font-size: 21px;
  text-align: center;
  z-index: 2;
}
#events-section .events .events-list .event .details .bottom {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 95px;
  padding: 0 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: black;
  overflow: hidden;
}
#events-section .events .events-list .event .details .bottom .opponent {
  margin-left: 12px;
}
#events-section .events .events-list .event .details .bottom .showMedia {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  color: black;
  line-height: 22px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ecaa00;
  z-index: 4;
}
#events-section .events .events-list .event .details .bottom .showMedia:hover {
  cursor: pointer;
}
#events-section .events .events-list .event .details .bottom .media {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  width: 100%;
  height: 95px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: white;
  padding: 0 24px;
  z-index: 3;
}
#events-section .events .events-list .event .details .bottom .media a {
  text-decoration: none;
}
#events-section .events .events-list .event .details .bottom.open .showMedia {
  background-color: #ecaa00;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#events-section .events .events-list .event .details .bottom.open .media {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#events-section .calendar {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 24px;
  margin-right: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
#events-section .calendar:after {
  transition: 0.4s;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
}
#events-section .calendar:hover:after {
  content: '';
  width: 100%;
  background-color: white;
}
#events-section .viewPrevEvents,
#events-section .viewNextEvents {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  background-color: transparent;
  border: transparent;
  outline: none;
}
#events-section .viewPrevEvents i,
#events-section .viewNextEvents i {
  font-size: 24px;
}
#events-section .viewPrevEvents:hover,
#events-section .viewNextEvents:hover {
  color: black;
}
#contentStream {
  width: 100%;
  position: relative;
  background-color: white;
}
#contentStream .content-stream-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding: 24px 0;
  background-color: #ecaa00;
}
#contentStream .content-stream-nav .row {
  width: 100%;
}
#contentStream .content-stream {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
}
#contentStream ul.tabs_ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#contentStream ul.tabs_ul > div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
}
#contentStream ul.tabs_ul > div .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-right: auto;
}
#contentStream ul.tabs_ul > div .title .big {
  font-size: 56px;
  line-height: 56px;
}
#contentStream ul.tabs_ul > div .title .small {
  font-size: 32px;
  line-height: 28px;
}
#contentStream ul.tabs_ul li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 6px;
  text-align: center;
}
#contentStream ul.tabs_ul li:after {
  transition: 0.4s;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
}
#contentStream ul.tabs_ul li span.galleries {
  font-size: 0;
  height: 100%;
}
#contentStream ul.tabs_ul li span.galleries:before {
  content: 'Photos';
  font-size: 22px;
  color: white;
}
#contentStream ul.tabs_ul li span.videos {
  font-size: 0;
  height: 100%;
}
#contentStream ul.tabs_ul li span.videos:before {
  content: 'Videos';
  font-size: 22px;
  color: white;
}
#contentStream ul.tabs_ul li.active:after {
  content: '';
  width: 100%;
  background-color: white;
}
#contentStream ul.tabs_ul li:hover {
  cursor: pointer;
}
#contentStream ul.tabs_ul li:hover:after {
  content: '';
  width: 100%;
  background-color: white;
}
#contentStream .content-stream-container {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 12px 0;
}
#contentStream .content-stream-item-container {
  padding: 12px;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  width: 25%;
}
#contentStream .content-stream-item-container.featured {
  width: 50%;
}
#contentStream .content-stream-item-container .content-stream-item {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#contentStream .content-stream-item-container .content-stream-item.story .photo {
  position: relative;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.story .photo img {
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent {
  position: relative;
  background-color: white;
  border-top: none;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .headline {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: black;
  padding: 24px 12px;
  border-bottom: 2px solid #ecaa00;
  text-transform: uppercase;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .headline:hover {
  color: #ecaa00;
}
#contentStream .content-stream-item-container .content-stream-item.story .storyContent .teaser {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  height: 84px;
  overflow: hidden;
  font-weight: 600;
  color: black;
  margin: 24px 12px;
}
#contentStream .content-stream-item-container .content-stream-item.story .mediaIcon {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet {
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .photo {
  position: relative;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .photo img {
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent {
  background-color: white;
  border-top: none;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent .body {
  line-height: 21px;
  color: black;
  padding: 24px 12px 12px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent .tweet-item-user {
  position: relative;
  border-bottom: 2px solid #ecaa00;
  padding: 18px 12px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent .tweet-item-user .tweet-item-user-logo {
  display: inline-block;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent .tweet-item-user .userInfo .tweet-item-user-screen-name {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: black;
  margin: 0 12px 0 0;
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent .tweet-item-user .userInfo .tweet-item-user-screen-name:before {
  content: "@";
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul {
  list-style: none;
  padding: 0;
  margin: 0 12px 12px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul li {
  margin-right: 6px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul li a {
  color: #0f0f0f;
  font-size: 21px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul li a:hover {
  color: #ecaa00;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul li a i:before {
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul li a span {
  position: absolute;
  left: -9999px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweetContent ul .date {
  margin-left: auto;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet a {
  text-decoration: none;
  color: #ecaa00;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .photo {
  position: relative;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .photo img {
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instaUser {
  position: relative;
  background-color: white;
  border-top: none;
  width: 100%;
  padding: 24px 12px;
  border-bottom: 2px solid #ecaa00;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: 700;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .instaLikes {
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #0f0f0f;
  padding: 24px 12px;
}
#contentStream .content-stream-item-container .content-stream-item.instagram .mediaIcon {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photo {
  position: relative;
  width: 100%;
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photo .photoImage {
  position: relative;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photo .photoImage img {
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.gallery .photo .mediaIcon {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video {
  position: relative;
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video img {
  width: 100%;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video.video-is-playing .videoContainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  background-color: transparent;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: 0;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .media-video .mediaIcon {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent {
  position: relative;
  background-color: white;
  border-top: none;
  width: 100%;
  padding: 24px 12px;
  border-bottom: 2px solid #ecaa00;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .videoContent .headline {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: 700;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .share-buttons {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 24px 12px;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #0f0f0f;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .share-buttons a {
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.allaccess .share-buttons a:hover {
  color: #ecaa00;
}
#contentStream .content-stream-item-container .content-stream-item .mediaIcon {
  width: 36px;
  height: 36px;
  background-color: #ecaa00;
  color: black;
  line-height: 36px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}
#contentStream .loadMore {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 160px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: black;
  margin: 12px auto 48px;
  background-color: white;
  position: relative;
  border: 2px solid #ecaa00;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#contentStream .loadMore:hover {
  background-color: #ecaa00;
  cursor: pointer;
}
#aow-section {
  position: relative;
  min-height: 275px;
}
#aow-section:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#aow-section .aotw-logo {
  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%);
  z-index: 3;
}
#aow-section .aow-wrapper .award-item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
}
#aow-section .aow-wrapper .award-item img {
  max-height: 273px;
}
#aow-section .aow-wrapper .award-item .award-item-media {
  margin: 0 24px;
}
#aow-section .aow-wrapper .award-item:first-child {
  text-align: right;
}
#aow-section .aow-wrapper .award-item:first-child .award-item-media {
  order: 1;
  -webkit-order: 1;
}
#aow-section .aow-wrapper .award-item-text {
  margin-bottom: 48px;
}
#aow-section .aow-wrapper .award-item-text .fname {
  color: #ecaa00;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
#aow-section .aow-wrapper .award-item-text .lname {
  color: white;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
#aow-section .aow-wrapper .award-item-text .sport {
  color: #ecaa00;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 600;
}
#aow-section .aow-wrapper .awards-list {
  position: relative;
  z-index: 2;
}
#aow-section .aow-wrapper .awards-list .row > div {
  margin: 0 24px;
}
#aow-section .aow-wrapper .slick-dots {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#aow-section .aow-wrapper .slick-dots li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  min-width: 1px;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
#aow-section .aow-wrapper .slick-dots li.slick-active button {
  background-color: white;
}
#aow-section .aow-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  border: none;
  background-color: #ecaa00;
  border-radius: 50%;
  margin: 0 6px;
  position: relative;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#aow-section .aow-wrapper .slick-dots li button:focus {
  outline: none;
}
#footerPromos {
  padding: 48px 0;
  background-color: white;
  border-bottom: 2px solid #ecaa00;
}
#footerPromos .flex {
  display: block;
}
#footerPromos .flex .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
#footerPromos .flex .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
#footer {
  background-color: white;
  padding: 48px 0px;
}
#footer .logosWrapper .copyright {
  margin: 0 auto 0 6px;
}
#footer .logosWrapper .copyright > div:first-child {
  font-family: "Jockey One", sans-serif;
  font-size: 18px;
  color: black;
}
#footer .logosWrapper .copyright .privacy a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}
#footer .logosWrapper .copyright .privacy a:hover {
  text-decoration: underline;
}
#footer .logosWrapper .vertDivider {
  width: 1px;
  height: 70px;
  background-color: black;
  margin: 0 25px;
}
#footer .logosWrapper .logo {
  margin: 0 12px;
}
.sidearm-story-template {
  background-color: white;
}
.article-wrapper.sportfile {
  padding: 0 12px;
  background-color: white;
  max-width: 1152px;
  margin: 48px auto 0;
}
.news .contentDiv_container {
  width: 100%;
  max-width: none;
  padding: 0;
  background-color: transparent;
}
.news .sidearm-story-template .sidearm-story-template-media {
  text-align: center;
}
.article-wrapper.news {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 48px auto 0;
}
.article-wrapper.news .article-image {
  position: relative;
  margin: 0 auto;
}
.article-wrapper.news .article-image img {
  width: 100%;
}
.article-wrapper.news .article-image .article-image-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: white;
  width: calc(100% - 48px);
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-wrapper.news .article-image .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  background-color: transparent;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.article-wrapper.news .article-image .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: 0;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
.article-wrapper.news .article-image .article-showcase-player {
  position: relative;
}
.article-wrapper.news .article-image .article-showcase-player .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper.news .article-image #story_media_imgPlay {
  display: block;
  width: initial;
  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%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
}
.article-wrapper.news .fullWidth {
  width: 100%;
}
.article-wrapper.news .article-content_wrapper {
  display: flex;
  display: -webkit-flex;
  flex: 1 1 320px;
  -webkit-flex: 1 1 320px;
  min-width: 1px;
  min-height: 1px;
  background-color: white;
  position: relative;
  max-width: 1240px;
}
.article-wrapper.news .article-content_wrapper:before {
  content: '';
  background-color: white;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  max-width: 376px;
}
.article-wrapper.news .article-content_wrapper .article-subheadline {
  display: none;
}
.article-wrapper.news .article-content_wrapper .print-friendly-story-button {
  display: none;
}
.article-wrapper.news .article-content_wrapper .noprint {
  display: none;
}
.article-wrapper.news .article-content_wrapper .article-content {
  padding: 24px;
  max-width: 840px;
}
.article-wrapper.news .article-content_wrapper .article-content .article-headline .dateSport {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #ecaa00;
  font-weight: 600;
}
.article-wrapper.news .article-content_wrapper .article-content .article-headline .headline {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column {
  display: flex;
  display: -webkit-flex;
  margin: 24px 0;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a {
  display: block;
  padding: 0 10px;
  text-align: center;
  height: 24px;
  background-color: #ecaa00;
  margin: 0px 5px 0 0;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  color: white;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a i {
  font-size: 14px;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a i:before {
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a span {
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-print {
  background-color: black;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-print:hover {
  background-color: #1a1a1a;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-twitter i.icon-twitter:before {
  content: '\e825';
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-google-plus {
  background-color: #e14929;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .social-column a.social-column-google-plus:hover {
  background-color: #e76f56;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content .story {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: 600;
}
.article-wrapper.news .article-content_wrapper .article-content .story p {
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-weight: 600;
}
.article-wrapper.news .article-content_wrapper .article-content .story a {
  color: #ecaa00;
}
.article-wrapper.news .article-sidebar-wrapper {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  max-width: 664px;
  padding: 0;
  margin: 0;
  background-color: black;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews {
  flex: 1 1 320px;
  -webkit-flex: 1 1 320px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .sectionTitle {
  background-color: #ecaa00;
  padding: 24px 0 24px 48px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .sectionTitle .title {
  font-family: "Jockey One", sans-serif;
  color: white;
  text-transform: uppercase;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .sectionTitle .title .big {
  font-size: 56px;
  line-height: 56px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .sectionTitle .title .small {
  font-size: 32px;
  line-height: 28px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer {
  max-width: 320px;
  margin: 0 24px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .recent-stories-list .story-wrapper {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  margin-top: 24px;
  background-color: white;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .recent-stories-list .story-wrapper a {
  display: block;
  padding: 24px;
  text-decoration: none;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .recent-stories-list .story-wrapper .story-headline .headline {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: black;
  line-height: 20px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .recent-stories-list .story-wrapper .story-headline .sport {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-transform: uppercase;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .recent-stories-list .story-wrapper .mediaIcon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  background-color: #ecaa00;
  color: black;
  line-height: 36px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
.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: #ecaa00;
  margin-top: 20px;
}
.youtube-modal-player-container .modalDetails .modalTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: black;
}
.youtube-modal-player-container .youtube-modal-close {
  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: #ecaa00;
  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: #b98500;
}
.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;
}
@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1128px) {
  #bannerText > div .text-wrapper {
    width: 100%;
    left: 0;
    padding: 12px;
  }
  #navigation .header_logo {
    top: 4px !important;
    left: 12px !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
  }
  #navigation .header_logo img {
    width: 85px !important;
  }
  .article-wrapper.news .article-sidebar-wrapper {
    max-width: 320px;
  }
  .article-wrapper.news .article-content_wrapper:before,
  .article-wrapper.news .article-sidebar-wrapper:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #bannerText > div .school {
    font-size: 36px;
    line-height: 40px;
  }
  #topStories-section .top-stories-text {
    position: static;
    background-color: black;
    padding: 24px;
  }
  #topStories-section .archives {
    right: 24px;
    bottom: 24px;
  }
  .eventCTAs {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 24px;
  }
  #contentStream .content-stream-item-container {
    width: 33%;
  }
  #contentStream .content-stream-item-container.featured {
    width: 66%;
  }
  #contentStream ul.tabs_ul > div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #contentStream ul.tabs_ul > div .title {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 24px;
    text-align: center;
  }
  #aow-section .aotw-logo {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin: 24px 0;
    text-align: center;
  }
  .article-wrapper.news .article-content_wrapper {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .article-content_wrapper .article-content {
    margin-right: 0;
    max-width: initial;
  }
  .article-wrapper.news .article-content_wrapper .article-content .story {
    padding: 0;
  }
  .article-wrapper.news .article-sidebar-wrapper {
    flex: 1 1 320px;
    -webkit-flex: 1 1 320px;
    min-width: 1px;
    min-height: 1px;
    max-width: initial;
  }
  .article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer {
    max-width: initial;
  }
  .article-wrapper.news .article-sidebar-wrapper .recentNews {
    flex: 1 1 320px;
    -webkit-flex: 1 1 320px;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  #topStories-section .top-stories-thumbnails .thumbnails ul li {
    transition: 0.2s;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 16px;
    height: 16px;
    background-color: #ecaa00;
    margin-right: 12px;
    border-radius: 50%;
  }
  #topStories-section .top-stories-thumbnails .thumbnails ul li.top-stories-active,
  #topStories-section .top-stories-thumbnails .thumbnails ul li:hover {
    cursor: pointer;
    background-color: white;
  }
  #topStories-section .top-stories-thumbnails .thumbnails ul li:after {
    display: none;
  }
  #bannerText > div .school {
    font-size: 28px;
    line-height: 32px;
  }
  #contentStream ul.tabs_ul li {
    margin: 6px;
  }
  #contentStream .content-stream-item-container {
    width: 50%;
  }
  #contentStream .content-stream-item-container.featured {
    width: 100%;
  }
  #footer .logosWrapper .vertDivider {
    width: 70px;
    height: 1px;
    margin: 40px 0;
  }
  #footer .logosWrapper .copyright {
    margin: 0px auto;
  }
}
@media screen and (max-width: 539px) {
  #topStories-section .top-stories-text .top-stories-headline {
    font-size: 28px;
    line-height: 32px;
    height: 96px;
    max-height: initial;
    margin: 12px 0;
  }
  .eventCTAs {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #events-section .calendar {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 0;
  }
  #contentStream .content-stream-item-container {
    width: 100%;
  }
  #contentStream .content-stream-item-container.featured {
    width: 100%;
  }
  #aow-section .aow-wrapper .award-item .award-item-media {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
  }
  #aow-section .aow-wrapper .award-item .award-item-media img {
    margin: 0 auto;
  }
  #aow-section .aow-wrapper .award-item-text {
    margin-bottom: 12px;
    text-align: center;
  }
  #footer .logosWrapper .copyright {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 12px;
    text-align: center;
  }
  #footer .logosWrapper .logo {
    margin: 12px;
  }
}
@media screen and (max-width: 400px) {
  
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.img-ad {
  float: right;
  margin-top: 20px;
  display: inline-block;
}
