/* LESS Variables */
/* Mixins */
img {
  max-width: 100%;
}
main {
  display: block;
}
ul,
ol {
  margin-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
/* Grid */

.row {
  margin-left: auto;
  margin-right: auto;
  width: 1040px;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  *zoom: 1;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.column,
.columns {
  position: relative;
  padding: 0 10px;
  width: 100%;
  float: left;
}
.column.full,
.columns.full {
  padding-left: 0;
  padding-right: 0;
}
.column.centered,
.columns.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.one {
  width: 8.33333%;
}
.two {
  width: 16.66667%;
}
.three {
  width: 25%;
}
.four {
  width: 33.33333%;
}
.five {
  width: 41.66667%;
}
.six {
  width: 50%;
}
.seven {
  width: 58.33333%;
}
.eight {
  width: 66.66667%;
}
.nine {
  width: 75%;
}
.ten {
  width: 83.33333%;
}
.eleven {
  width: 91.66667%;
}
.twelve {
  width: 100%;
}
.pull-left {
  margin-left: -20px;
}
.pull-right {
  margin-right: -20px;
}
.push-left {
  margin-left: 20px;
}
.push-right {
  margin-right: 20px;
}
/* Accessibility CSS */

* html .skip {
  display: block;
}
:root .skip {
  display: block;
}
.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 2;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
}
.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0.5em;
  border: solid #333333 2px;
  color: white;
  background: #555555;
}
.skip a:hover {
  cursor: default;
}
h1.hide {
  display: block;
  position: absolute;
  left: -9999px;
}
.page_title h1 {
  color: black;
  font-size: 150%;
  line-height: 1.5;
  display: block;
  margin: 1em 0;
}
/* Print Settings */

@media print {
  .noprint,
  .no_print {
    display: none;
  }
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/20px "verb_regularregular", arial, sans-serif;
  color: black;
  background: black url('/images/bg.jpg') no-repeat top center;
  margin: 0;
  padding: 143px 0px 0px 0px;
}
A,
A:link,
A:visited {
  color: #feca33;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.wide .contentDiv_container {
  width: 1040px;
  margin: auto;
  background: white;
  padding: 10px;
}
.wide a {
  color: black;
}
/* Navigation */

header#main_header {
  background: #feca33;
  height: 115px;
  line-height: 75px;
  border-top: 40px solid #403f3f;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  box-shadow: 0px 20px 0px rgba(20, 20, 20, 0.3);
}
header#main_header .school_header_text {
  position: absolute;
  top: -40px;
  left: 0px;
  font-family: verb_regularbold;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  height: 40px;
  background: #403f3f;
  line-height: 40px;
  width: 100%;
  letter-spacing: 6.4px;
  word-spacing: 2px;
}
header#main_header .school_header_text .column.full {
  padding-left: 20px;
}
header#main_header .school_header_text span {
  float: right;
}
header#main_header .header_logo {
  background: url(/images/header_logo.png) left top no-repeat;
  width: 135px;
  height: 185px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -57.5px;
  z-index: 999;
}
header#main_header .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header#main_header .nav1 {
  float: left;
}
header#main_header .nav2 {
  float: right;
  margin-left: -13px;
}
header#main_header .nav2 ul.accessible_nav div {
  right: 0px;
  left: auto;
}
.header_text {
  background: url(/images/header_text.png) -10px top no-repeat;
  width: 1040px;
  height: 110px;
}
ul.accessible_nav {
  text-transform: uppercase;
  font-family: verb_regularregular;
  margin-left: 0px;
  zoom: 1;
  position: relative;
}
ul.accessible_nav:before {
  content: '';
  display: block;
}
ul.accessible_nav:after {
  content: '';
  display: table;
  clear: both;
}
ul.accessible_nav > li {
  float: left;
  list-style: none;
}
ul.accessible_nav > li:hover > a {
  background: black;
  color: #feca33;
}
ul.accessible_nav > li > a {
  color: black;
  font-family: LeagueGothicRegular;
  font-size: 28px;
  text-decoration: none;
  padding: 0px 13px;
  display: block;
}
ul.accessible_nav > li.sports ul {
  margin-left: 85px;
  width: auto;
}
ul.accessible_nav > li.sports ul:first-child {
  margin-left: 0px;
}
ul.accessible_nav > li.sports ul li a {
  float: left;
  padding: 0px 5px;
}
ul.accessible_nav > li.sports ul li a.srn {
  margin-left: 0px;
}
ul.accessible_nav > li.sports ul li a:first-child {
  width: 200px;
  display: block;
}
ul.accessible_nav > li div {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 950;
  background: black;
  left: 0px;
  width: 1040px;
  line-height: 30px;
  padding: 40px 80px;
}
ul.accessible_nav > li div ul {
  margin-left: 50px;
  float: left;
  width: 280px;
}
ul.accessible_nav > li div ul:first-child {
  margin-left: 0px;
}
ul.accessible_nav > li div ul li {
  list-style: none;
  clear: both;
  float: none;
  zoom: 1;
  margin: 8px 0px;
  color: white;
  font-family: source_sans_proregular;
  font-size: 16px;
}
ul.accessible_nav > li div ul li:before {
  content: '';
  display: block;
}
ul.accessible_nav > li div ul li:after {
  content: '';
  display: table;
  clear: both;
}
ul.accessible_nav > li div ul li.separator {
  color: #feca33;
  font-family: LeagueGothicRegular;
  font-size: 25px;
}
ul.accessible_nav > li div ul li a {
  color: #feca33;
  text-decoration: none;
  font-family: source_sans_proregular;
  font-size: 16px;
  color: white;
  display: block;
  padding: 0px 5px;
  margin-left: -5px;
}
ul.accessible_nav > li div ul li a:hover {
  background: #feca33;
  color: black;
}
ul.accessible_nav > li:hover div {
  display: block;
}
.sidebars {
  margin: auto;
  background: #403f3f;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 20px;
  zoom: 1;
  line-height: 60px;
  position: relative;
  width: 1040px;
  clear: both;
}
.sidebars:before {
  content: '';
  display: block;
}
.sidebars:after {
  content: '';
  display: table;
  clear: both;
}
.sidebars .sidebar-links {
  float: right;
}
.sidebars .sidebar-links li {
  float: left;
  margin: 0px 5px;
  list-style: none;
}
.sidebars .sidebar-links li.sport-home {
  position: absolute;
  left: 10px;
  top: 0px;
  line-height: 55px;
  padding-top: 5px;
}
.sidebars .sidebar-links li.sport-home a {
  font-family: LeagueGothicRegular;
  font-size: 35px;
}
.sidebars .sidebar-links li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: source_sans_proregular;
  font-size: 15px;
  color: #feca33;
}
.sidebars .sidebar-links li a:hover {
  color: white;
}
.sidebars .sidebar-links li:first-child a:before {
  content: "";
  width: 0px;
  background: none;
}
.sidebars .sidebar-links li:first-child + li a:before {
  content: "";
  width: 0px;
  background: none;
}
.sidebars .sidebar-links > li > a:before {
  content: "";
  width: 1px;
  background: #feca33;
  height: 15px;
  display: block;
  float: left;
  margin-top: 22px;
  margin-right: 10px;
}
.sidebars .parent {
  cursor: pointer;
}
.sidebars .parent:hover a {
  color: white;
}
.sidebars .parent ul {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  background: #403f3f;
  z-index: 900;
  width: 275px;
}
.sidebars .parent ul li {
  margin: 0px;
  width: 100%;
  line-height: 25px;
}
.sidebars .parent ul li:hover {
  background: white;
}
.sidebars .parent ul li:hover a {
  color: #403f3f;
}
.sidebars .parent ul li a {
  color: #feca33;
  display: block;
  padding-left: 30px;
  padding-bottom: 6px;
  padding-top: 6px;
  display: block;
}
.sidebars .parent:hover ul {
  display: block;
}
.story_section {
  background: white;
  padding: 20px;
  width: 680px;
  height: 510px;
}
.divTopStory_TV_container_bigmedia {
  width: 640px;
  height: 440px;
  background: url(/images/mainstory_photo_default.png) left top no-repeat;
  overflow: hidden;
}
.divTopStory_TV_container {
  position: absolute;
  left: 10px;
  bottom: 50px;
  width: 640px;
  padding: 15px 30px;
  background: url(/images/mainstory_headline_bg_repeat.png);
  height: 100px;
}
.divTopStory_TV_container a {
  font-family: LeagueGothicRegular;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  display: block;
  vertical-align: top;
  line-height: 36px;
}
.divTopStory_TV_container a .plus {
  font-size: 22px;
  color: #feca33;
  vertical-align: bottom;
}
.rptHeadlines_TV_container {
  position: absolute;
  left: 10px;
  width: 640px;
  height: 30px;
  background: #feca33;
  bottom: 20px;
  text-align: center;
  line-height: 35px;
}
.rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines {
  width: 15px;
  height: 15px;
  background: #c49c27;
  border-radius: 100px;
  display: inline-block;
  margin: 0px 5px;
}
.rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines.divTopStory_Rotate_TV_Headlines_selected {
  background: black;
}
.four.columns.upcoming_div > section {
  background: white;
  padding: 0px 20px;
  height: 510px;
}
.upcoming-item {
  padding: 20px 10px;
  zoom: 1;
  font-family: source_sans_proregular;
  text-transform: uppercase;
  font-size: 16px;
}
.upcoming-item:before {
  content: '';
  display: block;
}
.upcoming-item:after {
  content: '';
  display: table;
  clear: both;
}
.upcoming-item .divUpcoming_datetime {
  font-size: 15px;
  float: left;
}
.upcoming-item #recap_score {
  float: left;
  font-size: 15px;
  font-family: source_sans_proregular;
  color: #aaaaaa;
}
.upcoming-item #recap_score a {
  color: black;
  text-decoration: none;
}
.upcoming-item #recap_score div {
  float: left;
}
.upcoming-item #recap_score .recap:before {
  content: "|";
  margin: 0px 2px;
}
.upcoming-item .recent_result_text a {
  display: none;
}
.upcoming-item .divUpcoming_sport {
  font-family: source_sans_probold;
  clear: both;
}
.upcoming-item .game_details.divUpcoming_extra {
  zoom: 1;
  margin-top: 12px;
}
.upcoming-item .game_details.divUpcoming_extra:before {
  content: '';
  display: block;
}
.upcoming-item .game_details.divUpcoming_extra:after {
  content: '';
  display: table;
  clear: both;
}
.upcoming-item .game_details.divUpcoming_extra div {
  zoom: 1;
  float: left;
  margin-right: 15px;
}
.upcoming-item .game_details.divUpcoming_extra div:before {
  content: '';
  display: block;
}
.upcoming-item .game_details.divUpcoming_extra div:after {
  content: '';
  display: table;
  clear: both;
}
.upcoming-item a i {
  color: black;
  background: black;
  color: #feca33;
}
.upcoming-item a i span {
  color: black;
}
.upcoming-item i span {
  text-indent: -700px;
  display: block;
  overflow: hidden;
  position: absolute;
}
.upcoming-item i {
  float: left;
  color: white;
  float: left;
  padding: 3px 2px 2px 2px;
  font-size: 16px;
  background: #d9d9d9;
  color: #898888;
}
.accordion_div .recent_scroll,
.accordion_div .upcoming_scroll {
  height: 390px;
  margin-top: 20px;
  display: inline-block;
}
.divUpcoming_separator {
  height: 1px;
  background: #cccccc;
  width: 95%;
}
.accordion-header {
  position: relative;
  padding: 10px;
  background: #d9d9d9;
  width: 339px;
  left: -20px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-family: source_sans_proregular;
  font-size: 18px;
}
.accordion-header .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #bcbcbc;
  width: 40px;
  height: 40px;
  text-align: center;
}
.accordion-header .arrow:after {
  content: "";
  border-left: 9px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  background: #bcbcbc;
  display: block;
  margin-left: 17px;
  margin-top: 12px;
}
.accordion-header.ui-state-active {
  background: #feca33;
}
.accordion-header.ui-state-active .arrow {
  background: #eaba2e;
}
.accordion-header.ui-state-active .arrow:after {
  content: "";
  border-top: 9px solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background: #eaba2e;
  display: block;
  margin-left: 13px;
  margin-top: 17px;
  width: 0px;
}
.accordion-header span {
  font-family: source_sans_probold;
}
.divUpcoming_sport_ddl {
  display: none;
}
.ui-accordion-content {
  height: 430px;
}
.media_div {
  background: url(/images/fanzone_bg_repeat.png);
  zoom: 1;
  padding-top: 60px;
}
.media_div:before {
  content: '';
  display: block;
}
.media_div:after {
  content: '';
  display: table;
  clear: both;
}
.dyk_div section {
  background: #403f3f;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 110px;
  position: relative;
  padding-left: 220px;
  color: white;
  font-family: source_sans_proregular;
  font-size: 16px;
}
.dyk_div section .dyk_factlet_type_title {
  display: none;
}
.dyk_div section .dyk_factlet_title {
  display: none;
}
.dyk_div section .dyk_factlet_description {
  font-family: source_sans_proregular;
  color: white;
  font-size: 16px;
  width: 800px;
}
.dyk_div section h1.dyk_title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 110px;
  background: #feca33;
  font-family: source_sans_proregular;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  padding-top: 25px;
  padding-left: 45px;
  color: black;
}
.dyk_div section h1.dyk_title span {
  font-family: source_sans_probold;
  clear: both;
}
.dyk_factlet_wrapper {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
.row.pad.second {
  margin-top: 20px;
}
.plus_link {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: 0px;
  display: block;
  z-index: 800;
}
h1.section_header {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 100%;
  background: #feca33;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 900;
  font-family: source_sans_proregular;
  font-size: 18px;
}
h1.section_header span {
  font-family: source_sans_probold;
}
h1.section_header:after {
  content: "+";
  position: absolute;
  top: 0px;
  right: 0px;
  background: #eaba2e;
  font-size: 25px;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 38px;
}
h1.section_header .plus {
  font-family: LeagueGothicRegular;
  font-size: 30px;
}
.headlines_section {
  background: white;
  zoom: 1;
  padding: 60px 20px 20px 20px;
  height: 330px;
  text-transform: uppercase;
}
.headlines_section:before {
  content: '';
  display: block;
}
.headlines_section:after {
  content: '';
  display: table;
  clear: both;
}
.headlines_section .highlights_story_overall {
  zoom: 1;
  padding: 10px;
  border: 1px solid #aaaaaa;
  margin-bottom: 5px;
  height: 80px;
  clear: both;
}
.headlines_section .highlights_story_overall:before {
  content: '';
  display: block;
}
.headlines_section .highlights_story_overall:after {
  content: '';
  display: table;
  clear: both;
}
.headlines_section .highlights_story_overall:hover {
  background: #d9d9d9;
}
.headlines_section .highlights_image {
  float: left;
  margin-right: 10px;
}
.headlines_section .highlights_summary {
  float: left;
  width: 500px;
  height: 20px;
  overflow: hidden;
  display: none;
}
.headlines_section .highlights_sport {
  margin-top: 10px;
}
.headlines_section a {
  font-family: source_sans_probold;
  color: black;
  text-decoration: none;
  font-size: 16px;
}
.fullwidth_adspace {
  background: #feca33;
  height: 180px;
  margin: 60px 0px 0px 0px;
}
.photo_galleries_section {
  background: white;
  padding: 60px 20px 20px 20px;
  width: 340px;
  position: relative;
}
.photo_galleries_section h1.section_header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.photo_galleries_section .gallery-widget {
  overflow: hidden;
}
.gallery-card-holder {
  width: 145px;
  height: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.gallery-card-holder div {
  height: 100%;
  width: 100%;
}
.gallery-card-holder .gallery_text_box {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: url(/images/photo_rollover_bg_repeat.png);
  display: none;
}
.gallery-card-holder .gallery_text_box a {
  font-family: source_sans_probold;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.gallery-card-holder:hover .gallery_text_box {
  display: block;
}
.gallery-card-image {
  width: 145px;
  height: 120px;
  float: left;
}
.gallery-card-image img {
  width: 145px;
  height: 120px;
}
/* Videos */

.youtube_us section {
  padding: 60px 20px 20px 20px;
  background: white;
  padding-top: 60px;
  height: 415px;
}
.video_header {
  display: none;
}
.youtube_container {
  zoom: 1;
  background: white;
}
.youtube_container:before {
  content: '';
  display: block;
}
.youtube_container:after {
  content: '';
  display: table;
  clear: both;
}
.youtube_player {
  width: 399px;
  height: 295px;
  float: left;
  display: none;
}
.youtube_player object {
  width: 399px;
  height: 295px;
  display: none;
}
.youtube_player embed {
  width: 399px;
  height: 295px;
  display: none;
}
.youtube_list {
  height: 335px;
  float: left;
  width: 385px;
}
.youtube_list_container {
  overflow: auto;
  height: 100%;
  margin-right: 10px;
}
.youtube_item_wrapper {
  width: 95%;
  float: left;
  clear: left;
  color: white;
  border: 1px solid #aaaaaa;
  margin: 0px;
  padding: 10px;
  margin-bottom: 5px;
}
.youtube_item_wrapper:hover {
  background: #d9d9d9;
}
.youtube_item_wrapper .vid_title {
  padding-top: 10px;
  width: 220px;
}
.youtube_item_wrapper .vid_title a {
  color: black;
  font-family: verb_regularregular;
  font-family: source_sans_proregular;
  font-size: 15px;
  text-decoration: none;
}
.youtube_item_wrapper img {
  width: 110px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.youtube_item_wrapper #video_text {
  float: right;
  width: 110px;
}
.fb-like-box {
  background: white;
}
.twitter_div section {
  background: white;
  padding: 65px 20px 20px 20px;
  height: 415px;
  position: relative;
}
.twitter_div section header.twitter_header {
  background: #feca33;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 20px;
  font-family: source_sans_proregular;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
}
.twitter_div section header.twitter_header p {
  margin: 0px;
}
.twitter_div section header.twitter_header .twitter_button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #eaba2e;
  padding-top: 5px;
  padding-right: 10px;
  width: 110px;
  height: 100%;
  padding-left: 25px;
}
.twitter_div section #twitter_feed {
  height: 330px;
}
.twitter_div section ul.jta-tweet-list {
  margin: 0px;
}
.twitter_div section .jta-tweet-list-item {
  list-style: none;
  padding: 20px 0px;
  border-bottom: 1px solid #cccccc;
  width: 92%;
}
.twitter_div section .jta-tweet-list-item:first-child {
  padding-top: 0px;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-name {
  zoom: 1;
  width: 220px;
  display: block;
  text-transform: none;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-name:before {
  content: '';
  display: block;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-name:after {
  content: '';
  display: table;
  clear: both;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-name a {
  color: black;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-screen-name-link {
  float: right;
  zoom: 1;
  text-transform: none;
  font-family: verb_regularbold;
  color: black;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-screen-name-link:before {
  content: '';
  display: block;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-screen-name-link:after {
  content: '';
  display: table;
  clear: both;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-screen-name-link:before {
  content: "@";
  display: inline;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-user-full-name-link {
  font-family: verb_regularbold;
  text-transform: uppercase;
  float: left;
}
.twitter_div section .jta-tweet-list-item a {
  text-decoration: none;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-actions {
  display: block;
}
.twitter_div section .jta-tweet-list-item .jta-tweet-actions span {
  margin-right: 12px;
}
.stepcarousel {
  overflow: hidden;
  width: 1040px;
  height: 180px;
  margin: 0px 0px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  float: left;
}
.stepcarousel .belt {
  width: auto;
  height: auto;
}
.ui-carousel-button.ui-carousel-prev:hover:before {
  color: black;
  border: 3px solid black;
}
.ui-carousel-button.ui-carousel-prev:before {
  content: "\e833";
  height: 40px;
  width: 40px;
  border: 3px solid white;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 20px;
  font-family: sidearm_font;
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
}
.ui-carousel-button.ui-carousel-next:hover:before {
  color: black;
  border: 3px solid black;
}
.ui-carousel-button.ui-carousel-next:before {
  content: "\e832";
  height: 40px;
  width: 40px;
  border: 3px solid white;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
  font-family: sidearm_font;
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
}
/* vertical scrollbar */

.mCSB_container {
  width: auto;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #d9d9d9;
  width: 10px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 10px;
  height: 30px;
  background-color: #feca33;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* Ads */

/* Default datagrid Items */

.default_dgrd_header {
  background-color: #feca33;
  color: black;
}
.default_dgrd TR TH {
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd {
  width: 100%;
}
.default_dgrd TR TD,
.default_dgrd TR TH {
  padding: 5px;
}
.default_dgrd_header A {
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd_item TD {
  background-color: white;
}
.default_dgrd_alt TD {
  background-color: #efefef;
}
/* Roster Grid */

.roster_pastrosters_ddl {
  font-size: 8pt;
}
.roster_team_photo_container {
  width: 100%;
  margin-bottom: 10px;
}
/* Staff Grid */

.staff_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Coaches Grid */

.coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
.roster_coaches_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.roster_coaches_dgrd {
  width: 50%;
}
.roster_coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Schedule Grid */

.schedule_home {
  font-weight: bold;
}
.schedule_neutral {
  font-style: italic;
}
.schedule_conference_denotation {
  width: 20px;
  height: 20px;
  background-color: red;
}
.schedule_key_symbol {
  font-weight: bold;
}
.schedule_key_box TR TH {
  font-weight: bold;
}
.schedule_tournament_title {
  background-color: #222222;
  color: white;
}
.schedule_tournament_game TD {
  background-color: #efefef;
}
A.schedule_tournament_link,
A.schedule_tournament_link:visited {
  color: white;
  text-decoration: none;
}
A.schedule_tournament_link:hover {
  color: white;
  text-decoration: underline;
}
/* Media Objects */

.media_object_image {
  background-color: #e6e6e6;
  text-align: center;
  width: auto !important;
}
.media_object_image_left {
  float: left;
  margin-right: 10px;
}
.media_object_caption {
  background-color: #e6e6e6;
  text-align: center;
  padding: 3px;
}
.media_object_rotator_controls {
  width: 100%;
  text-align: right;
  margin-top: 4px;
}
.rotator_container {
  text-align: center;
  border: solid 1px black;
  padding: 3px;
  background-color: #e6e6e6;
}
/* Schedule Record Boxes (front and backend) */

.record_header_text {
  font-weight: bold;
  padding: 3px;
}
.record_table {
  width: 440px;
  background-color: #e6e6e6;
  margin: 10px;
}
.record_header TD {
  background-color: #c2c2c2;
  font-weight: bold;
  text-align: center;
}
.record_data TD {
  text-align: center;
}
/* SmartPlayerView Box */

#smartBox {
  background-color: white;
  padding: 5px;
  display: none;
  position: absolute;
  border: 1px solid black;
  width: 250px;
  top: 10px;
  z-index: 999;
}
/* Composite Calendar */

.composite_cal_item {
  margin-bottom: 7px;
}
.composite_cal_title {
  background-color: #feca33;
  border: 0px;
}
.composite_cal_title TR TD {
  color: black;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: black;
}
.composite_cal_dayheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #505050;
}
.composite_cal_othermonth {
  background-color: #71101b;
  text-decoration: none;
  border: 1px solid #505050;
}
.composite_cal_selected {
  border: solid 1px white;
  background-color: #4f0000;
}
.composite_cal_day {
  background-color: white;
  text-decoration: none;
  border: 1px solid #505050;
  text-align: left;
  font-weight: bold;
}
.composite_cal_day A {
  text-decoration: none;
  font-weight: normal;
}
.composite_cal_day A:hover {
  text-decoration: underline;
}
.composite_cal_today {
  background-color: white;
}
/* Newsletter Stuff */

.newsletter_story_container {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter_story_sport_container {
  margin-bottom: 10px;
  margin-top: 5px;
}
.newsletter_story_headline {
  font-weight: bold;
}
.newsletter_signup_container {
  border: solid 1px red;
  padding: 3px 10px 3px 10px;
}
/* Hall of Fame */

.hof_table TR TD {
  padding: 5px;
}
.hof_header {
  background-color: #feca33;
  font-weight: bold;
  color: black;
}
.hof_item {
  background-color: #efefef;
}
.hof_image {
  float: left;
  margin: 0 20px 20px 0;
}
.hof_detail_name {
  font-size: 16px;
  font-weight: bold;
}
/* AOW */

.aow_full_name {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
.aow_full_sport {
  display: block;
  margin-bottom: 5px;
}
.aow_full_link {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.aow_full_container {
  padding-left: 20px;
}
.aow_full_previous {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.aow_full_highlights {
  margin-top: 20px;
}
.aow_dgrd {
  width: 60%;
}
/* Story Templates */

.story_wrapper.story_file {
  background: white;
  padding: 20px;
  width: 1040px;
  margin: auto;
}
.story_wrapper.story_file .story_inner_wrapper {
  position: relative;
  margin-bottom: 30px;
}
.story_wrapper.story_file .story_inner_wrapper .story_link_container {
  position: absolute;
  background: black;
  bottom: 0px;
  right: 0px;
  width: 360px;
  height: 200px;
  color: white;
  padding: 30px;
  text-transform: uppercase;
  font-family: LeagueGothicRegular;
  font-size: 35px;
  line-height: 42px;
}
.story_wrapper.story_file .story_date {
  margin-bottom: 5px;
  font-size: 14px;
}
.story_wrapper.story_file .story_content {
  width: 870px;
  margin: auto;
  font-size: 17px;
  line-height: 20px;
}
.story_wrapper.story_file .story_image {
  width: 640px;
  height: 440px;
  overflow: hidden;
  background: url(/images/mainstory_photo_default.png) left top no-repeat;
}
.story_wrapper.story_file a {
  color: black;
  text-decoration: underline;
}
.story_wrapper ul,
.story-wrapper ul,
.story_wrapper ol,
.story-wrapper ol {
  padding-left: 20px;
}
.story_wrapper ul,
.story-wrapper ul {
  list-style: disc;
}
.story_wrapper ol,
.story-wrapper ol {
  list-style: decimal;
}
.sportfile {
  padding: 10px;
}
.sportfile .story_headline {
  font-family: LeagueGothicRegular;
  font-size: 36px;
  margin-bottom: 20px;
}
.sportfile .story_inner_wrapper {
  margin-top: 20px;
  line-height: 24px;
  padding: 0;
}
.adspaces {
  background: #403f3f;
  padding: 50px 0px;
}
.footer_adspaces a {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.footer_adspaces a:first-child {
  margin-left: 0px;
}
.adspaces2 {
  padding-top: 50px;
  zoom: 1;
}
.adspaces2:before {
  content: '';
  display: block;
}
.adspaces2:after {
  content: '';
  display: table;
  clear: both;
}
.adspaces2 + p {
  width: 1040px;
  margin: auto;
  clear: both;
  color: white;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.bottom_site_ad {
  float: left;
  margin-right: 25px;
}
.sidearm_logo {
  width: 215px;
  height: 100px;
  background: url(/images/footer_sprite.png) -540px top no-repeat;
  float: left;
}
footer {
  zoom: 1;
  margin-bottom: 200px;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
#stickybar {
  background: #feca33;
  font-family: arial;
  height: 60px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  box-shadow: 0px -20px 0px rgba(20, 20, 20, 0.3);
}
#stickybar .footer_logo {
  position: absolute;
  bottom: 0px;
  left: -3px;
  background: url(/images/sticky_logo.png) left top no-repeat;
  width: 90px;
  height: 105px;
}
#stickybar #scoreboard .info {
  font-family: source_sans_proregular;
  font-size: 15px;
  color: black;
}
#stickybar #scoreboard .info a {
  color: black;
}
div#social_bar {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 15px;
}
div#social_bar a {
  color: white;
  float: left;
  font-size: 25px;
  background: #403f3f;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  margin-left: 5px;
}
div#social_bar a:hover {
  background: black;
  color: #feca33;
}
div#social_bar .search_button {
  width: 35px;
  height: 35px;
  background: #403f3f;
  float: left;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}
div#social_bar .search_button:before {
  color: white;
  font-size: 20px;
  margin: auto;
  padding-top: 8px;
}
div#social_bar #search {
  position: absolute;
  bottom: 100%;
  right: 0px;
  display: none;
}
div#social_bar #search a {
  text-decoration: none;
  font-family: source_sans_probold;
  font-size: 18px;
  margin: auto;
  padding-top: 8px;
}
div#social_bar #search input[type=text] {
  vertical-align: top;
  padding: 10px 20px;
  font-family: source_sans_proregular;
  height: 35px;
  width: 230px;
}
div#social_bar #search label {
  left: -2000px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
#button_container {
  width: 1040px;
  margin: 0px auto;
  position: relative;
}
#button_container:before {
  content: "Scoreboard";
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 60px;
  font-family: LeagueGothicRegular;
  font-size: 25px;
}
/* Flash Collection */

.popup {
  background: white;
  padding: 20px;
  width: 780px;
  height: 535px;
  position: absolute;
  margin-left: -390px;
  margin-top: -240px;
  left: 50%;
  top: 50%;
  z-index: 99999;
}
.popup .inner {
  width: 740px;
  height: 455px;
  position: relative;
}
.close_popup {
  position: absolute;
  right: 0px;
  top: -35px;
  cursor: pointer;
  background: white;
  padding-top: 5px;
  font-size: 18px;
  color: black;
  width: 40px;
}
.modal {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
  background: url(/images/video_bg_repeat.png);
}
.video_header {
  display: none;
}
.youtube_player {
  width: 740px;
  height: 455px;
}
.youtube_player embed {
  width: 740px;
  height: 455px;
}
.youtube_player object {
  width: 740px;
  height: 455px;
}
.youtube-dialog-title {
  font-size: 22px;
  font-family: verb_mediumregular;
  text-align: left;
  margin-top: 20px;
}
.youtube_text {
  text-transform: uppercase;
  font-family: source_sans_problack;
  font-size: 23px;
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.youtube_text span {
  color: #feca33;
}
.media_share {
  zoom: 1;
  position: absolute;
  right: 20px;
  bottom: 13px;
  width: 350px;
}
.media_share:before {
  content: '';
  display: block;
}
.media_share:after {
  content: '';
  display: table;
  clear: both;
}
.media_share > div {
  float: right;
  margin-right: 25px;
}
.media_share > div.facebook_button {
  margin-right: 0px;
}
.media_share .twitter_button {
  width: 80px;
}
.dyk_div {
  overflow: hidden;
}
#sidearm_copyright {
  margin-bottom: 90px;
}
