@font-face {
  font-family: 'american_captainregular';
  src: url('includes/assets/fonts/american_captain-webfont.ttf');
  src: url('/includes/assets/fonts//american_captain-webfont.woff2') format('woff2'), url('/includes/assets/fonts//american_captain-webfont.woff') format('woff'), url('/includes/assets/fonts/american_captain-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.sid-box-shadow {
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-inset {
  box-shadow: inset 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-invert {
  box-shadow: 0 -5px 0 rgba(0,0,0,0.1);
}
.sid-skew-right {
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.sid-skew-right-reset {
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.sid-skew-right-b {
  -webkit-transform: skew(-220deg);
  -moz-transform: skew(-220deg);
  transform: skew(-220deg);
}
.sid-skew-right-b-reset {
  -webkit-transform: skew(220deg);
  -moz-transform: skew(220deg);
  transform: skew(220deg);
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #003f5f;
  font-weight: 700;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: underline;
  color: #001d2c;
}
a:visited {
  color: #003f5f;
}
strong,
b {
  font-weight: 700;
}
table th,
table tr.header td {
  background: #b61a0d;
  color: #fff;
}
form {
  margin: 0;
}
ul,
ol {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
ul.unstyled,
ol.unstyled {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'american_captainregular', sans-serif;
  line-height: 1;
  padding: 5px 0;
  margin: 5px 0 5px;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
hr {
  border: 0;
  border-bottom: 1px solid #c6c6c6;
  margin: 10px 0;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #003f5f;
  border-color: #003f5f;
  color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f3901d;
}
.img-thumbnail {
  padding: 0;
  border: 0;
}
.no-rounded-corners * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
}
.well {
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.nowrap {
  white-space: nowrap;
}
.list-group .list-group-item {
  border-radius: 0;
}
.schedule-key-list {
  font-style: italic;
}
.row.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.badge {
  background: transparent;
  border: 0;
  padding: 0;
  color: #222;
  font-weight: 700;
}
table.dataTable tbody tr.dt-group-title td,
.section-title {
  background-color: #003f5f;
  color: #fff;
  font-size: 1.0rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1;
}
.panel,
.box {
  border: 0;
  text-align: left;
  margin: 0 0 15px;
  box-shadow: none;
  background: transparent;
}
.panel .other-schedules,
.panel .boxtitle-links,
.box .other-schedules,
.box .boxtitle-links {
  text-align: left;
  font-size: 0.9rem;
  text-transform: initial;
}
.panel .other-schedules a,
.panel .other-schedules a:link,
.panel .other-schedules a:visited,
.panel .other-schedules a:active,
.panel .other-schedules a:hover,
.panel .boxtitle-links a,
.panel .boxtitle-links a:link,
.panel .boxtitle-links a:visited,
.panel .boxtitle-links a:active,
.panel .boxtitle-links a:hover,
.box .other-schedules a,
.box .other-schedules a:link,
.box .other-schedules a:visited,
.box .other-schedules a:active,
.box .other-schedules a:hover,
.box .boxtitle-links a,
.box .boxtitle-links a:link,
.box .boxtitle-links a:visited,
.box .boxtitle-links a:active,
.box .boxtitle-links a:hover {
  color: #003f5f;
}
.panel .other-schedules a:active,
.panel .other-schedules a:hover,
.panel .boxtitle-links a:active,
.panel .boxtitle-links a:hover,
.box .other-schedules a:active,
.box .other-schedules a:hover,
.box .boxtitle-links a:active,
.box .boxtitle-links a:hover {
  color: #ef3829;
}
.panel .other-schedules li,
.panel .boxtitle-links li,
.box .other-schedules li,
.box .boxtitle-links li {
  display: inline-block;
}
.panel .other-schedules .fa,
.panel .boxtitle-links .fa,
.box .other-schedules .fa,
.box .boxtitle-links .fa {
  height: 30px;
  line-height: 30px;
  font-size: inherit;
}
.panel .panel-heading,
.panel .box-title,
.box .panel-heading,
.box .box-title {
  text-transform: uppercase;
  color: #000;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  padding: 0 0 10px;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
}
.panel .panel-body,
.panel .box-content,
.box .panel-body,
.box .box-content {
  background: #fff;
  padding: 15px;
}
.panel.wide-button .panel-body,
.box.wide-button .panel-body {
  background: transparent;
}
.panel.wide-button .infoBox,
.box.wide-button .infoBox {
  margin: 0;
}
.panel.wide-button .infoBox .info,
.box.wide-button .infoBox .info {
  padding: 0;
}
.infoBox {
  margin: 0 0 15px;
}
.infoBox .info {
  background: transparent;
  text-align: center;
  margin: 0 0 15px;
}
.infoBox .info img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.infoBox .info .adCaption {
  background: rgba(0,0,0,0.1);
  color: #222;
  padding: 5px 15px;
}
input.frmButton,
.btn,
input[type="submit"] {
  color: #fff;
  border: 0;
  background: #003f5f;
  cursor: pointer;
  height: auto;
  padding: 5px 12px 4px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Russo One', sans-serif;
  font-size: 0.8rem;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
}
input.frmButton:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #085a80;
  border-color: rgba(0,0,0,0.1);
  color: #fff;
}
input.frmButton.btn-secondary,
.btn.btn-secondary,
input[type="submit"].btn-secondary {
  background: #ef3829;
  color: #fff;
}
input.frmButton.btn-secondary:hover,
.btn.btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
  background: #111;
}
input.frmButton.btn-tertiary,
.btn.btn-tertiary,
input[type="submit"].btn-tertiary {
  background: #f3901d;
  color: #222;
}
input.frmButton.btn-tertiary:hover,
.btn.btn-tertiary:hover,
input[type="submit"].btn-tertiary:hover {
  background: #f9be7b;
}
input.frmButton.btn-default,
.btn.btn-default,
input[type="submit"].btn-default {
  background: #f5f5f5;
  color: #222;
}
input.frmButton.btn-default:hover,
.btn.btn-default:hover,
input[type="submit"].btn-default:hover {
  background: #c6c6c6;
}
input.frmButton.btn-default.active,
.btn.btn-default.active,
input[type="submit"].btn-default.active {
  background: #c6c6c6;
  border-color: rgba(0,0,0,0.1);
  box-shadow: none;
}
input.frmButton.btn-primary,
.btn.btn-primary,
input[type="submit"].btn-primary {
  background: #003f5f;
  color: #fff;
}
input.frmButton.btn-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  background: #085a80;
}
input.frmButton.btn-link,
.btn.btn-link,
input[type="submit"].btn-link {
  background: transparent;
  color: #003f5f;
  border-color: transparent;
}
input.frmButton.btn-link:hover,
.btn.btn-link:hover,
input[type="submit"].btn-link:hover {
  background: transparent;
  color: #001d2c;
  text-decoration: underline;
}
input.frmButton.btn-toggle,
.btn.btn-toggle,
input[type="submit"].btn-toggle {
  color: #222;
}
input.frmButton.btn-toggle:hover,
input.frmButton.btn-toggle[aria-expanded="true"],
.btn.btn-toggle:hover,
.btn.btn-toggle[aria-expanded="true"],
input[type="submit"].btn-toggle:hover,
input[type="submit"].btn-toggle[aria-expanded="true"] {
  color: #003f5f;
}
input.frmButton.dropdown-toggle,
.btn.dropdown-toggle,
input[type="submit"].dropdown-toggle {
  text-transform: inherit;
}
input.frmButton.btn-text,
.btn.btn-text,
input[type="submit"].btn-text {
  padding: 0;
  background: transparent;
  color: #003f5f;
  border: 0;
  border-radius: 0;
  line-height: 1;
  text-transform: inherit;
}
input.frmButton.btn-text:hover,
.btn.btn-text:hover,
input[type="submit"].btn-text:hover {
  background: transparent;
  color: #001d2c;
  text-decoration: underline;
}
input.frmButton > .fa,
.btn > .fa,
input[type="submit"] > .fa {
  font-size: 0.9em;
}
.nav-edu {
  display: inline-block;
  float: right;
}
.nav-edu li a,
.nav-edu li a:link,
.nav-edu li a:visited,
.nav-edu li a:active,
.nav-edu li a:hover {
  color: #f3901d;
}
.nav-edu li a:active,
.nav-edu li a:hover {
  color: #f3901d;
}
.nav-edu li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 5px 15px;
}
.nav-edu li a:hover {
  background: none;
  text-decoration: underline;
}
.site-header #sid-primary-menu .navbar-nav.social-links {
  float: right;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link {
  vertical-align: top;
  border: 0;
  float: left;
  margin: 0 2px;
  text-align: center;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
  background: #b61a0d;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:link,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:visited,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:active,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:hover {
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:active,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link a:hover {
  color: #085a80;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:visited,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:active,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:hover {
  background: #f3901d;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:visited a,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:active a,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:hover a {
  color: #003f5f;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:visited a .fa-gamecentral,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:active a .fa-gamecentral,
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link:hover a .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/GameCentralAlt.png") no-repeat center center transparent;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link.searchToggle.active {
  background: #f3901d;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link.searchToggle.active a {
  color: #003f5f;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link .tooltip {
  z-index: 2000;
  opacity: 1;
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link .tooltip-arrow {
  display: none;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link .tooltip-inner {
  background: none;
  color: #fff;
  width: 200px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  border-radius: 0;
  line-height: .5;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link > a {
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
  text-align: center;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  vertical-align: top;
  padding: 0 5px;
  min-width: 25px;
  font-size: 0.75rem;
  float: left;
  background: none;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link > a .fa {
  font-size: 1rem;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link > a:hover {
  background: none;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link > a .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/GameCentral.png") no-repeat center center transparent;
  height: 18px;
  width: 18px;
}
.site-header #sid-primary-menu .navbar-nav.social-links > li.social-link > a .fa-mobile {
  font-size: 1.5rem;
}
.site-header {
  position: relative;
}
.site-header #primary-menu {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  margin-top: 0;
  z-index: 999;
  background: transparent;
}
.site-header #primary-menu > .pull-right.col-lg-3 {
  z-index: 999;
}
.site-header .top-menu {
  background: transparent;
}
.site-header .site-logo-desktop {
  height: 120px;
  padding: 10px 0;
}
.site-header .site-logo-desktop img {
  height: 100%;
}
.site-header #sid-primary-menu {
  border: 0;
  margin-bottom: 0;
  background: transparent;
  z-index: 999;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-name {
  font-weight: 700;
  color: #003f5f !important;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-name:hover {
  color: #003f5f !important;
}
.site-header #sid-primary-menu .column-head,
.site-header #sid-primary-menu .sport-name {
  font-family: 'Oswald', sans-serif;
}
.site-header #sid-primary-menu .js-offcanvas-logo {
  padding: 10px;
  margin-top: -5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.site-header #sid-primary-menu .mobile-social-links {
  margin: 0 -13px;
}
.site-header #sid-primary-menu .mobile-social-links a,
.site-header #sid-primary-menu .mobile-social-links a:link,
.site-header #sid-primary-menu .mobile-social-links a:visited,
.site-header #sid-primary-menu .mobile-social-links a:active,
.site-header #sid-primary-menu .mobile-social-links a:hover {
  color: #ef3829;
}
.site-header #sid-primary-menu .mobile-social-links a:active,
.site-header #sid-primary-menu .mobile-social-links a:hover {
  color: #b61a0d;
}
.site-header #sid-primary-menu .mobile-social-links .social-links {
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
  margin: 0 0 15px;
  display: table;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link {
  height: 40px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 0;
  background: none;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:link,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:visited,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:active,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:hover {
  color: #085a80;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:active,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link a:hover {
  color: #085a80;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link .tooltip {
  display: none !important;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:visited,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:active,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:hover {
  background: none;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:visited a,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:active a,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:hover a {
  color: #003f5f;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:visited a .fa-gamecentral,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:active a .fa-gamecentral,
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link:hover a .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/GameCentralAlt.png") no-repeat center center transparent;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link > a {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  vertical-align: top;
  padding: 0 5px;
  display: block;
}
.site-header #sid-primary-menu .mobile-social-links .social-links > li.social-link > a .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/GameCentralAlt.png") no-repeat center center transparent;
}
.site-header #sid-primary-menu .mobile-social-links .fa-mobile-phone {
  font-size: 1.7em;
}
.site-header #sid-primary-menu .navbar-header {
  height: 60px;
  padding: 0;
  z-index: 200;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand {
  z-index: 1000;
  padding: 0 15px;
  height: 100px;
  margin-top: -30px;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo {
  position: relative;
  z-index: 1000;
  display: inline-block;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
  text-align: center;
  max-width: 100%;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li {
  float: left;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a {
  color: #fff;
  position: relative;
  background: #b61a0d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -20px;
  border-top: 60px solid transparent;
  border-right: 20px solid #b61a0d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  border-bottom: 60px solid transparent;
  border-left: 20px solid #b61a0d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:hover {
  color: #003f5f;
  background: #f3901d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:hover:before {
  border-right-color: #f3901d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:hover:after {
  border-left-color: #f3901d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li.active .dropdown-toggle {
  color: #003f5f;
  background: #f3901d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li.active .dropdown-toggle:before {
  border-right-color: #f3901d;
}
.site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li.active .dropdown-toggle:after {
  border-left-color: #f3901d;
}
.site-header #sid-primary-menu .navbar-nav > li.active
				.site-header #sid-primary-menu .navbar-nav > li:hover > a {
  background: transparent;
  color: #003f5f;
}
.site-header #sid-primary-menu .navbar-nav > li a {
  color: #ef3829;
}
.site-header #sid-primary-menu .navbar-nav > li.clearfix,
.site-header #sid-primary-menu .navbar-nav > li > a {
  font-family: 'american_captainregular', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
.site-header #sid-primary-menu .navbar-nav > li > a {
  padding: 18px 15px;
  margin: 0 5px;
}
.site-header #sid-primary-menu .navbar-nav > li > a:hover {
  background: transparent;
  color: #003f5f;
}
.site-header #sid-primary-menu .navbar-nav > li.dropdown  a  .fa {
  height: 17px;
  margin-top: 0;
  vertical-align: top;
}
.site-header #sid-primary-menu .navbar-nav > li.dropdown > a > .fa {
  height: 24px;
  margin-top: 0;
}
.site-header #sid-primary-menu .navbar-nav > li.yamm-fw .dropdown-menu li .yamm-content {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/watermark-bw-10.png") no-repeat 95% 10px #fff;
  background-size: auto 240px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  border-top: 1px solid #c6c6c6;
  font-size: 0.9em;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:link,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:visited,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:active,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:hover {
  color: #003f5f;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:active,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li a:hover {
  color: #000;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .column-head {
  border-bottom: 0;
  color: #222;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .mrow strong {
  font-weight: 700;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .yamm-content {
  background: #fff;
  background-size: auto 240px;
  min-width: 240px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook {
  float: left;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook > .sport-pagelink:not(.disabled) {
  background: #003f5f;
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook > .sport-pagelink:not(.disabled):hover {
  background: #ef3829;
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook > .disabled {
  color: #111;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .sport-pagelink:not(.disabled) {
  background: #003f5f;
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .sport-pagelink:not(.disabled):hover {
  background: #ef3829;
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .disabled {
  color: #111;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li a {
  min-width: 22px;
  font-weight: 400;
  font-size: 1rem;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li a .fa {
  height: 22px;
  line-height: inherit;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links {
  font-size: 0.9em;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links li {
  padding: 0 5px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links li a {
  font-weight: 400;
}
.sport-menu {
  background: transparent;
  position: relative;
}
.sport-menu .navbar-offcanvas {
  background: #ef3829;
}
.sport-menu #sid-sport-menu {
  background: #b61a0d;
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
  font-size: .9rem;
}
.sport-menu #sid-sport-menu a,
.sport-menu #sid-sport-menu a:link,
.sport-menu #sid-sport-menu a:visited,
.sport-menu #sid-sport-menu a:active,
.sport-menu #sid-sport-menu a:hover {
  color: #fff;
}
.sport-menu #sid-sport-menu a:active,
.sport-menu #sid-sport-menu a:hover {
  color: #fff;
}
.sport-menu #sid-sport-menu a {
  font-weight: 700;
}
.sport-menu #sid-sport-menu .navbar-brand,
.sport-menu #sid-sport-menu .flex-menu-brand {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 16px;
  margin-left: -16px;
  text-transform: uppercase;
  background: #085a80;
}
.sport-menu #sid-sport-menu .navbar-brand a,
.sport-menu #sid-sport-menu .navbar-brand a:link,
.sport-menu #sid-sport-menu .navbar-brand a:visited,
.sport-menu #sid-sport-menu .navbar-brand a:active,
.sport-menu #sid-sport-menu .navbar-brand a:hover,
.sport-menu #sid-sport-menu .flex-menu-brand a,
.sport-menu #sid-sport-menu .flex-menu-brand a:link,
.sport-menu #sid-sport-menu .flex-menu-brand a:visited,
.sport-menu #sid-sport-menu .flex-menu-brand a:active,
.sport-menu #sid-sport-menu .flex-menu-brand a:hover {
  color: #fff;
}
.sport-menu #sid-sport-menu .navbar-brand .sport-name,
.sport-menu #sid-sport-menu .flex-menu-brand .sport-name {
  font-size: 1.3rem;
  padding-right: 15px;
  padding-left: 15px;
}
.sport-menu #sid-sport-menu .flex-menu-form .select-season {
  margin: 0;
  line-height: 50px;
  vertical-align: top;
}
.sport-menu #sid-sport-menu .flex-menu-form .select-season .dropdown-menu {
  z-index: 5000;
}
.sport-menu #sid-sport-menu .flex-menu-form .select-season .btn-group {
  vertical-align: text-bottom;
}
.sport-menu #sid-sport-menu .navbar-form {
  font-family: 'Russo One', sans-serif;
}
.sport-menu #sid-sport-menu .navbar-nav,
.sport-menu #sid-sport-menu #sport-flex-menu {
  max-width: 500px;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-popup,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-popup {
  z-index: 110;
  background: #fff;
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-popup .sport-link-item a,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-popup .sport-link-item a {
  color: #003f5f !important;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-popup .sport-link-item a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-popup .sport-link-item a:hover {
  color: #003f5f !important;
  background: none;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-popup .sport-link-item.active a,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-popup .sport-link-item.active a {
  color: #fff !important;
}
.sport-menu #sid-sport-menu .navbar-nav li.active a,
.sport-menu #sid-sport-menu .navbar-nav li.active a:link,
.sport-menu #sid-sport-menu .navbar-nav li.active a:visited,
.sport-menu #sid-sport-menu .navbar-nav li.active a:active,
.sport-menu #sid-sport-menu .navbar-nav li.active a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:link,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:visited,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:active,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:hover {
  color: #fff;
}
.sport-menu #sid-sport-menu .navbar-nav li.active a:active,
.sport-menu #sid-sport-menu .navbar-nav li.active a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:active,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a:hover {
  color: #003f5f;
}
.sport-menu #sid-sport-menu .navbar-nav li.active a,
.sport-menu #sid-sport-menu #sport-flex-menu li.active a {
  color: #ef3829;
}
.sport-menu #sid-sport-menu .navbar-nav li.active .dropdown-toggle,
.sport-menu #sid-sport-menu #sport-flex-menu li.active .dropdown-toggle {
  background: #f3901d;
  color: #003f5f;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-popup,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-popup {
  border: 2px solid #f5f5f5;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-allInPopup .sport-link-item.active a,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-allInPopup .sport-link-item.active a {
  color: #003f5f !important;
}
.sport-menu #sid-sport-menu .navbar-nav .sport-link-item.active > a,
.sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item.active > a {
  background: #f3901d;
}
.sport-menu #sid-sport-menu .navbar-nav .sport-link-item > a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item > a:hover {
  color: #003f5f;
  background: #f3901d;
}
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-viewMore > a:hover,
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-viewMore.active > a,
.sport-menu #sid-sport-menu .navbar-nav .flexMenu-viewMore.active > a:hover,
.sport-menu #sid-sport-menu .navbar-nav .sport-link-item > a:hover,
.sport-menu #sid-sport-menu .navbar-nav .sport-link-item.active > a,
.sport-menu #sid-sport-menu .navbar-nav .sport-link-item.active > a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-viewMore > a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-viewMore.active > a,
.sport-menu #sid-sport-menu #sport-flex-menu .flexMenu-viewMore.active > a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item > a:hover,
.sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item.active > a,
.sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item.active > a:hover {
  color: #003f5f !important;
  background: #f3901d;
}
.sport-menu #sid-sport-menu .navbar-offcanvas.in .select-season {
  border-top-color: #003f5f;
}
.sport-menu #sid-sport-menu .navbar-offcanvas.in .select-season a:hover {
  color: #fff;
}
.sport-menu #sid-sport-menu .select-season label {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.sport-menu #sid-sport-menu .select-season .btn.dropdown-toggle {
  color: #222;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
.sport-menu #sid-sport-menu .select-season .btn.dropdown-toggle:hover {
  background: #fff;
}
.sport-menu #sid-sport-menu .select-season .dropdown-menu a,
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:link,
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:visited,
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:active,
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:hover {
  color: #333;
}
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:active,
.sport-menu #sid-sport-menu .select-season .dropdown-menu a:hover {
  color: #222;
}
.sport-menu #sid-sport-menu .select-season a:hover {
  color: #222;
}
.mobile-logo {
  background: #fff;
  text-align: left;
  position: relative;
  z-index: 999;
  height: 0;
}
.mobile-logo a,
.mobile-logo a:link,
.mobile-logo a:visited,
.mobile-logo a:active,
.mobile-logo a:hover {
  color: #ef3829;
}
.mobile-logo a:active,
.mobile-logo a:hover {
  color: #003f5f;
}
.mobile-logo .logo-row,
.mobile-logo .logo-row > div {
  position: Absolute;
  left: 15px;
  bottom: 0;
  display: inline-block;
}
.mobile-logo .nav-logo {
  display: inline-block;
  float: left;
  margin: 0 auto;
  margin-top: -40px;
  max-width: 140px;
  height: 100px;
  z-index: 999;
}
.mobile-logo .nav-logo-name {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 1.6em;
  margin-left: 10px;
  line-height: 60px;
}
.yamm .dropdown.yamm-hw .dropdown-menu {
  left: auto;
  right: auto;
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .site-header #sid-primary-menu .navbar-nav > li > a {
    padding: 20px 15px;
  }
  .site-header #sid-primary-menu .navbar-nav > li.clearfix,
  .site-header #sid-primary-menu .navbar-nav > li > a {
    font-size: 1.3rem;
  }
  .navbar.navbar-inverse.navbar-sociallinks {
    min-height: auto;
  }
  .mobile-logo .nav-logo {
    max-width: 120px;
  }
  .site-header #sid-primary-menu .navbar-nav > li.dropdown a .fa {
    display: none;
  }
  .site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a > span.menu-item-wpr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sport-menu #sid-sport-menu .navbar-nav,
  .sport-menu #sid-sport-menu #sport-flex-menu {
    max-width: 450px;
  }
  .site-header .sport-menu #sid-sport-menu {
    margin-top: 15px;
  }
  .mobile-logo .nav-logo {
    max-width: 145px;
    height: 70px;
  }
  .site-header #sid-primary-menu .navbar-header {
    height: auto;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand {
    display: none;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
    max-width: 80px;
  }
  .site-header #sid-primary-menu .navbar-nav > li.active a.dropdown-toggle {
    background-color: transparent;
    color: #003f5f;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header {
    padding: 0;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header .navbar-brand .navbar-toggle {
    margin-bottom: -40px;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header .navbar-toggle {
    background: #085a80;
    border-color: #085a80;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header .navbar-toggle.is-open {
    background: #fff;
    border-color: #fff;
  }
  .site-header .bottom-bar #sid-primary-menu .navbar-header .navbar-toggle.is-open .icon-bar {
    background-color: #085a80;
  }
  .site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li {
    float: none;
  }
  .site-header #sid-primary-menu .navbar-nav > li.dropdown a .fa {
    display: inline-block;
    height: 13px;
    margin-top: 0;
  }
  .site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a {
    transform: none;
    font-style: normal;
  }
  .site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a:hover {
    color: #003f5f;
  }
  .site-header #sid-primary-menu > .navbar-offcanvas > .navbar-nav > li > a > span.menu-item-wpr {
    padding: 0;
    transform: none;
  }
  .site-header #sid-primary-menu .navbar-header {
    float: none;
  }
  .site-header #sid-primary-menu .navbar-toggle {
    display: block;
  }
  .site-header #sid-primary-menu .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .site-header #sid-primary-menu .navbar-collapse.collapse {
    display: none !important;
  }
  .site-header #sid-primary-menu .navbar-collapse.collapse.in {
    display: block !important;
  }
  .site-header #sid-primary-menu .navbar-right,
  .site-header #sid-primary-menu .navbar-left {
    float: none !important;
    display: block;
    margin: 0;
  }
  .site-header #sid-primary-menu .navbar-left {
    text-align: left;
  }
  .site-header #sid-primary-menu .navbar-nav > li {
    float: none;
    display: block;
    text-align: left;
  }
  .site-header #sid-primary-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header #sid-primary-menu .nav.navbar-nav.navbar-right,
  .site-header #sid-primary-menu .nav.navbar-nav.navbar-left {
    padding: 0;
    width: 100%;
  }
  .site-header #sid-primary-menu .navbar-nav li.dropdown a .fa {
    float: none;
  }
  .site-header #sid-primary-menu .navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
  }
  .site-header #sid-primary-menu .navbar-form .form-group {
    margin-bottom: 5px;
    display: block;
  }
  .site-header #sid-primary-menu .navbar-form .form-group .form-control {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header .sport-menu #sid-sport-menu .navbar-nav .sport-link-item.active > a,
  .site-header .sport-menu #sid-sport-menu #sport-flex-menu .sport-link-item.active > a {
    background: #c6c6c6;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-nav,
  .site-header .sport-menu #sid-sport-menu #sport-flex-menu {
    max-width: 100px;
  }
  .sport-menu #sid-sport-menu .select-season label {
    font-size: 0.88rem;
  }
  .site-header #sid-primary-menu .navbar-header {
    position: relative;
    z-index: 200;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand {
    width: 105px;
    margin-left: 0;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo {
    margin-top: -50px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
    text-align: center;
    max-width: 105px;
  }
  .navbar.navbar-inverse.navbar-sociallinks .navbar-left {
    margin: 0;
  }
  .navbar.navbar-inverse.navbar-sociallinks .navbar-left > li {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .mobile-logo .logo-row {
    bottom: -25px;
  }
  .mobile-logo .logo-row .nav-logo {
    height: 87px;
    max-width: 120px;
  }
}
.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}
.carousel-slider {
  position: relative;
}
.carousel-slider .sliding-zone .infoBox,
.carousel-slider .sliding-zone .info {
  margin: 0;
  padding: 0;
}
.carousel-slider .sliding-zone .infoBox {
  max-width: 100%;
  margin: 0 auto;
}
.carousel-slider .carousel-arrow-left,
.carousel-slider .carousel-arrow-right {
  width: 0;
  height: 0;
  top: 50%;
  z-index: 9;
  position: absolute;
  vertical-align: middle;
}
.carousel-slider .carousel-arrow-left a,
.carousel-slider .carousel-arrow-left a:link,
.carousel-slider .carousel-arrow-left a:visited,
.carousel-slider .carousel-arrow-left a:active,
.carousel-slider .carousel-arrow-left a:hover,
.carousel-slider .carousel-arrow-right a,
.carousel-slider .carousel-arrow-right a:link,
.carousel-slider .carousel-arrow-right a:visited,
.carousel-slider .carousel-arrow-right a:active,
.carousel-slider .carousel-arrow-right a:hover {
  color: #fff;
}
.carousel-slider .carousel-arrow-left a:active,
.carousel-slider .carousel-arrow-left a:hover,
.carousel-slider .carousel-arrow-right a:active,
.carousel-slider .carousel-arrow-right a:hover {
  color: #fff;
}
.carousel-slider .carousel-arrow-left a,
.carousel-slider .carousel-arrow-right a {
  font-size: 2.0rem;
  margin-top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  color: #fff;
  background: #003f5f;
}
.carousel-slider .carousel-arrow-left a:hover,
.carousel-slider .carousel-arrow-right a:hover {
  background: #085a80;
  color: #fff;
}
.carousel-slider .carousel-arrow-left a .fa,
.carousel-slider .carousel-arrow-right a .fa {
  vertical-align: top;
  height: 30px;
  line-height: 30px;
}
.carousel-slider .carousel-arrow-left {
  left: 0;
}
.carousel-slider .carousel-arrow-right {
  right: 30px;
}
.carousel-slider .carousel-wrapper {
  display: block;
}
.carousel-slider .carousel-wrapper .cycle-sentinel {
  margin: 0 0 0 0;
}
.carousel-slider .cycle-slideshow {
  margin: 0;
}
.carousel-slider .cycle-slideshow[data-cycle-carousel-vertical="true"] .cycle-slide {
  margin: 0 0;
}
.carousel-slider .cycle-slideshow .cycle-carousel-wrap .cycle-slide {
  vertical-align: top;
  margin: 0 0;
}
.carousel-slider .cycle-slideshow .cycle-carousel-wrap .cycle-slide a {
  display: inline-block;
}
.carousel-slider .cycle-slideshow .cycle-carousel-wrap .cycle-slide a img {
  vertical-align: top;
}
.carousel-slider.carousel-vertical .carousel-arrow-left {
  top: 0;
  bottom: auto;
  left: 50%;
  margin: 15px 0 0 -15px;
}
.carousel-slider.carousel-vertical .carousel-arrow-right {
  top: auto;
  bottom: 15px;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #003f5f;
  border-color: #003f5f;
  color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #001d2c;
}
.img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.no-rounded-corners * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
}
.well {
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.nowrap {
  white-space: nowrap;
}
.list-group .list-group-item {
  border-radius: 0;
}
.schedule-key-list {
  font-style: italic;
}
.row.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.badge {
  background: transparent;
  border: 0;
  padding: 0;
  color: #222;
  font-weight: 700;
}
table.dataTable tbody tr.dt-group-title td,
.section-title {
  background-color: #003f5f;
  color: #fff;
  font-size: 1.0rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.page-heading {
  color: #fff;
  background: #ef3829;
  display: block;
  margin: 0;
  font-family: 'american_captainregular', sans-serif;
  font-size: 1.88rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
  border-bottom: none;
}
.panel,
.box {
  border: 0;
  text-align: left;
  margin: 0 0 15px;
  box-shadow: none;
  background: transparent;
}
.panel .other-schedules,
.panel .panel-heading,
.panel .box-title,
.box .other-schedules,
.box .panel-heading,
.box .box-title {
  color: #fff;
  background: #ef3829;
  display: block;
  margin: 0;
  font-family: 'american_captainregular', sans-serif;
  font-size: 1.88rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
  border-bottom: none;
}
.panel .panel-body,
.panel .box-content,
.box .panel-body,
.box .box-content {
  color: #222;
  background: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .box {
    margin: 0 0 60px;
  }
  .box .box-content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  div#left {
    margin-bottom: 30px;
  }
}
.panel .other-schedules,
.panel .boxtitle-links,
.box .other-schedules,
.box .boxtitle-links {
  text-align: right;
}
.panel .other-schedules li,
.panel .boxtitle-links li,
.box .other-schedules li,
.box .boxtitle-links li {
  padding: 0;
}
@media (min-width: 992px) {
  .infoBox.right_menu_zone {
    margin: 38px 0;
    width: 213px;
  }
  .infoBox.right_menu_zone .info img {
    width: 100%;
  }
  .panel .other-schedules,
  .panel .boxtitle-links,
  .box .other-schedules,
  .box .boxtitle-links {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .infoBox.right_menu_zone {
    margin: 31px 0;
    width: 263px;
  }
  .infoBox.right_menu_zone .info img {
    width: 100%;
  }
}
table th:after,
table tr.header td:after {
  background: transparent !important;
}
th.sorting_asc,
th.sorting_desc {
  background: #003f5f !important;
}
td,
th {
  padding: 0 10px;
}
#form_.appnitro table th,
#form_.appnitro table tr.header td {
  background: transparent !important;
  color: #222;
}
input.frmButton,
.btn,
input[type="submit"] {
  color: #fff;
  border: 0;
  background: #085a80;
  cursor: pointer;
  height: auto;
  padding: 5px 12px 4px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
}
input.frmButton:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #085a80;
  border-color: rgba(0,0,0,0.1);
  color: #fff;
}
input.frmButton.btn-secondary,
.btn.btn-secondary,
input[type="submit"].btn-secondary {
  background: #ef3829;
  color: #003f5f;
}
input.frmButton.btn-secondary:hover,
.btn.btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
  background: #f36458;
}
input.frmButton.btn-tertiary,
.btn.btn-tertiary,
input[type="submit"].btn-tertiary {
  background: #003f5f;
  color: #fff;
}
input.frmButton.btn-tertiary:hover,
.btn.btn-tertiary:hover,
input[type="submit"].btn-tertiary:hover {
  background: #003f5f;
}
input.frmButton.btn-default,
.btn.btn-default,
input[type="submit"].btn-default {
  background: #003f5f;
  color: #fff;
}
input.frmButton.btn-default:hover,
.btn.btn-default:hover,
input[type="submit"].btn-default:hover {
  background: #003f5f;
  color: #fff;
  text-decoration: underline;
}
input.frmButton.btn-default.active,
.btn.btn-default.active,
input[type="submit"].btn-default.active {
  background: #222;
  border-color: rgba(0,0,0,0.1);
  box-shadow: none;
  color: #fff;
  cursor: auto;
}
input.frmButton.btn-primary,
.btn.btn-primary,
input[type="submit"].btn-primary {
  background: #003f5f;
  color: #fff;
}
input.frmButton.btn-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  background: #003f5f;
  color: #fff;
  text-decoration: underline;
}
input.frmButton.btn-link,
.btn.btn-link,
input[type="submit"].btn-link {
  background: transparent;
  color: #003f5f;
  border-color: transparent;
}
input.frmButton.btn-link:hover,
.btn.btn-link:hover,
input[type="submit"].btn-link:hover {
  background: transparent;
  color: #001d2c;
  text-decoration: underline;
}
input.frmButton.btn-toggle,
.btn.btn-toggle,
input[type="submit"].btn-toggle {
  color: #222;
}
input.frmButton.btn-toggle:hover,
input.frmButton.btn-toggle[aria-expanded="true"],
.btn.btn-toggle:hover,
.btn.btn-toggle[aria-expanded="true"],
input[type="submit"].btn-toggle:hover,
input[type="submit"].btn-toggle[aria-expanded="true"] {
  color: #003f5f;
}
input.frmButton.dropdown-toggle,
.btn.dropdown-toggle,
input[type="submit"].dropdown-toggle {
  background: #085a80;
  color: #fff;
  text-transform: inherit;
}
input.frmButton.dropdown-toggle:hover,
.btn.dropdown-toggle:hover,
input[type="submit"].dropdown-toggle:hover {
  background: #085a80;
  color: #fff;
  text-decoration: none;
}
input.frmButton.btn-text,
.btn.btn-text,
input[type="submit"].btn-text {
  padding: 0;
  background: transparent;
  color: #ef3829;
  border: 0;
  border-radius: 0;
  line-height: 1;
  text-transform: inherit;
}
input.frmButton.btn-text:hover,
.btn.btn-text:hover,
input[type="submit"].btn-text:hover {
  background: transparent;
  color: #b61a0d;
  text-decoration: underline;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #085a80;
  border-color: #085a80;
}
html {
  font-size: 16px;
}
html a,
html a:link,
html a:visited,
html a:active,
html a:hover {
  color: #003f5f;
}
html a:active,
html a:hover {
  color: #001d2c;
}
body {
  min-height: 100%;
  background: #fff;
  position: relative;
}
body .background-wrapper {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/Stripe-Pattern.png") repeat center center #003f5f;
}
#page {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: none;
}
.layout-index #page,
.layout-sport #page {
  box-shadow: none;
  background: transparent;
}
#main {
  position: relative;
}
#main.index-home #center {
  background: transparent;
}
@media (min-width: 1px) {
  #main .innerPage #center {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #main .innerPage #center {
    padding: 0 15px;
  }
}
.site-header {
  margin-bottom: 30px;
}
.site-header .bottom-bar {
  background: #ef3829;
}
@media (min-width: 992px) {
  .site-header {
    margin-bottom: 60px;
  }
  .site-header .top-header {
    margin: 10px 0 22px;
  }
  .site-header .top-header .bottom-header-title {
    font-size: 3rem;
  }
}
.members-bar {
  text-align: right;
}
#mod-members .dropdown-header {
  color: #003f5f;
  font-size: 1.2em;
  margin: 0;
}
#mod-members .btn.members {
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
}
#mod-members .btn.members .inner {
  display: inline-block;
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
#mod-members > .btn-group > .dropdown-menu {
  left: auto;
  right: 6px;
  border: 0;
  padding: 15px 0;
  border-radius: 0;
}
#mod-members > .btn-group > .dropdown-menu > li > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #000;
}
#mod-members > .btn-group > .dropdown-menu > li > a:hover {
  color: #003f5f;
}
#mod-members .member-info-card {
  border-radius: 0;
}
#mod-members .member-info-card .panel.panel-member-info .panel-body {
  background: transparent;
}
#mod-members .member-info-card .panel.panel-member-info .panel-body .member-name {
  margin-bottom: 5px;
  border-bottom: 2px solid #ef3829;
}
.search-box-content {
  overflow: hidden;
  display: none;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 500px;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.search-box-content .gsc-control-cse {
  border-color: #d2760b;
}
.search-box-content .gsc-search-button-v2,
.search-box-content .gsc-search-button-v2:hover,
.search-box-content .gsc-search-button-v2:focus {
  background: #003f5f;
  height: 15px;
}
.search-box-content .gsc-search-button-v2:hover,
.search-box-content .gsc-search-button-v2:hover:hover,
.search-box-content .gsc-search-button-v2:focus:hover {
  background-color: #085a80;
}
.search-box-content .cse .gsc-search-button-v2,
.search-box-content .gsc-search-button-v2 {
  padding: 5px 25px;
}
.site-footer {
  padding: 15px 0;
  z-index: 100;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:active,
.site-footer a:hover {
  color: #b61a0d;
}
.site-footer a:active,
.site-footer a:hover {
  color: #b61a0d;
}
.site-footer .footer-base {
  text-align: center;
}
.site-footer .img-block {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.site-footer .min-height-5 {
  height: 5px;
}
.site-footer .information {
  font-size: 0.75rem;
  text-align: center;
  padding: 0 0 30px;
  color: #222;
}
.site-footer .information a {
  font-weight: 700;
}
.site-footer .information a:hover {
  text-decoration: underline;
}
.site-footer .information .divider {
  margin: 0 5px;
  display: block;
  width: 100%;
  height: 1px;
}
.site-footer .information p {
  padding: 0 0 3px;
  margin: 0;
}
.site-footer .information .site-links {
  display: block;
  text-align: center;
  vertical-align: top;
  margin: 0;
  font-weight: 700;
}
.site-footer .information .site-links li {
  display: block;
  padding: 2px 10px;
}
.site-footer .information .site-links li a {
  display: block;
}
.site-footer .information .site-links li a:hover {
  text-decoration: underline;
}
.site-footer .affiliates img {
  max-height: 100%;
}
.site-footer .affiliates .footer-affiliate-logos .list-inline-item {
  padding: 0 15px;
}
.site-footer .affiliates .footer-affiliate-logos .list-inline-item:last-of-type {
  border: 0;
}
.site-footer .affiliates .footer-affiliate-logos .list-inline-item > a {
  vertical-align: middle;
}
@media (min-width: 1px) {
  .site-footer {
    padding: 30px 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item img {
    max-width: 100px;
  }
  .site-footer .affiliates .footer-logos-1 .footer-affiliate-logos .list-inline-item img {
    max-width: 100%;
  }
  .site-footer .information {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item img {
    max-width: 100%;
  }
  .site-footer .information {
    font-size: 0.88rem;
  }
  .site-footer .information .site-links {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0;
  }
  .site-footer .information .site-links li {
    display: inline-block;
    float: left;
    padding: 0 7px;
  }
  .site-footer .information .site-links li:first-of-type {
    padding-left: 0;
  }
  .site-footer .information .site-links li:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  .site-footer .affiliates {
    margin: 15px 0;
    margin: 0;
    padding: 0 15px;
    border: 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding: 60px 0;
  }
  .site-footer .affiliates {
    padding-bottom: 0;
  }
  .site-footer .information {
    text-align: left;
    font-size: 0.75rem;
    padding: 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item:first-of-type {
    padding-left: 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item img {
    max-width: 109px;
  }
}
@media (min-width: 1200px) {
  .site-footer .information {
    font-size: 0.88rem;
  }
  .site-footer .affiliates {
    padding-bottom: 0;
  }
  .site-footer .affiliates .footer-affiliate-logos .list-inline-item img {
    max-width: 100%;
  }
}
.index-tabs {
  margin: 0 0 30px;
  background: #fff;
}
.index-tabs .tab-content {
  padding: 0;
  background: transparent;
  border: 0;
}
.index-tabs .tab-content .tab-pane {
  margin: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings {
  background: #fff;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings #rankings-div {
  margin: 0 15px;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top {
  margin: 0 0 5px;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top >.row {
  margin: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-title {
  display: none;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .col-lg-6 {
  width: 100%;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-select-wrapper {
  text-align: right;
  padding: 5px;
  margin: 15px 0 0;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-select-wrapper .btn-group {
  width: 160px !important;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-select-wrapper label {
  display: inline-block;
  width: auto;
  padding: 2px 5px 0 0;
  margin: 0;
  vertical-align: middle;
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-select-wrapper .btn {
  font-size: 0.88rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding: 2px;
  border-radius: 0;
  background: #fff;
  color: #222;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top .rankings-select-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content {
  padding-top: 15px;
  overflow-y: auto;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f9f9f9;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:link,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:visited,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:active,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:hover {
  color: #333;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:active,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content a:hover {
  color: #333;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content .school-icon {
  display: none;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content th,
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content td {
  padding: 5px 8px;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content .confSchool td.school-rank.text-right {
  background: #003f5f !important;
  color: #fff;
}
.index-tabs .tab-content .tab-pane-content > .mod-standings {
  overflow-y: auto;
}
.index-tabs .tab-content .tab-pane-content #mod-standings,
.index-tabs .tab-content .tab-pane-content .mod-standings {
  background: #FFF;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .table-responsive,
.index-tabs .tab-content .tab-pane-content .mod-standings .table-responsive {
  margin-bottom: 5px;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .dataTables_wrapper .row,
.index-tabs .tab-content .tab-pane-content .mod-standings .dataTables_wrapper .row {
  margin: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .dataTables_wrapper .row .col-sm-12,
.index-tabs .tab-content .tab-pane-content .mod-standings .dataTables_wrapper .row .col-sm-12 {
  padding: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .symbols-key,
.index-tabs .tab-content .tab-pane-content .mod-standings .symbols-key {
  margin-top: 15px;
  text-align: left;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .symbols-key li,
.index-tabs .tab-content .tab-pane-content .mod-standings .symbols-key li {
  display: block;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top {
  margin: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top >.row,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top >.row {
  margin: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top .standings-select-form,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top .standings-select-form {
  padding: 5px;
  margin: 15px 0 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top .standings-select-form .standings-select-wrapper,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top .standings-select-form .standings-select-wrapper {
  text-align: right;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top .standings-select-form .standings-select-wrapper label,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top .standings-select-form .standings-select-wrapper label {
  color: #222;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top .standings-select-form .standings-select-wrapper .btn,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top .standings-select-form .standings-select-wrapper .btn {
  font-size: 0.88rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding: 2px;
  border-radius: 0;
  background: #fff;
  color: #222;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-top .standings-select-form .standings-select-wrapper .dropdown-menu,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-top .standings-select-form .standings-select-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content {
  margin-top: 4px;
  overflow-y: auto;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content .table-striped > tbody > tr:nth-of-type(2n+1),
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f9f9f9;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:link,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:visited,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:active,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:hover,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:link,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:visited,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:active,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:hover {
  color: #003f5f;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:active,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content a:hover,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:active,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content a:hover {
  color: #003f5f;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content .rank,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content .rank {
  font-size: 0.75rem;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content th,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content th {
  background: #f3901d;
  color: #003f5f;
  font-family: 'american_captainregular', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content th.conf,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content th.conf {
  background: #003f5f;
  color: #fff;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content td.conf,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content td.conf {
  background: #e3e3e3;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content th,
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content td,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content th,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content td {
  white-space: nowrap;
  padding: 7px 15px;
}
.index-tabs .tab-content .tab-pane-content #mod-standings .standings-content .school:before,
.index-tabs .tab-content .tab-pane-content .mod-standings .standings-content .school:before {
  position: relative;
  float: left;
  padding-right: 3px;
  margin-right: 5px;
  top: 0;
  left: 0;
}
.index-tabs .responsive-tabs-container .responsive-tabs:before {
  overflow: hidden;
}
.index-tabs .nav-tabs.nav-justified {
  margin: 0;
  width: 100%;
  background: #ef3829;
  padding: 0 15px;
  margin-bottom: 0 !important;
}
.index-tabs .nav-tabs.nav-justified li {
  background: #b61a0d;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.index-tabs .nav-tabs.nav-justified li:last-of-type {
  border: none;
}
.index-tabs .nav-tabs.nav-justified li:last-child {
  margin-right: 0;
}
.index-tabs .nav-tabs.nav-justified li.active:last-child a,
.index-tabs .nav-tabs.nav-justified li:hover:last-child a {
  background: transparent;
}
.index-tabs .nav-tabs.nav-justified li a {
  background: transparent;
  color: #fff;
  font-family: 'american_captainregular', sans-serif;
  border: 0 !important;
  font-size: 1.88rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 0;
  padding: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.index-tabs .nav-tabs.nav-justified li.active,
.index-tabs .nav-tabs.nav-justified li:hover {
  background: #fff;
}
.index-tabs .nav-tabs.nav-justified li.active > a,
.index-tabs .nav-tabs.nav-justified li:hover > a {
  background: transparent;
  color: #003f5f;
}
.index-tabs .tab-content .tab-pane-content .standings-btn {
  background: #085a80;
  color: #ef3829;
  display: block;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 16px 15px 15px;
}
.responsive-tabs-container.accordion-sm .bd-tab-content,
.responsive-tabs-container.accordion-xs .bd-tab-content,
.responsive-tabs-container.accordion-md .bd-tab-content {
  padding: 0;
}
.responsive-tabs-container .tab-controls .accordion-link {
  background: #b61a0d;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0;
  padding: 7px 15px;
  margin: 5px 0 0;
  border: 1px solid rgba(255,255,255,0.1) !important;
  line-height: 1;
  text-transform: uppercase;
}
.responsive-tabs-container .tab-controls .accordion-link.first {
  margin-top: 0;
}
.responsive-tabs-container .tab-controls .accordion-link.active {
  border: 1px solid rgba(255,255,255,0.5) !important;
}
.responsive-tabs-container .tab-controls .accordion-link.active {
  background: #fff;
  color: #003f5f;
}
.responsive-tabs-container .tab-controls .accordion-link::before {
  top: 6px;
  right: 15px;
}
.responsive-tabs-container .bd-tab-content {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mod-standings {
    margin: 0 15px;
  }
  .index-tabs .tab-content .tab-pane-content {
    height: 585px;
    max-height: 585px;
  }
}
@media screen and (min-width: 768px) {
  .index-tabs .nav-tabs.nav-justified li {
    border-right: 30px solid #ef3829;
  }
}
@media screen and (min-width: 992px) {
  .index-tabs {
    margin-bottom: 60px;
  }
  .index-tabs .tab-content .tab-pane-content .scoreboard-tabbed {
    height: 585px;
    max-height: 585px;
    overflow-y: auto;
    background: #fff;
    padding: 15px;
  }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f5f5f5 !important;
}
.list-group-striped > .list-group-item:nth-child(even) {
  background: #f2f2f2;
}
.importantDates,
.scheduleHistoryBreakRow {
  background: #dcdcdc !important;
}
.social-banner {
  background: #ef3829;
  margin-bottom: 30px;
}
.social-banner #social-logo-wrapper {
  height: 60px;
  width: 225px;
  margin: 0 auto;
  display: block;
  background: #b61a0d;
  position: relative;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.social-banner #social-logo-wrapper .social-logo {
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  padding: 0 30px;
}
.social-banner #social-logo-wrapper .social-logo img {
  max-width: 160px;
  margin: 0 auto;
}
.social-module {
  min-height: 0;
}
.panel.social-box {
  padding: 0;
  margin: 0 0 30px;
  background: transparent;
  position: relative;
}
.panel.social-box #socialWall {
  margin: 0;
}
.panel.social-box #socialWall iframe {
  margin: 0 auto;
  width: 100%;
  border: 0;
  vertical-align: top;
}
.panel.social-box > .container {
  position: relative;
}
.panel.social-box .panel-heading {
  border-bottom: 0;
  color: #fff;
  background: none;
  padding: 0 15px;
  margin-bottom: 15px;
}
.panel.social-box .panel-body {
  padding: 0;
  background: none;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .hb-top-three {
    padding: 35px 0 30px 0;
  }
  .social-icons-wpr ul.social-links {
    margin: 5px 15px 0;
  }
  .social-icons-wpr ul.social-links li.social-link a {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .panel.social-box {
    margin: 0 0 60px;
  }
  .social-icons-wpr ul > li > a {
    width: 50px;
    height: 50px;
    line-height: 3.3;
  }
  .social-icons-wpr ul > li > a span.fa {
    font-size: 1.8rem;
  }
  .social-icons-wpr ul > li > a span.fa.fa-2x {
    font-size: 2.4rem;
  }
  .social-icons-wpr ul.social-links {
    margin: 0 15px 0;
  }
}
.panel.recent-news {
  cursor: pointer;
  margin: 0 0 60px;
  border-radius: 0;
}
.panel.recent-news .panel-heading {
  color: #fff;
  border-bottom: 1px solid #085a80;
  background: none;
  padding: 0 30px 5px;
  margin-bottom: 10px;
}
.panel.recent-news .panel-body {
  padding: 0;
  background: none;
}
.panel.recent-news .article-item {
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  color: #666;
  line-height: 1;
  margin: 0 15px 15px;
  padding: 0;
  border-top: 1px solid #ef3829;
}
.panel.recent-news .article-item:first-of-type {
  border-top: 0;
}
.panel.recent-news .article-item .article-photo {
  margin: 0;
  float: none;
  display: none;
}
.panel.recent-news .article-item .article-photo .newsPhoto {
  position: relative;
}
.panel.recent-news .article-item .article-photo .newsPhoto img {
  width: 100%;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.panel.recent-news .article-item .article-photo .newsPhoto .newsPhotoCaption {
  display: none;
}
.panel.recent-news .article-item .article-content {
  padding: 0;
  background: #085a80;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.panel.recent-news .article-item .article-content .newsTitle {
  font-size: 0.88rem;
  overflow: hidden;
  padding: 8px 15px;
}
.panel.recent-news .article-item .article-content .newsTitle a {
  vertical-align: top;
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}
.panel.recent-news .article-item .article-content .newsTitle a:hover {
  color: #fff;
  text-decoration: underline;
}
.panel.recent-news .article-item .article-content .newsSportDate {
  display: none;
}
@media (min-width: 1px) {
  .panel.recent-news .panel-body {
    padding: 0;
  }
  .panel.recent-news .article-item {
    margin: 0 auto 15px;
    border: none;
  }
  .panel.recent-news .article-item .article-content {
    margin: 0 15px;
  }
  .panel.recent-news .article-item .article-photo {
    float: left;
    width: 138px;
    margin: 0 10px 0 0;
  }
  .panel.recent-news .panel-heading .header-title {
    font-size: 1.3rem;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    height: 46px;
  }
}
@media (min-width: 768px) {
  .panel.recent-news .article-item {
    margin: 0 0 5px;
    padding: 0 15px;
  }
  .panel.recent-news .article-item .article-content {
    margin: 0;
    text-align: left;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    height: 78px;
  }
  .panel.recent-news .article-item .article-photo {
    display: block;
    margin: 0;
  }
  .panel.recent-news .article-item .article-content .newsTitle a {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .panel.recent-news .panel-heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .panel.recent-news .panel-heading {
    font-size: 1.88rem;
  }
}
.coach-box {
  margin-bottom: 30px;
}
.coach-box .panel-heading {
  color: #fff;
  border-bottom: 1px solid #085a80;
  background: none;
  padding: 0 30px 5px;
  margin-bottom: 10px;
}
.coach-box .panel-body {
  background: none;
  padding: 0;
}
.coach-box .panel-body table {
  background: none;
  border: 0;
}
.coach-box .panel-body table th,
.coach-box .panel-body table tr.header td {
  background: none;
  border: 0;
  padding: 5px 15px;
}
.coach-box .panel-body table tbody tr:nth-of-type(2n+1) {
  background: #085a80 !important;
}
.coach-box .panel-body table tbody tr td {
  color: #fff;
  border: none;
  padding: 5px 15px;
}
.coach-box .panel-body table tbody tr td span {
  color: #fff;
}
@media (min-width: 992px) {
  .coach-box {
    margin-bottom: 60px;
  }
  .coach-box .panel-heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .coach-box .panel-heading {
    font-size: 1.88rem;
  }
}
.participants {
  margin-bottom: 30px;
}
.participants .panel-heading {
  color: #fff;
  border-bottom: 1px solid #085a80;
  background: none;
  padding: 0 30px 5px;
  margin-bottom: 10px;
}
.participants .panel-body {
  background: none;
  padding: 0;
}
.participants .panel-body .list-group {
  margin-bottom: 0;
}
.participants .panel-body .list-group a,
.participants .panel-body .list-group a:link,
.participants .panel-body .list-group a:visited,
.participants .panel-body .list-group a:active,
.participants .panel-body .list-group a:hover {
  color: #f9be7b;
}
.participants .panel-body .list-group a:active,
.participants .panel-body .list-group a:hover {
  color: #f9be7b;
}
.participants .panel-body .list-group .list-group-item {
  border: none;
  padding: 5px 15px;
}
.participants .panel-body .list-group .list-group-item:nth-of-type(2n+1),
.participants .panel-body .list-group .list-group-item:nth-of-type(2n+1):hover {
  background: #085a80;
}
.participants .panel-body .list-group .list-group-item:hover {
  background: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .participants {
    margin-bottom: 60px;
  }
  .participants .panel-heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .participants .panel-heading {
    font-size: 1.88rem;
  }
}
.panel.panel-default.sched-row.sched-regular .panel-heading {
  text-align: left;
  color: #222;
}
.panel.panel-default.sched-row.sched-regular .panel-heading:after,
.panel.panel-default.sched-row.sched-regular .panel-heading:before {
  display: none;
}
.sport-schedule {
  padding-top: 15px;
}
.sport-schedule[data-schedule-style="s2"] .panel.sched-row .time-date-team .conference-label {
  background: transparent;
}
.sport-schedule[data-schedule-style="s2"] .panel.sched-row .time-date-team .exhibition-label {
  background: #003f5f;
}
.sport-schedule[data-schedule-style="s2"] .panel.sched-row .time-date-team .scrimmage-label {
  background: #003f5f;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  height: auto;
}
.sport-schedule[data-schedule-style="s2"] .conference-label.block-title {
  border: none;
  padding-top: 0;
}
.sport-schedule[data-schedule-style="s2"] .conference-label.block-title img {
  min-width: 30px;
}
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev {
  color: #fff;
  background: #003f5f;
}
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a,
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:link,
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:visited,
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:active,
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:hover {
  color: #fff;
}
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:active,
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev a:hover {
  color: #fff;
}
#calendar table.masterCalTable tr.masterCalMonthRow th.masterCalMonthPrev:hover {
  background: #003f5f;
}
table.masterCalTable tr.masterCalDotwRow th {
  background: #222 !important;
  color: #fff !important;
  font-weight: 700;
}
table#dt-schedule-record th {
  background: #003f5f;
  color: #fff;
}
.text-muted {
  color: #333;
}
table.dataTable tr.dt-tournament-title td {
  background: #dcdcdc;
}
table.dataTable tr.dt-tournament-title td a,
table.dataTable tr.dt-tournament-title td a:link,
table.dataTable tr.dt-tournament-title td a:visited,
table.dataTable tr.dt-tournament-title td a:active,
table.dataTable tr.dt-tournament-title td a:hover {
  color: #222;
}
table.dataTable tr.dt-tournament-title td a:active,
table.dataTable tr.dt-tournament-title td a:hover {
  color: #222;
}
#page td.masterCalDate {
  height: 73px !important;
}
#page td.masterCalDate .calendarDateNum {
  color: #555;
}
#page td.masterCalDate.calDay {
  background: transparent !important;
}
#page td.masterCalDate.calDay.hasEvent {
  background-color: rgba(0,0,0,0.05) !important;
  background-image: url("//d21gd0ap5v1ndt.cloudfront.net/web03/kcac/images_web/cal_bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 22px !important;
  background-size: auto 67% !important;
}
.tournament-title {
  background: #003f5f;
}
.tournament-title a {
  font-weight: 700;
}
.tournament-end,
.sport-schedule[data-schedule-style="s2"] .sched-row.sched-tournament > .panel-heading {
  border-color: #003f5f;
}
.filterWrap label {
  color: #222;
}
@media (max-width: 767px) {
  table.dataTable.nowrap td.opponent {
    width: 100px;
  }
  table.dataTable.nowrap td.date {
    max-width: 66px;
    white-space: normal;
  }
}
.roster-bio .roster-heading {
  background: #003f5f;
  color: #fff;
}
.roster-bio .roster-heading .roster-name {
  font-size: 2rem;
  margin: 0;
}
.roster-bio .roster-heading .roster-name .jersey-number {
  background: #222 !important;
  color: #fff !important;
  font-weight: 700;
  padding: 8px !important;
}
.roster-bio .roster-heading .roster-name .full-name {
  padding: 5px 0 !important;
}
.roster-bio .roster-info .roster-position-head {
  font-size: 1.3rem;
}
#bio-news .list-group .list-group-item .news-list-item {
  min-height: 80px;
}
.article-individual .article-event-wrapper .event-score-line.esl-extra .extra {
  background: #f2f2f2;
}
.article-individual .article-event-wrapper .event-location {
  background: #e5e5e5;
}
#mini-stats-overview .table_header tr th {
  background: #003f5f;
}
.archive-inner h4.list-group-item-heading {
  color: #ef3829;
  font-size: 1.3rem;
}
.archive-inner h4.list-group-item-heading:hover {
  text-decoration: underline;
}
.archive-inner .list-group-item-text {
  color: #222;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #333;
}
div.player-brief .roster-details {
  margin: 0 !important;
}
div.player-brief .roster-details .roster-heading .roster-name {
  font-size: 1.5em;
}
div.player-brief .roster-details .roster-heading {
  background: #003f5f;
  color: #fff;
  font-weight: 300;
}
div.player-brief .roster-details .roster-heading .roster-name {
  padding: 0;
}
div.player-brief .roster-details .roster-heading .roster-name span.full-name {
  padding: 4px;
  white-space: nowrap;
  color: #222;
}
div.player-brief .roster-details .roster-heading .roster-name span.jersey-number {
  background: #fff;
  color: #001d2c;
  padding: 5px;
}
div.player-brief .roster-details .roster-photo {
  margin: 0;
}
div.player-brief .roster-details .roster-photo .photo-placeholder {
  background-color: #111;
}
div.player-brief .roster-details .roster-info .bio-attributes .bio-fields {
  padding: 5px 5px 0;
}
div.player-brief .roster-details .roster-info .bio-attributes .bio-fields .list-group {
  margin: 0;
}
div.player-brief .roster-details .roster-info .bio-attributes .bio-fields .list-group li {
  padding: 0;
}
.popover-content .box,
.popover-content .box-content {
  padding: 0;
  margin: 0;
}
.popover-content .full-name {
  color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f5f5f5 !important;
}
.list-group-striped > .list-group-item:nth-child(even) {
  background: #f2f2f2;
}
.importantDates,
.scheduleHistoryBreakRow {
  background: #dcdcdc !important;
}
.rotating-graphic-zone .panel-body {
  background: none;
  padding: 0px;
}
.rotating-graphic-zone #per-slide-template {
  padding: 0px;
  text-align: center;
}
.rotating-graphic-zone #per-slide-template a {
  display: inline-block;
  padding: 0px;
  background: #333;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
}
.rotating-graphic-zone #per-slide-template a:hover,
.rotating-graphic-zone #per-slide-template a:active,
.rotating-graphic-zone #per-slide-template a:visited {
  text-decoration: none;
}
.rotating-graphic-zone #per-slide-template .cycle-pager-active {
  background: #003f5f;
}
@media (max-width: 767px) {
  .rotating-graphic-zone #per-slide-template a {
    margin: 5px 5px 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
  }
  .rotating-graphic-zone #per-slide-template a span {
    display: none;
  }
}
@media (min-width: 768px) {
  .rotating-graphic-zone #per-slide-template a {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 8px 10px 7px;
    background: #333;
    border-bottom: 4px solid #ef3829;
    font-size: 1.0rem;
  }
  .rotating-graphic-zone #per-slide-template a span {
    padding: 0 5px;
  }
  .rotating-graphic-zone #per-slide-template a span:before {
    content: '\f0d9';
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 5px;
  }
  .rotating-graphic-zone #per-slide-template .cycle-pager-active {
    background: #003f5f;
  }
  .rotating-graphic-zone #per-slide-template .cycle-pager-active span:before {
    content: '\f0d7';
  }
}
@media (min-width: 992px) {
  .rotating-graphic-zone #per-slide-template a {
    padding: 5px 5px 4px;
  }
}
@media (min-width: 1200px) {
  .rotating-graphic-zone #per-slide-template a {
    padding: 8px 10px 8px;
    border-bottom: 5px solid #ef3829;
    font-size: 1.25rem;
  }
}
th.sorting_asc,
th.sorting_desc {
  background: #222;
  color: #fff;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 1;
}
.boxStats table.stat_table tr th.header,
.boxStats table.stat_table tr th.sorting,
.boxStats table.stat_table tr th.sorting_desc,
.boxStats table.stat_table tr th.sorting_asc,
.boxStats table.stat_table tr th.tablesorter-header,
.boxStats table.stat_table tr.header td.header,
.boxStats table.stat_table tr.header td.sorting,
.boxStats table.stat_table tr.header td.sorting_desc,
.boxStats table.stat_table tr.header td.sorting_asc,
.boxStats table.stat_table tr.header td.tablesorter-header,
.boxStats table.stat_table thead.table_header th.header,
.boxStats table.stat_table thead.table_header th.sorting,
.boxStats table.stat_table thead.table_header th.sorting_desc,
.boxStats table.stat_table thead.table_header th.sorting_asc,
.boxStats table.stat_table thead.table_header th.tablesorter-header,
.boxStats table.stat_table thead.table_header.header td.header,
.boxStats table.stat_table thead.table_header.header td.sorting,
.boxStats table.stat_table thead.table_header.header td.sorting_desc,
.boxStats table.stat_table thead.table_header.header td.sorting_asc,
.boxStats table.stat_table thead.table_header.header td.tablesorter-header,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.header,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting_desc,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting_asc,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.tablesorter-header,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.header,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting_desc,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting_asc,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.tablesorter-header,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.header,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting_desc,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting_asc,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.tablesorter-header,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.header,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting_desc,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting_asc,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.tablesorter-header,
#statsFile table tr th.header,
#statsFile table tr th.sorting,
#statsFile table tr th.sorting_desc,
#statsFile table tr th.sorting_asc,
#statsFile table tr th.tablesorter-header,
#statsFile table tr.header td.header,
#statsFile table tr.header td.sorting,
#statsFile table tr.header td.sorting_desc,
#statsFile table tr.header td.sorting_asc,
#statsFile table tr.header td.tablesorter-header,
#statsFile table thead.table_header th.header,
#statsFile table thead.table_header th.sorting,
#statsFile table thead.table_header th.sorting_desc,
#statsFile table thead.table_header th.sorting_asc,
#statsFile table thead.table_header th.tablesorter-header,
#statsFile table thead.table_header.header td.header,
#statsFile table thead.table_header.header td.sorting,
#statsFile table thead.table_header.header td.sorting_desc,
#statsFile table thead.table_header.header td.sorting_asc,
#statsFile table thead.table_header.header td.tablesorter-header,
table.stat_table tr th.header,
table.stat_table tr th.sorting,
table.stat_table tr th.sorting_desc,
table.stat_table tr th.sorting_asc,
table.stat_table tr th.tablesorter-header,
table.stat_table tr.header td.header,
table.stat_table tr.header td.sorting,
table.stat_table tr.header td.sorting_desc,
table.stat_table tr.header td.sorting_asc,
table.stat_table tr.header td.tablesorter-header,
table.stat_table thead.table_header th.header,
table.stat_table thead.table_header th.sorting,
table.stat_table thead.table_header th.sorting_desc,
table.stat_table thead.table_header th.sorting_asc,
table.stat_table thead.table_header th.tablesorter-header,
table.stat_table thead.table_header.header td.header,
table.stat_table thead.table_header.header td.sorting,
table.stat_table thead.table_header.header td.sorting_desc,
table.stat_table thead.table_header.header td.sorting_asc,
table.stat_table thead.table_header.header td.tablesorter-header,
table.def_table tr th.header,
table.def_table tr th.sorting,
table.def_table tr th.sorting_desc,
table.def_table tr th.sorting_asc,
table.def_table tr th.tablesorter-header,
table.def_table tr.header td.header,
table.def_table tr.header td.sorting,
table.def_table tr.header td.sorting_desc,
table.def_table tr.header td.sorting_asc,
table.def_table tr.header td.tablesorter-header,
table.def_table thead.table_header th.header,
table.def_table thead.table_header th.sorting,
table.def_table thead.table_header th.sorting_desc,
table.def_table thead.table_header th.sorting_asc,
table.def_table thead.table_header th.tablesorter-header,
table.def_table thead.table_header.header td.header,
table.def_table thead.table_header.header td.sorting,
table.def_table thead.table_header.header td.sorting_desc,
table.def_table thead.table_header.header td.sorting_asc,
table.def_table thead.table_header.header td.tablesorter-header,
table.overviewTable tr th.header,
table.overviewTable tr th.sorting,
table.overviewTable tr th.sorting_desc,
table.overviewTable tr th.sorting_asc,
table.overviewTable tr th.tablesorter-header,
table.overviewTable tr.header td.header,
table.overviewTable tr.header td.sorting,
table.overviewTable tr.header td.sorting_desc,
table.overviewTable tr.header td.sorting_asc,
table.overviewTable tr.header td.tablesorter-header,
table.overviewTable thead.table_header th.header,
table.overviewTable thead.table_header th.sorting,
table.overviewTable thead.table_header th.sorting_desc,
table.overviewTable thead.table_header th.sorting_asc,
table.overviewTable thead.table_header th.tablesorter-header,
table.overviewTable thead.table_header.header td.header,
table.overviewTable thead.table_header.header td.sorting,
table.overviewTable thead.table_header.header td.sorting_desc,
table.overviewTable thead.table_header.header td.sorting_asc,
table.overviewTable thead.table_header.header td.tablesorter-header,
table.smallBoxTableNoHover tr th.header,
table.smallBoxTableNoHover tr th.sorting,
table.smallBoxTableNoHover tr th.sorting_desc,
table.smallBoxTableNoHover tr th.sorting_asc,
table.smallBoxTableNoHover tr th.tablesorter-header,
table.smallBoxTableNoHover tr.header td.header,
table.smallBoxTableNoHover tr.header td.sorting,
table.smallBoxTableNoHover tr.header td.sorting_desc,
table.smallBoxTableNoHover tr.header td.sorting_asc,
table.smallBoxTableNoHover tr.header td.tablesorter-header,
table.smallBoxTableNoHover thead.table_header th.header,
table.smallBoxTableNoHover thead.table_header th.sorting,
table.smallBoxTableNoHover thead.table_header th.sorting_desc,
table.smallBoxTableNoHover thead.table_header th.sorting_asc,
table.smallBoxTableNoHover thead.table_header th.tablesorter-header,
table.smallBoxTableNoHover thead.table_header.header td.header,
table.smallBoxTableNoHover thead.table_header.header td.sorting,
table.smallBoxTableNoHover thead.table_header.header td.sorting_desc,
table.smallBoxTableNoHover thead.table_header.header td.sorting_asc,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-header,
table.smallBoxTable tr th.header,
table.smallBoxTable tr th.sorting,
table.smallBoxTable tr th.sorting_desc,
table.smallBoxTable tr th.sorting_asc,
table.smallBoxTable tr th.tablesorter-header,
table.smallBoxTable tr.header td.header,
table.smallBoxTable tr.header td.sorting,
table.smallBoxTable tr.header td.sorting_desc,
table.smallBoxTable tr.header td.sorting_asc,
table.smallBoxTable tr.header td.tablesorter-header,
table.smallBoxTable thead.table_header th.header,
table.smallBoxTable thead.table_header th.sorting,
table.smallBoxTable thead.table_header th.sorting_desc,
table.smallBoxTable thead.table_header th.sorting_asc,
table.smallBoxTable thead.table_header th.tablesorter-header,
table.smallBoxTable thead.table_header.header td.header,
table.smallBoxTable thead.table_header.header td.sorting,
table.smallBoxTable thead.table_header.header td.sorting_desc,
table.smallBoxTable thead.table_header.header td.sorting_asc,
table.smallBoxTable thead.table_header.header td.tablesorter-header,
#calendar > table tr th.header,
#calendar > table tr th.sorting,
#calendar > table tr th.sorting_desc,
#calendar > table tr th.sorting_asc,
#calendar > table tr th.tablesorter-header,
#calendar > table tr.header td.header,
#calendar > table tr.header td.sorting,
#calendar > table tr.header td.sorting_desc,
#calendar > table tr.header td.sorting_asc,
#calendar > table tr.header td.tablesorter-header,
#calendar > table thead.table_header th.header,
#calendar > table thead.table_header th.sorting,
#calendar > table thead.table_header th.sorting_desc,
#calendar > table thead.table_header th.sorting_asc,
#calendar > table thead.table_header th.tablesorter-header,
#calendar > table thead.table_header.header td.header,
#calendar > table thead.table_header.header td.sorting,
#calendar > table thead.table_header.header td.sorting_desc,
#calendar > table thead.table_header.header td.sorting_asc,
#calendar > table thead.table_header.header td.tablesorter-header,
table.masterCalTable tr th.header,
table.masterCalTable tr th.sorting,
table.masterCalTable tr th.sorting_desc,
table.masterCalTable tr th.sorting_asc,
table.masterCalTable tr th.tablesorter-header,
table.masterCalTable tr.header td.header,
table.masterCalTable tr.header td.sorting,
table.masterCalTable tr.header td.sorting_desc,
table.masterCalTable tr.header td.sorting_asc,
table.masterCalTable tr.header td.tablesorter-header,
table.masterCalTable thead.table_header th.header,
table.masterCalTable thead.table_header th.sorting,
table.masterCalTable thead.table_header th.sorting_desc,
table.masterCalTable thead.table_header th.sorting_asc,
table.masterCalTable thead.table_header th.tablesorter-header,
table.masterCalTable thead.table_header.header td.header,
table.masterCalTable thead.table_header.header td.sorting,
table.masterCalTable thead.table_header.header td.sorting_desc,
table.masterCalTable thead.table_header.header td.sorting_asc,
table.masterCalTable thead.table_header.header td.tablesorter-header,
table.icalFeedTable tr th.header,
table.icalFeedTable tr th.sorting,
table.icalFeedTable tr th.sorting_desc,
table.icalFeedTable tr th.sorting_asc,
table.icalFeedTable tr th.tablesorter-header,
table.icalFeedTable tr.header td.header,
table.icalFeedTable tr.header td.sorting,
table.icalFeedTable tr.header td.sorting_desc,
table.icalFeedTable tr.header td.sorting_asc,
table.icalFeedTable tr.header td.tablesorter-header,
table.icalFeedTable thead.table_header th.header,
table.icalFeedTable thead.table_header th.sorting,
table.icalFeedTable thead.table_header th.sorting_desc,
table.icalFeedTable thead.table_header th.sorting_asc,
table.icalFeedTable thead.table_header th.tablesorter-header,
table.icalFeedTable thead.table_header.header td.header,
table.icalFeedTable thead.table_header.header td.sorting,
table.icalFeedTable thead.table_header.header td.sorting_desc,
table.icalFeedTable thead.table_header.header td.sorting_asc,
table.icalFeedTable thead.table_header.header td.tablesorter-header,
table.tablesorter-default tr th.header,
table.tablesorter-default tr th.sorting,
table.tablesorter-default tr th.sorting_desc,
table.tablesorter-default tr th.sorting_asc,
table.tablesorter-default tr th.tablesorter-header,
table.tablesorter-default tr.header td.header,
table.tablesorter-default tr.header td.sorting,
table.tablesorter-default tr.header td.sorting_desc,
table.tablesorter-default tr.header td.sorting_asc,
table.tablesorter-default tr.header td.tablesorter-header,
table.tablesorter-default thead.table_header th.header,
table.tablesorter-default thead.table_header th.sorting,
table.tablesorter-default thead.table_header th.sorting_desc,
table.tablesorter-default thead.table_header th.sorting_asc,
table.tablesorter-default thead.table_header th.tablesorter-header,
table.tablesorter-default thead.table_header.header td.header,
table.tablesorter-default thead.table_header.header td.sorting,
table.tablesorter-default thead.table_header.header td.sorting_desc,
table.tablesorter-default thead.table_header.header td.sorting_asc,
table.tablesorter-default thead.table_header.header td.tablesorter-header {
  background: #003f5f;
  color: #fff;
}
.boxStats table.stat_table tr th.header:after,
.boxStats table.stat_table tr th.sorting:after,
.boxStats table.stat_table tr th.sorting_desc:after,
.boxStats table.stat_table tr th.sorting_asc:after,
.boxStats table.stat_table tr th.tablesorter-header:after,
.boxStats table.stat_table tr.header td.header:after,
.boxStats table.stat_table tr.header td.sorting:after,
.boxStats table.stat_table tr.header td.sorting_desc:after,
.boxStats table.stat_table tr.header td.sorting_asc:after,
.boxStats table.stat_table tr.header td.tablesorter-header:after,
.boxStats table.stat_table thead.table_header th.header:after,
.boxStats table.stat_table thead.table_header th.sorting:after,
.boxStats table.stat_table thead.table_header th.sorting_desc:after,
.boxStats table.stat_table thead.table_header th.sorting_asc:after,
.boxStats table.stat_table thead.table_header th.tablesorter-header:after,
.boxStats table.stat_table thead.table_header.header td.header:after,
.boxStats table.stat_table thead.table_header.header td.sorting:after,
.boxStats table.stat_table thead.table_header.header td.sorting_desc:after,
.boxStats table.stat_table thead.table_header.header td.sorting_asc:after,
.boxStats table.stat_table thead.table_header.header td.tablesorter-header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting_desc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.sorting_asc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th.tablesorter-header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting_desc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.sorting_asc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td.tablesorter-header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting_desc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.sorting_asc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th.tablesorter-header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.header:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting_desc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.sorting_asc:after,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td.tablesorter-header:after,
#statsFile table tr th.header:after,
#statsFile table tr th.sorting:after,
#statsFile table tr th.sorting_desc:after,
#statsFile table tr th.sorting_asc:after,
#statsFile table tr th.tablesorter-header:after,
#statsFile table tr.header td.header:after,
#statsFile table tr.header td.sorting:after,
#statsFile table tr.header td.sorting_desc:after,
#statsFile table tr.header td.sorting_asc:after,
#statsFile table tr.header td.tablesorter-header:after,
#statsFile table thead.table_header th.header:after,
#statsFile table thead.table_header th.sorting:after,
#statsFile table thead.table_header th.sorting_desc:after,
#statsFile table thead.table_header th.sorting_asc:after,
#statsFile table thead.table_header th.tablesorter-header:after,
#statsFile table thead.table_header.header td.header:after,
#statsFile table thead.table_header.header td.sorting:after,
#statsFile table thead.table_header.header td.sorting_desc:after,
#statsFile table thead.table_header.header td.sorting_asc:after,
#statsFile table thead.table_header.header td.tablesorter-header:after,
table.stat_table tr th.header:after,
table.stat_table tr th.sorting:after,
table.stat_table tr th.sorting_desc:after,
table.stat_table tr th.sorting_asc:after,
table.stat_table tr th.tablesorter-header:after,
table.stat_table tr.header td.header:after,
table.stat_table tr.header td.sorting:after,
table.stat_table tr.header td.sorting_desc:after,
table.stat_table tr.header td.sorting_asc:after,
table.stat_table tr.header td.tablesorter-header:after,
table.stat_table thead.table_header th.header:after,
table.stat_table thead.table_header th.sorting:after,
table.stat_table thead.table_header th.sorting_desc:after,
table.stat_table thead.table_header th.sorting_asc:after,
table.stat_table thead.table_header th.tablesorter-header:after,
table.stat_table thead.table_header.header td.header:after,
table.stat_table thead.table_header.header td.sorting:after,
table.stat_table thead.table_header.header td.sorting_desc:after,
table.stat_table thead.table_header.header td.sorting_asc:after,
table.stat_table thead.table_header.header td.tablesorter-header:after,
table.def_table tr th.header:after,
table.def_table tr th.sorting:after,
table.def_table tr th.sorting_desc:after,
table.def_table tr th.sorting_asc:after,
table.def_table tr th.tablesorter-header:after,
table.def_table tr.header td.header:after,
table.def_table tr.header td.sorting:after,
table.def_table tr.header td.sorting_desc:after,
table.def_table tr.header td.sorting_asc:after,
table.def_table tr.header td.tablesorter-header:after,
table.def_table thead.table_header th.header:after,
table.def_table thead.table_header th.sorting:after,
table.def_table thead.table_header th.sorting_desc:after,
table.def_table thead.table_header th.sorting_asc:after,
table.def_table thead.table_header th.tablesorter-header:after,
table.def_table thead.table_header.header td.header:after,
table.def_table thead.table_header.header td.sorting:after,
table.def_table thead.table_header.header td.sorting_desc:after,
table.def_table thead.table_header.header td.sorting_asc:after,
table.def_table thead.table_header.header td.tablesorter-header:after,
table.overviewTable tr th.header:after,
table.overviewTable tr th.sorting:after,
table.overviewTable tr th.sorting_desc:after,
table.overviewTable tr th.sorting_asc:after,
table.overviewTable tr th.tablesorter-header:after,
table.overviewTable tr.header td.header:after,
table.overviewTable tr.header td.sorting:after,
table.overviewTable tr.header td.sorting_desc:after,
table.overviewTable tr.header td.sorting_asc:after,
table.overviewTable tr.header td.tablesorter-header:after,
table.overviewTable thead.table_header th.header:after,
table.overviewTable thead.table_header th.sorting:after,
table.overviewTable thead.table_header th.sorting_desc:after,
table.overviewTable thead.table_header th.sorting_asc:after,
table.overviewTable thead.table_header th.tablesorter-header:after,
table.overviewTable thead.table_header.header td.header:after,
table.overviewTable thead.table_header.header td.sorting:after,
table.overviewTable thead.table_header.header td.sorting_desc:after,
table.overviewTable thead.table_header.header td.sorting_asc:after,
table.overviewTable thead.table_header.header td.tablesorter-header:after,
table.smallBoxTableNoHover tr th.header:after,
table.smallBoxTableNoHover tr th.sorting:after,
table.smallBoxTableNoHover tr th.sorting_desc:after,
table.smallBoxTableNoHover tr th.sorting_asc:after,
table.smallBoxTableNoHover tr th.tablesorter-header:after,
table.smallBoxTableNoHover tr.header td.header:after,
table.smallBoxTableNoHover tr.header td.sorting:after,
table.smallBoxTableNoHover tr.header td.sorting_desc:after,
table.smallBoxTableNoHover tr.header td.sorting_asc:after,
table.smallBoxTableNoHover tr.header td.tablesorter-header:after,
table.smallBoxTableNoHover thead.table_header th.header:after,
table.smallBoxTableNoHover thead.table_header th.sorting:after,
table.smallBoxTableNoHover thead.table_header th.sorting_desc:after,
table.smallBoxTableNoHover thead.table_header th.sorting_asc:after,
table.smallBoxTableNoHover thead.table_header th.tablesorter-header:after,
table.smallBoxTableNoHover thead.table_header.header td.header:after,
table.smallBoxTableNoHover thead.table_header.header td.sorting:after,
table.smallBoxTableNoHover thead.table_header.header td.sorting_desc:after,
table.smallBoxTableNoHover thead.table_header.header td.sorting_asc:after,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-header:after,
table.smallBoxTable tr th.header:after,
table.smallBoxTable tr th.sorting:after,
table.smallBoxTable tr th.sorting_desc:after,
table.smallBoxTable tr th.sorting_asc:after,
table.smallBoxTable tr th.tablesorter-header:after,
table.smallBoxTable tr.header td.header:after,
table.smallBoxTable tr.header td.sorting:after,
table.smallBoxTable tr.header td.sorting_desc:after,
table.smallBoxTable tr.header td.sorting_asc:after,
table.smallBoxTable tr.header td.tablesorter-header:after,
table.smallBoxTable thead.table_header th.header:after,
table.smallBoxTable thead.table_header th.sorting:after,
table.smallBoxTable thead.table_header th.sorting_desc:after,
table.smallBoxTable thead.table_header th.sorting_asc:after,
table.smallBoxTable thead.table_header th.tablesorter-header:after,
table.smallBoxTable thead.table_header.header td.header:after,
table.smallBoxTable thead.table_header.header td.sorting:after,
table.smallBoxTable thead.table_header.header td.sorting_desc:after,
table.smallBoxTable thead.table_header.header td.sorting_asc:after,
table.smallBoxTable thead.table_header.header td.tablesorter-header:after,
#calendar > table tr th.header:after,
#calendar > table tr th.sorting:after,
#calendar > table tr th.sorting_desc:after,
#calendar > table tr th.sorting_asc:after,
#calendar > table tr th.tablesorter-header:after,
#calendar > table tr.header td.header:after,
#calendar > table tr.header td.sorting:after,
#calendar > table tr.header td.sorting_desc:after,
#calendar > table tr.header td.sorting_asc:after,
#calendar > table tr.header td.tablesorter-header:after,
#calendar > table thead.table_header th.header:after,
#calendar > table thead.table_header th.sorting:after,
#calendar > table thead.table_header th.sorting_desc:after,
#calendar > table thead.table_header th.sorting_asc:after,
#calendar > table thead.table_header th.tablesorter-header:after,
#calendar > table thead.table_header.header td.header:after,
#calendar > table thead.table_header.header td.sorting:after,
#calendar > table thead.table_header.header td.sorting_desc:after,
#calendar > table thead.table_header.header td.sorting_asc:after,
#calendar > table thead.table_header.header td.tablesorter-header:after,
table.masterCalTable tr th.header:after,
table.masterCalTable tr th.sorting:after,
table.masterCalTable tr th.sorting_desc:after,
table.masterCalTable tr th.sorting_asc:after,
table.masterCalTable tr th.tablesorter-header:after,
table.masterCalTable tr.header td.header:after,
table.masterCalTable tr.header td.sorting:after,
table.masterCalTable tr.header td.sorting_desc:after,
table.masterCalTable tr.header td.sorting_asc:after,
table.masterCalTable tr.header td.tablesorter-header:after,
table.masterCalTable thead.table_header th.header:after,
table.masterCalTable thead.table_header th.sorting:after,
table.masterCalTable thead.table_header th.sorting_desc:after,
table.masterCalTable thead.table_header th.sorting_asc:after,
table.masterCalTable thead.table_header th.tablesorter-header:after,
table.masterCalTable thead.table_header.header td.header:after,
table.masterCalTable thead.table_header.header td.sorting:after,
table.masterCalTable thead.table_header.header td.sorting_desc:after,
table.masterCalTable thead.table_header.header td.sorting_asc:after,
table.masterCalTable thead.table_header.header td.tablesorter-header:after,
table.icalFeedTable tr th.header:after,
table.icalFeedTable tr th.sorting:after,
table.icalFeedTable tr th.sorting_desc:after,
table.icalFeedTable tr th.sorting_asc:after,
table.icalFeedTable tr th.tablesorter-header:after,
table.icalFeedTable tr.header td.header:after,
table.icalFeedTable tr.header td.sorting:after,
table.icalFeedTable tr.header td.sorting_desc:after,
table.icalFeedTable tr.header td.sorting_asc:after,
table.icalFeedTable tr.header td.tablesorter-header:after,
table.icalFeedTable thead.table_header th.header:after,
table.icalFeedTable thead.table_header th.sorting:after,
table.icalFeedTable thead.table_header th.sorting_desc:after,
table.icalFeedTable thead.table_header th.sorting_asc:after,
table.icalFeedTable thead.table_header th.tablesorter-header:after,
table.icalFeedTable thead.table_header.header td.header:after,
table.icalFeedTable thead.table_header.header td.sorting:after,
table.icalFeedTable thead.table_header.header td.sorting_desc:after,
table.icalFeedTable thead.table_header.header td.sorting_asc:after,
table.icalFeedTable thead.table_header.header td.tablesorter-header:after,
table.tablesorter-default tr th.header:after,
table.tablesorter-default tr th.sorting:after,
table.tablesorter-default tr th.sorting_desc:after,
table.tablesorter-default tr th.sorting_asc:after,
table.tablesorter-default tr th.tablesorter-header:after,
table.tablesorter-default tr.header td.header:after,
table.tablesorter-default tr.header td.sorting:after,
table.tablesorter-default tr.header td.sorting_desc:after,
table.tablesorter-default tr.header td.sorting_asc:after,
table.tablesorter-default tr.header td.tablesorter-header:after,
table.tablesorter-default thead.table_header th.header:after,
table.tablesorter-default thead.table_header th.sorting:after,
table.tablesorter-default thead.table_header th.sorting_desc:after,
table.tablesorter-default thead.table_header th.sorting_asc:after,
table.tablesorter-default thead.table_header th.tablesorter-header:after,
table.tablesorter-default thead.table_header.header td.header:after,
table.tablesorter-default thead.table_header.header td.sorting:after,
table.tablesorter-default thead.table_header.header td.sorting_desc:after,
table.tablesorter-default thead.table_header.header td.sorting_asc:after,
table.tablesorter-default thead.table_header.header td.tablesorter-header:after {
  color: #222;
}
.boxStats table.stat_table tr th,
.boxStats table.stat_table tr.header td,
.boxStats table.stat_table thead.table_header th,
.boxStats table.stat_table thead.table_header.header td,
table.stat_table_wrapper:NOT(.statsTableLegend) tr th,
table.stat_table_wrapper:NOT(.statsTableLegend) tr.header td,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header th,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header.header td,
#statsFile table tr th,
#statsFile table tr.header td,
#statsFile table thead.table_header th,
#statsFile table thead.table_header.header td,
table.stat_table tr th,
table.stat_table tr.header td,
table.stat_table thead.table_header th,
table.stat_table thead.table_header.header td,
table.def_table tr th,
table.def_table tr.header td,
table.def_table thead.table_header th,
table.def_table thead.table_header.header td,
table.overviewTable tr th,
table.overviewTable tr.header td,
table.overviewTable thead.table_header th,
table.overviewTable thead.table_header.header td,
table.smallBoxTableNoHover tr th,
table.smallBoxTableNoHover tr.header td,
table.smallBoxTableNoHover thead.table_header th,
table.smallBoxTableNoHover thead.table_header.header td,
table.smallBoxTable tr th,
table.smallBoxTable tr.header td,
table.smallBoxTable thead.table_header th,
table.smallBoxTable thead.table_header.header td,
#calendar > table tr th,
#calendar > table tr.header td,
#calendar > table thead.table_header th,
#calendar > table thead.table_header.header td,
table.masterCalTable tr th,
table.masterCalTable tr.header td,
table.masterCalTable thead.table_header th,
table.masterCalTable thead.table_header.header td,
table.icalFeedTable tr th,
table.icalFeedTable tr.header td,
table.icalFeedTable thead.table_header th,
table.icalFeedTable thead.table_header.header td,
table.tablesorter-default tr th,
table.tablesorter-default tr.header td,
table.tablesorter-default thead.table_header th,
table.tablesorter-default thead.table_header.header td {
  background: #003f5f;
  color: #fff;
  font-weight: 700;
}
.boxStats table.stat_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
.boxStats table.stat_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
.boxStats table.stat_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
.boxStats table.stat_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.stat_table_wrapper:NOT(.statsTableLegend) > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.stat_table_wrapper:NOT(.statsTableLegend) > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.stat_table_wrapper:NOT(.statsTableLegend) > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.stat_table_wrapper:NOT(.statsTableLegend) > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
#statsFile table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
#statsFile table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
#statsFile table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
#statsFile table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.stat_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.stat_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.stat_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.stat_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.def_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.def_table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.def_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.def_table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.overviewTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.overviewTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.overviewTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.overviewTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.smallBoxTableNoHover > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.smallBoxTableNoHover > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.smallBoxTableNoHover > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.smallBoxTableNoHover > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.smallBoxTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.smallBoxTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.smallBoxTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.smallBoxTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
#calendar > table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
#calendar > table > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
#calendar > table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
#calendar > table > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.masterCalTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.masterCalTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.masterCalTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.masterCalTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.icalFeedTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.icalFeedTable > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.icalFeedTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.icalFeedTable > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.tablesorter-default > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.tablesorter-default > tbody:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th,
table.tablesorter-default > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > td,
table.tablesorter-default > thead:NOT(.table_header):NOT(.header) > tr:NOT(.header):NOT(.table_header):NOT(.masterCalMonthRow):NOT(.masterCalDotwRow):nth-child(odd) > th {
  background: #f2f2f2 !important;
}
.boxStats table.stat_table tr td,
.boxStats table.stat_table thead.table_header td,
table.stat_table_wrapper:NOT(.statsTableLegend) tr td,
table.stat_table_wrapper:NOT(.statsTableLegend) thead.table_header td,
#statsFile table tr td,
#statsFile table thead.table_header td,
table.stat_table tr td,
table.stat_table thead.table_header td,
table.def_table tr td,
table.def_table thead.table_header td,
table.overviewTable tr td,
table.overviewTable thead.table_header td,
table.smallBoxTableNoHover tr td,
table.smallBoxTableNoHover thead.table_header td,
table.smallBoxTable tr td,
table.smallBoxTable thead.table_header td,
#calendar > table tr td,
#calendar > table thead.table_header td,
table.masterCalTable tr td,
table.masterCalTable thead.table_header td,
table.icalFeedTable tr td,
table.icalFeedTable thead.table_header td,
table.tablesorter-default tr td,
table.tablesorter-default thead.table_header td {
  background: #fff;
}
.responsive-tabs-container .nav-tabs li.tab a {
  background: #DBDBDB;
}
.sr-only {
  color: #fff;
  background: #222;
}
#loiTable_wrapper .dataTables_length {
  text-align: left;
  padding: 15px;
}
#loiTable_wrapper #loiTable_filter {
  text-align: left;
}
#loiTable_wrapper label {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#loiTable_wrapper select {
  margin: 0 5px;
}
#loiTable {
  width: 100% !important;
}
.loi-page .table-responsive {
  border: none;
}
@media (min-width: 992px) {
  #loiTable_wrapper #loiTable_filter {
    text-align: right;
  }
}
.champLogo {
  margin-top: 30px;
}
.champLogo img {
  margin: 0 auto;
}
.champSportSchool {
  text-align: center;
}
#participating-teams.style-s1 .school-name-location a {
  font-weight: normal !important;
}
.social-page .box-content {
  padding: 15px 0 0;
  background: none;
}
.social-page .box-content iframe {
  border: 0;
}
