.sid-box-shadow {
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-inset {
  box-shadow: inset 0 5px 0 rgba(0,0,0,0.1);
}
.sid-box-shadow-invert {
  box-shadow: 0 -5px 0 rgba(0,0,0,0.1);
}
.sid-slope-right {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-bottom: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-right-invert {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-left {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-right: 100vw solid transparent;
}
.sid-slope-left-invert {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 15vw solid white;
  border-left: 100vw solid transparent;
}
.sid-3d-effect-skew {
  margin-top: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: skew(-196deg) perspective(180px) rotateX(20deg);
  -moz-transform: skew(-196deg) perspective(180px) rotateX(20deg);
  transform: skew(-196deg) perspective(180px) rotateX(20deg);
}
.sid-3d-effect-skew-reset {
  margin-top: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: skew(196deg) perspective(180px) rotateX(-20deg);
  -moz-transform: skew(196deg) perspective(180px) rotateX(-20deg);
  transform: skew(196deg) perspective(180px) rotateX(-20deg);
}
.sid-skew-right-a {
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.sid-skew-right-a-reset {
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.sid-skew-right {
  -webkit-transform: skew(-194deg);
  -moz-transform: skew(-194deg);
  transform: skew(-194deg);
}
.sid-skew-right-reset {
  -webkit-transform: skew(194deg);
  -moz-transform: skew(194deg);
  transform: skew(194deg);
}
.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;
  line-height: 1;
  font-size: 15px;
  box-sizing: border-box;
}
html a,
html a:link,
html a:visited,
html a:active,
html a:hover {
  color: #00529c;
}
html a:active,
html a:hover {
  color: #006dcf;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #00529c;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: underline;
  color: #006dcf;
}
a:visited {
  color: #00529c;
}
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;
}
table {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,0.2);
}
th {
  background: #f1f1f1;
  color: #000;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  opacity: 1;
  color: #00529c;
}
td,
th {
  border-color: rgba(0,0,0,0.2);
  padding: 5px 10px;
}
td > p,
th > p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  line-height: 1;
  padding: 5px 0 0;
  margin: 5px 0;
}
h1,
.h1 {
  font-size: 1.7rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.3rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1.1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
hr {
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  margin: 10px 0;
}
.photo-placeholder {
  background: #a7a9ac;
}
.boxTitle {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  padding: 10px 15px;
  margin: 0;
  vertical-align: middle;
  background: #f1f1f1;
  overflow: hidden;
  text-transform: uppercase;
}
.page-heading {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  padding: 10px 15px;
  margin: 0;
  vertical-align: middle;
  background: #f1f1f1;
  overflow: hidden;
  text-transform: uppercase;
}
.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: #00529c;
  border-color: #00529c;
  color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #a7a9ac;
}
.img-thumbnail {
  padding: 0;
  border: 0;
}
.no-rounded-corners * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
  background: transparent;
}
.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;
}
.badge {
  background: transparent;
  border: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}
.panel,
.box {
  border: 0;
  text-align: left;
  margin: 0 0 30px;
  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: #00529c;
}
.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: #000;
}
.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.index-panel .panel-heading,
.panel.index-panel .box-title,
.box.index-panel .panel-heading,
.box.index-panel .box-title {
  text-align: center;
}
.panel .panel-heading,
.panel .box-title,
.box .panel-heading,
.box .box-title {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  padding: 10px 15px;
  margin: 0;
  vertical-align: middle;
  background: #f1f1f1;
  overflow: hidden;
  text-transform: uppercase;
}
.panel .panel-heading .fa,
.panel .box-title .fa,
.box .panel-heading .fa,
.box .box-title .fa {
  margin: 0 0 0 5px;
  font-size: 1.3rem;
  vertical-align: baseline;
}
.panel .panel-body,
.panel .box-content,
.box .panel-body,
.box .box-content {
  background: #fff;
  padding: 15px 0;
}
.panel .panel-footer,
.box .panel-footer {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
}
.panel .panel-footer:after,
.box .panel-footer:after {
  clear: both;
  content: '';
  width: 100%;
}
.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;
}
.panel.index-panel .panel-body,
.box.index-panel .panel-body {
  padding: 15px;
}
.panel.top-large-zone .panel-body,
.panel.top-large-zone .box-content,
.panel.panel-videos .panel-body,
.panel.panel-videos .box-content,
.panel.panel-medium-center-zone .panel-body,
.panel.panel-medium-center-zone .box-content,
.panel.panel-small-right-zone .panel-body,
.panel.panel-small-right-zone .box-content,
.box.top-large-zone .panel-body,
.box.top-large-zone .box-content,
.box.panel-videos .panel-body,
.box.panel-videos .box-content,
.box.panel-medium-center-zone .panel-body,
.box.panel-medium-center-zone .box-content,
.box.panel-small-right-zone .panel-body,
.box.panel-small-right-zone .box-content {
  padding: 0;
  background: transparent;
}
input.frmButton,
.btn,
input[type="submit"] {
  color: #fff;
  border: 0;
  background: #00529c;
  font-weight: 700;
  cursor: pointer;
  height: auto;
  padding: 8px 10px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
}
input.frmButton:hover,
.btn:hover,
input[type="submit"]:hover {
  background: #003769;
  border-color: rgba(0,0,0,0.1);
  color: #fff;
}
input.frmButton.btn-secondary,
.btn.btn-secondary,
input[type="submit"].btn-secondary {
  background: #000;
  color: #fff;
}
input.frmButton.btn-secondary:hover,
.btn.btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
  background: #000000;
}
input.frmButton.btn-tertiary,
.btn.btn-tertiary,
input[type="submit"].btn-tertiary {
  background: #a7a9ac;
  color: #000;
}
input.frmButton.btn-tertiary:hover,
.btn.btn-tertiary:hover,
input[type="submit"].btn-tertiary:hover {
  background: #c1c3c5;
}
input.frmButton.btn-default,
.btn.btn-default,
input[type="submit"].btn-default {
  background: #f1f1f1;
  color: #000;
}
input.frmButton.btn-default:hover,
.btn.btn-default:hover,
input[type="submit"].btn-default:hover {
  background: #dddddd;
}
input.frmButton.btn-default.active,
.btn.btn-default.active,
input[type="submit"].btn-default.active {
  background: #00529c;
  border-color: rgba(0,0,0,0.1);
  box-shadow: none;
  color: #fff;
}
input.frmButton.btn-primary,
.btn.btn-primary,
input[type="submit"].btn-primary {
  background: #00529c;
  color: #fff;
}
input.frmButton.btn-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  color: #fff;
  background: #003769;
}
input.frmButton.btn-trans,
.btn.btn-trans,
input[type="submit"].btn-trans {
  background: transparent;
  color: #00529c;
  border-color: transparent;
}
input.frmButton.btn-trans:hover,
.btn.btn-trans:hover,
input[type="submit"].btn-trans:hover {
  background: transparent;
  color: #006dcf;
}
input.frmButton.btn-link,
.btn.btn-link,
input[type="submit"].btn-link {
  background: transparent;
  color: #00529c;
  border-color: transparent;
}
input.frmButton.btn-link:hover,
.btn.btn-link:hover,
input[type="submit"].btn-link:hover {
  background: transparent;
  color: #006dcf;
  text-decoration: underline;
}
input.frmButton.btn-toggle,
.btn.btn-toggle,
input[type="submit"].btn-toggle {
  color: #000;
}
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: #00529c;
}
input.frmButton.dropdown-toggle,
.btn.dropdown-toggle,
input[type="submit"].dropdown-toggle {
  background: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
}
input.frmButton.btn-text,
.btn.btn-text,
input[type="submit"].btn-text {
  padding: 0;
  background: transparent;
  color: #00529c;
  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: #006dcf;
  text-decoration: underline;
}
input.frmButton.btn-fifty-percent,
.btn.btn-fifty-percent,
input[type="submit"].btn-fifty-percent {
  display: block;
  float: left;
  width: 50%;
}
input.frmButton > .fa,
.btn > .fa,
input[type="submit"] > .fa {
  font-size: 0.9em;
}
.toggle-list-grid .btn.btn-default {
  padding-left: 30px;
  padding-right: 30px;
}
.infoBox {
  margin: 0 0 30px;
}
.infoBox .info {
  background: transparent;
  text-align: center;
  margin: 0 0 30px;
}
.infoBox .info img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
.infoBox .info .adCaption {
  background: rgba(0,0,0,0.1);
  color: #000;
  padding: 5px 15px;
}
.schedule-key-list {
  font-style: italic;
}
.row.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
table.dataTable tbody tr.dt-group-title td,
.section-title {
  background-color: #00529c;
  color: #fff;
  font-size: 1.0rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.form_description > h2 {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  padding: 10px 15px;
  margin: 0;
  vertical-align: middle;
  background: #f1f1f1;
  overflow: hidden;
  text-transform: uppercase;
}
.form_description > p {
  padding: 15px;
}
.list-group-striped > .list-group-item:nth-child(2n) {
  background: #f1f1f1;
}
.site-header {
  z-index: 201;
  position: Relative;
}
.site-header .top-info {
  text-align: center;
  background: #fff;
}
.site-header .top-info .slogan {
  padding-left: 262px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #666;
}
.site-header .top-info .slogan.show-xs-only {
  display: none;
}
.site-header .top-menu {
  background: #f1f1f1;
  border-bottom: 5px solid #00529c;
}
.site-header #primary-menu {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  margin-top: 0;
  z-index: 1002;
  background: #f1f1f1;
  color: #00529c;
  position: relative;
}
.site-header #primary-menu .social-menu-top {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.site-header #primary-menu .social-menu-top .navbar-sociallinks {
  border: 0;
  background: transparent;
  color: #fff;
  height: auto;
  font-size: 1rem;
  margin: 0 -5px;
}
.site-header #primary-menu .social-menu-top .navbar-sociallinks a,
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:link,
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:visited,
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:active,
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:hover {
  color: #fff;
}
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:active,
.site-header #primary-menu .social-menu-top .navbar-sociallinks a:hover {
  color: #000;
}
.site-header #primary-menu .social-menu-top .navbar-sociallinks li a {
  padding: 14px 5px;
}
.site-header #sid-primary-menu {
  border: 0;
  margin-bottom: 0;
  background: #f1f1f1;
  color: #00529c;
  z-index: 999;
}
.site-header #sid-primary-menu .navbar-header {
  z-index: 200;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand {
  z-index: 1000;
  padding: 0 15px;
  height: 82px;
  margin-top: -35px;
  margin-bottom: -10px;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo {
  position: relative;
  z-index: 1011;
  display: inline-block;
}
.site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
  text-align: center;
  max-width: 262px;
}
.site-header #sid-primary-menu .navbar-header .navbar-toggle {
  background-color: #00529c;
  border-color: rgba(255,255,255,0.1);
  color: #fff;
}
.site-header #sid-primary-menu .navbar-header .navbar-toggle .is-open {
  background-color: rgba(0,0,0,0.1);
}
.site-header #sid-primary-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: rgba(255,255,255,0.9);
}
.site-header #sid-primary-menu .navbar-header .navbar-toggle.is-open,
.site-header #sid-primary-menu .navbar-header .navbar-toggle:hover {
  background: #000;
  border-color: rgba(255,255,255,0.2);
}
.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: #fff;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links {
  background: rgba(0,0,0,0.05) !important;
  text-align: center;
  background: transparent !important;
  padding: 0;
  border: 0;
  width: 100% !important;
  display: none;
  margin: 10px auto !important;
  height: 60px !important;
  clear: both;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link {
  height: 30px;
  line-height: 20px;
  width: auto;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background: transparent;
  margin: 0 1px 1px 0 !important;
  border: 0;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:link,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:visited,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:active,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:hover {
  color: #00529c;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:active,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link a:hover {
  color: #000;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link:hover {
  background-color: transparent !important;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link:hover > a,
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link:hover > a:hover {
  background-color: transparent !important;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link > a {
  height: 30px;
  line-height: 24px;
  width: 30px;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  display: block;
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links > li.social-link > a .fa {
  font-size: 1.1rem;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/icon-gc.png") repeat center 0 transparent;
  width: 19px;
  height: 20px;
  margin: -4px 0;
  display: inline-block;
}
.site-header #sid-primary-menu .navbar-nav.navbar-right.mobile-social-links .fa-mobile-phone {
  font-size: 1.2em;
}
.site-header #sid-primary-menu .navbar-nav > li:first-child {
  border-left: 0;
}
.site-header #sid-primary-menu .navbar-nav > li.active > a,
.site-header #sid-primary-menu .navbar-nav > li:hover > a {
  background: #00529c;
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li.active > a .fa.fa-caret-down,
.site-header #sid-primary-menu .navbar-nav > li:hover > a .fa.fa-caret-down {
  transition: 0.8s;
  transform: rotateY(180deg);
}
.site-header #sid-primary-menu .navbar-nav > li.active > a .fa.fa-caret-down:before,
.site-header #sid-primary-menu .navbar-nav > li:hover > a .fa.fa-caret-down:before {
  content: "\f107";
}
.site-header #sid-primary-menu .navbar-nav > li a {
  color: #00529c;
  transition-timing-function: ease-out;
}
.site-header #sid-primary-menu .navbar-nav > li > a {
  padding: 25px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header #sid-primary-menu .navbar-nav > li > a:hover {
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li > a .fa.fa-caret-down {
  transition: 0.8s;
}
.site-header #sid-primary-menu .navbar-nav > li > a .fa.fa-caret-down:before {
  content: "\f107";
}
.site-header #sid-primary-menu .navbar-nav > li.active .dropdown-toggle {
  color: #fff;
}
.site-header #sid-primary-menu .navbar-nav > li.yamm-fw .dropdown-menu > li {
  border-top: 5px solid #00529c;
}
.site-header #sid-primary-menu .navbar-nav > li.yamm-fw .dropdown-menu > li .yamm-content {
  padding: 25px;
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/watermark-10.png") no-repeat 96% 95% #fff;
  background-size: auto 200px;
  min-height: 220px;
}
.site-header #sid-primary-menu .navbar-nav > li.yamm-fw .dropdown-menu > li .yamm-content .row > ul > li {
  padding: 2px 0;
}
.site-header #sid-primary-menu .navbar-nav > li.dropdown a .fa {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  font-size: 1rem;
  top: auto;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li {
  color: #666;
}
.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: #00529c;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .column-head {
  border-bottom: 0;
  color: #00529c;
  font-weight: 700;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-name {
  font-size: 1rem;
  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: 25px 15px;
  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: 0.9rem;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li > .disabled,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links li > .disabled {
  opacity: 0.15;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li {
  padding: 0 1px 0 0;
}
.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) {
  color: #666;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook > .sport-pagelink:not(.disabled):hover {
  color: #00529c;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-facebook > .disabled {
  color: #222;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter {
  float: left;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .sport-pagelink:not(.disabled) {
  color: #666;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .sport-pagelink:not(.disabled):hover {
  color: #00529c;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-twitter > .disabled {
  color: #222;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-instagram > .sport-pagelink:not(.disabled) {
  color: #666;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-instagram > .sport-pagelink:not(.disabled):hover {
  color: #00529c;
  background: transparent;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li.social-link-instagram > .disabled {
  color: #222;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li a.sport-pagelink,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li span.sport-pagelink {
  min-width: 18px;
  font-weight: 300;
  padding: 2px 0 1px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li a.sport-pagelink span.fa,
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-social li span.sport-pagelink span.fa {
  height: 18px;
  line-height: 18px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links li {
  padding: 3px;
}
.site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-detail-links li a {
  font-family: 'Oswald', sans-serif;
}
.site-header .sport-menu {
  background: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  position: relative;
}
.site-header .sport-menu .navbar-offcanvas {
  background: #000;
}
.site-header .sport-menu #sid-sport-menu {
  padding: 0;
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  padding: 0 15px;
  font-size: 1rem;
  border: 0;
}
.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: #dddddd;
}
.site-header .sport-menu #sid-sport-menu a:active,
.site-header .sport-menu #sid-sport-menu a:hover {
  color: #fff;
}
.site-header .sport-menu #sid-sport-menu .navbar-brand {
  background: #a7a9ac;
  padding-left: 3000px;
  margin-left: -3000px;
  z-index: 11;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-form .select-season label {
  font-size: 1rem;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-brand,
.site-header .sport-menu #sid-sport-menu .navbar-brand {
  padding: 0;
  font-family: 'Roboto Slab', serif;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #00529c;
  z-index: 10;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.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,
.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 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand,
  .site-header .sport-menu #sid-sport-menu .navbar-brand {
    padding-left: 3000px;
    margin-left: -3000px;
    margin-right: -10px;
    -webkit-transform: skew(-194deg);
    -moz-transform: skew(-194deg);
    transform: skew(-194deg);
  }
}
.site-header .sport-menu #sid-sport-menu .flex-menu-brand .sport-name,
.site-header .sport-menu #sid-sport-menu .flex-menu-brand a.nav-logo,
.site-header .sport-menu #sid-sport-menu .navbar-brand .sport-name,
.site-header .sport-menu #sid-sport-menu .navbar-brand a.nav-logo {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 50px;
  margin-right: 10px;
  padding-right: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand a.nav-logo,
  .site-header .sport-menu #sid-sport-menu .navbar-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .navbar-brand a.nav-logo {
    -webkit-transform: skew(194deg);
    -moz-transform: skew(194deg);
    transform: skew(194deg);
  }
}
.site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo,
.site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo {
  display: inline-block;
  padding: 0;
  margin: 0 -1px 0 5px;
  background: #fff;
  vertical-align: top;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo .box-content,
.site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo .box-content {
  padding: 0 10px 5px 10px;
  -webkit-transform: skew(194deg);
  -moz-transform: skew(194deg);
  transform: skew(194deg);
}
.site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo .box-content img,
.site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo .box-content img {
  max-height: 40px;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-form .select-season {
  margin: 0;
  line-height: 50px;
  vertical-align: top;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-form .select-season .dropdown-menu {
  z-index: 5000;
}
.site-header .sport-menu #sid-sport-menu .flex-menu-form .select-season .btn-group {
  vertical-align: text-bottom;
}
.site-header .sport-menu #sid-sport-menu .navbar-form {
  font-family: 'Roboto Slab', serif;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu {
  white-space: nowrap;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li {
  white-space: nowrap;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li > ul {
  display: none;
}
.site-header .sport-menu #sid-sport-menu #sport-flex-menu .flex-menu-elements {
  padding: 0 175px 0 0;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav > li,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu > li {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .site-header .sport-menu #sid-sport-menu .navbar-nav > li:first-child > a,
  .site-header .sport-menu #sid-sport-menu #sport-flex-menu > li:first-child > a {
    padding-left: 20px;
  }
}
.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: #dddddd;
}
.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: #1a1a1a;
  color: #fff;
}
.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: #00529c;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .sport-link-item,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .sport-link-item {
  margin: 0;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .sport-link-item:last-child,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .sport-link-item:last-child {
  margin-bottom: 0;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .sport-link-item:last-child a,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .sport-link-item:last-child a {
  border-bottom: 0;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .sport-link-item a,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .sport-link-item a {
  padding: 8px 10px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .sport-link-item a:hover,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .sport-link-item a:hover {
  background: #00529c;
}
.site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .flexMenu-popup,
.site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .flexMenu-popup {
  display: none;
  padding: 10px;
  background: #1a1a1a;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .site-header .sport-menu #sid-sport-menu .navbar-nav li.active.flexMenu-viewMore .flexMenu-popup,
  .site-header .sport-menu #sid-sport-menu #sport-flex-menu li.active.flexMenu-viewMore .flexMenu-popup {
    left: 0;
    right: 0;
  }
}
.site-header .sport-menu #sid-sport-menu .navbar-offcanvas.in .select-season {
  border-top-color: #00529c;
}
.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: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}
.site-header .sport-menu #sid-sport-menu .select-season .btn.dropdown-toggle {
  background: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.9rem;
}
.site-header .sport-menu #sid-sport-menu .select-season .btn.dropdown-toggle:hover {
  background: #fff;
}
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a,
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:link,
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:visited,
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:active,
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:hover {
  color: #333;
}
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:active,
.site-header .sport-menu #sid-sport-menu .select-season .dropdown-menu a:hover {
  color: #000;
}
.site-header .sport-menu #sid-sport-menu .select-season a:hover {
  color: #000;
}
.social-menu-top {
  float: right;
}
.navbar.navbar-sociallinks {
  background: transparent;
  border: 0;
  margin: 5px 0;
  min-height: 30px;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right {
  float: right;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  transform: skew(-200deg);
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link {
  vertical-align: top;
  border: 0;
  float: left;
  margin: 0 0 0 1px;
  text-align: center;
  background: #dddddd;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a,
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:link,
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:visited,
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:active,
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:hover {
  color: #00529c;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:active,
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link a:hover {
  color: #fff;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link:hover {
  background: #00529c;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link:first-child {
  background-image: none;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link > a {
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: top;
  padding: 0 10px;
  min-width: 30px;
  font-size: 0.8rem;
  float: left;
  -webkit-transform: skew(200deg);
  -moz-transform: skew(200deg);
  transform: skew(200deg);
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link .ico-gc:hover .fa-gamecentral {
  background-position: center bottom;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right > li.social-link.searchLink {
  z-index: 99999;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right.navbar-offcanvas {
  background: #00529c;
  text-align: left;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right.navbar-offcanvas.in .navbar-nav.navbar-right {
  text-align: center;
  background: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 0;
  margin-top: 15px;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right.navbar-offcanvas.in .navbar-nav.navbar-right > li.social-link {
  display: inline-block;
  border: 0;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right.navbar-offcanvas.in .navbar-nav.navbar-right > li.social-link > a {
  padding: 10px 8px;
}
.navbar.navbar-sociallinks .navbar-nav.navbar-right.navbar-offcanvas.in .navbar-nav.navbar-right > li.social-link .ico-gc:hover .fa-gamecentral {
  background-position: center bottom;
}
.navbar.navbar-sociallinks .ico-gc:hover .fa-gamecentral {
  background-position: center bottom;
}
.navbar.navbar-sociallinks .fa-gamecentral {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/icon-gc.png") repeat center center transparent;
  width: 19px;
  height: 20px;
  margin: -4px 0;
  display: inline-block;
}
.navbar.navbar-sociallinks .fa-mobile-phone {
  font-size: 1.2em;
}
#sid-sport-menu #sport-flex-menu > li > a {
  font-size: 1.1rem;
}
#sid-sport-menu #sport-flex-menu .flexMenu-viewMore > a:hover,
#sid-sport-menu #sport-flex-menu .sport-link-item > a:hover {
  background-color: #006dcf;
}
@media screen and (max-width: 1199px) {
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
    text-align: center;
    margin-left: -30px;
  }
  .site-header #sid-primary-menu .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .navbar-brand a.nav-logo,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand a.nav-logo {
    text-align: left;
    min-width: 0;
  }
}
@media screen and (max-width: 991px) {
  .social-menu-top {
    display: inline-block;
    margin: 0 auto;
  }
  .site-header #sid-primary-menu .navbar-nav > li .dropdown-menu li .sport-name {
    font-weight: 400;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand {
    height: 50px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
    max-width: 215px;
    max-height: none;
  }
  .site-header .top-info .slogan {
    padding-left: 225px;
    line-height: 1.1;
    font-size: 0.8rem;
    padding-top: 5px;
    text-align: left;
  }
  .site-header .top-info .slogan strong {
    clear: left;
    display: block;
  }
  .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 #primary-menu .social-menu-top {
    right: 80px;
  }
  .site-header #primary-menu .social-menu-top .navbar.navbar-sociallinks .navbar-nav {
    margin: 0;
    z-index: 9999;
    position: absolute;
  }
  .site-header #primary-menu .social-menu-top .navbar-sociallinks li {
    display: inline-block;
  }
  .site-header #primary-menu .social-menu-top .navbar-sociallinks li a {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .top-info .slogan {
    display: none;
  }
  .site-header .top-info .slogan.show-xs-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-header .top-info .slogan {
    padding-left: 0;
    line-height: 1.1;
    padding-top: 5px;
    font-size: 0.8rem;
    text-align: center;
    padding: 10px 15px;
    margin: 0 -15px;
    background: #000;
    color: #fff;
  }
  .site-header .top-info .slogan strong {
    clear: none;
    display: inline;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand {
    margin-top: 0;
    width: auto;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo {
    margin-top: 8px;
    margin-left: 0;
    width: 125px;
  }
  .site-header #sid-primary-menu .navbar-header .navbar-brand .nav-logo > img {
    text-align: center;
    max-width: 125px;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand {
    margin: 0 -30px;
    padding: 0 20px;
    text-align: center;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .navbar-brand a.nav-logo,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .sport-name,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand a.nav-logo {
    height: auto;
    line-height: 1.2;
    padding: 11px 15px;
    margin: 0;
    text-align: left;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo {
    margin: 0 -1px 0 5px;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo .box-content,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo .box-content {
    padding: 5px 10px 5px 10px;
  }
  .site-header .sport-menu #sid-sport-menu .navbar-brand .box.sport-spon-logo .box-content img,
  .site-header .sport-menu #sid-sport-menu .flex-menu-brand .box.sport-spon-logo .box-content img {
    max-height: 35px;
  }
}
.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: #00529c;
}
.carousel-slider .carousel-arrow-left a:hover,
.carousel-slider .carousel-arrow-right a:hover {
  background: #006dcf;
  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;
}
#zoneID-8 .sliding-zone .carousel-container {
  background: #dddddd;
}
#zoneID-8 .sliding-zone .carousel-container .cycle-slideshow {
  width: 100%;
}
#zoneID-9 .sliding-zone .carousel-container {
  background: #fff;
}
#zoneID-9 .sliding-zone .carousel-container .cycle-slideshow {
  width: 100%;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
}
#main-content {
  padding: 30px 0 0;
}
#site-wrapper {
  background: #e8e8e8;
  background-size: cover !important;
  background-attachment: fixed !important;
}
#page.innerPage {
  background: #fff;
  padding-top: 15px;
}
.panel.recent-news .panel-body {
  background: #003769;
}
.panel.recent-news .panel-body > .row {
  margin: 0;
}
.panel.recent-news .article-item {
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  background: #00529c;
  color: #dddddd;
  line-height: 1.1;
  margin: 0 0 10px;
  padding: 5px;
}
.panel.recent-news .article-item a,
.panel.recent-news .article-item a:link,
.panel.recent-news .article-item a:visited,
.panel.recent-news .article-item a:active,
.panel.recent-news .article-item a:hover {
  color: #fff;
}
.panel.recent-news .article-item a:active,
.panel.recent-news .article-item a:hover {
  color: #dddddd;
}
.panel.recent-news .article-item:last-child {
  margin-bottom: 0;
}
.panel.recent-news .article-item .article-photo {
  margin: 0;
  float: left;
  border: 1px solid rgba(255,255,255,0.1);
}
.panel.recent-news .article-item .article-photo .newsPhoto {
  position: relative;
}
.panel.recent-news .article-item .article-photo .newsPhoto img {
  width: 100%;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.panel.recent-news .article-item .article-photo .newsPhoto .newsPhotoCaption {
  display: none;
}
.panel.recent-news .article-item .article-content {
  padding: 5px 0 0;
}
.panel.recent-news .article-item .article-content .newsTitle {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  padding: 0 0 5px;
}
.panel.recent-news .article-item .article-content .newsTitle a {
  vertical-align: top;
  display: block;
}
.panel.recent-news .article-item .article-content .newsSportDate {
  display: none;
}
.panel.recent-news .newsArchive {
  clear: both;
  text-align: center;
  display: block;
  border-top: 3px solid #000;
  margin: 4px 0 0;
  padding: 15px 0 5px;
}
@media (min-width: 1px) {
  .panel.recent-news .article-item:nth-child(odd) {
    clear: both;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    height: 56px;
  }
  .panel.recent-news .article-item .article-photo {
    float: left;
    width: 96px;
    margin: 0 10px 0 0;
  }
  .panel.recent-news .article-item .article-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .panel.recent-news .article-item:nth-child(4),
  .panel.recent-news .article-item:nth-child(5),
  .panel.recent-news .article-item:nth-child(6) {
    display: none;
  }
  .panel.recent-news .article-item:nth-child(3) {
    margin-bottom: 0;
  }
  .panel.recent-news .article-item .article-photo {
    width: 119px;
    margin: 0 10px 0 0;
  }
  .panel.recent-news .article-item .article-content .newsSportDate {
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    height: 66px;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel.recent-news .article-item:nth-child(4),
  .panel.recent-news .article-item:nth-child(5),
  .panel.recent-news .article-item:nth-child(6) {
    display: none;
  }
  .panel.recent-news .article-item:nth-child(3) {
    margin-bottom: 0;
  }
  .panel.recent-news .article-item .article-photo {
    width: 120px;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    font-size: 1.1rem;
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .panel.recent-news .article-item .article-photo {
    width: 87px;
  }
  .panel.recent-news .article-item .article-content .newsSportDate {
    font-size: 0.8rem;
    white-space: normal;
  }
  .panel.recent-news .article-item .article-content .newsTitle {
    font-size: 0.9rem;
    height: 49px;
  }
  .panel.recent-news .article-item:nth-child(4),
  .panel.recent-news .article-item:nth-child(5),
  .panel.recent-news .article-item:nth-child(6) {
    display: block;
  }
  .panel.recent-news .article-item:nth-child(3) {
    margin-bottom: 10px;
  }
}
.panel.panel-social .panel-body {
  padding: 0;
}
@media (min-width: 1200px) {
  .panel.panel-social .panel-body {
    min-height: 469px;
  }
}
.panel.panel-social .panel-body iframe {
  width: 100%;
  border: none;
  display: block;
}
.panel.panel-fan-poll.index-panel .panel-body {
  padding: 0;
}
.panel.panel-fan-poll.index-panel .panel-body .pollQuestion {
  font-size: 0.9rem;
}
.fanpoll-bg {
  background: #fff;
}
.pollQuestionFooter {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.pollQuestionFooter a,
.pollQuestionFooter a:link,
.pollQuestionFooter a:visited,
.pollQuestionFooter a:active,
.pollQuestionFooter a:hover {
  color: #00529c;
}
.pollQuestionFooter a:active,
.pollQuestionFooter a:hover {
  color: #00529c;
}
.pollQuestionFooter .fa {
  display: none;
}
.pollQuestionFooter .btn {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 8px 0;
}
.pollQuestionFooter .btn.btn-default.viewResults {
  color: #fff;
  background: #000;
}
.pollQuestionFooter .btn.btn-default.viewResults:hover {
  color: #fff;
  background: #1a1a1a;
}
.pollChoices.pollResults {
  padding: 15px 0;
  border-top: 1px solid #00529c;
  border-bottom: 1px solid #00529c;
  margin: 10px 0;
}
.pollChoices.pollResults .correct {
  color: #00529c;
  font-weight: 700;
}
.pollChoices.pollResults .correct .correct-icon {
  color: #00529c;
}
.pollChoices .progress {
  margin: 0 0 10px;
}
.pollChoices .progress .progress-bar {
  background-color: #00529c;
  min-width: 20px;
  color: #fff;
}
.pollHeader {
  position: relative;
}
.pollHeader .pollSport {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #00529c;
}
.pollAnswerFooter {
  font-size: 0.9em;
}
.pollAnswerFooter .pollTotalVotes {
  font-size: 0.9em;
}
.pollAnswerFooter .pollAnswer {
  font-weight: 700;
  color: #00529c;
}
.pollAnswerFooter .pollAnswer .correct-icon {
  color: #00529c;
}
.pollContents {
  padding: 15px;
}
@media (min-width: 768px) {
  .pollContents {
    height: 312px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .pollContents {
    height: 462px;
  }
}
@media (min-width: 768px) {
  #fanPollDiv #fanPoll .pollContents {
    height: 263px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  #fanPollDiv #fanPoll .pollContents {
    height: 413px;
  }
}
#fanPollDiv .pollContents {
  height: auto;
  overflow: hidden;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #fanPollDiv .pollContents {
    height: 297px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  #fanPollDiv .pollContents {
    height: 447px;
  }
}
.panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object img {
  width: 100%;
}
.panel.panel-spotlight-athletes .box.featured-athlete,
.panel.panel-spotlight-athletes .box.featured-athlete .box-content {
  margin: 0;
  padding: 0;
}
.panel.panel-spotlight-athletes .archive {
  display: none;
}
.panel.panel-spotlight-athletes .panel-heading {
  font-size: 1.2rem;
  padding: 12px 15px;
}
.panel.panel-spotlight-athletes .fa-current {
  padding: 0;
}
.panel.panel-spotlight-athletes #mod-fa-display .featured-athlete-card {
  background: #f1f1f1;
  margin: 0 0 10px;
}
.panel.panel-spotlight-athletes #mod-fa-display .featured-athlete-card:last-child {
  margin-bottom: 0;
}
.panel.panel-spotlight-athletes #mod-fa-display .featured-athlete-card .fa-body-content {
  overflow: hidden;
  padding: 15px;
}
.panel.panel-spotlight-athletes #mod-fa-display .media-left {
  padding: 0;
}
.panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object {
  min-width: 75px;
}
.panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object {
    min-width: 96px;
  }
}
@media screen and (min-width: 992px) {
  .panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object {
    min-width: 97px;
  }
}
@media screen and (min-width: 1200px) {
  .panel.panel-spotlight-athletes #mod-fa-display .media-left .media-object {
    min-width: 97px;
  }
}
.panel.panel-spotlight-athletes #mod-fa-display .name {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 768px) {
  .panel.panel-spotlight-athletes #mod-fa-display .name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel.panel-spotlight-athletes #mod-fa-display .name {
    font-size: 1.2rem;
  }
}
.panel.panel-spotlight-athletes #mod-fa-display .name .fname,
.panel.panel-spotlight-athletes #mod-fa-display .name .lname {
  display: inline;
}
@media screen and (min-width: 1200px) {
  .panel.panel-spotlight-athletes #mod-fa-display .name .fname,
  .panel.panel-spotlight-athletes #mod-fa-display .name .lname {
    display: block;
  }
}
.panel.panel-spotlight-athletes #mod-fa-display .sport {
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .panel.panel-spotlight-athletes #mod-fa-display .sport {
    font-size: 0.9rem;
  }
}
.panel.recent-recruits .panel-body {
  padding: 15px;
}
.panel.recent-recruits .recent-reruits-list > .row .col-xs-12:last-child .item {
  margin-bottom: 0;
}
.panel.recent-recruits .recent-reruits-list .photo {
  float: left;
  width: 97px;
}
.panel.recent-recruits .recent-reruits-list .contents {
  overflow: hidden;
  padding: 3px 0 0 10px;
}
.panel.recent-recruits .recent-reruits-list .item {
  margin: 0 0 8px;
  overflow: hidden;
  min-height: 54px;
}
.panel.recent-recruits .recent-reruits-list .name {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 2px;
  font-family: 'Roboto Slab', serif;
}
.panel.recent-recruits .recent-reruits-list .name .f-name,
.panel.recent-recruits .recent-reruits-list .name .l-name {
  display: block;
}
.panel.recent-recruits .recent-reruits-list .sport {
  font-size: 0.80rem;
  text-transform: uppercase;
  padding: 4px 10px;
  line-height: 1;
  margin: 0 0 2px 0;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  background: #c1c3c5;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .panel.recent-recruits .recent-reruits-list .sport {
    white-space: nowrap;
  }
}
.panel.recent-recruits .recent-reruits-list .pos {
  font-size: 0.8rem;
  color: #666;
}
.panel.recent-recruits .recent-reruits-list .hometown {
  font-size: 0.8rem;
  color: #dddddd;
  display: none;
}
.box.box-recruits-bio .rr-athlete-info .rr-athlete-photo {
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .box.box-recruits-bio .rr-athlete-info .rr-athlete-photo {
    float: right;
    margin: 0 0 15px 15px;
    width: 50%;
  }
}
.box.box-recruits-bio .rr-athlete-info .rr-athlete-photo .photo-placeholder {
  display: inline-block;
}
.box.box-recruits-bio .rr-athlete-info .top-info {
  overflow: hidden;
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner {
  border: 2px solid rgba(0,0,0,0.1);
  padding: 15px;
  margin: 0 0 15px;
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner .list-group {
  margin-bottom: 0;
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner .list-group-item {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner dl {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner dl dt {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.box.box-recruits-bio .rr-athlete-info .top-info .top-info-inner dl dd {
  margin: 0;
  display: inline-block;
}
.box.box-recruits-bio .archive {
  margin: 1rem 0 0;
}
.panel.honors-module .panel-body {
  padding: 15px;
}
.panel.honors-module .honorsModule > .row .col-xs-12:last-child .item {
  margin-bottom: 0;
}
.panel.honors-module .honorsModule .photo {
  float: left;
  width: 97px;
}
.panel.honors-module .honorsModule .contents {
  overflow: hidden;
  padding: 3px 0 0 10px;
}
.panel.honors-module .honorsModule .item {
  margin: 0 0 8px;
  overflow: hidden;
  min-height: 54px;
}
.panel.honors-module .honorsModule .name {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 2px;
  font-family: 'Roboto Slab', serif;
}
.panel.honors-module .honorsModule .sport {
  font-size: 0.80rem;
  text-transform: uppercase;
  padding: 4px 10px;
  line-height: 1;
  margin: 0 0 2px 0;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  background: #c1c3c5;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .panel.honors-module .honorsModule .sport {
    white-space: nowrap;
  }
}
.panel.honors-module .honorsModule .honor {
  font-size: 0.8rem;
  color: #666;
}
.panel.scoreboard .panel-body {
  background: transparent;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .panel.scoreboard .panel-body {
    background: #fff;
  }
}
.panel.scoreboard .panel-footer {
  display: none;
  background: #00529c;
  text-align: center;
}
.panel.scoreboard .panel-footer .btn.btn-link {
  color: #fff;
}
.panel.scoreboard .panel-footer .btn.btn-link:hover {
  color: #dddddd;
}
@media screen and (min-width: 1200px) {
  .panel.scoreboard .panel-footer {
    display: block;
  }
}
.panel.extra-schedule-buttons .panel-body {
  padding: 0;
  background: transparent;
  padding: 0 30px;
}
.panel.extra-schedule-buttons .panel-body .btn.btn-primary {
  margin: 2.5px 0;
}
@media screen and (min-width: 768px) {
  .panel.extra-schedule-buttons .panel-body .btn.btn-primary {
    margin: 0;
  }
  .panel.extra-schedule-buttons .panel-body .row {
    margin: 0 -2.5px;
  }
  .panel.extra-schedule-buttons .panel-body .col-xs-12 {
    padding: 2.5px;
  }
}
.index-tabs {
  margin: 0;
}
.index-tabs:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.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 > div {
  padding: 0px;
}
@media screen and (min-width: 992px) {
  .index-tabs .tab-content .tab-pane-content .scoreboard-tabbed {
    height: 427px;
    max-height: 427px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1200px) {
  .index-tabs .tab-content .tab-pane-content .scoreboard-tabbed {
    height: 488px;
    max-height: 488px;
    overflow-y: auto;
  }
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-top {
  margin: 0 0 5px;
}
.index-tabs .tab-content .tab-pane-content #mod-rankings .rankings-content {
  overflow-y: auto;
}
.index-tabs .tab-content .tab-pane-content > .mod-standings {
  overflow-y: auto;
}
.index-tabs .responsive-tabs-container .responsive-tabs:before {
  overflow: hidden;
}
.index-tabs .nav-tabs.nav-justified {
  margin: 0;
  width: 100%;
  margin-bottom: 0 !important;
  background: #a7a9ac;
}
.index-tabs .nav-tabs.nav-justified li {
  background: #000;
  color: #fff;
  margin: 0;
  display: table-cell;
}
.index-tabs .nav-tabs.nav-justified li a {
  background: transparent;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  border: 0 !important;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0;
  padding: 8px 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
.index-tabs .nav-tabs.nav-justified li a .fa {
  margin-left: 5px;
}
.index-tabs .nav-tabs.nav-justified li a span.text {
  display: inline-block;
}
.index-tabs .nav-tabs.nav-justified li a:hover {
  text-decoration: none;
}
.index-tabs .nav-tabs.nav-justified li a:hover .text {
  text-decoration: underline;
}
.index-tabs .nav-tabs.nav-justified li:hover {
  background: #1a1a1a;
  color: #fff;
}
.index-tabs .nav-tabs.nav-justified li:hover span.text {
  text-decoration: underline;
}
.index-tabs .nav-tabs.nav-justified li:hover > a {
  background: #1a1a1a;
  text-decoration: none;
}
.index-tabs .nav-tabs.nav-justified li.active,
.index-tabs .nav-tabs.nav-justified li.active:hover {
  background: #00529c;
  color: #fff;
}
.index-tabs .nav-tabs.nav-justified li.active > a,
.index-tabs .nav-tabs.nav-justified li.active:hover > a {
  background: #00529c;
}
.responsive-tabs-container.accordion-sm .bd-tab-content,
.responsive-tabs-container.accordion-xs .bd-tab-content,
.responsive-tabs-container.accordion-md .bd-tab-content {
  padding: 0;
}
.responsive-tabs-container .tab-controls .accordion-link {
  background: #00529c;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 15px;
  margin: 5px 0 0;
  border: 1px solid rgba(255,255,255,0.1) !important;
  line-height: 1;
  text-transform: uppercase;
}
.responsive-tabs-container .tab-controls .accordion-link.first {
  margin-top: 0;
}
.responsive-tabs-container .tab-controls .accordion-link:hover {
  background: #003769;
}
.responsive-tabs-container .tab-controls .accordion-link.active {
  border: 1px solid rgba(255,255,255,0.2) !important;
}
.responsive-tabs-container .tab-controls .accordion-link.active,
.responsive-tabs-container .tab-controls .accordion-link.active:hover {
  background: #00529c;
}
.responsive-tabs-container .tab-controls .accordion-link::before {
  top: 6px;
  right: 15px;
}
.responsive-tabs-container .bd-tab-content {
  padding: 0;
}
.responsive-tabs-container .tab-pane.active {
  padding: 0;
  background: #fff;
  color: #000;
}
.bio-popover .box,
.bio-popover .box-content {
  margin: 0 !important;
  padding: 0;
}
div.player-brief .roster-details {
  margin: 0 !important;
}
div.player-brief .roster-details .roster-heading .roster-name {
  font-size: 1.4em;
}
div.player-brief .roster-details .roster-heading {
  background: #c1c3c5;
  color: #000;
  font-weight: 400;
}
div.player-brief .roster-details .roster-heading .roster-name span.jersey-number {
  color: #00529c;
  font-weight: 700;
}
div.player-brief .roster-details .roster-heading .roster-name {
  color: #000;
  overflow: visible;
}
div.player-brief .roster-details .roster-heading .roster-name .phonetic-name {
  display: none;
}
div.player-brief .roster-details .roster-heading .roster-name .full-name {
  overflow: visible;
}
div.player-brief .roster-details .roster-photo .photo-placeholder {
  background-color: #a7a9ac;
}
div.player-brief .roster-details .roster-info .bio-attributes .bio-fields .list-group {
  margin: 0;
}
div.player-brief .roster-details .roster-info .bio-attributes .bio-fields .list-group li {
  padding: 0;
}
.sectionTitle {
  color: #00529c;
}
.innerSectionTitle {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 5px 10px;
  background: rgba(0,0,0,0.8);
}
.eventDiv .vsNameRow {
  text-align: center;
}
.boxStats th {
  text-align: inherit;
}
div.boxStats.full.otherStats > .label {
  padding: 5px 10px 5px 0;
  line-height: inherit;
  font-weight: 400;
  font-style: italic;
}
.article-list a.list-group-item .list-group-item-heading,
.article-list button.list-group-item .list-group-item-heading {
  color: inherit;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0;
}
.article-list .list-group-item-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 0.9rem;
}
.boxStats td,
.boxStats td.label {
  font-size: .8rem !important;
}
#article-event.style-s1 .esl-cube .logo img,
.article-event-posted-result.style-s1 .esl-cube .logo img {
  display: inline-block !important;
  margin: 0 auto;
  max-height: 50px;
}
.boxStats table.smallBoxTable.hoverTable th,
.boxStats table.smallBoxTable.hoverTable td {
  text-align: center;
}
#mini-stats-overview .well-frame {
  padding: 0;
  border: none;
}
.media-body.media-middle {
  font-size: .9rem;
}
.media-body.media-middle .name {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .media-body.media-middle .email {
    text-align: right;
  }
}
#page td.masterCalDate {
  height: 73px !important;
}
#page td.masterCalDate .calendarDateNum {
  color: #555;
}
#page td.masterCalDate.calDay {
  background: transparent !important;
}
#page td.masterCalDate.calDay.hasEvent {
  background-color: rgba(0,0,0,0.05) !important;
}
#page td.masterCalDate.calDay.hasEvent .calendarDateNum {
  font-weight: 700;
  color: #000;
}
#page td.masterCalDate.calEmpty {
  background: rgba(0,0,0,0.1) !important;
}
#page td.masterCalDate .dayEventCount {
  clear: both;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0;
  text-align: Center;
}
#page td.masterCalDate .dayEventCount .cal-event-modal-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 2px 5px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  font-weight: 700;
}
#page #calendar .masterCalDate a {
  color: #00529c;
  font-weight: 400;
}
#page #calendar .masterCalDate a .cal-event-modal-btn {
  font-weight: 400;
  display: inline-block;
  font-size: 0.9em;
}
#page table.dataTable th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#page .boxStats table.stat_table tr th,
#page .boxStats table.stat_table tr.header td,
#page .boxStats table.stat_table thead.table_header th,
#page .boxStats table.stat_table thead.table_header.header td,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td,
#page #statsFile table tr th,
#page #statsFile table tr.header td,
#page #statsFile table thead.table_header th,
#page #statsFile table thead.table_header.header td,
#page table.stat_table tr th,
#page table.stat_table tr.header td,
#page table.stat_table thead.table_header th,
#page table.stat_table thead.table_header.header td,
#page table.def_table tr th,
#page table.def_table tr.header td,
#page table.def_table thead.table_header th,
#page table.def_table thead.table_header.header td,
#page table.overviewTable tr th,
#page table.overviewTable tr.header td,
#page table.overviewTable thead.table_header th,
#page table.overviewTable thead.table_header.header td,
#page table.smallBoxTableNoHover tr th,
#page table.smallBoxTableNoHover tr.header td,
#page table.smallBoxTableNoHover thead.table_header th,
#page table.smallBoxTableNoHover thead.table_header.header td,
#page table.smallBoxTable tr th,
#page table.smallBoxTable tr.header td,
#page table.smallBoxTable thead.table_header th,
#page table.smallBoxTable thead.table_header.header td,
#page #calendar > table tr th,
#page #calendar > table tr.header td,
#page #calendar > table thead.table_header th,
#page #calendar > table thead.table_header.header td,
#page table.masterCalTable tr th,
#page table.masterCalTable tr.header td,
#page table.masterCalTable thead.table_header th,
#page table.masterCalTable thead.table_header.header td,
#page table.icalFeedTable tr th,
#page table.icalFeedTable tr.header td,
#page table.icalFeedTable thead.table_header th,
#page table.icalFeedTable thead.table_header.header td,
#page table.tablesorter-default tr th,
#page table.tablesorter-default tr.header td,
#page table.tablesorter-default thead.table_header th,
#page table.tablesorter-default thead.table_header.header td {
  background: #00529c;
  color: #fff;
}
#page .boxStats table.stat_table tr th.masterCalDotwHead,
#page .boxStats table.stat_table tr.header td.masterCalDotwHead,
#page .boxStats table.stat_table thead.table_header th.masterCalDotwHead,
#page .boxStats table.stat_table thead.table_header.header td.masterCalDotwHead,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.masterCalDotwHead,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.masterCalDotwHead,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.masterCalDotwHead,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.masterCalDotwHead,
#page #statsFile table tr th.masterCalDotwHead,
#page #statsFile table tr.header td.masterCalDotwHead,
#page #statsFile table thead.table_header th.masterCalDotwHead,
#page #statsFile table thead.table_header.header td.masterCalDotwHead,
#page table.stat_table tr th.masterCalDotwHead,
#page table.stat_table tr.header td.masterCalDotwHead,
#page table.stat_table thead.table_header th.masterCalDotwHead,
#page table.stat_table thead.table_header.header td.masterCalDotwHead,
#page table.def_table tr th.masterCalDotwHead,
#page table.def_table tr.header td.masterCalDotwHead,
#page table.def_table thead.table_header th.masterCalDotwHead,
#page table.def_table thead.table_header.header td.masterCalDotwHead,
#page table.overviewTable tr th.masterCalDotwHead,
#page table.overviewTable tr.header td.masterCalDotwHead,
#page table.overviewTable thead.table_header th.masterCalDotwHead,
#page table.overviewTable thead.table_header.header td.masterCalDotwHead,
#page table.smallBoxTableNoHover tr th.masterCalDotwHead,
#page table.smallBoxTableNoHover tr.header td.masterCalDotwHead,
#page table.smallBoxTableNoHover thead.table_header th.masterCalDotwHead,
#page table.smallBoxTableNoHover thead.table_header.header td.masterCalDotwHead,
#page table.smallBoxTable tr th.masterCalDotwHead,
#page table.smallBoxTable tr.header td.masterCalDotwHead,
#page table.smallBoxTable thead.table_header th.masterCalDotwHead,
#page table.smallBoxTable thead.table_header.header td.masterCalDotwHead,
#page #calendar > table tr th.masterCalDotwHead,
#page #calendar > table tr.header td.masterCalDotwHead,
#page #calendar > table thead.table_header th.masterCalDotwHead,
#page #calendar > table thead.table_header.header td.masterCalDotwHead,
#page table.masterCalTable tr th.masterCalDotwHead,
#page table.masterCalTable tr.header td.masterCalDotwHead,
#page table.masterCalTable thead.table_header th.masterCalDotwHead,
#page table.masterCalTable thead.table_header.header td.masterCalDotwHead,
#page table.icalFeedTable tr th.masterCalDotwHead,
#page table.icalFeedTable tr.header td.masterCalDotwHead,
#page table.icalFeedTable thead.table_header th.masterCalDotwHead,
#page table.icalFeedTable thead.table_header.header td.masterCalDotwHead,
#page table.tablesorter-default tr th.masterCalDotwHead,
#page table.tablesorter-default tr.header td.masterCalDotwHead,
#page table.tablesorter-default thead.table_header th.masterCalDotwHead,
#page table.tablesorter-default thead.table_header.header td.masterCalDotwHead {
  background: #000;
}
#page .boxStats table.stat_table tr th.finalHeader,
#page .boxStats table.stat_table tr.header td.finalHeader,
#page .boxStats table.stat_table thead.table_header th.finalHeader,
#page .boxStats table.stat_table thead.table_header.header td.finalHeader,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.finalHeader,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.finalHeader,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.finalHeader,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.finalHeader,
#page #statsFile table tr th.finalHeader,
#page #statsFile table tr.header td.finalHeader,
#page #statsFile table thead.table_header th.finalHeader,
#page #statsFile table thead.table_header.header td.finalHeader,
#page table.stat_table tr th.finalHeader,
#page table.stat_table tr.header td.finalHeader,
#page table.stat_table thead.table_header th.finalHeader,
#page table.stat_table thead.table_header.header td.finalHeader,
#page table.def_table tr th.finalHeader,
#page table.def_table tr.header td.finalHeader,
#page table.def_table thead.table_header th.finalHeader,
#page table.def_table thead.table_header.header td.finalHeader,
#page table.overviewTable tr th.finalHeader,
#page table.overviewTable tr.header td.finalHeader,
#page table.overviewTable thead.table_header th.finalHeader,
#page table.overviewTable thead.table_header.header td.finalHeader,
#page table.smallBoxTableNoHover tr th.finalHeader,
#page table.smallBoxTableNoHover tr.header td.finalHeader,
#page table.smallBoxTableNoHover thead.table_header th.finalHeader,
#page table.smallBoxTableNoHover thead.table_header.header td.finalHeader,
#page table.smallBoxTable tr th.finalHeader,
#page table.smallBoxTable tr.header td.finalHeader,
#page table.smallBoxTable thead.table_header th.finalHeader,
#page table.smallBoxTable thead.table_header.header td.finalHeader,
#page #calendar > table tr th.finalHeader,
#page #calendar > table tr.header td.finalHeader,
#page #calendar > table thead.table_header th.finalHeader,
#page #calendar > table thead.table_header.header td.finalHeader,
#page table.masterCalTable tr th.finalHeader,
#page table.masterCalTable tr.header td.finalHeader,
#page table.masterCalTable thead.table_header th.finalHeader,
#page table.masterCalTable thead.table_header.header td.finalHeader,
#page table.icalFeedTable tr th.finalHeader,
#page table.icalFeedTable tr.header td.finalHeader,
#page table.icalFeedTable thead.table_header th.finalHeader,
#page table.icalFeedTable thead.table_header.header td.finalHeader,
#page table.tablesorter-default tr th.finalHeader,
#page table.tablesorter-default tr.header td.finalHeader,
#page table.tablesorter-default thead.table_header th.finalHeader,
#page table.tablesorter-default thead.table_header.header td.finalHeader {
  background: #003769;
}
#page .totalsRow,
#page .addTotalRow,
#page .teamStatsHeader {
  background-color: #c1c3c5;
  color: #000;
}
#page .boxStats table.stat_table tr th.tablesorter-headerDesc,
#page .boxStats table.stat_table tr th.tablesorter-headerAsc,
#page .boxStats table.stat_table tr th.headerSortUp,
#page .boxStats table.stat_table tr th.headerSortUp::after,
#page .boxStats table.stat_table tr th.headerSortDown,
#page .boxStats table.stat_table tr th.headerSortDown::after,
#page .boxStats table.stat_table tr th.tablesorter-headerAsc,
#page .boxStats table.stat_table tr th .tablesorter-headerAsc::after,
#page .boxStats table.stat_table tr th.tablesorter-headerDesc,
#page .boxStats table.stat_table tr th.tablesorter-headerDesc::after,
#page .boxStats table.stat_table tr th.sorting_desc,
#page .boxStats table.stat_table tr th.sorting_desc::after,
#page .boxStats table.stat_table tr th.sorting_asc,
#page .boxStats table.stat_table tr th.sorting_asc::after,
#page .boxStats table.stat_table tr.header td.tablesorter-headerDesc,
#page .boxStats table.stat_table tr.header td.tablesorter-headerAsc,
#page .boxStats table.stat_table tr.header td.headerSortUp,
#page .boxStats table.stat_table tr.header td.headerSortUp::after,
#page .boxStats table.stat_table tr.header td.headerSortDown,
#page .boxStats table.stat_table tr.header td.headerSortDown::after,
#page .boxStats table.stat_table tr.header td.tablesorter-headerAsc,
#page .boxStats table.stat_table tr.header td .tablesorter-headerAsc::after,
#page .boxStats table.stat_table tr.header td.tablesorter-headerDesc,
#page .boxStats table.stat_table tr.header td.tablesorter-headerDesc::after,
#page .boxStats table.stat_table tr.header td.sorting_desc,
#page .boxStats table.stat_table tr.header td.sorting_desc::after,
#page .boxStats table.stat_table tr.header td.sorting_asc,
#page .boxStats table.stat_table tr.header td.sorting_asc::after,
#page .boxStats table.stat_table thead.table_header th.tablesorter-headerDesc,
#page .boxStats table.stat_table thead.table_header th.tablesorter-headerAsc,
#page .boxStats table.stat_table thead.table_header th.headerSortUp,
#page .boxStats table.stat_table thead.table_header th.headerSortUp::after,
#page .boxStats table.stat_table thead.table_header th.headerSortDown,
#page .boxStats table.stat_table thead.table_header th.headerSortDown::after,
#page .boxStats table.stat_table thead.table_header th.tablesorter-headerAsc,
#page .boxStats table.stat_table thead.table_header th .tablesorter-headerAsc::after,
#page .boxStats table.stat_table thead.table_header th.tablesorter-headerDesc,
#page .boxStats table.stat_table thead.table_header th.tablesorter-headerDesc::after,
#page .boxStats table.stat_table thead.table_header th.sorting_desc,
#page .boxStats table.stat_table thead.table_header th.sorting_desc::after,
#page .boxStats table.stat_table thead.table_header th.sorting_asc,
#page .boxStats table.stat_table thead.table_header th.sorting_asc::after,
#page .boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc,
#page .boxStats table.stat_table thead.table_header.header td.tablesorter-headerAsc,
#page .boxStats table.stat_table thead.table_header.header td.headerSortUp,
#page .boxStats table.stat_table thead.table_header.header td.headerSortUp::after,
#page .boxStats table.stat_table thead.table_header.header td.headerSortDown,
#page .boxStats table.stat_table thead.table_header.header td.headerSortDown::after,
#page .boxStats table.stat_table thead.table_header.header td.tablesorter-headerAsc,
#page .boxStats table.stat_table thead.table_header.header td .tablesorter-headerAsc::after,
#page .boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc,
#page .boxStats table.stat_table thead.table_header.header td.tablesorter-headerDesc::after,
#page .boxStats table.stat_table thead.table_header.header td.sorting_desc,
#page .boxStats table.stat_table thead.table_header.header td.sorting_desc::after,
#page .boxStats table.stat_table thead.table_header.header td.sorting_asc,
#page .boxStats table.stat_table thead.table_header.header td.sorting_asc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortUp,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortUp::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortDown,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.headerSortDown::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th .tablesorter-headerAsc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.tablesorter-headerDesc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_desc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_desc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_asc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr th.sorting_asc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortUp,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortUp::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortDown,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.headerSortDown::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td .tablesorter-headerAsc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.tablesorter-headerDesc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_desc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_desc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_asc,
#page table.stat_table_wrapper:not(.statsTableLegend) tr.header td.sorting_asc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortUp,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortUp::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortDown,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.headerSortDown::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th .tablesorter-headerAsc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.tablesorter-headerDesc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_desc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_desc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_asc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header th.sorting_asc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortUp,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortUp::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortDown,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.headerSortDown::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerAsc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td .tablesorter-headerAsc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.tablesorter-headerDesc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_desc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_desc::after,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_asc,
#page table.stat_table_wrapper:not(.statsTableLegend) thead.table_header.header td.sorting_asc::after,
#page #statsFile table tr th.tablesorter-headerDesc,
#page #statsFile table tr th.tablesorter-headerAsc,
#page #statsFile table tr th.headerSortUp,
#page #statsFile table tr th.headerSortUp::after,
#page #statsFile table tr th.headerSortDown,
#page #statsFile table tr th.headerSortDown::after,
#page #statsFile table tr th.tablesorter-headerAsc,
#page #statsFile table tr th .tablesorter-headerAsc::after,
#page #statsFile table tr th.tablesorter-headerDesc,
#page #statsFile table tr th.tablesorter-headerDesc::after,
#page #statsFile table tr th.sorting_desc,
#page #statsFile table tr th.sorting_desc::after,
#page #statsFile table tr th.sorting_asc,
#page #statsFile table tr th.sorting_asc::after,
#page #statsFile table tr.header td.tablesorter-headerDesc,
#page #statsFile table tr.header td.tablesorter-headerAsc,
#page #statsFile table tr.header td.headerSortUp,
#page #statsFile table tr.header td.headerSortUp::after,
#page #statsFile table tr.header td.headerSortDown,
#page #statsFile table tr.header td.headerSortDown::after,
#page #statsFile table tr.header td.tablesorter-headerAsc,
#page #statsFile table tr.header td .tablesorter-headerAsc::after,
#page #statsFile table tr.header td.tablesorter-headerDesc,
#page #statsFile table tr.header td.tablesorter-headerDesc::after,
#page #statsFile table tr.header td.sorting_desc,
#page #statsFile table tr.header td.sorting_desc::after,
#page #statsFile table tr.header td.sorting_asc,
#page #statsFile table tr.header td.sorting_asc::after,
#page #statsFile table thead.table_header th.tablesorter-headerDesc,
#page #statsFile table thead.table_header th.tablesorter-headerAsc,
#page #statsFile table thead.table_header th.headerSortUp,
#page #statsFile table thead.table_header th.headerSortUp::after,
#page #statsFile table thead.table_header th.headerSortDown,
#page #statsFile table thead.table_header th.headerSortDown::after,
#page #statsFile table thead.table_header th.tablesorter-headerAsc,
#page #statsFile table thead.table_header th .tablesorter-headerAsc::after,
#page #statsFile table thead.table_header th.tablesorter-headerDesc,
#page #statsFile table thead.table_header th.tablesorter-headerDesc::after,
#page #statsFile table thead.table_header th.sorting_desc,
#page #statsFile table thead.table_header th.sorting_desc::after,
#page #statsFile table thead.table_header th.sorting_asc,
#page #statsFile table thead.table_header th.sorting_asc::after,
#page #statsFile table thead.table_header.header td.tablesorter-headerDesc,
#page #statsFile table thead.table_header.header td.tablesorter-headerAsc,
#page #statsFile table thead.table_header.header td.headerSortUp,
#page #statsFile table thead.table_header.header td.headerSortUp::after,
#page #statsFile table thead.table_header.header td.headerSortDown,
#page #statsFile table thead.table_header.header td.headerSortDown::after,
#page #statsFile table thead.table_header.header td.tablesorter-headerAsc,
#page #statsFile table thead.table_header.header td .tablesorter-headerAsc::after,
#page #statsFile table thead.table_header.header td.tablesorter-headerDesc,
#page #statsFile table thead.table_header.header td.tablesorter-headerDesc::after,
#page #statsFile table thead.table_header.header td.sorting_desc,
#page #statsFile table thead.table_header.header td.sorting_desc::after,
#page #statsFile table thead.table_header.header td.sorting_asc,
#page #statsFile table thead.table_header.header td.sorting_asc::after,
#page table.stat_table tr th.tablesorter-headerDesc,
#page table.stat_table tr th.tablesorter-headerAsc,
#page table.stat_table tr th.headerSortUp,
#page table.stat_table tr th.headerSortUp::after,
#page table.stat_table tr th.headerSortDown,
#page table.stat_table tr th.headerSortDown::after,
#page table.stat_table tr th.tablesorter-headerAsc,
#page table.stat_table tr th .tablesorter-headerAsc::after,
#page table.stat_table tr th.tablesorter-headerDesc,
#page table.stat_table tr th.tablesorter-headerDesc::after,
#page table.stat_table tr th.sorting_desc,
#page table.stat_table tr th.sorting_desc::after,
#page table.stat_table tr th.sorting_asc,
#page table.stat_table tr th.sorting_asc::after,
#page table.stat_table tr.header td.tablesorter-headerDesc,
#page table.stat_table tr.header td.tablesorter-headerAsc,
#page table.stat_table tr.header td.headerSortUp,
#page table.stat_table tr.header td.headerSortUp::after,
#page table.stat_table tr.header td.headerSortDown,
#page table.stat_table tr.header td.headerSortDown::after,
#page table.stat_table tr.header td.tablesorter-headerAsc,
#page table.stat_table tr.header td .tablesorter-headerAsc::after,
#page table.stat_table tr.header td.tablesorter-headerDesc,
#page table.stat_table tr.header td.tablesorter-headerDesc::after,
#page table.stat_table tr.header td.sorting_desc,
#page table.stat_table tr.header td.sorting_desc::after,
#page table.stat_table tr.header td.sorting_asc,
#page table.stat_table tr.header td.sorting_asc::after,
#page table.stat_table thead.table_header th.tablesorter-headerDesc,
#page table.stat_table thead.table_header th.tablesorter-headerAsc,
#page table.stat_table thead.table_header th.headerSortUp,
#page table.stat_table thead.table_header th.headerSortUp::after,
#page table.stat_table thead.table_header th.headerSortDown,
#page table.stat_table thead.table_header th.headerSortDown::after,
#page table.stat_table thead.table_header th.tablesorter-headerAsc,
#page table.stat_table thead.table_header th .tablesorter-headerAsc::after,
#page table.stat_table thead.table_header th.tablesorter-headerDesc,
#page table.stat_table thead.table_header th.tablesorter-headerDesc::after,
#page table.stat_table thead.table_header th.sorting_desc,
#page table.stat_table thead.table_header th.sorting_desc::after,
#page table.stat_table thead.table_header th.sorting_asc,
#page table.stat_table thead.table_header th.sorting_asc::after,
#page table.stat_table thead.table_header.header td.tablesorter-headerDesc,
#page table.stat_table thead.table_header.header td.tablesorter-headerAsc,
#page table.stat_table thead.table_header.header td.headerSortUp,
#page table.stat_table thead.table_header.header td.headerSortUp::after,
#page table.stat_table thead.table_header.header td.headerSortDown,
#page table.stat_table thead.table_header.header td.headerSortDown::after,
#page table.stat_table thead.table_header.header td.tablesorter-headerAsc,
#page table.stat_table thead.table_header.header td .tablesorter-headerAsc::after,
#page table.stat_table thead.table_header.header td.tablesorter-headerDesc,
#page table.stat_table thead.table_header.header td.tablesorter-headerDesc::after,
#page table.stat_table thead.table_header.header td.sorting_desc,
#page table.stat_table thead.table_header.header td.sorting_desc::after,
#page table.stat_table thead.table_header.header td.sorting_asc,
#page table.stat_table thead.table_header.header td.sorting_asc::after,
#page table.def_table tr th.tablesorter-headerDesc,
#page table.def_table tr th.tablesorter-headerAsc,
#page table.def_table tr th.headerSortUp,
#page table.def_table tr th.headerSortUp::after,
#page table.def_table tr th.headerSortDown,
#page table.def_table tr th.headerSortDown::after,
#page table.def_table tr th.tablesorter-headerAsc,
#page table.def_table tr th .tablesorter-headerAsc::after,
#page table.def_table tr th.tablesorter-headerDesc,
#page table.def_table tr th.tablesorter-headerDesc::after,
#page table.def_table tr th.sorting_desc,
#page table.def_table tr th.sorting_desc::after,
#page table.def_table tr th.sorting_asc,
#page table.def_table tr th.sorting_asc::after,
#page table.def_table tr.header td.tablesorter-headerDesc,
#page table.def_table tr.header td.tablesorter-headerAsc,
#page table.def_table tr.header td.headerSortUp,
#page table.def_table tr.header td.headerSortUp::after,
#page table.def_table tr.header td.headerSortDown,
#page table.def_table tr.header td.headerSortDown::after,
#page table.def_table tr.header td.tablesorter-headerAsc,
#page table.def_table tr.header td .tablesorter-headerAsc::after,
#page table.def_table tr.header td.tablesorter-headerDesc,
#page table.def_table tr.header td.tablesorter-headerDesc::after,
#page table.def_table tr.header td.sorting_desc,
#page table.def_table tr.header td.sorting_desc::after,
#page table.def_table tr.header td.sorting_asc,
#page table.def_table tr.header td.sorting_asc::after,
#page table.def_table thead.table_header th.tablesorter-headerDesc,
#page table.def_table thead.table_header th.tablesorter-headerAsc,
#page table.def_table thead.table_header th.headerSortUp,
#page table.def_table thead.table_header th.headerSortUp::after,
#page table.def_table thead.table_header th.headerSortDown,
#page table.def_table thead.table_header th.headerSortDown::after,
#page table.def_table thead.table_header th.tablesorter-headerAsc,
#page table.def_table thead.table_header th .tablesorter-headerAsc::after,
#page table.def_table thead.table_header th.tablesorter-headerDesc,
#page table.def_table thead.table_header th.tablesorter-headerDesc::after,
#page table.def_table thead.table_header th.sorting_desc,
#page table.def_table thead.table_header th.sorting_desc::after,
#page table.def_table thead.table_header th.sorting_asc,
#page table.def_table thead.table_header th.sorting_asc::after,
#page table.def_table thead.table_header.header td.tablesorter-headerDesc,
#page table.def_table thead.table_header.header td.tablesorter-headerAsc,
#page table.def_table thead.table_header.header td.headerSortUp,
#page table.def_table thead.table_header.header td.headerSortUp::after,
#page table.def_table thead.table_header.header td.headerSortDown,
#page table.def_table thead.table_header.header td.headerSortDown::after,
#page table.def_table thead.table_header.header td.tablesorter-headerAsc,
#page table.def_table thead.table_header.header td .tablesorter-headerAsc::after,
#page table.def_table thead.table_header.header td.tablesorter-headerDesc,
#page table.def_table thead.table_header.header td.tablesorter-headerDesc::after,
#page table.def_table thead.table_header.header td.sorting_desc,
#page table.def_table thead.table_header.header td.sorting_desc::after,
#page table.def_table thead.table_header.header td.sorting_asc,
#page table.def_table thead.table_header.header td.sorting_asc::after,
#page table.overviewTable tr th.tablesorter-headerDesc,
#page table.overviewTable tr th.tablesorter-headerAsc,
#page table.overviewTable tr th.headerSortUp,
#page table.overviewTable tr th.headerSortUp::after,
#page table.overviewTable tr th.headerSortDown,
#page table.overviewTable tr th.headerSortDown::after,
#page table.overviewTable tr th.tablesorter-headerAsc,
#page table.overviewTable tr th .tablesorter-headerAsc::after,
#page table.overviewTable tr th.tablesorter-headerDesc,
#page table.overviewTable tr th.tablesorter-headerDesc::after,
#page table.overviewTable tr th.sorting_desc,
#page table.overviewTable tr th.sorting_desc::after,
#page table.overviewTable tr th.sorting_asc,
#page table.overviewTable tr th.sorting_asc::after,
#page table.overviewTable tr.header td.tablesorter-headerDesc,
#page table.overviewTable tr.header td.tablesorter-headerAsc,
#page table.overviewTable tr.header td.headerSortUp,
#page table.overviewTable tr.header td.headerSortUp::after,
#page table.overviewTable tr.header td.headerSortDown,
#page table.overviewTable tr.header td.headerSortDown::after,
#page table.overviewTable tr.header td.tablesorter-headerAsc,
#page table.overviewTable tr.header td .tablesorter-headerAsc::after,
#page table.overviewTable tr.header td.tablesorter-headerDesc,
#page table.overviewTable tr.header td.tablesorter-headerDesc::after,
#page table.overviewTable tr.header td.sorting_desc,
#page table.overviewTable tr.header td.sorting_desc::after,
#page table.overviewTable tr.header td.sorting_asc,
#page table.overviewTable tr.header td.sorting_asc::after,
#page table.overviewTable thead.table_header th.tablesorter-headerDesc,
#page table.overviewTable thead.table_header th.tablesorter-headerAsc,
#page table.overviewTable thead.table_header th.headerSortUp,
#page table.overviewTable thead.table_header th.headerSortUp::after,
#page table.overviewTable thead.table_header th.headerSortDown,
#page table.overviewTable thead.table_header th.headerSortDown::after,
#page table.overviewTable thead.table_header th.tablesorter-headerAsc,
#page table.overviewTable thead.table_header th .tablesorter-headerAsc::after,
#page table.overviewTable thead.table_header th.tablesorter-headerDesc,
#page table.overviewTable thead.table_header th.tablesorter-headerDesc::after,
#page table.overviewTable thead.table_header th.sorting_desc,
#page table.overviewTable thead.table_header th.sorting_desc::after,
#page table.overviewTable thead.table_header th.sorting_asc,
#page table.overviewTable thead.table_header th.sorting_asc::after,
#page table.overviewTable thead.table_header.header td.tablesorter-headerDesc,
#page table.overviewTable thead.table_header.header td.tablesorter-headerAsc,
#page table.overviewTable thead.table_header.header td.headerSortUp,
#page table.overviewTable thead.table_header.header td.headerSortUp::after,
#page table.overviewTable thead.table_header.header td.headerSortDown,
#page table.overviewTable thead.table_header.header td.headerSortDown::after,
#page table.overviewTable thead.table_header.header td.tablesorter-headerAsc,
#page table.overviewTable thead.table_header.header td .tablesorter-headerAsc::after,
#page table.overviewTable thead.table_header.header td.tablesorter-headerDesc,
#page table.overviewTable thead.table_header.header td.tablesorter-headerDesc::after,
#page table.overviewTable thead.table_header.header td.sorting_desc,
#page table.overviewTable thead.table_header.header td.sorting_desc::after,
#page table.overviewTable thead.table_header.header td.sorting_asc,
#page table.overviewTable thead.table_header.header td.sorting_asc::after,
#page table.smallBoxTableNoHover tr th.tablesorter-headerDesc,
#page table.smallBoxTableNoHover tr th.tablesorter-headerAsc,
#page table.smallBoxTableNoHover tr th.headerSortUp,
#page table.smallBoxTableNoHover tr th.headerSortUp::after,
#page table.smallBoxTableNoHover tr th.headerSortDown,
#page table.smallBoxTableNoHover tr th.headerSortDown::after,
#page table.smallBoxTableNoHover tr th.tablesorter-headerAsc,
#page table.smallBoxTableNoHover tr th .tablesorter-headerAsc::after,
#page table.smallBoxTableNoHover tr th.tablesorter-headerDesc,
#page table.smallBoxTableNoHover tr th.tablesorter-headerDesc::after,
#page table.smallBoxTableNoHover tr th.sorting_desc,
#page table.smallBoxTableNoHover tr th.sorting_desc::after,
#page table.smallBoxTableNoHover tr th.sorting_asc,
#page table.smallBoxTableNoHover tr th.sorting_asc::after,
#page table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc,
#page table.smallBoxTableNoHover tr.header td.tablesorter-headerAsc,
#page table.smallBoxTableNoHover tr.header td.headerSortUp,
#page table.smallBoxTableNoHover tr.header td.headerSortUp::after,
#page table.smallBoxTableNoHover tr.header td.headerSortDown,
#page table.smallBoxTableNoHover tr.header td.headerSortDown::after,
#page table.smallBoxTableNoHover tr.header td.tablesorter-headerAsc,
#page table.smallBoxTableNoHover tr.header td .tablesorter-headerAsc::after,
#page table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc,
#page table.smallBoxTableNoHover tr.header td.tablesorter-headerDesc::after,
#page table.smallBoxTableNoHover tr.header td.sorting_desc,
#page table.smallBoxTableNoHover tr.header td.sorting_desc::after,
#page table.smallBoxTableNoHover tr.header td.sorting_asc,
#page table.smallBoxTableNoHover tr.header td.sorting_asc::after,
#page table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc,
#page table.smallBoxTableNoHover thead.table_header th.tablesorter-headerAsc,
#page table.smallBoxTableNoHover thead.table_header th.headerSortUp,
#page table.smallBoxTableNoHover thead.table_header th.headerSortUp::after,
#page table.smallBoxTableNoHover thead.table_header th.headerSortDown,
#page table.smallBoxTableNoHover thead.table_header th.headerSortDown::after,
#page table.smallBoxTableNoHover thead.table_header th.tablesorter-headerAsc,
#page table.smallBoxTableNoHover thead.table_header th .tablesorter-headerAsc::after,
#page table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc,
#page table.smallBoxTableNoHover thead.table_header th.tablesorter-headerDesc::after,
#page table.smallBoxTableNoHover thead.table_header th.sorting_desc,
#page table.smallBoxTableNoHover thead.table_header th.sorting_desc::after,
#page table.smallBoxTableNoHover thead.table_header th.sorting_asc,
#page table.smallBoxTableNoHover thead.table_header th.sorting_asc::after,
#page table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc,
#page table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerAsc,
#page table.smallBoxTableNoHover thead.table_header.header td.headerSortUp,
#page table.smallBoxTableNoHover thead.table_header.header td.headerSortUp::after,
#page table.smallBoxTableNoHover thead.table_header.header td.headerSortDown,
#page table.smallBoxTableNoHover thead.table_header.header td.headerSortDown::after,
#page table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerAsc,
#page table.smallBoxTableNoHover thead.table_header.header td .tablesorter-headerAsc::after,
#page table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc,
#page table.smallBoxTableNoHover thead.table_header.header td.tablesorter-headerDesc::after,
#page table.smallBoxTableNoHover thead.table_header.header td.sorting_desc,
#page table.smallBoxTableNoHover thead.table_header.header td.sorting_desc::after,
#page table.smallBoxTableNoHover thead.table_header.header td.sorting_asc,
#page table.smallBoxTableNoHover thead.table_header.header td.sorting_asc::after,
#page table.smallBoxTable tr th.tablesorter-headerDesc,
#page table.smallBoxTable tr th.tablesorter-headerAsc,
#page table.smallBoxTable tr th.headerSortUp,
#page table.smallBoxTable tr th.headerSortUp::after,
#page table.smallBoxTable tr th.headerSortDown,
#page table.smallBoxTable tr th.headerSortDown::after,
#page table.smallBoxTable tr th.tablesorter-headerAsc,
#page table.smallBoxTable tr th .tablesorter-headerAsc::after,
#page table.smallBoxTable tr th.tablesorter-headerDesc,
#page table.smallBoxTable tr th.tablesorter-headerDesc::after,
#page table.smallBoxTable tr th.sorting_desc,
#page table.smallBoxTable tr th.sorting_desc::after,
#page table.smallBoxTable tr th.sorting_asc,
#page table.smallBoxTable tr th.sorting_asc::after,
#page table.smallBoxTable tr.header td.tablesorter-headerDesc,
#page table.smallBoxTable tr.header td.tablesorter-headerAsc,
#page table.smallBoxTable tr.header td.headerSortUp,
#page table.smallBoxTable tr.header td.headerSortUp::after,
#page table.smallBoxTable tr.header td.headerSortDown,
#page table.smallBoxTable tr.header td.headerSortDown::after,
#page table.smallBoxTable tr.header td.tablesorter-headerAsc,
#page table.smallBoxTable tr.header td .tablesorter-headerAsc::after,
#page table.smallBoxTable tr.header td.tablesorter-headerDesc,
#page table.smallBoxTable tr.header td.tablesorter-headerDesc::after,
#page table.smallBoxTable tr.header td.sorting_desc,
#page table.smallBoxTable tr.header td.sorting_desc::after,
#page table.smallBoxTable tr.header td.sorting_asc,
#page table.smallBoxTable tr.header td.sorting_asc::after,
#page table.smallBoxTable thead.table_header th.tablesorter-headerDesc,
#page table.smallBoxTable thead.table_header th.tablesorter-headerAsc,
#page table.smallBoxTable thead.table_header th.headerSortUp,
#page table.smallBoxTable thead.table_header th.headerSortUp::after,
#page table.smallBoxTable thead.table_header th.headerSortDown,
#page table.smallBoxTable thead.table_header th.headerSortDown::after,
#page table.smallBoxTable thead.table_header th.tablesorter-headerAsc,
#page table.smallBoxTable thead.table_header th .tablesorter-headerAsc::after,
#page table.smallBoxTable thead.table_header th.tablesorter-headerDesc,
#page table.smallBoxTable thead.table_header th.tablesorter-headerDesc::after,
#page table.smallBoxTable thead.table_header th.sorting_desc,
#page table.smallBoxTable thead.table_header th.sorting_desc::after,
#page table.smallBoxTable thead.table_header th.sorting_asc,
#page table.smallBoxTable thead.table_header th.sorting_asc::after,
#page table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc,
#page table.smallBoxTable thead.table_header.header td.tablesorter-headerAsc,
#page table.smallBoxTable thead.table_header.header td.headerSortUp,
#page table.smallBoxTable thead.table_header.header td.headerSortUp::after,
#page table.smallBoxTable thead.table_header.header td.headerSortDown,
#page table.smallBoxTable thead.table_header.header td.headerSortDown::after,
#page table.smallBoxTable thead.table_header.header td.tablesorter-headerAsc,
#page table.smallBoxTable thead.table_header.header td .tablesorter-headerAsc::after,
#page table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc,
#page table.smallBoxTable thead.table_header.header td.tablesorter-headerDesc::after,
#page table.smallBoxTable thead.table_header.header td.sorting_desc,
#page table.smallBoxTable thead.table_header.header td.sorting_desc::after,
#page table.smallBoxTable thead.table_header.header td.sorting_asc,
#page table.smallBoxTable thead.table_header.header td.sorting_asc::after,
#page #calendar > table tr th.tablesorter-headerDesc,
#page #calendar > table tr th.tablesorter-headerAsc,
#page #calendar > table tr th.headerSortUp,
#page #calendar > table tr th.headerSortUp::after,
#page #calendar > table tr th.headerSortDown,
#page #calendar > table tr th.headerSortDown::after,
#page #calendar > table tr th.tablesorter-headerAsc,
#page #calendar > table tr th .tablesorter-headerAsc::after,
#page #calendar > table tr th.tablesorter-headerDesc,
#page #calendar > table tr th.tablesorter-headerDesc::after,
#page #calendar > table tr th.sorting_desc,
#page #calendar > table tr th.sorting_desc::after,
#page #calendar > table tr th.sorting_asc,
#page #calendar > table tr th.sorting_asc::after,
#page #calendar > table tr.header td.tablesorter-headerDesc,
#page #calendar > table tr.header td.tablesorter-headerAsc,
#page #calendar > table tr.header td.headerSortUp,
#page #calendar > table tr.header td.headerSortUp::after,
#page #calendar > table tr.header td.headerSortDown,
#page #calendar > table tr.header td.headerSortDown::after,
#page #calendar > table tr.header td.tablesorter-headerAsc,
#page #calendar > table tr.header td .tablesorter-headerAsc::after,
#page #calendar > table tr.header td.tablesorter-headerDesc,
#page #calendar > table tr.header td.tablesorter-headerDesc::after,
#page #calendar > table tr.header td.sorting_desc,
#page #calendar > table tr.header td.sorting_desc::after,
#page #calendar > table tr.header td.sorting_asc,
#page #calendar > table tr.header td.sorting_asc::after,
#page #calendar > table thead.table_header th.tablesorter-headerDesc,
#page #calendar > table thead.table_header th.tablesorter-headerAsc,
#page #calendar > table thead.table_header th.headerSortUp,
#page #calendar > table thead.table_header th.headerSortUp::after,
#page #calendar > table thead.table_header th.headerSortDown,
#page #calendar > table thead.table_header th.headerSortDown::after,
#page #calendar > table thead.table_header th.tablesorter-headerAsc,
#page #calendar > table thead.table_header th .tablesorter-headerAsc::after,
#page #calendar > table thead.table_header th.tablesorter-headerDesc,
#page #calendar > table thead.table_header th.tablesorter-headerDesc::after,
#page #calendar > table thead.table_header th.sorting_desc,
#page #calendar > table thead.table_header th.sorting_desc::after,
#page #calendar > table thead.table_header th.sorting_asc,
#page #calendar > table thead.table_header th.sorting_asc::after,
#page #calendar > table thead.table_header.header td.tablesorter-headerDesc,
#page #calendar > table thead.table_header.header td.tablesorter-headerAsc,
#page #calendar > table thead.table_header.header td.headerSortUp,
#page #calendar > table thead.table_header.header td.headerSortUp::after,
#page #calendar > table thead.table_header.header td.headerSortDown,
#page #calendar > table thead.table_header.header td.headerSortDown::after,
#page #calendar > table thead.table_header.header td.tablesorter-headerAsc,
#page #calendar > table thead.table_header.header td .tablesorter-headerAsc::after,
#page #calendar > table thead.table_header.header td.tablesorter-headerDesc,
#page #calendar > table thead.table_header.header td.tablesorter-headerDesc::after,
#page #calendar > table thead.table_header.header td.sorting_desc,
#page #calendar > table thead.table_header.header td.sorting_desc::after,
#page #calendar > table thead.table_header.header td.sorting_asc,
#page #calendar > table thead.table_header.header td.sorting_asc::after,
#page table.masterCalTable tr th.tablesorter-headerDesc,
#page table.masterCalTable tr th.tablesorter-headerAsc,
#page table.masterCalTable tr th.headerSortUp,
#page table.masterCalTable tr th.headerSortUp::after,
#page table.masterCalTable tr th.headerSortDown,
#page table.masterCalTable tr th.headerSortDown::after,
#page table.masterCalTable tr th.tablesorter-headerAsc,
#page table.masterCalTable tr th .tablesorter-headerAsc::after,
#page table.masterCalTable tr th.tablesorter-headerDesc,
#page table.masterCalTable tr th.tablesorter-headerDesc::after,
#page table.masterCalTable tr th.sorting_desc,
#page table.masterCalTable tr th.sorting_desc::after,
#page table.masterCalTable tr th.sorting_asc,
#page table.masterCalTable tr th.sorting_asc::after,
#page table.masterCalTable tr.header td.tablesorter-headerDesc,
#page table.masterCalTable tr.header td.tablesorter-headerAsc,
#page table.masterCalTable tr.header td.headerSortUp,
#page table.masterCalTable tr.header td.headerSortUp::after,
#page table.masterCalTable tr.header td.headerSortDown,
#page table.masterCalTable tr.header td.headerSortDown::after,
#page table.masterCalTable tr.header td.tablesorter-headerAsc,
#page table.masterCalTable tr.header td .tablesorter-headerAsc::after,
#page table.masterCalTable tr.header td.tablesorter-headerDesc,
#page table.masterCalTable tr.header td.tablesorter-headerDesc::after,
#page table.masterCalTable tr.header td.sorting_desc,
#page table.masterCalTable tr.header td.sorting_desc::after,
#page table.masterCalTable tr.header td.sorting_asc,
#page table.masterCalTable tr.header td.sorting_asc::after,
#page table.masterCalTable thead.table_header th.tablesorter-headerDesc,
#page table.masterCalTable thead.table_header th.tablesorter-headerAsc,
#page table.masterCalTable thead.table_header th.headerSortUp,
#page table.masterCalTable thead.table_header th.headerSortUp::after,
#page table.masterCalTable thead.table_header th.headerSortDown,
#page table.masterCalTable thead.table_header th.headerSortDown::after,
#page table.masterCalTable thead.table_header th.tablesorter-headerAsc,
#page table.masterCalTable thead.table_header th .tablesorter-headerAsc::after,
#page table.masterCalTable thead.table_header th.tablesorter-headerDesc,
#page table.masterCalTable thead.table_header th.tablesorter-headerDesc::after,
#page table.masterCalTable thead.table_header th.sorting_desc,
#page table.masterCalTable thead.table_header th.sorting_desc::after,
#page table.masterCalTable thead.table_header th.sorting_asc,
#page table.masterCalTable thead.table_header th.sorting_asc::after,
#page table.masterCalTable thead.table_header.header td.tablesorter-headerDesc,
#page table.masterCalTable thead.table_header.header td.tablesorter-headerAsc,
#page table.masterCalTable thead.table_header.header td.headerSortUp,
#page table.masterCalTable thead.table_header.header td.headerSortUp::after,
#page table.masterCalTable thead.table_header.header td.headerSortDown,
#page table.masterCalTable thead.table_header.header td.headerSortDown::after,
#page table.masterCalTable thead.table_header.header td.tablesorter-headerAsc,
#page table.masterCalTable thead.table_header.header td .tablesorter-headerAsc::after,
#page table.masterCalTable thead.table_header.header td.tablesorter-headerDesc,
#page table.masterCalTable thead.table_header.header td.tablesorter-headerDesc::after,
#page table.masterCalTable thead.table_header.header td.sorting_desc,
#page table.masterCalTable thead.table_header.header td.sorting_desc::after,
#page table.masterCalTable thead.table_header.header td.sorting_asc,
#page table.masterCalTable thead.table_header.header td.sorting_asc::after,
#page table.icalFeedTable tr th.tablesorter-headerDesc,
#page table.icalFeedTable tr th.tablesorter-headerAsc,
#page table.icalFeedTable tr th.headerSortUp,
#page table.icalFeedTable tr th.headerSortUp::after,
#page table.icalFeedTable tr th.headerSortDown,
#page table.icalFeedTable tr th.headerSortDown::after,
#page table.icalFeedTable tr th.tablesorter-headerAsc,
#page table.icalFeedTable tr th .tablesorter-headerAsc::after,
#page table.icalFeedTable tr th.tablesorter-headerDesc,
#page table.icalFeedTable tr th.tablesorter-headerDesc::after,
#page table.icalFeedTable tr th.sorting_desc,
#page table.icalFeedTable tr th.sorting_desc::after,
#page table.icalFeedTable tr th.sorting_asc,
#page table.icalFeedTable tr th.sorting_asc::after,
#page table.icalFeedTable tr.header td.tablesorter-headerDesc,
#page table.icalFeedTable tr.header td.tablesorter-headerAsc,
#page table.icalFeedTable tr.header td.headerSortUp,
#page table.icalFeedTable tr.header td.headerSortUp::after,
#page table.icalFeedTable tr.header td.headerSortDown,
#page table.icalFeedTable tr.header td.headerSortDown::after,
#page table.icalFeedTable tr.header td.tablesorter-headerAsc,
#page table.icalFeedTable tr.header td .tablesorter-headerAsc::after,
#page table.icalFeedTable tr.header td.tablesorter-headerDesc,
#page table.icalFeedTable tr.header td.tablesorter-headerDesc::after,
#page table.icalFeedTable tr.header td.sorting_desc,
#page table.icalFeedTable tr.header td.sorting_desc::after,
#page table.icalFeedTable tr.header td.sorting_asc,
#page table.icalFeedTable tr.header td.sorting_asc::after,
#page table.icalFeedTable thead.table_header th.tablesorter-headerDesc,
#page table.icalFeedTable thead.table_header th.tablesorter-headerAsc,
#page table.icalFeedTable thead.table_header th.headerSortUp,
#page table.icalFeedTable thead.table_header th.headerSortUp::after,
#page table.icalFeedTable thead.table_header th.headerSortDown,
#page table.icalFeedTable thead.table_header th.headerSortDown::after,
#page table.icalFeedTable thead.table_header th.tablesorter-headerAsc,
#page table.icalFeedTable thead.table_header th .tablesorter-headerAsc::after,
#page table.icalFeedTable thead.table_header th.tablesorter-headerDesc,
#page table.icalFeedTable thead.table_header th.tablesorter-headerDesc::after,
#page table.icalFeedTable thead.table_header th.sorting_desc,
#page table.icalFeedTable thead.table_header th.sorting_desc::after,
#page table.icalFeedTable thead.table_header th.sorting_asc,
#page table.icalFeedTable thead.table_header th.sorting_asc::after,
#page table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc,
#page table.icalFeedTable thead.table_header.header td.tablesorter-headerAsc,
#page table.icalFeedTable thead.table_header.header td.headerSortUp,
#page table.icalFeedTable thead.table_header.header td.headerSortUp::after,
#page table.icalFeedTable thead.table_header.header td.headerSortDown,
#page table.icalFeedTable thead.table_header.header td.headerSortDown::after,
#page table.icalFeedTable thead.table_header.header td.tablesorter-headerAsc,
#page table.icalFeedTable thead.table_header.header td .tablesorter-headerAsc::after,
#page table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc,
#page table.icalFeedTable thead.table_header.header td.tablesorter-headerDesc::after,
#page table.icalFeedTable thead.table_header.header td.sorting_desc,
#page table.icalFeedTable thead.table_header.header td.sorting_desc::after,
#page table.icalFeedTable thead.table_header.header td.sorting_asc,
#page table.icalFeedTable thead.table_header.header td.sorting_asc::after,
#page table.tablesorter-default tr th.tablesorter-headerDesc,
#page table.tablesorter-default tr th.tablesorter-headerAsc,
#page table.tablesorter-default tr th.headerSortUp,
#page table.tablesorter-default tr th.headerSortUp::after,
#page table.tablesorter-default tr th.headerSortDown,
#page table.tablesorter-default tr th.headerSortDown::after,
#page table.tablesorter-default tr th.tablesorter-headerAsc,
#page table.tablesorter-default tr th .tablesorter-headerAsc::after,
#page table.tablesorter-default tr th.tablesorter-headerDesc,
#page table.tablesorter-default tr th.tablesorter-headerDesc::after,
#page table.tablesorter-default tr th.sorting_desc,
#page table.tablesorter-default tr th.sorting_desc::after,
#page table.tablesorter-default tr th.sorting_asc,
#page table.tablesorter-default tr th.sorting_asc::after,
#page table.tablesorter-default tr.header td.tablesorter-headerDesc,
#page table.tablesorter-default tr.header td.tablesorter-headerAsc,
#page table.tablesorter-default tr.header td.headerSortUp,
#page table.tablesorter-default tr.header td.headerSortUp::after,
#page table.tablesorter-default tr.header td.headerSortDown,
#page table.tablesorter-default tr.header td.headerSortDown::after,
#page table.tablesorter-default tr.header td.tablesorter-headerAsc,
#page table.tablesorter-default tr.header td .tablesorter-headerAsc::after,
#page table.tablesorter-default tr.header td.tablesorter-headerDesc,
#page table.tablesorter-default tr.header td.tablesorter-headerDesc::after,
#page table.tablesorter-default tr.header td.sorting_desc,
#page table.tablesorter-default tr.header td.sorting_desc::after,
#page table.tablesorter-default tr.header td.sorting_asc,
#page table.tablesorter-default tr.header td.sorting_asc::after,
#page table.tablesorter-default thead.table_header th.tablesorter-headerDesc,
#page table.tablesorter-default thead.table_header th.tablesorter-headerAsc,
#page table.tablesorter-default thead.table_header th.headerSortUp,
#page table.tablesorter-default thead.table_header th.headerSortUp::after,
#page table.tablesorter-default thead.table_header th.headerSortDown,
#page table.tablesorter-default thead.table_header th.headerSortDown::after,
#page table.tablesorter-default thead.table_header th.tablesorter-headerAsc,
#page table.tablesorter-default thead.table_header th .tablesorter-headerAsc::after,
#page table.tablesorter-default thead.table_header th.tablesorter-headerDesc,
#page table.tablesorter-default thead.table_header th.tablesorter-headerDesc::after,
#page table.tablesorter-default thead.table_header th.sorting_desc,
#page table.tablesorter-default thead.table_header th.sorting_desc::after,
#page table.tablesorter-default thead.table_header th.sorting_asc,
#page table.tablesorter-default thead.table_header th.sorting_asc::after,
#page table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc,
#page table.tablesorter-default thead.table_header.header td.tablesorter-headerAsc,
#page table.tablesorter-default thead.table_header.header td.headerSortUp,
#page table.tablesorter-default thead.table_header.header td.headerSortUp::after,
#page table.tablesorter-default thead.table_header.header td.headerSortDown,
#page table.tablesorter-default thead.table_header.header td.headerSortDown::after,
#page table.tablesorter-default thead.table_header.header td.tablesorter-headerAsc,
#page table.tablesorter-default thead.table_header.header td .tablesorter-headerAsc::after,
#page table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc,
#page table.tablesorter-default thead.table_header.header td.tablesorter-headerDesc::after,
#page table.tablesorter-default thead.table_header.header td.sorting_desc,
#page table.tablesorter-default thead.table_header.header td.sorting_desc::after,
#page table.tablesorter-default thead.table_header.header td.sorting_asc,
#page table.tablesorter-default thead.table_header.header td.sorting_asc::after {
  background: #00529c;
  color: #fff;
}
#page table.dataTable thead .sorting_asc::after,
#page table.dataTable thead .sorting_desc::after {
  opacity: 1;
  color: #00529c;
}
#page .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
.eventDiv .vsNameRow {
  text-align: center;
}
.boxStats th {
  text-align: inherit;
}
div.boxStats.full.otherStats > .label {
  padding: 5px 10px 5px 0;
  line-height: inherit;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #page td.masterCalDate {
    padding: 5px 10px;
  }
  #page td.masterCalDate.calDay.hasEvent {
    background-image: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/watermark-10.png") !important;
    background-repeat: no-repeat !important;
    background-position: 90% center !important;
    background-size: auto 60% !important;
  }
  #page td.masterCalDate.calDay.hasEvent .calendarDateNum:before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f0da";
    margin-right: 3px;
    font-size: 1.2rem;
    color: #00529c;
  }
}
.skew-y {
  transform: skewY(-10deg);
}
.unskew-y {
  transform: skewY(10deg);
}
.skew-y2 {
  transform: skewY(10deg);
}
.unskew-y2 {
  transform: skewY(-10deg);
}
#sid-fa-bio .archive {
  text-align: Center;
}
#sid-fa-bio .archive .btn {
  margin: 0 auto;
}
#sid-fa-bio .fa-athlete-info .sport {
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#sid-fa-bio .fa-athlete-info .release {
  margin: 15px 0 0;
  padding: 15px;
  border: 1px solid rgba(0,0,0,0.1);
}
#sid-fa-bio .fa-athlete-info .release p:last-child {
  margin-bottom: 0;
}
#sid-fa-bio .mod-fa-presented-by {
  text-align: Center;
  border-top: 5px solid #00529c;
  margin: 15px 0 0;
  padding-top: 15px;
}
#sid-fa-bio .mod-fa-presented-by .mini-label {
  display: inline-block;
  font-size: 0.8rem;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #666;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#sid-fa-bio .mod-fa-presented-by .mod-fa-presented-by-image {
  text-align: center;
}
#sid-fa-bio .mod-fa-presented-by .pbi-inner-base {
  max-width: 250px;
  display: inline-block;
  margin: 0 auto;
}
#sid-fa-bio .fa-athlete-photo .h3 .photo-placeholder {
  background: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/fa-card-bg-left.png") no-repeat bottom transparent;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#sid-fa-bio .fa-athlete-photo .h3 .photo-placeholder img {
  background: transparent;
  display: inline-block;
  margin: 0 auto;
}
#sid-fa-bio .fa-athlete-photo .h3 .photo-placeholder:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100px;
  margin-top: -40px;
  background: rgba(255,255,255,0.5);
  transform: skewY(-10deg);
}
.box.article-individual .box-content {
  padding: 0;
}
.mini-photo-gallery .thumb:nth-child(4) {
  clear: both;
}
@media screen and (min-width: 768px) {
  .mini-photo-gallery .thumb:nth-child(4) {
    clear: none;
  }
}
@media screen and (min-width: 992px) {
  .mini-photo-gallery .thumb:nth-child(4) {
    clear: both;
  }
}
.site-footer {
  padding: 0;
  font-size: 0.85em;
}
.site-footer .footer-top {
  background: #a7a9ac;
}
.site-footer .footer-bottom {
  background: #fff;
  padding: 30px 0;
}
.panel.site-sponsors {
  margin-bottom: 0;
}
.panel.site-sponsors .panel-body {
  background: transparent;
  padding: 0;
}
.edu-site-logo {
  padding: 15px 30px;
  margin: 15px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.affiliates {
  padding: 0;
  margin: 0 0 15px;
}
.affiliates a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.affiliates img {
  max-width: 80px;
  max-height: 90px;
}
.edu-site-logo {
  text-align: Center;
}
.edu-site-logo a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.edu-site-logo img {
  margin: 0 auto;
  max-height: 60px;
}
.information ul {
  margin: 0;
}
.information a {
  font-weight: 700;
}
.information .footer-menu {
  margin: 10px 0 0;
}
.information .footer-menu ul li {
  display: block;
}
.information .footer-menu ul li a {
  display: inline-block;
  padding: 2px 5px;
}
@media screen and (min-width: 768px) {
  .affiliates img {
    max-width: 90px;
    max-height: 90px;
  }
  .information {
    line-height: 1;
  }
  .information .primary-info,
  .information .footer-menu {
    margin: 0 0 0;
  }
  .information .primary-info ul,
  .information .footer-menu ul {
    margin: 0 0 5px;
  }
  .information .primary-info ul li,
  .information .footer-menu ul li {
    padding-right: 0;
    display: inline-block;
  }
  .information .primary-info ul li:last-child,
  .information .footer-menu ul li:last-child {
    border-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .affiliates img {
    max-width: 110px;
    max-height: none;
  }
  .edu-site-logo img {
    max-height: 75px;
  }
  .affiliates a {
    margin: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .affiliates img {
    max-width: 100%;
    max-height: none;
  }
  .edu-site-logo {
    border-top: 0;
    border-bottom: 0;
  }
  .edu-site-logo img {
    max-height: none;
  }
  .information .primary-info,
  .information .footer-menu {
    display: inline-block;
  }
  .information li a {
    padding: 0 5px;
  }
  .information .primary-info ul li:last-child {
    padding-right: 0;
  }
}
.box.staff-list .media-body.media-middle .name {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.action-page-roster.roster-bio {
  background: #eaeaea;
  border-bottom: 5px solid #00529c;
  color: #000;
}
@media screen and (min-width: 768px) {
  .action-page-roster.roster-bio {
    background: url("//d21gd0ap5v1ndt.cloudfront.net/web05/usfin/images_web/watermark-10.png") no-repeat 95% 50px #eaeaea;
    background-size: auto 300px;
  }
}
.action-page-roster.roster-bio .roster-heading {
  background: #000;
}
.action-page-roster.roster-bio .roster-heading .roster-name {
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Roboto Slab', serif;
}
.action-page-roster.roster-bio .roster-heading .roster-name .phonetic-name {
  font-size: 0.7em;
  color: #c1c3c5;
  font-weight: 400;
}
.action-page-roster.roster-bio .roster-details .roster-photo {
  padding: 5px;
  background: #a7a9ac;
}
.action-page-roster.roster-bio .roster-info .dropdown-menu a,
.action-page-roster.roster-bio .roster-info .dropdown-menu a:link,
.action-page-roster.roster-bio .roster-info .dropdown-menu a:visited,
.action-page-roster.roster-bio .roster-info .dropdown-menu a:active,
.action-page-roster.roster-bio .roster-info .dropdown-menu a:hover {
  color: #00529c;
}
.action-page-roster.roster-bio .roster-info .dropdown-menu a:active,
.action-page-roster.roster-bio .roster-info .dropdown-menu a:hover {
  color: #000;
}
.action-page-roster.roster-bio .roster-info .full-bio > .well {
  background: rgba(255,255,255,0.7);
  border: 2px solid #000;
}
.action-page-roster.roster-bio .roster-info .full-bio > .well h4 {
  color: #000;
}
.action-page-roster.roster-bio .roster-info .full-bio > .well .bio {
  font-size: 0.9em;
}
.action-page-roster.roster-bio .roster-info .other-bios-list .btn {
  background: #fff;
  border-color: rgba(0,0,0,0.3);
  height: 34px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
}
.action-page-roster.roster-bio .roster-info .other-bios-list .btn.dropdown-toggle {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.action-page-roster.roster-bio .roster-info .bio-attributes .position {
  font-size: 1.1em;
  padding: 0 0 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.action-page-roster.roster-bio .roster-info .bio-attributes .position .roster-title .years-coached {
  text-transform: uppercase;
}
.action-page-roster.roster-bio .position .roster-position-head {
  font-size: 1.1rem;
}
.action-page-coach.roster-bio {
  margin-bottom: 30px;
}
.action-page-coach.roster-bio:last-child {
  margin-bottom: 0;
}
.action-page-coach.roster-bio .roster-details .roster-photo {
  padding: 5px;
  background: #a7a9ac;
}
.action-page-coach.roster-bio .roster-details .full-bio > .well {
  background: rgba(255,255,255,0.5);
}
.action-page-coach.roster-bio .roster-details .full-bio > .well h4 {
  color: #000;
}
.action-page-coach.roster-bio .roster-details .roster-heading {
  background: #000;
}
.action-page-coach.roster-bio .roster-details .roster-heading .roster-name {
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Roboto Slab', serif;
}
.action-page-coach.roster-bio .roster-details .roster-heading .roster-name .phonetic-name {
  font-size: 0.7em;
  color: #c1c3c5;
  font-weight: 400;
}
.action-page-coach.roster-bio .roster-details .roster-heading .roster-name span.jersey-number {
  background: #00529c;
  color: #fff;
}
.action-page-coach.roster-bio .roster-details .bio-attributes .position .roster-title .years-coached {
  text-transform: uppercase;
}
.roster-bio .bio-attributes .dl-horizontal {
  padding: 2px 5px;
  border-color: rgba(0,0,0,0.1);
}
.roster-bio .roster-details {
  font-size: 1rem;
}
.roster-bio .roster-details .roster-heading {
  font-size: 1.2rem;
}
.roster-bio .roster-details .roster-heading .roster-name span.jersey-number,
.roster-bio .roster-details .roster-heading .roster-name span.full-name {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.1;
}
.roster-bio .roster-details .roster-heading .roster-name span.jersey-number {
  background: #00529c;
  color: #fff;
}
.roster-bio .roster-details .full-bio > .well {
  background: rgba(255,255,255,0.06);
}
.roster-bio .roster-details .full-bio > .well h4 {
  color: #fff;
}
.roster-bio .position .roster-position-head {
  font-size: 1.1rem;
  color: #000;
}
.news-and-or-photos {
  margin: 15px 0 0;
}
.news-list-item {
  font-family: 'Open Sans', sans-serif;
}
.news-list-item .news-title {
  font-size: 1rem;
}
#bio-news .list-group .list-group-item .news-list-item {
  border-bottom: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.linked-social-buttons {
  margin-top: 5px;
}
.linked-social-buttons a {
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
}
#sport-record .row-flex .panel,
.row-flex .well {
  overflow: hidden;
  min-height: 61px;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background: #00529c !important;
}
.gsc-control-cse .gsc-table-result {
  border: none !important;
}
