/* 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: 1020px;
  *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;
}
@font-face {
  font-family: 'sinkin_sans700_bold';
  src: url('/site/fonts/sinkin/sinkinsans-700bold-webfont.eot');
  src: url('/site/fonts/sinkin/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/sinkin/sinkinsans-700bold-webfont.woff') format('woff'), url('/site/fonts/sinkin/sinkinsans-700bold-webfont.ttf') format('truetype'), url('/site/fonts/sinkin/sinkinsans-700bold-webfont.svg#sinkin_sans700_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans600_semibold';
  src: url('/site/fonts/sinkin/sinkinsans-600semibold-webfont.eot');
  src: url('/site/fonts/sinkin/sinkinsans-600semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/sinkin/sinkinsans-600semibold-webfont.woff') format('woff'), url('/site/fonts/sinkin/sinkinsans-600semibold-webfont.ttf') format('truetype'), url('/site/fonts/sinkin/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans500_medium';
  src: url('/site/fonts/sinkin/sinkinsans-500medium-webfont.eot');
  src: url('/site/fonts/sinkin/sinkinsans-500medium-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/sinkin/sinkinsans-500medium-webfont.woff') format('woff'), url('/site/fonts/sinkin/sinkinsans-500medium-webfont.ttf') format('truetype'), url('/site/fonts/sinkin/sinkinsans-500medium-webfont.svg#sinkin_sans500_medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans400_regular';
  src: url('/site/fonts/sinkin/sinkinsans-400regular-webfont.eot');
  src: url('/site/fonts/sinkin/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/sinkin/sinkinsans-400regular-webfont.woff') format('woff'), url('/site/fonts/sinkin/sinkinsans-400regular-webfont.ttf') format('truetype'), url('/site/fonts/sinkin/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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 */
main {
  display: block;
}
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: url('/images/bg.jpg') no-repeat top center;
  margin: 0;
  padding: 0;
  padding-top: 100px;
}
A,
A:link,
A:visited {
  color: #008751;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.wide .contentDiv_container {
  width: 1040px;
  margin: auto;
}
.wide .contentDiv_container .contentDiv {
  background: white;
  padding: 10px;
}
/* Navigation */

#header-tag {
  background: #008751;
  height: 100px;
  position: relative;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
}
#header-tag #nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: white;
  width: 100%;
  height: 50px;
}
#header-tag .school_h1 {
  position: absolute;
  top: -35px;
  left: 30px;
  text-transform: uppercase;
  color: white;
  font-family: sinkin_sans700_bold;
  font-size: 16px;
  letter-spacing: 3px;
}
#header-tag .logo {
  background: url(/images/header_logo.png) left top no-repeat;
  width: 165px;
  height: 140px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}
#header-tag .logo a {
  height: 100%;
  width: 100%;
  display: block;
}
ul.accessible_nav {
  text-transform: uppercase;
  font-family: verb_regularregular;
  zoom: 1;
  line-height: 50px;
}
ul.accessible_nav:before {
  content: '';
  display: block;
}
ul.accessible_nav:after {
  content: '';
  display: table;
  clear: both;
}
ul.accessible_nav > li {
  float: left;
  position: relative;
  cursor: pointer;
  list-style: none;
  left: -34px;
}
ul.accessible_nav > li > a {
  color: #666666;
  text-decoration: none;
  font-family: sinkin_sans700_bold;
  font-size: 14px;
  padding: 0px 8px;
  display: block;
  position: relative;
}
ul.accessible_nav > li > a:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 0px;
}
ul.accessible_nav > li:first-child a:before {
  width: 0px;
  background: none;
}
#nav2 ul.accessible_nav:before {
  content: none;
}
#nav2 ul.accessible_nav:after {
  content: none;
}
#nav2 ul.accessible_nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
}
#nav2 ul.accessible_nav div {
  left: auto;
  right: 0px;
}
ul.accessible_nav li:hover {
  background: #008751;
}
ul.accessible_nav li:hover a {
  color: white;
}
ul.accessible_nav li div {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 901;
  background: #008751;
  line-height: 18px;
  width: 370px;
  border-bottom: 8px solid #00633b;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
ul.accessible_nav li div ul {
  width: 330px;
  float: left;
  margin-left: 0px;
}
ul.accessible_nav li div ul:first-child {
  margin-right: 10px;
}
ul.accessible_nav li div li {
  list-style: none;
  float: none;
  clear: both;
  padding: 6px 0px;
  border-bottom: 1px solid #00633b;
  zoom: 1;
  padding-left: 10px;
}
ul.accessible_nav li div li:before {
  content: '';
  display: block;
}
ul.accessible_nav li div li:after {
  content: '';
  display: table;
  clear: both;
}
ul.accessible_nav li div li:hover {
  background: black;
}
ul.accessible_nav li div li.separator {
  font-family: verb_regularbold;
  font-size: 16px;
  margin-top: 40px;
}
ul.accessible_nav li div li.separator:hover {
  background: #008751;
}
ul.accessible_nav li div a {
  text-decoration: none;
  color: white;
  font-family: verb_regularbold;
  font-size: 16px;
  display: block;
  float: left;
}
ul.accessible_nav li div a.srn {
  font-family: verb_regularregular;
  text-transform: capitalize;
  font-size: 15px;
  margin-right: 12px;
}
ul.accessible_nav li div a.srn:hover {
  text-decoration: underline;
}
ul.accessible_nav li:hover div {
  display: block;
}
ul.accessible_nav li.sports div {
  width: 870px;
  padding-top: 20px;
}
ul.accessible_nav li.sports div ul {
  width: 410px;
}
ul.accessible_nav li.sports div ul li a:first-child {
  width: 210px;
}
ul.accessible_nav li.ath_dept div {
  width: 710px;
}
.sidebars_wrapper {
  height: 80px;
  background: #1a1a1a;
  zoom: 1;
  position: relative;
}
.sidebars_wrapper:before {
  content: '';
  display: block;
}
.sidebars_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.sidebars_wrapper .sidebars {
  width: 980px;
  margin: 0px auto;
  position: relative;
  zoom: 1;
}
.sidebars_wrapper .sidebars:before {
  content: '';
  display: block;
}
.sidebars_wrapper .sidebars:after {
  content: '';
  display: table;
  clear: both;
}
.sidebars_wrapper .sidebars .sidebar-links {
  float: right;
  margin-top: 35px;
}
.sidebars_wrapper .sidebars .sidebar-links li {
  float: left;
  margin: 0px 5px;
  padding-top: 8px;
  height: 45px;
  list-style: none;
}
.sidebars_wrapper .sidebars .sidebar-links li.sport-home {
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: 0px 0px;
}
.sidebars_wrapper .sidebars .sidebar-links li.sport-home a {
  font-size: 16px;
  color: #008751;
  padding-top: 0px;
  text-transform: uppercase;
  font-family: sinkin_sans700_bold;
}
.sidebars_wrapper .sidebars .sidebar-links li.sport-home a:before {
  content: "";
  width: 1px;
  background: black;
  height: 15px;
  display: block;
  float: left;
  margin-right: 0px;
}
.sidebars_wrapper .sidebars .sidebar-links li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  font-family: sinkin_sans700_bold;
}
.sidebars_wrapper .sidebars .sidebar-links li a:hover {
  color: #cccccc;
}
.sidebars_wrapper .sidebars .additional-links {
  padding: 0px 10px;
  position: relative;
}
.sidebars_wrapper .sidebars .additional-links > a:after {
  content: "+";
  margin-left: 2px;
}
.sidebars_wrapper .sidebars .parent {
  cursor: pointer;
}
.sidebars_wrapper .sidebars .parent:hover {
  background: #008751;
}
.sidebars_wrapper .sidebars .parent:hover > a {
  color: white;
}
.sidebars_wrapper .sidebars .parent ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #008751;
  z-index: 900;
  width: 275px;
  padding: 15px 10px 10px 10px;
}
.sidebars_wrapper .sidebars .parent ul li {
  margin: 0px;
  width: 100%;
  line-height: 30px;
  height: auto;
  padding: 0px;
  height: 30px;
  text-align: right;
  padding: 0px 10px;
  border-bottom: 1px solid #005d39;
}
.sidebars_wrapper .sidebars .parent ul li:first-child {
  border-top: 1px solid #005d39;
}
.sidebars_wrapper .sidebars .parent ul li:hover {
  background: black;
}
.sidebars_wrapper .sidebars .parent ul li:hover a {
  color: white;
}
.sidebars_wrapper .sidebars .parent ul li a {
  color: white;
  display: block;
  padding-left: 10px;
  font-family: sinkin_sans400_regular;
}
.sidebars_wrapper .sidebars .parent:hover ul {
  display: block;
}
.story_wrapper {
  width: 1040px;
  margin: auto;
  background: white;
  margin-top: 60px;
  zoom: 1;
}
.story_wrapper:before {
  content: '';
  display: block;
}
.story_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.story_wrapper.sportfile {
  width: auto;
}
.story_wrapper.sportfile .story_inner_wrapper,
.story_wrapper.sportfile .story_content {
  width: auto;
  max-width: 100%;
}
.story_wrapper .story_image,
.story_wrapper .story_image img {
  width: 1040px;
  overflow: hidden;
}
.story_wrapper .story_inner_wrapper {
  width: 690px;
  float: left;
  padding: 20px;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
  color: black;
}
.story_wrapper .story_inner_wrapper .story_headline {
  font-family: sinkin_sans700_bold;
  font-size: 34px;
  text-transform: uppercase;
  color: #008751;
  line-height: 35px;
}
.story_wrapper .story_inner_wrapper .story_email {
  margin: 20px 0px;
}
.story_wrapper .story_inner_wrapper .story_content {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.story_wrapper .story_inner_wrapper .story_date {
  font-family: sinkin_sans700_bold;
  color: #666666;
  margin-bottom: 30px;
}
.story_wrapper .related {
  float: left;
  width: 330px;
  background: #008751;
  padding: 15px 20px;
  margin-top: -50px;
  position: relative;
  z-index: 900;
  margin-right: 20px;
}
.story_wrapper .related h1 {
  font-family: sinkin_sans700_bold;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  margin-bottom: 15px;
}
.story_wrapper .related h1 + .highlight {
  border-top: 1px solid #006c41;
}
.story_wrapper .related .highlight {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  margin-left: 0px;
  border-bottom: 1px solid #006c41;
  overflow: hidden;
}
.story_wrapper .related .highlight img {
  display: none;
}
.story_wrapper .related .highlight a {
  padding: 0px;
  font-family: sinkin_sans700_bold;
}
.story_wrapper .related .highlight .highlight_date {
  display: block;
  color: black;
  font-family: sinkin_sans700_bold;
  font-size: 13px;
}
.story_wrapper + .carousel_container .stepcarousel {
  position: relative;
}
.story_wrapper + .carousel_container .ui-carousel-buttons {
  top: 0px;
  bottom: auto;
  left: 100px;
  width: 90px;
  padding-left: 8px;
}
.story_wrapper + .carousel_container .ui-carousel-buttons:before {
  content: "";
  border-top: 30px solid #cccccc;
  border-left: 30px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 100%;
  border-right: none;
}
.story_wrapper + .carousel_container .ui-carousel-buttons:after {
  content: "";
  border-top: 30px solid #cccccc;
  border-right: 30px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 100%;
  border-left: none;
}
div#social_bar {
  position: absolute;
  right: 150px;
  top: -50px;
  width: 200px;
}
div#social_bar a {
  color: white;
  float: left;
  font-size: 25px;
  margin: 0px 4px;
  line-height: 49px;
}
div#social_bar a:hover {
  background: #00673e;
}
#search label {
  left: -2000px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
div#search {
  position: absolute;
  right: -118px;
  top: 10px;
}
div#search .icon-search {
  position: absolute;
  left: 3px;
  text-decoration: none;
  top: -12px;
}
div#search .icon-search:hover {
  background: none;
}
div#search .icon-search:before {
  font-size: 16px;
}
div#search input[type=text] {
  padding: 6px;
  background: #006a41;
  border-radius: 30px;
  width: 130px;
  border: 1px solid #005d39;
  outline: none;
  color: white;
  text-transform: lowercase;
  padding-left: 30px;
}
/* Story */

/*.sport #story{ background:none; }
#story{ background-color:#fff;
*/

#story {
  background: url(/images/mainstory_bg.jpg) center top;
  border-bottom: 40px solid #cccccc;
}
#story section {
  margin: auto;
  width: 1240px;
  position: relative;
}
#story .divTopStory_TV_container {
  position: absolute;
  bottom: 60px;
  width: 660px;
  height: 200px;
  left: 290px;
  background: url(/images/mainstory_headline_bg.png);
  padding: 40px;
}
#story .divTopStory_TV_container .story_date {
  background: #008751;
  width: 170px;
  height: 170px;
  top: 0px;
  right: 100%;
  position: absolute;
  font-family: verb_regularbold;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px;
}
#story .divTopStory_TV_container .story_date_text {
  border-bottom: 10px solid #006c41;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}
#story .divTopStory_TV_container .story_headline {
  font-family: sinkin_sans700_bold;
  font-size: 34px;
  line-height: 34px;
}
#story .divTopStory_TV_container .story_headline a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#story .divTopStory_TV_container .read_more {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: white;
  text-decoration: none;
  background: #006c41;
  text-align: center;
  padding: 10px 0px;
}
.divUpcoming_sport_ddl {
  display: none;
}
.divTopStory_TV_container_bigmedia {
  width: 1240px;
  height: 690px;
  background: url(/images/mainstory_default.jpg) center top;
}
div.rotator-buttons {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  text-align: center;
}
div.rotator-buttons img {
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}
.media_object_caption {
  display: none;
}
.row_wrapper {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 50px;
}
#aow {
  background: url(/images/aotw_header.png) center top no-repeat;
  zoom: 1;
  padding-top: 190px;
}
#aow:before {
  content: '';
  display: block;
}
#aow:after {
  content: '';
  display: table;
  clear: both;
}
#aow .aow_title {
  display: none;
}
.aow_adspace_holder {
  border: 1px solid #dddddd;
  width: 215px;
  height: 55px;
  position: absolute;
  left: 50%;
  margin-left: -107.5px;
  bottom: -80px;
}
.aow_adspace_holder p {
  text-transform: uppercase;
  color: #cccccc;
  font-family: sinkin_sans400_regular;
  position: absolute;
  top: -10px;
  left: 41px;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px 10px;
  font-size: 13px;
}
div.aow-container {
  float: left;
  margin-left: 9px;
  height: 290px;
  background: #008751;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: sinkin_sans700_bold;
}
div.aow-container:first-child {
  margin-left: 0px;
}
div.aow-container .aow_player {
  width: 155px;
  margin-top: 5px;
}
div.aow-container .aow_player a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}
div.aow-container .aow_player_info {
  width: 155px;
  font-family: sinkin_sans400_regular;
  color: black;
  font-size: 13px;
}
.row_wrapper2 {
  background: url(/images/social_bg_football.jpg) center top no-repeat;
  padding: 50px 0px;
}
#twitter {
  width: 235px;
  height: 290px;
  float: left;
  background: white;
  border: 1px solid #dddddd;
  margin-right: 20px;
  padding: 20px;
  position: relative;
}
#twitter ul {
  margin-left: 0px;
}
#twitter #twitter_feed {
  overflow: hidden;
  height: 250px;
  width: 200px;
  font-family: sinkin_sans400_regular;
  font-size: 13px;
  color: #585858;
}
#twitter div.ui-carousel-buttons {
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
#twitter div.ui-carousel-buttons .ui-carousel-button {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#twitter .jta-tweet-list {
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  font-size: 0;
  width: auto;
  font-family: 'sinkin_sans500_medium';
}
#twitter .jta-tweet-list li {
  height: auto;
  width: auto;
  font-size: 13px;
  display: inline-block;
  list-style: none;
  width: 200px;
  white-space: normal;
  vertical-align: top;
  position: relative;
}
#twitter .jta-tweet-list a {
  text-decoration: none;
}
#twitter .ui-carousel-button.ui-carousel-prev {
  background: url(/images/social_twitter_r_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
}
#twitter .ui-carousel-button.ui-carousel-prev:hover {
  background: url(/images/social_twitter_r_arrow_b.png) left top no-repeat;
}
#twitter .ui-carousel-button.ui-carousel-next {
  background: url(/images/social_twitter_l_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
}
#twitter .ui-carousel-button.ui-carousel-next:hover {
  background: url(/images/social_twitter_l_arrow_b.png) left top no-repeat;
}
#twitter .jta-tweet-profile-image {
  position: absolute;
  left: 0;
  top: 0;
}
#twitter .jta-tweet-user-name {
  display: block;
  padding-left: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}
#twitter .jta-tweet-user-name a:before {
  content: '@';
}
#twitter .jta-tweet-timestamp {
  display: none;
}
#twitter .jta-tweet-actions {
  clear: both;
  display: block;
  margin-top: 20px;
}
#twitter .jta-tweet-actions span a {
  text-decoration: none;
  visibility: hidden;
  display: block;
  float: left;
  width: 30px;
  color: #e5e5e5;
}
#twitter .jta-tweet-actions .jta-tweet-action-reply a:before {
  content: '\e821';
  font-family: sidearm_font;
  margin-right: 5px;
  visibility: visible;
  font-size: 28px;
}
#twitter .jta-tweet-actions .jta-tweet-action-retweet a:before {
  content: '\e82b';
  font-family: sidearm_font;
  margin-right: 5px;
  visibility: visible;
  font-size: 28px;
}
#twitter .jta-tweet-actions .jta-tweet-action-favorite a:before {
  content: '\e824';
  font-family: sidearm_font;
  margin-right: 5px;
  visibility: visible;
  font-size: 28px;
}
#twitter span.jta-tweet-timestamp {
  position: absolute;
  bottom: 5px;
  right: 0px;
  white-space: normal;
  font-family: sinkin_sans400_regular;
  font-size: 11px;
}
#twitter span.jta-tweet-timestamp a {
  color: #cccccc;
  text-decoration: none;
}
.stepcarousel {
  width: 1040px;
  margin: auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height: 250px;
  font-size: 0px;
}
.stepcarousel .belt {
  width: auto;
}
h1.upcoming_h1 {
  text-transform: uppercase;
  color: #008751;
  font-family: sinkin_sans700_bold;
  padding: 10px 20px;
  font-size: 0px;
}
h1.upcoming_h1 span {
  background: #008751;
  color: white;
  font-size: 16px;
  display: inline-block;
  padding: 10px;
}
h1.upcoming_h1 span:first-child {
  background: white;
  color: #008751;
}
html .calendar_link {
  position: absolute;
  top: 20px;
  right: 50px;
  text-transform: uppercase;
  font-family: sinkin_sans700_bold;
  text-decoration: none;
  color: #666666;
  font-size: 13px;
}
.upcoming_section {
  height: 510px;
}
.upcoming_section .upcoming_group_date {
  font-family: sinkin_sans700_bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #008751;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.upcoming_section .upcoming-item {
  background: #e5e5e5;
  padding: 20px;
  position: relative;
  font-family: sinkin_sans700_bold;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  color: #666666;
  width: 97%;
}
.upcoming_section .divUpcoming_extra div {
  float: left;
}
.upcoming_section .sport_title {
  color: #008751;
}
.upcoming_section .sport_location {
  font-family: sinkin_sans400_regular;
  font-size: 13px;
  font-weight: normal;
}
.upcoming_section a i {
  color: #008751;
}
.upcoming_section a i span {
  color: #008751;
}
.upcoming_section i span {
  text-indent: -700px;
  display: block;
  overflow: hidden;
  position: absolute;
}
.upcoming_section i {
  float: left;
  color: white;
  float: left;
  padding: 5px 0px;
  font-size: 38px;
}
.row_wrapper4 {
  background: #cccccc;
  padding: 50px 0px;
}
.row_wrapper4 section {
  float: right;
}
.row_wrapper4 h1.archive_h1 {
  text-transform: uppercase;
  color: #008751;
  font-family: sinkin_sans700_bold;
  padding: 0px 10px 20px 10px;
  font-size: 0px;
}
.row_wrapper4 h1.archive_h1 span {
  background: white;
  color: #cccccc;
  font-size: 16px;
  display: inline-block;
  padding: 10px;
}
.row_wrapper4 h1.archive_h1 span:first-child {
  background: #008751;
  color: white;
}
.row_wrapper4 h1.archive_h1 span a {
  color: #cccccc;
  text-decoration: none;
}
.row_wrapper4 h1.archive_h1 span a:hover {
  color: #008751;
}
.highlight {
  width: 150px;
  height: 200px;
  background: #008751;
  float: left;
  margin: 0px 10px;
}
.highlight img {
  width: 150px;
  height: 90px;
}
.highlight a {
  text-decoration: none;
  color: white;
  padding: 10px;
  display: block;
  font-family: sinkin_sans400_regular;
  font-size: 13px;
  text-transform: uppercase;
}
.highlight .highlight_date {
  display: none;
}
.highlight_ad {
  float: left;
}
.highlight_ad_wrapper {
  padding: 10px;
  background: url(/images/archives_ad_outline.png);
  float: left;
}
/* Videos */

.video_header {
  display: none;
}
.youtube_container {
  zoom: 1;
  height: 390px;
  position: relative;
}
.youtube_container:before {
  content: '';
  display: block;
}
.youtube_container:after {
  content: '';
  display: table;
  clear: both;
}
.youtube_container div.ui-carousel-buttons {
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 80px;
}
.youtube_container .ui-carousel-button.ui-carousel-prev {
  background: url(/images/video_l_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.youtube_container .ui-carousel-button.ui-carousel-prev:hover {
  background: url(/images/video_l_arrow_b.png) left top no-repeat;
}
.youtube_container .ui-carousel-button.ui-carousel-next {
  background: url(/images/video_r_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
}
.youtube_container .ui-carousel-button.ui-carousel-next:hover {
  background: url(/images/video_r_arrow_b.png) left top no-repeat;
}
.youtube_player {
  width: 490px;
  height: 310px;
  float: left;
}
.youtube_player object {
  width: 490px;
  height: 310px;
}
.youtube_player embed {
  width: 490px;
  height: 310px;
}
.youtube_list {
  width: 150px;
  height: 399px;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.youtube_list_container {
  overflow: visible;
  height: auto;
  width: 150px;
  margin-right: 10px;
}
.youtube_item_wrapper {
  width: 100%;
  float: left;
  clear: left;
  color: white;
  font: normal 11px arial;
  border-top: 1px solid #343434;
  width: 100%;
  margin: 5px 0px;
  position: relative;
}
.youtube_item_wrapper:first-child {
  margin-top: 0px;
}
.youtube_item_wrapper img {
  width: 150px;
  float: left;
  height: 90px;
}
.youtube_item_wrapper a {
  color: #888888;
  float: left;
  text-align: left;
  text-decoration: none;
}
.youtube_dialogue {
  height: 80px;
  width: 490px;
  background: #008751;
  position: absolute;
  bottom: 0px;
  left: 0px;
  left: 10px;
  color: white;
  font-family: sinkin_sans700_bold;
  font-size: 16px;
  padding: 15px;
  overflow: hidden;
}
div.youtube_footer_ds {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 490px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px 0px 60px;
  font-family: sinkin_sans700_bold;
  font-size: 13px;
  color: #008751;
  background: #e5e5e5 url(/images/video_logo.png) left top no-repeat;
  overflow: hidden;
}
div.youtube_footer_ds p {
  margin: 0px;
  float: left;
}
div.youtube_footer_ds .yt_button {
  float: right;
  margin-top: 6px;
}
.vid_details {
  display: none;
}
.tranparent_border {
  height: 10px;
  background: url(/images/mainstory_headline_bg.png);
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 900;
}
.youtube_ad_wrapper {
  padding: 10px;
  background: url(/images/archives_ad_outline.png);
  float: left;
}
.youtube_ad2 {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.play_button {
  background: url(/images/video_thumb_play.png) left top no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.instagram {
  background: white url(/images/social_instagram_header.png) right top no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  width: 235px;
  height: 290px;
  padding: 60px 6.5px 5px 6.5px;
  border: 1px solid #dddddd;
}
div.instagram_feed img {
  width: 100px;
  height: 100px;
  margin: 5px;
  float: left;
}
/* 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: 9px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #c8c8c8;
  width: 9px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 9px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 9px;
  height: 30px;
  background-color: #008751;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 9px;
  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;
}
.carousel_container {
  height: 250px;
  background: #008751;
  clear: both;
  position: relative;
}
.carousel_container div.ui-carousel-buttons {
  position: absolute;
  width: 90px;
  left: 50%;
  margin-left: -35px;
  bottom: 0px;
  background: #cccccc;
  text-align: center;
  padding-left: 15px;
  padding-top: 5px;
}
.carousel_container div.ui-carousel-buttons:before {
  content: "";
  border-right: 30px solid #cccccc;
  border-top: 30px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 100%;
}
.carousel_container div.ui-carousel-buttons:after {
  content: "";
  border-left: 30px solid #cccccc;
  border-top: 30px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 100%;
}
.carousel_container div.ui-carousel-buttons .ui-carousel-button {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.carousel_container .ui-carousel-button.ui-carousel-prev {
  background: url(/images/promo_rotator_l_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
}
.carousel_container .ui-carousel-button.ui-carousel-prev:hover {
  background: url(/images/promo_rotator_l_arrow_b.png) left top no-repeat;
}
.carousel_container .ui-carousel-button.ui-carousel-next {
  background: url(/images/promo_rotator_r_arrow.png) left top no-repeat;
  width: 20px;
  height: 20px;
}
.carousel_container .ui-carousel-button.ui-carousel-next:hover {
  background: url(/images/promo_rotator_r_arrow_b.png) left top no-repeat;
}
.row_wrapper3 {
  background: url(/images/video_bg_repeater.png);
  zoom: 1;
  padding: 50px 0px 90px 0px;
}
.row_wrapper3:before {
  content: '';
  display: block;
}
.row_wrapper3:after {
  content: '';
  display: table;
  clear: both;
}
/* Ads */

/* Default datagrid Items */

.default_dgrd_header {
  background-color: #008751;
  color: white;
}
.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: white;
  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;
}
.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: #008751;
  border: 0px;
}
.composite_cal_title TR TD {
  color: white;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: white;
}
.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: #008751;
  font-weight: bold;
  color: white;
}
.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 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;
}
.athleticdepartment .story_wrapper {
  margin-top: 0px;
}
footer .adspace {
  background: #e5e5e5;
  zoom: 1;
  padding: 40px 0px;
}
footer .adspace:before {
  content: '';
  display: block;
}
footer .adspace:after {
  content: '';
  display: table;
  clear: both;
}
footer .adspace .footer_ad {
  float: left;
  margin: 0px 45px;
}
footer .adspace .sidearm_logo {
  float: left;
  width: 230px;
  height: 95px;
  background: url(/images/footer_sprite.png) right top no-repeat;
  margin-left: 45px;
}
footer .adspace .sidearm_logo a {
  display: block;
  height: 100%;
  width: 100%;
}
footer .copyright {
  background: #f2f2f2;
  text-align: center;
  padding: 50px 0px 140px 0px;
  font-family: sinkin_sans700_bold;
  color: #666666;
  text-transform: uppercase;
}
footer .copyright span {
  color: #008751;
}
#stickybar {
  background: black;
  font-family: arial;
  height: 50px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 3px solid #008751;
}
#stickybar .transparent_border {
  position: absolute;
  bottom: 100%;
  height: 10px;
  background: url(/images/mainstory_headline_bg.png);
  left: 0px;
  width: 100%;
}
#button_container {
  width: 1040px;
  margin: 0px auto;
  color: white;
  position: relative;
}
#button_container #scoreboard {
  z-index: 900;
}
#button_container #scoreboard .info {
  font-family: sinkin_sans700_bold;
  font-size: 12px;
}
#button_container #scoreboard .info a {
  text-decoration: none;
}
#button_container .logo {
  background: url(/images/sticky_controls_slash.png) left top no-repeat;
  width: 170px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#button_container .logo img {
  margin-top: -55px;
  margin-left: 30px;
}
div#social_bar_footer {
  position: absolute;
  top: 0px;
  left: 750px;
}
div#social_bar_footer .social_footer_ads {
  float: left;
  font-size: 30px;
  line-height: 50px;
  width: 40px;
  text-align: center;
}
div#social_bar_footer .social_footer_ads:hover {
  color: white;
  background: #008751;
}
.story-text {
  margin-top: 60px;
}
.story-related ul {
  list-style: none;
}
#sidearm_copyright {
  margin-bottom: 100px;
  margin-top: -100px;
}
#baseball_scoringline ul {
  list-style: none;
}
/*.story_inner_wrapper{ width:690px;float:left;padding:20px;font-family: sinkin_sans400_regular;font-size:13px;color:#383838;*/

