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

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

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

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

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

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

a img {
  border: none;
}

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

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

.schedborder table td img {
  display: block;
} /* schedule html5 fix */
#schedtable td.row-text img {
  display: inline;
} /* schedule html5 fix */
.revLineColor td {
  display: none;
  color: #FFF!important;
} /* layered ad html5 fix */
.revLineColor td a:hover {
  display: none;
  color: #666;
}

#schedule .sch-event-extras a:visited {color: #BF9E6F !important;}

.sch-event-promo a:visited {color: #BF9E6F !important;}

#schedule-modal-content .sch-event-promo a {color: #BF9E6F !important;}
#schedule-modal-content .sch-event-promo a:visited {color: #BF9E6F !important;}



.storyheadline, 
.StoryHeadline { 
  font-family: "Montserrat", sans-serif;
  color: #002551;
  font-weight: 700; 
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  line-height:100%;
}

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

/* photo-table
 * ---------------------------------------------------------------------------- */

.photo-table { 
	border-collapse: collapse;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 160px 
	}
	
.photo-table .email-print li { 
	display: block; 
	margin: 3px 0
	}
	
.photo-table .caption { font-size: 10px }


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

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

  


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

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

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

* {
  box-sizing: border-box;
}

body {
  background: #F5F5F5;
  background-size: 100%;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  padding-top: 80px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 767px) {
  body {
    background-image: none;
    overflow-x: hidden!important;
    overflow-y: auto!important;
  }
}

body.skin-yes {
  background: #F5F5F5!important;
}

#skinWrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 1;
  top: 0px !important;
}

#revLayeredAd a:link, #revLayeredAd a:visited{color: #fff;}

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

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

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

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

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

#page {
  position: relative;
  z-index: 1;
}

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

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

@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%;
}
.allAccessMoreHeadlines .col-half {
  background: -webkit-linear-gradient(90deg, #ffffff 24%, #f4f4f4 80%);
  background: -moz-linear-gradient(90deg, #ffffff 24%, #f4f4f4 80%);
  background: -o-linear-gradient(90deg, #ffffff 24%, #f4f4f4 80%);
  background: -ms-linear-gradient(90deg, #ffffff 24%, #f4f4f4 80%);
  background: linear-gradient(0deg, #ffffff 24%, #f4f4f4 80%);
  box-shadow: 0px 20px 25px 0px rgba(1, 1, 1, 0.1);
  max-width: 613px;
  height: 640px;  
  padding: 40px 20px;
  border-top: 1px solid #FFF;
}
.sB .allAccessMoreHeadlines .col-half {
  height: 494px;
  position: relative;
}
.sB .allAccessMoreHeadlines .col-half .scroll {
  width: 100%;
  height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sB .allAccessMoreHeadlines .col-half:first-child {
  height: 494px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .col-half, .col-half.last {
    width: 612px;
    max-width: 612px!important;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
    margin-top: 175px;
  }  
}

@media (max-width: 767px) {
  .col-half {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto!important;
  }
/*  .allAccessMoreHeadlines .col-half {
    width: 95%;
    margin: 0px 10px auto 10px 10px auto;

  }*/
}

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



.col-half.last {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .col-half.last {
    width: 612px;
    max-width: 612px!important;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
  }  
}
@media (max-width: 767px) {
  .col-half.last {
    width: 100%;
    margin-top: 20px;
  }
}

.col-third {
  float: left;
  width: 32.6%;
  margin-right: 1%;
}

.threeColsSell .col-third {
  /*width: 33.33%;
  margin: 0px;*/
}
.threeColsSell .col-third a img {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .col-third {
    width: 100%;
  }
  .threeColsSell .col-third {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    float: none;
  }
  .threeColsSell .col-third.last {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    float: none;
  }
}

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  opacity: .9;
}

.container {
  max-width: 1240px;
  min-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.photoGallery .container {
  background: #FFF;
  padding: 35px 5px 5px 5px;
}

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

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

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 737px;
    min-width: 300px;
  }
}

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

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

.section.dark {
  color: #e6e6e6;
  background: #002551;
  padding: 70px 0;
}

.section.dark.countDown {
  color: #e6e6e6;
  background: #002551;
  padding: 30px 0 15px;
  margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skin-yes .section.clear {
  background: #F5F5F5;
  padding: 40px 5px;
}

.section.clear.eventsCalendar {
  padding: 0px;
  margin: 0px 0px 138px 0px;
}
.section.clear.eventsCalendar .container {
  background: #FFF;
  box-shadow: 7px 13px 25px 0px rgba(1, 1, 1, 0.1);
}
.section.clear.allAccessMoreHeadlines {
  padding: 0px 0px 40px 0px;
}

.skin-yes .section.clear.allAccessMoreHeadlines {
  background: #F5F5F5;
  padding: 5px;
}

.section.clear.threeColsSell {
  padding: 0px 0px 0px 0px;
}
.section.clear.header {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.section.clear.photoGallery {
  padding: 0px 0px 40px 0px;
}
.section.clear.sliderRow {
  padding: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  .section.clear {
    padding: 20px 0;
  }

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

.section.clear .container h2.header {
  color: #002551;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: left;
  padding: 0px 20px;
}
.section.clear .container h2.header a img {
  float: right;
}

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

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

.section.clear .container .col-half h2.header {
  font-family: "Montserrat", sans-serif;
  color: #002551;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.section.clear .container .col-half.last h2.header {
  border-bottom: 1px solid #002551;
  padding-bottom: 25px;
  margin: 0px 0px 35px 0px;
}
.section.clear .container .col-half h2.header a {
  float: right;
}
.section.clear .container .col-half h2.header img.gt {
  width: 59px;
  height: 40px;
}
.section.clear .container .col-half h2.header img.att {
  width: 39px;
  height: 40px;
}
.section.clear .container .col-half.last h2.header img {
  width: 110px;
  height: 17px;
}
@media (max-width: 767px) {
  .section.clear.allAccessMoreHeadlines .container .col-half.last h2.header {
    text-align: center;
  }
  .section.clear.allAccessMoreHeadlines .container .col-half h2.header a {
    float: none;
    width: 100%;
  }
  .section.clear.allAccessMoreHeadlines .container .col-half.last h2.header img {
    float: none;
    margin: 0px auto;
  }
}


#lVp {
  border: 1px solid #002551;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 31px;
  line-height: 31px;
  font-family: "Montserrat", sans-serif;
  color: #002551;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
#lVp:hover {
  background: #002551;
  color: #be9b6b;
}

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

@media (max-width: 767px) {
  .section.clear .container .col-half h2.header {
    font-size: 22px;
  }
#lVp {
  letter-spacing: 3px;
}
}

.section.impact {
  background: #000;
}

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

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

a {
  color: #002551;
  text-decoration: none;
}

a:visited {
  color: #002551;
}

a:hover {
  color: #be9b6b;
}

a:active {
  color: #be9b6b;
}

h2.header {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {
  .rnav-icon {
    display: block;
    top: 0px;
    position: relative;
    font-size: 20px;
  }
}

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

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

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

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

  #sport-nav ul.rnav {
    z-index: 5000;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -444px;
    left: auto;
    width: 300px;
    border-right: solid 1px #000e1e;
    -webkit-transition: right 400ms ease-in-out;
    transition: right 400ms ease-in-out;
    display:none;
  }
  #sport-nav ul.rnav.open {
    right: 0;
    padding-bottom: 75px;
    left:auto;
    display:block;
  }

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.rnav .rnav-column {
  float: left;
  margin-right: 1%!important;
  width: 32%;
}

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

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

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

ul.rnav .rnav-column.tickets {
  width: 24%;
}

@media (max-width: 1023px) {
  ul.rnav .rnav-column.sports {
    width: 100%;
  }
  ul.rnav .rnav-column.tickets {
    width: 100%;
  }
}

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

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

/**
 *
 *  Custom for Main Nav
 *
 */
#main-nav {
  float: left;
  height: 92px;
  padding-left: 15px;
}
@media (max-width: 1023px) {
  #main-nav {
    float: left;  
  }
}
#main-nav #rnav-content-block {
  top: 80px;
  opacity: 0;
}

#main-nav #nav {
  float: left;
}

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

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

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

#main-nav .rnav-icon {
  color: #002551;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 42px;
}
@media (max-width: 767px) {
  #main-nav .rnav-icon {
    width: 25px;
    font-size: 30px;
  }
      ul.rnav .rnav-column.sports.tickets {
    display:none;
  }

  
}

@media (max-width: 1023px) {
  #main-nav .rnav {
    background: #FFF;
    padding-top: 20px;
    top: 212px;
  }
}

#main-nav .rnav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #002551;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color:  #002551;
  font-size: 19px;
  font-weight: 400;
  line-height: 92px;
  height: 92px;
  padding: 0 9px;
  position: relative;
}
@media (min-width: 1140px) {
  #main-nav .rnav > li > a {
    font-size: 24px;
    padding: 0 13px;
  }
  .skin-yes #main-nav .rnav > li > a {
    font-size: 19px;
    padding: 0 8px;
  }
}
.navSponsor {
  float: right;
  margin: 26px 9px 0px 9px;
  font-size: 30px;
  color: #002551;
}
.navSponsor:hover {
  color: #be9b6b;
}
@media (max-width: 767px) {
  .navSponsor {
    margin: 26px 4px 0px 4px;
    font-size: 28px;
  }
  .navSponsor img {
    width: 20px;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {
  #main-nav .rnav > li.open > a {
    border-top: solid 1px #00316b;
    background: #000e1e;
  }
}

@media (max-width: 1023px) {
  #main-nav .rnav > li.open .rnav-panel {
    background: #FFF;
    padding: 15px;
  }
}

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

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

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

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

#main-nav .rnav .rnav-header {
  font-weight: bold;
  color: #002551;
  color: #51a0ff;
}

#main-nav .rnav .rnav-panel {
  background: #FFF;
  padding: 40px;
  margin-top: -2px;
}

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

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

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

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

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

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

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

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

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

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

#main-nav .rnav ul.sports li .nav-sect-two a {
  font-size: 14px;
  font-weight: 400;
  color: #BE9B6B;
}

@media (max-width: 1023px) {
  #main-nav .rnav ul.sports li .nav-sect-two {
    display: none;
  }
  #main-nav .rnav ul.sports li .nav-sect-two a {
    font-size: 14px;
    /*color: #F5F5F5;*/
    margin: 3px 0;
    padding: 2px 0;
  }
}
#main-nav .rnav ul.sports li i.slash {
  padding-right: 4px;
}

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

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

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

#main-nav .rnav ul.sports li .nv-spo {
  color: #002551;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#main-nav .rnav ul.sports li a.nv-social {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  top: 3px;
  overflow: hidden;
  text-align: center;
  color: #002551 !important;
  background: #BE9B6B;
  border-radius: 50px;
  font-size: 10px;
}

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

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

#main-nav .rnav li.heading, #main-nav .rnav ul.sports li.heading {
  color: #be9b6b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #002551;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

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

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

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

#main-nav #social-icons a i.fa {
  background: #BE9B6B;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  text-align: center;
  color: #002551 !important;
  background: #e8d3a6;
  border-radius: 50px;
  font-size: 10px;
}
#searchNav {
  position: relative;
  width: 26px;
  height: 41px;
}
#searchWrap {
  display: none;
  width: 250px;
  background: #FFF;
  top: 41px;
  padding: 20px;
  margin-left: -157px;
  border-left: 1px solid #be9b6b;
  border-right: 1px solid #be9b6b;
  border-bottom: 1px solid #be9b6b;
  box-shadow: -4px 3px 4px 0px rgba(0, 0, 0, 0.4);
}
#searchWrap.open {
  display: block;
}

#searchWrap form .input-field {
    display: inline-block;
    width: 135px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #BE9B6C;
    font-size: 14px;
    color: #002551;
    height: 30px;
}

#searchWrap form .input-field:focus {
  outline: none;
}

#searchWrap form .search-button {
  display: inline-block;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  border: 0px;
  height: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  background: #BE9B6C;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 1023px) {
  #searchWrap form .search-button {
    margin-top: 5px;
  }
  #searchWrap {
    margin-left: -190px;
  }
}

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

#searchWrap form .search-button:hover {
  background: #002551;
}

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

#sport-nav {
  background: #002551;
  height: 58px;
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}

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

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

#sport-nav h3 {
  float: left;
  /*max-width: 40%;*/
  height: 58px;
  line-height: 58px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 1140px) {
  #sport-nav h3 {
    font-size: 34px;
  }
}

#sport-nav h3 a {
  color: #FFF;
  text-decoration: none;
  padding-right: 5px;
}

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

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

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

  #sport-nav h3 img {
    display: inline-block;
    max-height: 30px;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  #sport-nav h3 {
    font-size: 14px;
  }  
}

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

@media (max-width: 1023px) {
  #sport-nav #nav2 {
    width: 300px;
    padding-top: 15px;
    position: absolute;
    top: 40px;
    height: auto;
    min-height: 270px;
  }
}

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

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

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

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

#sport-nav .rnav-icon {
  color: #BE9B6B;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

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

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

@media (max-width: 1023px) {
  #sport-nav .rnav {
    background: #002551;
  }
}

#sport-nav .rnav > li > a {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #F5F5F5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  padding: 0 10px;
  font-weight: 400;
}

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

#sport-nav .rnav > li > a.highlight {
  /*color: #BE9B6B;*/
}

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

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

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

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

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

@media (max-width: 767px) {
  #sport-nav .rnav > li.open > a {
    border-top: solid 1px #00316b;
    background: #000e1e;
  }
}

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

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

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

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

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

#sport-nav .rnav .rnav-header {
  font-weight: bold;
  color: #51a0ff;
}

#sport-nav .rnav .rnav-panel {
  background: #FFF;
  padding: 40px;
}

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

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

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

#sport-nav .rnav li.heading {
  color: #be9b6b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #002551;
  margin-bottom: 10px;
  width: 100%;
  float: none;
}

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

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

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


#topWrap {
  width: 100%;
  position: relative;
  z-index: 9;
  height: 100px;
  padding: 1px 0px 0px 13px;
}
#topWrap #scheduleIframe body {
  margin: 0px!important;
  padding: 0px!important;
}
#scheduleSelector {
  font-family: "Oswald", sans-serif;
  font-size: 13px !important;
  background: transparent!important;;
  color: #002551!important;
  width: 110px!important;
  height: 20px!important;
  line-height: 20px!important;
  border: 0px solid transparent!important;
  border-radius: 0px!important;
  margin: 10px 10px 0px -10px!important;
  float: left;
  text-transform: uppercase;
  text-align: center;
}
#scheduleSelector * {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  background: #FFF!important;
  color: #002551!important;
}
#scheduleIframe {
  border: 0px!important;
  overflow: hidden!important;
  width: 86%!important;
  height: 99px!important;
  position: absolute;
  left: 145px;
  right: auto;
  top: 0px;
}
@media (min-width: 1140px) {
  #scheduleIframe {
    width: 88%!important;
  }
}
@media (max-width: 1023px) {
  #scheduleSelector {
    margin: 26px 12px 0px 12px!important;
  }
  #scheduleIframe {
    width: 81%!important;
  }
}
@media (max-width: 768px)  {
  #scheduleSelector { display: none; }
  #scheduleIframe { width: 100%!important; position: static; }
  #topWrap {

  padding: 1px 0px 0px 0px;
}
}



#header {
  height: 92px;
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 9999;
}
.header .container {
  position: relative;
  background: #FFF;
  box-shadow: 0px 15px 25px 0px rgba(1, 1, 1, 0.1);
  border: 1px solid #BE9B6B;
  height: 92px;
}

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

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

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

#header .logo {
  float: left;
  border: 1px solid rgba(190, 155, 107, 50);
  background-color:  #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  width: 190px;
  height: 122px;
  padding: 7px 15px 6px 15px;
  position: relative;
  z-index: 222;
  margin-top: -15px;
  margin-left: -1px;
}

#header .logo.small {
    border: 0px;
    box-shadow: none;
    padding: 15px 10px 15px 10px;
  margin-top: 0px;
  margin-left: 0px;
  width: 110px;
  height: 90px;
}

#header .logo img {
  width: 100%;
  max-height: 109px;
}

@media (max-width: 767px) {
  #header .logo {
    border: 0px;
    box-shadow: none;
    padding: 15px 10px 15px 10px;
  margin-top: 0px;
  margin-left: 0px;
  width: 110px;
  height: 90px;
  }
  #header .logo img {
    max-height: 90px;
  }
}

#bsi {
  /*height: 715px;
  overflow: hidden;*/
  position: relative;
  padding: 0px 0px 20px 0px;
  /*border-bottom: 1px solid #FFF;*/
}
.skin-yes #bsi {
  background: #F5F5F5;
  padding: 5px;
}

#large-photo-wrap {
  width: 100%;
  height: 410px;
  margin-bottom: 10px;
}
#large-photo {
  width: 100%;
  height: 410px;
  padding: 10px;
  background-size: cover!important;
  background-position: center top!important;
}
@media (max-width: 1023px) {
  #large-photo-wrap, #large-photo {
    height: 254px;
  }
}
#large-link {
  border: 1px solid #be9b6b;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#large-link:hover, #large-photo:hover {
  opacity: .94;
}
#large-link .bsi-caption-wrapper {
  background: rgba(0, 37, 81, 0.85);
  height: 46px;
  line-height: 46px;
  padding: 0px 15px;
  position: absolute;
  bottom: 00px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
#large-link .bsi-caption-wrapper  h1 {
  color: #FFF!important;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
#large-link .bsi-caption-wrapper h1:hover {
  color: #CCC!important;
}
@media (max-width: 767px) {
  #large-photo-wrap {
    padding: 0px 10px;
  }
  #large-photo-wrap, #large-photo {
    height: 200px;
    margin-bottom: 76px
  }
  #large-photo {
    padding: 0px 0px 0px 0px;
  }
  #large-link {
    border: 0px;
    top: 75px;
  }
  #large-link .bsi-caption-wrapper {
    height: auto;
    padding: 6px 10px;
    line-height: normal;
    background: rgba(0, 37, 81, 1);
    bottom: 10px;
  }
  #large-link .bsi-caption-wrapper h1 {
    font-size: 22px;
    text-transform: uppercase;
  }
}

#two-through-four-photos {
/*  display: inline-block;
  float: left;*/
  width: 100%;
  height: 250px;
  position: relative;
}
@media (min-width: 1140px) {
  #two-through-four-photos {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #two-through-four-photos {
    width: 630px;
    margin: 0px auto;
  }  
}
@media (max-width: 767px) {
  #two-through-four-photos {
    width: 100%;
    max-width: 767px;
    min-width: 320px;
    margin-top: 85px;
  }
}
.small-photo-wrap {
  width: 24%;
  height: 250px;
  margin: 0 1.3% 0 0;
  /*display: inline-block;*/
  float: left;
}
#bsi #ad-story {
  /*display: inline-block;*/
  float: right;
  margin: 0;
  background: transparent;
  width: 24%;
  overflow: hidden;
  /*display: none;*/
 /* height: 1px;*/
/* visibility: hidden;*/
}

@media (min-width: 1140px) {
  .small-photo-wrap {
    width: 24%;
    margin: 0 1.3% 0 0;
  }
}
.small-photo {
  width: 100%;
  height: 250px;
  padding: 10px;
  background-size: cover!important;
  background-position: center center!important;
}
@media (max-width: 1023px) {
  .small-photo-wrap, .small-photo {
    width: 400px;
  }
  .small-photo-wrap {
    margin: 0px auto; 
    float: none;
    margin-bottom: 10px;
  }
  #bsi #ad-story {
    /*float: left!important;*/
    /*margin-left: .8%;*/
    margin: 0px auto; 
    width: 300px;
    float: none;
  }

}
@media (max-width: 767px) {
  .small-photo-wrap {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .small-photo {
    width: 100%;
  }
  #bsi #ad-story {
    width: 300px;
    float: none!important;
    margin: 0px auto!important;
  }
}
.small-link {
  border: 1px solid #be9b6b;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.small-link:hover, .small-photo:hover {
  opacity: .94;
}
.small-link .bsi-caption-wrapper {
  background: rgba(0, 37, 81, 0.85);
  height: 62px;
  line-height: normal;
  padding: 0px 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.small-link .bsi-caption-wrapper  h1 {
  color: #FFF!important;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.small-link .bsi-caption-wrapper h1:hover {
  color: #CCC!important;
}

.small-link .bsi-caption-wrapper  h3 {
  color: #be9b6b!important;
  margin: 9px 0px 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #bsi {
    /*height: 540px;*/
  }
}

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

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

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

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

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

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

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

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

.bsi-full #bsi-block {
  padding: 0;
  height: 715px;
  text-align: center;
  /*display: none;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

.bsi-full #bsi-block li a {
  text-decoration: none;
  text-decoration: none;
  position: absolute;
  bottom: 170px;
  width: 80%;
  left: 10%;
}

@media (max-width: 1023px) {
  .bsi-full #bsi-block li a {
    bottom: 70px;
  }
}

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

.bsi-full #bsi-block li a h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 0.9em;
}

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

@media (max-width: 767px) {
  .bsi-full #bsi-block li a h1 {
    font-size: 20px;
    position: absolute;
    bottom: 160px;
    right: 20px;
    left: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#bsi .bx-pager {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  height: 30px;
  bottom: 150px;
  z-index: 100;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#secondary-headlines, .sec-headlines-wrap {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sec-headlines-wrap {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 35px;
  height: 136px;
  width: 100%;
  overflow: hidden;
}
.iNt .sec-headlines-wrap {
  width: 48%;
  margin: 1%;
  float: left;
}
@media (max-width: 1023px) {
  .iNt .sec-headlines-wrap {
    width: 98%;
    margin: 1%;
  }
}
.sec-headlines-wrap #sec-photo {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sec-headlines-wrap {
    height: 80px;
    margin-bottom: 15px;
  }
  .sec-headlines-wrap #sec-photo {
    width: 140px;
    margin-right: 10px;
  }
  .sec-headlines-wrap #sec-photo img {
    width: 100%
  }
}
.sec-headlines-wrap a {
  text-decoration: none;
}
.sec-headlines-wrap a:hover {
  text-decoration: #999!important;
}
.sec-headlines-wrap a p.sportDate {
  color: #666!important;
  font-size: 15px; 
  font-weight: 400;
  padding: 2px 0px;
  margin: 0px;
  line-height: 115%;
}
.sec-headlines-wrap a h2 {
  color: #002551!important;
  font-size: 13px;
  font-weight: 400; 
  padding: 2px 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 115%;
  
}
.sec-headlines-wrap a p.synopsis {
  color: #002551!important;
  font-size: 13px; 
  font-weight: 400;
  padding: 2px 0px;
  margin: 0px;
  line-height: 15px;
}


@media (max-width: 1024px) {
  .sec-headlines-wrap a p.sportDate {
    font-size: 12px;
  }
.sec-headlines-wrap a h2 {
  font-size: 12px;
}

.sec-headlines-wrap #sec-photo {
  margin-right: 8px;
}

  .sec-headlines-wrap a p.synopsis {
    display: none;
  }

}

@media (max-width: 1023px) {
  .sec-headlines-wrap a p.synopsis {
    display: block;
  }

  .sec-headlines-wrap a h2 {
  font-size: 14px;
}

}
@media (max-width: 767px) {
  .sec-headlines-wrap a h2 {
    font-size: 10px;
    line-height:12px;
  }
  
    .sec-headlines-wrap a p.synopsis {
    display: none;
  }

}

.sidebarheader {
  font-family: "Montserrat", sans-serif;
  color: #be9b6b;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

.tab-controls .tab-control {
  display: block;
  background: #000e1e;
  color: #006bea;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

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

.tab-controls .tab-control.active {
  cursor: default;
  background: #F5F5F5;
  color: #002551;
}

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

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

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

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

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

#side-content .tab-controls {
  background: #000e1e;
  margin: 0 auto;
}

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

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

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

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

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

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

#index #social h2 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#social.light.section h3 {
  color: #002551;
}

#social .twttr-widget-wrap .twttr-header {
  width: 100%;
  background: none;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
}

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

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

#social .twttr-widget-wrap .twttr-window li {
  color: #F5F5F5;
  color: rgba(245, 245, 245, 0.95);
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

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

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

#social .twttr-user, #social .twttr-handle, #social .twttr-extras {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

#social .twtter-more-button {
  background: #000e1e;
  color: #005fd1;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#social iframe {
  width: 100%;
  height: 350px;
  background: #F5F5F5;
}

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

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

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

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

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

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

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

@media (max-width: 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;
}

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

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

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

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

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

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

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

.top-video-meta .title {
  color: #000;
  font-weight: bold;
  font-size: 120%;
}

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

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

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

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

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

#allaccess {
  background: #eeeeee;
}

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

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

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

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

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

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

#launch-full-player {
  cursor: pointer;
  display: block;
  margin: 20px auto;
  width: 286px;
  text-align: center;
  text-transform: uppercase;
  color: #002551;
  background: #F5F5F5;
  border: solid 2px #002551;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  bottom: 80px;
  text-decoration: none;
}

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

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

.svg-sport {
  color: red;
}

.secondary {
  width: 100%;
  display: block;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  padding: 0;
  margin-bottom: 10px;
  height: 80px;
  padding-left: 90px;
  padding-right: 5px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  position: relative;
  border-radius: 4px;
}

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

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

.secondary .date {
  padding-top: 20px;
  line-height: 1.1em;
}

.secondary h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.promo .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  outline: 0;
  width: 50px;
  height: 50px;
  /*text-indent: -9999px;*/
  z-index: 999;
  color: #be9b6b;
  font-size: 50px;
}
@media (max-width: 767px) {
  .promo .bx-wrapper .bx-controls-direction a {
    font-size: 30px;
    top: 21%;
  }
  .promo .bx-wrapper .bx-prev {
    left: 1px;
  }
  .promo .bx-wrapper .bx-next {
    right: 1px;
  }
}
.promo .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

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

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

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

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

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

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

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

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

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

.promo .bx-wrapper a {
  display: block;
  width: 100%;
  text-align: center;
/*  display: block;
  width: 100%;
  text-align: center;
  margin: 15px;
  height: 100%;
  border: 1px solid #be9b6b;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5);*/
}

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

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

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

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

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

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

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

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

  #full-width-gallery.limit-bottom #show-more-galleries #more-button:active {
    opacity: .9;
  }
}
#store-wrapper {
  background: url("http://grfx.cstv.com/schools/geot/graphics/geot-16-store.jpg") no-repeat;
  background-size: 100% auto;
  max-width: 400px;
}
@media (max-width: 1024px) {
  #store-wrapper {
    background-size: 100% auto!important;
  }
}
#store-wrapper, #auction-wrapper {
  position: relative;
  height: 270px;
}

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

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

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

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

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

.portal-item .portal-image {
  left: 3%;
  top: 21%;
  position: absolute;
  width: 155px!important;
}
.portal-item .portal-name {
  position: absolute;
  text-decoration: none !important;
  font-family: Arial;
  color: #002551;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
  text-align: right;
  height: 24px;
  width: 160px;
  overflow: hidden;
  right: 4%;
  top: 110px;
  text-transform: none;
  line-height: 1.1em;
}

.portal-item .portal-price {
  position: absolute;
  text-decoration: none !important;
  font-family: Arial;
  color: #002551;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-align: right;
  height: 15px;
  width: 50px;
  right: 4%;
  top: 145px;
}
@media (max-width: 1024px) {
  .portal-item .portal-name {
    top: 85px;
    width: 160px;
  }
  .portal-item .portal-price {
    top: 125px;
  }
  .portal-item .portal-image {
    width: 125px!important;
    left: 2%;
    top: 13%;
  }
}
@media (max-width: 767px) {
  .portal-item .portal-image {
      width: 125px!important;
      left: 6%;
      top: 25%;
  }
  .portal-item .portal-name {
    top: 95px;
  }
  .portal-item .portal-price {
    top: 145px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .portal-item .portal-image {
    width: 94px!important;
    left: 4%;
    top: 14%;
  }
  .portal-item .portal-name {
    width: 124px;
    top: 64px;
    right: 4%;
  }
  .portal-item .portal-price {
    top: 93px;
  }
}

#sponsors {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#index #main-content-wrap {
  position: relative;
  padding: 0px;
  /*margin-bottom: 20px;*/
}
#main-content-wrap .container {
  background: #FFF;
  padding: 10px 20px 20px 20px;
}

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

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

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

@media (max-width: 767px) {
  #main-content {
    /*max-width: 300px;*/
    margin: 0 10px;
    width: 100%;
  }
}

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

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

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

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

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

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

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

body.genrel.bioTable .section.genrel .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-genrel.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.admin.bioTable .section.admin .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-admin.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.c-swim.bioTable .section.c-swim .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-c-swim.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-basebl.bioTable .section.m-basebl .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-basebl.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-baskbl.bioTable .section.m-baskbl .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-baskbl.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-footbl.bioTable .section.m-footbl .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-footbl.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-golf.bioTable .section.m-golf .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-golf.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-tennis.bioTable .section.m-tennis .container {
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-tennis.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-track.bioTable .section.m-track .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-track.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.m-xc.bioTable .section.m-xc .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-m-xc.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-baskbl.bioTable .section.w-baskbl .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-baskbl.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-softbl.bioTable .section.w-softbl .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-softbl.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-tennis.bioTable .section.w-tennis .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-tennis.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-track.bioTable .section.w-track .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-track.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-volley.bioTable .section.w-volley .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-volley.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}
body.w-xc.bioTable .section.w-xc .container { 
  background: #FFF url('http://grfx.cstv.com/schools/geot/graphics/geot-16-bio-bg-w-xc.jpg') no-repeat!important;
  border: 2px solid #FFF;
  background-size: 101% auto!important;
}

.bioTable #storyNavBar {
  display: none!important;
}

#biotable {/*
  width: 640px;
  margin: 0 auto;*/
  width: 100%;
  min-height: 365px;
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  #biotable {
    /*width: 300px;*/
    width: 100%;
    min-height: 255px;
    /*text-align: center;*/
  }
}

#biotable #biotable-name {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  padding: 0px 0 20px;
  color: #002551;
  position: absolute;
  left: 275px;
  top: 220px;
}
@media (max-width: 1023px) {
  #biotable #biotable-name {
    left: 240px;
    top: 125px;
  }
}

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

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

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


#biotable #biotable-name #biotable-number.rEmOvE, #biotable #biotable-name #biotable-number.rEmOvE:after {
  display: none;
  content: ' ';
}

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

#biotable #biotable-photo {
  width: 140px;
  position: absolute;
  left: 45px;
  bottom: 15px;
}

@media (max-width: 1023px) {
  #biotable #biotable-photo {
    left: 25px;
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  #biotable #biotable-photo {
    left: 0px;
    top: 40px;
  }
}

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


@media (max-width: 767px) {
  #biotable #biotable-photo img {
max-width:105px;
height:auto;
  }
}

#biotable #biotable-info {
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px!important;
  color: #002551;
  position: absolute;
  left: 268px;
  top: 248px;
}

@media (max-width: 1023px) {
  #biotable #biotable-info {
    left: 234px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  #biotable #biotable-info {
    left: 114px;
    top: 80px;
  }
}

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

#biotable-info table table {width:100%!important;}
#biotable-info table tbody tr td table tbody tr td:last-of-type br {display:none;}
#biotable-info table tbody tr td table tbody tr td:last-of-type font { font-size:16px!important;}
#biotable-info table tbody tr td table tbody tr td:last-of-type font b { text-transform: uppercase; padding-right: 5px; }
#biotable-info table tbody tr td table tbody tr {float:left;}
#biotable-info table tbody tr td table tbody tr:after {content:"   |  "; float:left;}
#biotable-info table tbody tr td table tbody tr:last-of-type:after{content:""}
#biotable-info table tbody tr td {display:block; float:left; font-size:16px!important;}
@media (max-width: 1023px) {
  #biotable #biotable-info {font-size:14px!important;}
  #biotable-info table tbody tr td {font-size:14px!important;}
  #biotable-info table tbody tr td table tbody tr td:last-of-type font { font-size:14px!important;}
}

@media (max-width: 767px) {
  #biotable #biotable-info {font-size:12px!important;}
  #biotable-info table tbody tr td {font-size:12px!important;}
  #biotable-info table tbody tr td table tbody tr td:last-of-type font { font-size:12px!important;}
}

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

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

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

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

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

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

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

#toMoreLinks {
  display: block;
  height: 130px;
  margin-top: -92px;
  visibility: hidden;
}

#toSidebarLinks {
  display: block;
  height: 130px;
  top: -92px;
  visibility: hidden;
  position: absolute;
}

.sB .cbsiapp-lp-page { display: none; }

.footerLogos #leftSide {
  float: left;
  width: 60%;
  text-align: left;
}
.footerLogos #leftSide a img {
  float: left;
  margin: 0px 15px;
}
.footerLogos #rightSide {
  float: left;
  width: 39%;
  text-align: right;
}
.footerLogos #rightSide a img {
  float: right;
  margin: 0px 15px;
}

@media (max-width: 767px) {
  .footerLogos #leftSide, .footerLogos #rightSide {
    width: 100%;
    text-align: center; 
  }
  .footerLogos #leftSide a {
    /*width: 25%;*/
    /*float: left;*/
    padding: 1.6%;
    display: inline-block;
  }
  .footerLogos #leftSide a img {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0px;
  }
  .footerLogos #rightSide a {
    /*width: 50%;*/
    /*float: left;*/
    padding: 2.1%;
    display: inline-block;
  }
  .footerLogos #rightSide a img {
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0px;
  }
}

.footerLinks {
  /*height: 540px;*/
  overflow: hidden;
}
.footerLinks ul, .footerLinks li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footerLinks ul {
  float: left;
  margin: 0px 15px 0px 15px;
  width: 30%;
}
@media (min-width: 1140px) {
  .footerLinks ul {
    width: 30%;
    margin: 0px 15px 0px 15px;
  }
}
.footerLinks ul#bigger {
  margin: 0px 0px 0px 0px;
  width: 36%;
}
.footerLinks li a {
  padding: 0px 0px 0px 10px;
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.footerLinks li a:hover {
  color: #be9b6b;
}
.footerLinks li.hDr {
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  color: #be9b6b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px solid #be9b6b;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  margin: 15px 0px 5px 0px;
}
.footerLinks li.hDr a {
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  color: #be9b6b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}
.footerLinks li.lHdR a {
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  color: #be9b6b;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 0px solid #be9b6b;
  padding: 40px 0px 0px 0px;
}

.footerLinks #lS {
  float: left;
  width: 50%;
}
.footerLinks #rS {
  float: right;
  width: 50%;
}

@media (max-width: 1023px) {
  .footerLinks ul {
    width: 46%;
    margin: 0 15px;
  }
  .footerLinks ul#bigger {
    width: 88%;
    margin: 15px 45px;
  }
}

@media (max-width: 767px) {
  .footerLinks ul {
    width: 92%;
    margin: 0 15px;
  }
  .footerLinks ul#bigger {
    width: 92%;
    margin: 15px 15px;
  }
  .footerLinks #lS,
  .footerLinks #rS {
    width: 100%;
  }
}

#footer {
  padding: 50px 0px 150px;
  color: #002551;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}
.skin-yes #footer {
  background: #F5F5F5;
}

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

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

#sticky-footer {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 69000;
}

#sortable_roster, #sortable_roster td, #sortable_roster td font {
  border: 0px!important;
  font-family: "Montserrat", sans-serif!important;
  font-size: 12px!important;
}
#sortable_roster tr:nth-child(even) {background: #CCC!important; }
#sortable_roster tr:nth-child(odd) {background: #FFF!important; }
#sortable_roster th, #sortable_roster th font, #sortable_roster th a, #sortable_roster th b {
  text-transform: uppercase!important;
  font-family: "Montserrat", sans-serif!important;
}

.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-w-baskbl td {padding:2px; border:1px;}
.stats-w-baskbl thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-m-baskbl td {padding:2px; border:1px;}
.stats-m-baskbl thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-m-basebl td {padding:2px; border:1px;}
.stats-m-basebl thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-w-softbl td {padding:2px; border:1px;}
.stats-w-softbl thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.statsTotal td { background: #cdcdcd; font-weight: 700; }
.stats-w-volley td {padding:2px; border:1px;}
.stats-w-volley thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-recv td {padding:2px; border:1px;}
.stats-m-footbl-recv .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-recv thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-pass td {padding:2px; border:1px;}
.stats-m-footbl-pass .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-pass thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-pntr td {padding:2px; border:1px;}
.stats-m-footbl-pntr .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-pntr thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-kikr td {padding:2px; border:1px;}
.stats-m-footbl-kikr .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-kikr thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-punt td {padding:2px; border:1px;}
.stats-m-footbl-punt .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-punt thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-koff td {padding:2px; border:1px;}
.stats-m-footbl-koff .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-koff thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-rush td {padding:2px; border:1px;}
.stats-m-footbl-rush .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-rush thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-scor td {padding:2px; border:1px;}
.stats-m-footbl-scor .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-scor thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-part td {padding:2px; border:1px;}
.stats-m-footbl-part .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-part thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}


.stats-m-footbl-defn td {padding:2px; border:1px;}
.stats-m-footbl-defn .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-defn thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-fegs td {padding:2px; border:1px;}
.stats-m-footbl-fegs .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-fegs thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}

.stats-m-footbl-nostats td {padding:2px; border:1px;}
.stats-m-footbl-nonstats .passingcategory {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.stats-m-footbl-nostats thead th {background: #012855; color:#d8c498; font-weight:700; text-align:left; text-transform:uppercase;}
.statscategory {text-align:center;}


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

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


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

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


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

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

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

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

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

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

#weather-alert {
  background:#002B54;
  color:#BE9B6B;
  margin:10px;
  padding:10px;
  border: 4px solid #BE9B6B;
  text-align:center;
  font-size:16px;
}

/**** For baseball xml box stats, go to /sports/m-basebl/baseball-stats.html ******/




/**** Full Calendar ******/
.LiveEvent {font-size:10px;font-family:'Open Sans', arial, helvetica, sans-serif !important; text-decoration:none;color:#002551 !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 #002551;
}

#full-calendar{border-collapse: collapse;}
#calendar-header{
  background: #002551;
  border: 1px solid #002551;
}
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: #002551;
}


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

}


/**** Football Box ******/

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


#linescore, #scoring-summary, #venue-info, #leaders_passing, #leaders_rushing, #leaders_receiving, #leaders_defense, #teamstat_passing, #teamstat_rushing, #teamstat_receiving, #teamstat_defense, #oteamstat_passing, #oteamstat_rushing, #oteamstat_receiving, #oteamstat_defense{border-spacing:0; border-collapse:collapse; width:100%}

#quick-stats, #quick-stat-heading {display:none; }

.ss_score, .quickstat_stat, .right, .stat, .visitor_heading, .home_heading{text-align:right;}

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

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

.team_name.awayteam_name {color:#002B54; font-weight: bold !important;background-color:#8F6F4d !important;}
.team_name.hometeam_name {color:#002B54; font-weight: bold !important;background-color:#8F6F4d !important;}


.linescore_heading.rush_ydsatt.right { }
#postgame_box thead .linescore_heading rush_ydsatt right th {
}

#team {text-transform:uppercase;}

#leaders-heading, #scoring-summary-heading
    {background-color: #002B54;
    border: 2px solid #8F6F4d;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;}  

#postgame_box td {font: 11px Arial, Verdana, Helvetica, sans-serif; padding:2px; background: #eee; border-bottom:1px solid #fff; padding:5px; vertical-align: top;}
#postgame_box thead tr th {background:#002B54; color: #8F6F4d; padding:2px; border-bottom:1px solid #CEAA7A; font: 700 12px Arial, Verdana, Helvetica, sans-serif;}
/*#postgame_box thead tr th.header {text-align:left;background: url("http://grfx.cstv.com/schools/wcar/graphics/wcar-25x25-3.jpg") no-repeat scroll 0 0 #002B54;*/
    padding-left: 25px;
    text-align: left;}


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

#quick-stat-heading, #scoring-summary-heading, #leaders-heading, .fdrush, .fdpass, .fdpenalty, .rushatt, .rushavg, .rushtd, .rushgain, .rushloss, .rushlong, .passcomp, .passavg, .passcavg, .passtd, .passlong, .totplays, .totavg, .passlong, .puntavg, .puntnet, .puntinside20, .puntplus50, .punttb, .puntfc, .puntlong, .puntblkd, .kickoffs, .koavg, .konet, .kotb, .koob, .pryds, .pravg, .kryds, .kravg, .iryds, .iravg, .fryds, .fravg, .miscyds, .qtrtop, .redzone, .rzrushtd, .rzpasstd, .rzfg, .rzfumb, .rzturnover, .rzpoints, .patkick, .patrush, .patoverall, .fglong, .fgblkd, .venue_date, .venue_start, .venue_end, .venue_location, .def_brup, .def_qbh, .rush_gainloss, .rush_gain, .pass_sacks {display:none;}

/*end kill most quick stats*/


.listp-bg{
  float: none !important;
}