html {
  overflow-x: hidden;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #990000;
  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 pragmatica-web, arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.row {
  max-width: 1120px;
  margin: 0 auto;
}
.hide {
  position: absolute;
  left: -9999px;
}
.index .row:before,
.index .row:after {
  content: none;
}
#content-ad .dfp-ad {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.general .sport-navigation {
  display: none;
}
.wide .main-content-placeholder {
  max-width: 1120px;
  margin: 110px auto 20px auto;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.sport .main-content-placeholder {
  margin: 165px auto 0 auto;
}
.main-content-placeholder {
  margin: 125px 0 0 0;
}
#scoreboard {
  height: 115px;
  background: white;
}
#scoreboard .scoreboard-container {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  position: relative;
}
#scoreboard .scoreboard-container .scoreboard-list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#scoreboard .scoreboard-container .sports-list {
  width: 190px;
  padding: 0 10px;
  border-right: 1px solid #cccccc;
  padding: 45px 10px 0 10px;
}
#scoreboard .scoreboard-container .sports-list select {
  height: 30px;
  border-radius: 5px;
  background: #990000;
  outline: none;
  border: none;
  font-weight: normal;
  font-size: 14px;
  color: white;
  font-family: pragmatica-web;
}
#scoreboard .scoreboard-container .sports-list > a {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  font-family: pragmatica-web;
  font-style: italic;
  text-decoration: none;
  text-transform: lowercase;
  margin: 10px 0 0 0;
}
#scoreboard .scoreboard-container .game {
  padding: 10px;
  border-right: 1px solid #cccccc;
  height: 115px;
  position: relative;
  overflow: hidden;
}
#scoreboard .scoreboard-container .game .game-container.recent .team {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#scoreboard .scoreboard-container .game .game-container.recent .team .school {
  max-width: 115px;
  padding: 0 10px 0 0;
}
#scoreboard .scoreboard-container .game .game-container.recent .team div:last-of-type {
  text-align: right;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#scoreboard .scoreboard-container .game header {
  font-weight: bold;
  font-size: 11px;
  color: #990000;
  font-family: pragmatica-web;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#scoreboard .scoreboard-container .game .team {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: bold;
  font-size: 10px;
  color: black;
  font-family: pragmatica-web;
  text-transform: uppercase;
  margin: 5px 0;
}
#scoreboard .scoreboard-container .game .team .school {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container .game .team span {
  margin: 0 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#scoreboard .scoreboard-container .game .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(235, 235, 235, 0.95);
  padding: 25px 0;
  transition: 0.2s;
}
#scoreboard .scoreboard-container .game .hover-box span {
  font-weight: bold;
  font-size: 10px;
  color: #990000;
  font-family: pragmatica-web;
  text-transform: lowercase;
  text-align: center;
  display: block;
}
#scoreboard .scoreboard-container .game .hover-box ul.event-links {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 10px 0 0 0;
}
#scoreboard .scoreboard-container .game .hover-box ul.event-links li {
  margin: 0 5px;
}
#scoreboard .scoreboard-container .game .hover-box ul.event-links li a {
  font-size: 25px;
  color: #666666;
}
#scoreboard .scoreboard-container .game .hover-box ul.event-links li.active a {
  color: #990000;
}
#scoreboard .scoreboard-container .game:hover .hover-box {
  top: 0;
  transition: 0.2s;
}
#scoreboard .scoreboard-container .slick-prev {
  width: 20px;
  height: 115px;
  border: none;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: white;
  outline: none;
  position: absolute;
  top: 0;
  left: -20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 0;
}
#scoreboard .scoreboard-container .slick-prev:before {
  content: '\e862';
  font-family: sidearm_font;
  font-size: 20px;
  color: #666666;
}
#scoreboard .scoreboard-container .slick-next {
  width: 20px;
  height: 115px;
  border: none;
  border-right: 1px solid #cccccc;
  background: white;
  outline: none;
  position: absolute;
  top: 0;
  right: -210px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 0;
}
#scoreboard .scoreboard-container .slick-next:before {
  content: '\e861';
  font-family: sidearm_font;
  font-size: 20px;
  color: #666666;
}
#navigation {
  width: 100%;
  background: #990000;
  height: 60px;
  position: absolute;
  top: 115px;
  z-index: 9000;
  left: 0;
}
#navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
#navigation .official-bar {
  border-bottom: 1px solid #bcbcbc;
  background: #ebebeb;
  padding: 7px 40px;
}
#navigation .official-bar .main-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 120px 0 55px;
  max-width: 1120px;
  margin: 0 auto;
}
#navigation .main-nav {
  width: 100%;
}
#navigation .main-navigation {
  position: relative;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  max-width: 1120px;
  margin: 0 auto;
}
#navigation .main-navigation .desktop_logo {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 9000;
  transition: 0.2s;
}
#navigation .main-navigation .desktop_logo img {
  margin: 0 auto;
  display: inherit;
}
#navigation .main-navigation .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
#navigation .main-navigation .ads-container .ad {
  margin: 0 5px;
}
#navigation .main-navigation .ads-container .ad span {
  display: none;
}
#navigation .main-navigation .ads-container .ad i {
  color: white;
}
#navigation .main-navigation #search {
  position: relative;
  z-index: 100;
  margin-left: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.5s;
  height: 100%;
}
#navigation .main-navigation #search i {
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#navigation .main-navigation #search #search-dropdown {
  position: absolute;
  top: 100%;
  left: -99999px;
  width: 250px;
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  transition: 0.5s;
  height: 25px;
}
#navigation .main-navigation #search #search-dropdown input {
  -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;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  background-color: white;
  color: #990000;
  border: 1px solid #eeeeee;
  padding: 2.5px 8px;
}
#navigation .main-navigation #search #search-dropdown button {
  -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;
  height: 30px;
  line-height: 30px;
  background-color: black;
  color: white;
  text-align: center;
}
#navigation .main-navigation #search #search-dropdown label {
  position: absolute;
  left: -9999px;
}
#navigation .main-navigation #search #search-button input {
  background-color: black;
  border-radius: 0;
  border: solid 1px black;
}
#navigation .main-navigation #search.active i {
  color: black;
}
#navigation .main-navigation #search.active #search-dropdown {
  left: auto;
  right: 0;
  opacity: 1;
  top: 100%;
  transition: 0.5s;
}
#navigation .main-navigation .main-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
#navigation .main-navigation .main-navigation-level-1 > li {
  display: flex;
  align-items: center;
  height: 100%;
  /* assumes class name sports was set in backend */

}
#navigation .main-navigation .main-navigation-level-1 > li.donate:before {
  content: '';
  width: 1px;
  height: 30px;
  margin: 0 20px;
  background: black;
  display: inline-block;
  vertical-align: top;
}
#navigation .main-navigation .main-navigation-level-1 > li:after {
  content: '';
  width: 1px;
  height: 30px;
  margin: 0 20px;
  background: #550000;
  display: inline-block;
  vertical-align: top;
}
#navigation .main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  font-family: pragmatica-web;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 100%;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover {
  cursor: pointer;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover > a:after {
  content: '';
  width: 100%;
  height: 5px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover > div {
  left: 0;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports ul {
  width: 365px;
  margin: 0 0 20px 0;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports ul:last-of-type {
  margin-left: 96px;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li {
  display: flex;
  display: -webkit-flex;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a {
  margin: 0 5px;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  text-transform: capitalize;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
  font-weight: 700;
  font-size: 16px;
  color: #990000;
  font-family: pragmatica-web;
  text-transform: uppercase;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  border: none;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: sidearm_font;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.facebook:before {
  content: '\e805';
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.twitter:before {
  content: '\e825';
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.instagram:before {
  content: '\e811';
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.tickets {
  display: none;
}
#navigation .main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 8999;
  left: -9999px;
  top: 100%;
  width: 100%;
  background-color: #ebebeb;
}
#navigation .main-navigation .main-navigation-level-2:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: 100%;
}
#navigation .main-navigation .main-navigation-level-2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 100%;
}
#navigation .main-navigation .main-navigation-level-2 .inside {
  width: 880px;
  margin: 0 auto;
  padding: 50px 0 20px 0;
  display: flex;
  display: -webkit-flex;
}
#navigation .main-navigation .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#navigation .main-navigation .main-navigation-level-2 li {
  padding: 5px 10px;
  line-height: 1em;
  border-bottom: 1px dotted #c5c5c5;
}
#navigation .main-navigation .main-navigation-level-2 li.separator {
  margin: 0 0 10px 0;
  border-bottom: none;
}
#navigation .main-navigation .main-navigation-level-2 li.separator span {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  font-family: pragmatica-web;
  font-style: italic;
  text-transform: uppercase;
}
#navigation .main-navigation .main-navigation-level-2 li:hover:not(.separator) {
  background: #990000;
}
#navigation .main-navigation .main-navigation-level-2 li:hover:not(.separator) a {
  color: white !important;
}
#navigation .main-navigation .main-navigation-level-2 li span {
  color: #666666;
}
#navigation .main-navigation .main-navigation-level-2 li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #990000;
  font-family: pragmatica-web;
  text-transform: uppercase;
}
#navigation .mobile_menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 10px;
}
#navigation .mobile_menu > a {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
#navigation .mobile_menu .icon-menu {
  position: relative;
  z-index: 998;
  color: white;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#navigation .mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #990000;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 9000;
  overflow: hidden;
  line-height: 1em;
}
#navigation .mobile_menu .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 50px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: white;
  font-family: pragmatica-web;
  text-transform: uppercase;
  position: relative;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a:hover {
  color: #ebebeb;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #ebebeb;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
#navigation .mobile_menu .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  background-color: #ebebeb;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: black;
  font-family: pragmatica-web;
  text-transform: uppercase;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li.separator a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: black;
  font-family: pragmatica-web;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li:hover:not(.separator) a {
  color: black;
}
#navigation .mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s;
}
#navigation .mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: #990000;
  z-index: 2;
  color: white;
}
.sport-navigation {
  width: 100%;
  background: #ebebeb;
  z-index: 8999;
  height: 40px;
  border-bottom: 1px solid #bcbcbc;
  z-index: 8998;
}
.sport-navigation .main-row {
  position: relative;
}
.sport-navigation ul.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  display: flex;
  display: -webkit-flex;
  height: 50px;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation ul.level-1 > li {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  margin: 0 5px;
}
.sport-navigation ul.level-1 > li.sport-home {
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
}
.sport-navigation ul.level-1 > li.sport-home a {
  font-weight: 700;
  font-size: 18px;
  color: #990000;
  font-family: pragmatica-web;
  font-style: italic;
  text-transform: uppercase;
}
.sport-navigation ul.level-1 > li > div a {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.sport-navigation ul.level-1 > li > ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 170px;
  z-index: 9000;
  background: white;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li {
  text-align: center;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li > a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  font-family: pragmatica-web;
  display: block;
  text-align: right;
  line-height: 30px;
}
.sport-navigation ul.level-1 > li > ul.level-2 > li > a:hover {
  color: #990000;
}
.sport-navigation ul.level-1 > li:hover {
  cursor: pointer;
}
.sport-navigation ul.level-1 > li:hover > a {
  color: #990000;
}
.sport-navigation ul.level-1 > li:hover > ul.level-2 {
  right: 0;
  left: auto;
}
.sport-navigation .sports-menu.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: relative;
  height: 100%;
  padding: 0 10px;
  background: #ebebeb;
}
.sport-navigation .sports-menu.mobile .sports-mobile-navigation-home a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #990000;
  font-family: pragmatica-web;
}
.sport-navigation .sports-menu.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
  color: #990000;
}
.sport-navigation .sports-menu.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sports-menu.mobile > ul > li.more {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
.sport-navigation .sports-menu.mobile > ul > li > a {
  line-height: 2;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  text-decoration: none;
}
.sport-navigation .sports-menu.mobile > ul > li > a:hover {
  text-decoration: underline;
}
.sport-navigation .sports-menu.mobile > ul > i {
  margin-left: auto;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sports-menu.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
  transition: 0.2s opacity;
  opacity: 0;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 {
  display: block;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  text-decoration: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open {
  position: relative;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
  width: 100%;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-2 li {
  padding: 0;
  border: none;
}
.sport-navigation .sports-menu.mobile .dropdown-menu .level-2 li a {
  display: block;
  padding: 4px 15px;
  background-color: white;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
}
body.mobile-menu-open.sports-nav .sport-navigation .sports-menu.mobile .dropdown-menu {
  left: 0;
  transition: 0.2s opacity;
  opacity: 1;
}
#top-stories .top-stories-item {
  max-height: 630px;
  position: relative;
}
#top-stories .top-stories-item .top-stories-media {
  position: relative;
  width: 1120px;
  height: 630px;
}
#top-stories .top-stories-item .top-stories-media:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/images/mainstory_gradient.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#top-stories .top-stories-item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#top-stories .top-stories-item .top-stories-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 40px;
}
#top-stories .top-stories-item .top-stories-text .top-stories-headline {
  font-weight: bold;
  font-size: 50px;
  color: white;
  font-family: pragmatica-web;
  text-decoration: none;
  outline: none;
  line-height: 1em;
}
#top-stories .top-stories-item .top-stories-text .date-sport {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-weight: 400;
  font-size: 13px;
  color: white;
  font-family: pragmatica-web;
  font-style: italic;
  align-items: center;
  -webkit-align-items: center;
  margin: 20px 0 0 0;
}
#top-stories .top-stories-item .top-stories-text .date-sport ul.slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#top-stories .top-stories-item .top-stories-text .date-sport ul.slick-dots li {
  margin: 0 5px;
  font-size: 0;
}
#top-stories .top-stories-item .top-stories-text .date-sport ul.slick-dots li.slick-active button {
  background: #990000;
}
#top-stories .top-stories-item .top-stories-text .date-sport ul.slick-dots li button {
  width: 10px;
  height: 12px;
  background: white;
  border-radius: 100%;
  outline: none;
  border: none;
}
#top-stories .top-stories-thumbnails {
  margin: 40px 0 0 0;
}
#top-stories .top-stories-thumbnails ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#top-stories .top-stories-thumbnails ul li {
  padding: 10px;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 310px;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
}
#top-stories .top-stories-thumbnails ul li > div {
  padding: 20px;
}
#top-stories .top-stories-thumbnails ul li > div div {
  font-weight: 600;
  font-size: 15px;
  color: #990000;
  font-family: pragmatica-web;
}
#top-stories .top-stories-thumbnails ul li > div div:last-of-type {
  font-weight: 300;
  font-size: 13px;
  color: #bcbcbc;
  font-family: pragmatica-web;
}
#top-stories .top-stories-thumbnails ul li > div div:last-of-type a {
  font-weight: 300;
  font-size: 13px;
  color: #bcbcbc;
  font-family: pragmatica-web;
  text-decoration: none;
}
#top-stories .top-stories-thumbnails ul li.top-stories-active {
  background: #990000;
  border: none;
}
#top-stories .top-stories-thumbnails ul li.top-stories-active:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #990000;
}
#top-stories .top-stories-thumbnails ul li.top-stories-active div {
  color: white !important;
}
#top-stories .top-stories-thumbnails ul li:last-of-type {
  border-right: none;
}
#top-stories .top-stories-thumbnails > a {
  display: block;
  text-align: right;
  font-weight: 300;
  font-size: 13px;
  color: #990000;
  font-family: pragmatica-web;
  font-style: italic;
  text-decoration: none;
  margin: 20px 0 0 0;
}
#content-stream {
  background: #ebebeb;
  padding: 40px 0 50px 0;
  border-top: 1px solid #bcbcbc;
  margin: 40px 0 0 0;
}
#content-stream .content-stream-container {
  max-width: 1140px;
  margin: 0 auto;
}
#content-stream .content-stream-header {
  background: #990000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: white;
  font-family: pragmatica-web;
  font-style: italic;
  display: inline-block;
  padding: 5px;
  margin: 0 0 30px 0;
  line-height: 1em;
}
#content-stream .content-stream-item-container {
  width: 33.33333%;
  padding: 10px;
  height: 360px;
}
#content-stream .content-stream-item-container .content-stream-item {
  background: white;
  position: relative;
}
#content-stream .content-stream-item-container .content-stream-item .pin {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: #990000;
  color: white;
  font-size: 30px;
}
#content-stream .content-stream-item-container .content-stream-item.instagram img {
  height: 360px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter {
  padding: 30px;
  height: 100%;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .user a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .user a > div {
  margin: 0 0 0 20px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .user a > div div:first-of-type {
  font-weight: 700;
  font-size: 19px;
  color: black;
  font-family: pragmatica-web;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .user a > div div:last-of-type {
  font-weight: 300;
  font-size: 15px;
  color: #990000;
  font-family: pragmatica-web;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .body {
  margin: 20px 0;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  font-family: pragmatica-web;
}
#content-stream .content-stream-item-container .content-stream-item.twitter .body a {
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  font-family: pragmatica-web;
  text-decoration: none;
}
#content-stream .content-stream-item-container .content-stream-item.twitter ul {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 0 -5px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter ul li {
  margin: 0 5px;
}
#content-stream .content-stream-item-container .content-stream-item.twitter ul li a {
  color: #666666;
  font-size: 0;
}
#content-stream .content-stream-item-container .content-stream-item.twitter ul li a i {
  font-size: 15px;
}
#videos {
  background: white;
  padding: 40px 0;
}
#videos .video-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#videos .video-header div {
  background: #990000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: white;
  font-family: pragmatica-web;
  font-style: italic;
  display: inline-block;
  padding: 5px;
  margin: 0 0 30px 0;
  line-height: 1em;
}
#videos .video-header a {
  font-weight: 300;
  font-size: 13px;
  color: #990000;
  font-family: pragmatica-web;
  font-style: italic;
  text-decoration: none;
}
#videos .youtube-list {
  margin: 0 -10px;
}
#videos .youtube-list .youtube-list-item {
  margin: 0 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#videos .youtube-list .youtube-list-item .youtube-img {
  position: relative;
}
#videos .youtube-list .youtube-list-item .youtube-img img {
  width: 100%;
}
#videos .youtube-list .youtube-list-item a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/wsu.sidearmsports.com/images/play_button.png');
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#videos .youtube-list .youtube-list-item .youtube-info {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 20px;
}
#videos .youtube-list .youtube-list-item .youtube-info .title {
  font-weight: 300;
  font-size: 15px;
  color: #990000;
  font-family: pragmatica-web;
}
#videos .youtube-list .youtube-list-item .youtube-info a {
  font-weight: 300;
  font-size: 13px;
  color: #666666;
  font-family: pragmatica-web;
  font-style: italic;
  text-decoration: none;
  text-align: right;
  display: block;
}
#videos .youtube-list .youtube-list-item:hover {
  cursor: pointer;
}
#videos .youtube-list .youtube-list-item:hover .youtube-img a {
  background: url(/images/play_button_b.png);
}
#videos .youtube-list .youtube-list-item:hover .youtube-img:before {
  content: none;
}
#videos .youtube-list .youtube-list-item:hover .youtube-info {
  background: #990000;
}
#videos .youtube-list .youtube-list-item:hover .youtube-info .title,
#videos .youtube-list .youtube-list-item:hover .youtube-info a {
  color: white;
}
#videos ul.slick-dots {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#videos ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
#videos ul.slick-dots li.slick-active button {
  background: #990000;
}
#videos ul.slick-dots li button {
  width: 10px;
  height: 12px;
  background: #666666;
  border-radius: 100%;
  border: none;
  outline: none;
}
#promo {
  margin: 0 0 20px 0;
}
#promo .ad {
  display: flex;
  display: -webkit-flex;
}
#promo .ad:nth-child(even) {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#promo ul.slick-dots {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#promo ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
#promo ul.slick-dots li.slick-active button {
  background: #990000;
}
#promo ul.slick-dots li button {
  width: 10px;
  height: 12px;
  background: #666666;
  border-radius: 100%;
  border: none;
  outline: none;
}
#sponsors {
  padding: 0 0 40px 0;
  border-bottom: 1px dotted #c5c5c5;
}
#sponsors .ads-container {
  margin: 0 -10px;
}
#sponsors .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 10px;
}
#sponsors ul.slick-dots {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#sponsors ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
#sponsors ul.slick-dots li.slick-active button {
  background: #990000;
}
#sponsors ul.slick-dots li button {
  width: 10px;
  height: 12px;
  background: #666666;
  border-radius: 100%;
  border: none;
  outline: none;
}
#footer {
  padding: 40px 0 0 0;
}
#footer .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#footer .footer-text {
  text-align: center;
  margin: 40px 0;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  font-family: pragmatica-web;
}
#footer .footer-text div:last-of-type {
  font-weight: 700;
}
#footer .footer-links {
  background: #990000;
  text-align: center;
}
#footer .footer-links a,
#footer .footer-links span {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  color: white;
  font-family: pragmatica-web;
  font-style: italic;
}
.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;
  z-index: 9001;
}
.youtube-modal-container.video-is-playing {
  left: 0;
  opacity: 1;
}
.youtube-modal-container .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #990000;
  font-size: 25px;
}
.youtube-modal-container .close:hover {
  cursor: pointer;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 40px 20px 20px 20px;
  position: relative;
}
.youtube-modal-player-container .title {
  margin: 20px 0;
  font-weight: 700;
  font-size: 20px;
  color: black;
  font-family: pragmatica-web;
}
.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;
}
.article-wrapper.news {
  max-width: 1120px;
  margin: 40px auto 0 auto;
}
.article-wrapper.news .article-image {
  width: 100%;
}
.article-wrapper.news .article-image .media_object_image {
  width: 100% !important;
}
.article-wrapper.news .article-info {
  padding: 0 40px;
}
.article-wrapper.news .article-headline {
  margin: 40px 0 20px 0;
  font-weight: 700;
  font-size: 50px;
  color: #990000;
  font-family: pragmatica-web;
  line-height: 1em;
}
.article-wrapper.news .social-bar {
  display: flex;
  display: -webkit-flex;
  padding: 20px 0;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}
.article-wrapper.news .social-bar > a {
  display: block;
  width: 45px;
  height: 35px;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: white;
}
.article-wrapper.news .social-bar > a.social-bar-print {
  background: #cc0000;
  transition: 0.25s;
}
.article-wrapper.news .social-bar > a.social-bar-twitter {
  background-color: #00abf0;
  transition: 0.25s;
}
.article-wrapper.news .social-bar > a.social-bar-facebook {
  background-color: #39579a;
  transition: 0.25s;
}
.article-wrapper.news .social-bar > a.social-bar-email {
  background-color: #ff9c00;
  transition: 0.25s;
}
.article-wrapper.news .social-bar > a.social-bar-pinterest {
  background-color: #ce1d1f;
  transition: 0.25s;
}
.article-wrapper.news .article-date {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
  font-style: italic;
  margin: 20px 0 0 0;
}
.article-wrapper.news .article-content {
  padding: 40px 0;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-family: pragmatica-web;
}
@media screen and (max-width: 1120px) {
  .sport .main-content-placeholder {
    margin: 125px auto 0 auto;
  }
  #top-stories .top-stories-item {
    max-height: none;
    height: 100%;
    width: 100%;
  }
  #top-stories .top-stories-item .top-stories-media {
    height: auto;
    width: 100%;
    background: none;
  }
  #content-stream .row {
    padding: 0 10px;
  }
  #videos .row {
    padding: 0 10px;
  }
  #promo {
    padding: 0 10px;
  }
  #promo .ads-container {
    margin: 0 -10px;
  }
  #promo .ad {
    margin: 0 10px;
  }
  #sponsors {
    padding: 0 10px 40px 10px;
  }
  #footer {
    padding: 40px 10px 0 10px;
  }
  #footer .ads-container {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .ads-container .ad {
    margin: 10px;
  }
  #footer .footer-links {
    margin: 0 -10px;
  }
  #promo .ad:nth-child(even) {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #promo .ad {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #content-stream .content-stream-item-container .content-stream-item.instagram img {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #top-stories .top-stories-thumbnails {
    display: none;
  }
  #content-stream {
    margin: 0;
  }
  #content-stream .content-stream-item-container {
    width: 50%;
    height: auto;
  }
  #content-stream .content-stream-item-container .content-stream-item.instagram img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .official-bar {
    display: none;
  }
  #top-stories .top-stories-item .rotator-buttons {
    display: none;
  }
  #top-stories .top-stories-item .top-stories-media:before {
    content: none;
  }
  #top-stories .top-stories-item .top-stories-text {
    height: auto;
    width: 100%;
    position: static;
    display: block;
    padding: 20px;
  }
  #top-stories .top-stories-item .top-stories-text .top-stories-headline {
    color: black;
    font-size: 30px;
  }
  #top-stories .top-stories-item .top-stories-text .date-sport {
    color: black;
  }
  .article-wrapper.news .article-headline {
    font-size: 30px;
  }
  .youtube-modal-player-container {
    width: 100%;
  }
  .article-wrapper.news .article-info {
    padding: 0 20px;
  }
  #scoreboard .slick-next,
  #scoreboard .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  #content-stream .content-stream-item-container {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #scoreboard .scoreboard-container .sports-list {
    display: none;
  }
}
#col-staff_email {
  font-size: 0;
}
#col-staff_email:before {
  content: 'Email';
  color: white;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  vertical-align: bottom;
}
td[headers*="col-staff_email"] {
  text-align: center;
}
td[headers*="col-staff_email"] a {
  text-decoration: none;
  font-size: 0;
}
td[headers*="col-staff_email"] a:before {
  font-family: sidearm_font;
  content: "\e804";
  font-size: 20px;
  color: black;
}
td[headers*="col-staff_twitter"] {
  text-align: center;
}
td[headers*="col-staff_twitter"] a {
  text-decoration: none;
  font-size: 0;
}
td[headers*="col-staff_twitter"] a:before {
  font-family: sidearm_font;
  content: "\e825";
  font-size: 20px;
  color: black;
}
.cume-stats .dialog .header .close {
  color: white;
}
.gsc-inline-block {
  white-space: nowrap;
}
.sidearm-story-template-post .sidearm-story-template-media-image ul {
  z-index: 9;
}
.sidearm-story-template-post .sidearm-story-template-media-image ul li {
  transition: 0.25s;
}
.wswim .sidearm-schedule-record li:nth-child(3),
.aandt .sidearm-schedule-record li:nth-child(3) {
  display: none;
}
