@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header ul, #header li, #sport-nav h1, #sport-nav h2, #sport-nav h3, #sport-nav h4, #sport-nav h5, #sport-nav h6, #sport-nav p, #sport-nav ul, #sport-nav li, #side-content h1, #side-content h2, #side-content h3, #side-content h4, #side-content h5, #side-content h6, #side-content p, #side-content ul, #side-content li, #store-wrapper h1, #store-wrapper h2, #store-wrapper h3, #store-wrapper h4, #store-wrapper h5, #store-wrapper h6, #store-wrapper p, #store-wrapper ul, #store-wrapper li, #auction-wrapper h1, #auction-wrapper h2, #auction-wrapper h3, #auction-wrapper h4, #auction-wrapper h5, #auction-wrapper h6, #auction-wrapper p, #auction-wrapper ul, #auction-wrapper li, .promo .bx-wrapper h1, .promo .bx-wrapper h2, .promo .bx-wrapper h3, .promo .bx-wrapper h4, .promo .bx-wrapper h5, .promo .bx-wrapper h6, .promo .bx-wrapper p, .promo .bx-wrapper ul, .promo .bx-wrapper li {
  margin: 0;
  padding: 0;
  border: 0;
}

#header ol, #header ul, #sport-nav ol, #sport-nav ul, #side-content ol, #side-content ul, #store-wrapper ol, #store-wrapper ul, #auction-wrapper ol, #auction-wrapper ul, .promo .bx-wrapper ol, .promo .bx-wrapper ul {
  list-style: none;
}

a img {
  border: none;
}

span.fivevert {
  display: inline-block;
  height: 5px;
  overflow-y: hidden;
}

div.fivevert {
  display: block;
  height: 5px;
  overflow-y: hidden;
}

/* BREAK POINTS */
@media (max-width: 768px) {
  .hide-phone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

body {
  background: #0C2340;
  background-size: 100%;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  padding-top: 80px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  body {
    background-image: none;
  }
}

body.skin-yes {
  background: #555;
}

#skinWrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 1;
}

#adSkinLeft, #adSkinRight {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  top: 0;
}

#adSkinLeft {
  right: 50%;
  background-position: top left;
}

#adSkinRight {
  left: 50%;
  background-position: top right;
}

@media (min-width: 1024px) {
  #adSkinLeft, #adSkinRight {
    width: 827px;
  }
}

@media (max-width: 1023px) {
  #adSkinLeft, #adSkinRight, #skinWrap {
    background: none;
    display: none;
  }
}

#page {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  padding-bottom: 75px;
}

.bigHeader #page {
  margin-top: 104px;
}

@media (max-width: 768px) {
  #page {
    min-width: 320px;
    padding-bottom: 0px;
  }
}

.skin-yes #page {
  max-width: 1024px;
  margin: 80px auto 0;
}

@media (max-width: 1024px) {
  .skin-yes #page {
    max-width: auto;
  }
}

.center {
  text-align: center;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.col-half {
  float: left;
  width: 49%;
  margin-right: 2%;
}

#auburnInclude {
  background: #FFF;
  padding: 0px;
  width: 300px;
  height: 250px;
  margin: 0px auto;
  margin-top: 20px;
}

#holderStroy {
  width: 300px;
  margin: 0px auto;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .col-half {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-half + .col-half > h2.header {
    margin-top: 30px;
  }
}

.col-half.last {
  margin-right: 0;
}

@media (max-width: 768px) {
  .col-half.last {
    width: 100%;
    /*margin-top: 20px;*/
    margin-top: 0px;
  }
}

.col-third {
  float: left;
  width: 32%;
  margin-right: 2%;
}

@media (max-width: 1024px) {
  #social .col-third:first-of-type {
    width: 100%!important;
    margin-right: 0px;
  }
  #social .col-third {
    width: 50%;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  #social .col-third:first-of-type {
    width: 100%!important;
    margin-right: 0px;
  }
  #social .col-third {
    width: 100%;
    margin-right: 0px;
  }
  .col-third {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-third + .col-third > h2.header {
    margin-top: 30px;
  }
}

.col-third.last {
  margin-right: 0;
}

@media (max-width: 768px) {
  .col-third.last {
    width: 100%;
  }
}

.col-quarter {
  float: left;
  width: 24%;
  margin-right: 1.3%;
}

@media (max-width: 768px) {
  .col-quarter {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-quarter + .col-quarter > h2.header {
    margin-top: 30px;
  }
}

.col-quarter.last {
  margin-right: 0;
}

@media (max-width: 768px) {
  .col-quarter.last {
    width: 100%;
  }
}

.btn {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  opacity: .9;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  .container {
    width: 748px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 748px;
    min-width: 300px;
    width: 100%;
    margin: 0px auto;
  }
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.section {
  margin: 0;
  padding: 0;
}

.section.dark {
  color: #e6e6e6;
  background: #0C2340;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .section.dark {
    padding: 20px 0;
    background: #0C2340;
  }
}

.section.dark .container h2.header {
  color: #FFF;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .section.dark .container h2.header {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .section.dark .container h2.header {
    font-size: 40px;
  }
}

.section.dark .container .col-half h2.header {
  color: #F26522;
  font-size: 35px;
}

@media (max-width: 1024px) {
  .section.dark .container .col-half h2.header {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section.dark .container .col-half h2.header {
    font-size: 20px;
  }
}

.section.light {
  background: #fff;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .section.light {
    padding: 20px 0;
  }
}

.section.light .container h2.header {
  color: #0C2340;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section.light .container h2.header {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .section.light .container h2.header {
    font-size: 36px;
  }
}

.section.light .container .col-half h2.header {
  color: #0C2340;
  font-size: 40px;
}

@media (max-width: 1024px) {
  .section.light .container .col-half h2.header {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section.light .container .col-half h2.header {
    font-size: 20px;
  }
}

.section.clear {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .section.clear {
    padding: 20px 0;
  }
}

.section.clear .container h2.header {
  color: #0C2340;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .section.clear .container h2.header {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .section.clear .container h2.header {
    font-size: 36px;
  }
}

.section.clear .container .col-half h2.header {
  color: #0C2340;
  font-size: 35px;
}

@media (max-width: 1024px) {
  .section.clear .container .col-half h2.header {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section.clear .container .col-half h2.header {
    font-size: 20px;
  }
}

.section.impact {
  background: #000;
}

@media (max-width: 1024px) {
  .section.impact.container {
    width: 100%;
  }
}

a {
  color: #0C2340;
}

a:visited {
  color: black;
}

a:hover {
  color: #143a6b;
}

a:active {
  color: #040c15;
}

h2.header {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
}

.col-half + h2.header {
  font-weight: 400;
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  .col-half + h2.header {
    font-size: 30px;
  }
}

h2.header + p {
  margin: 0 0 .8em;
}

p {
  margin: 0 0 .8em;
  line-height: 140%;
}

@media (max-width: 768px) {
  p {
    font-size: 13px;
  }
}

/**
 *
 * Generic Responsive Nav CSS
 *
 */
#rnav-content-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

#rnav-content-block.visible {
  display: block;
}

.rnav-icon {
  display: none;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1024px) {
  .rnav-icon {
    display: block;
   /* top: -10px;*/
    position: relative;
    font-size: 20px;
  }
}

ul.rnav {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  ul.rnav {
    z-index: 5000;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 300px;
    border-right: solid 1px #040c15;
    -webkit-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
  }

  ul.rnav .rnav-column {
    float: none;
    padding-right: 0px;
  }

  ul.rnav.open {
    left: 0;
    padding-bottom: 75px;
  }

  ul.rnav img {
    max-width: 100%;
  }

  ul.rnav .rnav-column.sports {
    width: 100%;
  }

  ul.rnav .rnav-column + .rnav-column {
    margin-top: 10px !important;
  }

  ul.rnav .rnav-column + .rnav-column li:last-chid {
    border-bottom: none;
  }

  ul.rnav .rnav-column > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
  }

  ul.rnav .rnav-column.sports > li {
    padding-bottom: 8px;
  }

  ul.rnav .rnav-column.sports > li > a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    opacity: .5;
  }

  ul.rnav .rnav-column.sports > li > a:first-child {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 35px;
    opacity: 1;
  }

  ul.rnav .rnav-header {
    padding: 10px 10px;
  }
}

ul.rnav a {
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  ul.rnav a {
    text-decoration: none;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFF;
  }
}

ul.rnav > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

ul.rnav > li .rnav-panel {
  position: absolute;
  z-index: 5000;
  display: none;
}

@media (max-width: 1024px) {
  ul.rnav > li {
    display: block;
    clear: both;
  }

  ul.rnav > li > .rnav-panel {
    position: static;
  }

  ul.rnav > li > div .rnav-extras {
    position: static !important;
    max-width: 100%;
    padding: 10px 0;
  }
}

ul.rnav > li.single-column {
  position: relative;
}

ul.rnav > li > a {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1024px) {
  ul.rnav > li.open > li > a {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

ul.rnav > li.open > .rnav-panel {
  display: block;
}

ul.rnav > li ul, ul.rnav > li ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

ul.rnav .rnav-panel.full {
  left: 0;
  width: 100%;
}

ul.rnav .rnav-panel.align-right {
  right: 0;
}

ul.rnav .rnav-column {
  float: left;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  ul.rnav .rnav-column {
    float: none;
  }
}

ul.rnav .rnav-column:last-child::after {
  clear: left;
}

ul.rnav .rnav-column.sports {
  width: 240px;
  float: left;
  padding: 0px 10px 0px 10px!important;
  border-left: 1px solid #c4c7c9!important;
}
ul.rnav .rnav-column.sports.last {
  border-left: 0px!important;
}

ul.rnav .rnav-column.sponsor {
  clear: both;
  width: 100%;
  text-align: right;
  padding: 10px 0px 0px 0px!important;
  float: right;
}

@media (max-width: 1024px) {
  ul.rnav .rnav-column.sports {
    width: 100%;
    border: 0px!important;
  }
}

ul.rnav .rnav-column.sports > li > a:first-child {
  display: inline-block;
  width: 100%;
}

/**
 *
 *  Custom for Main Nav
 *
 */
#main-nav {
  float: right;
  height: 50px;
  margin-top: 7px;
}

#main-nav #rnav-content-block {
  top: 50px;
  opacity: 0;
}

@media (max-width: 1024px) {
  #main-nav #rnav-content-block {
    top: 0;
    opacity: .5;
  }
}

@media (max-width: 1024px) {
  #main-nav ul.rnav > li > a::before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: '\f105 ';
  }

  #main-nav ul.rnav > li.open > a::before {
    font-family: FontAwesome;
    padding-right: 3px;
    content: '\f107 ';
    opacity: .5;
  }
}

#main-nav .rnav-icon {
  color: #0C2340;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

@media (max-width: 1024px) {
  #main-nav .rnav {
    background: #0C2340;
    padding-top: 20px;
  }
}

#main-nav .rnav > li > a {
  font-family: 'Open Sans', Arial, Verdana Helvetica, sans-serif;
  color: #0C2340;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  margin: 0 10px;
  position: relative;
  border-bottom: 3px solid transparent;
}

#main-nav .rnav > li > a i.fa {
  font-size: 18px;
}

#main-nav .rnav > li > a:hover {
  color: #F26522;
}

#main-nav .rnav > li > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #0C2340;
}

#main-nav .rnav > li > a.no-arrow:after {
  content: '';
}

@media (max-width: 1024px) {
  #main-nav .rnav > li > a {
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}

#main-nav .rnav > li > a:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0C2340;/*
  color: #0C2340;*/
  border-bottom: 3px solid #F26522;
}

#main-nav .rnav > li.open > a:after {
  /*font-family: FontAwesome;
  content: '____';
  color: #F26522;
  position: absolute;
  left: 30%;
  margin-left: -5px;
  top: 10px;
  font-weight: bolder;
  font-size: 20px;*/
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open > a:after {
    display: none;
  }
  #main-nav .rnav > li.open > a {
    color: #FFF;
  background: #0C2340;
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open > a {
    border-top: solid 1px #102f55;
    background: #040c15;
  }
  #main-nav .rnav > li > a:hover {
    background: transparent;
    color: #FFF;/*
    color: #0C2340;*/
    border-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open .rnav-panel {
    background: #0C2340;
    box-shadow: none;
    padding: 10px 20px;
  }
}

#main-nav .rnav > li.open div a {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #F26522;
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open div a {
    font-size: 12px;
  }
}

#main-nav .rnav > li.open div a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open div a:hover {
    text-decoration: none;
  }
}

#main-nav .rnav .rnav-header {
  font-weight: bold;
  color: #0C2340;
  color: #689ee3;
}

#main-nav .rnav .rnav-panel {
  padding: 20px;
  background: #0C2340;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 8px 7px -7px rgba(0, 0, 0, 0.85);
  /*height: 340px;*/
}

#main-nav .rnav .rnav-extras {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#main-nav .rnav .rnav-container {
  margin: 0 auto;
  float:right;
}

#main-nav .rnav .rnav-container.align-right {
  text-align: right;
}

@media (max-width: 1024px) {
  #main-nav .rnav .rnav-container.align-right {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav .rnav-container {
    width: 100%;
  }
}

#main-nav .rnav ul.sports li {
  width: 100%;
  /*float: left;
  margin-left: 2%;*/
}
#main-nav .rnav ul.sports li.last {
  border-left: 0px;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li {
    width: 100%;
    float: none;
    margin: 0;
  }
}

#main-nav .rnav ul.sports li .nav-sect-one a {
  font-size: 13px;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li .nav-sect-one a {
    font-size: 14px;
    width: 100%;
  }
}

#main-nav .rnav ul.sports li .nav-sect-one {
  position: relative;
}

#main-nav .rnav ul.sports li .nav-sect-two a {
  font-size: 12px;
  color: #8A8D8F;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0px 14px 0px 0px;
}
i.slash {
  padding: 0px 14px 0px 0px;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li .nav-sect-two a {
    font-size: 12px;
    color: #FFF;
    margin: 3px 0;
    padding: 2px 0;
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li i.slash {
    display: none;
  }
}

#main-nav .rnav ul.sports li i.slash:after {
  content: ' / ';
  color: #F26522;
  color: #8c3308;
  font-size: 10px;
}

#main-nav .rnav ul.sports li .nav-sect-two {
  padding-bottom: 10px;
}

#main-nav .rnav ul.sports li .nv-spo {
  color: #F26522;
  display: inline-block;
  width: 75%;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}

#main-nav .rnav ul.sports li a.nv-social {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  /*position: absolute;
  right: 10px;
  top: 3px;*/
  overflow: hidden;
  text-align: center;
  color: #FFF !important;
  background: #8A8D8F;
  border-radius: 3px;
  font-size: 12px;
  float: left;
  margin-right: 6px;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li a.nv-social {
    display: none;
  }
}
@media (max-width: 768px) {
  #main-nav .rnav ul.sports li .nav-sect-two {
    clear: both;
  }
}

#main-nav .rnav ul.sports li a.nv-social + .nv-social {
  right: 30px;
}

#main-nav .rnav li.heading, #main-nav .rnav ul.sports li.heading {
  color: #0C2340;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #C4C7C9;
  margin-bottom: 10px;
  width: 100%;
  float: none;
 /* text-shadow:
  -1px -1px 0 #F26522,  
  1px -1px 0 #F26522,
  -1px 1px 0 #F26522,
  1px 1px 0 #F26522;*/
  font-weight: 700;
}

@media (max-width: 1024px) {
  #main-nav .rnav li.heading, #main-nav .rnav ul.sports li.heading {
    color: #FFF;
    font-size: 14px;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

#main-nav #social-icons a {
  padding: 0 25px 0 0;
  text-transform: uppercase;
  position: relative;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  display: inline-block;
  height: 16px;
  line-height: 24px;
  margin-left: 20px;
  width: 200px;
}

@media (max-width: 1024px) {
  #main-nav #social-icons a {
    width: 75%;
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
  }
}

#main-nav #social-icons a i.fa {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  text-align: center;
  color: #FFF !important;
  background: #0C2340;
  border-radius: 14px;
  font-size: 14px;
 /* text-shadow:
  -1px -1px 0 #F26522,  
  1px -1px 0 #F26522,
  -1px 1px 0 #F26522,
  1px 1px 0 #F26522;
  */
}
#main-nav #social-icons a i.fa:hover { 
  background: #F26522; 
  /*text-shadow:
  -1px -1px 0 #0C2340,  
  1px -1px 0 #0C2340,
  -1px 1px 0 #0C2340,
  1px 1px 0 #0C2340;*/
}

#main-nav #search form .input-field {
  display: inline-block;
  width: 200px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  color: #444444;
  height: 30px;
}

#main-nav #search form .input-field:focus {
  outline: none;
}

#main-nav #search form .search-button {
  display: inline-block;
  padding: 9px 15px 20px 15px;
  border-radius: 4px;
  border: none;
  height: 34px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  background: #F26522;
  cursor: pointer;
}

@media (max-width: 1024px) {
  #main-nav #search form .search-button {
    margin-top: 5px;
  }
}

#main-nav #search form .search-button:focus {
  outline: none;
}

#main-nav #search form .search-button:hover {
  background: #F4F5F5;
}

#main-nav #search form .search-button:active {
  background: #F4F5F5;
}

#sport-nav {
  background: #0C2340;
  background: rgba(12, 35, 64, 0.9);
  height: 40px;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  #sport-nav {
    height: 40px;
  }
}

@media (max-width: 768px) {
  #sport-nav {
    min-width: 320px;
  }
}

#sport-nav h3 {
  float: left;
  max-width: 40%;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

#sport-nav h3 a {
  color: #FFF;
  text-decoration: none;
}

#sport-nav h3 a:hover {
  color: #F26522;
}

#sport-nav h3 img {
  display: inline-block;
  max-height: 50px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  #sport-nav h3 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    max-width: 70%;
  }

  #sport-nav h3 img {
    display: inline-block;
    max-height: 30px;
    vertical-align: middle;
  }
}

#sport-nav #nav2 {
  float: right;
  width: auto;
}

@media (max-width: 1024px) {
  #sport-nav #nav2 {
    width: 300px;
    padding-top: 20px;
  }
}

/**
 *
 *  Custom for Main Nav
 *
 */
#sport-nav #rnav-content-block {
  top: 120px;
  opacity: 0;
}

@media (max-width: 1024px) {
  #sport-nav #rnav-content-block {
    top: 0;
    opacity: .5;
  }
}

@media (max-width: 1024px) {
  #sport-nav ul.rnav > li > a::before {
    font-family: FontAwesome;
    padding-right: 5px;
    content: '\f105 ';
  }

  #sport-nav ul.rnav > li.open > a::before {
    font-family: FontAwesome;
    padding-right: 3px;
    content: '\f107 ';
    opacity: .5;
  }
}

#sport-nav .rnav-icon {
  color: #F26522;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

#sport-nav .rnav-icon:after {
  font-family: FontAwesome;
  padding-right: 3px;
  content: ' \f107 ';
}

@media (max-width: 1024px) {
  #sport-nav .rnav-icon {
    position: absolute;
    right: 25px;
    top: -5px;
  }
}

@media (max-width: 1024px) {
  #sport-nav .rnav {
    background: #0C2340;
  }
}

#sport-nav .rnav > li > a {
  display: block;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}

#sport-nav .rnav > li > a:hover {
  color: #F26522;
}

#sport-nav .rnav > li > a.highlight {
  color: #F26522;
}

#sport-nav .rnav > li > a.highlight:after {
  color: #F26522;
  font-family: FontAwesome;
  padding-left: 5px;
  content: '\f107 ';
}

@media (max-width: 1024px) {
  #sport-nav .rnav > li > a.highlight:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  #sport-nav .rnav > li > a {
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

#sport-nav .rnav > li.open > a {
  text-decoration: underline;
}

#sport-nav .rnav > li.open > a.highlight {
  background: #040c15;
  text-decoration: none;
}

@media (max-width: 768px) {
  #sport-nav .rnav > li.open > a {
    border-top: solid 1px #102f55;
    background: #040c15;
  }
}

@media (max-width: 768px) {
  #sport-nav .rnav > li.open .rnav-panel {
    background: #08172b;
  }
}

#sport-nav .rnav > li.open div a {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
}

@media (max-width: 768px) {
  #sport-nav .rnav > li.open div a {
    font-size: 14px;
  }
}

#sport-nav .rnav > li.open div a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #sport-nav .rnav > li.open div a:hover {
    text-decoration: none;
  }
}

#sport-nav .rnav .rnav-header {
  font-weight: bold;
  color: #689ee3;
}

#sport-nav .rnav .rnav-panel {
  background: #040c15;
  padding: 20px;
}

#sport-nav .rnav .rnav-extras {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#sport-nav .rnav .rnav-container {
  margin: 0 auto;
  float:right;
}

@media (max-width: 768px) {
  #sport-nav .rnav .rnav-container {
    width: 100%;
  }
}

#sport-nav .rnav li.heading {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #143a6b;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

@media (max-width: 1024px) {
  #sport-nav .rnav li.heading {
    color: #184680;
    font-size: 14px;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.skin-yes #sport-nav {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

@media (max-width: 1024px) {
  .skin-yes #sport-nav {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

#header {
  background: #FFF;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 9999;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  #header {
    min-width: 320px;
  }
}

.skin-yes #header {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

@media (max-width: 1024px) {
  .skin-yes #header {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

#header .logo {
  float: left;
  margin-top: 5px;
}

#header .logo img {
  max-height: 70px;
}

#bsi {
  background: transparent;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.0) 55%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.0) 55%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.0) 55%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.0) 55%);
  background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.0) 55%);
  height: 920px;
  overflow: hidden;
  position: relative;
}

#bsi .bx-viewport {
  height: 920px;
}

#bsi .bx-controls-auto { display: none!important; }

@media (max-width: 1024px) {
  #bsi {
    height: 540px;
  }
}

@media (max-width: 768px) {
  #bsi {
    height: 380px;
  }
}

#bsi-swap {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  /* setting to none to hide the grid feature */
  display: none;
}

@media (max-width: 1024px) {
  #bsi-swap {
    display: none;
  }
}

.bsi-grid {
  background: #EEE url(http://grfx.cstv.com/schools/{{schoolcode}}/graphics/template4-bsi-grid-bg.jpg) fixed center top;
}

.bsi-grid #bsi-img {
  display: none;
}

.bsi-grid #bsi-swap .full {
  display: block;
}

.bsi-grid #bsi-swap .grid {
  display: none;
}

.bsi-grid #bsi-block {
  text-align: center;
}

.bsi-grid #bsi {
  background: none;
  height: auto;
  padding-bottom: 40px;
}

.bsi-grid #bsi li {
  position: relative;
  display: inline-block;
  width: 236px;
  height: 275px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 10px #fff;
}

.bsi-grid li a img {
  width: 216px;
  height: 255px;
}

.bsi-grid .bsi-caption-wrapper {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #102f55;
  background: rgba(16, 47, 85, 0.85);
  height: 78px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

.bsi-grid .bsi-caption-wrapper .synopsis {
  display: none;
}

.bsi-full #bsi-swap .full {
  display: none;
}

.bsi-full #bsi-swap .grid {
  display: block;
}

.bsi-full #bsi-block {
  padding: 0;
  height: 888px;
}

@media (max-width: 1024px) {
  .bsi-full #bsi-block {
    height: 508px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi-block {
    height: 348px;
  }
}

.bsi-full #bsi-img-wrap {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-x: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  .bsi-full #bsi-img-wrap {
    position: absolute;
    bottom: auto;
    height: 380px;
  }
}

.bsi-full #bsi-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bsi-full #bsi li {
  text-align: center;
  padding-top: 270px;
}

.bsi-full #bsi li a {
  text-decoration: none;
}

.bsi-full #bsi li.is-video {
  padding-top: 500px;
}

.bsi-full #bsi li.is-video .synopsis {
  display: none;
}

.bsi-full #bsi li.is-video .read-more {
  display: none;
}

.bsi-full #bsi li.is-video h1 {
  font-size: 38px;
  text-align: center;
  margin: 10px auto;
}

@media (max-width: 1024px) {
  .bsi-full #bsi li.is-video h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi li.is-video h1 {
    font-size: 20px;
    max-width: 300px;
    top: 200px;
    left: auto;
    bottom: auto;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .bsi-full #bsi li.is-video {
    padding-top: 360px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi li.is-video {
    padding-top: 420px;
  }
}

@media (max-width: 1024px) {
  .bsi-full #bsi li {
    padding-top: 140px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi li {
    position: relative;
    height: 381px;
  }
}

.bsi-full #bsi li img {
  display: none !important;
}

.bsi-full #bsi h1 {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 700;
  line-height: 46px; 
  text-align: center;
  text-shadow: 1px 2px 14px rgba(37, 35, 35, 0.75);
}
.bsi-full #bsi h1:hover {
  color: #fff;
  text-shadow:
  -1px -1px 0 #000,  
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}


@media (max-width: 1024px) {
  .bsi-full #bsi h1 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi h1 {
    font-size: 24px;
	line-height: 30px; 
    position: absolute;
    bottom: 160px;
    right: 20px;
    left: 20px;
  }
}

.bsi-full #bsi .bsi-caption-wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
}

@media (max-width: 1024px) {
  .bsi-full #bsi .bsi-caption-wrapper {
    width: 748px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi .bsi-caption-wrapper {
    min-height: 180px;
    width: 300px;
  }
}

.bsi-full #bsi p.synopsis {

  display: none!important;

  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  margin: 20px auto;
  line-height: 140%;
}

@media (max-width: 768px) {
  .bsi-full #bsi p.synopsis {
    background: #040c15;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 20px;
    height: 140px;
  }
}

.bsi-full #bsi .read-more {
  background: rgba(255, 255, 255, 0.4);
  color: #0C2340;
  padding: 20px 0;
  width: 200px;
  margin: 30px auto;
  letter-spacing: 4px;
  font-size: 15px;
  border-radius: 4px;
  line-height: 10px;
  width: 200px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: 700;
}
.bsi-full #bsi .read-more:hover {
  background: #0C2340;
  color: #FFF;
}

@media (max-width: 768px) {
  .bsi-full #bsi .read-more {
    display: none;
  }
}

.bsi-full #bsi-video-wrap {
  position: absolute;
  width: 640px;
  left: 50%;
  margin-left: -320px;
  top: 150px;
  z-index: 500;
}

@media (max-width: 1024px) {
  .bsi-full #bsi-video-wrap {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .bsi-full #bsi-video-wrap {
    width: 300px;
    margin-left: -150px;
  }
}

#bsi .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#bsi .bx-pager {

  display: none!important;

  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  height: 30px;
  bottom: 150px;
  z-index: 100;
  text-align: center;
}

@media (max-width: 1024px) {
  #bsi .bx-pager {
    bottom: 50px;
  }
}

@media (max-width: 768px) {
  #bsi .bx-pager {
    bottom: 10px;
  }
}

#bsi .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

#bsi .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}

@media (max-width: 768px) {
  #bsi .bx-pager .bx-pager-item .bx-pager-link {
    width: 15px;
    height: 15px;
  }
}

#bsi .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #cccccc;
  background: rgba(255, 255, 255, 0.9);
}

#bsi .bx-controls-direction .bx-prev, #bsi .bx-controls-direction .bx-next {
  position: absolute;
  top: 40%;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  text-align: center;
  line-height: 75px;
  color: #fff;
  z-index: 500;
  text-decoration: none;
  font-size: 75px;
}
#bsi .bx-controls-direction .bx-prev:hover, #bsi .bx-controls-direction .bx-next:hover {
  color: #F26522;
} 

#bsi .bx-controls-direction .bx-prev {
  left: 4%;
}

#bsi .bx-controls-direction .bx-prev i {
  position: relative;
  left: -3px;
  top: -2px;
}

@media (max-width: 1024px) {
  #bsi .bx-controls-direction .bx-prev {
    left: 10px;
  }
}

#bsi .bx-controls-direction .bx-next {
  right: 4%;
}

#bsi .bx-controls-direction .bx-next i {
  position: relative;
  right: -3px;
  top: -2px;
}

@media (max-width: 1024px) {
  #bsi .bx-controls-direction .bx-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  #bsi .bx-controls-direction .bx-prev, #bsi .bx-controls-direction .bx-next {top:60%;}
  #bsi .bx-controls-direction {
    /*display: none;*/
  }
}

.skin-yes.bsi-full #bsi-img-wrap {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

@media (max-width: 1024px) {
  .skin-yes.bsi-full #bsi-img-wrap {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

.tab-controls {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .tab-controls {
    margin: 0 10px;
  }
}

.tab-controls li {
  display: block;
  float: left;
}

.tab-controls .tab-control {
  display: block;
  background: #F26522;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: 400;
}

.int .tab-controls .tab-control {
  padding: 10px 0px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .tab-controls .tab-control {
    font-size: 80%;
  }
}

.tab-controls .tab-control.active {
  cursor: default;
  background: #FFF;
  color: #0C2340;
  font-weight: 700;
}

.tab-controls .tab-control.active i.fa {
  color: #0C2340;
}

.tab-contents {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow:  0 12px 6px -6px rgba(0, 0, 0, 0.46);
}

.lMp img {
  max-width: 488px;
  width: 100%;
  height: auto;
}
.lMp .tab-content {
  text-align: center;
}
.lMp {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .tab-contents, .tab-controls {
    margin: 0 10px!important;
  }
}

.tab-contents .tab-content {
  display: none;
  background: #FFF;
  height: 250px;
}
.int .tab-contents .tab-content {
  display: none;
  background: #FFF;
  height: 200px;
}

.tab-contents .tab-content.active {
  display: block;
}

#side-content .tab-controls {
  background: #040c15;
  margin: 0 auto;
}
.int #side-content .tab-controls {
  background: transparent;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
} 
.tab-controls {
  background: transparent;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#cal { border: 1px solid #CCC; box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.46); }
#jcal-machine li.upcoming {
  background: #999 url("http://grfx.cstv.com/schools/aub/graphics/aub-15-calendar-bg.png") no-repeat!important;
  width: 130px!important;
  height: 312px!important;
  background-size: 130px 312px!important;
}
#jcal-machine li.expired {
  background: #333 url("http://grfx.cstv.com/schools/aub/graphics/aub-15-calendar-bg-result.png") no-repeat!important;
  width: 130px!important;
  height: 312px!important;
  background-size: 130px 312px!important;
}
#jcal-prev a, #jcal-next a {
  background: #F26522!important;
  border: 1px solid #F26522!important; 
  color: #FFF!important;
  text-indent: 0px!important;
  text-align: center!important;
  line-height: 30px!important;
  font-size: 18px!important;
}


#side-content .tab-controls li.half {
  margin-top: 2%;
  width: 48%;
  margin-left: 2%;
}
.int #side-content .tab-controls li.half {
  margin-top: 0%;
  width: 50%;
  margin-left: 0%;
}

#side-content .tab-controls li.half + li.half {
  width: 48%;
  margin-left: 0;
  margin-right: 2%;
}
.int #side-content .tab-controls li.half + li.half {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

#side-content .tab-controls .tab-control i {
  display: none;
}

#side-content .tab-contents {
  margin: 0 auto;
}
.int #side-content .tab-contents {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tab-contents {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#side-content .tab-contents .tab-content {
  border-bottom: none;
}

#index #social {
  padding: 0 0 40px;
}

#index #social h2 {
  position: relative;
}

#index #social h2 .arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #0C2340;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
}

#social.dark.section > h2.header {
  background: #fff;
  color: #0C2340;
  font-weight: 700;
  padding: 70px 0;
  font-size: 70px;
  margin: 0 0 40px 0;
}

#social.light.section > h2.header {
  background: #0C2340;
  color: #fff;
  font-weight: 700;
  padding: 70px 0;
  font-size: 70px;
  margin: 0 0 40px 0;
}

@media (max-width: 1024px) {
  #social.dark.section > h2.header {
    font-size: 30px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  #social.dark.section > h2.header {
    font-size: 20px;
    padding: 30px 0;
  }
}

#social .social-circle {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 30px auto 0;
}

#social.dark.section .social-circle {
  border: solid 2px #fff;
  color: #fff;
}

#social.light.section .social-circle {
  border: solid 2px #0C2340;
  color: #0C2340;
}

#social .social-circle i {
  line-height: 70px;
  font-size: 38px;
}

#social h3 {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin: 10px 0 30px;
  letter-spacing: 2px;
}

#social.dark.section h3 {
  color: #FFF;
}

#social.light.section h3 {
  color: #0C2340;
}

#social .twttr-widget-wrap .twttr-header {
  width: 100%;
  background: none;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

#social .twttr-widget-wrap .twttr-window {
  width: 100%;
  background: none;
  border: none;
  height: 425px;
  padding-bottom: 10px;
}

#superleaderPushdown {
  padding: 20px 0px;
  max-width: 970px;
  min-width: 320px;
  margin: 0px auto;
  clear: both;
}

@media (max-width: 768px) {
  #social .twttr-widget-wrap .twttr-window {
    height: auto;
    box-shadow: none;
  }
}

#social .twttr-widget-wrap .twttr-window li {
  color: #0C2340;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  border-bottom: 0px!important;
}

#social .twttr-widget-wrap .twttr-element a {
  color: #F26522;
}

#social .twttr-widget-wrap .twttr-text a {
  color: #F26522;
}

#social .twttr-user, #social .twttr-handle, #social .twttr-extras {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}

#social .twttr-user {
  display: none!important;
}

#social .twttr-element .twttr-user a, #social .twttr-element .twttr-handle a {
  font-weight: normal;
  color: #0C2340;
  color: rgba(255, 255, 255, 0.5);
}

#social .twttr-element .twttr-media a {
  padding-top: 5px;
  color: #0C2340;
  /*color: rgba(255, 255, 255, 0.75);*/
}

#social .twttr-extras {
  text-transform: uppercase;
  font-weight: normal;
}

#social .twttr-extras .twttr-time, #social .twttr-extras .twttr-reply, #social .twttr-extras .twttr-retweet, #social .twttr-extras .twttr-favorite {
  font-size: 8px;
}

#social .twtter-more-button {
  background: #0C2340;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#social .col-third iframe {
  width: 320px;
  height: 425px;
  background: #FFF;
  padding: 5px;
}
#instagramWrap {
  background: #FFF;
  padding: 5px 0px;
  width: 308px;
}
@media (max-width: 768px) {
  #instagramWrap {
    width: 100%;
    margin: 0px auto!important;
  }
}
#instagramWrap #widget-instagram {
  width: 100%;
}

#instagramWrap .grid a {
  width: 31%;
  margin: 0px 1% 1% 1%;
  display: inline-block;
}

#instagramWrap .grid img {
  width: 100%;
}

#instagramWrap ul, #instagramWrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#insta-modal-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.95);
  color: #F1F1F1;
  z-index: 33333;
}

#insta-modal-gallery.hide {
  display: none;
}

#insta-modal-gallery .modal-inner {
  width: 640px;
  height: 715px;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  position: relative;
  padding: 20px;
  margin-top: 0px !important;
}

@media (max-width: 1024px) {
  #insta-modal-gallery .modal-inner {
    width: 320px;
    height: 320px;
  }
}

#insta-modal-gallery #close-insta {
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  z-index: 6666;
}

#insta-modal-gallery .bx-controls a {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#insta-modal-gallery .bx-pager-item a {
  opacity: .5;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 5px;
  background: #F1F1F1;
}

#insta-modal-gallery .bx-controls-direction a {
  font-size: 30px;
  line-height: 30px;
}

#insta-modal-gallery .bx-pager-item a.active {
  opacity: 1;
}

#insta-modal-gallery .bx-insta {
  height: 640px;
}

#insta-modal-gallery .bx-next {
  float: right;
}

#insta-modal-gallery .bx-next {
  right: -30px;
}

#insta-modal-gallery .bx-prev {
  left: -30px;
}

#insta-modal-gallery .bx-next, #insta-modal-gallery .bx-prev {
  position: absolute;
  top: 320px;
}

#insta-modal-gallery .bx-insta li img {
  width: 100%;
  height: auto;
}

#insta-modal-gallery #close-insta, #insta-modal-gallery .modal-inner, #insta-modal-gallery #modal-gallery, #insta-modal-gallery #modal-gallery a {
  color: #F1F1F1;
}

#insta-modal-gallery .bx-controls a, #insta-modal-gallery .bx-pager-item, #insta-modal-gallery .bx-pager-item a {
  display: inline-block;
}

#insta-modal-gallery .bx-pager, #insta-modal-gallery .bx-pager-item, #insta-modal-gallery .bx-controls a {
  text-align: center;
}

#insta-modal-gallery #modal-gallery.hide, #insta-modal-gallery #modal-gallery {
  display: none;
}

#insta-modal-gallery .vex-content {
  border: 5px solid #0A4D8A;
}

.top-video {
  background: #f2f2f2;
  /*background: rgba(0, 0, 0, 0.05);*/
  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}


.top-video:hover {
	background: #f4f4f4;
  /*background: rgba(0, 0, 0, 0.1);*/
}

.top-video:active {
  opacity: .95;
}

.top-video img[src$=".gif"] {
  width: 51px;
  margin: 30px 80px;
}

@media (max-width: 768px) {
  .top-video {
    padding: 5px;
  }
}

.top-video-thumb {
  width: 45%;
  float: left;
}

@media (max-width: 768px) {
  .top-video-thumb {
    width: 40%;
  }
}

.top-video-meta {
  padding-left: 10px;
  font-size: 13px;
  line-height: 140%;
  overflow: hidden;
  *zoom: 1;
}

.top-video-meta .title {
  color: #0C2340;
  font-weight: bold;
  font-size: 120%;
}
.top-video-meta .title:hover {
  color: #F26522;
}

@media (max-width: 768px) {
  .top-video-meta .title {
    font-size: 1em;
  }
}

.top-video-meta .sport {
  color: #0C2340;
}

.top-video-meta .date {
  color: #0C2340;
}

.top-video-meta .video, .top-video-meta .audio {
  color: #fff;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 10px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .top-video-meta .video, .top-video-meta .audio {
    display: none;
  }
}

#allaccess {
  background: #eeeeee;
}

#video-player {
  position: relative;
  width: 100%;
}

#video-player .bg {
  max-width: 100%;
}

@media (max-width: 768px) {
  #video-player .bg {
    display: none;
  }
}

@media (max-width: 768px) {
  #video-player {
    height: 350px;
  }
}

#video-holder {
  position: absolute;
  top: 60px;
  left: 40px;
  right: 40px;
  z-index: 1;
}

#launch-full-player {
  cursor: pointer;
  display: block;
  margin: 20px auto;
  width: 286px;
  text-align: center;
  text-transform: uppercase;
  color: #0C2340;
  background: #FFF;
  border: solid 2px #0C2340;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  bottom: 80px;
  text-decoration: none;
}

#launch-full-player:hover {
  opacity: .8;
}

#launch-full-player:active {
  opacity: .9;
}

.svg-sport {
  color: red;
}

.secondary {
  width: 100%;
  display: block;
  background: #f2f2f2;
  /*background: rgba(0, 0, 0, 0.30);*/
  padding: 30px;
  margin-bottom: 20px;
  height: 160px;
  text-decoration: none;
  color: #0C2340;
  font-size: 14px;
  position: relative;
}

@media (max-width: 768px) {
  .secondary {
    height: auto;
  }
}

.secondary:hover {
  background: #f4f4f4;
}

.secondary .icon {

display: none!important;

  background: #111;
  width: 80px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  margin-right: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.secondary .icon img {
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -33px;
}

.secondary .date {
  padding-top: 15px;
}

.secondary h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.secondary h3:hover {
  color: #F26522;
}

.secondary:hover {
  opacity: .9;
  color: #F26522;
}

.secondary:active {
  opacity: .95;
  color: #fff;
}

.secondary:visited {
	  /*color: #fff;*/
}

/* DEFAULT BXSLIDER CSS */
.promo .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.promo .bx-wrapper img {
  max-width: 100%;
  display: block;
}

.promo .bx-wrapper .bx-pager, .promo .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.promo .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(http://grfx.cstv.com/frontend/bxslider-4/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.promo .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.promo .bx-wrapper .bx-pager .bx-pager-item, .promo .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.promo .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.promo .bx-wrapper .bx-pager.bx-default-pager a:hover, .promo .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #eee;
}

.promo .bx-wrapper .bx-prev {
  left: 10px;
  background: url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) no-repeat 0 -32px;
}

.promo .bx-wrapper .bx-next {
  right: 10px;
  background: url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) no-repeat -43px -32px;
}

.promo .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.promo .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.promo .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
}

.promo .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.promo .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.promo .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.promo .bx-wrapper .bx-controls-auto .bx-start:hover, .promo .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.promo .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.promo .bx-wrapper .bx-controls-auto .bx-stop:hover, .promo .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.promo .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.promo .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.promo .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.promo .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.promo .bx-wrapper a {
  display: block;
  width: 100%;
  text-align: center;
}

.promo .bx-wrapper a img {
  display: inline-block;
}

#full-width-gallery {
  position: relative;
}

#full-width-gallery #show-more-galleries {
  display: none;
}

@media (max-width: 1024px) {
  #full-width-gallery.limit-bottom {
    padding-bottom: 100px;
    max-height: 500px;
  }

  #full-width-gallery.limit-bottom #show-more-galleries {
    background: #FFF;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 500;
  }

  #full-width-gallery.limit-bottom #show-more-galleries #more-button {
    cursor: pointer;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 286px;
    text-align: center;
    text-transform: uppercase;
    color: #0C2340;
    background: #FFF;
    border: solid 2px #0C2340;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    bottom: 80px;
    left: 50%;
    margin-left: -143px;
  }

  #full-width-gallery.limit-bottom #show-more-galleries #more-button:after {
    background: #0C2340;
    color: #FFF;
    border-radius: 0 0 4px 4px;
    font-family: FontAwesome;
    padding-left: 5px;
    content: '\f107 ';
    position: absolute;
    bottom: -30px;
    left: 50%;
    padding: 0;
    height: 30px;
    line-height: 32px;
    margin-left: -20px;
    width: 40px;
    text-align: center;
  }

  #full-width-gallery.limit-bottom #show-more-galleries #more-button:hover {
    opacity: .8;
  }

  #full-width-gallery.limit-bottom #show-more-galleries #more-button:active {
    opacity: .9;
  }
}

#store-wrapper, #auction-wrapper {
  position: relative;
  height: 230px;
}

#auction-portal, #store-portal {
  list-style: none;
  width: 100%;
  height: 230px;
}

#auction-portal li, #store-portal li {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 230px;
}

#auction-portal .portal-error, #store-portal .portal-error {
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  color: #0C2340;
}

.portal-item {
  width: 100%;
  height: 230px;
  position: relative;
}

.portal-item a {
  display: block;
  width: 100%;
  height: 230px;
}

.portal-item .portal-image {
  right: 5%;
  top: 9%;
  position: absolute;
  width: 40%;
}
.int .portal-item .portal-image {
  right: auto;
  left: 5%;
  top: 9%;
  position: absolute;
  width: 40%;
}

.portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  color: #0C2340;
  height: 40%;
  width: 45%;
  left: 5%;
  top: 15%;
  text-transform: none;
  line-height: 1.1em;
}
.int .portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  color: #0C2340;
  height: 40%;
  width: 45%;
  left: auto;
  right: 5%;
  top: 15%;
  text-transform: none;
  line-height: 1.1em;
  text-align: center;
  font-size: 13px;
}

.portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  color: #0C2340;
  height: 1em;
  width: 45%;
  left: 5%;
  top: 60%;
  font-size: 150%;
  font-weight: bold;
}
.int .portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  color: #0C2340;
  height: 1em;
  width: 45%;
  left: auto;
  right: 5%;
  top: 60%;
  font-size: 148%;
  font-weight: bold;
}

#sponsors {
  padding: 20px;
}

#sponsor-logos {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sponsor-logos li {
  text-align: center;
  position: relative;
  width: 11.11111%;
  margin-bottom: 0;
  float: left;
}

#sponsor-logos li.last {
  overflow: hidden;
  *zoom: 1;
}

@media (max-width: 1024px) {
  #sponsor-logos li {
    width: 20%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #sponsor-logos li {
    width: 33%;
  }
}

#sponsor-logos a img {
  width: 85px;
  border: solid 2px #fff;
  padding: 3px;
}

#page-bg {
  background: #333 url(http://grfx.cstv.com/schools/{{schoolcode}}/graphics/template4-storybg.jpg) no-repeat center top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.m-footbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/{{schoolcode}}/graphics/template4-storybg.jpg) no-repeat center top;
}

body.m-baskbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/{{schoolcode}}/graphics/template4-storybg.jpg) no-repeat center top;
}

.skin-yes #page-bg {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

@media (max-width: 1024px) {
  .skin-yes #page-bg {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

#large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-hdr-navy.jpg") no-repeat center top;
  background-size: cover!important;
  height: 385px!important;
}
body.a-club #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-hdr-navy.jpg") no-repeat center top;
}
body.c-swim #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-c-swim-hdr-navy.jpg") no-repeat center top;
}
body.c-xctrack #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-c-xctrack-hdr-navy.jpg") no-repeat center top;
}
body.comm-service #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-comm-service-hdr-navy.jpg") no-repeat center top;
}
body.m-basebl #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-m-basebl-hdr-navy.jpg") no-repeat center top;
}
body.m-baskbl #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/15-basketball_header.jpg") no-repeat center top;
}
body.m-footbl #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-m-footbl-hdr-navy.jpg") no-repeat center top;
}
body.m-golf #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/16-golfheader.jpg") no-repeat center top;
}
body.m-tennis #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-m-tennis-hdr-navy.jpg") no-repeat center top;
}
body.w-baskbl #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-baskbl-hdr-navy.jpg") no-repeat center top;
}
body.w-equest #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-equest-hdr-navy.jpg") no-repeat center top;
}
body.w-golf #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-golf-hdr-navy.jpg") no-repeat center top;
}
body.w-gym #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-gym-hdr-navy.jpg") no-repeat center top;
}
body.w-soccer #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-soccer-hdr-navy.jpg") no-repeat center top;
}
body.w-softbl #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/010415-softball-background.jpg") no-repeat center top;
}
body.w-tennis #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/aub-15-w-tennis-hdr-navy.jpg") no-repeat center top;
}
body.w-volley #large-header {
  background: url("http://grfx.cstv.com/schools/aub/graphics/16-volleyballheader.jpg") no-repeat center top;
}

#large-header .container {
  padding-bottom: 40px;
}

#large-header .container h1 {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1em;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.nonSportInterior #large-header .container h1 { /*display: none!important;*/ }

@media (max-width: 768px) {
  #large-header .container h1 {
    font-size: 25px;
  }
}

#large-header .container h2 {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

@media (max-width: 768px) {
  #large-header .container h2 {
    font-size: 13px;
  }
}

#index #main-content-wrap {
  background: #fff;
  position: relative;
  padding-left: 10px;
  box-shadow: inset 0 -15px 30px -15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #index #main-content-wrap {
    padding: 20px 0;
  }
}

#main-content {
  position: relative;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 145%;
  width: 100%;
  max-width: 675px;
  float: left;
}

@media (max-width: 1024px) {
  #main-content {
    float: none;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #main-content {
    max-width: 100%;
    margin: 0 auto;
  }
}

#main-content .storycaption {
  display: block;
  font-size: 11px;
  color: #0C2340;
  padding: 0 5px 10px 5px;
  line-height: 140%;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

#printer-footer {
  clear: both;
  max-width: 640px;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
  #printer-footer {
    max-width: 300px;
  }
}

#printer-footer #printer-footer-inside > a {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
}

#printer-footer #printer-footer-inside table {
  margin: 10px auto 0;
  width: 60%;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

@media (max-width: 768px) {
  #printer-footer #printer-footer-inside table {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #sortable_roster thead tr th:last-of-type, #sortable_roster tbody tr td:last-of-type {
    display: none;
  }
}

#biotable {
  width: 640px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  #biotable {
    width: 300px;
    text-align: center;
  }
}

#biotable #biotable-name {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  padding: 40px 0 20px;
  color: #FFF;
}

@media (max-width: 768px) {
  #biotable #biotable-name {
    font-size: 18px;
  }
}

#biotable #biotable-name #biotable-number {
  display: inline;
  margin-right: 15px;
}

/* #biotable #biotable-name #biotable-number:after {
  content: ' - ';
} */

#biotable #biotable-name #biotable-number.bioblank {
  display: none;
}

#biotable #biotable-photo {
  float: left;
  width: 140px;
}

@media (max-width: 768px) {
  #biotable #biotable-photo {
    float: none;
    width: 100%;
  }
}

#biotable #biotable-photo img {
  border: solid 2px #fff;
}

@media (max-width: 768px) {
  #biotable #biotable-photo img {
    border: solid 5px #fff;
    margin: 0 auto;
  }
}

#biotable #biotable-info {
  float: left;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  #biotable #biotable-info {
    float: none;
    width: 100%;
  }
}

#biotable #biotable-info > p {
  display: none;
}

#biotable #biotable-info table {
  background: none;
}

#biotable #biotable-info img {
  display: none;
}

#biotable #biotable-info font {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

#side-content {
  float: left;
  max-width: 300px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  #side-content {
    padding-top: 20px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 768px) {
  #side-content {
    padding-top: 20px;
    margin: 0 auto;
    float: none;
  }
}

#side-content .module {
  margin-bottom: 20px;
}

#side-content .module:last-child {
  margin-bottom: 0;
}

#ad-rail {
  background: #000;
  width: 300px;
  min-height: 250px;
}

#ad-story {
  background: #000;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}

.site-ad {
  text-align: center;
  margin: 0 auto;
}

#logos img {
  margin: 1% 3%;
  display: inline-block;
}

#footer {
  background: #0C2340;
  padding: 50px 0 90px;
  color: #FFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

#footer .site-ad {
  padding: 0 0 20px;
}

#footer a, #footer label, #footer #footer-links, #footer #footer-wrap-temp a, #footer #footer-wrap-temp a:visited {
  color: #a2a2a2;
}

#footer label {
  margin: 0 4px 3px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  #footer #footer-wrap-temp {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  #footer #footer-wrap-temp {
    width: 100% !important;
  }
}

#footer #footer-wrap-temp #dropdown-wrap input.rb_visit_go {
  padding: 2px 3px !important;
  font-size: 11px !important;
  background-color: #444;
  font-weight: 700;
  text-shadow: 1px 1px #333;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #333;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  float: none !important;
}

#footer #footer-wrap-temp select {
  width: auto !important;
  float: none !important;
}

#full-width-gallery {
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

@media (max-width: 768px) {
  #footer #footer-wrap-temp #logo-wrap {
    background-size: contain;
  }

  #footer #footer-wrap-temp #dropdown-wrap, #footer #footer-wrap-temp #logo-wrap {
    float: none;
    width: 90% !important;
    margin: 0 auto !important;
    text-align: center !important;
    min-width: 170px;
  }
}

#sticky-footer {
  background: #0C2340;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 69000;
  box-shadow: 0 -5px 5px -5px rgba(0,0,0,.66);
}


/**
 *
 *  CALENDAR
 *
 */
#cal-wrap {
  max-height: 660px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 808px;
  margin: 0 auto;
  margin-bottom:45px;
}
@media (max-width: 1023px) {
  #cal-wrap {
    width: 740px!important;
  }
}
@media (max-width: 767px) {
  #cal-wrap {
    margin: 0px 1em;
    width: auto!important;
    max-height: 440px;
  }
}

#cal-wrap .calendar-wrap tr:nth-child(even) { background: #FFF; }
#cal-wrap .calendar-wrap tr:nth-child(odd) { background: #F4F4F4; }

.calendar-date {
    width: 18%;
    height: 82px;
    background: #F26522;
    color: #FFF;
    text-align: center;
    border-bottom: 3px solid #cb541c; 
  text-transform: uppercase;
}
.cal-date { font-size: 20px; font-weight: bold; font-family:'Open Sans', sans-serif; }
.cal-time { font-size: 14px; font-weight: normal; font-family:'Open Sans', sans-serif; }

.calendar-sport {
    width: 29%;
    height: 82px;
    color: #0C2340;
  padding-right: 10px;
  padding-left: 40px;
}
.cal-sport { text-transform: uppercase; font-size: 17px; font-weight: bold; font-family: 'Open Sans',"arial","helvetica",sans-serif; }
.cal-opp { font-size: 14px; font-weight: normal; font-family: 'Open Sans', sans-serif; }
.cal-sport a { color: #0C2340; text-decoration: none; }
.cal-sport a:hover { color: #F26522; text-decoration: none; }

.calendar-local {
    width: 30%;
    height: 82px;
    font-family: 'Open Sans', sans-serif;
  font-size: 14px;
    color: #0C2340;
  padding-right: 10px;
}

.calendar-local a { text-decoration: none; font-weight: bold; padding: 2px 3px; /*float: left;*/ display: inline-block; }

.calendar-extras {
    width: 12%;
    height: 82px;
    font-family: 'Open Sans', sans-serif;
  font-size: 14px;
    color: #0C2340;
    padding: 10px;
}
.calendar-extras img { /*width: 30px; height: auto;*/ display: inline-block; /*margin: 0px 5px;*/ }
.calendar-extras a { text-decoration: none; font-weight: bold; padding: 2px 3px; /*float: left;*/ display: inline-block; }

@media (max-width: 767px) {
  .calendar-local {
    display: none;
    border-collapse: collapse;
  }
  .cal-date {
    font-size: 12px;
    padding: 0px 5px;
  }
  .cal-time { 
    font-size: 10px; 
  }
  .calendar-sport {
    padding: 5px 10px 5px 15px;
  }
  .cal-sport {
    font-size: 14px;
    line-height: 16px;
  }
  .cal-opp {
    font-size: 12px;
  }
  .calendar-extras {
    padding: 5px 0px;
    font-size: 10px;
  }
/*  .calendar-extras img { width: 30px; }*/
}
.calendar-wrap tr.no td {
  font-family: 'Open Sans', sans-serif;
  color: #0C2340;
  padding: 20px;
  font-size: 30px;
  font-style: italic;
}

.light-more a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 2px solid #FFF !important;
  width: 233px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 3px;
  margin: 0px auto;
  margin-top: 40px;
  display: block;
}
.light-more a:hover { border-color: #F26522 !important; background: #F26522; color: #FFF; webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }




/*Extras to be exported*/ 
.fbstatyr {font-weight:700;} 
.stats-m-footbl-pass td {padding:5px;} 
.stats-m-footbl-pass thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-pass thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-pass tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-pass .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-pass .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-pass .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-rush td {padding:5px;} 
.stats-m-footbl-rush thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-rush thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-rush tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-rush .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-rush .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-rush .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-recv td {padding:5px;} 
.stats-m-footbl-recv thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-recv thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-recv tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-recv .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-recv .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-recv .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-defn td {padding:5px;} 
.stats-m-footbl-defn thead {background: #002C58; font-weight:700; text-align:left; padding:5px; color:#fff;} 
.stats-m-footbl-defn thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-defn tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-defn .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-defn .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-defn .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-fegs td {padding:5px;} 
.stats-m-footbl-fegs thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-fegs thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-fegs tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-fegs .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-fegs .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-fegs .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-koff td {padding:5px;} 
.stats-m-footbl-koff thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-koff thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-koff tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-koff .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-koff .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-koff .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-punt td {padding:5px;} 
.stats-m-footbl-punt thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-punt thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-punt tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-punt .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-punt .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-punt .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-kikr td {padding:5px;} 
.stats-m-footbl-kikr thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-kikr thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-kikr tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-kikr .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-kikr .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-kikr .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-pntr td {padding:5px;} 
.stats-m-footbl-pntr thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-pntr thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-pntr tbody tr:hover {background: #EAEAEA;} 
.stats-m-footbl-pntr .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-pntr .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-pntr .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-footbl-part td {padding:5px;} .stats-m-footbl-part thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-footbl-part thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-footbl-part tbody tr:hover {background: #EAEAEA;} .stats-m-footbl-part .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-footbl-part .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-footbl-part .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 

.stats-m-baskbl {font-weight:700;} 
.stats-m-baskbl td {padding:5px;} 
.stats-m-baskbl thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-baskbl thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-baskbl tbody tr:hover {background: #EAEAEA;} 
.stats-m-baskbl .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-baskbl .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-baskbl .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 

.stats-m-baskbl-aub {font-size: 10px;}
.stats-m-baskbl-aub {font-weight:700;} 
.stats-m-baskbl-aub td {padding:5px;} 
.stats-m-baskbl-aub thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-baskbl-aub thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-m-baskbl-aub tbody tr:hover {background: #EAEAEA;} 
.stats-m-baskbl-aub .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-baskbl-aub .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-baskbl-aub .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 

.stats-w-baskbl {font-weight:700;} 
.stats-w-baskbl td {padding:5px;} 
.stats-w-baskbl thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-w-baskbl thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-w-baskbl tbody tr:hover {background: #EAEAEA;} .stats-w-baskbl .statsTotal { font-weight: 700; text-align:left; } 
.stats-w-baskbl .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-w-baskbl .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-m-basebl {font-weight:700;} .stats-m-basebl td {padding:2px; font-size:9px;} 
.stats-m-basebl thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-m-basebl thead tr th {border-bottom:2px solid #F16522; padding:1px; text-transform:uppercase; } 
.stats-m-basebl tbody tr:hover {background: #EAEAEA;} 
.stats-m-basebl .statsTotal { font-weight: 700; text-align:left; } 
.stats-m-basebl .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-m-basebl .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-w-soccer {font-weight:700;} 
.stats-w-soccer td {padding:5px;} 
.stats-w-soccer thead {background: #002C58; font-weight:700; text-align:left; padding:7px; color:#fff;} 
.stats-w-soccer thead tr th {border-bottom:2px solid #F16522; padding:7px; text-transform:uppercase; } 
.stats-w-soccer tbody tr:hover {background: #EAEAEA;} .stats-w-soccer .statsTotal { font-weight: 700; text-align:left; } 
.stats-w-soccer .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-w-soccer .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
.stats-w-softbl {font-weight:500;} .stats-w-softbl td {padding:2px;} 
.stats-w-softbl thead {background: #002C58; font-weight:700; text-align:left; padding:0px; color:#fff;} 
.stats-w-softbl thead tr th {border-bottom:2px solid #F16522; padding:0px; text-transform:uppercase; text-align:left;} 
.stats-w-softbl tbody tr:hover {background: #EAEAEA;} .stats-w-softbl .statsTotal { font-weight: 700; text-align:left; } 
.stats-w-softbl .statsTotal:hover { background: #ddd; font-weight: 700; text-align:left; } 
.stats-w-softbl .statsTotal td { background: #ccc; font-weight: 700; border-top:1px dotted #F16522; text-align:left;} 
#totalbases {display:none;} 

#team_stats_postgame {
	float: right;
	width: 295px;
	border: 0px solid #fff;
	background: #fff;
	margin: 6px;
}
#linescore {
	width: 100%;
	border: 1px solid #03244D;
}
#linescore thead tr th.first {
	background: #03244D;
	padding-left: 25px;
}
#linescore thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
}
#linescore tbody tr td {
	background: #eee;
	text-align: center;
	padding: 4px;
	font: 11px Verdana, sans-serif;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#linescore tbody tr td:nth-last-child(1) {
	background: #DDDDDD;
	border-right: 1px solid #DDDDDD;

}
#linescore tbody tr td.hometeamblock {
	background: #ddd;
	font-weight: bold;
	text-align: left;
		padding:5px;
}
#linescore tbody tr td.visitorteamblock {
	background: #ddd;
	font-weight: bold;
	text-align: left;
	padding:5px;
}
#linescore tbody tr td.totalscoreblock {
	font-weight: 700;
	font-size: 11px;
}
#playerstatTable {
	width: 100%;
	border: 1px solid #03244D;
}
#playerstatTable thead tr th.first {
	background: #03244D;
	padding-left: 25px;
}
#playerstatTable thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
	text-align:left;
}
#playerstatTable tbody tr td {
	text-align: center;
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 5px;
}
#playerstatTable tbody tr td.pointBlock {
	background: #ddd;
}
#playerstatTable tbody tr td.assistBlock {
	background: #ddd;
}
#playerstatTable tbody tr td.stealBlock {
	background: #ddd;
}
#playerstatTable tbody tr td.playerBlock {
	text-align: left;
	font-weight: 700;
	font-size: 11px;
}
#playerstatTable tbody #playerstattotalBlock td {
	font-weight: 700;
	background: #DDDDDD;
}
#playerstatTable tbody #playerstattotalBlock td:nth-child(1) {
	text-align: left;
}
#teamStattable {
	width: 100%;
}
#teamStattable thead tr th.sortable-text {
	background: #03244D;
	padding-left: 25px;
}
#teamStattable thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
}
#teamStattable tbody tr td {
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 5px;
}
#teamStattable tbody tr td.playerBlock {
	text-align: left;
	font-weight: 700;
	font-size: 11px;
}
#teamStattable tbody #playerstattotalBlock td {
	font-weight: 700;
}
#teamStattable tbody #playerstattotalBlock td:nth-child(1) {
	text-align: left;
}

#oplayerstatTable {
	width: 100%;
	border: 1px solid #03244D;
}
#oplayerstatTable thead tr th.first {
	background: #03244D;
	padding-left: 25px;
}
#oplayerstatTable thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
	text-align:left;
}
#oplayerstatTable tbody tr td {
	text-align: center;
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 5px;
}
#oplayerstatTable tbody tr td.pointBlock {
	background: #ddd;
}
#oplayerstatTable tbody tr td.assistBlock {
	background: #ddd;
}
#oplayerstatTable tbody tr td.stealBlock {
	background: #ddd;
}
#oplayerstatTable tbody tr td.playerBlock {
	text-align: left;
	font-weight: 700;
	font-size: 11px;
}
#oplayerstatTable tbody #playerstattotalBlock td {
	font-weight: 700;
	background: #DDDDDD;
}
#oplayerstatTable tbody #playerstattotalBlock td:nth-child(1) {
	text-align: left;
}


#teamsummaryTable {
	width: 100%;
	border: 1px solid #03244D;
}
#teamsummaryTable thead tr th.first {
	background: #03244D;
	padding-left: 25px;
}
#teamsummaryTable thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
	text-align:left;

}
#teamsummaryTable tbody tr td {
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 5px;
}
#teamsummaryTable tbody #teamstatTotalBlock td {
	font-weight: 700;
	background: #DDDDDD;
}


#oteamsummaryTable {
	width: 100%;
	border: 1px solid #03244D;
}
#oteamsummaryTable thead tr th.first {
	background: #03244D;
	padding-left: 25px;
}
#oteamsummaryTable thead tr th {
	background: #03244D;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #F26522;
	font-size: 11px;
	text-align:left;

}
#oteamsummaryTable tbody tr td {
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 5px;
}
#oteamsummaryTable tbody #teamstatTotalBlock td {
	font-weight: 700;
	background: #DDDDDD;
}

#teamstatheader {
	text-align: center;
	width: 98%;
	background: #C69214;
	font: 600 13px/14px Verdana;
	padding: 1px 0px;
	margin: 3px auto;
}
#teamstatheader {
	text-align: center;
	width: 98%;
	background: #C69214;
	font: 600 13px/14px Verdana;
	padding: 1px 0px;
	margin: 3px auto;
}
#linestatheader {
	text-align: center;
	width: 98%;
	background: #C69214;
	font: 600 13px/14px Verdana;
	padding: 1px 0px;
	margin: 3px auto;
}
#playerstatheader {
	text-align: center;
	width: 98%;
	background: #C69214;
	font: 600 13px/14px Verdana;
	padding: 1px 0px;
	margin: 3px auto;
}
 
/* SMALL */ @media (min-width: 480px) and (max-width: 767px) { /*#total-stats-comp {display:none;}*/ 
	.stats-m-basebl tr th:nth-child(n+9) {display:none !important;} 
	.stats-m-basebl tr td:nth-child(n+9) {display:none !important;} 
	.stats-w-softbl tr th:nth-child(n+9) {display:none !important;} 
	.stats-w-softbl tr td:nth-child(n+9) {display:none !important;} 
	.stats-m-baskbl tr th:nth-child(n+9) {display:none !important;} 
	.stats-m-baskbl tr td:nth-child(n+9) {display:none !important;}
	.stats-m-baskbl-aub tr th:nth-child(n+9) {display:none !important;} 
    .stats-m-baskbl-aub tr td:nth-child(n+9) {display:none !important;} 
	.stats-w-baskbl tr th:nth-child(n+9) {display:none !important;} 
	.stats-w-baskbl tr td:nth-child(n+9) {display:none !important;} 
	.stats-w-volley tr th:nth-child(n+9) {display:none !important;} 
	.stats-w-volley tr td:nth-child(n+9) {display:none !important;} 
	.stats-w-volley tr th.statscategory {display:none !important;} 
	.stats-w-soccer tr th:nth-child(n+9) {display:none !important;} 
	.stats-w-soccer tr td:nth-child(n+9) {display:none !important;} 
	.stats-m-footbl-pass tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-rush tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-recv tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-defn tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-fegs tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-koff tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-punt tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-kikr tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-pntr tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-part tr td:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-pass tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-rush tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-recv tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-defn tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-fegs tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-koff tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-punt tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-kikr tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-pntr tr th:nth-child(n+6) {display:none !important;} 
	.stats-m-footbl-part tr th:nth-child(n+6) {display:none !important;} 
	}
	/* END QUERY */ 
	
	/* XTRA SMALL */ @media (max-width: 479px) 
	{ /*#total-stats-comp {display:none;}*/ 
		.stats-m-basebl tr th:nth-child(n+9) {display:none !important;} 
		.stats-m-basebl tr td:nth-child(n+9) {display:none !important;} 
		.stats-w-softbl tr th:nth-child(n+9) {display:none !important;} 
		.stats-w-softbl tr td:nth-child(n+9) {display:none !important;} 
		.stats-m-baskbl tr th:nth-child(n+9) {display:none !important;} 
		.stats-m-baskbl tr td:nth-child(n+9) {display:none !important;}
		.stats-m-baskbl-aub tr th:nth-child(n+9) {display:none !important;} 
        .stats-m-baskbl-aub tr td:nth-child(n+9) {display:none !important;} 
		.stats-w-baskbl tr th:nth-child(n+9) {display:none !important;} 
		.stats-w-baskbl tr td:nth-child(n+9) {display:none !important;} 
		.stats-w-volley tr th:nth-child(n+9) {display:none !important;} 
		.stats-w-volley tr td:nth-child(n+9) {display:none !important;} 
		.stats-w-volley tr th.statscategory {display:none !important;} 
		.stats-w-soccer tr th:nth-child(n+9) {display:none !important;} 
		.stats-w-soccer tr td:nth-child(n+9) {display:none !important;} 
		.stats-m-footbl-pass tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-rush tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-recv tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-defn tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-fegs tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-koff tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-punt tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-kikr tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-pntr tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-part tr td:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-pass tr th:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-rush tr th:nth-child(n+6) {display:none !important;} 
		.stats-m-footbl-recv tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-defn tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-fegs tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-koff tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-punt tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-kikr tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-pntr tr th:nth-child(n+6) {display:none !important;} 
.stats-m-footbl-part tr th:nth-child(n+6) {display:none !important;} 
}/* END QUERY */

body.use-mobile-schedule #schedtable > tbody > tr > td:nth-child(4) {
    display: block !important;
}

