@font-face {
  font-family: 'Carnas-Light';
  src: url('http://grfx.cstv.com/schools/rice/library/Carnas-Light/Carnas-Light.eot') format('embedded-opentype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Light/Carnas-Light.otf') format('opentype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Light/Carnas-Light.woff') format('woff'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Light/Carnas-Light.ttf') format('truetype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Light/Carnas-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Carnas-Medium';
  src: url('http://grfx.cstv.com/schools/rice/library/Carnas-Medium/Carnas-Medium.eot') format('embedded-opentype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Medium/Carnas-Medium.otf') format('opentype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Medium/Carnas-Medium.woff') format('woff'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Medium/Carnas-Medium.ttf') format('truetype'),
     url('http://grfx.cstv.com/schools/rice/library/Carnas-Medium/Carnas-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DaxPro-Bold';
  src: url('http://grfx.cstv.com/schools/rice/library/DaxPro-Bold/DaxPro-Bold.eot') format('embedded-opentype'),
     url('http://grfx.cstv.com/schools/rice/library/DaxPro-Bold/DaxPro-Bold.otf') format('opentype'),
     url('http://grfx.cstv.com/schools/rice/library/DaxPro-Bold/DaxPro-Bold.woff') format('woff'),
     url('http://grfx.cstv.com/schools/rice/library/DaxPro-Bold/DaxPro-Bold.ttf') format('truetype'),
     url('http://grfx.cstv.com/schools/rice/library/DaxPro-Bold/DaxPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.schedborder table td img {
  display: block;
}

#schedtable td.row-text img {
  display: inline;
}

.revLineColor td {
  display: none;
  color: #FFF !important;
}

.storyheadline,
.StoryHeadline,
#sportstoryheadline {
  font-family: "DaxPro-Bold", sans-serif;
  color: #161C47;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
}

.storyteaser,
.StoryTeaser {
  font-family: "Carnas-Medium", sans-serif;
  color: #ACAEB0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}

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

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

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

* {
  box-sizing: border-box;
}

body {
  background: #FFF;
  background-size: 100%;
  font-family: "Carnas-Light", arial, helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 64px 0 0 0;
}

body.sportBody, body.iNt {
  padding: 94px 0 0 0;
}
body.nSt {
  padding: 64px 0 0 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 {
  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: 80px;*/
}

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

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

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

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

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

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

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

@media (max-width: 1024px) {
  .socialMedia .col-third {
    width: 48%;
  }
  .socialMedia .col-third:first-of-type {
    width: 100%;
    margin-bottom: 15px;
  }
  .tresPromos .col-third {
    width: 48%;
  }
  .tresPromos .col-third:last-of-type {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .col-third {
    width: 100%!important;
    margin: 0px 0px 15px 0px!important;
    padding: 0px 10px!important;
  }
}

@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: "DaxPro-Bold", sans-serif;
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  opacity: .9;
}

.container {
  max-width: 1280px;
  min-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 1024px) {
  .container {
    max-width: 1023px;
    min-width: 768px;
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 767px;
    min-width: 320px;
    padding: 0px 10px;
  }
  #header .container {
    padding: 0px 0px;
  }
}

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

.section {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.section.dark {
  color: #FFF;
  background: #161C47;
  background: rgba(22, 28, 71, 0.98);
  padding: 15px 0px;
}

.section.dark.videoAndPhotosWrap {
  padding: 30px 0px 20px 0px;
}

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

.section.dark h2.header {
  color: #FFF;
  font-size: 33px;
  margin-bottom: 20px;
  word-spacing: 5px;
}
.section.dark .container h2.header {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
.section.dark.upcomingEvents h2.header {
  position: relative;
  display: block;
  /*max-width: 1280px;
  min-width: 1024px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section.dark.upcomingEvents h2.header #dL {
  width:35%;
  height:20px;
  overflow:hidden;
  background:url(http://grfx.cstv.com/schools/rice/graphics/rice-17-diagonals-left.png) no-repeat center right;
  position: absolute;
  left: -20px;
  top: 12px;
}
.section.dark.upcomingEvents h2.header #dM {
  width: 30%;
  padding: 0px 20px;
  text-align:center;
}
.section.dark.upcomingEvents h2.header #dR {
  width:35%;
  height:20px;
  overflow:hidden;
  background:url(http://grfx.cstv.com/schools/rice/graphics/rice-17-diagonals-right.png) no-repeat center left;
  position: absolute;
  right: -20px;
  top: 12px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section.dark.upcomingEvents h2.header #dL {
    left: 0px;
  }
  .section.dark.upcomingEvents h2.header #dR {
    right: 0px;
  }
}/* END QUERY */

@media (max-width: 1024px) {
  .section.dark .container h2.header {
    font-size: 30px;
  }
  .section.dark h2.header {
    font-size: 30px;
  }
  .section.dark.upcomingEvents h2.header {
    max-width: 1024px;
    min-width: 768px;
  }
  /*.section.dark.upcomingEvents h2.header #dL {
    left: -20px;
  }
  .section.dark.upcomingEvents h2.header #dR {
    right: -20px;
  }*/
}
@media (max-width: 767px) {
  .section.dark .container h2.header {
    font-size: 20px;
  }
  .section.dark h2.header {
    font-size: 30px;
  }
  .section.dark.upcomingEvents h2.header {
    max-width: 767px;
    min-width: 320px;
  }
  .section.dark.upcomingEvents h2.header #dL, .section.dark.upcomingEvents h2.header #dR {
    display: none;
  }
}

.section.dark .container .col-half h2.header {
  color: #FFF;
  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.white {
  background: #FFF;
  background: rgba(255, 255, 255, 0.98);
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .section.white {
    padding: 10px 0px;
  }
}

.section.white .container h2.header {
  color: #161C47;
  font-size: 70px;
  margin-bottom: 50px;
}
.section.white .container .col-third h2.header {
  color: #161C47;
  font-size: 33px;
  margin: 30px 0px 15px;
}
@media (max-width: 1024px) {
  .section.white .container h2.header {
    font-size: 30px;
  }
  .section.white .container .col-third h2.header {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section.white .container h2.header {
    font-size: 20px;
  }
}

.section.white .container .col-half h2.header {
  color: #161C47;
  font-size: 35px;
}
@media (max-width: 1024px) {
  .section.white .container .col-half h2.header {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section.white .container .col-half h2.header {
    font-size: 20px;
  }
}


.section.light {
  background: #ACAEB0;
  background: rgba(172, 174, 176, 0.98);
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .section.light {
    padding: 10px 0px;
  }
}

.section.light .container h2.header {
  color: #161C47;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section.light .container h2.header {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section.light .container h2.header {
    font-size: 20px;
  }
}

.section.light .container .col-half h2.header {
  color: #161C47;
  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: 50px 0px 40px;
}
@media (max-width: 767px) {
  .section.clear {
    padding: 30px 0 20px;
  }
}

.section.clear .container h2.header {
  color: #161C47;
  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: #161C47;
  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;
  }
}

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

a {
  color: #161C47;
}

a:visited {
  color: #161C47;
}

a:hover {
  color: #ACAEB0;
}

a:active {
  color: #ACAEB0;
}

a img {
  border: 0px;
  color: transparent;
  background: transparent;
}

h2.header {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "DaxPro-Bold", 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;
  }
}

.skipnav { text-align: center; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

.hiddenReaderText {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

/**
 *
 * Generic Responsive Nav CSS
 *
 */
#main-nav #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;
}

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

#main-nav .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) {
  #main-nav .rnav-icon {
    display: block;
    position: relative;
    font-size: 20px;
  }
}

#main-nav ul.rnav {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  #main-nav 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 #0a0d20;
    -webkit-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
  }

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

  #main-nav ul.rnav.open {
    left: 0;
    padding: 110px 10px;
  }

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

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

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

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

  #main-nav ul.rnav .rnav-column > li > a {
    display: block;
    height: 40px;
    line-height: 40px!important;
  }

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

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

  #main-nav 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;
  }

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

@media (max-width: 767px) {
  #main-nav ul.rnav.open {
    left: 0;
    padding: 70px 10px;
  }
}

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

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

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

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

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

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

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

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

#main-nav 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) {
  #main-nav ul.rnav > li.open > li > a {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

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

#main-nav ul.rnav > li ul, ul.rnav > li ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

#main-nav ul.rnav .rnav-column {
  float: left;
  width: 30%;
  margin-right: 2%;
}

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

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

#main-nav ul.rnav .rnav-column.sports {
    width: 48%!important;
    margin: 1% 1%;
}

@media (max-width: 1024px) {
  #main-nav ul.rnav .rnav-column.sports {
    width: 100%;
    margin: 2%
  }
}

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

/**
 *
 *  Custom for Main Nav
 *
 */
#main-nav {
  float: right;
  height: 64px;
  padding: 0px 0px 0px 0px;
}

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

@media (max-width: 1024px) {
  #main-nav {
    float: left;
  }
  #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: 64px;
  line-height: 72px;
  font-size: 40px;
}

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

@media (max-width: 767px) {
  #main-nav .rnav-icon {
    font-size: 26px;
  }
}

#main-nav .rnav > li > a {
  font-family: "DaxPro-Bold", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 62px;
  height: 62px;
  padding: 0px 2px;
  position: relative;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #main-nav .rnav > li > a {
    font-size: 15px;
    padding: 0px 6px;
  }
}/* END QUERY */

#main-nav .rnav > li > a i.icon {
  font-size: 12px;
  font-weight: bolder;
}

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

/*#main-nav .rnav > li > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #161C47;
}*/

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

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

#main-nav .rnav > li.open > a {
  background: transparent;
  color: #999;
}

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

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

@media (max-width: 1024px) {
  #main-nav .rnav > li.open > a {
    border-top: solid 1px #1c245a;
    background: #0a0d20;
  }
}

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

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

@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: #161C47;
  color: #838ed9;
}

#main-nav .rnav .rnav-panel {
  background: #161C47;
  padding: 40px 20px;
}

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

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

#main-nav .rnav ul.sports li {
  width: 48%;
  float: left;
  margin-left: 2%;
}
#main-nav .rnav ul li {
  padding: 0% 1%;
}
#main-nav .rnav ul li:hover {
  background: rgba(255,255,255,.25);
}
#main-nav .rnav ul li.heading:hover {
  background: transparent;
}

@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: 12px;
}

@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;
  padding-right:
}

#main-nav .rnav ul.sports li .nav-sect-two i.slash {
  padding: 0px 1px 0px 0px;
}

#main-nav .rnav ul.sports li .nav-sect-two a {
  font-size: 11px;
  color: #ACAEB0;
}

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li .nav-sect-two a {
    font-size: 14px;
    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: #ACAEB0;
  color: #6c6e71;
  font-size: 10px;
}

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

#main-nav .rnav ul.sports li .nv-spo {
  color: #FFF;
  display: inline-block;
  /*width: 80%;*/
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
}

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

@media (max-width: 1024px) {
  #main-nav .rnav ul.sports li a.nv-social {
    display: 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: "DaxPro-Bold", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #222b6e;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

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

#main-nav #social-icons a {
  padding: 0 25px 0 0;
  text-transform: uppercase;
  position: relative;
  font-family: "DaxPro-Bold", sans-serif;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 20px;
  width: 100px;
}

@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 {
  background: #ACAEB0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  text-align: center;
  color: #161C47 !important;
  background: #e8d3a6;
  border-radius: 50px;
  font-size: 10px;
}

#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: "DaxPro-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  background: #161C47;
  background: #202866;
  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: #161C47;
  background: #1e2762;
}

#main-nav #search form .search-button:active {
  background: #161C47;
  background: #181f4f;
}



/**
 *
 * Generic Responsive Nav 2 CSS
 *
 */
#main-nav2 #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;
}

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

#main-nav2 .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: 767px) {
  #main-nav2 .rnav-icon {
    display: block;
    position: relative;
    font-size: 20px;
  }
}

#main-nav2 ul.rnav {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  #main-nav2 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-left: solid 1px #0a0d20;
    -webkit-transition: right 400ms ease-in-out;
    transition: right 400ms ease-in-out;
  }

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

  #main-nav2 ul.rnav.open {
    right: 0;
    padding: 20px;
  }

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

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

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

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

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

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

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

  #main-nav2 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;
  }

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

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

@media (max-width: 767px) {
  #main-nav2 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;
    text-align: center;
    font-size: 16px!important;
  }
}

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

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

@media (max-width: 767px) {
  #main-nav2 ul.rnav > li {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }

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

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

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

#main-nav2 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: 767px) {
  #main-nav2 ul.rnav > li.open > li > a {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

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

#main-nav2 ul.rnav > li ul, ul.rnav > li ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

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

@media (max-width: 767px) {
  #main-nav2 ul.rnav .rnav-column {
    float: none;
  }
}

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

#main-nav2 ul.rnav .rnav-column.sports {
  width: 50%;
}

@media (max-width: 767px) {
  #main-nav2 ul.rnav .rnav-column.sports {
    width: 100%;
  }
}

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


/**
 *
 *  Custom for Main Nav 2
 *
 */
#main-nav2 {
  float: right;
  height: 64px;
  padding: 0px 0px 0px 0px;
}

#main-nav2 #rnav-content-block {
  top: 64px;
  opacity: 0;
}

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

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

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

#main-nav2 .rnav-icon {
  color: #161C47;
  width: 50px;
  height: 62px;
  line-height: 62px;
  font-size: 30px;
}
  .nav2Skew{ display: none;}

@media (max-width: 767px) {
  #main-nav2 .rnav {
    background: #161C47;
    padding-top: 20px;
  }
  .nav2Skew {
    display: block;
    background: #FFF;
    padding: 4px 0px;
    height: 62px;
    -ms-transform: skewX(-25deg); /* IE 9 */
    -webkit-transform: skewX(-25deg); /* Safari */
    transform: skewX(-25deg); /* Standard syntax */
  }
  .nav2antiSkew {
    -ms-transform: skewX(25deg); /* IE 9 */
    -webkit-transform: skewX(25deg); /* Safari */
    transform: skewX(25deg); /* Standard syntax */
  }
}

#main-nav2 .rnav > li > a {
  font-family: "DaxPro-Bold", sans-serif;
  color: #161C47;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  padding: 0 10px;
  position: relative;
}

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

#main-nav2 .rnav > li > a:hover {
  color: #ACAEB0;
}

/*#main-nav2 .rnav > li > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #161C47;
}*/

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

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

#main-nav2 .rnav > li.open > a {
  background: #161C47;
  color: #FFF;
}

/*#main-nav2 .rnav > li.open > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #ACAEB0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 20px;
}
*/
@media (max-width: 767px) {
  #main-nav2 .rnav > li.open > a:after {
    display: none;
  }
}

@media (max-width: 767px) {
  #main-nav2 .rnav > li.open > a {
    border-top: solid 1px #1c245a;
    background: #0a0d20;
  }
}

@media (max-width: 767px) {
  #main-nav2 .rnav > li.open .rnav-panel {
    background: #101434;
  }
}

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

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

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

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

#main-nav2 .rnav .rnav-header {
  font-weight: bold;
  color: #161C47;
  color: #838ed9;
}

#main-nav2 .rnav .rnav-panel {
  background: #161C47;
  padding: 20px;
}

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

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

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

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

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

#main-nav2 .rnav ul.sports li {
  width: 48%;
  float: left;
  margin-left: 2%;
}

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

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

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

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

#main-nav2 .rnav ul.sports li .nav-sect-two a {
  font-size: 10px;
  color: #ACAEB0;
}

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

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

#main-nav2 .rnav ul.sports li i.slash:after {
  content: ' / ';
  color: #ACAEB0;
  color: #6c6e71;
  font-size: 10px;
}

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

#main-nav2 .rnav ul.sports li .nv-spo {
  color: #FFF;
  display: inline-block;
  width: 80%;
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
}

#main-nav2 .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: #161C47 !important;
  background: #ACAEB0;
  border-radius: 50px;
  font-size: 10px;
}

@media (max-width: 767px) {
  #main-nav2 .rnav ul.sports li a.nv-social {
    display: none;
  }
}

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

#main-nav2 .rnav li.heading, #main-nav2 .rnav ul.sports li.heading {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DaxPro-Bold", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #222b6e;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

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

#main-nav2 #social-icons a {
  padding: 0 25px 0 0;
  text-transform: uppercase;
  position: relative;
  font-family: "DaxPro-Bold", sans-serif;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 20px;
  width: 100px;
}

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

#main-nav2 #social-icons a i.fa {
  background: #ACAEB0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  text-align: center;
  color: #161C47 !important;
  background: #e8d3a6;
  border-radius: 50px;
  font-size: 10px;
}

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

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

#main-nav2 #search form .search-button {
  display: inline-block;
  padding: 9px 15px 20px 15px;
  border-radius: 4px;
  border: none;
  height: 30px;
  font-family: "DaxPro-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  background: #161C47;
  background: #202866;
  cursor: pointer;
}

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

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

#main-nav2 #search form .search-button:hover {
  background: #161C47;
  background: #1e2762;
}

#main-nav2 #search form .search-button:active {
  background: #161C47;
  background: #181f4f;
}


/**
 *
 * Generic Responsive Nav CSS
 *
 */
#sport-nav #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;
}

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

#sport-nav .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) {
  #sport-nav .rnav-icon {
    display: block;
    position: relative;
    font-size: 20px;
  }
}

#sport-nav ul.rnav {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  #sport-nav 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 #0a0d20;
    -webkit-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
  }

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

  #sport-nav ul.rnav.open {
    left: 0;
    padding: 110px 10px;
  }

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

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

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

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

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

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

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

  #sport-nav 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;
  }

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

@media (max-width: 767px) {
  #sport-nav ul.rnav.open {
    left: 0;
    padding: 70px 10px;
  }
}

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

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

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

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

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

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

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

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

#sport-nav 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) {
  #sport-nav ul.rnav > li.open > li > a {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

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

#sport-nav ul.rnav > li ul, ul.rnav > li ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

#sport-nav ul.rnav .rnav-column {
  float: left;
  width: 30%;
  margin-right: 2%;
}

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

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

#sport-nav ul.rnav .rnav-column.sports {
  width: 48%!important;
}

@media (max-width: 1024px) {
  #sport-nav ul.rnav .rnav-column.sports {
    width: 100%;
  }
}

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

/**
 *
 *  Custom for Main Nav
 *
 */
#sport-nav {
  float: right;
  height: 64px;
  padding: 0px 0px 0px 0px;
}

#sport-nav #rnav-content-block {
  top: 64px;
  opacity: 0;
}

@media (max-width: 1024px) {
  #sport-nav {
    float: left;
  }
  #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;
  width: 64px;
  height: 64px;
  line-height: 72px;
  font-size: 40px;
}

@media (max-width: 1024px) {
  #sport-nav .rnav {
    background: #161C47;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  #sport-nav .rnav-icon {
    font-size: 26px;
  }
}

#sport-nav .rnav > li > a {
  font-family: "DaxPro-Bold", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 62px;
  height: 62px;
  padding: 0px 4px;
  position: relative;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #sport-nav .rnav > li > a {
    font-size: 15px;
    padding: 0px 6px;
  }
}/* END QUERY */

#sport-nav .rnav > li > a i.icon {
  font-size: 12px;
  font-weight: bolder;
}

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

/*#sport-nav .rnav > li > a:after {
  font-family: FontAwesome;
  content: ' \f107 ';
  color: #161C47;
}*/

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

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

#sport-nav .rnav > li.open > a {
  background: transparent;
  color: #999;
}

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

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

@media (max-width: 1024px) {
  #sport-nav .rnav > li.open > a {
    border-top: solid 1px #1c245a;
    background: #0a0d20;
  }
}

@media (max-width: 1024px) {
  #sport-nav .rnav > li.open .rnav-panel {
   /* background: #101434;*/
  }
}

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

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

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

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

#sport-nav .rnav .rnav-header {
  font-weight: bold;
  color: #161C47;
  color: #838ed9;
}

#sport-nav .rnav .rnav-panel {
  background: #161C47;
  padding: 40px 20px;
}

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

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

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

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

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

#sport-nav .rnav ul.sports li {
  width: 48%;
  float: left;
  margin-left: 2%;
}

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



#sport-nav {
  background: #141732;
  height: 32px;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  padding: 0px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.67);
}
#sport-nav .container {
  padding: 0 0 0 20px;
}

@media (max-width: 1024px) {
  #sport-nav {
    height: 32px;
  }
#sport-nav .container {
  padding: 0 0 0 0;
}
}

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

#sport-nav h3 {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #FFF;
  font-family: "Carnas-Medium", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

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

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

@media (max-width: 1024px) {
  #sport-nav h3 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-indent: 24px;
  }
}

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

@media (max-width: 1024px) {
  #sport-nav #nav2 {
    width: 300px;
    padding: 70px 20px 20px 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: 32px;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Carnas-Medium", 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: 0px;
    width: 100px
  }
}

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

#sport-nav .rnav > li > a {
  display: block;
  font-family: "Carnas-Medium", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
}

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

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

/*#sport-nav .rnav > li > a.highlight:after {
  color: #ACAEB0;
  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: #0a0d20;
  text-decoration: none;
}

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

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

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

@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: #838ed9;
}

#sport-nav .rnav .rnav-panel {
    border: 15px #0A0D20 solid;
    padding: 15px;
    background: #ACAEB0;
    width: 320px!important;
    left: auto!important;
    margin-left: -226px;
    height: 320px;
    overflow: auto;
}
@media (max-width: 1024px) {
  #sport-nav .rnav .rnav-panel {
    width: 300px!important;
    margin-left: -20px;
  }
}
/*#sport-nav .rnav .rnav-panel a {
  color: #0A0D20;
}*/
#sport-nav ul.rnav .rnav-column.sports {
  width: 100%!important;
}

#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: "DaxPro-Bold", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #222b6e;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

@media (max-width: 1024px) {
  #sport-nav .rnav li.heading {
    color: #283381;
    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: #161C47;
  border-bottom: 2px solid #ACAEB0;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 9999;
  box-shadow:  0px 3px 5px rgba(0, 0, 0, 0.67);
}
@media (max-width: 767px) {
  #header {
    min-width: 320px;
  }
}

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

#header .logo {
  float: left;
  margin: 0px;
  padding: 5px;
  width: 75px;
  position: relative;
  z-index: 7777;
  -webkit-transition: all .5s ease-in-out!important;
  -moz-transition: all .5s ease-in-out!important;
  -ms-transition: all .5s ease-in-out!important;
  transition: all .5s ease-in-out!important;
}
#header .logo:hover {
  -webkit-transition: all .5s ease-in-out!important;
  -moz-transition: all .5s ease-in-out!important;
  -ms-transition: all .5s ease-in-out!important;
  transition: all .5s ease-in-out!important;
}
#header .logo #mainLogo {
  width: 100%;
  -webkit-transition: all .5s ease-in-out!important;
  -moz-transition: all .5s ease-in-out!important;
  -ms-transition: all .5s ease-in-out!important;
  transition: all .5s ease-in-out!important;
}
#header .logo #mainLogo:hover {
  width: 100%;
  -webkit-transition: all .5s ease-in-out!important;
  -moz-transition: all .5s ease-in-out!important;
  -ms-transition: all .5s ease-in-out!important;
  transition: all .5s ease-in-out!important;
}

#header .wordMark {
  background: #FFF;
  padding: 15px 10px;
  height: 62px;
  float: left;
  margin: 0px 0px 0px 0px;

  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}
#header .wordMark .antiSkew {
  -ms-transform: skewX(-25deg); /* IE 9 */
  -webkit-transform: skewX(-25deg); /* Safari */
  transform: skewX(-25deg); /* Standard syntax */
}
#header .wordMark a #logo {
  width: 224px;
}

#header #grayLine {
  background: #ACAEB0;
  width: 8px;
  height: 62px;
  float: left;
  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}
#header #darkBlueLine {
  background: #141732;
  width: 8px;
  height: 62px;
  float: left;
  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}
  .sportBody #header .logo {
    width: 75px;
    padding: 0px;

  }
@media (max-width: 1024px) {
  .sportBody #header .logo {
    width: 75px;
    padding: 0px;

  }
  #header .wordMark, #header #grayLine, #header #darkBlueLine {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .logo {
    width: 75px;
    padding: 0px;
  }
}

#header #socialIcons {
  height: 62px;
  line-height: 71px;
  float: right;
  margin-left: 8px;
  padding-right: 15px;
}
#header #socialIcons a {
  height: 62px;
  line-height: 62px;
  padding: 0px 1px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
}
#header #socialIcons a:hover {
  color: #999;
  text-decoration: none;

/*  text-shadow:
  -1px -1px 0 #FFF,
  1px -1px 0 #FFF,
  -1px 1px 0 #FFF,
  1px 1px 0 #FFF;*/
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #header #socialIcons a {
    padding: 0px 3px;
  }
}/* END QUERY */
@media (max-width: 767px) {
  #header #socialIcons {
    margin-left: 5px;
    padding: 0px;
  }
  #header #socialIcons a {
    font-size: 18px;
    padding: 0px;
  }
  /*#header #socialIcons a img {
    width: 16px;
  }*/
}

#header #main-nav2 #nav3 li #whiteSkew {
  background: #FFF;
  padding: 0px 8px;
  height: 62px;
  line-height: 62px;
  -ms-transform: skewX(-25deg); /* IE 9 */
  -webkit-transform: skewX(-25deg); /* Safari */
  transform: skewX(-25deg); /* Standard syntax */
}
#header #main-nav2 #nav3 li #whiteSkew a {
    font-family: "DaxPro-Bold", sans-serif;
    color: #161C47;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #header #main-nav2 #nav3 li #whiteSkew a {
    font-size: 15px;
  }
}/* END QUERY */
#header #main-nav2 #nav3 li #whiteSkew a:hover {
  color: #999;
}
#header #main-nav2 #nav3 li #whiteSkew .antiSkew {
  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}

#header #main-nav2 #nav3 li #graySkew {
  background: #ACAEB0;
  padding: 0px 8px;
  height: 62px;
  line-height: 62px;
  -ms-transform: skewX(-25deg); /* IE 9 */
  -webkit-transform: skewX(-25deg); /* Safari */
  transform: skewX(-25deg); /* Standard syntax */
  margin-right: -4px;
}
#header #main-nav2 #nav3 li #graySkew a {
    font-family: "DaxPro-Bold", sans-serif;
    color: #161C47;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #header #main-nav2 #nav3 li #graySkew a {
    font-size: 15px;
  }
}/* END QUERY */
#header #main-nav2 #nav3 li #graySkew a:hover {
  color: #999;
}
#header #main-nav2 #nav3 li #graySkew .antiSkew {
  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}

#header #main-nav2 #nav3 li #darkBlueSkew {
  background: #141732;
  padding: 0px 8px;
  height: 62px;
  line-height: 62px;
  -ms-transform: skewX(-25deg); /* IE 9 */
  -webkit-transform: skewX(-25deg); /* Safari */
  transform: skewX(-25deg); /* Standard syntax */
}
#header #main-nav2 #nav3 li #darkBlueSkew a {
    font-family: "DaxPro-Bold", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #header #main-nav2 #nav3 li #darkBlueSkew a {
    font-size: 15px;
  }
}/* END QUERY */
#header #main-nav2 #nav3 li #darkBlueSkew a:hover {
  color: #999;
}
#header #main-nav2 #nav3 li #darkBlueSkew .antiSkew {
  -ms-transform: skewX(25deg); /* IE 9 */
  -webkit-transform: skewX(25deg); /* Safari */
  transform: skewX(25deg); /* Standard syntax */
}

#bsi {
  height: 704px;
  overflow: hidden;
  position: relative;
  background: url("http://grfx.cstv.com/schools/rice/graphics/rice-17-bsi-overlay.png") repeat-x bottom;
}

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

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



.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: 767px) {
  .bsi-full #bsi-img-wrap {
    position: absolute;
    bottom: auto;
    height: 300px;
  }
}

.bsi-full #bsi-img-wrap #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-block {
  padding: 0;
  margin: 0;
  height: 704px;
  text-align: center;
  display: none;
}

.bsi-full #bsi-block:first-child {
  display: block;
}

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

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

.bsi-full #bsi-block li {
  height: 704px;
}

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

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

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

.bsi-full #bsi-block li .bsi-caption-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .bsi-full #bsi-block li .bsi-caption-wrapper {
    width: 300px;
  }
}

.bsi-full #bsi-block li .bsi-caption-wrapper .synopsis {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  margin: 20px auto;
  line-height: 140%;
}

@media (max-width: 767px) {
  .bsi-full #bsi-block li .bsi-caption-wrapper .synopsis {
    background: #0a0d20;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 20px;
    height: 140px;
  }
}

.bsi-full #bsi-block li .bsi-caption-wrapper .read-more {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  width: 200px;
  margin: 30px auto;
  letter-spacing: 4px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 10px;
  width: 200px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "DaxPro-Bold", sans-serif;
}

@media (max-width: 767px) {
  .bsi-full #bsi-block li .bsi-caption-wrapper .read-more {
    display: none;
  }
}

.bsi-full #bsi-block li a {
  text-decoration: none;
  text-decoration: none;
  position: absolute;
  bottom: 95px;
  width: 60%;
  height: 47px;
  overflow: hidden;
  left: 20%;
  text-align: left;
}

.bsi-full #bsi-block li .twitterHandle {
  text-decoration: none;
  text-decoration: none;
  position: absolute;
  bottom: 150px;
  width: 60%;
  left: 20%;
  text-align: left;
}
.bsi-full #bsi-block li .twitterHandle a {
  position: static!important;
  /*color: #3483FF;*/
  color: #161C47;
  text-shadow:
  -1px -1px 0 #ACAEB0,
  1px -1px 0 #ACAEB0,
  -1px 1px 0 #ACAEB0,
  1px 1px 0 #ACAEB0;
  font-size: 16px;
  font-family: "Carnas-Medium", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.bsi-full #bsi-block li .twitterHandle a:hover {
  color: #333;
}

@media (max-width: 1024px) {
  .bsi-full #bsi-block li a {
    bottom: 70px;
    left: 5%;
    width: 90%;
  }
  .bsi-full #bsi-block li .twitterHandle {
    bottom: 130px;
    left: 5%;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .bsi-full #bsi-block li a {
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 60px;
    background: #FFF;
  }
  .bsi-full #bsi-block li .twitterHandle {
    left: 0;
    width: 100%;
    bottom: 60px;
    background: #FFF;
  }
}

.bsi-full #bsi-block li a h1 {
  font-family: "DaxPro-Bold", sans-serif;
  color: #fff;
  font-size: 38px;
  text-transform: capitalize;
  margin: 0px;
  line-height: normal;
}
.bsi-full #bsi-block li a h1:hover {
  color: #ACAEB0;
}

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

@media (max-width: 767px) {
  .bsi-full #bsi-block li .twitterHandle a {
    padding: 4px 10px 2px;
    background: transparent;
  }
  .bsi-full #bsi-block li a h1 {
    font-size: 20px;
    /*position: absolute;
    bottom: 160px;
    right: 20px;
    left: 20px;*/
    color: #161C47;
    padding-left: 10px;
  }
}

.bsi-full #bsi-block li.is-video a {
  /*bottom: 230px;*/
}

@media (max-width: 1024px) {
  .bsi-full #bsi-block li.is-video a {
    /*bottom: 70px;*/
  }
}

@media (max-width: 767px) {
  .bsi-full #bsi-block li.is-video a {
    /*bottom: 160px;*/
  }
}

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

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

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

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

@media (max-width: 767px) {
  .bsi-full #bsi-block li.is-video a h1 {
    /*font-size: 20px;
    max-width: 300px;
    left: auto;
    bottom: auto;
    right: auto;*/
  }
}

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

.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: 767px) {
  .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 {
  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: 767px) {
  #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: 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: #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: 80px;
  height: 80px;/*
  background: #101434;
  background: rgba(255, 255, 255, 0.2);*/
  border-radius: 100px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  z-index: 500;
  text-decoration: none;
  font-size: 50px;


}

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

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

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

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

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

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

@media (max-width: 767px) {
  #bsi .bx-controls-direction {
    /*display: none;*/
  }

  #bsi .bx-controls-direction .bx-prev, #bsi .bx-controls-direction .bx-next {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;/*
    background: #101434;
    background: rgba(255, 255, 255, 0.2);*/
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    z-index: 500;
    text-decoration: none;
    font-size: 40px;


  }
}

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

#bsi #bsi-minis {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  bottom: 12%;
  /*left: auto;*/
  /*right: auto;*/
  z-index: 888;
  width: 970px;
  /*left: 10%;*/
  height: 80px;
}
@media (max-width: 1024px) {
  #bsi #bsi-minis {
    width:100%;
    padding: 0px 10px;
  }
}
@media (max-width: 768px) {
  #bsi #bsi-minis {
    display: none;
  }
}

#bsi #bsi-minis .bsi-vid-icon {
  opacity: .60;
  position: absolute;
  top: 18%;
  left: 33%;
  display: none;
}

#bsi #bsi-minis .bsi-vid-icon img {
  width: 50px;
  height: 50px;
}

#bsi #bsi-minis .is-video .bsi-vid-icon {
  display: block;
}


#bsi .bsi-goto .bsi-thumb img {
  display: block;
  opacity: .77;
  width: 100%;
  height: auto;
  background: #999;
  border: 4px solid rgba(22, 28, 71, 0.77);
  filter: grayscale(100%);
}

#bsi .bsi-goto {
  width: 15%;
  height: 55px;
  position: relative;
  opacity: .77;
  margin-left: 2%;
  float: left;
}
#bsi .bsi-goto .bsi-thumb img {


}
#bsi .bsi-goto:first-of-type {
  margin-left: 0px;
}
#bsi .bsi-goto.active, #bsi .bsi-goto:hover {
  opacity: 1.0;
}
#bsi .bsi-goto.active .bsi-thumb img, #bsi .bsi-goto .bsi-thumb img:hover {
  opacity: 1.0;
  background: #111;
  border: 4px solid rgba(22, 28, 71, 1.0);
  filter: grayscale(0%);
}

#bsi .bsi-goto img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

#bsi .minis-none #bsi-minis {
  display: none;
}

#bsi .minis-left #bsi-minis {
  left: 0;
}

#bsi .minis-right #bsi-minis {
  right: 0;
}

#bsi .minis-left .mini-index, #bsi .minis-right .mini-index {
  display: none;
}

#bsi #minis {
  z-index: 102;
  position: absolute;
  top: 120px;
  border: solid 1px;
}

#bsi #minis > li {
  float: left;
}

#bsi #minis a {
  display: block;
  border: solid 1px;
  margin: 5px;
  cursor: pointer;
}

.gRy {
  color: #999!important;
  font-size: 11px!important;
  font-weight: bold!important;
  display: inline-block;
  padding: 0px 2px 0px 2px;
  font-weight: bolder;
}
.wHt {
  color: #FFF!important;
  font-size: 11px!important;
  font-weight: bold!important;
  display: inline-block;
  padding: 0px 2px 0px 2px;
  font-weight: bolder;
}


#jcal-machine-wrapper {
  background: transparent!important;
  min-height: 158px!important;
  height: 158px!important;
}
#jcal-machine-slider {
  height: 158px!important;
}
#jcal-composite {
  display: none!important;
}
#jcal-machine li {
  background-image: none!important;
}
#jcal-machine li.expired {
  background: #333!important;
  color: #FFF!important;
  border-radius: 5px 5px 2px 2px;
  width: 240px!important;
  height: 158px!important;
  margin: 0px 2px;
  padding: 0px;
  position: relative;
}
#jcal-machine li.upcoming {
  background: #FFF!important;
  border-radius: 5px 5px 2px 2px;
  width: 240px!important;
  height: 158px!important;
  margin: 0px 2px;
  padding: 0px;
  position: relative;
  color: #000!important;
}
#jcal-machine li.upcoming.cal_away {
  background: #999!important;
  border-radius: 5px 5px 2px 2px;
  width: 240px!important;
  height: 158px!important;
  margin: 0px 2px;
  padding: 0px;
  position: relative;
  color: #111!important;
}
#jcal-machine li.inprogress {
  background: #666!important;
  border-radius: 5px 5px 2px 2px;
  width: 240px!important;
  height: 158px!important;
  margin: 0px 2px;
  padding: 0px;
  position: relative;
  color: #FFF!important;
}
#jcal-prev, #jcal-next {
  top: 0px!important;
  z-index: 666!important;
}
#jcal-prev a, #jcal-next a {
  /*position: absolute!important;
  top: 0px!important;*/
  width: 30px!important;
  height: 158px!important;
  line-height: 158px!important;
  margin: 0px!important;
  color: #FFF!important;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  text-indent: 0px!important;
  background: rgba(22, 28, 71, 0.66)!important;
  border-radius: 0px!important;
  border: 0px!important;
}
#jc-pos {
  position: relative;
  width: 240px;
  height: 158px;
}
#jcal-machine-slider .jc-date {
  width: 240px!important;
  height: 37px!important;
  line-height: 31px!important;
  border-radius: 5px 5px 0px 0px!important;
  background-color: #161C47!important;
  position: relative;
  color: #CCC!important;
  font-family: "DaxPro-Bold", sans-serif!important;
  font-size: 14px!important;
  text-align: left!important;
  text-indent: 10px!important;
  letter-spacing: 0px!important;
  padding: 0px!important;
}
#jcal-machine-slider li.inprogress .jc-date {
  border: 3px solid #666!important;
}
#jcal-machine-slider li.upcoming .jc-date {
  border: 3px solid #FFF!important;
}
#jcal-machine-slider li.upcoming.cal_away .jc-date {
  border: 3px solid #999!important;
}
#jcal-machine-slider li.expired .jc-date {
  border: 3px solid #333!important;
}
#jcal-machine-slider .jc-time, #jcal-machine-slider .jc-outcome {
  color: #CCC!important;
  font-family: "DaxPro-Bold", sans-serif!important;
  font-size: 14px!important;
  text-align: right!important;
  border-top: 0px!important;
  margin: 0px!important;
  padding: 0px!important;
  height: 37px!important;
  line-height: 31px!important;
  position: absolute;
  right: 13px;
  top: 3px;
  border: 0px!important;
}
#jcal-machine-slider .jc-bottom-area {
  top: 140px;
  left: 60px!important;
}
#jcal-machine-slider .jc-logo {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 15px;
  top: 45px;
}
#jcal-machine-slider .jc-sport {
    text-transform: capitalize!important;
    color: #161C47!important;
    font-family: "DaxPro-Bold", sans-serif!important;
    font-size: 14px!important;
    padding: 10px 15px 5px 20px!important;
}
#jcal-machine-slider li.expired .jc-sport {
  color: #FFF!important;
}
#jcal-machine-slider .jc-section-noicons, #jcal-machine-slider .jc-section-icons, #jcal-machine-slider .jc-eventresults, #jcal-machine-slider .jc-status  {
  padding: 0px 15px!important;
  margin: 2px 0px!important;
  border: 0px!important;
}
#jcal-machine-slider .jc-vs, #jcal-machine-slider .jc-location {
  font-family: "Carnas-Light", sans-serif!important;
  font-size: 12px!important;
  color: #000!important;
  padding: 2px 15px 2px 20px!important;
}
#jcal-machine-slider .jc-teama, #jcal-machine-slider .jc-teamb {
  width: 240px!important;
  padding: 2px 15px!important;
}
#jcal-machine-slider .jc-recap, #jcal-machine-slider .jc-stats {
  margin: 3px 0px!important;
}
.sportBody #jcal-machine-slider .jc-vs {
  padding: 20px 15px 2px 20px!important;
  height: auto!important;
}
#jcal-machine-slider li.expired .jc-spacing {
  width: auto!important;
  float: left!important;
  padding-right: 32px!important;
}


.calendar-no-events {
  height: 151px;
  color: #555;
  font-size: 23px;
  padding: 40px 10px;
}
.event-item {
  background: #FFF;
  border-radius: 5px 5px 2px 2px;
  width: 240px!important;
  height: 158px!important;
  margin: 0px 2px;
  padding: 0px;
  position: relative;
}
.event-top {
  width: 100%;
  width: 240px;
  height: 37px;
  border-radius: 5px 5px 0px 0px;
  border: 3px solid #FFF;
  background-color: #161C47;
  position: relative;
}
.event-date {
  font-family: "DaxPro-Bold", sans-serif;
  font-size: 14px;
  width: 155px;
  height: 31px;
  line-height: 31px;
  text-indent: 10px;
  float: left;
  text-transform: uppercase;
  color: #ACAEB0;
}
.event-time {
  font-family: "DaxPro-Bold", sans-serif;
  font-size: 14px;
  color: #ACAEB0;
  width: 79px;
  height: 31px;
  line-height: 31px;
  text-align: right;
  padding-right: 10px;
  float: right;
}
.event-info {
  width: 240px;
  height: 116px;
  float: left;
  position: relative;
  overflow: hidden;
  color: #161C47;
  padding: 3px;
}
.logo-opp {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
.logo-def {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 4px;
}

.logo-opp img, .logo-def img {
  width: 100%;
}
.event-opp {
  width: 170px;
  min-height: 29px;
  /*position: absolute;
  top: 0px;
  right: 0px;*/
  padding-left: 5px;
  font-size: 14px;
  margin-left: 60px;
  padding-top: 22px;
}
.event-location {
  width: 170px;
  height: 29px;
  /* position: absolute;
  top: 30px;
  right: 0px;*/
  color: #555;
  font-size: 14px;
  color: #555;
  padding-left: 5px;
  margin-left: 60px;
}
.event-sport {
  font-family: "DaxPro-Bold", sans-serif;
  width: 170px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 67px;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold
}
.sportBody .event-sport {
  text-indent: -9999px;
}
.event-sport a {
  font-weight: bold;
  color: #161C47;
  text-decoration: none;
}
.event-sport a:hover {
  color: #ACAEB0;
  text-decoration: none;
}
.event-media {
  width: 180px;
  height: 29px;
  position: absolute;
  top: 87px;
  right: 3px;
}
.event-media img {
  display: inline-block;
  margin: 0px 3px 0px 0px;
}

.upcomingEvents {
  position: relative;
  /*overflow: hidden;*/
}
.upcomingEvents .bx-prev, .upcomingEvents .bx-next {
  position: absolute!important;
  top: 0px!important;
  width: 30px!important;
  height: 158px!important;
  line-height: 158px!important;
  margin: 0px!important;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  background: rgba(22, 28, 71, 0.66);
}
.upcomingEvents .bx-prev {
  left: 0px!important;
}
.upcomingEvents .bx-next {
  right: 0px!important;
}
.upcomingEvents .bx-controls {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.upcomingEvents .bx-controls-direction {
  position: absolute;
  top: 76px;
  left: 0px;
  width: 100%;
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
  .upcomingEvents .bx-controls-direction {
    top: 67px;
  }
}

#eventsBottomTab {
  background: url("http://grfx.cstv.com/schools/rice/graphics/rice-17-angle-bg.png") no-repeat center top;
  max-width: 528px;
  min-width: 320px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0px auto;
  margin-bottom: -40px;
  position: relative;
  text-align: center;
  font-family: "Carnas-Light", sans-serif;
  font-size: 11px;
}
#eventsBottomTab a {
  display: inline-block;
  color: #FFF;
  padding: 0px 5px;
  text-decoration: none;
}
#scrollMore {
  display: inline-block;
  padding: 0px 5px;
}

.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: #0a0d20;
  color: #3a4abc;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  font-family: "DaxPro-Bold", sans-serif;
}

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

.tab-controls .tab-control.active {
  cursor: default;
  background: #FFF;
  color: #161C47;
}

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

.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: #FFF;
  height: 243px;
  border-bottom: solid 13px #333;
}

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

#side-content .tab-controls {
  background: #0a0d20;
  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;
}

#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 #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
}

#social.dark.section > h2.header {
  background: #fff;
  color: #161C47;
  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: 767px) {
  #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 #161C47;
  color: #161C47;
}

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

#social h3 {
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
  margin: 10px 0 30px;
  letter-spacing: 2px;
}

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

#social.light.section h3 {
  color: #161C47;
}

.socialMedia .twttr-widget-wrap .twttr-header {
  width: 100%;
  background: none;
  font-family: "Carnas-Light", arial, helvetica, sans-serif;
}

.socialMedia .twttr-widget-wrap .twttr-window {
  width: 100%;
  background: none;
  border: none;
  height: 545px!important;
  padding: 10px;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}
@media (max-width: 1024px) {
 .socialMedia .twttr-widget-wrap .twttr-window {
    height: 250px!important;
    border: 0px;
  }
}
@media (max-width: 767px) {
 .socialMedia .twttr-widget-wrap .twttr-window {
    height: auto;
    box-shadow: none;
  }
}
.socialMedia .twttr-widget-wrap .twttr-window ul {
  padding: 0px;
}
.socialMedia .twttr-widget-wrap .twttr-window li {
  color: #000;
  font-family: "Carnas-Light", arial, helvetica, sans-serif;
  border-bottom: solid 0px rgba(255, 255, 255, 0.2);
  font-size: 16px!important;
}

.socialMedia .twttr-widget-wrap .twttr-element {
  padding: 0px 0px 8px 0px;
}

.socialMedia .twttr-widget-wrap .twttr-element a {
  color: #ACAEB0;
}

.socialMedia .twttr-widget-wrap .twttr-text a {
  color: #161C47;
}

/*.socialMedia .twttr-widget-wrap .twttr-user {
  display: none;
}*/

.socialMedia .twttr-user, .socialMedia .twttr-handle, .socialMedia .twttr-extras {
  font-family: "DaxPro-Bold", sans-serif;
}

.socialMedia .twttr-element .twttr-user a, .socialMedia .twttr-element .twttr-handle a {
  font-weight: normal;
  color: #161C47;
}

.socialMedia .twttr-element .twttr-media a {
  padding-top: 5px;
  color: #161C47;
}

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

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

.socialMedia .twtter-more-button {
  background: #161C47;
  color: #ACAEB0;
  padding: 5px 10px;
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
}
#iframeWrap {
  width: 320px;
  margin: 0px auto;
}
.socialMedia iframe {
  width: 320px!important;
  height: 545px!important;
  background: #FFF;
}

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

#instagramWrap .grid a {
  width: 32.2%;
  margin: 0 .5%;
  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;
}



#video-player {
  position: relative;
  width: 100%;
  height: 620px;
}
@media (max-width: 1024px) {
  #video-player {
    height: 825px;
  }
}

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

.cbsiapp-lp-item-title { /*display: none;*/
  font-family: 'DaxPro-Bold', sans-serif;
  color: #FFF;
  font-size: 12px;
  height: 35px!important;
/*  position: absolute;
  left: 0px!important;
  bottom: 0px; */
  width: 100%;
  text-align: left;
  padding: 0px 5px;
  text-transform: uppercase;
  float: left;
}
.cbsiapp-lp-page { width: 100%; padding-top: 3px; /*position: static!important;*/ }
.cbsiapp-lp-item-title-text {
  height: 24px!important;
  line-height: 12px!important;
}
.cbsiapp-lp-page > a.cbsiapp-lp-item { width: 33%; float: left; position: relative; height: 140px!important; padding: 3px!important; }
.cbsiapp-lp-page > a img { width: 100%!important; height: auto!important; border: 0px; float:left!important; }
.cbsiapp-lp-page-wrapper { height: 135px!important; }

@media (max-width: 768px) {
  .cbsiapp-lp-page > a.cbsiapp-lp-item {
    /*height:105px!important;*/
  }
  #video-player .bg {
    display: none;
  }
}

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

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


#vidLogo {
  width: 86px;
  height: 88px;
  float: left;
}
#vidLogo img {
  width: 100%
}
#vidText {
  padding-left: 10px;
  height: 88px;
  line-height: 88px;
  float: left;
  color: #FFF;
  font-family: "DaxPro-Bold", sans-serif;
  font-size: 33px;
  text-transform: uppercase;
}
#vidText a {
  color: #FFF;
  text-decoration: none;
}
#vidText a:hover {
  color: #ACAEB0;
  text-decoration: none;
}
#vidConf {
  width: 134px;
  height: 88px;
  line-height: 118px;
  float: right;
}
#vidConf img {
  width: 100%
}

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

@media (max-width: 767px) {
  #video-player {
    height: 670px;
  }
}
@media (max-width: 480px) {
  #video-player {
    height: 465px;
  }
}

#video-holder {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0px;
  z-index: 1;
}

#launch-full-player {
  cursor: pointer;
  display: block;
  margin: 20px auto;
  width: 286px;
  text-align: center;
  text-transform: uppercase;
  color: #161C47;
  background: #FFF;
  border: solid 2px #161C47;
  font-family: "DaxPro-Bold", 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;
}

.module h2.header {
  font-family: "Carnas-Medium", sans-serif;
  font-size: 16px!important;
  line-height: 32px;
  border-bottom: 1px solid #ACAEB0!important;
  margin: 0px 0px 15px 0px!important;
  text-align: left!important;
}
.module a {
  text-decoration: none!important;
}

.blog .module h1 {
  font-family: "Carnas-Medium", sans-serif;
  font-size: 16px!important;
  line-height: 32px;
  border-bottom: 1px solid #ACAEB0!important;
  margin: 0px 0px 15px 0px!important;
  text-align: left!important;
}

.secondary {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 15px;
  height: 55px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  position: relative;
  clear: both;
  font-family: "Carnas-Medium", sans-serif;
  overflow: hidden;
}

.secondary .date {
  padding-top: 0px;
  font-size: 11px;
  color: #909090;
}

.secondary h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #141732;
  line-height: 13px;
}

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

.secondary:active {
  opacity: .95;
  color: #555;
}
.secondary .secondaryImage {
  width: 122px;
  height: 55px;
  float: left;
  margin-right: 15px;
}

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

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

#index-promo-1 {
  /*padding: 10px;
  background: #14172C;*/
  max-height: 270px;
}
.tresPromos .promo .bx-wrapper img {
  width: 100%;
  max-height: 270px;
}

.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;
  max-height: 510px!important;
}

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


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

  /*.videoAndPhotosWrap .col-half:last-of-type {
    height: 450px;
  }*/

  #full-width-gallery.limit-bottom #show-more-galleries {
    background: #161C47;
    height: 114px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    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: #FFF;/*
    background: #FFF;*/
    border: solid 2px #FFF;
    font-family: "DaxPro-Bold", sans-serif;
    border-radius: 4px;
    height: 46px;
    line-height: 40px;
    bottom: 25px;
    left: 50%;
    margin-left: -143px;
  }

/*  #full-width-gallery.limit-bottom #show-more-galleries #more-button:after {
    background: #161C47;
    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 {
   background: #ACAEB0;
  }

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

#store-wrapper, #auction-wrapper {
  background: #FFF;
  width: 100%;
  position: relative;
  height: 270px;
  /*border: 10px solid #14172C;*/
}

@media (max-width: 1024px) {
  #store-wrapper, #auction-wrapper {
    height: 290px;
  }
}

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

#auction-portal .portal-error, #store-portal .portal-error {
  width: 100%;
  text-align: center;
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  color: #161C47;
}

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

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

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

.portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  color: #161C47;
  height: 40%;
  width: 45%;
  left: 5%;
  top: 15%;
  text-transform: none;
  line-height: 1.1em;
  font-size: 140%;
}

.portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  color: #161C47;
  height: 1em;
  width: 45%;
  left: 5%;
  top: 60%;
  font-size: 150%;
  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.1111111%;
  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: 767px) {
  #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:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-default.jpg') no-repeat;
  background-size: cover;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-temp-hdr.jpg') no-repeat;
  background-size: cover!important;
  padding: 80px 0px 60px;
}

body.m-basebl #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-basebl.jpg') no-repeat;
}
body.m-baskbl #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-baskbl.jpg') no-repeat;
}
body.m-footbl #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-footbl.jpg') no-repeat;
}
body.m-golf #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-golf.jpg') no-repeat;
}
body.m-tennis #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-tennis.jpg') no-repeat;
}
body.m-track #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-track.jpg') no-repeat;
}
body.m-xc #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-m-xc.jpg') no-repeat;
}
body.w-baskbl #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-baskbl.jpg') no-repeat;
}
body.w-soccer #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-soccer.jpg') no-repeat;
}
body.w-swim #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-swim.jpg') no-repeat;
}
body.w-tennis #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-tennis.jpg') no-repeat;
}
body.w-track #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-track.jpg') no-repeat;
}
body.w-volley #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-volley.jpg') no-repeat;
}
body.w-xc #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-w-xc.jpg') no-repeat;
}
body.nSt #large-header {
  background:
  linear-gradient(
    rgba(22, 28, 71, 0.85),
    rgba(22, 28, 71, 0.85)
  ), url('http://grfx.cstv.com/schools/rice/graphics/rice-17-bg-header-non-sport.jpg') no-repeat;
}

.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 {
  color: #FFF;
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

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

#large-header .container h2 {
  color: #ACAEB0;
  font-family: "Carnas-Light", arial, helvetica, sans-serif;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

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

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

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

#index #main-content-wrap .container {
  display: flex;
}


#main-content {
  position: relative;
  font-family: "Carnas-Light", 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%;
  padding-left: 0px;
  }
  #index #main-content-wrap .container {
    display: block;
  }
}

@media (max-width: 767px) {
  #main-content {
    max-width: 767px;
    min-width: 320px;
    margin: 0 auto;
    padding: 15px 5px;  }
}

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

.wide_story_photo_container img {
  width: 100%;
}

#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: "DaxPro-Bold", 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: "Carnas-Light", Arial, helvetica, sans-serif;
}

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


#dropDownWrap {
    width: 154px;
    /*height: 25px;*/
    background: rgba(0,0,0,.06);
    border: 1px solid #ACAEB0;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #161C47;
    padding: 5px;
}
#dropDownSelect {
  width: 144px;
}
#firstOption {
  text-transform: capitalize!important;
}


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

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

#biotable #biotable-name {
  font-family: "DaxPro-Bold", sans-serif;
  text-transform: capitalize;
  font-size: 50px;
  padding: 20px 0px 20px 100px;
  color: #FFF;
}

@media (max-width: 767px) {
  #biotable #biotable-name {
    font-size: 30px;
  padding: 10px 0px;
  }
}

#biotable #biotable-name #biotable-number {
  display: inline;
}

#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: 767px) {
  #biotable #biotable-photo {
    float: none;
    width: 100%;
  }
}

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

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

#biotable #biotable-info {
  float: left;
  font-family: "Carnas-Light", arial, helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  margin-left: 80px;
}

@media (max-width: 767px) {
  #biotable #biotable-info {
    float: none;
    width: 100%;
  margin: 0px auto;
  }
}

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

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

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

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

#ad-rail {
  background: #14172C;
  width: 320px;
  height: 270px;
  /*margin: 0 auto;*/
  padding: 10px;
}

#ad-story {
  background: #14172C;
  width: 320px;
  height: 270px;
  margin: 0 auto;
  padding: 10px;
}

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

.footerLogos a {
  color: transparent;
}
.footerLogos img {
  margin: 2% 8%;
}
@media (max-width: 767px) {
  .footerLogos img {
    margin: 2% 22%;
  }
}

#footer {
  background: #161C47;
  padding: 50px 0 100px;
  color: #FFF;
  font-family: "Carnas-Light", 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: 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: #161C47;
  background: rgba(22, 28, 71, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 69000;
}


.gtcalendar { width: 100%;}
.gtcalendar td { padding: 1px 3px; }
.gtcalendar td.dailydate { color: #08336a; font-weight: bold;font-size:13px; }
.gtcalendar tr.categories td { background:#08336a;color: #fff; font-weight: bold;font-size:12px;}
.gtcalendar tr.calendar-info td {color: #000; font-size:11px;}

.gtcalendar tr.calendar-info td a:active{color: #000; font-size:11px;text-decoration:none;}
.gtcalendar tr.calendar-info td a:visited{color: #08336a; font-size:11px;}
.gtcalendar tr.calendar-info td a:link{color: #08336a; font-size:11px;}
/*CALENDAR*/

  /*AutoStats*/
.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-w-volley td {padding:4px;text-align:right;}
.stats-w-volley thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:right;}

.stats-w-soccer td {padding:4px;text-align:right;}
.stats-w-soccer thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:right;}

.stats-m-baskbl td {padding:4px;text-align:right;}
.stats-m-baskbl thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:right;}

.stats-w-baskbl td {padding:4px;text-align:right;}
.stats-w-baskbl thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:right;}

.stats-m-footbl-pass td {padding:4px;}
.stats-m-footbl-pass thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-rush td {padding:4px;}
.stats-m-footbl-rush thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-recv td {padding:4px;}
.stats-m-footbl-recv thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-defn td {padding:4px;}
.stats-m-footbl-defn thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-fegs td {padding:4px;}
.stats-m-footbl-fegs thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-kikr td {padding:4px;}
.stats-m-footbl-kikr thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}

.stats-m-footbl-pntr td {padding:4px;}
.stats-m-footbl-pntr thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:left;}



table.stats-m-tennis thead {background-color:#123369;color:#fff;font-weight:bold;}
table.stats-m-tennis th  {width:70px;}
table.stats-m-tennis td        {width:70px;}
table.stats-m-tennis {text-align:center;width:100%;}

.tennis_recap_cella {width:18%; float:left; background:#ddd; border-left:2px solid #fff; border-bottom:2px solid #fff; padding:5px;}
.tennis_recap_cell {width:58%; float:left; background:#ddd; border-left:2px solid #fff; border-bottom:2px solid #fff; padding:5px;}




.stats-m-basebl td {padding:4px;}
.stats-m-basebl thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:center;}
.stats-m-basebl tbody {text-align:center;}
.m-basebl-stat-category-heading {color:#123369; font-weight:700;}


.stats-w-softbl td {padding:4px;}
.stats-w-softbl thead { background: #123369; color:#fff; font-weight:700; text-transform:uppercase; text-align:center;}
.stats-w-softbl tbody {text-align:center;}
.w-softbl-stat-category-heading {color:#123369; font-weight:700;}


#countdown-wrap { max-width: 970px; min-width: 310px; width: 100%; height: 195px; background: url("http://grfx.cstv.com/schools/mars/graphics/mars-15-countdown-bg.jpg") no-repeat center center; margin-bottom: 20px; }
.countdown { width: 310px; height: 195px; margin: 0px auto; position: relative; font-family: 'Roboto Slab', sans-serif; color: #FFF; text-align: center; }
.numberBox { width: 25%; float: left; height: 45px; line-height: 45px; font-size: 35px; }
.labelBox { width: 25%; float: left; height: 20px; line-height: 9px; font-size: 13px; }
#ctdTitle { width: 100%; font-size: 18px; font-weight: 400; text-transform: uppercase; margin-bottom: 5px; border-top: 2px solid #FFF; border-bottom: 2px solid #FFF; padding: 5px 0px; float: left }
#ctdTitle .top { border-top: 0px!important; }
#countdown-sponsor { padding-top: 5px; }

/* Football Postgame Box
 * ---------------------------------------------------------------------------- */

#postgame_box {float:right; width:330px;
    background-color: #E8E8E8;
    border: 1px solid #999999;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
}

#linescore tbody tr td {font-size:12px;}

#linescore, #scoring-summary, #venue-info, #leaders_passing, #leaders_rushing, #leaders_receiving, #leaders_defense, #quick-stats, #teamstat_passing, #teamstat_rushing, #teamstat_receiving, #teamstat_defense, #oteamstat_passing, #oteamstat_rushing, #oteamstat_receiving, #oteamstat_defense{border-spacing:0; border-collapse:collapse; width:100%}
.ss_score, .quickstat_stat, .right, .stat, .visitor_heading, .home_heading{text-align:right;}

#venue-info td {text-align:center;}

.stat_heading {padding:5px;}
.score{ width:10%; text-align:right; padding:3px;}
.quickstat_main{ font-weight:700;}
.quickstat_sub{ padding-left:20px;}

.team_name.awayteam_name {font-weight: bold !important;background-color:#aaa !important;}
.team_name.hometeam_name {font-weight: bold !important;background-color:#aaa !important;}

.linescore_heading.rush_ydsatt.right {width:130px;}

#postgame_box thead .linescore_heading rush_ydsatt right th {
width:150px;}

#leaders-heading, #scoring-summary-heading, #quick-stat-heading
    {background-color: #00205c;
    border: 2px solid #000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;}

#postgame_box td {font: 11px Arial, Verdana, Helvetica, sans-serif; padding:2px; background: #eee; border-bottom:1px solid #fff; padding:5px; vertical-align: top;}
#postgame_box thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:2px solid #000; font: 700 11px Arial, Verdana, Helvetica, sans-serif;}
#postgame_box thead tr th.header {text-align:left;background: #00205c;
    padding-left: 25px;
    text-align: left;}

/*killing most quick stats*/
.fdrush, .fdpass, .fdpenalty, .rushatt, .rushavg, .rushtd, .rushgain, .rushloss, .rushlong, .passcomp, .passavg, .passcavg, .passtd, .passlong, .totplays, .totavg, .passlong, .puntavg, .puntnet, .puntinside20, .puntplus50, .punttb, .puntfc, .puntlong, .puntblkd, .kickoffs, .koavg, .konet, .kotb, .koob, .pryds, .pravg, .kryds, .kravg, .iryds, .iravg, .fryds, .fravg, .miscyds, .qtrtop, .redzone, .rzrushtd, .rzpasstd, .rzfg, .rzfumb, .rzturnover, .rzpoints, .patkick, .patrush, .patoverall, .fglong, .fgblkd, .venue_stadium, .venue_start, .venue_end, .venue_weather, .uni {display:none;}
/*end kill most quick stats*/


#volley_stats_postgame{float:right; width:330px;
    background-color: #E8E8E8;
    border: 1px solid #999999;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;}
#the_linescore {width:100%; margin-bottom:5px;}
#the_linescore thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#the_linescore thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#the_linescore tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#the_linescore tbody td.score_column {font-weight:700;}
#the_linescore tbody td.team_name {font-weight:700;}
#the_linescore tbody td.score {text-align:center;}
#playerstatTable tbody td.statcat {font-weight:700;}
#playerstatTable {width:100%; margin-bottom:5px;}
#playerstatTable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#playerstatTable thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#playerstatTable tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#playerstatTable tbody td.score_column {font-weight:700;}
#playerstatTable tbody td.statheading {font-weight:700;}
#playerStatstable tbody td.statcat {font-weight:700;}
#playerStatstable {width:100%; margin-bottom:5px;}
#playerStatstable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#playerStatstable thead tr th {background:#00205c; padding-left: 25px; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#playerStatstable tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#playerStatstable tbody td.score_column {font-weight:700;}
#playerStatstable tbody td.statHeading {font-weight:700;}
#teamStattable {width:100%;}
#teamStattable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#teamStattable thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#teamStattable tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#teamStattable tbody td.score_column {font-weight:700;}
#teamStattable tbody td.statheading {font-weight:700;}

#soccer_stats_postgame{float:right; width:330px;
    background-color: #E8E8E8;
    border: 1px solid #999999;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;}
#teamstatTable {width:100%; margin-bottom:5px;}
#teamstatTable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#teamstatTable thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#teamstatTable tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#teamstatTable tbody td.score_column {font-weight:700;}
#teamstatTable tbody td.statheading {font-weight:700;}
#playerStatstable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#goalstatTable {width:100%; margin-bottom:5px;}
#goalstatTable thead tr th.sortable-text {background:#00205c; padding-left: 25px;}
#goalstatTable thead tr th {background:#00205c; color: #fff; padding:2px; border-bottom:1px solid #000; font-size:12px;}
#goalstatTable tbody tr td {background: #eee; border-bottom:1px solid #fff; font-size:12px; padding:5px;}
#goalstatTable tbody td.score_column {font-weight:700;}
#goalstatTable tbody td.statheading {font-weight:700;}

/*Basketball Box Starts */
#team_stats_postgame {
width:320px;
float:right;
margin:0 0 10px 10px;
padding:4px;
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);
background-color:#E8E8E8;
border:1px solid #999999;
}
#linescore {width:100%;}
#linescore thead tr th {background: #0e2d65; color: #fff; padding:2px;  font-size:11px;}
#linescore tbody tr td.hometeamblock {background: #CECECE; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.visitorteamblock {background: #CECECE; 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;   font-size:11px;}
#linescore tbody tr td:nth-last-child(1) {background:#dcdcdc; }


#playerstatTable {width:100%; }
#playerstatTable thead tr th.sortable-text {background: #0e2d65; color: #fff; padding:2px; border-bottom:1px solid #0e2d65; font-size:11px;}
#playerstatTable thead tr th {background: #0e2d65; color: #fff; padding:2px; border-bottom:1px solid #0e2d65; font-size:11px;}
#playerstatTable tbody tr:nth-child(odd) td { background:#CECECE;}
#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%; display:none;}
#oplayerstatTable thead tr th {background: #0e2d65; color: #fff; padding:2px; border-bottom:1px solid #0e2d65; font-size:11px;}
#oplayerstatTable tbody tr:nth-child(odd) td { background:#CECECE;}
#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;}

#teamsummaryTable {width:100%; }
#teamsummaryTable thead tr th {background:#0e2d65; color: #fff; padding:2px; border-bottom:1px solid #0e2d65; 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 {display:none;}

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

#oteamsummaryTable {display:none;}
/*Basketball Box Ends */

/*Basketball Box Sorts */
#team_stats_postgame {float:right; width:280px; background:#fff;
    border:1px solid #999999;
    margin:0 0 10px 10px;
    background-color:#E8E8E8;
  padding:3px;
    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);
    font-family: 'Open Sans Condensed', sans-serif;
}
#linescore {width:100%;}
#linescore thead tr th {background: #0e2d65; color: #fff; padding:2px;  font-size:12px;}
#linescore tbody tr td.hometeamblock {background: #cecece; font-weight: bold; text-align:left; font-size:11px;}
#linescore tbody tr td.visitorteamblock {background: #cecece; 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;  font-size:11px;}
#linescore tbody tr td:nth-last-child(1) {background:#dcdcdc; }

#quickstatTable {width:100%;text-align:left; }
#quickstatTable .qsheading{width:100px;}
#quickstatTable thead tr th {background: #0e2d65; color: #fff; padding:3px; font-size:11px;}
#quickstatTable tbody tr:nth-child(odd) td { background:#cecece;}
#quickstatTable tbody tr td { padding:4px; font-size:11px;}
#quickstatTable tbody tr td.qsheading {text-align:left; font-weight:700; font-size:11px;}
#quickstatTable tbody #playerstattotalBlock td {font-weight:700;}
#quickstatTable tbody #playerstattotalBlock td:nth-child(1) {text-align:left;}

#playerstatTable {width:100%; }
#playerstatTable thead tr th {background: #0e2d65; color: #fff; padding:5px;  font-size:11px;}
#playerstatTable tbody tr:nth-child(odd) td { background:#cecece;}
#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%; }
#oplayerstatTable thead tr th {background: #0e2d65; color: #fff; padding:2px;  font-size:11px;}
#oplayerstatTable tbody tr:nth-child(odd) td { background:#cecece;}
#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;}


#teamsummaryTable {width:100%; }
#teamsummaryTable thead tr th {background:#0e2d65; color: #fff; padding:2px;  font-size:11px;}
#teamsummaryTable tbody tr td {text-align:center;  padding:4px; font-size:11px;}

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


#oteamsummaryTable {width:100%; }
#oteamsummaryTable thead tr th {background:#0e2d65; color: #fff; padding:2px;  font-size:11px;}
#oteamsummaryTable tbody tr td {text-align:center;  padding:4px; font-size:11px;}

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


#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;}
#topperformerTable {display:none;}
#quickstatTable {display:none;}
#teamsummaryTable {display:none;}


/*Baseball Box Starts */
#m-basebl_postgame {width:100%; margin:3px;}
#m-basebl_box {
    width:350px;
float:right;
margin:0 0 10px 10px;
padding:4px;
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);
background-color:#E8E8E8;
border:1px solid #999999;
clear:both;
    }
#m-basebl_line {
  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);
background-color:#E8E8E8; }

#m-basebl_linescore thead tr th {background:#005596; color:#fff; padding:2px;}
#m-basebl_linescore .right_text{ text-align:right;}
#m-basebl_linescore{ width:100%; border-top:1px solid #ccc;border-left:1px solid #ccc; background:#ccc;}
#m-basebl_linescore td{padding:3px;background:#E8E8E8; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}

#m-basebl_playerstats thead tr th {background:#005596; color:#fff; padding:4px;}
#m-basebl_playerstats .right_text{ text-align:right;}
#m-basebl_playerstats{ width:98%; ;margin:3px;}
#m-basebl_playerstats td{ padding:4px;}

#m-basebl_oplayerstats {display:none;}
#m-basebl_oplayerstats thead tr th {background:#005596; color:#fff; padding:4px;}
#m-basebl_oplayerstats .right_text{ text-align:right;}
#m-basebl_oplayerstats{ width:98%; border:1px solid #000;margin:3px;}
#m-basebl_oplayerstats td{ padding:4px;}

#m-basebl_pitcherstats thead tr th {background:#005596; color:#fff; padding:4px;}
#m-basebl_pitcherstats .right_text{ text-align:right;}
#m-basebl_pitcherstats{ width:98%;  margin:3px;}
#m-basebl_pitcherstats td{ padding:4px;}

#m-basebl_opitcherstats {display:none;}
#m-basebl_opitcherstats thead tr th {background:#005596; color:#fff; padding:4px;}
#m-basebl_opitcherstats .right_text{ text-align:right;}
#m-basebl_opitcherstats{ width:98%; border:1px solid #000; margin:3px;}
#m-basebl_opitcherstats td{ padding:4px;}

.player_display{text-align:left;}
.odd_text{background:#cecece;}
.stat_td {width:15px;}
.player_position {font-weight:600; text-transform:uppercase;}
/*Baseball Box Ends */



/**** Full Calendar ******/
.LiveEvent {font-size:10px;font-family:'Open Sans', arial, helvetica, sans-serif !important; text-decoration:none;color:#00205C !important;font-weight:bold;}
td.calday {width:13%;}
.calcontent {background: #ddd;
    margin: 4px 4px;
    border-radius: 8px;
    padding: 3px;
    font-size: 11px;
    line-height: 14px;}

#full-calendar{border-collapse: collapse;}
#calendar-header{
  background: #00205C;
  border: 1px solid #00205C;
}
td.calday {
background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );
    border: 1px solid #666;
    padding: 3px
}
span.daytitle {
    color: #fff;
}
.calopplogo {
    width: 25px;
    float: right;
}
.month-title{
  font-size: 16px;
  color: #00205C;
}


@media (max-width:768px) {
    table {border-collapse: separate; empty-cells: hide;}
    td.calday {float:left;width:100%; border:none}
    .caltoprow {display:none;}
    .daynumber{font-weight: 900; color: #555}
    .calcontent {position: relative; padding: 7px;}
    .LiveEvent{text-transform: uppercase;}
    .calopplogo {
    width: 40px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 20px;
    }
    .calendar-no-content{display: none;
    }
      tr td.calday:nth-of-type(1n) .daynumber:before { content: 'Sunday '; }
      tr td.calday:nth-of-type(2n) .daynumber:before { content: 'Monday '; }
      tr td.calday:nth-of-type(3n) .daynumber:before { content: 'Tuesday '; }
      tr td.calday:nth-of-type(4n) .daynumber:before { content: 'Wednesday '; }
      tr td.calday:nth-of-type(5n) .daynumber:before { content: 'Thursday '; }
      tr td.calday:nth-of-type(6n) .daynumber:before { content: 'Friday '; }
      tr td.calday:nth-of-type(7n) .daynumber:before { content: 'Saturday '; }

}

span.photocaption, .StoryCaption, .wide_story_caption, #vertical_story_caption  {
    display: block;
    padding: 4px 4px 12px 4px;
    color: #555;
    font-size: 11px;
    text-align: center;
}

.wide_story_photo_container{
    margin-bottom: 10px;
}

#vertical_story_photo_container{
    width: 150px;
    margin-left: 7px;
}


.fbstatyr {text-align:left;}
.fbstatgp {text-align:left;}

tr.player-row:nth-child(even) td { background: #EEE!important; }
tr.player-row:nth-child(odd) td { background: #FFF!important; }
