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

@import url(http://fonts.googleapis.com/css?family=Oswald: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: 767px) {
  .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: #f0f0f0;
  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: 767px) {
  body {
    background-image: none;
  }
}

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

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

#adSkinLeft, #adSkinRight {

  display:none;
}

#skinClick a {z-index:2}

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

  #quick-nav {text-align:right; }
  #quick-nav a {
    font: 400 12px/12px "Montserrat", sans-serif;
    color:#fff;
    text-decoration:none;
    position:relative;
    top:4px;
    letter-spacing:1px;
  }
  #quick-nav a:after {content:"|"; margin:0 25px;}
  #quick-nav a:hover {color:#cbcbcb;}
  #quick-nav a:last-of-type:after{content:"";}
@media (max-width: 767px) {
  #quick-nav {text-align:center;padding-left:25px;}
}
@media (max-width: 479px) {
  #quick-nav {padding-left:0;}
  #quick-nav a {font: 400 11px/11px "Montserrat", sans-serif;}
  #quick-nav a:after {margin:0 4px;}
}


#page {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

@media (max-width: 767px) {
  #page {
    min-width: 320px;
  }
}

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

@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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', 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: 767px) {
  .container {
    width: 460px;
  }
}

@media (max-width: 479px) {
  .container {
    width: 300px;
  }
}

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

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

.section.dark {
  color: #e6e6e6;
  background: #0a121f;
  background: rgba(12, 35, 64, 1);
  padding: 20px 0;
}


@media (max-width: 767px) {
  .section.dark {
    padding: 30px 0;
    background: #0c2340;
  }
}

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

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

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

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

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

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

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

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

.section.light .container h2.header {
  font-family:"Oswald", sans-serif;
  color: #0c2340;
  font-size: 60px;
  line-height:60px;
  font-weight: 700;
  margin: 0;
}

.superleader-section h2.header {
  margin-top:10px;
}

.superleader-holder{
  text-align:center;
  margin-top:-15px;
}

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

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

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

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

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






.section.clear {
  padding: 70px 0;
  background: rgba(12, 35, 64, .8);
  min-height:430px;
}

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

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

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

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

.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: 767px) {
  .section.clear .container .col-half h2.header {
    font-size: 20px;
  }
}

.photo-section {
  padding: 50px 0px 10px!important
}

.section.impact {
  background: #000;
  padding:50px 0 20px;
}



@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: 'Montserrat', sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
}

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

@media (max-width: 767px) {
  .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: 767px) {
  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%;
}
.special-close {display:none;}


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

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

  ul.rnav.open {
    right: 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: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 35px;
    opacity: 1;
  }

  ul.rnav .rnav-header {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  ul.rnav {width:280px;}
}

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;
  }

  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: 50%;
  padding: 10px 5%!important;
}

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

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

/**
 *
 *  Custom for Main Nav
 *
 */
#main-nav {
  float: right;
  height: 80px;
  padding-top: 12px;
}

#main-nav #rnav-content-block {
  top: 80px;
  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: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}

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

#main-nav .rnav > li > a {
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  color: #cdb97d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  text-align:left;
  line-height: 30px;
  height: 40px;
  padding: 0 5px;
  margin:0 6px;
  position: relative;
}

/* This is the only place you'll see this breakpoint,
 * just want to present a slightly nicer nav to larger monitors*/
@media (min-width: 1160px) {
  #main-nav .rnav > li > a {
    padding: 0 10px;
    margin: 0 8px;
  }
  body.skinAd #main-nav .rnav > li > a {
    padding: 0 5px;
    margin: 0 6px;
  }
}
#main-nav .rnav > li > a i.fa {
  font-size: 18px;
  color:#fff;
}

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

#main-nav .rnav > li > a:after {
  font-family: FontAwesome;
  content: '\f107 ';
  color: #fff;
  margin-left: 3px;
}

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

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

#main-nav .rnav > li.open > a {
  background: #0c2340;
  color: #fff;
  font-weight:300;
}

#main-nav .rnav > li.open > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 20px;

}

@media (max-width: 1024px) {
  #main-nav .rnav > li > a:after, #main-nav .rnav > li.open > a:after {
    display: none;
    content: '  ';
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open > a {
    color:#0c2340;
    background: #fff;
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #main-nav .rnav > li.open .rnav-panel {

  }
}

#main-nav .rnav > li.open div a {
  font-family:"Oswald", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #b09545;
}

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

#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 {
  background: #fff;
  padding: 5px 10px;
  margin-top:8px;
}

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

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

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

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

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

#main-nav .rnav ul.sports li {
  width: 98%;
  float: left;
  margin-left: 2%;
  border-bottom: 1px dotted #000;
  padding: 5px 0;
}

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

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

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

#main-nav .rnav ul.sports li .nav-sect-one {
  position: relative;
  float:left;
  width:55%;
}

#main-nav .rnav ul.sports li .nav-sect-two a {
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  font-size: 11px;
  color: #0c2340;
}

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

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li i.slash {
    float: left;
    margin: 0px 5px;
    position:relative;
    top:5px;
  }
}

#main-nav .rnav ul.sports li i.slash:after {
  content: ' | ';
  color: #927c38;
  font-size: 10px;
  position:relative;
  bottom:1px;
}

#main-nav .rnav ul.sports li i.slash:last-of-type:after{
  content: "";
}

#main-nav .rnav ul.sports li .nav-sect-two {
  float:right;
  margin-right:12px;
}

#main-nav .rnav ul.sports li .nv-spo {
  display: inline-block;
  width: 80%;
  font-family: 'Oswald', sans-serif;
}

#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: #0c2340 !important;
  background: #cdb97d;
  border-radius: 50px;
  font-size: 10px;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li a.nv-social {
    display: none;
  }
  #main-nav .rnav ul.sports li .nav-sect-one {
    width:auto;
    float:none;
  }
  #main-nav .rnav ul.sports li .nav-sect-two {
    height:25px;
    float:none;
  }
}

#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: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', 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) {
  #main-nav .rnav li.heading, #main-nav .rnav ul.sports li.heading {
    color: #184680;
    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: 'Oswald', sans-serif;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
  width: 100px;
}

@media (max-width: 1024px) {
  #main-nav #social-icons a {
    width: 75%;
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #000;
  }
}
@media (max-width: 767px) {
  #main-nav #social-icons a {
  padding: 0px 25px 50px 0px;
  margin-bottom:30px;
  }
}

#main-nav #social-icons a i.fa {
  background: #cdb97d;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  text-align: center;
  color: #0c2340 !important;
  background: #e8d3a6;
  border-radius: 50px;
  font-size: 10px;
}
@media (max-width: 1024px) {
   #main-nav #social-icons a i.fa  {
    display:none;
  }
}

#main-nav #social-icons > div {
  padding: 5px 0;
  border-bottom: 1px dotted #000;
}
@media (max-width: 1024px) {
  #main-nav #social-icons > div {
    padding: 5px 0;
    border-bottom: 0px dotted #000;
  }
}

#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: 30px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #0c2340;
  background: #123662;
  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: #0c2340;
  background: #12335e;
}

#main-nav #search form .search-button:active {
  background: #0c2340;
  background: #0e2849;
}

#sport-nav {
  background: #cdb97d;
  background: rgba(205, 185, 125, 0.9);
  height: 50px;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

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

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

#sport-nav h3 {
  float: left;
  max-width: 40%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-left:10px;
}

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

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

#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: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
  color: #0C2340;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
}

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

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

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

#sport-nav .rnav > li.open > a.highlight::after {
  position:absolute;
  right:35px;
  top:15px;
}

@media (max-width: 1024px) {
#sport-nav .rnav > li > a {
font-family: "Oswald",sans-serif;
font-weight: 400;
color: #CDB97D;
text-transform: uppercase;
text-decoration: none;
font-size: 16px;
text-align: left;
line-height: 30px;
height: 40px;
padding: 0px 5px;
position: relative;
}

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

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

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

#sport-nav .rnav > li.open > a.highlight:after {
font-family: FontAwesome;
content: "\f107";
color: #FFF;
position: absolute;
right: 2.75%;
margin-left: -5px;
top: 15px;
}
}
@media (max-width: 1024px) {
  #sport-nav .rnav > li > a.highlight:after {
    display: none;
  }
}

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

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

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

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

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

#sport-nav .rnav > li.open div a {
  font-family: "Oswald",sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #b09545;
  border-bottom: 1px dotted #000;
}

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

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

@media (max-width: 767px) {
  #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: #fff;
  padding: 20px;
}

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

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

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

#sport-nav .rnav li.heading {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', 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;
  }
}

#quick-nav {
  background:#0a121f;
  height:30px;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index: 9999;
}

#header {
  background: #0c2340;
  height: 60px;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 9999;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  #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;
}

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

#bsi {


  height: 920px;
  overflow: hidden;
  position: relative;
}

#bsi .bx-controls-direction{top:5%;}

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

@media (max-width: 767px) {
  #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: 'Montserrat', 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: #f0f0f0;
}

.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: 'Montserrat', 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: 767px) {
  .bsi-full #bsi-block {
    height: 348px;
  }
}

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

@media (max-width: 767px) {
  .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: top center;
  opacity:1;

}

@media only screen and (max-device-width: 480px),
       only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bsi-full #bsi-img-wrap {
    position: fixed;
    bottom: auto;
    height: 780px;
  }

  .bsi-full #bsi-img {background-size:200%;}
}


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

.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: 767px) {
  .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: 380px;
  }
}

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

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

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

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

.bsi-full #bsi h1 {
  font-family: 'Oswald', sans-serif;
  font-weight:700;
  font-size:50px;
  line-height:55px;
  text-shadow: 2px 2px 5px #000;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}

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

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

.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: 767px) {
  .bsi-full #bsi .bsi-caption-wrapper {
    min-height: 180px;
    width: 300px;
  }
}

.bsi-full #bsi p.synopsis {
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  font-size: 18px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  margin: 20px auto;
  line-height: 140%;
}

@media (max-width: 767px) {
  .bsi-full #bsi p.synopsis {
    display:none;
  }
}

.bsi-full #bsi .read-more {
  background: #CDB97D;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  font-weight:700;
  width: 250px;
  margin: 30px auto;
  letter-spacing: 4px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 18px;
  width: 200px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.bsi-full #bsi .read-more:hover {
}


@media (max-width: 767px) {
  .bsi-full #bsi .read-more {
    margin: 100px auto;
    padding: 7px 0px;
    font-weight: 700;
    margin: 100px auto;
    font-size: 13px;
    line-height: 18px;
    width: 160px;
  }
}

.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: 55px;
  }
  .bsi-full #bsi .read-more {
    background: #CDB97D none repeat scroll 0% 0%;
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 0px;
    font-weight: 700;
    margin: 0px auto;
    letter-spacing: 4px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 18px;
    width: 200px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
  }
}

@media (max-width: 767px) {
  .bsi-full #bsi-video-wrap {
    width: 300px;
    margin-left: -150px;
  }
  .bsi-full #bsi .read-more {
    position:relative;
    top:50px;
  }
}

#bsi .bx-controls {

}

#bsi .bx-pager {

  width: 155px;
  height: 30px;
  z-index: 100;
  margin: 0 auto;
  position:relative;
  top:700px;

}

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

@media (max-width: 767px) {
  #bsi .bx-pager {
    top:310px;
    width:130px;
  }
}
@media (max-width: 479px) {
  #bsi .bx-pager {

  }
}

#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.7);
  border-radius: 100px;
  box-shadow: 1px 1px 3px rgb(0, 0, 0);
}

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

#bsi .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #CDB97D;
}

#bsi .bx-controls-direction .bx-prev, #bsi .bx-controls-direction .bx-next {
  position: absolute;
  top: 388px;
  width: 80px;
  height: 80px;
  background: #08172b;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  color: #CDB97D;
  z-index: 500;
  text-decoration: none;
  font-size: 50px;
  text-shadow: 2px 2px 4px #000
}

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

#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;
    top:188px;
  }
}

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

#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;
    top: 188px;
  }
}

@media (max-width: 767px) {
  #bsi .bx-controls-direction {
    display: none;
  }
  #bsi .bx-controls-direction .bx-prev,#bsi .bx-controls-direction .bx-next {
    top:138px;
  }
}

.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: 767px) {
  .tab-controls {
    margin: 0 10px;
  }
}

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

.tab-controls .tab-control {
  display: block;
  background: #040c15;
  color: #2469c1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

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

.tab-controls .tab-control.active {
  cursor: default;
  background: #f0f0f0;
  color: #0c2340;
}

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

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

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

.tab-contents .tab-content {
  display: none;
  background: #f0f0f0;
  height: 243px;
  border-bottom: solid 13px #333;
}

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

#side-content .tab-controls {
  background: #040c15;
  margin: 0 auto;
}

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

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

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

#side-content .tab-contents {
  margin: 0 auto;
}

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


.opaque {
  background: rgba(12, 35, 64, .8);
  padding:35px 0;
}

.opaque h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color:#CDB97D;
  font-size:60px;
  line-height: 60px;
  margin: 0 0 25px;
  }

.social-section h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color:#CDB97D;
  font-size:60px;
  line-height: 60px;
  margin: 0 0 25px;
  }




.opaque .blog_entries h2  {line-height:normal;}

@media (max-width: 1024px) {
  .opaque h2 {
    font-size:38px;
  }
}
@media (max-width: 767px) {
  .opaque h2 {
    font-size:32px;
  }
}




#instagramWrap #widget-instagram {
  width: 100%;
}

#instagramWrap .grid a {
  width: 27%;
  margin: 9px 2% 1% 2px;
  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: #fff;

  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  *zoom: 1;
  font-family:"Montserrat", sans-serif;
}

.top-video:hover {
  opacity: .9;
}

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

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

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

img.top-video-thumb[src$="gif"]{width:51px; height:60px; margin: 30px 81px;}
@media (max-width: 1024px) {
  img.top-video-thumb[src$="gif"]{ margin: 14px 52px;}
}
@media (max-width: 767px) {
  img.top-video-thumb[src$="gif"]{ margin: 24px 74px;}
}

@media (max-width: 479px) {
  img.top-video-thumb[src$="gif"]{ margin: 5px 38px;}
}

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

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

.top-video-meta .title {
  color: #000;
  font-weight: bold;
  font-size: 120%;
  height: 39px;
  overflow:hidden;
}

@media (max-width: 767px) {
  .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: #CDB97D;
  position: absolute;
  bottom: 10px;
  font-size: 30px;
}

@media (max-width: 479px) {
  .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: 767px) {
  #video-player .bg {
    display: none;
  }
}

@media (max-width: 767px) {
  #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: 'Montserrat', 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, .top15 {
  width: 95%;
  display: block;
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
  height: 80px;
  padding-left: 90px;
  padding-right: 5px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  position: relative;
  border-radius: 4px;
}

.secondary .icon, .top15 .icon {
  background: #0C2340;
  width: 80px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  margin-right: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*Sport Pages!*/
body#sport-index #headlines .icon img, body#sport-story .module .icon img {
  display:none;
}
body#sport-index #headlines a.secondary .icon, body#sport-story .module a.top15 .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-news.png') no-repeat scroll 50% 50%;
}

body#sport-index #headlines a.secondary[href*="recaps"] .icon, body#sport-story .module a.top15[href*="recaps"] .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-recap.png') no-repeat scroll 50% 50%;
}
body#sport-index #headlines a.secondary[href*="archive"] .icon, body#sport-story .module a.top15[href*="archive"] .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-archive.png') no-repeat scroll 50% 50%;
}
body#sport-index #headlines a.secondary[href*="spec-rel"] .icon, body#sport-story .module a.top15[href*="spec-rel"] .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-news.png') no-repeat scroll 50% 50%;
}
body#sport-index #headlines a.secondary[href*="blog"] .icon, body#sport-story .module a.top15[href*="blog"] .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-blog.png') no-repeat scroll 50% 50%;
}
body#sport-index #headlines a.secondary[href*="collegesportslive"] .icon, body#sport-story .module a.top15[href*="collegesportslive"] .icon{
  background: #0c2340 url('http://grfx.cstv.com/schools/pitt/graphics/pitt-15-headline-icon-video.png') no-repeat scroll 50% 50%;
}


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

.secondary .date, .top15 .date {
  padding-top: 15px;
  line-height: 1.1em;
}

@media (max-width: 767px) {
  .secondary .date, .secondary h3 {
    font-family:"Montserrat", sans-serif;
  }
  .secondary .date {font-size:12px;}
  .secondary h3 {font-size:100%;}
}


.secondary h3, .top15 h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  height:39px;overflow:hidden;
}



.secondary:hover, .top15:hover {
  opacity: .9;
  color: #111;
}

.secondary:active, .top15:active {
  opacity: .95;
  color: #555;
}

/* 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: url("http://grfx.cstv.com/schools/pitt/graphics/pitt-15-textured-bg.png");
    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: url("http://grfx.cstv.com/schools/pitt/graphics/pitt-15-textured-bg.png");
    border: solid 2px #0c2340;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    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: 'Montserrat', 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%;
}

.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;
}

.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;
}

.sponsors-section {
  text-align:center;
}

.sponsors-section div img {
  display:inline;
  margin: 0;
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {

}

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

#non-sport #page-bg {top:-50px;}
@media only screen and (max-device-width: 480px),
       only screen and (-webkit-min-device-pixel-ratio: 2) {
  #non-sport #page-bg {top:0px;}
}

body.m-footbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-index-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.m-basebl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-m-basebl-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.m-baskbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-index-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-baskbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-baskbl-container090815.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.c-xc #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-c-xc-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-gym #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-gym-container090815.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.m-soccer #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-m-soccer-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-soccer #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-soccer-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-softbl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-softbl-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.c-swim #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-c-swim-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.c-track #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-c-track-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-tennis #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-tennis-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}

body.w-volley #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-w-volley-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}
body.m-wrestl #page-bg {
  background: #333 url(http://grfx.cstv.com/schools/pitt/graphics/pitt-15-index-container.jpg) no-repeat 50% -50px;
  background-size:cover;
}


.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 .container {
  padding-bottom: 40px;
}

#large-header .container h1, #non-sport.genrel #large-header .container h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-family: "Oswald",sans-serif;
  text-shadow: 2px 2px 5px #000;
  text-transform: uppercase;
  margin: 20px auto;
  padding-top:70px;
}

#non-sport.genrel #large-header .container h1:first-of-type{
  display:none;
}

#non-sport #large-header .container h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  margin: 20px auto;
  padding-top:70px;
}
@media (max-width: 767px) {
  #large-header .container h1 {
    font-size: 25px;
    line-height:normal;
    margin: 60px auto 10px;
  }
  #non-sport #large-header .container h1 {
    font-size: 25px;
  }
}

#large-header .container h2 {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Montserrat', arial, helvetica, sans-serif;
  text-shadow: 2px 2px 5px #000;
  letter-spacing: 0.05em;
  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: 767px) {
  #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);
}
#sport-story #main-content-wrap, #non-sport #main-content-wrap {
  background: url("http://grfx.cstv.com/schools/pitt/graphics/pitt-15-textured-bg.png");
  padding: 20px 0;
}
@media (max-width: 767px) {
  #sport-story #main-content-wrap {
    padding: 20px 0;
  }
  #non-sport #main-content-wrap {
    padding: 20px 0;
  }
}

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

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

@media (max-width: 767px) {
  #main-content {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  #main-content {
    max-width: 300px;
    margin: 0 auto;
  }
}

#arrow-up {position:absolute; left:48%;}

#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: 767px) {
  #printer-footer {
    max-width: 300px;
  }
}

#printer-footer #printer-footer-inside > a {
  font-family: 'Montserrat', 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;
  border: 1px solid #000;
  border-width: 1px 0 1px 0;
  padding: 5px;
  margin: 30px auto;
}

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

@media (max-width: 767px) {
  #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: 767px) {
  #biotable {
    width: 300px;
    text-align: center;
  }
}

#biotable #biotable-name {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  padding: 40px 0 20px;
  color: #fff;
}

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

#biotable #biotable-name #biotable-number {
  display: inline;
  background: url("http://grfx.cstv.com/schools/pitt/graphics/pitt-15-bio-number-bg.png") no-repeat center;
  color: rgb(205, 185, 125); /*#CDB97D in rgb if you ever need it */
  padding:24px;
}


@media (max-width: 767px) {
  #biotable #biotable-name #biotable-number {
    padding:25px;
    font-size:26px;
  }
}

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

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

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

#biotable #biotable-info td {padding: 10px 0;}

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

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

@media (max-width: 767px) {
  #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: 767px) {
  #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: "Montserrat", sans-serif;
  font-size: inherit;
  color: inherit;
}

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

@media (max-width: 1023px) {
  #side-content {
    max-width:100%;
    width:100%;
  }
}

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

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

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

#ad-rail {
  background: #fff;
  width: 320px;
  min-height: 270px;
  padding: 10px;
}
@media (max-width: 479px) {
 #ad-rail {
  background: none;
  width: 300px;
  min-height: 0;
  padding: 0;
}
}


@media (max-width: 1023px) {

  #ad-rail{
    margin:10px auto;
  }

}



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

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

#footer {
  background: #222;
  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;
  text-decoration:none;
}

#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: 767px) {
  #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;
}

@media (max-width: 767px) {
  #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;
  background: rgba(12, 35, 64, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 69000;
}

/* #Content * {
  font-family: "Montserrat",sans-serif !important;
  line-height: 18px !important;
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
}
@media (max-width: 479px) {
  #Content {padding-top:10px;}
}
#Content iframe { max-width:100%;} --> */


#jcal-machine-slider li.expired .jc-gt a,#jcal-machine-slider li.upcoming .jc-gt a,#jcal-machine-slider li.inprogress .jc-gt a {
  background: transparent url("http://grfx.cstv.com/scripts/csui/calendar/graphics/jcal-gt1.png") no-repeat scroll center top !important;
}

.hidelarge {display:none;}
@media (max-width: 1023px) {
  .hidelarge {
    display:inline-block;
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 15px;
    cursor:pointer;
  }
}

body#sport-index.w-tennis .hidetennis {display:none;}

.storyheadline {
  font-size: 24px;
  margin: 10px 0;
  font-family: "Oswald", sans-serif;
  display: block;
}


.statsTotal td { background: #BDB582; font-weight: 700; }
.stats-m-baskbl td {padding:2px; border:1px; text-align:right;}
.stats-m-baskbl thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:right;}

.statsTotal td { background: #BDB582; font-weight: 700; }
.stats-w-baskbl td {padding:2px; border:1px; text-align:right;}
.stats-w-baskbl thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:right;}

.stats-m-soccer td {padding:4px; text-align:center; border-bottom: 1px dotted #aaa; text-align:center;}
.stats-m-soccer thead { background: #1C2A43; color:#FFF; font-weight:700; text-transform:uppercase; text-align:center; }

.statsTotal td { background: #BDB582; font-weight: 700; }
.stats-m-footbl td {padding:2px; border:1px; text-align:right;}
.stats-m-footbl thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:right;}

.stats-m-footbl td {padding:2px; border:1px;}
.stats-m-footbl thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-rush td {padding:2px; border:1px;}
.stats-m-footbl-rush thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-recv td {padding:2px; border:1px;}
.stats-m-footbl-recv thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-kikr td {padding:2px; border:1px;}
.stats-m-footbl-kikr thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-pntr td {padding:2px; border:1px;}
.stats-m-footbl-pntr thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-defn td {padding:2px; border:1px;}
.stats-m-footbl-defn thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-pass td {padding:2px; border:1px;}
.stats-m-footbl-pass thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}
.stats-m-footbl-fegs td {padding:2px; border:1px;}
.stats-m-footbl-fegs thead th {background: #1c2a43; color:#FFF; font-weight:700; text-align:left;}


/*Basketball Box Sorts */
#baskbl-recap-box {
background:#cccccc;
width: 300px;
margin-bottom: 10px;
margin-left: 10px;
font-size: 13px;
font-family: 'Open Sans Condensed',sans-serif;
float:right;
color:#000;
padding:0 0 10px 0;
border:1px solid #999999;
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

#team_stats_postgame {float:right; width:265px; border:0px solid #fff; background:#fff; margin:6px;}
#linescore {width:100%;}
#linescore thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#linescore tbody tr td.hometeamblock {background: #ddd; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.visitorteamblock {background: #ddd; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.totalscoreblock {font-weight:700; font-size:11px;}
#linescore tbody tr td {background: #fff; text-align:center; padding:4px; border-left:1px solid #1C2A43; border-bottom:1px solid #1C2A43; font-size:11px;}
#linescore tbody tr td:nth-last-child(1) {background:#dcdcdc; border-right:1px solid #1C2A43;}


#playerstatTable {width:100%; border:1px solid #1C2A43;}
#playerstatTable thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#playerstatTable tbody tr:nth-child(odd) td { background:#ddd;}
#playerstatTable tbody tr td { padding:4px; font-size:11px;}
#playerstatTable tbody tr td.playerBlock {text-align:left; font-weight:700; font-size:11px;}
#playerstatTable tbody #playerstattotalBlock td {font-weight:700;}
#playerstatTable tbody #playerstattotalBlock td:nth-child(1) {text-align:left;}

#oplayerstatTable {width:100%; border:1px solid #1C2A43;}
#oplayerstatTable thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#oplayerstatTable tbody tr:nth-child(odd) td { background:#ddd;}
#oplayerstatTable tbody tr td { padding:4px; font-size:11px;}
#oplayerstatTable tbody tr td.playerBlock {text-align:left; font-weight:700; font-size:11px;}
#oplayerstatTable tbody #playerstattotalBlock td {font-weight:700;}
#oplayerstatTable tbody #playerstattotalBlock td:nth-child(1) {text-align:left;}


#teamstatheader {text-align:left; width:98%; background: #F8C831;   font-family: 'Open Sans Condensed',sans-serif; padding:1px 0px; margin:3px auto;}
#linestatheader {text-align:left; width:98%; background: #F8C831;  font-family: 'Open Sans Condensed',sans-serif; padding:1px 0px; margin:3px auto;}
#playerstatheader {text-align:left; width:98%; background: #F8C831;   font-family: 'Open Sans Condensed',sans-serif; padding:1px 0px; margin:3px auto;}

#teamsummaryTable {width:100%; border:1px solid #1C2A43;}
#teamsummaryTable thead tr th {background:#1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#teamsummaryTable tbody tr td {text-align:center; background:#fff; padding:4px; font-size:11px;}

#teamsummaryTable tbody #teamstatTotalBlock td {font-weight:700; background:#dcdcdc;}

#oteamsummaryTable {width:100%; border:1px solid #1C2A43;}
#oteamsummaryTable thead tr th {background:#1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#oteamsummaryTable tbody tr td {text-align:center; background:#fff; padding:4px; font-size:11px;}

#oteamsummaryTable tbody #teamstatTotalBlock td {font-weight:700; background:#dcdcdc;}


table#top-score td {
color:#fff;
font-weight:bold;
font-size:15px;
text-shadow:1px 1px 2px #000;
font-family: 'Open Sans Condensed',sans-serif;
}

#non-sport #main-content {
  font-family: "Montserrat", sans-serif;
}


/*Basketball Box Sorts */
/*#team_stats_postgame {float:right; width:265px; border:0px solid #fff; background:#fff; margin:6px;}
#linescore {width:100%;}
#linescore thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#linescore tbody tr td.hometeamblock {background: #ddd; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.visitorteamblock {background: #ddd; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.totalscoreblock {font-weight:700; font-size:11px;}
#linescore tbody tr td {background: #fff; text-align:center; padding:4px; border-left:1px solid #1C2A43; border-bottom:1px solid #1C2A43; font-size:11px;}
#linescore tbody tr td:nth-last-child(1) {background:#dcdcdc; border-right:1px solid #1C2A43;}


#playerstatTable {width:100%; border:1px solid #1C2A43;}
#playerstatTable thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#playerstatTable tbody tr:nth-child(odd) td { background:#ddd;}
#playerstatTable tbody tr td { padding:4px; font-size:11px;}
#playerstatTable tbody tr td.playerBlock {text-align:left; font-weight:700; font-size:11px;}
#playerstatTable tbody #playerstattotalBlock td {font-weight:700;}
#playerstatTable tbody #playerstattotalBlock td:nth-child(1) {text-align:left;}

#oplayerstatTable {width:100%; border:1px solid #1C2A43;}
#oplayerstatTable thead tr th {background: #1C2A43; color: #BDB582; padding:2px; border-bottom:1px solid #DDDDDD; font-size:11px;}
#oplayerstatTable tbody tr:nth-child(odd) td { background:#ddd;}
#oplayerstatTable tbody tr td { padding:4px; font-size:11px;}
#oplayerstatTable tbody tr td.playerBlock {text-align:left; font-weight:700; font-size:11px;}
#oplayerstatTable tbody #playerstattotalBlock td {font-weight:700;}
#oplayerstatTable tbody #playerstattotalBlock td:nth-child(1) {text-align:left;}




#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;}
*/

#livewireheader {margin-top:70px;}



/* XTRA LARGE */
@media (min-width: 1440px) {
#html-calendar td {
  font-size:10px;
  line-height:12px;
}

#html-calendar th {
  background:#CDB97D;
  color:#0C2340;
}
}/* END QUERY */

/* MEDIUM */
@media (min-width: 768px) and (max-width: 1439px) {
#html-calendar td {
  font-size:10px;
  line-height:12px;
}

#html-calendar th {
  background:#CDB97D;
  color:#0C2340;
}
}/* END QUERY */

/* SMALL */
@media (min-width: 480px) and (max-width: 767px) {
#html-calendar td {
  font-size:7px;
  line-height:10px;
}

#html-calendar th {
  font-size:11px;
  line-height:5px;
  background:#CDB97D;
  color:#0C2340;
}
}/* END QUERY */

/* XTRA SMALL */
@media (max-width: 479px) {
#html-calendar td {
  font-size:4px;
  line-height:7px;
}

#html-calendar th {
  font-size:7px;
  line-height:7px;
  background:#CDB97D;
  color:#0C2340;
}
}/* END QUERY */



