/* 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: 1000px;
  *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;
  }
}
/*Color Variables*/
/*Font Variables*/
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: url('/images/bg.jpg') no-repeat top center;
  margin: 0;
  padding: 0;
}
.contentDiv {
  padding-top: 85px;
}
.sport-page .contentDiv {
  padding-top: 125px;
}
.rowrowreset {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rowwide {
  width: 1040px;
}
*:focus {
  outline: none;
}
A,
A:link,
A:visited {
  color: #002147;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.section-mountain-header {
  width: 100%;
  border-bottom: 2px solid #c0143c;
  height: 40px;
  padding-left: 70px;
  font-family: 'Russo One', sans-serif;
  font-size: 25px;
  color: white;
  position: relative;
  line-height: 40px;
}
.section-mountain-header:before {
  content: "";
  display: block;
  width: 70px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(/images/fanzone_header_mountain.png) no-repeat;
}
.wide .contentDiv {
  width: 1000px;
  margin: 0 auto;
}
.wide .contentDiv-inner {
  background-color: white;
  padding: 20px;
}
.wide .member-dropdown-row {
  margin-bottom: 25px;
}
/* Navigation */

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: url(/images/Header_repeater.png) repeat-x;
  z-index: 400;
}
#main-header .header-text {
  text-align: center;
  height: 24px;
}
#main-header .header-text .header-lcap {
  position: absolute;
  left: -124px;
  top: 0;
}
#main-header .header-text .header-rcap {
  position: absolute;
  right: -121px;
  top: 0;
}
#main-header .header-text img {
  display: inline;
}
#main-header .nav .header-logo {
  position: absolute;
  top: -24px;
  left: -1px;
}
#main-header .nav .accessible_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#main-header .nav .accessible_nav > li {
  display: inline-block;
  height: 42px;
  line-height: 45px;
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 16px;
  margin: 0 12px;
  position: relative;
  text-align: left;
}
#main-header .nav .accessible_nav > li > a {
  text-decoration: none;
  display: block;
  color: #002147;
}
#main-header .nav .accessible_nav > li > a:hover {
  color: #b0b0b0;
}
#main-header .nav .accessible_nav > li:hover > a {
  color: #b0b0b0;
}
#main-header .nav .accessible_nav > li:hover > div {
  left: 0;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#main-header .nav .accessible_nav > li > div {
  position: absolute;
  top: 42px;
  left: -9999px;
  min-width: 160px;
  background: url(/images/dropnav_repeater.png);
  opacity: 0;
}
#main-header .nav .accessible_nav > li > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 0 10px 0;
}
#main-header .nav .accessible_nav > li > div ul li {
  line-height: 25px;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
}
#main-header .nav .accessible_nav > li > div ul li a {
  text-decoration: none;
  padding: 0 15px;
  color: #002147;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-header .nav .accessible_nav > li > div ul li a:hover {
  background-color: #b0b0b0;
  color: white;
}
#main-header .nav .accessible_nav > li.nav-dropright:hover > div {
  left: auto;
  right: 0;
}
#member-dropdown {
  float: right;
}
#member-dropdown .member-dropdown-header {
  width: 270px;
  border-bottom: 2px solid #c0143c;
  position: relative;
  z-index: 355;
}
#member-dropdown .member-dropdown-header .member-dropdown-mountain {
  position: absolute;
  bottom: -2px;
  left: 0;
}
#member-dropdown .member-dropdown-header .member-dropdown-arrow {
  position: absolute;
  bottom: -15px;
  right: 20px;
  z-index: 356;
  cursor: pointer;
}
#member-dropdown .member-dropdown-header > span {
  display: block;
  padding-left: 50px;
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
}
#member-dropdown .member-dropdown-header:hover #header-members-list {
  left: auto;
  right: 0;
}
#member-dropdown #header-members-list {
  width: 220px;
  background: url(/images/dropnav_repeater.png);
  position: absolute;
  top: 22px;
  left: -9999px;
  z-index: 351;
  padding: 10px 0;
}
#member-dropdown #header-members-list .member-dropdown-heading {
  padding: 0 18px;
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
  color: #c0143c;
  line-height: 25px;
}
#member-dropdown #header-members-list > span {
  display: block;
  color: #002147;
  padding: 0 20px;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
#member-dropdown #header-members-list > span:hover {
  background-color: #b0b0b0;
  color: white;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*Psuedo element to make some hover actions possible for schools at the bottom*/

}
#member-dropdown #header-members-list > span:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 65px;
  height: 140px;
}
#member-dropdown #header-members-list > span .members_details {
  position: absolute;
  top: 0;
  right: 220px;
  width: 220px;
  height: 445px;
  background: url(/images/member_bg_dropdown.png);
  padding: 20px 15px 20px 50px;
}
#member-dropdown #header-members-list > span .members_details .school_title {
  font-family: 'verb_regularbold', sans-serif;
  font-size: 17px;
  text-align: center;
  color: #002147;
}
#member-dropdown #header-members-list > span .members_details .school_logo {
  margin: 10px;
}
#member-dropdown #header-members-list > span .members_details a {
  text-decoration: none;
}
#member-dropdown #header-members-list > span .members_details ul li {
  line-height: 25px;
  margin: 18px 0;
  position: relative;
  white-space: normal;
}
#member-dropdown #header-members-list > span .members_details ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: -30px;
  background: url(/images/member_icon_edu.png);
}
#member-dropdown #header-members-list > span .members_details ul li:first-child a:before {
  background: url(/images/member_icon_athletic.png);
}
#member-dropdown #header-members-list > span .members_details ul li:last-child a:before {
  background: url(/images/member_icon_directory.png);
}
.tabsection {
  padding: 10px 0 30px 0;
}
.topstories-videos-fanzone {
  width: 575px;
  margin-right: 10px;
}
.topstories-videos-fanzone .tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  top: 15px;
  z-index: 1;
  height: 34px;
  *zoom: 1;
}
.topstories-videos-fanzone .tabs > ul:before,
.topstories-videos-fanzone .tabs > ul:after {
  content: "";
  display: table;
}
.topstories-videos-fanzone .tabs > ul:after {
  clear: both;
}
.topstories-videos-fanzone .tabs > ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  font-family: 'Russo One', sans-serif;
}
.topstories-videos-fanzone .tabs > ul li a {
  text-decoration: none;
  color: #002147;
  display: block;
  line-height: 18px;
}
.topstories-videos-fanzone .tabs > ul li a .tab-item-icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 5px;
}
.topstories-videos-fanzone .tabs > ul li a .tab-item-topstories {
  width: 34px;
  height: 34px;
  background: url(/images/mainstory_headlines_tab_2.png) no-repeat;
}
.topstories-videos-fanzone .tabs > ul li a .tab-item-videos {
  background: url(/images/mainstory_video_tab.png) no-repeat;
}
.topstories-videos-fanzone .tabs > ul li a .tab-item-fanzone {
  background: url(/images/mainstory_fanzone_tab.png) no-repeat;
}
.topstories-videos-fanzone .tabs > ul li.ui-state-active a {
  color: #c0143c;
}
.topstories-videos-fanzone .tabs > ul li.ui-state-active a .tab-item-topstories {
  background: url(/images/mainstory_headlines_tab_b_2.png) no-repeat;
}
.topstories-videos-fanzone .tabs > ul li.ui-state-active a .tab-item-videos {
  background: url(/images/mainstory_video_tab_b.png) no-repeat;
}
.topstories-videos-fanzone .tabs > ul li.ui-state-active a .tab-item-fanzone {
  background: url(/images/mainstory_fanzone_tab_b.png) no-repeat;
}
.topstories-videos-fanzone .tabs section {
  border-top: 5px solid #dddddd;
  height: 585px;
}
.topstories-videos-fanzone .tabs #topstories .link-archives {
  position: absolute;
  right: 20px;
  top: 410px;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container_bigmedia {
  background: url(/images/mainstory_default.jpg);
  width: 575px;
  height: 382px;
  overflow: hidden;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container_bigmedia .media_object_image {
  width: auto !important;
  max-width: 575px;
}
.topstories-videos-fanzone .tabs #topstories .rptHeadlines_TV_container {
  width: 190px;
  height: 65px;
  background: url(/images/mainstory_rotator_mountain.png);
  position: absolute;
  top: 355px;
  left: 0;
  font-size: 0;
  text-align: left;
  padding: 42px 0 0 25px;
}
.topstories-videos-fanzone .tabs #topstories .rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines {
  background: url(/images/mainstory_rotator.png);
  width: 15px;
  height: 15px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin: 0 7px;
}
.topstories-videos-fanzone .tabs #topstories .rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines_selected {
  background: url(/images/mainstory_rotator_b.png);
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 575px;
  height: 200px;
  border-top: 5px solid white;
  background-color: #b0b0b0;
  padding: 30px;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container .topstories-date {
  color: #c0143c;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container .topstories-date > span {
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container .topstories-headline {
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container .topstories-headline a {
  text-decoration: none;
  color: #002147;
}
.topstories-videos-fanzone .tabs #topstories .divTopStory_TV_container .topstories-summary {
  color: #002147;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 14px;
}
.topstories-videos-fanzone .tabs #videos {
  background: url(/images/fanzone_repeater.png);
  padding: 20px;
}
.topstories-videos-fanzone .tabs #videos .section-mountain-header {
  margin-bottom: 20px;
}
.topstories-videos-fanzone .tabs #videos .video-ad-track-container {
  width: 530px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 20px;
}
.topstories-videos-fanzone .tabs #videos .video-ad-track-container .video-ad-track {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.topstories-videos-fanzone .tabs #videos .video-ad-track-container .video-ad-track .ad {
  display: inline-block !important;
}
.topstories-videos-fanzone .tabs #videos .youtube_container {
  height: 300px;
  margin: 10px 0;
}
.topstories-videos-fanzone .tabs #videos .video_header,
.topstories-videos-fanzone .tabs #videos .youtube_list {
  display: none;
}
.topstories-videos-fanzone .tabs #videos .ui-carousel-buttons {
  width: 125px;
  height: 25px;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 84px;
  right: 10px;
}
.topstories-videos-fanzone .tabs #videos .ui-carousel-buttons .ui-carousel-prev,
.topstories-videos-fanzone .tabs #videos .ui-carousel-buttons .ui-carousel-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 12.5px;
  cursor: pointer;
}
.topstories-videos-fanzone .tabs #videos .ui-carousel-buttons .ui-carousel-prev {
  background: url(/images/video_arrow_l.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*&:hover {background:url(/images/events_l_arrow_b.png); .transition(.25s);}*/

}
.topstories-videos-fanzone .tabs #videos .ui-carousel-buttons .ui-carousel-next {
  background: url(/images/video_arrow_r.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*&:hover {background:url(/images/events_r_arrow_b.png); .transition(.25s);}*/

}
.topstories-videos-fanzone .tabs #fanzone {
  background: url(/images/fanzone_repeater.png);
  padding: 20px;
}
.topstories-videos-fanzone .tabs #fanzone .section-mountain-header {
  margin-bottom: 20px;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column {
  width: 235px;
  margin-right: 10px;
  height: 480px;
  overflow: hidden;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item {
  height: 230px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-profile-image {
  width: 100%;
  height: 65px;
  background-color: #c0143c;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-profile-image .jta-tweet-profile-image-link {
  position: absolute;
  top: 10px;
  left: 10px;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-user-screen-name-link {
  position: absolute;
  top: 11px;
  left: 70px;
  text-decoration: none;
  color: white;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-user-screen-name-link:before {
  content: "@";
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-user-screen-name-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 65px;
  height: 20px;
  background: url(/images/twitter_follow.png) no-repeat;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-text {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 192px;
  overflow: hidden;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 17px;
  padding: 90px 20px 0 20px;
  color: #515151;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-attributes {
  display: none;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item a {
  text-decoration: none;
  color: #002147;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions span {
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-color: #002147;
  border-radius: 25px;
  margin-left: 20px;
  line-height: 25px;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions span a {
  text-decoration: none;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-reply a:before,
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-retweet a:before,
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-favorite a:before {
  font-family: sidearm_font;
  font-size: 16px;
  margin-right: 20px;
  color: white;
  padding-left: 5px;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-reply a:hover:before,
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-retweet a:hover:before,
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-favorite a:hover:before {
  color: black;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-reply a:before {
  content: '\e821';
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-retweet a:before {
  content: '\e820';
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item .jta-tweet-actions .jta-tweet-action-favorite a:before {
  content: '\e824';
}
.topstories-videos-fanzone .tabs #fanzone .twitter-column .jta-tweet-list .jta-tweet-list-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
}
.topstories-videos-fanzone .tabs #fanzone .facebook-column {
  width: 280px;
  margin-left: 10px;
  height: 480px;
}
.topstories-videos-fanzone .tabs .ui-tabs-hide {
  position: absolute;
  left: -9999px;
}
.aotw-totw-standings {
  width: 405px;
  margin-left: 10px;
}
.aotw-totw-standings .tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  top: 18px;
  z-index: 1;
  height: 34px;
  *zoom: 1;
}
.aotw-totw-standings .tabs > ul:before,
.aotw-totw-standings .tabs > ul:after {
  content: "";
  display: table;
}
.aotw-totw-standings .tabs > ul:after {
  clear: both;
}
.aotw-totw-standings .tabs > ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Russo One', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  max-width: 33px;
  transition: max-width 0.35s linear;
  -webkit-transition: max-width 0.35s linear;
}
.aotw-totw-standings .tabs > ul li a {
  text-decoration: none;
  color: #002147;
  display: block;
  line-height: 16px;
}
.aotw-totw-standings .tabs > ul li a .tab-item-icon {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin-right: 8px;
}
.aotw-totw-standings .tabs > ul li a .tab-item-aotw {
  background: url(/images/aotw_tab.png) no-repeat;
}
.aotw-totw-standings .tabs > ul li a .tab-item-totw {
  background: url(/images/totw_tab.png) no-repeat;
}
.aotw-totw-standings .tabs > ul li a .tab-item-standings {
  background: url(/images/standings_tab.png) no-repeat;
}
.aotw-totw-standings .tabs > ul li a .small {
  font-size: 13px;
}
.aotw-totw-standings .tabs > ul li.ui-state-active {
  width: auto;
  max-width: 300px;
  transition: max-width 0.35s linear 0.35s;
  -webkit-transition: max-width 0.35s linear 0.35s;
}
.aotw-totw-standings .tabs > ul li.ui-state-active a {
  color: #c0143c;
}
.aotw-totw-standings .tabs > ul li.ui-state-active a .tab-item-aotw {
  background: url(/images/aotw_tab_b.png) no-repeat;
}
.aotw-totw-standings .tabs > ul li.ui-state-active a .tab-item-totw {
  background: url(/images/totw_tab_b.png) no-repeat;
}
.aotw-totw-standings .tabs > ul li.ui-state-active a .tab-item-standings {
  background: url(/images/standings_tab_b.png) no-repeat;
}
.aotw-totw-standings .tabs section {
  height: 585px;
  border-top: 5px solid #dddddd;
  background-color: white;
}
.aotw-totw-standings .tabs #aotw {
  background: url(/images/aotw_repeater.png);
  padding: 20px;
  position: relative;
}
.aotw-totw-standings .tabs #aotw .aotw-mountain-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.aotw-totw-standings .tabs #aotw .ad {
  position: absolute;
  top: 40px;
  right: 29px;
}
.aotw-totw-standings .tabs #aotw .aow-track-container {
  width: 365px;
  height: 420px;
  overflow: hidden;
}
.aotw-totw-standings .tabs #aotw .aow-track-container > div {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container {
  width: 365px;
  height: 420px;
  display: inline-block;
  white-space: normal;
  font-size: 16px;
  position: relative;
  background: url(/images/aotw_header_fadeout.png) no-repeat top right;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_image {
  width: 210px;
  height: 294px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b0b0b0;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_image img {
  width: 210px;
  height: 294px;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_image .border {
  width: 210px;
  height: 294px;
  border: 5px solid #002147;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info {
  width: 140px;
  height: 190px;
  position: absolute;
  top: 125px;
  right: 0;
  padding-right: 55px;
  text-align: right;
  font-family: 'verb_mediumregular', sans-serif;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_player {
  font-size: 17px;
  margin-bottom: 14px;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_player a {
  text-decoration: none;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_player a > span {
  display: block;
  font-family: 'verb_regularbold', sans-serif;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_sport {
  font-size: 16px;
  margin-bottom: 2px;
  color: #002147;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_school {
  color: #c0143c;
  font-size: 16px;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_player,
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_sport {
  position: relative;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_player > img,
.aotw-totw-standings .tabs #aotw .aow_list_item_container .aow_list_player_info .aow_list_sport > img {
  position: absolute;
  top: 2px;
  right: -34px;
  width: 25px;
  height: 25px;
}
.aotw-totw-standings .tabs #aotw .aow_list_item_container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 33px;
  width: 2px;
  background-color: #dddddd;
  height: 310px;
}
.aotw-totw-standings .tabs #aotw .ui-carousel-next {
  position: absolute;
  top: 280px;
  right: 40px;
  width: 25px;
  height: 25px;
  background: url(/images/events_r_arrow.png);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.aotw-totw-standings .tabs #aotw .ui-carousel-next:hover {
  background: url(/images/events_r_arrow_b.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.aotw-totw-standings .tabs #totw {
  background: url(/images/aotw_repeater.png);
  padding: 20px;
  position: relative;
}
.aotw-totw-standings .tabs #totw .aotw-mountain-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.aotw-totw-standings .tabs #totw .ad {
  position: absolute;
  top: 40px;
  right: 29px;
}
.aotw-totw-standings .tabs #totw .tow_item_container {
  width: 365px;
  height: 420px;
  display: inline-block;
  white-space: normal;
  font-size: 16px;
  position: relative;
  background: url(/images/totw_header_fadeout.png) no-repeat top right;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_image {
  width: 210px;
  height: 294px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b0b0b0;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_image img {
  width: 210px;
  height: 294px;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_image .border {
  width: 210px;
  height: 294px;
  border: 5px solid #002147;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_team_info {
  width: 140px;
  height: 190px;
  position: absolute;
  top: 125px;
  right: 0;
  padding-right: 55px;
  text-align: right;
  font-family: 'verb_mediumregular', sans-serif;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_team_info .tow_sport {
  font-size: 16px;
  margin-bottom: 2px;
  color: #002147;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_team_info .tow_school {
  color: #c0143c;
  font-size: 16px;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_team_info .tow_sport {
  position: relative;
}
.aotw-totw-standings .tabs #totw .tow_item_container .tow_team_info .tow_sport > img {
  position: absolute;
  top: 2px;
  right: -34px;
  width: 25px;
  height: 25px;
}
.aotw-totw-standings .tabs #totw .tow_item_container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 33px;
  width: 2px;
  background-color: #dddddd;
  height: 220px;
}
.aotw-totw-standings .tabs #standings .standings-header {
  height: 50px;
  background-color: #002147;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Russo One', sans-serif;
  font-size: 29px;
}
.aotw-totw-standings .tabs #standings .standings-container {
  height: 530px;
  overflow: auto;
}
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_header.standings_dgrd_header {
  background-color: #c0143c;
  height: 30px;
  font-family: 'verb_regularbold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_alt.standings_dgrd_alt,
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_item.standings_dgrd_item {
  border-bottom: 2px solid #dddddd;
  height: 32px;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 17px;
}
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_alt.standings_dgrd_alt td,
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_item.standings_dgrd_item td {
  background-color: white;
  color: #002147;
}
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_alt.standings_dgrd_alt td a,
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_item.standings_dgrd_item td a {
  text-decoration: none;
  color: #002147;
}
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_alt.standings_dgrd_alt td.standings_dgrd_school a,
.aotw-totw-standings .tabs #standings .standings-container .default_dgrd_item.standings_dgrd_item td.standings_dgrd_school a {
  white-space: nowrap;
}
.aotw-totw-standings .tabs #standings .standings-container td,
.aotw-totw-standings .tabs #standings .standings-container th {
  text-indent: 10px;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_footer {
  color: black !important;
  font-family: 'verb_regularregular', sans-serif;
  font-size: 16px;
  text-indent: 0;
  padding-left: 10px;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_footer span {
  background: none !important;
  color: black !important;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_footer a {
  display: block;
  text-align: right;
  padding-right: 10px;
  text-decoration: none;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser {
  padding: 20px;
  *zoom: 1;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser:before,
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser:after {
  content: "";
  display: table;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser:after {
  clear: both;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser #ctl00_cplhMainContent_rn_Standings2_ddlChooser {
  width: 313px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #dddddd;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 15px;
  color: #515151;
  float: left;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/images/standings_down_arrow.png) no-repeat 290px 50%;
  padding-left: 2px;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser #ctl00_cplhMainContent_rn_Standings2_ddlChooser:focus {
  outline: none;
}
.aotw-totw-standings .tabs #standings .standings-container .standings_chooser input[type="button"] {
  float: left;
  border: none;
  outline: none;
  background-color: #dddddd;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 15px;
}
.aotw-totw-standings .tabs #standings .standings-container .stnd_lblStandings_title,
.aotw-totw-standings .tabs #standings .standings-container .standings_title {
  display: none;
}
.aotw-totw-standings .tabs .ui-tabs-hide {
  position: absolute !important;
  left: -9999px;
}
.events-results {
  height: 510px;
  background: url(/images/event_bg.png);
  padding: 20px 0;
}
.events-results .events-results-header {
  width: 100%;
  border-bottom: 2px solid #c0143c;
  height: 40px;
  padding-left: 70px;
  font-family: 'Russo One', sans-serif;
  font-size: 29px;
  color: #002147;
  position: relative;
  line-height: 40px;
  margin-bottom: 30px;
}
.events-results .events-results-header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(/images/fanzone_header_mountain.png);
  width: 70px;
  height: 25px;
}
.events-results .events-link {
  position: absolute;
  top: 13px;
  left: 427px;
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
  color: #002147;
  text-decoration: none;
}
.events-results .events-link:hover {
  color: white;
}
.events-results .tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 13px;
  left: 255px;
  height: 30px;
}
.events-results .tabs > ul li {
  float: left;
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
  margin-right: 20px;
}
.events-results .tabs > ul li a {
  text-decoration: none;
  color: #002147;
}
.events-results .tabs > ul li a:hover {
  color: white;
}
.events-results .tabs > ul li.ui-state-active a {
  color: white;
}
.events-results .tabs #events .events-track-container,
.events-results .tabs #results .events-track-container,
.events-results .tabs #events .results-track-container,
.events-results .tabs #results .results-track-container {
  width: 980px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
}
.events-results .tabs #events .events-track-container .events-track,
.events-results .tabs #results .events-track-container .events-track,
.events-results .tabs #events .results-track-container .events-track,
.events-results .tabs #results .results-track-container .events-track,
.events-results .tabs #events .events-track-container .results-track,
.events-results .tabs #results .events-track-container .results-track,
.events-results .tabs #events .results-track-container .results-track,
.events-results .tabs #results .results-track-container .results-track {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.events-results .tabs #events .upcoming-item,
.events-results .tabs #results .upcoming-item,
.events-results .tabs #events .recent-item,
.events-results .tabs #results .recent-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
  width: 175px;
  height: 390px;
  background-color: white;
  vertical-align: top;
  white-space: normal;
  position: relative;
}
.events-results .tabs #events .upcoming-item .event-date,
.events-results .tabs #results .upcoming-item .event-date,
.events-results .tabs #events .recent-item .event-date,
.events-results .tabs #results .recent-item .event-date {
  height: 50px;
  line-height: 50px;
  background-color: #002147;
  color: white;
  text-transform: uppercase;
  font-family: 'Russo One', sans-serif;
  font-size: 26px;
  text-align: center;
}
.events-results .tabs #events .upcoming-item .event-info,
.events-results .tabs #results .upcoming-item .event-info,
.events-results .tabs #events .recent-item .event-info,
.events-results .tabs #results .recent-item .event-info {
  padding: 20px;
  text-align: center;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos,
.events-results .tabs #results .upcoming-item .event-info .event-logos,
.events-results .tabs #events .recent-item .event-info .event-logos,
.events-results .tabs #results .recent-item .event-info .event-logos {
  margin-bottom: 20px;
  *zoom: 1;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos:before,
.events-results .tabs #results .upcoming-item .event-info .event-logos:before,
.events-results .tabs #events .recent-item .event-info .event-logos:before,
.events-results .tabs #results .recent-item .event-info .event-logos:before,
.events-results .tabs #events .upcoming-item .event-info .event-logos:after,
.events-results .tabs #results .upcoming-item .event-info .event-logos:after,
.events-results .tabs #events .recent-item .event-info .event-logos:after,
.events-results .tabs #results .recent-item .event-info .event-logos:after {
  content: "";
  display: table;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos:after,
.events-results .tabs #results .upcoming-item .event-info .event-logos:after,
.events-results .tabs #events .recent-item .event-info .event-logos:after,
.events-results .tabs #results .recent-item .event-info .event-logos:after {
  clear: both;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos .event-logo-left,
.events-results .tabs #results .upcoming-item .event-info .event-logos .event-logo-left,
.events-results .tabs #events .recent-item .event-info .event-logos .event-logo-left,
.events-results .tabs #results .recent-item .event-info .event-logos .event-logo-left,
.events-results .tabs #events .upcoming-item .event-info .event-logos .event-logo-right,
.events-results .tabs #results .upcoming-item .event-info .event-logos .event-logo-right,
.events-results .tabs #events .recent-item .event-info .event-logos .event-logo-right,
.events-results .tabs #results .recent-item .event-info .event-logos .event-logo-right {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos .event-logo-left .border,
.events-results .tabs #results .upcoming-item .event-info .event-logos .event-logo-left .border,
.events-results .tabs #events .recent-item .event-info .event-logos .event-logo-left .border,
.events-results .tabs #results .recent-item .event-info .event-logos .event-logo-left .border,
.events-results .tabs #events .upcoming-item .event-info .event-logos .event-logo-right .border,
.events-results .tabs #results .upcoming-item .event-info .event-logos .event-logo-right .border,
.events-results .tabs #events .recent-item .event-info .event-logos .event-logo-right .border,
.events-results .tabs #results .recent-item .event-info .event-logos .event-logo-right .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #dddddd;
}
.events-results .tabs #events .upcoming-item .event-info .event-logos .event-indicator,
.events-results .tabs #results .upcoming-item .event-info .event-logos .event-indicator,
.events-results .tabs #events .recent-item .event-info .event-logos .event-indicator,
.events-results .tabs #results .recent-item .event-info .event-logos .event-indicator {
  float: left;
  width: 35px;
  height: 50px;
  background: url(/images/events_vs_mountain.png) no-repeat bottom center;
  text-align: center;
  color: #515151;
  line-height: 30px;
  padding-top: 20px;
}
.events-results .tabs #events .upcoming-item .event-info .event-sport,
.events-results .tabs #results .upcoming-item .event-info .event-sport,
.events-results .tabs #events .recent-item .event-info .event-sport,
.events-results .tabs #results .recent-item .event-info .event-sport {
  color: #002147;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.events-results .tabs #events .upcoming-item .event-info .event-school,
.events-results .tabs #results .upcoming-item .event-info .event-school,
.events-results .tabs #events .recent-item .event-info .event-school,
.events-results .tabs #results .recent-item .event-info .event-school {
  color: #c0143c;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
}
.events-results .tabs #events .upcoming-item .event-info .event-indicator,
.events-results .tabs #results .upcoming-item .event-info .event-indicator,
.events-results .tabs #events .recent-item .event-info .event-indicator,
.events-results .tabs #results .recent-item .event-info .event-indicator {
  color: #575757;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 15px;
}
.events-results .tabs #events .upcoming-item .event-info .event-location,
.events-results .tabs #results .upcoming-item .event-info .event-location,
.events-results .tabs #events .recent-item .event-info .event-location,
.events-results .tabs #results .recent-item .event-info .event-location {
  color: #575757;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 15px;
}
.events-results .tabs #events .event-media,
.events-results .tabs #results .event-media,
.events-results .tabs #events .event-recap,
.events-results .tabs #results .event-recap {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 25px;
}
.events-results .tabs #events .event-media:before,
.events-results .tabs #results .event-media:before,
.events-results .tabs #events .event-recap:before,
.events-results .tabs #results .event-recap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
}
.events-results .tabs #events .event-media > a,
.events-results .tabs #results .event-media > a,
.events-results .tabs #events .event-recap > a,
.events-results .tabs #results .event-recap > a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #002147;
  border-radius: 25px;
  line-height: 25px;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  position: relative;
  vertical-align: top;
}
.events-results .tabs #events .event-media > a span,
.events-results .tabs #results .event-media > a span,
.events-results .tabs #events .event-recap > a span,
.events-results .tabs #results .event-recap > a span {
  color: white;
  left: -9999px;
}
.events-results .tabs #events .event-media > a i,
.events-results .tabs #results .event-media > a i,
.events-results .tabs #events .event-recap > a i,
.events-results .tabs #results .event-recap > a i {
  color: #1d4c82;
  font-size: 15px;
  line-height: 25px;
}
.events-results .tabs #events .event-media > a[href],
.events-results .tabs #results .event-media > a[href],
.events-results .tabs #events .event-recap > a[href],
.events-results .tabs #results .event-recap > a[href] {
  text-align: center;
  font-size: 20px;
}
.events-results .tabs #events .event-media > a[href] i,
.events-results .tabs #results .event-media > a[href] i,
.events-results .tabs #events .event-recap > a[href] i,
.events-results .tabs #results .event-recap > a[href] i {
  color: white;
}
.events-results .tabs #events .recent-item .event-date,
.events-results .tabs #results .recent-item .event-date {
  background-color: #c0143c;
}
.events-results .tabs #events .ui-carousel-buttons,
.events-results .tabs #results .ui-carousel-buttons {
  width: 125px;
  height: 25px;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 0;
}
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-prev,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-prev,
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-next,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 12.5px;
  cursor: pointer;
}
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-prev,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-prev {
  background: url(/images/events_l_arrow.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-prev:hover,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-prev:hover {
  background: url(/images/events_l_arrow_b.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-next,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-next {
  background: url(/images/events_r_arrow.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.events-results .tabs #events .ui-carousel-buttons .ui-carousel-next:hover,
.events-results .tabs #results .ui-carousel-buttons .ui-carousel-next:hover {
  background: url(/images/events_r_arrow_b.png);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.events-results .tabs #events .divUpcoming_separator,
.events-results .tabs #results .divUpcoming_separator,
.events-results .tabs #events .divUpcoming_sport_ddl,
.events-results .tabs #results .divUpcoming_sport_ddl {
  display: none;
}
.events-results .tabs .ui-tabs-hide {
  position: absolute;
  left: -9999px;
}
#main-footer {
  height: 722px;
  background: url(/images/sponsor_repeater.png);
  padding: 25px 0;
  position: relative;
}
#main-footer .footer-header {
  width: 220px;
  border-bottom: 2px solid #c0143c;
  height: 40px;
  padding-left: 70px;
  font-family: 'Russo One', sans-serif;
  font-size: 29px;
  color: white;
  position: relative;
  line-height: 40px;
  margin-bottom: 30px;
}
#main-footer .footer-header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(/images/fanzone_header_mountain.png);
  width: 70px;
  height: 25px;
}
#main-footer .sponsor-row-large {
  padding: 0 20px;
}
#main-footer .sponsor-row-large .ad {
  float: left;
  margin: 0 10px;
}
#main-footer .sponsor-row-small {
  margin: 20px 0;
}
#main-footer .sponsor-row-small .ad {
  float: left;
  margin-right: 20px;
}
#main-footer .sponsor-row-small .last-ad {
  margin-right: 0;
}
#main-footer .sprite-row {
  padding: 20px;
}
#main-footer .sprite-row .ad {
  float: left;
  margin-right: 106px;
}
#main-footer .sprite-row .sidearm-ad {
  display: block;
  width: 240px;
  height: 85px;
  background: url(/images/footer_sprite.png) no-repeat -400px 0;
  text-indent: -9999px;
  margin-right: 0;
}
.sidebars {
  position: fixed;
  top: 70px;
  left: 0;
  height: 42px;
  width: 100%;
  z-index: 399;
}
.sidebars .sidebar-links {
  list-style: none;
  padding: 0;
  font-size: 0;
  text-align: right;
  margin: 0 auto;
  width: 1030px;
  background-color: #c0143c;
  position: relative;
  height: 42px;
}
.sidebars .sidebar-links:before {
  content: "";
  display: block;
  border-bottom: 42px solid transparent;
  border-right: 54px solid #c0143c;
  position: absolute;
  top: 0;
  left: -54px;
}
.sidebars .sidebar-links:after {
  content: "";
  display: block;
  border-bottom: 42px solid transparent;
  border-left: 54px solid #c0143c;
  position: absolute;
  top: 0;
  right: -54px;
}
.sidebars .sidebar-links > li {
  display: inline-block;
  line-height: 42px;
  font-size: 17px;
  font-family: 'verb_regularregular', sans-serif;
  color: white;
  margin: 0 10px;
}
.sidebars .sidebar-links > li > a {
  text-decoration: none;
  color: white;
}
.sidebars .sidebar-links > li > a:hover {
  color: #b0b0b0;
}
.sidebars .sidebar-links > li:hover a {
  color: #b0b0b0;
}
.sidebars .sidebar-links > li.sport-home {
  font-size: 18px;
  font-family: 'Russo One', sans-serif;
  position: absolute;
  top: 0;
  left: 140px;
  margin: 0;
}
.sidebars .sidebar-links > li.parent ul {
  position: absolute;
  top: 42px;
  left: -9999px;
  min-width: 160px;
  z-index: 399;
  background: url(/images/dropnav_repeater.png);
  padding: 20px 0 10px 0;
  text-align: left;
  font-family: 'verb_semiboldregular', sans-serif;
}
.sidebars .sidebar-links > li.parent ul li {
  display: block;
  line-height: 25px;
}
.sidebars .sidebar-links > li.parent ul li a {
  text-decoration: none;
  padding: 0 15px;
  color: #002147;
  display: block;
  white-space: nowrap;
}
.sidebars .sidebar-links > li.parent ul li a:hover {
  background-color: #b0b0b0;
  color: white;
}
.sidebars .sidebar-links > li:hover.parent ul {
  left: auto;
  right: 0;
}
#scoreboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
#scoreboard .nine {
  width: 840px;
}
#scoreboard .scoreboard-header {
  background-color: #dddddd;
  height: 30px;
  line-height: 30px;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
  color: #002147;
}
#scoreboard .scoreboard-header span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 30px;
  margin-left: 5px;
}
#scoreboard .scoreboard-header span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #002147;
  position: absolute;
  top: 5px;
  right: -30px;
}
#scoreboard .scoreboard-header span:after {
  font-family: sidearm_font;
  content: '\e85e';
  position: absolute;
  top: 5px;
  right: -30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
#scoreboard .scoreboard-content-wrapper {
  background-color: #ececec;
}
#scoreboard .scoreboard-content {
  height: 0px;
  width: 1000px;
  margin: 0 auto;
  background-color: #ececec;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#scoreboard .scoreboard-content .event-nav-next,
#scoreboard .scoreboard-content .event-nav-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #002147;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}
#scoreboard .scoreboard-content .event-nav-next:before,
#scoreboard .scoreboard-content .event-nav-prev:before {
  display: block;
  font-family: sidearm_font;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  font-size: 12px;
}
#scoreboard .scoreboard-content .event-nav-prev {
  left: 0;
}
#scoreboard .scoreboard-content .event-nav-prev:before {
  content: '\e85c';
}
#scoreboard .scoreboard-content .event-nav-next {
  right: 0;
}
#scoreboard .scoreboard-content .event-nav-next:before {
  content: '\e85d';
}
#scoreboard .scoreboard-chooser-ads {
  height: 50px;
  border-top: 5px solid #dddddd;
  border-bottom: 3px solid #dddddd;
  background-color: white;
}
#scoreboard .scoreboard-chooser-ads .scoreboard-chooser {
  width: 220px;
  background-color: #ececec;
  position: relative;
}
#scoreboard .scoreboard-chooser-ads .scoreboard-chooser:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  border-bottom: 45px solid transparent;
  border-right: 45px solid #ececec;
}
#scoreboard .scoreboard-chooser-ads .scoreboard-chooser:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -45px;
  border-top: 45px solid transparent;
  border-left: 45px solid #ececec;
}
#scoreboard .scoreboard-chooser-ads .scoreboard-chooser select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/sticky_sport_up.png) no-repeat center right;
  width: 220px;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 16px;
  color: #002147;
  outline: none;
  border: none;
  height: 25px;
  margin: 10px 0;
}
#scoreboard.open .scoreboard-content {
  height: 110px;
  padding: 15px 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#scoreboard.open .scoreboard-header span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
#scoreboard .social-media-ads {
  font-size: 0;
  height: 42px;
  text-align: right;
  width: 200px;
  background-color: #ececec;
  position: relative;
}
#scoreboard .social-media-ads .ad,
#scoreboard .social-media-ads #searchbtn {
  display: inline-block !important;
  color: #002147;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  cursor: pointer;
  width: 33px;
  text-align: left;
  position: relative;
}
#scoreboard .social-media-ads .ad:hover,
#scoreboard .social-media-ads #searchbtn:hover {
  color: #b0b0b0;
}
#scoreboard .social-media-ads .ad i,
#scoreboard .social-media-ads #searchbtn i {
  display: block;
}
#scoreboard .social-media-ads #search {
  width: 205px;
  position: absolute;
  bottom: 41px;
  right: 5px;
  display: none;
}
#scoreboard .social-media-ads #search label {
  display: none;
}
#scoreboard .social-media-ads #search .txtSearch {
  width: 170px;
  height: 35px;
  background-color: #ececec;
  color: #002147;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 16px;
  line-height: 35px;
  padding-left: 10px;
  vertical-align: top;
}
#scoreboard .social-media-ads #search .txtSearchGo {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #002147;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
#scoreboard .social-media-ads #search .txtSearchGo:before {
  content: "GO";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
}
#scoreboard .social-media-ads #search .txtSearchGo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  border-top: 35px solid transparent;
  border-right: 40px solid #002147;
}
#scoreboard .social-media-ads:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  border-top: 45px solid transparent;
  border-right: 45px solid #ececec;
}
#scoreboard .social-media-ads:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -45px;
  border-bottom: 45px solid transparent;
  border-left: 45px solid #ececec;
}
.event-calendar-days {
  width: 960px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.event-calendar-days .event-calendar-day {
  width: 150px;
  margin: 0 5px;
  float: left;
  overflow: hidden;
}
.event-calendar-days .event-calendar-day table {
  width: 100%;
  height: 80px;
}
.event-calendar-days .event-calendar-day tr {
  border-bottom: 2px solid #ececec;
}
.event-calendar-days .event-calendar-day td {
  padding: 0 10px;
  color: white;
  background-color: #c0143c;
  font-size: 13px;
  font-family: 'verb_mediumregular', sans-serif;
  text-transform: uppercase;
}
.event-calendar-days .event-calendar-day td .wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px;
}
.event-calendar-days .event-calendar-day td.date span + span {
  margin-left: 5px;
}
/* Ads */

/* Default datagrid Items */

.default_dgrd_header {
  background-color: #002147;
  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: #002147;
  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: #002147;
  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;
}
.story-page.wide .contentDiv {
  padding-left: 0;
  padding-right: 0;
}
.story-page.wide .contentDiv .contentDiv-inner {
  padding: 0;
}
.story-page .article-wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  z-index: 2;
}
.story-page .article-wrapper .image-headlines {
  *zoom: 1;
}
.story-page .article-wrapper .image-headlines:before,
.story-page .article-wrapper .image-headlines:after {
  content: "";
  display: table;
}
.story-page .article-wrapper .image-headlines:after {
  clear: both;
}
.story-page .article-wrapper .image-headlines .article-image {
  float: left;
  width: 575px;
  height: 420px;
  background: url(/images/mainstory_default.jpg) center;
  position: relative;
}
.story-page .article-wrapper .image-headlines .article-image .media_object_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.story-page .article-wrapper .image-headlines .article-image .media_object_image {
  width: auto !important;
  background: none;
}
.story-page .article-wrapper .image-headlines .more-headlines {
  float: left;
  height: 420px;
  width: 425px;
  background-color: #dddddd;
  position: relative;
  padding: 27px 0;
}
.story-page .article-wrapper .image-headlines .more-headlines:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 2px;
  height: 420px;
  background-color: white;
}
.story-page .article-wrapper .image-headlines .more-headlines .more-headlines-header {
  padding-left: 55px;
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
}
.story-page .article-wrapper .image-headlines .more-headlines .highlight {
  margin-top: 15px;
}
.story-page .article-wrapper .image-headlines .more-headlines .highlight a {
  display: block;
  padding-left: 55px;
  text-decoration: none;
  color: #002147;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 15px;
  position: relative;
}
.story-page .article-wrapper .image-headlines .more-headlines .highlight a > img {
  position: absolute;
  top: 0;
  left: 18px;
}
.story-page .article-wrapper .innerwrapper {
  padding: 20px 165px;
}
.story-page .article-wrapper .innerwrapper .article-headline {
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 26px;
  line-height: 1;
}
.story-page .article-wrapper .article-content {
  padding: 0 105px 70px 105px;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 13px;
  color: #002147;
}
.story-page #main-footer {
  z-index: 1;
}
.story-page #main-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(/images/event_bg.png);
}
.story-page #main-footer .footer-header,
.story-page #main-footer .sponsor-row-large {
  display: none;
}
.story_wrapper .story_headline {
  color: #002147;
  font-family: 'Russo One', sans-serif;
  font-size: 26px;
  line-height: 1;
}
.school-page-wrapper {
  width: 1000px;
  margin: 25px auto 0 auto;
  border-top: 5px solid #a29061;
  background-color: white;
  position: relative;
  z-index: 2;
  min-height: 345px;
}
.school-page-wrapper .school_logo {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.school-page-wrapper .school-title {
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
  position: absolute;
  top: 50px;
  left: 678px;
  z-index: 2;
}
.school-page-wrapper .school_links {
  position: absolute;
  width: 340px;
  right: 0;
  top: 330px;
  z-index: 2;
}
.school-page-wrapper .school_links a {
  display: block;
  text-decoration: none;
  text-align: right;
  position: relative;
  padding-right: 60px;
  line-height: 25px;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 15px;
  margin: 20px 0;
}
.school-page-wrapper .school_links a > span {
  position: absolute;
  top: 0;
  right: 24px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.school-page-wrapper .school_links a > span > img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
}
.school-page-wrapper .school-page-image {
  width: 660px;
  height: 440px;
}
.school-page-wrapper .school-page-info {
  width: 340px;
  background-color: #dddddd;
  height: 440px;
  padding: 112px 50px 0 18px;
  position: relative;
}
.school-page-wrapper .school-page-info:before {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 0;
  width: 2px;
  height: 440px;
  background-color: #b0b0b0;
}
.school-page-wrapper .school-page-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.school-page-wrapper .school-page-info ul li {
  font-family: 'verb_mediumitalic', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}
.school-page-wrapper .school-page-info ul li .title {
  font-family: 'verb_regularbold', sans-serif;
}
.school-page-wrapper .school-page-content {
  padding: 35px 105px;
  color: #002147;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 13px;
  line-height: 14px;
}
.school-page-wrapper .school-page-content table {
  margin-bottom: 10px;
}
.school-page-wrapper .school-page-content table th {
  font-family: 'verb_regularbold', sans-serif;
}
.school-page-wrapper .school-page-content table .column-one {
  width: 215px;
}
.school-page-wrapper .school-page-content table .column-two {
  width: 165px;
}
.school-page-wrapper .school-page-content table .column-three {
  width: 140px;
}
.school-page-wrapper .school-page-content table .column-four {
  width: 270px;
}
#main-footer.school-page-footer {
  padding-top: 345px;
  margin-top: -345px;
  z-index: 1;
}
#main-footer.school-page-footer .footer-header,
#main-footer.school-page-footer .sponsor-row-large {
  display: none;
}
#main-footer.school-page-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(/images/event_bg.png);
}
.story_inner_wrapper {
  padding: 20px;
  margin-bottom: 40px;
}
.story_headline {
  padding: 20px;
}
.wide .cume_container {
  float: none !important;
}
