.sid-box-shadow {
  box-shadow: 0 10px 0 rgba(0,0,0,0.2);
}
.sid-box-shadow-inset {
  box-shadow: inset 0 10px 0 rgba(0,0,0,0.2);
}
.sid-box-shadow-invert {
  box-shadow: 0 -10px 0 rgba(0,0,0,0.2);
}
.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: #004695;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #00162f;
}
a:visited {
  color: #004695;
}
strong,
b {
  font-weight: 700;
}
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: 'Oswald', sans-serif;
  line-height: 1;
  padding: 5px 0 0;
  margin: 10px 0 5px;
}
h1,
.h1 {
  font-size: 2.0rem;
}
h2,
.h2 {
  font-size: 1.8rem;
}
h3,
.h3 {
  font-size: 1.6rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
hr {
  border: 0;
  border-bottom: 1px solid #c6c6c6;
  margin: 10px 0;
}
table {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,0.2);
}
table td,
table th {
  border-color: rgba(0,0,0,0.2);
  padding: 5px 10px;
}
#site-frame .container-fluid {
  min-width: 1250px;
}
#site-frame .container {
  width: 1250px;
}
.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: #002E62;
  border-color: #002E62;
  color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000000;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible;
}
.photo-placeholder {
  background: #00162f;
}
.img-thumbnail {
  padding: 0;
  border: 0;
  background: transparent;
}
.no-rounded-corners * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#feedLinks > .list-group {
  overflow: hidden;
}
.alert.alert-casual {
  background: #fff;
}
.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;
}
.alert.alert-info {
  background-color: rgba(0,0,0,0.05);
  border-bottom-color: rgba(0,0,0,0.05);
  border-left-color: rgba(0,0,0,0.05);
  border-right-color: rgba(0,0,0,0.05);
  border-top-color: rgba(0,0,0,0.05);
  color: #555;
}
.badge {
  background: transparent;
  border: 0;
  padding: 0;
  color: #222;
  font-weight: 700;
}
table.dataTable tbody tr.dt-group-title td,
.section-title {
  background-color: #002E62;
  color: #fff;
  font-size: 1.0rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1;
}
.boxTitle {
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding: 7px 15px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
}
#center > .page-heading {
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding: 7px 15px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.panel,
.box {
  border: 0;
  text-align: left;
  margin: 0 0 10px;
  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: #002E62;
}
.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: #FFD101;
}
.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: #fff;
  background: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding: 7px 15px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
}
.panel .panel-heading .small-underline,
.panel .box-title .small-underline,
.box .panel-heading .small-underline,
.box .box-title .small-underline {
  display: inline-block;
  font-size: 0.6em;
  margin-top: 3px;
  text-decoration: underline;
  vertical-align: top;
}
.panel .panel-heading .panel-heading-anchor,
.panel .box-title .panel-heading-anchor,
.box .panel-heading .panel-heading-anchor,
.box .box-title .panel-heading-anchor {
  float: right;
  padding: 5px 0 0;
  font-style: normal;
  font-size: 0.8rem;
}
.panel .panel-heading .panel-heading-anchor a,
.panel .panel-heading .panel-heading-anchor a:link,
.panel .panel-heading .panel-heading-anchor a:visited,
.panel .panel-heading .panel-heading-anchor a:active,
.panel .panel-heading .panel-heading-anchor a:hover,
.panel .box-title .panel-heading-anchor a,
.panel .box-title .panel-heading-anchor a:link,
.panel .box-title .panel-heading-anchor a:visited,
.panel .box-title .panel-heading-anchor a:active,
.panel .box-title .panel-heading-anchor a:hover,
.box .panel-heading .panel-heading-anchor a,
.box .panel-heading .panel-heading-anchor a:link,
.box .panel-heading .panel-heading-anchor a:visited,
.box .panel-heading .panel-heading-anchor a:active,
.box .panel-heading .panel-heading-anchor a:hover,
.box .box-title .panel-heading-anchor a,
.box .box-title .panel-heading-anchor a:link,
.box .box-title .panel-heading-anchor a:visited,
.box .box-title .panel-heading-anchor a:active,
.box .box-title .panel-heading-anchor a:hover {
  color: #FFD101;
}
.panel .panel-heading .panel-heading-anchor a:active,
.panel .panel-heading .panel-heading-anchor a:hover,
.panel .box-title .panel-heading-anchor a:active,
.panel .box-title .panel-heading-anchor a:hover,
.box .panel-heading .panel-heading-anchor a:active,
.box .panel-heading .panel-heading-anchor a:hover,
.box .box-title .panel-heading-anchor a:active,
.box .box-title .panel-heading-anchor a:hover {
  color: #fff;
}
.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;
}
#left .panel .panel-heading,
#left .panel .box-title,
#left .box .panel-heading,
#left .box .box-title,
#right .panel .panel-heading,
#right .panel .box-title,
#right .box .panel-heading,
#right .box .box-title {
  text-align: center;
}
.infoBox {
  margin: 0 0 10px;
}
.infoBox .info {
  background: #fff;
  text-align: center;
  margin: 0 0 10px;
}
.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: #002E62;
  cursor: pointer;
  height: auto;
  padding: 8px 15px 10px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  border-radius: 0;
  line-height: 1;
}
input.frmButton > span:NOT(.fa),
.btn > span:NOT(.fa),
input[type="submit"] > span:NOT(.fa) {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
input.frmButton:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #004695;
  border-color: rgba(0,0,0,0.1);
  color: #fff;
}
input.frmButton.btn-secondary,
.btn.btn-secondary,
input[type="submit"].btn-secondary {
  background: #FFD101;
  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: #000000;
  color: #222;
}
input.frmButton.btn-tertiary:hover,
.btn.btn-tertiary:hover,
input[type="submit"].btn-tertiary:hover {
  background: #1a1a1a;
}
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: #002E62;
  color: #fff;
}
input.frmButton.btn-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  background: #004695;
}
input.frmButton.btn-link,
.btn.btn-link,
input[type="submit"].btn-link {
  background: transparent;
  color: #004695;
  border-color: transparent;
}
input.frmButton.btn-link:hover,
.btn.btn-link:hover,
input[type="submit"].btn-link:hover {
  background: transparent;
  color: #00162f;
  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: #004695;
}
input.frmButton.dropdown-toggle,
.btn.dropdown-toggle,
input[type="submit"].dropdown-toggle {
  background: rgba(0,0,0,0.07);
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
  font-size: 0.8rem;
  border: 1px solid rgba(0,0,0,0.1);
}
input.frmButton.btn-text,
.btn.btn-text,
input[type="submit"].btn-text {
  padding: 0;
  background: transparent;
  color: #004695;
  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: #00162f;
  text-decoration: underline;
}
input.frmButton > .fa,
.btn > .fa,
input[type="submit"] > .fa {
  font-size: 0.9em;
}
.site-header .top-menu {
  background: #002E62;
}
.site-header #primary-menu {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  margin-top: 0;
  z-index: 1000;
  background: #002E62;
  color: #fff;
  position: relative;
}
.site-header #primary-menu .social-menu-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.site-header #primary-menu .social-menu-right .navbar-sociallinks {
  border: 0;
  background: transparent;
  color: #fff;
  height: auto;
  font-size: 1rem;
  margin: 0 -5px;
}
.site-header #primary-menu .social-menu-right .navbar-sociallinks a,
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:link,
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:visited,
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:active,
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:hover {
  color: #fff;
}
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:active,
.site-header #primary-menu .social-menu-right .navbar-sociallinks a:hover {
  color: #FFD101;
}
.site-header #primary-menu .social-menu-right .navbar-sociallinks li a {
  padding: 14px 5px;
}
.site-header #sid-primary-menu {
  border: 0;
  margin-bottom: 0;
  background: #002E62;
  color: #fff;
  z-index: 999;
}
.site-header #sid-primary-menu .navbar-header {
  z-index: 200;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand-centered {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  width: 1px;
  padding: 0;
  z-index: 1002;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo {
  margin-top: -31px;
  margin-left: -95px;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo > img {
  text-align: center;
  max-width: 190px;
}
.site-header #sid-primary-menu .navbar-nav > li {
  border-left: 3px solid rgba(0,0,0,0.3);
}
.site-header #sid-primary-menu .navbar-nav > li:first-child {
  border-left: 0;
}
.site-header #sid-primary-menu .navbar-nav > li.active
				.site-header #sid-primary-menu .navbar-nav > li:hover > a {
  background: #002E62;
  color: #FFD101;
}
.site-header #sid-primary-menu .navbar-nav > li a {
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li > a {
  text-transform: uppercase;
  padding: 14px 25px;
}
.site-header #sid-primary-menu .navbar-nav > li > a:hover {
  color: #FFD101;
}
.site-header #sid-primary-menu .navbar-nav > li.active .dropdown-toggle {
  color: #FFD101;
}
.site-header #sid-primary-menu .navbar-nav > li.yamm-fw .dropdown-menu > li .yamm-content {
  padding: 25px;
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/gsac/images_web/diag-bars.png") no-repeat right bottom #fff;
  background-size: auto auto;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 0 10px 0 rgba(0,0,0,0.2);
  font-size: 1.1rem;
}
.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: #666;
}
.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: #002E62;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .column-head {
  font-size: 1.1em;
  border-bottom: 0;
  color: #002E62;
  font-weight: 700;
}
.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;
  padding: 14px 25px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links {
  font-size: 1rem;
}
.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: #002E62;
  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: #FFD101;
  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: #002E62;
  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: #FFD101;
  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: 300;
  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 li a {
  font-family: 'Oswald', sans-serif;
}
.site-header #sid-primary-menu.split-menu .navbar-brand-centered .nav-logo {
  margin-left: -95px;
  padding: 0;
  width: 190px;
  display: block;
  vertical-align: middle;
  margin-top: -72px;
}
.site-header #sid-primary-menu.split-menu .navbar-brand-centered .nav-logo > img {
  text-align: center;
}
.site-header #sid-primary-menu.split-menu .navbar-nav {
  width: 50%;
}
.site-header #sid-primary-menu.split-menu .navbar-nav.navbar-left {
  padding-right: 95px;
}
.site-header #sid-primary-menu.split-menu .navbar-nav.navbar-right {
  padding-left: 95px;
  text-align: left;
}
.site-header #sid-primary-menu.split-menu .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.site-header .sport-menu {
  background: transparent;
}
.site-header .sport-menu .navbar-offcanvas {
  background: #FFD101;
}
.site-header .sport-menu #sid-sport-menu {
  padding: 5px 15px;
  margin: 10px -15px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 40px;
  background: #FFD101;
}
.site-header .sport-menu #sid-sport-menu a,
.site-header .sport-menu #sid-sport-menu a:link,
.site-header .sport-menu #sid-sport-menu a:visited,
.site-header .sport-menu #sid-sport-menu a:active,
.site-header .sport-menu #sid-sport-menu a:hover {
  color: #002E62;
}
.site-header .sport-menu #sid-sport-menu a:active,
.site-header .sport-menu #sid-sport-menu a:hover {
  color: #000000;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu,
.site-header .sport-menu #sid-sport-menu .flex-menu-form {
  height: 40px;
  line-height: 40px;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu .select-season,
.site-header .sport-menu #sid-sport-menu .flex-menu-form .select-season {
  margin: 7px 0;
}
.site-header .sport-menu #sid-sport-menu .navbar-brand,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 16px;
  text-transform: uppercase;
}
.site-header .sport-menu #sid-sport-menu .navbar-brand a,
.site-header .sport-menu #sid-sport-menu .navbar-brand a:link,
.site-header .sport-menu #sid-sport-menu .navbar-brand a:visited,
.site-header .sport-menu #sid-sport-menu .navbar-brand a:active,
.site-header .sport-menu #sid-sport-menu .navbar-brand a:hover,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a:link,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a:visited,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a:active,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a:hover {
  color: #002E62;
}
.site-header .sport-menu #sid-sport-menu .navbar-brand > .sport-name,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand > .sport-name {
  height: 40px;
  line-height: 40px;
}
.site-header .sport-menu #sid-sport-menu .navbar-form {
  font-family: 'Russo One', sans-serif;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a,
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:link,
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:visited,
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:active,
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:hover,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:link,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:visited,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:active,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:hover {
  color: #fff;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:active,
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a:hover,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:active,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a:hover {
  color: #FFD101;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active a,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active a {
  background: #002E62;
  color: #FFD101;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active .dropdown-toggle,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active .dropdown-toggle {
  color: #002E62;
}
.site-header .sport-menu #sid-sport-menu .navbar-offcanvas.in .select-season {
  border-top-color: #002E62;
}
.site-header .sport-menu #sid-sport-menu .navbar-offcanvas.in .select-season a:hover {
  color: #fff;
}
.site-header .sport-menu #sid-sport-menu .select-season label {
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 2px;
  vertical-align: top;
}
.site-header .sport-menu #sid-sport-menu .select-season a:hover {
  color: #222;
}
.site-header .sport-menu #sid-sport-menu .select-season .btn.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}
#sid-sport-menu #sport-flex-menu .flexMenu-viewMore > a:hover,
#sid-sport-menu #sport-flex-menu .flexMenu-viewMore.active > a,
#sid-sport-menu #sport-flex-menu .flexMenu-viewMore.active > a:hover,
#sid-sport-menu #sport-flex-menu .sport-link-item > a:hover,
#sid-sport-menu #sport-flex-menu .sport-link-item.active > a,
#sid-sport-menu #sport-flex-menu .sport-link-item.active > a:hover {
  background-color: rgba(255,255,255,0.4);
}
@media screen and (max-width: 3px) {
  .site-header #sid-primary-menu .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo {
    margin-left: -75px;
    margin-top: -50px;
    width: 150px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo > img {
    max-width: 150px;
  }
  .site-header #sid-primary-menu.split-menu .navbar-nav.navbar-left {
    padding-right: 85px;
  }
  .site-header #sid-primary-menu.split-menu .navbar-nav.navbar-right {
    padding-left: 85px;
  }
}
@media screen and (max-width: 2px) {
  .site-header #sid-sport-menu .navbar-offcanvas.in {
    background: #000;
  }
  .site-header #sid-sport-menu .navbar-offcanvas.in .navbar-nav li {
    border-color: rgba(255,255,255,0.075);
  }
  .site-header #sid-sport-menu .navbar-offcanvas.in .navbar-nav .dropdown .dropdown-menu {
    background: transparent;
  }
  .site-header #sid-sport-menu .navbar-offcanvas.in .navbar-nav .navbar-form {
    box-shadow: none;
    border: 0;
  }
  .site-header #sid-primary-menu .navbar-header,
  .site-header #sid-sport-menu .navbar-header {
    float: none;
  }
  .site-header #sid-primary-menu .navbar-toggle,
  .site-header #sid-sport-menu .navbar-toggle {
    display: block;
  }
  .site-header #sid-primary-menu .navbar-collapse,
  .site-header #sid-sport-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,
  .site-header #sid-sport-menu .navbar-collapse.collapse {
    display: none !important;
  }
  .site-header #sid-primary-menu .navbar-collapse.collapse.in,
  .site-header #sid-sport-menu .navbar-collapse.collapse.in {
    display: block !important;
  }
  .site-header #sid-primary-menu .navbar-left,
  .site-header #sid-sport-menu .navbar-left {
    text-align: left;
  }
  .site-header #sid-primary-menu .navbar-nav > li,
  .site-header #sid-sport-menu .navbar-nav > li {
    float: none;
    display: block;
    text-align: left;
  }
  .site-header #sid-primary-menu .navbar-nav > li > a,
  .site-header #sid-sport-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,
  .site-header #sid-sport-menu .nav.navbar-nav.navbar-right,
  .site-header #sid-sport-menu .nav.navbar-nav.navbar-left {
    padding: 0;
    width: 100%;
  }
  .site-header #sid-primary-menu .navbar-nav li.dropdown a .fa,
  .site-header #sid-sport-menu .navbar-nav li.dropdown a .fa {
    float: none;
  }
  .site-header #sid-primary-menu .navbar-form,
  .site-header #sid-sport-menu .navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
  }
  .site-header #sid-primary-menu .navbar-form .form-group,
  .site-header #sid-sport-menu .navbar-form .form-group {
    margin-bottom: 5px;
    display: block;
  }
  .site-header #sid-primary-menu .navbar-form .form-group .form-control,
  .site-header #sid-sport-menu .navbar-form .form-group .form-control {
    width: 100%;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered {
    float: left;
    left: 0;
    position: relative;
    text-align: center;
    width: 110px;
    padding: 0 15px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo {
    margin-top: -20.25px;
    margin-left: 0;
    width: 110px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo > img {
    text-align: center;
    max-width: 110px;
  }
  .site-header #sid-primary-menu .navbar-header {
    position: relative;
    z-index: 200;
    padding: 0;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .navbar-toggle {
    margin-bottom: -40px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle {
    border-radius: 0;
    border-color: rgba(255,255,255,0.2);
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,0.2);
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle:focus {
    background: transparent;
    border-color: rgba(255,255,255,0.2);
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle:focus .icon-bar {
    background-color: rgba(255,255,255,0.2);
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle.is-open,
  .site-header #sid-primary-menu .navbar-header .navbar-toggle:hover {
    background: #FFD101;
    border-color: #FFD101;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-toggle.is-open .icon-bar,
  .site-header #sid-primary-menu .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #002E62;
  }
  .site-header #primary-menu .social-menu-right {
    right: 80px;
  }
  .site-header #primary-menu .social-menu-right .navbar.navbar-sociallinks .navbar-nav {
    margin: 0;
  }
  .site-header #primary-menu .social-menu-right .navbar-sociallinks li {
    display: inline-block;
  }
  .site-header #primary-menu .social-menu-right .navbar-sociallinks li a {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1px) {
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered {
    width: 100px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo {
    margin-top: -12px;
    margin-left: 0;
    width: 100px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand-centered .nav-logo > img {
    text-align: center;
    max-width: 100px;
  }
}
.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: #002E62;
}
.carousel-slider .carousel-arrow-left a:hover,
.carousel-slider .carousel-arrow-right a:hover {
  background: #004695;
  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;
}
html {
  height: 100%;
  font-size: 16px;
}
html a,
html a:link,
html a:visited,
html a:active,
html a:hover {
  color: #004695;
}
html a:active,
html a:hover {
  color: #00162f;
}
.sport-detail-links .Rosters {
  display: none;
}
body {
  height: 100%;
  background: #002E62;
  background-attachment: fixed;
  background-size: cover;
}
#site-frame #site-wrapper {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/gsac/images_web/site-bg.jpg") no-repeat center center #002E62;
  background-size: cover;
  background-attachment: fixed;
  min-width: 1270px;
}
#site-frame .container-fluid {
  min-width: 1270px;
}
#site-frame .container {
  width: 1240px;
}
#main-content {
  background-attachment: fixed;
  clear: both;
  padding: 30px 0;
}
#main-content #main {
  padding: 0 15px;
}
#page {
  padding: 0;
}
#page > .row {
  margin: 0 -15px;
}
#page > .row > #center,
#page > .row > #left,
#page > .row > #right {
  padding: 0 15px;
}
.layout-index #page,
.layout-sport #page,
.layout-3 #page {
  background: transparent;
  padding: 0;
}
.layout-index #page > .row > #center,
.layout-sport #page > .row > #center,
.layout-3 #page > .row > #center {
  padding-left: 0;
  padding-right: 0;
}
.layout-1 #page > .row > #center {
  padding: 0 15px;
}
.layout-2 #page > .row > #center {
  padding-left: 0;
}
.layout-3 #page > .row > #center {
  padding-left: 0;
}
.site-header {
  background: transparent;
  text-align: center;
}
.members-menu {
  background: #BBBBBB;
  color: #fff;
  height: 80px;
}
.panel.aside-member-group .panel-body {
  padding: 0;
}
.member-quick-links .members-ql .fa {
  margin-right: 4px;
}
.site-footer {
  text-align: center;
  color: #d5d5d5;
  font-size: 0.9em;
  background-image: linear-gradient(0deg,#002E62,transparent);
}
.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:active,
.site-footer a:hover {
  color: #fff;
}
.site-footer a:active,
.site-footer a:hover {
  color: #FFD101;
}
.site-footer a {
  font-weight: 700;
}
.footer-base {
  padding: 0 0 30px 0;
}
.footer-site-links {
  display: inline-block;
}
.text-para {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: block;
}
.divider {
  background: #d5d5d5;
  display: inline-block;
  height: auto;
  margin: 0 5px;
  width: 1px;
}
.aff-logos-inline li {
  padding: 10px 10px;
}
.aff-logos-inline .img-block {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
.aff-logos-inline .img-block.naia img {
  max-height: 51px;
}
.aff-logos-inline img {
  max-height: 50px;
}
.box.infoBox.footer-logo-zone {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
}
.box.infoBox.footer-logo-zone .box-content {
  padding: 0;
  background: transparent;
}
.footer-site-links {
  padding: 10px 0;
}
.footer-site-links ul > li {
  display: block;
}
.footer-site-links ul > li:last-child {
  border-right: 0;
}
.footer-site-links a {
  padding: 2px 5px;
  display: inline-block;
}
@media screen and (min-width: 2px) {
  .aff-logos-inline li {
    padding: 10px 10px;
  }
  .aff-logos-inline .img-block {
    line-height: 60px;
  }
  .aff-logos-inline img {
    max-height: 60px;
  }
  .text-para {
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    margin: 10px 0 0;
    display: block;
  }
  .footer-site-links {
    padding: 0;
    margin: 10px 0 0;
  }
  .footer-site-links ul > li {
    display: inline-block;
    padding: 0 12px 0 8px;
    border-right: 1px solid #d5d5d5;
  }
  .footer-site-links ul > li:first-child {
    padding-left: 5px;
  }
  .footer-site-links ul > li:last-child {
    border-right: 0;
  }
  .footer-site-links a {
    display: inline-block;
    padding: 0;
  }
}
@media screen and (min-width: 3px) {
  .aff-logos-inline li {
    padding: 10px 15px;
  }
  .aff-logos-inline .img-block {
    line-height: 80px;
  }
  .aff-logos-inline img {
    max-height: 80px;
  }
  .text-para {
    display: inline-block;
  }
}
.index-tabs {
  margin: 0;
}
.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 .scoreboard-tabbed {
  height: 380px;
  max-height: 380px;
  overflow-y: auto;
}
.index-tabs .responsive-tabs-container {
  overflow: hidden;
}
.index-tabs .responsive-tabs-container .responsive-tabs:before {
  overflow: hidden;
}
.index-tabs .nav-tabs.nav-justified {
  margin: 0;
  width: auto;
  margin-bottom: 0 !important;
  background: #000000;
}
.index-tabs .nav-tabs.nav-justified li {
  background: #000000;
  color: #BBBBBB;
  margin: 0;
}
.index-tabs .nav-tabs.nav-justified li a {
  background: transparent;
  color: #c6c6c6;
  font-family: 'Open Sans', sans-serif;
  border: 0 !important;
  font-style: italic;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0;
  padding: 6px 15px 7px;
  text-transform: uppercase;
}
.index-tabs .nav-tabs.nav-justified li.active,
.index-tabs .nav-tabs.nav-justified li:hover {
  background: #000;
  color: #fff;
}
.index-tabs .nav-tabs.nav-justified li.active > a,
.index-tabs .nav-tabs.nav-justified li:hover > a {
  background-color: #222;
  color: #fff;
}
.index-tabs .nav-tabs.nav-justified li.active > a {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/gsac/images_web/button-active-arrow.png") no-repeat center bottom #000;
}
.index-tabs .nav-tabs.nav-justified li.active:hover > a {
  background-color: #222;
}
.responsive-tabs-container.accordion-sm .bd-tab-content,
.responsive-tabs-container.accordion-xs .bd-tab-content {
  padding: 0;
}
.responsive-tabs-container .accordion-link {
  background: #002E62;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  border: 0 !important;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0;
  padding: 5px 15px;
  margin: 10px 0 0;
}
.responsive-tabs-container .bd-tab-content {
  padding: 0;
}
.responsive-tabs-container .tab-pane.active {
  padding: 0 0 10px;
  background: #fff;
}
.panel.conf-news a,
.panel.conf-news a:link,
.panel.conf-news a:visited,
.panel.conf-news a:active,
.panel.conf-news a:hover,
.panel.sanction-news a,
.panel.sanction-news a:link,
.panel.sanction-news a:visited,
.panel.sanction-news a:active,
.panel.sanction-news a:hover {
  color: #002E62;
}
.panel.conf-news a:active,
.panel.conf-news a:hover,
.panel.sanction-news a:active,
.panel.sanction-news a:hover {
  color: #004695;
}
.panel.conf-news .panel-body,
.panel.sanction-news .panel-body {
  padding: 0 15px;
  background: #e1e1e1;
}
.panel.conf-news .panel-body .row,
.panel.sanction-news .panel-body .row {
  margin: 0;
}
.panel.conf-news .mod-server-rss .list-group,
.panel.sanction-news .mod-server-rss .list-group {
  margin: 0;
  margin-bottom: 0;
}
.panel.conf-news .article-item,
.panel.conf-news .feed-item,
.panel.conf-news .mod-server-rss .list-group-item,
.panel.sanction-news .article-item,
.panel.sanction-news .feed-item,
.panel.sanction-news .mod-server-rss .list-group-item {
  padding: 14px 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
.panel.conf-news .article-item:last-child,
.panel.conf-news .feed-item:last-child,
.panel.conf-news .mod-server-rss .list-group-item:last-child,
.panel.sanction-news .article-item:last-child,
.panel.sanction-news .feed-item:last-child,
.panel.sanction-news .mod-server-rss .list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.panel.conf-news .article-item .article-photo,
.panel.conf-news .feed-item .article-photo,
.panel.conf-news .mod-server-rss .list-group-item .article-photo,
.panel.sanction-news .article-item .article-photo,
.panel.sanction-news .feed-item .article-photo,
.panel.sanction-news .mod-server-rss .list-group-item .article-photo {
  display: none;
}
.panel.conf-news .mod-server-rss .list-group-item:hover,
.panel.sanction-news .mod-server-rss .list-group-item:hover {
  background: transparent;
}
.panel.conf-news .mod-server-rss .list-group-item:hover .list-group-item-category,
.panel.sanction-news .mod-server-rss .list-group-item:hover .list-group-item-category {
  color: #222 !important;
}
.panel.conf-news .mod-server-rss .list-group-item:hover .h4.list-group-item-heading,
.panel.sanction-news .mod-server-rss .list-group-item:hover .h4.list-group-item-heading {
  color: #004695;
}
.panel.conf-news .article-content,
.panel.conf-news .feed-content,
.panel.conf-news .mod-server-rss .list-group-item,
.panel.sanction-news .article-content,
.panel.sanction-news .feed-content,
.panel.sanction-news .mod-server-rss .list-group-item {
  line-height: 1;
}
.panel.conf-news .article-content .newsSportDate,
.panel.conf-news .article-content .category,
.panel.conf-news .article-content .list-group-item-category,
.panel.conf-news .feed-content .newsSportDate,
.panel.conf-news .feed-content .category,
.panel.conf-news .feed-content .list-group-item-category,
.panel.conf-news .mod-server-rss .list-group-item .newsSportDate,
.panel.conf-news .mod-server-rss .list-group-item .category,
.panel.conf-news .mod-server-rss .list-group-item .list-group-item-category,
.panel.sanction-news .article-content .newsSportDate,
.panel.sanction-news .article-content .category,
.panel.sanction-news .article-content .list-group-item-category,
.panel.sanction-news .feed-content .newsSportDate,
.panel.sanction-news .feed-content .category,
.panel.sanction-news .feed-content .list-group-item-category,
.panel.sanction-news .mod-server-rss .list-group-item .newsSportDate,
.panel.sanction-news .mod-server-rss .list-group-item .category,
.panel.sanction-news .mod-server-rss .list-group-item .list-group-item-category {
  margin: 0 0 2px;
  display: block;
}
.panel.conf-news .article-content .newsSportDate > span,
.panel.conf-news .article-content .category > span,
.panel.conf-news .article-content .list-group-item-category > span,
.panel.conf-news .feed-content .newsSportDate > span,
.panel.conf-news .feed-content .category > span,
.panel.conf-news .feed-content .list-group-item-category > span,
.panel.conf-news .mod-server-rss .list-group-item .newsSportDate > span,
.panel.conf-news .mod-server-rss .list-group-item .category > span,
.panel.conf-news .mod-server-rss .list-group-item .list-group-item-category > span,
.panel.sanction-news .article-content .newsSportDate > span,
.panel.sanction-news .article-content .category > span,
.panel.sanction-news .article-content .list-group-item-category > span,
.panel.sanction-news .feed-content .newsSportDate > span,
.panel.sanction-news .feed-content .category > span,
.panel.sanction-news .feed-content .list-group-item-category > span,
.panel.sanction-news .mod-server-rss .list-group-item .newsSportDate > span,
.panel.sanction-news .mod-server-rss .list-group-item .category > span,
.panel.sanction-news .mod-server-rss .list-group-item .list-group-item-category > span {
  display: inline-block;
}
.panel.conf-news .article-content .newsTitle,
.panel.conf-news .article-content .title,
.panel.conf-news .article-content .h4.list-group-item-heading,
.panel.conf-news .feed-content .newsTitle,
.panel.conf-news .feed-content .title,
.panel.conf-news .feed-content .h4.list-group-item-heading,
.panel.conf-news .mod-server-rss .list-group-item .newsTitle,
.panel.conf-news .mod-server-rss .list-group-item .title,
.panel.conf-news .mod-server-rss .list-group-item .h4.list-group-item-heading,
.panel.sanction-news .article-content .newsTitle,
.panel.sanction-news .article-content .title,
.panel.sanction-news .article-content .h4.list-group-item-heading,
.panel.sanction-news .feed-content .newsTitle,
.panel.sanction-news .feed-content .title,
.panel.sanction-news .feed-content .h4.list-group-item-heading,
.panel.sanction-news .mod-server-rss .list-group-item .newsTitle,
.panel.sanction-news .mod-server-rss .list-group-item .title,
.panel.sanction-news .mod-server-rss .list-group-item .h4.list-group-item-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 1.20em;
  line-height: 1.0em;
  text-transform: none;
  height: 36px;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
}
.panel.conf-news .article-content .newsTitle a,
.panel.conf-news .article-content .title a,
.panel.conf-news .article-content .h4.list-group-item-heading a,
.panel.conf-news .feed-content .newsTitle a,
.panel.conf-news .feed-content .title a,
.panel.conf-news .feed-content .h4.list-group-item-heading a,
.panel.conf-news .mod-server-rss .list-group-item .newsTitle a,
.panel.conf-news .mod-server-rss .list-group-item .title a,
.panel.conf-news .mod-server-rss .list-group-item .h4.list-group-item-heading a,
.panel.sanction-news .article-content .newsTitle a,
.panel.sanction-news .article-content .title a,
.panel.sanction-news .article-content .h4.list-group-item-heading a,
.panel.sanction-news .feed-content .newsTitle a,
.panel.sanction-news .feed-content .title a,
.panel.sanction-news .feed-content .h4.list-group-item-heading a,
.panel.sanction-news .mod-server-rss .list-group-item .newsTitle a,
.panel.sanction-news .mod-server-rss .list-group-item .title a,
.panel.sanction-news .mod-server-rss .list-group-item .h4.list-group-item-heading a {
  display: inline-block;
}
.panel.conf-news .article-content .newsBody,
.panel.conf-news .article-content .list-group-item-text,
.panel.conf-news .feed-content .newsBody,
.panel.conf-news .feed-content .list-group-item-text,
.panel.conf-news .mod-server-rss .list-group-item .newsBody,
.panel.conf-news .mod-server-rss .list-group-item .list-group-item-text,
.panel.sanction-news .article-content .newsBody,
.panel.sanction-news .article-content .list-group-item-text,
.panel.sanction-news .feed-content .newsBody,
.panel.sanction-news .feed-content .list-group-item-text,
.panel.sanction-news .mod-server-rss .list-group-item .newsBody,
.panel.sanction-news .mod-server-rss .list-group-item .list-group-item-text {
  display: none;
}
.panel.sanction-news .mod-server-rss.style-s1 {
  background: transparent;
}
.panel.sanction-news .mod-server-rss.style-s1 .copyright-info {
  padding: 0 15px;
}
.panel.sanction-news .mod-server-rss.style-s1 .copyright-info p:last-child {
  padding-bottom: 15px;
}
.panel.sanction-news .article-item {
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
#staff-list .staff-full-name .media-heading {
  font-size: 1rem;
}
.staff-bio .position span {
  font-size: 1.3rem;
}
table.dataTable th {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.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: #002E62;
  color: #fff;
}
.boxStats table.stat_table tr th.masterCalDotwHead,
.boxStats table.stat_table tr.header td.masterCalDotwHead,
.boxStats table.stat_table thead.table_header th.masterCalDotwHead,
.boxStats table.stat_table thead.table_header.header td.masterCalDotwHead,
table.stat_table_wrapper:not(.statsTableLegend) tr th.masterCalDotwHead,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.masterCalDotwHead,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.masterCalDotwHead,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.masterCalDotwHead,
#statsFile table tr th.masterCalDotwHead,
#statsFile table tr.header td.masterCalDotwHead,
#statsFile table thead.table_header th.masterCalDotwHead,
#statsFile table thead.table_header.header td.masterCalDotwHead,
table.stat_table tr th.masterCalDotwHead,
table.stat_table tr.header td.masterCalDotwHead,
table.stat_table thead.table_header th.masterCalDotwHead,
table.stat_table thead.table_header.header td.masterCalDotwHead,
table.def_table tr th.masterCalDotwHead,
table.def_table tr.header td.masterCalDotwHead,
table.def_table thead.table_header th.masterCalDotwHead,
table.def_table thead.table_header.header td.masterCalDotwHead,
table.overviewTable tr th.masterCalDotwHead,
table.overviewTable tr.header td.masterCalDotwHead,
table.overviewTable thead.table_header th.masterCalDotwHead,
table.overviewTable thead.table_header.header td.masterCalDotwHead,
table.smallBoxTableNoHover tr th.masterCalDotwHead,
table.smallBoxTableNoHover tr.header td.masterCalDotwHead,
table.smallBoxTableNoHover thead.table_header th.masterCalDotwHead,
table.smallBoxTableNoHover thead.table_header.header td.masterCalDotwHead,
table.smallBoxTable tr th.masterCalDotwHead,
table.smallBoxTable tr.header td.masterCalDotwHead,
table.smallBoxTable thead.table_header th.masterCalDotwHead,
table.smallBoxTable thead.table_header.header td.masterCalDotwHead,
#calendar > table tr th.masterCalDotwHead,
#calendar > table tr.header td.masterCalDotwHead,
#calendar > table thead.table_header th.masterCalDotwHead,
#calendar > table thead.table_header.header td.masterCalDotwHead,
table.masterCalTable tr th.masterCalDotwHead,
table.masterCalTable tr.header td.masterCalDotwHead,
table.masterCalTable thead.table_header th.masterCalDotwHead,
table.masterCalTable thead.table_header.header td.masterCalDotwHead,
table.icalFeedTable tr th.masterCalDotwHead,
table.icalFeedTable tr.header td.masterCalDotwHead,
table.icalFeedTable thead.table_header th.masterCalDotwHead,
table.icalFeedTable thead.table_header.header td.masterCalDotwHead,
table.tablesorter-default tr th.masterCalDotwHead,
table.tablesorter-default tr.header td.masterCalDotwHead,
table.tablesorter-default thead.table_header th.masterCalDotwHead,
table.tablesorter-default thead.table_header.header td.masterCalDotwHead {
  background: #000000;
}
.boxStats table.stat_table tr th.finalHeader,
.boxStats table.stat_table tr.header td.finalHeader,
.boxStats table.stat_table thead.table_header th.finalHeader,
.boxStats table.stat_table thead.table_header.header td.finalHeader,
table.stat_table_wrapper:not(.statsTableLegend) tr th.finalHeader,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.finalHeader,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.finalHeader,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.finalHeader,
#statsFile table tr th.finalHeader,
#statsFile table tr.header td.finalHeader,
#statsFile table thead.table_header th.finalHeader,
#statsFile table thead.table_header.header td.finalHeader,
table.stat_table tr th.finalHeader,
table.stat_table tr.header td.finalHeader,
table.stat_table thead.table_header th.finalHeader,
table.stat_table thead.table_header.header td.finalHeader,
table.def_table tr th.finalHeader,
table.def_table tr.header td.finalHeader,
table.def_table thead.table_header th.finalHeader,
table.def_table thead.table_header.header td.finalHeader,
table.overviewTable tr th.finalHeader,
table.overviewTable tr.header td.finalHeader,
table.overviewTable thead.table_header th.finalHeader,
table.overviewTable thead.table_header.header td.finalHeader,
table.smallBoxTableNoHover tr th.finalHeader,
table.smallBoxTableNoHover tr.header td.finalHeader,
table.smallBoxTableNoHover thead.table_header th.finalHeader,
table.smallBoxTableNoHover thead.table_header.header td.finalHeader,
table.smallBoxTable tr th.finalHeader,
table.smallBoxTable tr.header td.finalHeader,
table.smallBoxTable thead.table_header th.finalHeader,
table.smallBoxTable thead.table_header.header td.finalHeader,
#calendar > table tr th.finalHeader,
#calendar > table tr.header td.finalHeader,
#calendar > table thead.table_header th.finalHeader,
#calendar > table thead.table_header.header td.finalHeader,
table.masterCalTable tr th.finalHeader,
table.masterCalTable tr.header td.finalHeader,
table.masterCalTable thead.table_header th.finalHeader,
table.masterCalTable thead.table_header.header td.finalHeader,
table.icalFeedTable tr th.finalHeader,
table.icalFeedTable tr.header td.finalHeader,
table.icalFeedTable thead.table_header th.finalHeader,
table.icalFeedTable thead.table_header.header td.finalHeader,
table.tablesorter-default tr th.finalHeader,
table.tablesorter-default tr.header td.finalHeader,
table.tablesorter-default thead.table_header th.finalHeader,
table.tablesorter-default thead.table_header.header td.finalHeader {
  background: #00162f;
}
.totalsRow,
.addTotalRow,
.teamStatsHeader {
  background-color: rgba(0,0,0,0.3);
}
.boxStats table.stat_table tr th.tablesorter-headerDesc,
.boxStats table.stat_table tr th.tablesorter-headerAsc,
.boxStats table.stat_table tr th.headerSortUp,
.boxStats table.stat_table tr th.headerSortUp::after,
.boxStats table.stat_table tr th.headerSortDown,
.boxStats table.stat_table tr th.headerSortDown::after,
.boxStats table.stat_table tr th.tablesorter-headerAsc,
.boxStats table.stat_table tr th .tablesorter-headerAsc::after,
.boxStats table.stat_table tr th.tablesorter-headerDesc,
.boxStats table.stat_table tr th.tablesorter-headerDesc::after,
.boxStats table.stat_table tr th.sorting_desc,
.boxStats table.stat_table tr th.sorting_desc::after,
.boxStats table.stat_table tr th.sorting_asc,
.boxStats table.stat_table tr th.sorting_asc::after,
.boxStats table.stat_table tr.header td.tablesorter-headerDesc,
.boxStats table.stat_table tr.header td.tablesorter-headerAsc,
.boxStats table.stat_table tr.header td.headerSortUp,
.boxStats table.stat_table tr.header td.headerSortUp::after,
.boxStats table.stat_table tr.header td.headerSortDown,
.boxStats table.stat_table tr.header td.headerSortDown::after,
.boxStats table.stat_table tr.header td.tablesorter-headerAsc,
.boxStats table.stat_table tr.header td .tablesorter-headerAsc::after,
.boxStats table.stat_table tr.header td.tablesorter-headerDesc,
.boxStats table.stat_table tr.header td.tablesorter-headerDesc::after,
.boxStats table.stat_table tr.header td.sorting_desc,
.boxStats table.stat_table tr.header td.sorting_desc::after,
.boxStats table.stat_table tr.header td.sorting_asc,
.boxStats table.stat_table tr.header td.sorting_asc::after,
.boxStats table.stat_table thead.table_header th.tablesorter-headerDesc,
.boxStats table.stat_table thead.table_header th.tablesorter-headerAsc,
.boxStats table.stat_table thead.table_header th.headerSortUp,
.boxStats table.stat_table thead.table_header th.headerSortUp::after,
.boxStats table.stat_table thead.table_header th.headerSortDown,
.boxStats table.stat_table thead.table_header th.headerSortDown::after,
.boxStats table.stat_table thead.table_header th.tablesorter-headerAsc,
.boxStats table.stat_table thead.table_header th .tablesorter-headerAsc::after,
.boxStats table.stat_table thead.table_header th.tablesorter-headerDesc,
.boxStats table.stat_table thead.table_header th.tablesorter-headerDesc::after,
.boxStats table.stat_table thead.table_header th.sorting_desc,
.boxStats table.stat_table thead.table_header th.sorting_desc::after,
.boxStats table.stat_table thead.table_header th.sorting_asc,
.boxStats table.stat_table thead.table_header th.sorting_asc::after,
.boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc,
.boxStats table.stat_table thead.table_header.header td.tablesorter-headerAsc,
.boxStats table.stat_table thead.table_header.header td.headerSortUp,
.boxStats table.stat_table thead.table_header.header td.headerSortUp::after,
.boxStats table.stat_table thead.table_header.header td.headerSortDown,
.boxStats table.stat_table thead.table_header.header td.headerSortDown::after,
.boxStats table.stat_table thead.table_header.header td.tablesorter-headerAsc,
.boxStats table.stat_table thead.table_header.header td .tablesorter-headerAsc::after,
.boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc,
.boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc::after,
.boxStats table.stat_table thead.table_header.header td.sorting_desc,
.boxStats table.stat_table thead.table_header.header td.sorting_desc::after,
.boxStats table.stat_table thead.table_header.header td.sorting_asc,
.boxStats table.stat_table thead.table_header.header td.sorting_asc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortUp,
table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortUp::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortDown,
table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortDown::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) tr th .tablesorter-headerAsc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_desc,
table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_desc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_asc,
table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_asc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortUp,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortUp::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortDown,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortDown::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td .tablesorter-headerAsc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_desc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_desc::after,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_asc,
table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_asc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortUp,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortUp::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortDown,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortDown::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th .tablesorter-headerAsc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_desc,
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,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_asc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortUp,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortUp::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortDown,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortDown::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerAsc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td .tablesorter-headerAsc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc::after,
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_desc::after,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_asc,
table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_asc::after,
#statsFile table tr th.tablesorter-headerDesc,
#statsFile table tr th.tablesorter-headerAsc,
#statsFile table tr th.headerSortUp,
#statsFile table tr th.headerSortUp::after,
#statsFile table tr th.headerSortDown,
#statsFile table tr th.headerSortDown::after,
#statsFile table tr th.tablesorter-headerAsc,
#statsFile table tr th .tablesorter-headerAsc::after,
#statsFile table tr th.tablesorter-headerDesc,
#statsFile table tr th.tablesorter-headerDesc::after,
#statsFile table tr th.sorting_desc,
#statsFile table tr th.sorting_desc::after,
#statsFile table tr th.sorting_asc,
#statsFile table tr th.sorting_asc::after,
#statsFile table tr.header td.tablesorter-headerDesc,
#statsFile table tr.header td.tablesorter-headerAsc,
#statsFile table tr.header td.headerSortUp,
#statsFile table tr.header td.headerSortUp::after,
#statsFile table tr.header td.headerSortDown,
#statsFile table tr.header td.headerSortDown::after,
#statsFile table tr.header td.tablesorter-headerAsc,
#statsFile table tr.header td .tablesorter-headerAsc::after,
#statsFile table tr.header td.tablesorter-headerDesc,
#statsFile table tr.header td.tablesorter-headerDesc::after,
#statsFile table tr.header td.sorting_desc,
#statsFile table tr.header td.sorting_desc::after,
#statsFile table tr.header td.sorting_asc,
#statsFile table tr.header td.sorting_asc::after,
#statsFile table thead.table_header th.tablesorter-headerDesc,
#statsFile table thead.table_header th.tablesorter-headerAsc,
#statsFile table thead.table_header th.headerSortUp,
#statsFile table thead.table_header th.headerSortUp::after,
#statsFile table thead.table_header th.headerSortDown,
#statsFile table thead.table_header th.headerSortDown::after,
#statsFile table thead.table_header th.tablesorter-headerAsc,
#statsFile table thead.table_header th .tablesorter-headerAsc::after,
#statsFile table thead.table_header th.tablesorter-headerDesc,
#statsFile table thead.table_header th.tablesorter-headerDesc::after,
#statsFile table thead.table_header th.sorting_desc,
#statsFile table thead.table_header th.sorting_desc::after,
#statsFile table thead.table_header th.sorting_asc,
#statsFile table thead.table_header th.sorting_asc::after,
#statsFile table thead.table_header.header td.tablesorter-headerDesc,
#statsFile table thead.table_header.header td.tablesorter-headerAsc,
#statsFile table thead.table_header.header td.headerSortUp,
#statsFile table thead.table_header.header td.headerSortUp::after,
#statsFile table thead.table_header.header td.headerSortDown,
#statsFile table thead.table_header.header td.headerSortDown::after,
#statsFile table thead.table_header.header td.tablesorter-headerAsc,
#statsFile table thead.table_header.header td .tablesorter-headerAsc::after,
#statsFile table thead.table_header.header td.tablesorter-headerDesc,
#statsFile table thead.table_header.header td.tablesorter-headerDesc::after,
#statsFile table thead.table_header.header td.sorting_desc,
#statsFile table thead.table_header.header td.sorting_desc::after,
#statsFile table thead.table_header.header td.sorting_asc,
#statsFile table thead.table_header.header td.sorting_asc::after,
table.stat_table tr th.tablesorter-headerDesc,
table.stat_table tr th.tablesorter-headerAsc,
table.stat_table tr th.headerSortUp,
table.stat_table tr th.headerSortUp::after,
table.stat_table tr th.headerSortDown,
table.stat_table tr th.headerSortDown::after,
table.stat_table tr th.tablesorter-headerAsc,
table.stat_table tr th .tablesorter-headerAsc::after,
table.stat_table tr th.tablesorter-headerDesc,
table.stat_table tr th.tablesorter-headerDesc::after,
table.stat_table tr th.sorting_desc,
table.stat_table tr th.sorting_desc::after,
table.stat_table tr th.sorting_asc,
table.stat_table tr th.sorting_asc::after,
table.stat_table tr.header td.tablesorter-headerDesc,
table.stat_table tr.header td.tablesorter-headerAsc,
table.stat_table tr.header td.headerSortUp,
table.stat_table tr.header td.headerSortUp::after,
table.stat_table tr.header td.headerSortDown,
table.stat_table tr.header td.headerSortDown::after,
table.stat_table tr.header td.tablesorter-headerAsc,
table.stat_table tr.header td .tablesorter-headerAsc::after,
table.stat_table tr.header td.tablesorter-headerDesc,
table.stat_table tr.header td.tablesorter-headerDesc::after,
table.stat_table tr.header td.sorting_desc,
table.stat_table tr.header td.sorting_desc::after,
table.stat_table tr.header td.sorting_asc,
table.stat_table tr.header td.sorting_asc::after,
table.stat_table thead.table_header th.tablesorter-headerDesc,
table.stat_table thead.table_header th.tablesorter-headerAsc,
table.stat_table thead.table_header th.headerSortUp,
table.stat_table thead.table_header th.headerSortUp::after,
table.stat_table thead.table_header th.headerSortDown,
table.stat_table thead.table_header th.headerSortDown::after,
table.stat_table thead.table_header th.tablesorter-headerAsc,
table.stat_table thead.table_header th .tablesorter-headerAsc::after,
table.stat_table thead.table_header th.tablesorter-headerDesc,
table.stat_table thead.table_header th.tablesorter-headerDesc::after,
table.stat_table thead.table_header th.sorting_desc,
table.stat_table thead.table_header th.sorting_desc::after,
table.stat_table thead.table_header th.sorting_asc,
table.stat_table thead.table_header th.sorting_asc::after,
table.stat_table thead.table_header.header td.tablesorter-headerDesc,
table.stat_table thead.table_header.header td.tablesorter-headerAsc,
table.stat_table thead.table_header.header td.headerSortUp,
table.stat_table thead.table_header.header td.headerSortUp::after,
table.stat_table thead.table_header.header td.headerSortDown,
table.stat_table thead.table_header.header td.headerSortDown::after,
table.stat_table thead.table_header.header td.tablesorter-headerAsc,
table.stat_table thead.table_header.header td .tablesorter-headerAsc::after,
table.stat_table thead.table_header.header td.tablesorter-headerDesc,
table.stat_table thead.table_header.header td.tablesorter-headerDesc::after,
table.stat_table thead.table_header.header td.sorting_desc,
table.stat_table thead.table_header.header td.sorting_desc::after,
table.stat_table thead.table_header.header td.sorting_asc,
table.stat_table thead.table_header.header td.sorting_asc::after,
table.def_table tr th.tablesorter-headerDesc,
table.def_table tr th.tablesorter-headerAsc,
table.def_table tr th.headerSortUp,
table.def_table tr th.headerSortUp::after,
table.def_table tr th.headerSortDown,
table.def_table tr th.headerSortDown::after,
table.def_table tr th.tablesorter-headerAsc,
table.def_table tr th .tablesorter-headerAsc::after,
table.def_table tr th.tablesorter-headerDesc,
table.def_table tr th.tablesorter-headerDesc::after,
table.def_table tr th.sorting_desc,
table.def_table tr th.sorting_desc::after,
table.def_table tr th.sorting_asc,
table.def_table tr th.sorting_asc::after,
table.def_table tr.header td.tablesorter-headerDesc,
table.def_table tr.header td.tablesorter-headerAsc,
table.def_table tr.header td.headerSortUp,
table.def_table tr.header td.headerSortUp::after,
table.def_table tr.header td.headerSortDown,
table.def_table tr.header td.headerSortDown::after,
table.def_table tr.header td.tablesorter-headerAsc,
table.def_table tr.header td .tablesorter-headerAsc::after,
table.def_table tr.header td.tablesorter-headerDesc,
table.def_table tr.header td.tablesorter-headerDesc::after,
table.def_table tr.header td.sorting_desc,
table.def_table tr.header td.sorting_desc::after,
table.def_table tr.header td.sorting_asc,
table.def_table tr.header td.sorting_asc::after,
table.def_table thead.table_header th.tablesorter-headerDesc,
table.def_table thead.table_header th.tablesorter-headerAsc,
table.def_table thead.table_header th.headerSortUp,
table.def_table thead.table_header th.headerSortUp::after,
table.def_table thead.table_header th.headerSortDown,
table.def_table thead.table_header th.headerSortDown::after,
table.def_table thead.table_header th.tablesorter-headerAsc,
table.def_table thead.table_header th .tablesorter-headerAsc::after,
table.def_table thead.table_header th.tablesorter-headerDesc,
table.def_table thead.table_header th.tablesorter-headerDesc::after,
table.def_table thead.table_header th.sorting_desc,
table.def_table thead.table_header th.sorting_desc::after,
table.def_table thead.table_header th.sorting_asc,
table.def_table thead.table_header th.sorting_asc::after,
table.def_table thead.table_header.header td.tablesorter-headerDesc,
table.def_table thead.table_header.header td.tablesorter-headerAsc,
table.def_table thead.table_header.header td.headerSortUp,
table.def_table thead.table_header.header td.headerSortUp::after,
table.def_table thead.table_header.header td.headerSortDown,
table.def_table thead.table_header.header td.headerSortDown::after,
table.def_table thead.table_header.header td.tablesorter-headerAsc,
table.def_table thead.table_header.header td .tablesorter-headerAsc::after,
table.def_table thead.table_header.header td.tablesorter-headerDesc,
table.def_table thead.table_header.header td.tablesorter-headerDesc::after,
table.def_table thead.table_header.header td.sorting_desc,
table.def_table thead.table_header.header td.sorting_desc::after,
table.def_table thead.table_header.header td.sorting_asc,
table.def_table thead.table_header.header td.sorting_asc::after,
table.overviewTable tr th.tablesorter-headerDesc,
table.overviewTable tr th.tablesorter-headerAsc,
table.overviewTable tr th.headerSortUp,
table.overviewTable tr th.headerSortUp::after,
table.overviewTable tr th.headerSortDown,
table.overviewTable tr th.headerSortDown::after,
table.overviewTable tr th.tablesorter-headerAsc,
table.overviewTable tr th .tablesorter-headerAsc::after,
table.overviewTable tr th.tablesorter-headerDesc,
table.overviewTable tr th.tablesorter-headerDesc::after,
table.overviewTable tr th.sorting_desc,
table.overviewTable tr th.sorting_desc::after,
table.overviewTable tr th.sorting_asc,
table.overviewTable tr th.sorting_asc::after,
table.overviewTable tr.header td.tablesorter-headerDesc,
table.overviewTable tr.header td.tablesorter-headerAsc,
table.overviewTable tr.header td.headerSortUp,
table.overviewTable tr.header td.headerSortUp::after,
table.overviewTable tr.header td.headerSortDown,
table.overviewTable tr.header td.headerSortDown::after,
table.overviewTable tr.header td.tablesorter-headerAsc,
table.overviewTable tr.header td .tablesorter-headerAsc::after,
table.overviewTable tr.header td.tablesorter-headerDesc,
table.overviewTable tr.header td.tablesorter-headerDesc::after,
table.overviewTable tr.header td.sorting_desc,
table.overviewTable tr.header td.sorting_desc::after,
table.overviewTable tr.header td.sorting_asc,
table.overviewTable tr.header td.sorting_asc::after,
table.overviewTable thead.table_header th.tablesorter-headerDesc,
table.overviewTable thead.table_header th.tablesorter-headerAsc,
table.overviewTable thead.table_header th.headerSortUp,
table.overviewTable thead.table_header th.headerSortUp::after,
table.overviewTable thead.table_header th.headerSortDown,
table.overviewTable thead.table_header th.headerSortDown::after,
table.overviewTable thead.table_header th.tablesorter-headerAsc,
table.overviewTable thead.table_header th .tablesorter-headerAsc::after,
table.overviewTable thead.table_header th.tablesorter-headerDesc,
table.overviewTable thead.table_header th.tablesorter-headerDesc::after,
table.overviewTable thead.table_header th.sorting_desc,
table.overviewTable thead.table_header th.sorting_desc::after,
table.overviewTable thead.table_header th.sorting_asc,
table.overviewTable thead.table_header th.sorting_asc::after,
table.overviewTable thead.table_header.header td.tablesorter-headerDesc,
table.overviewTable thead.table_header.header td.tablesorter-headerAsc,
table.overviewTable thead.table_header.header td.headerSortUp,
table.overviewTable thead.table_header.header td.headerSortUp::after,
table.overviewTable thead.table_header.header td.headerSortDown,
table.overviewTable thead.table_header.header td.headerSortDown::after,
table.overviewTable thead.table_header.header td.tablesorter-headerAsc,
table.overviewTable thead.table_header.header td .tablesorter-headerAsc::after,
table.overviewTable thead.table_header.header td.tablesorter-headerDesc,
table.overviewTable thead.table_header.header td.tablesorter-headerDesc::after,
table.overviewTable thead.table_header.header td.sorting_desc,
table.overviewTable thead.table_header.header td.sorting_desc::after,
table.overviewTable thead.table_header.header td.sorting_asc,
table.overviewTable thead.table_header.header td.sorting_asc::after,
table.smallBoxTableNoHover tr th.tablesorter-headerDesc,
table.smallBoxTableNoHover tr th.tablesorter-headerAsc,
table.smallBoxTableNoHover tr th.headerSortUp,
table.smallBoxTableNoHover tr th.headerSortUp::after,
table.smallBoxTableNoHover tr th.headerSortDown,
table.smallBoxTableNoHover tr th.headerSortDown::after,
table.smallBoxTableNoHover tr th.tablesorter-headerAsc,
table.smallBoxTableNoHover tr th .tablesorter-headerAsc::after,
table.smallBoxTableNoHover tr th.tablesorter-headerDesc,
table.smallBoxTableNoHover tr th.tablesorter-headerDesc::after,
table.smallBoxTableNoHover tr th.sorting_desc,
table.smallBoxTableNoHover tr th.sorting_desc::after,
table.smallBoxTableNoHover tr th.sorting_asc,
table.smallBoxTableNoHover tr th.sorting_asc::after,
table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc,
table.smallBoxTableNoHover tr.header td.tablesorter-headerAsc,
table.smallBoxTableNoHover tr.header td.headerSortUp,
table.smallBoxTableNoHover tr.header td.headerSortUp::after,
table.smallBoxTableNoHover tr.header td.headerSortDown,
table.smallBoxTableNoHover tr.header td.headerSortDown::after,
table.smallBoxTableNoHover tr.header td.tablesorter-headerAsc,
table.smallBoxTableNoHover tr.header td .tablesorter-headerAsc::after,
table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc,
table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc::after,
table.smallBoxTableNoHover tr.header td.sorting_desc,
table.smallBoxTableNoHover tr.header td.sorting_desc::after,
table.smallBoxTableNoHover tr.header td.sorting_asc,
table.smallBoxTableNoHover tr.header td.sorting_asc::after,
table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc,
table.smallBoxTableNoHover thead.table_header th.tablesorter-headerAsc,
table.smallBoxTableNoHover thead.table_header th.headerSortUp,
table.smallBoxTableNoHover thead.table_header th.headerSortUp::after,
table.smallBoxTableNoHover thead.table_header th.headerSortDown,
table.smallBoxTableNoHover thead.table_header th.headerSortDown::after,
table.smallBoxTableNoHover thead.table_header th.tablesorter-headerAsc,
table.smallBoxTableNoHover thead.table_header th .tablesorter-headerAsc::after,
table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc,
table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc::after,
table.smallBoxTableNoHover thead.table_header th.sorting_desc,
table.smallBoxTableNoHover thead.table_header th.sorting_desc::after,
table.smallBoxTableNoHover thead.table_header th.sorting_asc,
table.smallBoxTableNoHover thead.table_header th.sorting_asc::after,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerAsc,
table.smallBoxTableNoHover thead.table_header.header td.headerSortUp,
table.smallBoxTableNoHover thead.table_header.header td.headerSortUp::after,
table.smallBoxTableNoHover thead.table_header.header td.headerSortDown,
table.smallBoxTableNoHover thead.table_header.header td.headerSortDown::after,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerAsc,
table.smallBoxTableNoHover thead.table_header.header td .tablesorter-headerAsc::after,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc,
table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc::after,
table.smallBoxTableNoHover thead.table_header.header td.sorting_desc,
table.smallBoxTableNoHover thead.table_header.header td.sorting_desc::after,
table.smallBoxTableNoHover thead.table_header.header td.sorting_asc,
table.smallBoxTableNoHover thead.table_header.header td.sorting_asc::after,
table.smallBoxTable tr th.tablesorter-headerDesc,
table.smallBoxTable tr th.tablesorter-headerAsc,
table.smallBoxTable tr th.headerSortUp,
table.smallBoxTable tr th.headerSortUp::after,
table.smallBoxTable tr th.headerSortDown,
table.smallBoxTable tr th.headerSortDown::after,
table.smallBoxTable tr th.tablesorter-headerAsc,
table.smallBoxTable tr th .tablesorter-headerAsc::after,
table.smallBoxTable tr th.tablesorter-headerDesc,
table.smallBoxTable tr th.tablesorter-headerDesc::after,
table.smallBoxTable tr th.sorting_desc,
table.smallBoxTable tr th.sorting_desc::after,
table.smallBoxTable tr th.sorting_asc,
table.smallBoxTable tr th.sorting_asc::after,
table.smallBoxTable tr.header td.tablesorter-headerDesc,
table.smallBoxTable tr.header td.tablesorter-headerAsc,
table.smallBoxTable tr.header td.headerSortUp,
table.smallBoxTable tr.header td.headerSortUp::after,
table.smallBoxTable tr.header td.headerSortDown,
table.smallBoxTable tr.header td.headerSortDown::after,
table.smallBoxTable tr.header td.tablesorter-headerAsc,
table.smallBoxTable tr.header td .tablesorter-headerAsc::after,
table.smallBoxTable tr.header td.tablesorter-headerDesc,
table.smallBoxTable tr.header td.tablesorter-headerDesc::after,
table.smallBoxTable tr.header td.sorting_desc,
table.smallBoxTable tr.header td.sorting_desc::after,
table.smallBoxTable tr.header td.sorting_asc,
table.smallBoxTable tr.header td.sorting_asc::after,
table.smallBoxTable thead.table_header th.tablesorter-headerDesc,
table.smallBoxTable thead.table_header th.tablesorter-headerAsc,
table.smallBoxTable thead.table_header th.headerSortUp,
table.smallBoxTable thead.table_header th.headerSortUp::after,
table.smallBoxTable thead.table_header th.headerSortDown,
table.smallBoxTable thead.table_header th.headerSortDown::after,
table.smallBoxTable thead.table_header th.tablesorter-headerAsc,
table.smallBoxTable thead.table_header th .tablesorter-headerAsc::after,
table.smallBoxTable thead.table_header th.tablesorter-headerDesc,
table.smallBoxTable thead.table_header th.tablesorter-headerDesc::after,
table.smallBoxTable thead.table_header th.sorting_desc,
table.smallBoxTable thead.table_header th.sorting_desc::after,
table.smallBoxTable thead.table_header th.sorting_asc,
table.smallBoxTable thead.table_header th.sorting_asc::after,
table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc,
table.smallBoxTable thead.table_header.header td.tablesorter-headerAsc,
table.smallBoxTable thead.table_header.header td.headerSortUp,
table.smallBoxTable thead.table_header.header td.headerSortUp::after,
table.smallBoxTable thead.table_header.header td.headerSortDown,
table.smallBoxTable thead.table_header.header td.headerSortDown::after,
table.smallBoxTable thead.table_header.header td.tablesorter-headerAsc,
table.smallBoxTable thead.table_header.header td .tablesorter-headerAsc::after,
table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc,
table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc::after,
table.smallBoxTable thead.table_header.header td.sorting_desc,
table.smallBoxTable thead.table_header.header td.sorting_desc::after,
table.smallBoxTable thead.table_header.header td.sorting_asc,
table.smallBoxTable thead.table_header.header td.sorting_asc::after,
#calendar > table tr th.tablesorter-headerDesc,
#calendar > table tr th.tablesorter-headerAsc,
#calendar > table tr th.headerSortUp,
#calendar > table tr th.headerSortUp::after,
#calendar > table tr th.headerSortDown,
#calendar > table tr th.headerSortDown::after,
#calendar > table tr th.tablesorter-headerAsc,
#calendar > table tr th .tablesorter-headerAsc::after,
#calendar > table tr th.tablesorter-headerDesc,
#calendar > table tr th.tablesorter-headerDesc::after,
#calendar > table tr th.sorting_desc,
#calendar > table tr th.sorting_desc::after,
#calendar > table tr th.sorting_asc,
#calendar > table tr th.sorting_asc::after,
#calendar > table tr.header td.tablesorter-headerDesc,
#calendar > table tr.header td.tablesorter-headerAsc,
#calendar > table tr.header td.headerSortUp,
#calendar > table tr.header td.headerSortUp::after,
#calendar > table tr.header td.headerSortDown,
#calendar > table tr.header td.headerSortDown::after,
#calendar > table tr.header td.tablesorter-headerAsc,
#calendar > table tr.header td .tablesorter-headerAsc::after,
#calendar > table tr.header td.tablesorter-headerDesc,
#calendar > table tr.header td.tablesorter-headerDesc::after,
#calendar > table tr.header td.sorting_desc,
#calendar > table tr.header td.sorting_desc::after,
#calendar > table tr.header td.sorting_asc,
#calendar > table tr.header td.sorting_asc::after,
#calendar > table thead.table_header th.tablesorter-headerDesc,
#calendar > table thead.table_header th.tablesorter-headerAsc,
#calendar > table thead.table_header th.headerSortUp,
#calendar > table thead.table_header th.headerSortUp::after,
#calendar > table thead.table_header th.headerSortDown,
#calendar > table thead.table_header th.headerSortDown::after,
#calendar > table thead.table_header th.tablesorter-headerAsc,
#calendar > table thead.table_header th .tablesorter-headerAsc::after,
#calendar > table thead.table_header th.tablesorter-headerDesc,
#calendar > table thead.table_header th.tablesorter-headerDesc::after,
#calendar > table thead.table_header th.sorting_desc,
#calendar > table thead.table_header th.sorting_desc::after,
#calendar > table thead.table_header th.sorting_asc,
#calendar > table thead.table_header th.sorting_asc::after,
#calendar > table thead.table_header.header td.tablesorter-headerDesc,
#calendar > table thead.table_header.header td.tablesorter-headerAsc,
#calendar > table thead.table_header.header td.headerSortUp,
#calendar > table thead.table_header.header td.headerSortUp::after,
#calendar > table thead.table_header.header td.headerSortDown,
#calendar > table thead.table_header.header td.headerSortDown::after,
#calendar > table thead.table_header.header td.tablesorter-headerAsc,
#calendar > table thead.table_header.header td .tablesorter-headerAsc::after,
#calendar > table thead.table_header.header td.tablesorter-headerDesc,
#calendar > table thead.table_header.header td.tablesorter-headerDesc::after,
#calendar > table thead.table_header.header td.sorting_desc,
#calendar > table thead.table_header.header td.sorting_desc::after,
#calendar > table thead.table_header.header td.sorting_asc,
#calendar > table thead.table_header.header td.sorting_asc::after,
table.masterCalTable tr th.tablesorter-headerDesc,
table.masterCalTable tr th.tablesorter-headerAsc,
table.masterCalTable tr th.headerSortUp,
table.masterCalTable tr th.headerSortUp::after,
table.masterCalTable tr th.headerSortDown,
table.masterCalTable tr th.headerSortDown::after,
table.masterCalTable tr th.tablesorter-headerAsc,
table.masterCalTable tr th .tablesorter-headerAsc::after,
table.masterCalTable tr th.tablesorter-headerDesc,
table.masterCalTable tr th.tablesorter-headerDesc::after,
table.masterCalTable tr th.sorting_desc,
table.masterCalTable tr th.sorting_desc::after,
table.masterCalTable tr th.sorting_asc,
table.masterCalTable tr th.sorting_asc::after,
table.masterCalTable tr.header td.tablesorter-headerDesc,
table.masterCalTable tr.header td.tablesorter-headerAsc,
table.masterCalTable tr.header td.headerSortUp,
table.masterCalTable tr.header td.headerSortUp::after,
table.masterCalTable tr.header td.headerSortDown,
table.masterCalTable tr.header td.headerSortDown::after,
table.masterCalTable tr.header td.tablesorter-headerAsc,
table.masterCalTable tr.header td .tablesorter-headerAsc::after,
table.masterCalTable tr.header td.tablesorter-headerDesc,
table.masterCalTable tr.header td.tablesorter-headerDesc::after,
table.masterCalTable tr.header td.sorting_desc,
table.masterCalTable tr.header td.sorting_desc::after,
table.masterCalTable tr.header td.sorting_asc,
table.masterCalTable tr.header td.sorting_asc::after,
table.masterCalTable thead.table_header th.tablesorter-headerDesc,
table.masterCalTable thead.table_header th.tablesorter-headerAsc,
table.masterCalTable thead.table_header th.headerSortUp,
table.masterCalTable thead.table_header th.headerSortUp::after,
table.masterCalTable thead.table_header th.headerSortDown,
table.masterCalTable thead.table_header th.headerSortDown::after,
table.masterCalTable thead.table_header th.tablesorter-headerAsc,
table.masterCalTable thead.table_header th .tablesorter-headerAsc::after,
table.masterCalTable thead.table_header th.tablesorter-headerDesc,
table.masterCalTable thead.table_header th.tablesorter-headerDesc::after,
table.masterCalTable thead.table_header th.sorting_desc,
table.masterCalTable thead.table_header th.sorting_desc::after,
table.masterCalTable thead.table_header th.sorting_asc,
table.masterCalTable thead.table_header th.sorting_asc::after,
table.masterCalTable thead.table_header.header td.tablesorter-headerDesc,
table.masterCalTable thead.table_header.header td.tablesorter-headerAsc,
table.masterCalTable thead.table_header.header td.headerSortUp,
table.masterCalTable thead.table_header.header td.headerSortUp::after,
table.masterCalTable thead.table_header.header td.headerSortDown,
table.masterCalTable thead.table_header.header td.headerSortDown::after,
table.masterCalTable thead.table_header.header td.tablesorter-headerAsc,
table.masterCalTable thead.table_header.header td .tablesorter-headerAsc::after,
table.masterCalTable thead.table_header.header td.tablesorter-headerDesc,
table.masterCalTable thead.table_header.header td.tablesorter-headerDesc::after,
table.masterCalTable thead.table_header.header td.sorting_desc,
table.masterCalTable thead.table_header.header td.sorting_desc::after,
table.masterCalTable thead.table_header.header td.sorting_asc,
table.masterCalTable thead.table_header.header td.sorting_asc::after,
table.icalFeedTable tr th.tablesorter-headerDesc,
table.icalFeedTable tr th.tablesorter-headerAsc,
table.icalFeedTable tr th.headerSortUp,
table.icalFeedTable tr th.headerSortUp::after,
table.icalFeedTable tr th.headerSortDown,
table.icalFeedTable tr th.headerSortDown::after,
table.icalFeedTable tr th.tablesorter-headerAsc,
table.icalFeedTable tr th .tablesorter-headerAsc::after,
table.icalFeedTable tr th.tablesorter-headerDesc,
table.icalFeedTable tr th.tablesorter-headerDesc::after,
table.icalFeedTable tr th.sorting_desc,
table.icalFeedTable tr th.sorting_desc::after,
table.icalFeedTable tr th.sorting_asc,
table.icalFeedTable tr th.sorting_asc::after,
table.icalFeedTable tr.header td.tablesorter-headerDesc,
table.icalFeedTable tr.header td.tablesorter-headerAsc,
table.icalFeedTable tr.header td.headerSortUp,
table.icalFeedTable tr.header td.headerSortUp::after,
table.icalFeedTable tr.header td.headerSortDown,
table.icalFeedTable tr.header td.headerSortDown::after,
table.icalFeedTable tr.header td.tablesorter-headerAsc,
table.icalFeedTable tr.header td .tablesorter-headerAsc::after,
table.icalFeedTable tr.header td.tablesorter-headerDesc,
table.icalFeedTable tr.header td.tablesorter-headerDesc::after,
table.icalFeedTable tr.header td.sorting_desc,
table.icalFeedTable tr.header td.sorting_desc::after,
table.icalFeedTable tr.header td.sorting_asc,
table.icalFeedTable tr.header td.sorting_asc::after,
table.icalFeedTable thead.table_header th.tablesorter-headerDesc,
table.icalFeedTable thead.table_header th.tablesorter-headerAsc,
table.icalFeedTable thead.table_header th.headerSortUp,
table.icalFeedTable thead.table_header th.headerSortUp::after,
table.icalFeedTable thead.table_header th.headerSortDown,
table.icalFeedTable thead.table_header th.headerSortDown::after,
table.icalFeedTable thead.table_header th.tablesorter-headerAsc,
table.icalFeedTable thead.table_header th .tablesorter-headerAsc::after,
table.icalFeedTable thead.table_header th.tablesorter-headerDesc,
table.icalFeedTable thead.table_header th.tablesorter-headerDesc::after,
table.icalFeedTable thead.table_header th.sorting_desc,
table.icalFeedTable thead.table_header th.sorting_desc::after,
table.icalFeedTable thead.table_header th.sorting_asc,
table.icalFeedTable thead.table_header th.sorting_asc::after,
table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc,
table.icalFeedTable thead.table_header.header td.tablesorter-headerAsc,
table.icalFeedTable thead.table_header.header td.headerSortUp,
table.icalFeedTable thead.table_header.header td.headerSortUp::after,
table.icalFeedTable thead.table_header.header td.headerSortDown,
table.icalFeedTable thead.table_header.header td.headerSortDown::after,
table.icalFeedTable thead.table_header.header td.tablesorter-headerAsc,
table.icalFeedTable thead.table_header.header td .tablesorter-headerAsc::after,
table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc,
table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc::after,
table.icalFeedTable thead.table_header.header td.sorting_desc,
table.icalFeedTable thead.table_header.header td.sorting_desc::after,
table.icalFeedTable thead.table_header.header td.sorting_asc,
table.icalFeedTable thead.table_header.header td.sorting_asc::after,
table.tablesorter-default tr th.tablesorter-headerDesc,
table.tablesorter-default tr th.tablesorter-headerAsc,
table.tablesorter-default tr th.headerSortUp,
table.tablesorter-default tr th.headerSortUp::after,
table.tablesorter-default tr th.headerSortDown,
table.tablesorter-default tr th.headerSortDown::after,
table.tablesorter-default tr th.tablesorter-headerAsc,
table.tablesorter-default tr th .tablesorter-headerAsc::after,
table.tablesorter-default tr th.tablesorter-headerDesc,
table.tablesorter-default tr th.tablesorter-headerDesc::after,
table.tablesorter-default tr th.sorting_desc,
table.tablesorter-default tr th.sorting_desc::after,
table.tablesorter-default tr th.sorting_asc,
table.tablesorter-default tr th.sorting_asc::after,
table.tablesorter-default tr.header td.tablesorter-headerDesc,
table.tablesorter-default tr.header td.tablesorter-headerAsc,
table.tablesorter-default tr.header td.headerSortUp,
table.tablesorter-default tr.header td.headerSortUp::after,
table.tablesorter-default tr.header td.headerSortDown,
table.tablesorter-default tr.header td.headerSortDown::after,
table.tablesorter-default tr.header td.tablesorter-headerAsc,
table.tablesorter-default tr.header td .tablesorter-headerAsc::after,
table.tablesorter-default tr.header td.tablesorter-headerDesc,
table.tablesorter-default tr.header td.tablesorter-headerDesc::after,
table.tablesorter-default tr.header td.sorting_desc,
table.tablesorter-default tr.header td.sorting_desc::after,
table.tablesorter-default tr.header td.sorting_asc,
table.tablesorter-default tr.header td.sorting_asc::after,
table.tablesorter-default thead.table_header th.tablesorter-headerDesc,
table.tablesorter-default thead.table_header th.tablesorter-headerAsc,
table.tablesorter-default thead.table_header th.headerSortUp,
table.tablesorter-default thead.table_header th.headerSortUp::after,
table.tablesorter-default thead.table_header th.headerSortDown,
table.tablesorter-default thead.table_header th.headerSortDown::after,
table.tablesorter-default thead.table_header th.tablesorter-headerAsc,
table.tablesorter-default thead.table_header th .tablesorter-headerAsc::after,
table.tablesorter-default thead.table_header th.tablesorter-headerDesc,
table.tablesorter-default thead.table_header th.tablesorter-headerDesc::after,
table.tablesorter-default thead.table_header th.sorting_desc,
table.tablesorter-default thead.table_header th.sorting_desc::after,
table.tablesorter-default thead.table_header th.sorting_asc,
table.tablesorter-default thead.table_header th.sorting_asc::after,
table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc,
table.tablesorter-default thead.table_header.header td.tablesorter-headerAsc,
table.tablesorter-default thead.table_header.header td.headerSortUp,
table.tablesorter-default thead.table_header.header td.headerSortUp::after,
table.tablesorter-default thead.table_header.header td.headerSortDown,
table.tablesorter-default thead.table_header.header td.headerSortDown::after,
table.tablesorter-default thead.table_header.header td.tablesorter-headerAsc,
table.tablesorter-default thead.table_header.header td .tablesorter-headerAsc::after,
table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc,
table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc::after,
table.tablesorter-default thead.table_header.header td.sorting_desc,
table.tablesorter-default thead.table_header.header td.sorting_desc::after,
table.tablesorter-default thead.table_header.header td.sorting_asc,
table.tablesorter-default thead.table_header.header td.sorting_asc::after {
  background: #002E62;
  color: #fff;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  opacity: 1;
  color: #002E62;
}
.panel.sanction-news .panel-body {
  padding: 0 15px;
  background: #BBBBBB;
}
.panel.standings-panel .panel-body {
  padding: 10px;
}
.panel.standings-panel .panel-body .standings-content {
  min-height: 351px;
}
.panel.standings-panel .panel-body .mod-standings {
  font-size: 0.9em;
  line-height: 1;
}
.panel.standings-panel .panel-body .mod-standings table {
  border: 0;
}
.panel.standings-panel .panel-body .mod-standings td.conf,
.panel.standings-panel .panel-body .mod-standings td.overall {
  white-space: nowrap;
}
.panel.standings-panel .panel-body > .mod-standings {
  height: 387px;
  max-height: 387px;
  overflow-y: auto;
  overflow-x: hidden;
}
.panel.standings-panel .panel-body > #mod-standings .mod-standings {
  height: 351px;
  max-height: 351px;
  overflow-y: auto;
}
.panel.standings-panel .panel-body .dt-standings-table th.conf {
  background: #FFD101 !important;
  color: #002E62 !important;
}
.panel.standings-panel .panel-body .standings-top {
  margin: 0 0 10px;
}
.panel.pow .panel-body {
  background: #00162f;
  color: #BBBBBB;
}
.panel.pow .panel-footer {
  padding: 0;
  border: 0;
}
.panel.pow .panel-footer .btn.btn-primary {
  background: #000;
  color: #FFD101;
  display: block;
}
.panel.pow .panel-footer .btn.btn-primary:hover,
.panel.pow .panel-footer .btn.btn-primary:focus {
  color: #000;
  background: #FFD101;
}
.panel.pow .no-pow-found {
  text-align: center;
  padding: 15px;
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web03/gsac/images_web/watermark-bw-10.png") no-repeat center -40px rgba(0,0,0,0.9);
  background-size: auto auto;
  height: 345px;
  line-height: 345px;
  border: 3px solid #FFD101;
}
.panel.pow .no-pow-found .no-pow-msg {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.panel.pow .no-pow-found .none-found {
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin: 0 0 10px;
}
.panel.pow .no-pow-found .pow-coming {
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 50px;
}
.standings-select-wrapper .btn.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}
#home-bottom {
  background: #BBBBBB;
  margin-top: 30px;
}
.panel.small-affiliate {
  margin: 30px 0;
}
.panel.small-affiliate .panel-body {
  background: transparent;
  padding: 0 15px;
}
.panel.social-box .panel-body {
  background: #fff;
  padding: 0;
}
#socialWall {
  background: transparent;
}
#socialWall > iframe {
  width: 100%;
  margin: 0 auto;
  border: 0;
  vertical-align: top;
}
#article-event.style-s1 .esl-cube .logo img,
.article-event-posted-result .esl-cube .logo img {
  display: inline-block;
}
table.dt-schedule .sched-row .note {
  white-space: normal !important;
}
table.dt-schedule .sched-row .visitor {
  min-width: 260px;
}
#statsFile {
  background: #fff;
  padding: 15px;
}
.box.stats-file .box-content #statsFile {
  background: transparent;
  padding: 0;
}
.gsac-awards select {
  margin-right: 15px;
}
.gsac-awards .pow_title {
  border-bottom: 5px solid #002E62;
  padding-bottom: 5px;
}
.gsac-awards h2 {
  padding-bottom: 20px;
}
.gsac-awards .award_header {
  background: #002E62;
  color: #FFF;
}
.gsac-awards .pow_date {
  font-size: 1.2rem;
  list-style: none;
  color: #004695;
  border-top: 2px solid #f5f5f5;
  font-weight: 700;
}
.gsac-awards .pow_honor {
  color: #222;
  font-size: 1rem;
}
.gsac-awards .pow_honor .pow_recipient {
  font-weight: normal;
}
.awards-search .stand_header {
  font-weight: 700;
  color: #ffffff;
  background-color: #000033;
}
.awards-search .stand_tt {
  font-weight: 700;
  color: #ffffff;
  background-color: #000033;
}
.awards-search .stand_table {
  font-weight: normal;
  background-color: #eeeeee;
}
.awards-search .stand_table_alt {
  font-weight: normal;
  background-color: #dddddd;
}
.awards-search ul {
  list-style: none;
  padding: 0px;
}
.awards-search .award_title>li {
  padding-top: 5px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-top: 10px;
  padding-left: 5px;
  border-radius: 5px;
}
.awards-search .awardees {
  padding: 10px;
  font-weight: normal;
  font-size: .9em;
}
.awards-search .stand_table_alt2 {
  font-weight: normal;
  background-color: #cccccc;
}
.awards-search .stand_table_white {
  font-weight: normal;
}
.awards-search .stand_table_white_bold {
  font-weight: normal;
}
.awards-search .award_header {
  color: #002E62;
  font-size: 1.4rem;
  font-weight: 700;
  height: 48px;
  line-height: 54px;
  margin-top: 0;
  padding-bottom: 15px;
}
.awards-search .searchResultsTitle {
  color: #002E62;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  line-height: 54px;
  margin-top: 0;
  padding-bottom: 15px;
}
.awards-search .award_tt {
  font-weight: 700;
  color: #ffffff;
  background-color: #000033;
}
.awards-search .award_table {
  font-weight: normal;
}
.awards-search .award_table_alt {
  font-weight: normal;
}
.awards-search .award_table_alt2 {
  font-weight: normal;
  background-color: #cccccc;
}
#feedLinks .list-group {
  overflow: hidden;
}
.innerPage .mod-standings .conf,
.innerPage .mod-standings .overall,
.innerPage .mod-standings .home,
.innerPage .mod-standings .neutral,
.innerPage .mod-standings .away,
.innerPage .mod-standings .gb {
  text-align: center;
}
.innerPage .mod-standings .conf.pct,
.innerPage .mod-standings .overall.pct,
.innerPage .mod-standings .coverall.pct,
.innerPage .mod-standings .confPoints {
  text-align: center;
}
.innerPage .mod-standings .confPercent,
.innerPage .mod-standings .overallPercent {
  text-align: right;
}
