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

#sticky-header h1, #sticky-header h2, #sticky-header h3, #sticky-header h4, #sticky-header h5, #sticky-header h6, #sticky-header p, #sticky-header ul, #sticky-header li, #bsi h1, #bsi h2, #bsi h3, #bsi h4, #bsi h5, #bsi h6, #bsi p, #bsi ul, #bsi li {
  margin: 0;
  padding: 0;
  border: 0;
}

#sticky-header ol, #sticky-header ul, #bsi ol, #bsi 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;
}

.storyheadline,
.StoryHeadline {
  font-family: "Exo", sans-serif;
  color: #00853E;
  font-weight: 700;
  font-size: 22px;
  text-align: justify;
  text-transform: capitalize;
}

.storyteaser,
.StoryTeaser {
  font-family: "Exo", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

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

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

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

* {
  box-sizing: border-box;
}

body {
  background: #111111 url("http://grfx.cstv.com/schools/ntex/graphics/ntex-16-bg.png") no-repeat center top fixed;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

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

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

#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;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
#adSkinLeft {
  right: 60%;
}

#adSkinRight {
  left: 60%;
}
}/* END QUERY */

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

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

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

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

#skinClick a {
 z-index: 3!important;
}

#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: 1023px) {
  .skin-yes #page {
    max-width: auto;
  }
}

.center {
  text-align: center;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo', serif;
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  opacity: .9;
}

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

.clear {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}

.glyphicon, nav {
  font-weight: 700;
}

.specialEvent ul, .specialEvent ul li {
  margin: 0;
  padding: 0;
}
.specialEvent ul li a img {
  width: 100%
}
.specialEvent .bx-controls {
  position: absolute;
  top: 41%;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 475px;
  z-index: 66;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .specialEvent .bx-controls {
    max-width: 613px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  .specialEvent .bx-controls {
    max-width: 100%;
    top: 45%;
  }
}

@media (max-width: 767px) {
  .specialEvent ul li a img {
    width: 100%;
    height: 228px;
  }
  .specialEvent .bx-viewport {
    height: 228px;
  }
}

.specialEvent .bx-prev, .specialEvent .bx-next {
    display: block;
    width: 16px;
    height: 30px;
    line-height: 30px;
    cursor: pointer !important;
    border: solid 1px #333;
    position: absolute;
    background: #111;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
.specialEvent .bx-prev {
  left: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.specialEvent .bx-next {
  right: -2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.defaultSlider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
  height: 76px;
}

nav {
  height: 34px;
}


#container {
  max-width: 970px;
  min-width: 728px;
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  background: #000;
  z-index: 5;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #container {
    max-width: 1256px;
    min-width: 970px;
    width: 100%;
  }
  /*.skin-yes #container {
    max-width: 1030px;
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  #container {
    max-width: 728px;
    min-width: 480px;
    width: 100%;
  }
}

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

#container-outer {
  padding-top: 102px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  #container-outer {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  #container-outer {
    padding-top: 66px;
  }
}

.section-1 {
  width: 100%;
  height: 510px;
  overflow: hidden;
  z-index: 0;
}

.sports .section-1 {
  margin-bottom: 15px;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section-1 {
    height: 657px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  .section-1 {
    height: 474px;
  }
}

@media (max-width: 767px) {
  .section-1 {
    height: 300px;
  }
}

.section-2 {
  width: 100%;
  padding: 10px 0px 10px 0px;
  z-index: 100;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

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

.section-3 {
  width: 100%;
  height: 285px;
  position: relative;
  padding: 10px 0px 10px 0px;
}
.section-3.videoSection {
  /*height: 445px;*/
  height: auto;
}
.section-3.videoSection #seventyFive .cbsiapp-lp-item-title-text {
  line-height: 15px;
  white-space: pre-wrap;
  color: #00853E;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.section-3.videoSection #seventyFive .cbsiapp-lp-item-title-desc {
  line-height: normal;
  white-space: pre-wrap;
  color: #FFF;
  font-family: "Exo", sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: auto;

  display: none;
}

@media (max-width: 1023px) {
  .section-3.videoSection #seventyFive .cbsiapp-lp-item-title-text {
    font-size: 11px;
  }
  .section-3.videoSection #seventyFive .cbsiapp-lp-item-title-desc {
    display: none;
  }
  .section-3.videoSection #seventyFive .cbsiapp-lp-item {
    height: 51px!important;
  }
  .section-3.videoSection #seventyFive .cbsiapp-lp-page-wrapper {
    height: 270px!important;
  }
}

@media (max-width: 767px) {
  .section-3.videoSection {
    height: auto;
  }
}

.section-4 {
  background: #000;
  width: 100%;
  height: 150px;
  display: inline-block;
  float: left;
  vertical-align: top;
  clear: none;
  padding: 10px;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section-4 {
    width: 25%;
    height: 270px;
  }
  /*.skin-yes .section-4 {
    width: 100%;
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  .section-4 {
    width: 50%;
    padding: 10px 10px 10px 10px;
    height: 270px;
  }
}

@media (max-width: 767px) {
  .section-4 {
    width: 100%;
    float: none;
    padding: 10px;
    height: 270px;
  }
}

.section-5 {
  background: #000;
  width: 33%;
  height: 270px;
  display: inline-block;
  float: left;
  vertical-align: top;
  clear: none;
  padding: 10px 10px 10px 10px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section-5 {
    width: 25%;
    height: 270px;
    padding: 10px 10px 10px 0px;
  }
  /*.skin-yes .section-5 {
    width: 33%;
    padding: 10px 10px 10px 10px;
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  .section-5 {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .section-5 {
    width: 100%;
    float: none;
    padding: 10px;
    height: auto;
  }
}

.section-6 {
  background: #000;
  width: 33%;
  height: 270px;
  display: inline-block;
  float: left;
  padding: 10px 10px 10px 0px;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section-6 {
    width: 25%;
    height: 270px;
  }
  /*.skin-yes .section-6 {
    width: 33%;
    padding: 10px 10px 10px 10px;
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  .section-6 {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .section-6 {
    width: 100%;
    float: none;
    padding: 10px;
    height: auto;
  }
}

.section-7 {
  background: #000;
  width: 33%;
  height: 270px;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
}


/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .section-7 {
    width: 25%;
    height: 270px;
    padding: 10px 10px 10px 10px;
  }
  /*.skin-yes .section-7 {
    width: 33%;
    padding: 10px 10px 10px 0px;
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  .section-7 {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .section-7 {
    width: 100%;
    float: none;
    padding: 10px;
    height: auto;
  }
}

.section-8 {
  background: #000;
  width: 100%;
  clear: both;
  padding: 10px 0px;
}

.section-9 {
  background: #fff;
  width: 100%;
  padding: 15px 0px;
  clear: both;
  text-align: center;
}

.section-10 {
  background: #fff;
  width: 100%;
}

.promo {
  background: #FFF;
  width: 100%;
  height: 250px;
  position: relative;
}
.prom a img {
  width: 100%;
  height: 250px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .promo {
    width: 300px;
  }
}/* END QUERY */

.section-5 .promo ul li a img {
  width: 100%;
  height: 250px;
}
.section-5 .promo .bx-prev, .section-5 .promo .bx-next {
  position: absolute;
  top: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #00853E;
  text-decoration: none;
  z-index: 666;
  text-align: center;
}
.section-5 .promo .bx-prev {
  left: 0px;
}
.section-5 .promo .bx-next {
  right: 0px;
}

.promo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

.promo .bx-controls .bx-pager-item {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 3px;
}

.promo .bx-controls .bx-pager-item .bx-pager-link {
  text-align: left;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555;
  overflow: hidden;
  text-indent: -9999px;
}

.promo .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #ccc;
}

.section-6 .promo a img {
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  #index .promo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flexpanel.fp-sm .fp-btn {
  line-height: normal;
}

a {
  color: #00853E;
}

a:visited {
  color: black;
}

a:hover {
  color: #00b856;
}

a:active {
  color: #005226;
}

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

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

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

#sticky-header {
  background: url("http://grfx.cstv.com/schools/ntex/graphics/ntex-16-hdr-bg-desktop.png") repeat-x;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
}

#sticky-header #header-inner {
  max-width: 970px;
  min-width: 728px;
  width: 100%;
  height: 102px;
  margin: 0 auto;
  position: relative;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #sticky-header #header-inner {
    max-width: 1256px;
    min-width: 970px;
  }
}

@media (max-width: 1023px) {
  #sticky-header {
    background: url("http://grfx.cstv.com/schools/ntex/graphics/ntex-16-hdr-bg-tablet.png") repeat-x;
    height: 88px;
  }
  #sticky-header #header-inner {
    max-width: 728px;
    min-width: 480px;
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  #sticky-header {
    background: url("http://grfx.cstv.com/schools/ntex/graphics/ntex-16-hdr-bg-phone.png") repeat-x;
    height: 66px;
  }
  #sticky-header #header-inner {
    max-width: 320px;
    min-width: 320px;
    padding-top: 2px;
  }
}

 #header-title h1 {
  color: #00853E;
  text-shadow: 1px 1px 0px #005226;
  font-family: 'Exo', serif;
  font-size: 45px;
  line-height: 76px;
  margin-top:30px;
}

#header-title {
  float: left;
  padding: 46px 0px 0px 0px;
}

#header-tickets {
  float: right;
  padding: 38px 0px 0px 0px;
}


@media (max-width: 767px) {
  #header-title h1 {
    display: none;
  }
}

#sticky-header #header-inner #header-logo {
  width: 120px;
  height: auto;
  float: left;
  position: relative;
  z-index: 10;
  padding-left: 5px
}
@media (max-width: 1023px) {
  #sticky-header #header-inner #header-logo {
    width: 70px;
  }
  #header-title {
    width: 500px;
    padding: 17px 0px 0px 0px;
  }
  #header-tickets {
    width: 126px;
    padding: 7px 0px 0px 0px;
  }
  #header-title img, #header-tickets img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #sticky-header #header-inner #header-logo {
    width: 70px;
  }
  #header-title {
    width: 245px;
    padding: 39px 0px 0px 0px;
  }
  #header-tickets {
    display: none;
  }
}

#sticky-header #header-inner #header-logo a {
  display: block;
  max-width: 100%;
  border: none;
}

#sticky-header #header-inner #header-logo a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  #sticky-header #header-inner #header-logo a img {
    max-height: 76px;
  }
}

#sticky-header #header-inner #header-social {
  position: absolute;
  right: 15px;
  top: 20px;
}

#sticky-header #header-inner #header-social i {
  color: #b3b3b3;
  background: -webkit-linear-gradient(top, #333333 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, #333333 0%, #1a1a1a 100%);
  font-size: 24px;
  text-align: center;
  padding: 4px;
  margin-left: 5px;
  border: 1px solid #444;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

#sticky-header #header-inner #header-social a:hover {
  opacity: .9;
}


 #nav-wrap {
  background: #00853E;
  height: 30px;
  background-image: linear-gradient(to top, black 0%, #014919 100%);
  box-shadow: 2px 3.5px 3px rgba(0, 0, 0, 0.75);
  line-height: 30px;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 5;
}

#nav-wrap #nav-wrap-inner {
  max-width: 970px;
  min-width: 728px;
  width: 100%;
  margin: 0 auto;
  position: relative;

}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #nav-wrap #nav-wrap-inner {
    max-width: 1256px;
    min-width: 970px;
  }
}

@media (max-width: 1023px) {
 #nav-wrap #nav-wrap-inner {
    max-width: 728px;
    min-width: 480px;
  }
}

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

.section-2 #superleader-ad > img {
  height: 0px;
}

#story-top-ad div > img {
  height: 0px;
}

#superleader-ad {
  display: block;
}

#story-top-ad {
  padding: 80px 0 8px 0;
}

#story-top-ad #superleader-ad {
  width: 970px;
  margin: 0 auto;
}

#top-ad {
  display: none;
}

#holder-story-ad {
  width: 300px;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
}

#index #holder-story-ad {
  
}

@media (max-width: 767px) {
  #index #holder-story-ad {
    margin-top: 0;
    padding: 10px 0;
  }
}

.page-story #holder-story-ad {
  text-align: center;
  margin: 22px auto;
  width: 300px;
  padding: 0;
}

@media (max-width: 1023px) {
  .page-story #holder-story-ad {
    background: #00853E;
    padding: 10px;
    width: 100%;
    height: 270px;
  }
}

#bsi {
  position: relative;
  height: 510px;
  background: #000;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #bsi {
    height: 657px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #bsi {
    height: 474px;
  }
}

@media (max-width: 767px) {
  #bsi {
    /*height: auto;*/
    height: 300px;
  }
}

#bsi #bsi-block li {
  height: 481px;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #bsi #bsi-block li  {
    height: 620px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #bsi #bsi-block li {
    height: 481px;
  }
}

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

#bsi .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

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

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

#bsi .bx-controls-direction {
  display: none;
}

#bsi #bsi .bx-pager {
  display: none;
}

#bsi #bsi-controls > div {
  position: absolute;
  width: 32px;
  height: 37px;
  line-height: 47px;
  bottom: 0px;
  display: block;
  padding: 0px;
  z-index: 100;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #00853E;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 20px;
}

#bsi #bsi-controls #bsi-next {
  right: 0px;
}

#bsi #bsi-controls #bsi-prev {
  left: 0px;
}


@media (max-width: 767px) {
  #bsi #bsi-controls > div {
    bottom: 104px;
  }
  #bsi #bsi-controls #bsi-next {
    right: auto;
    left: 32px;
  }
}

#bsi a:link, #bsi a:visited {
  color: #000;
  text-decoration: none;
}

#bsi a:hover, #bsi a:active {
  color: #000;
  text-decoration: none;
}

#bsi #bsi-sponsor {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 60;
}

#bsi .bsi-png {
  position: absolute;
  z-index: 10;
  background-size: contain;
  width: 100%;
  height: 100%;
}

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

#bsi .bsi-caption-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 11;
}

#bsi .bsi-caption-wrapper .bsi-caption {
  display: block;
  padding: 10px 37px 10px 37px;
  width: 100%;
  font-size: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  height: 87px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  #bsi .bsi-caption-wrapper {
    bottom: 30px;
  }
  #bsi .bsi-caption-wrapper .bsi-caption {
    width: 738px;
    height: 90px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #bsi .bsi-caption-wrapper {
    bottom: 25px;
  }
  #bsi .bsi-caption-wrapper .bsi-caption {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#bsi .bsi-caption-wrapper .bsi-caption h1 {
  margin: 0px 0px 5px 0px;
  max-width: 90%;
  font-weight: bold;
  font-family: 'Exo', serif;
  font-size: 24px;
  color: #FFF;
}
#bsi .bsi-caption-wrapper .bsi-caption h1:hover {
  color: #00853E;
}

@media (max-width: 1023px) {
  #bsi .bsi-caption-wrapper .bsi-caption h1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #bsi .bsi-caption-wrapper .bsi-caption h1 {
    max-height: none;
    max-width: 100%;
    font-size: 15px;
    line-height: 130%;
    padding: 0px;
  }
}

#bsi .bsi-caption-wrapper .bsi-caption p.synopsis {
  color: #FFF;
  max-width: 94%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  /*right: 0;*/
}
/*#bsi .bsi-caption-wrapper .bsi-caption p.synopsis:hover {
  color: #666;
}*/

@media (max-width: 1023px) {
  #bsi .bsi-caption-wrapper .bsi-caption p.synopsis {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #bsi .bsi-caption-wrapper .bsi-caption p.synopsis {
    height: 34px;
    overflow: hidden;
  }
  #bsi .bsi-bg {
    position: static;
  }
}

#bsi .bsi-bg img {
  height: auto;
  width: 100%;
  right: 0;
  position: absolute;
}

@media (max-width: 767px) {
  #bsi .bsi-bg img {
    position: static;
  }
}

#bsi .bsi-bg.is-photo {
  background: #292929;
}

@media (max-width: 767px) {
  #bsi .bsi-bg.is-video {
    height: 220px;
  }
}

#bsi #bsi-minis {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  bottom: 0px;
  z-index: 88;
  width: 100%;
  max-width: 1190px;
  background: #111;
  background: rgba(0, 0, 0, 0.7);
  height: 37px;
  left: 32px;
}

@media (max-width: 1023px) {
  #bsi #bsi-minis {
    max-width: 728px;
    height: 29px;
  }
}

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

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

#bsi #bsi-minis .mini-index {
  display: none !important;
}

#bsi #bsi-minis .bsi-thumb img {
  display: block;
}

#bsi .bsi-goto {
  margin: 0px;
  /*width: 13.4%;*/
  width: 130px;
  position: relative;
  float: left;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #bsi .bsi-goto {
    /*width: 14.28%;*/
    width: 170px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #bsi .bsi-goto {
    width: 95px;
  } 
}

#bsi .bsi-goto.active {
  opacity: .5;
  background: #000;
}

#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 > li {
  float: left;
}

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

/*#index.sports #bsi-minis {
  padding-top: 52px;
}
*/

/* tabs
 * ---------------------------------------------------------------------------- */

#calendar-tab ul.headline-1, #specialstore-tab ul.schedule-1 { margin:0; padding:0 }
#calendar-tab ul.headline-1 li, #specialstore-tab ul.schedule-1 li{ float: left; list-style: none;}
#calendar-tab ul.headline-1 span, #specialstore-tab ul.schedule-1 span { position:relative; top:6px;}


/* Headline tabs: #calendar-tab
 * ---------------------------------------------------------------------------- */

#calendar-tab, #specialstore-tab {
  width:49%;
  float:left;
  margin-right:1%;
}

#siderail #calendar-tab, #siderail #specialstore-tab {
  width: 100%;
  float: left;
  margin: 0px 0px 30px 0px;
}

#calendar-tab ul.headline-1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  background-color: #029032;
  background-image: linear-gradient(to top, #016924 0%, #039032 60%, #039032 100%);
  height: 36px;
  width: 100%
  }

#calendar-tab ul.headline-1 li, #calendar-tab ul.headline-1 a {
  display: block;
  height: 36px;
  color:#fff;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  text-decoration: none;
}

#siderail #calendar-tab ul.headline-1 li, #siderail #calendar-tab ul.headline-1 a {
  font-size: 16px;
}

#tab-calendar,#tab-headlines{
  width: 50%;
}

#calendar-tab.on-calendar #tab-calendar {
  background: #FFF;
  background-image: linear-gradient(to top, white 0%, #d3d2d2 100%);
  height:46px;
  margin-top:-10px;
  line-height: 38px;
  color: #00853E!important;
}

#calendar-tab.on-headlines #tab-headlines {
  background: #FFF;
  background-image: linear-gradient(to top, white 0%, #d3d2d2 100%);
  height:46px;
  margin-top:-10px;
  line-height: 38px;
  color: #00853E!important;
}
#calendar-tab.on-calendar #tab-calendar a, #calendar-tab.on-headlines #tab-headlines a {
  color: #00853E!important;
}

#calendar, #headlines,#special, #onlinestore  {
height: 228px;
padding: 0px;
overflow: auto;
background:#fff;
width:100%;
margin-top:-10px;
/*padding-top:10px;*/
background:#fff;
position: relative;
}

#onlinestore, #special {
  overflow: hidden;
padding-top:0px;
}

#headlines ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#specialstore-tab ul.schedule-1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  background-color: #029032;
  background-image: linear-gradient(to top, #016924 0%, #039032 60%, #039032 100%);
  height: 36px;
  width: 100%;
  }

#specialstore-tab ul.schedule-1 li, #specialstore-tab ul.schedule-1 a {
  display: block;
  height: 36px;
  color:#fff;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  text-decoration: none;
}

#siderail #specialstore-tab ul.schedule-1 li, #siderail #specialstore-tab ul.schedule-1 a {
  font-size: 16px;
}

#tab-special,#tab-onlinestore {
  width: 50%;
}

#specialstore-tab.on-special #tab-special {
  background: #FFF;
  background-image: linear-gradient(to top, white 0%, #d3d2d2 100%);
  height:46px;
  margin-top:-10px;
  line-height: 38px;
  color: #00853E!important;
}
#specialstore-tab.on-onlinestore #tab-onlinestore {
  background: #FFF;
  background-image: linear-gradient(to top, white 0%, #d3d2d2 100%);
  height:46px;
  margin-top:-10px;
  line-height: 38px;
  color: #00853E!important;
}

#specialstore-tab.on-special #tab-special a, #specialstore-tab.on-onlinestore #tab-onlinestore a {
  color: #00853E!important;
}

#onlinestore ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#store-wrapper{
  float:left;
  /*border-right: 1px solid #666;*/
}
#auction-wrapper{
  float:left;
}



  .section-column #calendar-tab, .section-column #specialstore-tab{width:100%;}
  .section-column #specialstore-tab ul.schedule-1,.section-column #calendar-tab ul.headline-1{width:100%;}
  .section-column #tab-calendar, .section-column #tab-headlines, .section-column #tab-special, .section-column #tab-onlinestore {width:50%;}
  .section-column #calendar, .section-column #headlines, .section-column #special, .section-column #onlinestore {width:100%;}


@media (max-width: 1023px) {
  #calendar-tab, #specialstore-tab{width:100%;margin:0px 0px 20px 0px;}
  #specialstore-tab ul.schedule-1,#calendar-tab ul.headline-1{width:100%;}
  #tab-headlines, #tab-features, #tab-special, #tab-onlinestore {width:50%;}
  #calendar, #features, #special, #onlinestore {width:100%;}
  #calendar-tab ul.headline-1 span, #specialstore-tab ul.schedule-1 span { position:relative; top:10px;}


  #siderail #specialstore-tab {
    width: 50%;
    float: left;
    margin: 0px 0px 30px 0px;
  }

}

#special #special-event-1 .bx-wrapper .bx-viewport {
  /*height: 100%!important;
  min-height: 228px!important;
  max-height: 228px!important;*/}

#special #special-event-1 .bx-wrapper .bx-viewport ul li .slide-image {
  /*background-size: cover;
  height: 100%;
  min-height: 228px;
  background-position: center center;
  overflow: hidden;*/
  margin: 6% 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 172px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
#special #special-event-1 .bx-wrapper .bx-viewport ul li .slide-image {
  /*background-size: cover;
  height: 100%;
  min-height: 228px;
  background-position: center center;
  overflow: hidden;*/
  margin: 1% 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 216px;
}
}/* END QUERY */
#special #special-event-1 {
  width: 100;
  height: 175px;
}

@media (max-width: 1023px) {
  #special #special-event-1 .bx-wrapper .bx-viewport ul li .slide-image {
    height: 204px;
    margin: 2% 1%;
  }
}

@media (max-width: 767px) {
  #special #special-event-1 .bx-wrapper .bx-viewport ul li .slide-image {
    height: 110px;
    margin: 19% 1%;
  }
}




.on-calendar #tab-calendar a, .on-headlines #tab-headlines a, .on-special #tab-special a,  .on-onlinestore #tab-onlinestore a{
    color: #00853E!important;
}

.sec-headlines-wrap {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.sec-headlines-wrap h1 {
    font-family: "Exo";
    font-size: 14px;
    min-height: 70px;
}
.sec-headlines-wrap h1 a {
    text-decoration: none;
}
.sec-headlines-wrap .pubdate {
    display: none;
}

#schedule #jcal-machine-wrapper {
  min-height: 224px!important;
  height: 224px!important;
}


.responsivetabs {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 264px;
  width: 100%;
}

.responsivetabs > dd {
  display: block;
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
  width: 25%;
}

.responsivetabs > dd > a {
  text-decoration: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  box-shadow: inset 0px 10px 10px -3px rgba(0, 0, 0, 0.3);
  font-family: 'Exo', serif;
  font-weight: 700;
  color: #FFFFFF;
  background: #00853E;
  background: -webkit-linear-gradient(top, #000 0, #00853E 100%);
  background: linear-gradient(to bottom, #000 0, #00853E 100%);
}

.responsivetabs > dd > a:hover {
  background: #FFFFFF;
  color: #00853E;
}

.responsivetabs dd > .ret-content {
  position: absolute;
  display: none;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 224px;
  overflow: hidden;
  background: #fff;
}

.responsivetabs dd.active-tab {
  padding: 0;
}

.responsivetabs dd.active-tab > a {
  -webkit-filter: none;
  filter: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5);
  color: #000;
  background: #FFFFFF;
}

.responsivetabs dd > a .heading {
  display: block;
  line-height: 30px;
}

.responsivetabs dd.active-tab > a .heading {
  line-height: 40px;
  background: #FFFFFF;
}

.responsivetabs dd.active-acc > .ret-content {
  display: none;
}

.responsivetabs dd.active-tab > .ret-content {
  display: block;
}

.responsivetabs .ret-large-tab-only {
  display: none;
}

.responsivetabs .ret-acc-only {
  display: none;
  float: right;
  line-height: 40px;
}

@media (max-width: 767px) {
  .responsivetabs {
    position: relative;
    height: auto;
  }

  .responsivetabs > dd {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .responsivetabs dd.active-tab > a {
    box-shadow: none;
  }

  .responsivetabs dd > a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
  }

  .responsivetabs dd > a .heading {
    line-height: 40px;
    padding: 0 10px;
  }

  .responsivetabs dd > .ret-content {
    position: static;
    display: none;
    height: auto;
  }

  .responsivetabs dd.active-tab > .ret-content {
    display: none;
  }

  .responsivetabs dd.active-acc > .ret-content {
    display: block;
  }

  .responsivetabs .ret-large-tab-only {
    display: inline;
  }

  .responsivetabs dd .ret-acc-only {
    display: inline;
  }

  .responsivetabs dd .ret-acc-only .right-arrow {
    display: inline;
  }

  .responsivetabs dd .ret-acc-only .down-arrow {
    display: none;
  }

  .responsivetabs dd.active-acc .ret-acc-only .right-arrow {
    display: none;
  }

  .responsivetabs dd.active-acc .ret-acc-only .down-arrow {
    display: inline;
  }
}

body.page-story .accordion {
  width: 300px;
}

@media (max-width: 1023px) {
  body.page-story .accordion {
    width: 730px;
  }
}

@media (max-width: 767px) {
  body.page-story .accordion {
    width: 100%;
    max-width: 480px;
  }
}

body.page-story .responsivetabs {
  position: relative;
  height: auto;
}

body.page-story .responsivetabs > dd {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
}

body.page-story .responsivetabs dd.active-tab > a {
  box-shadow: none;
}

body.page-story .responsivetabs dd > a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
}

body.page-story .responsivetabs dd > a .heading {
  line-height: 40px;
  padding: 0 10px;
}

body.page-story .responsivetabs dd > .ret-content {
  position: static;
  display: none;
  height: auto;
}

body.page-story .responsivetabs dd.active-tab > .ret-content {
  display: none;
}

body.page-story .responsivetabs dd.active-acc > .ret-content {
  display: block;
}

body.page-story .responsivetabs .ret-large-tab-only {
  display: inline;
}

body.page-story .responsivetabs dd .ret-acc-only {
  display: inline;
}

body.page-story .responsivetabs dd .ret-acc-only .right-arrow {
  display: inline;
}

body.page-story .responsivetabs dd .ret-acc-only .down-arrow {
  display: none;
}

body.page-story .responsivetabs dd.active-acc .ret-acc-only .right-arrow {
  display: none;
}

body.page-story .responsivetabs dd.active-acc .ret-acc-only .down-arrow {
  display: inline;
}

/*#store-wrapper, #auction-wrapper, #extra-store-1, #extra-store-2 {
  position: relative;
  height: 230px;
  float: left;
  width: 100%;
}*/

@media (max-width: 767px) {
  #store-wrapper, #auction-wrapper, #extra-store-1, #extra-store-2 {
    width: 100%;
    float: none;
  }
}

.page-story #store-wrapper, .page-story #auction-wrapper, .page-story #extra-store-1, .page-story #extra-store-2 {
  width: 100%;
}

@media (max-width: 1023px) {
  .page-story #store-wrapper, .page-story #auction-wrapper, .page-story #extra-store-1, .page-story #extra-store-2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-story #store-wrapper, .page-story #auction-wrapper, .page-story #extra-store-1, .page-story #extra-store-2 {
    width: 100%;
  }

}


/* Widgets: Online Store
 * --------------------------------------------------------- */

#store-wrapper, #auction-wrapper {
  background: #FFF;
  width: 100%;
  position: relative;
  height: 220px;
}

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

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

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

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

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

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

.portal-item .portal-image {
  left: 40px;
  top: 20px;
  position: absolute;
  width: 175px;
}

.portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  color: #555;
  width: 210px;
  right: 50px;
  top: 80px;
  line-height: 16px;
  color: #666;
  font-size: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  text-align: center;
}

.portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  color: #00853E;
  font-family: "Exo", sans-serif;
  height: 15px;
  width: 200px;
  right: 50px;
  top: 155px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
#store-title {
  width: 210px;
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #00853E;
  font-size: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  z-index: 666
}

/*#store-wrapper, #auction-wrapper {
  width:100%;
  position: relative;
  height: 230px;
}

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

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

#auction-portal .portal-error, #store-portal .portal-error {
  width: 100%;
  text-align: center;
  font-family: 'Exo', serif;
  text-transform: uppercase;
  padding-top: 20px;
  color: #00853E;
}

#store-title {
  width: 210px;
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #00853E;
  font-size: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
}
.page-story #store-title {
  width: 100%;
  right: 0px;
  font-size: 18px;
}

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

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

.portal-item .portal-image {
  left: 80px;
  top: 20px;
  position: absolute;
  width: 175px;
}

.page-story .portal-item .portal-image {
  left: 0px;
  top: 65px;
  width: 125px;
}

.portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  color: #555;
  width: 210px;
  right: 50px;
  top: 80px;
  line-height: 16px;
  color: #666;
  font-size: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  text-align: center;
}

.page-story .portal-item .portal-name {
  width: 150px;
  right: 0px;
  text-align: left;
}

.portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  color: #00853E;
  font-family: "Exo", sans-serif;
  height: 15px;
  width: 200px;
  right: 50px;
  top: 155px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.page-story .portal-item .portal-price {
  right: 22px;
  top: 175px;
}*/

@media (max-width: 767px) {
  .portal-item .portal-image {
    left: 0px;
    top: 65px;
    width: 125px;
  }
  .portal-item .portal-name {
    width: 150px;
    right: 10px;
    text-align: left;
  }
  .portal-item .portal-price {
    right: 32px;
    top: 170px;
  }
}

.widget h4 {
  color: #00853E;
  line-height: normal;
  display: inline-block;
  margin: 0px;
  font-family: 'Exo', serif;
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.widget h4 div {
  display: inline-block;
  text-transform: none;
}
@media (max-width: 1023px) {
  .widget h4 {
    float: none;
    margin: 0 0 0 0;
  }
}

.widget-twitter {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 10px;
}

.widget .twitter_update_list {
  margin: 0;
  padding: 0;
}

.widget .twttr-widget-wrap {
  width: 100%;
  height: 80%;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden; 
}

@media (max-width: 1023px) {
  .widget .twttr-widget-wrap {
    width: 100%;
  }
}

.widget .twttr-widget-wrap .twtter-more-button {
  background: #005226;
  margin: 5px 0;
  color: #FFF;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  font-family: 'Exo', serif;
  text-transform: uppercase;
  font-weight: 700;
}

.widget .twttr-widget-wrap .twttr-window {
  width: 100%;
  height: auto;
  background: none;
  border: none;
}

@media (max-width: 1023px) {
  .widget .twttr-widget-wrap .twttr-window {
    height: 230px;
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .widget .twttr-widget-wrap .twttr-window {
    height: auto;
  }
}

.widget .twttr-widget-wrap .twttr-window ul {
  padding: 0;
}

@media (max-width: 1023px) {
  .widget .twttr-widget-wrap .twttr-window ul {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .widget .twttr-widget-wrap .twttr-window ul {
    height: auto;
  }
}

.widget .twttr-widget-wrap .twttr-window li {
  font-family: "Exo", sans-serif;
  color: #666;
  font-size: 12px;
  border-bottom: none;
}

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

.widget .twttr-widget-wrap .twttr-element a {
  color: #00853E;
  text-decoration: none;
}

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

.widget .twttr-widget-wrap .twttr-text {
  text-align: left;
  line-height: 130%;
  color: #666;
}

.widget .twttr-widget-wrap .twttr-text a:hover {
  color: #FFF;
}

.widget .twttr-widget-wrap .twttr-text a:active {
  color: #FFF;
}

.widget .twttr-widget-wrap .twttr-media {
  width: 100%;
  padding: 5px 0;
}

.widget .twttr-widget-wrap .twttr-media a {
  color: #00853E;
  letter-spacing: 1px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  display: inline-block;
  padding: 4px;
}

.widget .twttr-widget-wrap .twttr-media a:hover {
  opacity: .7;
}

.widget .twttr-widget-wrap .twttr-media a:active {
  opacity: .9;
}

.widget .twttr-widget-wrap .twttr-extras {
  padding-top: 5px;
  font-family: 'Exo', serif;
  font-weight: bold;
}

.widget .twttr-widget-wrap .twttr-extras a {
  margin: 0 5px;
}

.widget .twttr-widget-wrap .twttr-extras a:hover {
  color: #FFF;
}

.widget .twttr-widget-wrap .twttr-extras a:active {
  color: #FFF;
}

@media (max-width: 767px) {
  .widget .twttr-widget-wrap .twttr-time {
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
}

#instagramWrap h4 {
  display: block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 27px;
}

@media (max-width: 767px) {
  #instagramWrap h4 {
    margin-left: 0;
  }
}

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

#instagramWrap * {
  box-sizing: border-box;
}

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

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

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

#more-videos {
  list-style: none;
  margin: 0 0 0 0;
  padding: 5px 0 0 5px;
  height: 217px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #more-videos {
    height: auto;
  }
}

#more-videos > li {
  display: block;
  float: left;
  height: 212px;
  margin: 0 0 0 6px;
  padding: 0;
  background: #EEEEEE;
}

#more-videos > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  #more-videos > li {
    width: 48%;
    margin: 0 3px 0;
  }
}

#more-videos > li a {
  display: block;
  text-decoration: none;
}

#more-videos > li a .vid-blk {
  width: 140px;
}

#more-videos > li a .vid-img img {
  width: 187px;
}

@media (max-width: 1023px) {
  #more-videos > li a .vid-img img {
    width: 175px;
  }
}

@media (max-width: 767px) {
  #more-videos > li a .vid-img img {
    width: 100%;
    max-height: 140px;
  }
}

#more-videos > li a .vid-watch {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
  background: #00853E;
  font-family: 'Exo', serif;
  color: #fff;
  letter-spacing: 1px;
}

#more-videos > li a .vid-title {
  padding: 5px 5px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Exo', serif;
  color: #00853E;
}

#more-videos > li a .vid-info {
  padding: 0 5px;
  font-size: 10px;
  color: #999999;
}

#more-videos > li:hover {
  background: #f5f5f5;
}

#more-videos > li:hover .vid-watch {
  background: #000;
}

#more-videos > li:hover .vid-img {
  opacity: .95;
}

.page-story #more-videos > li {
  box-sizing: border-box;
  width: 48%;
}

@media (max-width: 1023px) {
  .page-story #more-videos > li {
    width: 139px;
  }
}

@media (max-width: 767px) {
  .page-story #more-videos > li {
    width: 48%;
    height: 260px;
    margin: 0 3px 3px 0;
  }
}

.page-story #more-videos > li a .vid-img img {
  width: 137px;
}

@media (max-width: 1023px) {
  .page-story #more-videos > li a .vid-img img {
    width: 139px;
  }
}

@media (max-width: 767px) {
  .page-story #more-videos > li a .vid-img img {
    width: 100%;
  }
}

#secondary-headlines {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#secondary-headlines li {
  max-width: 50%;
  height: 110px;
  display: block;
  float: left;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  #secondary-headlines li {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #secondary-headlines li {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 10px;
    margin: 0px;
  }
}

#secondary-headlines li a {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

#secondary-headlines li h3:hover {
  color: #000;
  text-decoration: underline;
}

#secondary-headlines li p.synopsis {
  margin: 5px 0 0 0;
  font-size: 11px;
  color: #888;
}

#secondary-headlines li a {
  padding: 0px;
}

#secondary-headlines li h3 {
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #00853E;
  margin: 0px;
  text-transform: uppercase;
}

#secondary-headlines li i p.synopsis {
  color: #666;
  margin: 0px;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#secondary-headlines li a {
  display: inline;
}

.page-story #secondary-headlines li {
  padding: 0 10px 5px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .page-story #secondary-headlines li {
    width: 50%;
    float: left;
  }
}

#large-header {
  width: 100%;
  height: 44px;
}

#large-header #large-header-content {
  background: #00853E;
  margin: 0 auto;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  position: relative;
}

@media (max-width: 1023px) {
  #large-header #large-header-content {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  #large-header #large-header-content {
    max-width: 480px;
  }
}

#large-header #large-header-content h1 {
  color: #FFF;
  font-family: 'Exo', sans-serif;
  text-transform: capitalize;
  font-size: 27px;
  line-height: 44px;
  margin: 0;
  padding: 0 25px;
  letter-spacing: 1px;
}

#large-header #large-header-content h1 a {
  color: #FFF;
  text-decoration: none;
}
#large-header #large-header-content h1 a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  #large-header #large-header-content h1 {
    font-size: 25px;
  }
}

#large-header #large-header-content h2 {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

@media (max-width: 767px) {
  #large-header #large-header-content h2 {
    font-size: 13px;
  }
}

#main-content-wrap {
  background: #fff;
  position: relative;
  padding: 20px 10px 20px 10px;
}

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

#main-content-wrap #holder-superleader-ad {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin: 0 -10px 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  #main-content-wrap #holder-superleader-ad {
    margin: 0 0 20px;
  }
}

#main-content {
  position: relative;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 145%;
  width: 100%;
  max-width: 630px;
  float: left;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #main-content {
    max-width: 910px;
  }
}/* END QUERY */

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

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

#main-content .storyheadline {
  font-family: 'Exo', serif;
  font-size: 22px;
  color: #00853E;
  font-weight: bold;
  padding: 0 0 10px 0;
  display: block;
  line-height: 1em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  #main-content .storyheadline {
    font-size: 22px;
  }
}

#main-content .storyteaser {
  font-family: 'Exo', serif;
  font-size: 16px;
  color: #666;
  padding: 0 0 10px 0;
  display: block;
  line-height: 1em;
}

@media (max-width: 767px) {
  #main-content .storyteaser {
    font-size: 16px;
  }
}

#main-content .story-photo {
  padding: 10px;
}

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

#printer-footer {
  clear: both;
  max-width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #printer-footer {
    max-width: 450px;
  }
}

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

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

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

#siderail {
  width: 320px;
  float: right;
  padding: 10px 0px 0px 10px;
}

@media (max-width: 1023px) {
  #siderail {
    border: none;
    margin-left: -10px;
    padding-left: 0;
    width: 728px;
    float: none;
  }
}

@media (max-width: 767px) {
  #siderail {
    width: 100%;
    max-width: 320px;
    margin-left: 0;
    height: 758px;
  }
}

#biotable {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  min-height: 300px;
  background: linear-gradient(to top, white 0%, #d3d2d2 100%);
}

@media (max-width: 768px) {
  #biotable {
    min-width: 300px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0px 15px auto 0px 15px auto;
  }
}

#biotable #biotable-name {
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px;
  color: #FFF;
 background: #00853E!important;
  border-bottom: #FFF 2px solid;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.55);

}

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

#biotable #biotable-name #biotable-number {
  display: inline;
  padding-left: 20px;
}

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

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

#biotable #biotable-photo {
  float: left;
  width: 105px;
  margin: 20px;
}

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

#biotable #biotable-photo img {
  border: solid 3px #FFF;
  box-shadow: 0 0 5px rgba(0,0,0,.55);
}

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

#biotable #biotable-info {
  float: left;
  font-family: "Exo", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

#biotable #biotable-info b {
 color: #00853E!important;
}
@media (max-width: 768px) {
  #biotable #biotable-info {
    float: none;
    width: 300px;
    font-size: 12px;
    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;
}

#footer-sponsor-wrap, #footer-logos {
  text-align: center;
  padding: 40px 0px 40px;
  width: 90%;
  margin: 0px auto;
  border-bottom: 1px solid #00853E 
}

#footer-sponsor-wrap a, #footer-logos a {
  display: inline-block;
  margin: 0 -2px;
}

#footer-sponsor-wrap a img, #footer-logos a img {
  margin: 10px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #footer-sponsor-wrap a, #footer-logos a {
    margin: 0 5px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #footer-sponsor-wrap a img, #footer-logos a img {
      margin: 8px;
      width: 90px;
  }
}

#footer {
  background: #000;
  padding: 50px 0 100px;
  color: #FFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  margin: 0 auto;
}

#footer #sponsored-links {
  margin: 0;
  background: #000;
}

#logo-wrap {
  margin-left: -60px;
}

@media (max-width: 1023px) {
  #footer #sponsored-links {
    width: 100%;
    overflow: hidden;
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  #footer #sponsored-links {
    max-width: 480px;
  }
}

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

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

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

.flexpanel, .flexpanel * {
  box-sizing: border-box;
}

.flexpanel:before, .flexpanel:after {
  display: table;
  content: " ";
}

.flexpanel:after {
  clear: both;
}

.flexpanel a {
  text-decoration: none;
}

.flexpanel .fp-btn {
  display: none;
  clear: both;
  cursor: pointer;
}

.flexpanel .panel > ul > li {
  display: block;
  float: left;
  padding: 0 10px;
}

.flexpanel .panel > ul > li > a {
  display: block;
  width: 100%;
}

.flexpanel li {
  font-size: 95%;
}

.flexpanel li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.flexpanel li ul.nav-panel {
  display: none;
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
}

.flexpanel li ul.nav-panel .has-child {
  line-height: 28px;
}

.flexpanel li:hover ul.nav-panel {
  display: block;
}

.flexpanel li ul.nav-panel .nav-column {
  width: 39%;
  float: left;
}

.flexpanel li ul.nav-panel .nav-column.right {
  float: right;
  /*float: left;*/
  width: 20%;
}

.flexpanel li ul.nav-panel .nav-column.sports {
  width: 75%;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  .flexpanel li ul.nav-panel .nav-column.sports {
    width: 39%;
  }
}

.flexpanel li ul.nav-panel .nav-column.sports li {
  display: block;
}

.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra {
  float: right;
  text-align: right;
  display: block;
}

.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra li {
  float: left;
  display: block;
  border: none;
}

.flexpanel.fp-sm .fp-btn {
  display: block;
}

.flexpanel.fp-sm .fp-btn:hover {
  cursor: pointer;
}

.flexpanel.fp-sm .fp-btn + .panel {
  display: none;
  overflow: auto;
  z-index: 999;
  width: 100%;
  clear: both;
  position: absolute;
  left: 0px;
}

.flexpanel.fp-sm .fp-btn.open + .panel {
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.flexpanel.fp-sm ul {
  clear: both;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexpanel.fp-sm ul li {
  height: auto;
  position: relative;
  float: none !important;
}

.flexpanel.fp-sm ul li a {
  display: block;
  width: 100%;
}

.flexpanel.fp-sm li {
  clear: both;
  padding: 0px;
  width: 100%;
  float: none !important;
}

.flexpanel.fp-sm li i {
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 35px;
}

.flexpanel.fp-sm li.nav-column.has-child i {
  display: none;
}

.flexpanel.fp-sm li.nav-column.sports.has-child i {
  display: block;
}

.flexpanel.fp-sm li .has-child.sports {
  position: relative;
  padding-left: 15px !important;
}

.flexpanel.fp-sm li .has-child.sports:before {
  font-family: "main-icons";
  /*content: "\70";*/
  content: "\6c";
  position: absolute;
  left: 0;
  color: #fff;
  top: 2px;
}

.flexpanel.fp-sm li .has-child.sports.open:before {
  font-family: "main-icons";
  /*content: "\6e";*/
  content: "\6a";
  position: absolute;
  left: -4;
  color: #fff;
}

.flexpanel.fp-sm li.has-child > i:hover {
  cursor: pointer;
}

.flexpanel.fp-sm li.has-child .nav-panel {
  display: none;
}

.flexpanel.fp-sm li.nav-column.has-child > ul {
  display: block !important;
}

.flexpanel.fp-sm li.nav-column.sports.has-child > ul {
  display: none !important;
}

.flexpanel.fp-sm li:hover ul {
  padding: 0px;
}

.flexpanel.fp-sm li.nav-column.sports.has-child.open > ul, .flexpanel.fp-sm li.has-child.open > ul {
  clear: both !important;
  display: block !important;
  position: relative !important;
}

.flexpanel.fp-sm li ul.nav-panel .nav-column.sports li ul.sports-extra {
  text-align: left;
  float: none;
  display: none;
}

.flexpanel.fp-sm li ul.nav-panel .nav-column.sports li ul.sports-extra li {
  padding: 0;
}

.flexpanel .show-sm, .flexpanel.fp-sm .show-lg, .flexpanel.fp-sm .hide-sm {
  display: none !important;
}

.flexpanel .show-lg, .flexpanel.fp-sm .show-sm {
  display: block !important;
}

.flexpanel {
  display: none;
}

.flexpanel.flexpanel-init {
  display: block;
}

#nav-wrap-inner * {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#nav-wrap-inner #nav-top {
  padding-left: 90px;
}
@media (max-width: 1023px) {
  #nav-wrap-inner #nav-top {
    padding-left: 0px;
  }
}

#nav-wrap-inner #nav-top #fp-btn-nav-top {
  color: #1bf061;
  display: block;
  height: 35px;
  text-align: center;
  padding: 1px 10px 0;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  line-height: 20px;
}

#nav-wrap-inner #nav-top #fp-btn-nav-top i.fa-bars {
  display: inline-block;
}

#nav-wrap-inner #nav-top #fp-btn-nav-top i.fa-times {
  display: none;
}

#nav-wrap-inner #nav-top #fp-btn-nav-top.open i.fa-bars {
  display: none;
}

#nav-wrap-inner #nav-top #fp-btn-nav-top.open i.fa-times {
  display: inline-block;
}

#nav-wrap-inner #nav-top .panel > ul {
  float: right;
}

#nav-wrap-inner #nav-top .panel > ul > li {
  font-family: 'Exo', serif;
  text-transform: uppercase;
  font-weight: 700;
}

#nav-wrap-inner #nav-top .panel > ul > li > a {
  color: #FFF;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 33px;
  height: 33px;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #nav-wrap-inner #nav-top .panel > ul > li > a {
    padding: 0px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  #nav-wrap-inner #nav-top .panel > ul > li > a {
    padding: 0px 9px;
    font-size: 15px;
  }
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel {
  background: #000;
  background: rgba(0, 0, 0, 0.95);
  font-family: "Exo", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  line-height: 1em;
  padding: 15px 15px 15px 135px;
  -moz-box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
  -webkit-box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
  box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
}

@media (max-width: 1023px) {
  #nav-wrap-inner #nav-top .panel > ul > li .nav-panel {
    padding: 15px 15px 15px 85px;
  }
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel a {
  color: #fff;
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel .nav-column-header {
  font-family: 'Exo', serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul {
  margin-right: 30px;
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul li {
  /*border-bottom: solid 1px #00612d;*/
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul li:last-child {
  border-bottom: none;
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul li a:hover {
  text-decoration: none;
  color: #00853E;
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul.sports-extra {
  
}

#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul.sports-extra li {
  padding: 0px 0px 0px 10px;
  border: none;
}
#nav-wrap-inner #nav-top .panel > ul > li .nav-panel ul.sports-extra li.bullet {
  color: #00853E;
  font-size: 17px;
  font-weight: 700;
}
.flexpanel.fp-sm .panel > ul > li .nav-panel ul.sports-extra li.bullet {
  display: none;
}

#nav-wrap-inner #nav-top .panel > ul > li:hover > a {
  background: #000;
}

#nav-wrap-inner #nav-top .panel > ul > li:hover .nav-panel {
  display: block;
}

#nav-wrap-inner #nav-top.fp-sm #fp-btn-nav-top {
  display: block;
}

#nav-wrap-inner #nav-top.fp-sm .panel {
  background: #00853E;
  top: 35px;
  padding: 40px 10px 10px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li {
  background: #00853E;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li.open {
  background: #006c32;
  padding-bottom: 5px;
  border-bottom: solid 1px #009f4a;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li.open > a {
  color: #000;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li > a {
  color: #fff;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 35px;
  height: 35px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel {
  background: none;
  font-family: "Exo", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 0 10px;
  width: 100%;
  line-height: 22px;

  /*min-height: 350px;*/
}
#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel .nav-column.right {
  margin-top: 10px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel .nav-column {
  width: 100%;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel a {
  color: #fff;
  min-height: 30px;
  line-height: 1em;
  font-size: 14px;
  display: block;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel .nav-column-header {
  font-size: 15px;
  display: block;
  height: 35px;
  line-height: 35px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel ul {
  padding: 0 20px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel ul li:last-child {
  border-bottom: none;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel ul li a {
  padding-top: 5px;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel ul li a:hover {
  text-decoration: none;
  color: #333;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li .nav-panel ul.sports-extra li {
  padding: 0;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li:hover > a {
  background: none;
}

#nav-wrap-inner #nav-top.fp-sm .panel > ul > li:hover .nav-panel {
  display: none;
}

#nav-sport {
  position: absolute;
  top: 0;
  right: 0;
}

#nav-sport #sportnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-sport #sportnav > li {
  height: 44px;
}

#nav-sport #sportnav > li > a {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #fff;
  font-family: 'Exo', serif;
  font-size: 13px;
  line-height: 47px;
}

#nav-sport #sportnav > li > a:hover {
  color: #000;
}
@media (max-width: 767px) {
  #nav-sport #sportnav > li > a:hover {
    color: #00853E;
  }
}

#nav-sport.fp-sm .fp-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 52px;
  font-size: 30px;
  -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) {
  #nav-sport.fp-sm .fp-btn {
    right: 0;
  }
}

#nav-sport.fp-sm .fp-btn i.fa-bars {
  display: inline-block;
}

#nav-sport.fp-sm .fp-btn i.fa-times {
  display: none;
}

#nav-sport.fp-sm .fp-btn.open i.fa-bars {
  display: none;
}

#nav-sport.fp-sm .fp-btn.open i.fa-times {
  display: inline-block;
}

#nav-sport.fp-sm .fp-btn.open + .panel {
  background: #000;
  border-right: solid 2px #00853E;
  border-bottom: solid 2px #00853E;
  border-left: solid 2px #00853E;
  position: absolute;
  top: 43px;
  margin: 0;
  right: 13px;
  left: auto;
  width: 300px;
}

@media (max-width: 767px) {
  #nav-sport.fp-sm .fp-btn.open + .panel {
    right: 0;
  }
}

#nav-sport.fp-sm #sportnav > li a:hover {
  color: #00853E;
}




#nav-sport #sportnav > li.nav-extra {
  position: relative;
}

#nav-sport #sportnav > li.nav-extra > a {
  position: relative;
  padding-right: 15px;
}

#nav-sport #sportnav > li.nav-extra > a:after {
/*  content: '\f107';
  font-family: FontAwesome;
  right: 0;
  top: 2px;
  font-size: 12px;
  position: absolute;*/
}

#nav-sport #sportnav > li.nav-extra:hover {
  background: black;
}

#nav-sport #sportnav > li.nav-extra:hover > a {
  color: #00853E;
}

#nav-sport #sportnav > li.nav-extra .nav-panel {
  background: #000;
  background: rgba(0, 0, 0, 0.95);
  /*border-right: solid 2px #00853E;
  border-bottom: solid 2px #00853E;
  border-left: solid 2px #00853E;*/
  -moz-box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
  -webkit-box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
  box-shadow: 0px 3px 8px rgba(102, 102, 102, 0.66);
  width: 320px;
  left: auto;
  right: 0px;
  top: 44px;
  max-height: 400px;
  overflow-y: scroll;
  text-align: left;
  padding: 10px;
}

#nav-sport #sportnav > li.nav-extra .nav-panel #standings {
  width: 300px!important;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
#nav-sport #sportnav > li.nav-extra .nav-panel #standings tr td.sport {
  color: #FFF;
  text-transform: uppercase;
}
#nav-sport #sportnav > li.nav-extra .nav-panel #standings tr.standings-top td {
  color: #00853E;
  text-transform: uppercase;
}
#nav-sport #sportnav > li.nav-extra .nav-panel a {
  color: #fff;
  line-height: 1em;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child {
  padding: 5px 5px 15px;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child h3 {
  font-size: 15px;
  font-family: 'Exo', serif;
  color: #00853E;
  padding: 15px 0;
  margin: 0;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child h3 a {
  color: #fff;
  font-size: 14px;
  display: inline;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child h3 a:hover {
  color: #00853E;
  text-decoration: none;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child h3 img {
  display: inline-block;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 280px;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child ul li {
  padding-bottom: 8px;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child ul li a {
  color: #FFF;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 666;
  height: 15px;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child ul li a:hover {
  color: #00853E;
  text-decoration: none;
}

#nav-sport #sportnav > li.nav-extra .nav-panel .has-child ul li img {
  display: inline-block;
}

#nav-sport.fp-sm #sportnav > li.nav-extra {
  background: none;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open a {
  position: relative;
  height: 44px;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open a:hover {
  background: none;
  color: black;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open a:after {
  display: none;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open .nav-panel {
  max-height: 10000px;
  padding-left: 25px;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open ul {
  display: block;
}

#nav-sport.fp-sm #sportnav > li.nav-extra.open > i {
  display: none;
}

#nav-sport.fp-sm #sportnav > li.nav-extra .nav-panel {
  left: -10px;
  padding: 0 10px;
}


#search-portal {
  position: absolute;
  border: none;
  z-index: 20;
  top: 30px;
  left: 370px;
  margin: 0;
  padding: 0px;
  width: auto;
  display: block;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #search-portal {
    left: 505px;
  }
  /*.skin-yes #search-portal {
    left: 400px;  
  }*/
}/* END QUERY */

@media (max-width: 1023px) {
  #search-portal {
    left: 248px;
  }
}

@media (max-width: 767px) {
  #search-portal {
    position: static;
    margin: 0px auto;
    width: 205px;
    margin-top: 20px;
  }
}



#search-portal #cse-search-box {
  display: block;
  clear: both;
  height: 24px;
}

#search-portal #form-text-field, #search-portal #form-submit-bt {
  display: block;
  float: left;
  vertical-align: top;
}

#search-portal #form-submit-bt button {
  background: none;
  border: none;
  width: auto;
  height: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  background: #00853E;
  color: #FFF;
  font-family: "Exo", sans-serif;
}

#search-portal #form-text-field input {
  border: none;
  width: 135px;
  padding: 4px;
  margin: 0;
  font-size: 12px;
  border: 1px solid #00853E;
}

#footer-logos-wrap {
  width: 100%;
  text-align: center;
}
#footer-logos-wrap a img {
  margin: 20px 20px 20px 20px;
}

@media (max-width: 1023px) {

}


@media (max-width: 767px) {
  #footer-logos-wrap a img {
    margin: 20px 2px 20px 2px;
  }
}



#twentyFive {
  width: 100%;
  display: inline-block;
  float: left;
 /* height: 355px;*/
  position: relative;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #twentyFive {
    width: 25%;
  }
}/* END QUERY */

#seventyFive {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0px 10px 10px 10px;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #seventyFive {
    width: 75%;
  }
}/* END QUERY */

#hundred {
  width: 100%;
  /*display: inline-block;*/
  display: none;
  float: left;
  padding: 10px 10px 10px 10px;
}

.greenBar {
  background-image: linear-gradient(to top, #016924 0%, #039032 60%, #039032 100%);
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF!important;
  text-decoration: none;
  font-family: "Exo", sans-serif;
  display: block;
  text-transform: uppercase;
}

.greenBar:hover {
  background-image: linear-gradient(to top, #666 0%, #333 60%, #999 100%);
}

#twentyFive .greenBar {
  width: 94%;
  clear: both;
  margin: 20px 10px;
  height: 60px;
  line-height: 60px;
}

#twentyFive #aaSponsor {
  float: left;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#twentyFive #aaHdr {
  width: 25%;
  margin: 15px 10px;
  float: left;
}
#twentyFive #cusaBtn {
  float: left;
  margin: 86px 0px 0px 30px;
}
#gBwrap {
  float:right;
  width: 34%;
}
/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #twentyFive #aaHdr {
    width: 90%;
  }
  #twentyFive #aaSponsor {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
    margin-left: -10px;
  }
  #twentyFive #cusaBtn {
    float: right;
    margin: 26px 20px 0px 0px;
  }
  #gBwrap {
    float:none;
    width: 100%;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #twentyFive #cusaBtn {
    float: left;
    margin: 0px 0px 0px -110px;
  } 
}

@media (max-width: 767px) {
  #twentyFive #aaHdr {
    width: 50%;
  }  
  #twentyFive #aaSponsor {
    margin-top: -84px;
    margin-bottom: 0px;
    margin-left: 175px;
    width: 40%;
  }
  #twentyFive #cusaBtn {
    float: none;
    margin: 0px 0px 0px 0px;
  }
  #gBwrap {
    width: 100%;
  }
}

#hundred .greenBar {
  width: 160px;
  float: left;
  margin-top: 5px;
}

#hundred img {
  display: inline block;
  float: left;
}

#hundred #middleText {
  width: 70%;
  display: inline-block;
  float: left;
  padding: 0px 20px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #FFF;
}
#hundred #middleText a {
  color: #00853E;
  text-decoration: none;
}
#hundred #middleText a:hover {
  color: #999;
  text-decoration: none;
}

/*** XTRA LARGE (1280) ***/
@media (min-width: 1440px) {
  #hundred {
    padding: 30px 10px 10px 10px;
  }
}/* END QUERY */

@media (max-width: 1023px) {
  #hundred #middleText {
    width: 61%;
    font-size: 12px;  
  }
}


@media (max-width: 767px) {
  #hundred #middleText {
    display: none; 
  }
  #hundred .greenBar {
    float: right; 
  }
}


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

/*SOFTBALL BOX BEGINS */
#w-softbl_postgame {width:100%; margin:3px;}
#w-softbl_box {width:300px; float:right; margin:0px 10px 0px 3px;}

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

#w-softbl_playerstats thead tr th {background:#00853E; color:#fff; padding:4px;}
#w-softbl_playerstats .right_text{ text-align:right;}
#w-softbl_playerstats{ width:100%; border:1px solid #000;margin:3px;}
#w-softbl_playerstats td{ padding:4px;}

#w-softbl_pitcherstats thead tr th {background:#00853E; color:#fff; padding:4px;}
#w-softbl_pitcherstats .right_text{ text-align:right;}
#w-softbl_pitcherstats{ width:100%; border:1px solid #000; margin:3px;}
#w-softbl_pitcherstats td{ padding:4px;}

#w-softbl_oplayerstats thead tr th {background:#000; color:#fff; padding:4px;}
#w-softbl_oplayerstats .right_text{ text-align:right;}
#w-softbl_oplayerstats{ width:100%; border:1px solid #000;margin:3px;}
#w-softbl_oplayerstats td{ padding:4px;}

#w-softbl_opitcherstats thead tr th {background:#000; color:#fff; padding:4px;}
#w-softbl_opitcherstats .right_text{ text-align:right;}
#w-softbl_opitcherstats{ width:100%; border:1px solid #000; margin:3px;}
#w-softbl_opitcherstats td{ padding:4px;}

.player_display{text-align:left;}
.odd_text{background:#e2e2e2;}
.stat_td {width:15px;}
.player_position {font-weight:600; text-transform:uppercase;}

/*SOFTBALL BOX ENDS */

/*BIO BULLET POINT */

ul.bio 
{
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 25px;
}

ul.bio li {
  background-image: url('http://grfx.cstv.com/schools/ntex/graphics/ntex-green-bullet-8x14.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 14px;
}

.statsTotal td { background: #cdcdcd; font-weight: 700; text-align:center; }
.stats-w-soccer td {padding:5px; text-align:center;}
.stats-w-soccer thead {background: #00853E; color:#fff; font-weight:700; text-align:center; }
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700; text-align:center; }
.stats-w-volley td {padding:5px; text-align:center;}
.stats-w-volley thead {background: #00853E; color:#fff; font-weight:700; text-align:center; }
.statscategory {text-align:center;}


.statsTotal td { background: #cdcdcd; font-weight: 700;  text-align:center;}
.stats-m-baskbl td {padding:5px; text-align:center;}
.stats-m-baskbl thead {background: #00853E; color:#fff; font-weight:700; text-align:center; }
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700;  text-align:center;}
.stats-w-baskbl td {padding:5px; text-align:center;}
.stats-w-baskbl thead {background: #00853E; color:#fff; font-weight:700; text-align:center; }
.statscategory {text-align:center;}

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

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

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

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

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

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

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

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

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

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

.stats-w-softbl td {padding:5px; border: 1px; solid #000000;}
.stats-w-softbl thead {font-weight:700; text-align:left;}
.stats-w-softbl thead tr th {border-bottom:2px solid #808080;background: #038543;}
.w-softbl-stat-category-heading {font: 700 14px/13px Verdana, Arial, sans-serif;}
.statsTotal td { background: #ccc; font-weight: 700; }

.statsTotal td { background: #CCCCCC; font-weight: 700; text-align:left; color:#000000;}
.stats-m-lacros td {padding:4px; text-align:left;}
.stats-m-lacros thead { background: #038543; color:#000000; font-weight:700; text-transform:uppercase; text-align:left; font-size: 12px;}
.statscategory {text-align:left;}

.statsTotal td { background: #CCCCCC; font-weight: 700; text-align:left; color:#000000;}
.stats-w-lacros td {padding:4px; text-align:left;}
.stats-w-lacros thead { background: #038543; color:#000000; font-weight:700; text-transform:uppercase; text-align:left; font-size: 12px;}
.statscategory {text-align:left;}


#volley_stats_postgame{width:270px; float:right; margin:0 0 15px 15px;}
#the_linescore {width:100%; margin-bottom:5px;}
#the_linescore thead tr th.sortable-text {background:#BBB; padding-left:25px;}
#the_linescore thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #00853E; 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:#BBB; padding-left:25px;}
#playerstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #00853E; 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;}
#teamStattable {width:100%;}
#teamStattable thead tr th.sortable-text {background:#BBB; padding-left:25px;}
#teamStattable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #00853E; 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{width:270px; float:right; margin:0 0 15px 15px;}
#teamstatTable {width:100%; margin-bottom:5px;}
#teamstatTable thead tr th.sortable-text {background:#BBB; padding-left:25px;}
#teamstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #00853E; 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;}
#goalstatTable {width:100%; margin-bottom:5px;}
#goalstatTable thead tr th.sortable-text {background:#BBB; padding-left:25px;}
#goalstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #00853E; 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;}



/* softball-pitching-stats */


/*
#soccer_stats_postgame{width:270px; float:right;}
#the_linescore {width:100%; margin-bottom:5px;}
#the_linescore thead tr th.sortable-text {background:#BBB url('http://grfx.cstv.com/schools/alab/graphics/script-a-red-bg-20w.gif') no-repeat; padding-left:25px;}
#the_linescore thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #a60c35; 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:#BBB url('http://grfx.cstv.com/schools/alab/graphics/script-a-red-bg-20w.gif') no-repeat; padding-left:25px;}
#playerstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #a60c35; 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;}
#teamstatTable {width:100%; margin-bottom:5px;}
#teamstatTable thead tr th.sortable-text {background:#BBB url('http://grfx.cstv.com/schools/alab/graphics/script-a-red-bg-20w.gif') no-repeat; padding-left:25px;}
#teamstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #a60c35; 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;}
#goalstatTable {width:100%; margin-bottom:5px;}
#goalstatTable thead tr th.sortable-text {background:#BBB url('http://grfx.cstv.com/schools/alab/graphics/script-a-red-bg-20w.gif') no-repeat; padding-left:25px;}
#goalstatTable thead tr th {background:#bbb; color: #fff; padding:2px; border-bottom:1px solid #a60c35; 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;}
*/


/**** Full Calendar ******/
.LiveEvent {font-size:10px;font-family:'Exo', Arial, Verdana, Helvetica, sans-serif !important; text-decoration:none;color:#003366 !important;font-weight:bold;}
td.calday {width:13%;}
.calcontent {background: #ddd;
    margin: 3px;
    border-radius: 8px;
    padding: 3px;
    font-size: 11px;
    line-height: 14px;
    border:1px solid #00853E;
}
    
#full-calendar{border-collapse: collapse;}
#calendar-header{
  background: #00853E;
  border: 1px solid #00853E;
}
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;
    width: 14%;
}
span.daytitle {
    color: #fff;
}
.calopplogo {
    width: 25px;
    float: right;
}
.month-title{
  font-size: 16px;
  color: #00853E;
}


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

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

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

/***//*** FOOTER ***//***/
/*#footer-sponsor-container img, #footer-logo-container img { padding: 0px 20px; }*/

#footerSponsor .bx-pager {
    display: none
}

#sponsored-links { width: 100%; background: #000000; text-align: center; padding: 10px; overflow: hidden; }



@media (max-width: 1279px) { 
/*    #footer-sponsor-container img, #footer-logo-container img { padding: 0px 64px; } */
    #sponsored-links {  }
}/* END QUERY */

@media (max-width: 1023px) { 
   /* #footer-sponsor-container img, #footer-logo-container img { padding: 0px 28px; }*/
    #sponsored-links {  }
}/* END QUERY */




@media (max-width: 767px) { 
   /* .section-8 { height: 265px !important; }*/
    #sponsored-links { text-align: left; /*display: none;*/ }
}/* END QUERY */

@media (max-width: 479px) { 
    .closeMobile { background: #FFFFFF; color: #000000; }
    /*#footer-sponsor-container img, #footer-logo-container img { width: 50%; float: left; }*/
    /*.section-8 { height: 180px !important; }*/
    #sponsored-links { /*text-align: left; */display: none; }
}/* END QUERY */

 /*th.thirdquarter:after {
    content:'rd';
  }*/
  .qbq_fg:after{
    content: "FG"
  }
  .qbq_ft:after{
    content: "FT"
  }
  .qbq_fg3:after{
    content: "3FG"
  }
  .qbq-heading:after {
    content: "Quarter by Quarter";
  }
  .qs_large_lead:after{
    content: "Largest Lead";
  }
  .qs_pts_bench:after{
    content: "Bench Pts";
  }
  .qs_pts_fastb:after{
    content: "Fast Break Pts";
  }
  .qs_pts_ch2:after{
    content: "2nd Chance Pts";
  }
  .qs_pts_to:after{
    content: "Pts off Turnovers";
  }
  .qs_pts_paint:after{
    content: "Pts in Paint";
  }
  .qs_stl:after{
    content: "Steals";
  }
  .qs_blk:after{
    content: "Blocks";
  }
  .qs_ast:after{
    content: "Assists";
  }
  .qs_to:after{
    content: "Turnovers";
  }
   .qs_treb:after{
    content: "Total Rebounds";
  }
   .qs_dreb:after{
    content: "Def. Rebounds";
  }
  .qs_oreb:after{
    content: "Off. Rebounds";
  }
  .qs_fg3:after{
    content: "3-Point FGs";
  }
  .qs_ft:after{
    content: "Free Throws";
  }
  .qs_fg:after{
    content: "Field Goals";
  }
  .quickstat-heading:after {
    content: "Quick Stats";
  }
  .leaders-heading:after {
    content: "Leaders";
  }
  .top-performer-heading:after {
    content: "Top Performers";
  }
  .total_heading:after {
    content: "Total";
  }
  table tr th, table tr td {
    padding: 0px;
  }
/***//*** END FOOTER ***//***/


#sortable_roster td {text-align:left;}

