/* 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;
}
/*Variable Path for Images*/
/* 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 */
/*Color Variables*/
/*Font Variables*/
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 12px/20px arial, sans-serif;
  color: black;
  /*background-color:#911410;*/
  background-color: white;
  margin: 0;
  padding: 0;
}
.stuck #main-header .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wide .contentDiv {
  width: 1000px;
  margin: 20px auto 0 auto;
  position: relative;
}
.contentDiv {
  padding-top: 20px;
}
.relative {
  position: relative;
}
.flyout {
  position: absolute;
  top: 0 !important;
  right: -42px !important;
  left: auto !important;
}
*:focus {
  outline: none;
}
A,
A:link,
A:visited {
  color: #990000;
}
A:hover {
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gen-2 .story-column.right section.story-sponsors,
.post-1 .story-column.right section.story-sponsors {
  margin: 5% 0;
}
/* Navigation */

#main-header {
  position: relative;
  z-index: 301;
}
#main-header .top-header {
  background-color: #dbdbdb;
  height: 105px;
  margin-bottom: 80px;
}
#main-header .top-header .upcoming-events-header {
  color: white;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
#main-header .top-header .nav-schedule {
  z-index: 402;
}
#main-header .top-header .nav-schedule select {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 50px;
  background-color: white;
  border: 1px solid #c8cdd1;
  display: block;
  height: 48px;
  font-family: 'SalvoSerifCond', serif;
  font-size: 20px;
  color: #7d110c;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#main-header .top-header .nav-schedule select:after {
  font-family: sidearm_font;
  content: '\e851';
  color: #c8cdd1;
  font-size: 15px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
#main-header .top-header .nav-schedule select option {
  display: block;
  padding: 20px 10px;
  height: 26px;
  line-height: 26px;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 15px;
  color: #7d110c;
  border-bottom: 1px solid #c8cdd1;
}
#main-header .top-header .nav-schedule select option:hover > div {
  left: -1px;
  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 .top-header .nav-schedule select option > div {
  position: absolute;
  top: 48px;
  left: -9999px;
  width: 165px;
  background-color: white;
  border: 1px solid #c8cdd1;
  padding: 20px 10px;
  z-index: 410;
  text-align: left;
  opacity: 0;
  -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 .top-header .nav-schedule select option > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-header .top-header .nav-schedule select option > div ul li {
  height: 26px;
  line-height: 26px;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 15px;
  color: #7d110c;
  border-bottom: 1px solid #c8cdd1;
}
#main-header .top-header .nav-schedule select option > div ul li a {
  text-decoration: none;
  color: #7d110c;
  display: block;
  padding-left: 5px;
}
#main-header .top-header .nav-schedule select option > div ul li a:hover {
  color: #646668;
}
#main-header .top-header .nav-schedule select option > div ul li:last-child {
  border-bottom: none;
}
#main-header .top-header .ten {
  overflow: hidden;
  height: 105px;
}
#main-header .top-header .ten .divUpcoming_sport_ddl {
  display: none;
}
#main-header .top-header .ten .events-wrapper {
  width: 850px;
}
#main-header .top-header .ten .upcoming-item {
  height: 105px;
  width: 150px;
  background-color: white;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: relative;
}
#main-header .top-header .ten .upcoming-item .live-game {
  position: absolute;
  top: 0;
  left: 0;
  background: #7d110c;
  height: 105px;
  width: 150px;
  text-align: center;
  color: white;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 11px;
  line-height: 12px;
}
#main-header .top-header .ten .upcoming-item .live-game .live-sport {
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
#main-header .top-header .ten .upcoming-item .live-game .live-logo-container {
  width: 110px;
  height: 68px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 20px;
}
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-team-logo,
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-opponent-logo {
  border-bottom: 1px dotted #dbdbdb;
  height: 34px;
}
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-team-logo > img,
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-opponent-logo > img {
  margin: 4px 0 0 15px;
  float: left;
  width: 25px;
  height: 25px;
}
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-team-logo .score,
#main-header .top-header .ten .upcoming-item .live-game .upcoming-item-opponent-logo .score {
  float: right;
  font-family: 'verb_extraboldregular';
  font-size: 22px;
  color: #7d110c;
  display: block;
  margin: 0 15px 0 0;
  line-height: 34px;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos {
  height: 55px;
  *zoom: 1;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos:before,
#main-header .top-header .ten .upcoming-item .upcoming-item-logos:after {
  content: "";
  display: table;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos:after {
  clear: both;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos .upcoming-item-away-logo,
#main-header .top-header .ten .upcoming-item .upcoming-item-logos .upcoming-item-home-logo {
  width: 65px;
  height: 55px;
  float: left;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos .upcoming-item-vs {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/upcoming_vs_banner.png');
  height: 55px;
  width: 20px;
  line-height: 45px;
  color: white;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 10px;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-logos .upcoming-indicator-at {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/upcoming_at_banner.png');
}
#main-header .top-header .ten .upcoming-item .upcoming-item-sport {
  text-align: center;
  text-transform: uppercase;
  color: #b7b7b7;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 10px;
  line-height: 1;
  margin-top: 6px;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-date {
  text-align: center;
  text-transform: uppercase;
  color: #b7b7b7;
  font-family: 'verb_regularregular', sans-serif;
  font-size: 10px;
  line-height: 1;
}
#main-header .top-header .ten .upcoming-item .upcoming-flag {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 105px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay > span {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding-left: 45px;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay > span a {
  display: block;
  text-decoration: none;
  color: white;
  font-family: 'verb_semiboldregular', sans-serif;
  font-style: initial;
  font-size: 13px;
  text-transform: uppercase;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay > span a i {
  font-size: 14px;
}
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay > span a:hover {
  color: #afafaf;
}
#main-header .top-header .ten .upcoming-item:hover .upcoming-item-overlay,
#main-header .top-header .ten .upcoming-item .upcoming-item-overlay:hover {
  visibility: visible;
  opacity: 1;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-header .main-nav {
  height: 80px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/header_repeater.png') repeat-x;
  margin-top: -5px;
  z-index: 400;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
}
#main-header .main-nav .nav .header-logo {
  width: 65px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/header_logo_bg.png');
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#main-header .main-nav .nav .nav-ads {
  position: absolute;
  right: 0;
  top: 5px;
  height: 70px;
  line-height: 70px;
}
#main-header .main-nav .nav .nav-ads .ad,
#main-header .main-nav .nav .nav-ads #searchbtn {
  float: left;
  color: white;
  font-size: 18px;
  cursor: pointer;
  margin-left: 2px;
}
#main-header .main-nav .nav .nav-ads .ad i,
#main-header .main-nav .nav .nav-ads #searchbtn i {
  display: block;
}
#main-header .main-nav .nav .nav-ads .ad:hover,
#main-header .main-nav .nav .nav-ads #searchbtn:hover {
  color: #c8cdd1;
}
#main-header .main-nav .nav .nav-ads #search {
  width: 196px;
  position: absolute;
  top: 50px;
  right: 4px;
  display: none;
  height: 25px;
  line-height: 25px;
}
#main-header .main-nav .nav .nav-ads #search label {
  display: none;
}
#main-header .main-nav .nav .nav-ads #search .txtSearch {
  width: 170px;
  height: 25px;
  background-color: white;
  color: black;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  padding-left: 10px;
  vertical-align: top;
}
#main-header .main-nav .nav .nav-ads #search .txtSearchGo {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #7d110c;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  border: none;
  color: white;
}
#main-header .main-nav .nav .nav-ads #search .txtSearchGo:before {
  content: "GO";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
}
#main-header .main-nav .nav .nav-ads #search input.searchGo {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #7d110c;
  color: white;
  vertical-align: top;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
}
#main-header .main-nav .nav .accessible_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: 75px;
}
#main-header .main-nav .nav .accessible_nav > li {
  display: inline-block;
  font-size: 16px;
  height: 80px;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
}
#main-header .main-nav .nav .accessible_nav > li > a {
  display: block;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  margin-top: 27px;
  color: white;
  text-decoration: none;
}
#main-header .main-nav .nav .accessible_nav > li > a:hover {
  background-color: white;
  color: #7d110c;
}
#main-header .main-nav .nav .accessible_nav > li:hover > a {
  background-color: white;
  color: #7d110c;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-header .main-nav .nav .accessible_nav > li:hover > div {
  left: 0;
}
#main-header .main-nav .nav .accessible_nav > li > div {
  position: absolute;
  top: 75px;
  left: -9999px;
  width: 1000px;
  background-color: #990000;
  padding: 30px 45px 30px 45px;
  z-index: 399;
  *zoom: 1;
}
#main-header .main-nav .nav .accessible_nav > li > div:before,
#main-header .main-nav .nav .accessible_nav > li > div:after {
  content: "";
  display: table;
}
#main-header .main-nav .nav .accessible_nav > li > div:after {
  clear: both;
}
#main-header .main-nav .nav .accessible_nav > li > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 45px;
  width: 243px;
}
#main-header .main-nav .nav .accessible_nav > li > div ul:first-child {
  margin-bottom: 95px;
}
#main-header .main-nav .nav .accessible_nav > li > div ul li {
  border-bottom: 1px dotted white;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 2px 0;
}
#main-header .main-nav .nav .accessible_nav > li > div ul li a {
  text-decoration: none;
  color: white;
  padding: 0 5px;
  display: block;
  text-transform: uppercase;
}
#main-header .main-nav .nav .accessible_nav > li > div ul li a:hover {
  color: #b7b7b7;
}
#main-header .main-nav .nav .accessible_nav > li > div ul li.separator {
  font-family: 'SalvoSerifCond', serif;
  font-size: 16px;
  height: 25px;
  text-transform: uppercase;
  padding: 0 5px;
  color: white;
}
#main-header .main-nav .nav .accessible_nav > li > div .ad_drop {
  position: absolute;
  left: 400px;
  bottom: 25px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul {
  width: 367px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li {
  *zoom: 1;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
  text-transform: initial;
  padding: 0;
  line-height: 25px;
  height: 25px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li:before,
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li:after {
  content: "";
  display: table;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li:after {
  clear: both;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a {
  float: left;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 13px;
  text-transform: initial;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a.srn {
  text-transform: capitalize;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a:first-child {
  width: 155px;
  text-transform: uppercase;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a.social {
  width: 22px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a.facebook:before {
  font-family: sidearm_font;
  content: '\e806';
  margin-right: 10px;
  margin-left: 5px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li a.twitter:before {
  margin: 0 0 0 2px;
  font-family: sidearm_font;
  content: '\e825';
  margin-right: 10px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul li.separator {
  font-family: 'SalvoSerifCond', serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  color: white;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul {
  margin-left: -5px;
  width: 24px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul li {
  font-size: 0;
  width: 24px;
  height: 25px;
  overflow: hidden;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul li a {
  line-height: 24px;
  padding: 0;
  display: block;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul li a[href]:before {
  font-family: sidearm_font;
  content: '\e829';
  font-size: 14px;
  margin-right: 10px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul {
  width: 376px;
  margin-left: 45px;
  padding-top: 0;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li {
  *zoom: 1;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
  text-transform: initial;
  width: 100%;
  overflow: visible;
  height: 25px;
  line-height: 22px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li:before,
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li:after {
  content: "";
  display: table;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li:after {
  clear: both;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a {
  float: left;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 13px;
  text-transform: initial;
  line-height: 22px;
  padding: 0 5px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a[href]:before {
  content: "";
  margin-right: 0;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a:first-child {
  width: 155px;
  text-transform: uppercase;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 14px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a.social {
  width: 22px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a.facebook:before {
  font-family: sidearm_font;
  content: '\e806';
  margin-right: 10px;
  margin-left: 5px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li a.twitter:before {
  margin: 0 0 0 2px;
  font-family: sidearm_font;
  content: '\e825';
  margin-right: 10px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul li.separator {
  font-family: 'SalvoSerifCond', serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  color: white;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul + ul {
  margin-left: -16px;
  width: 24px;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul + ul li {
  font-size: 0;
  width: 24px;
  height: 25px;
  overflow: hidden;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul + ul li a {
  line-height: 24px;
  padding: 0;
  display: block;
}
#main-header .main-nav .nav .accessible_nav > li.nav-sports > div ul + ul + ul + ul li a[href]:before {
  font-family: sidearm_font;
  content: '\e829';
  font-size: 14px;
  margin-right: 10px;
}
.topstories {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.topstories .topstories-row {
  height: 515px;
  position: relative;
}
.topstories .topstories-row .rptHeadlines_TV_container {
  position: absolute;
  top: 32px;
  right: 0;
  width: 320px;
  height: 270px;
}
.topstories .topstories-row .rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines {
  border-bottom: 1px dotted #c8cdd1;
  color: #7d110c;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.topstories .topstories-row .rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines a {
  text-decoration: none;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 13px;
}
.topstories .topstories-row .rptHeadlines_TV_container .divTopStory_Rotate_TV_Headlines:hover {
  color: #646668;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.topstories .topstories-row .topstories-topheadlines-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 30px;
  line-height: 34px;
  color: #c8cdd1;
  text-transform: uppercase;
  font-family: 'SalvoSerifCond', serif;
  font-size: 18px;
}
.topstories .topstories-row .divTopStory_TV_container {
  position: absolute;
  top: 432px;
  left: 0;
  width: 660px;
  height: 83px;
  color: #7d110c;
}
.topstories .topstories-row .divTopStory_TV_container a.topstories-headline {
  text-decoration: none;
  color: #7d110c;
  font-family: 'verb_extraboldregular', sans-serif;
  font-size: 30px;
  line-height: 1;
  display: block;
  margin: 15px 0 10px;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks {
  color: #7d110c;
  text-transform: uppercase;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 14px;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks a {
  color: #7d110c;
  text-transform: uppercase;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks a:hover {
  color: #b7b7b7;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks a:first-child {
  margin: 0 5px 0 0;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks i {
  font-size: 15px;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li {
  float: left;
  padding-right: 8px;
  border-right: 1px solid #7d110c;
  margin-right: 8px;
  color: #7d110c;
  text-transform: uppercase;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 14px;
  height: 12px;
  line-height: 12px;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li a {
  text-decoration: none;
  color: #7d110c;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li a:last-child i {
  border-right: none;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li a i {
  border-right: 1px solid #7d110c;
  width: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li a:hover {
  text-decoration: underline;
}
.topstories .topstories-row .divTopStory_TV_container .topstories-storylinks ul li:last-child {
  border-right: none;
}
.topstories .topstories-row .topstories-ad {
  position: absolute;
  top: 227px;
  right: 0;
  border: 10px solid #dbdbdb;
  width: 320px !important;
  height: 270px !important;
}
.hoosiersnewsfeedad {
  margin: 20px auto 10px auto;
  text-align: center;
}
.varsity_headlines {
  height: 366px;
  background-color: #dbdbdb;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
  margin: 20px 0 0 0;
}
.varsity_headlines .varsity_header {
  color: #7d110c;
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 76px;
  height: 61px;
  padding: 0 0 0 10px;
}
.varsity_headlines .varsity_header span {
  color: #646668;
}
.varsity_headlines .highlight {
  width: 235px;
  float: left;
  background: white;
  margin: 20px 10px;
  height: 255px;
}
.varsity_headlines .highlight:hover .highlight_image:before {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/weare_endcap_headline_b.png');
}
.varsity_headlines .highlight_image {
  width: 235px;
  height: 155px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/mainstory_default.jpg') no-repeat top center;
  overflow: hidden;
  position: relative;
  display: block;
}
.varsity_headlines .highlight_image:before {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/weare_endcap_headline.png');
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.varsity_headlines .highlight_text {
  padding: 20px;
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 16px;
}
.varsity_headlines .highlight_text a {
  text-decoration: none;
}
.varsity_headlines .highlight_text a:hover {
  text-decoration: underline;
}
.varsity_headlines .row {
  width: 1020px;
}
.varsity_headlines:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/video_divider.png') repeat-x;
}
.videos {
  height: 366px;
  background-color: #dbdbdb;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
}
.videos .video-header {
  color: #7d110c;
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 20px;
  height: 60px;
}
.videos .video-header a {
  text-decoration: none;
}
.videos .video-header a > span {
  color: #646668;
  font-size: 18px;
}
.videos .video-container {
  width: 1000px;
  height: 255px;
  overflow-x: hidden;
  margin-top: 20px;
}
.videos .youtube_list {
  width: 1017.33px;
  height: 255px;
  overflow: hidden;
}
.videos .youtube_list .youtube_list_container {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper {
  width: 235px;
  height: 255px;
  margin: 0 17.33px 0 0;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb {
  position: relative;
  height: 132px;
  width: 235px;
  overflow: hidden;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/mainstory_default.jpg') no-repeat top center;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb .youtube-thumb-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb .youtube-thumb-flag {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/video_thumb_endcap.png');
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb .youtube-overlay {
  visibility: hidden;
  opacity: 0;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/video_thumb_hover.png');
  width: 235px;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb .youtube-overlay:hover {
  visibility: 1;
  opacity: 1;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-thumb .premium {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  left: 0;
  background: #7d110c;
  color: white;
  text-transform: uppercase;
  padding: 0 5px;
  text-align: center;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-desc {
  height: 123px;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-desc .youtube-title {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 16px;
  overflow: hidden;
  max-height: 60px;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-desc .youtube-watch {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  color: #646668;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper:hover .youtube-thumb .youtube-thumb-flag {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/video_thumb_endcap_b.png');
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.videos .youtube_list .youtube_list_container .youtube_item_wrapper:hover .youtube-thumb .youtube-overlay {
  visibility: visible;
  opacity: 1;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.videos .ui-carousel-buttons {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -310px;
  width: 85px;
  height: 20px;
  font-size: 0;
}
.videos .ui-carousel-buttons .ui-carousel-prev,
.videos .ui-carousel-buttons .ui-carousel-next {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.videos .ui-carousel-buttons .ui-carousel-prev {
  margin-right: 22.5px;
}
.videos .ui-carousel-buttons .ui-carousel-prev:before {
  font-family: sidearm_font;
  content: '\e84e';
  color: #7d110c;
}
.videos .ui-carousel-buttons .ui-carousel-next {
  margin-left: 22.5px;
}
.videos .ui-carousel-buttons .ui-carousel-next:before {
  font-family: sidearm_font;
  content: '\e84f';
  color: #7d110c;
}
.videos .youtube-ad-presentedby {
  position: absolute;
  top: 26px;
  left: 462px;
  font-family: 'verb_semiboldregular', sans-serif;
  color: #646668;
  font-size: 13px;
}
.videos .youtube-ad {
  position: absolute;
  top: 15px;
  left: 550px;
}
.videos .video_header,
.videos .youtube_player {
  display: none;
}
.videos:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/video_divider.png') repeat-x;
}
.contentstream {
  *zoom: 1;
}
.contentstream:before,
.contentstream:after {
  content: "";
  display: table;
}
.contentstream:after {
  clear: both;
}
.contentstream .twelve {
  width: 1020px;
}
.contentstream .content-stream {
  margin: 0 0 20px 0;
}
.contentstream .contentstream-header {
  color: #7d110c;
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 20px;
  height: 80px;
}
.contentstream .contentstream-header > span {
  color: #646668;
  font-size: 18px;
}
.contentstream .stream_item {
  width: 235px;
  height: 350px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 20px 20px 0;
  /*Story Stream Template Styles*/

  /*Twitter Stream Template Styles*/

  /*Instagram Stream Template Styles*/

}
.contentstream .stream_item:after {
  content: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 10px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+79&amp;0+26,1+100,1+100,1+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.72) 79%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(26%, rgba(255, 255, 255, 0)), color-stop(79%, rgba(255, 255, 255, 0.72)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.72) 79%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.72) 79%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.72) 79%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.72) 79%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
.contentstream .stream_item.stream_story .stream_story_image {
  width: 235px;
  height: 155px;
  overflow: hidden;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/mainstory_default.jpg') no-repeat top center;
}
.contentstream .stream_item.stream_story .stream_story_image img {
  width: 235px;
  height: 155px;
}
.contentstream .stream_item.stream_story .stream_story_info {
  border-left: 1px solid #c8cdd1;
  border-right: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  padding: 20px;
  position: relative;
  height: 195px;
}
.contentstream .stream_item.stream_story .stream_story_info .stream_story_date {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #646668;
}
.contentstream .stream_item.stream_story .stream_story_info .stream_story_headline {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.contentstream .stream_item.stream_story .stream_story_info .stream_story_headline a {
  text-decoration: none;
  color: #7d110c;
}
.contentstream .stream_item.stream_story .stream_story_info .stream_story_summary {
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 10px;
  color: #646668;
  line-height: 14px;
  height: 70px;
  overflow: hidden;
}
.contentstream .stream_item.stream_story .stream_item_story_flag {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_headline_endcap.png');
}
.contentstream .stream_item.stream_story .stream_item_story_flag:hover {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_headline_endcap_hover.png');
}
.contentstream .stream_item.stream_tweet {
  border: 1px solid #c8cdd1;
}
.contentstream .stream_item.stream_tweet.image-visible .stream_tweet_image_container {
  width: 235px;
  height: 155px;
  overflow: hidden;
}
.contentstream .stream_item.stream_tweet > img {
  width: 235px;
}
.contentstream .stream_item.stream_tweet.image-visible .stream_tweet_container {
  margin: 20px;
  height: 151px;
}
.contentstream .stream_item.stream_tweet.image-visible .stream_tweet_container .stream_tweet_name img {
  display: none;
}
.contentstream .stream_item.stream_tweet.image-visible .stream_tweet_container .twitter_screenname {
  font-size: 12px;
}
.contentstream .stream_item.stream_tweet.image-visible .stream_tweet_container .tweet_text {
  font-size: 18px;
}
.contentstream .stream_item.stream_tweet .stream_tweet_container {
  width: 195px;
  overflow: hidden;
  margin: 20px;
}
.contentstream .stream_item.stream_tweet .twitter_screenname {
  text-decoration: none;
  color: #646668;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.contentstream .stream_item.stream_tweet .tweet_text {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 20px;
}
.contentstream .stream_item.stream_tweet .tweet_text a {
  text-decoration: none;
  color: #7d110c;
}
.contentstream .stream_item.stream_tweet .stream_item_twitter_flag {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_twitter_endcap.png');
}
.contentstream .stream_item.stream_tweet .stream_item_twitter_flag:hover {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_twitter_endcap_hover.png');
}
.contentstream .stream_item.stream_instagram {
  border: 1px solid #c8cdd1;
}
.contentstream .stream_item.stream_instagram .stream_instagram_link {
  width: 235px;
  height: 155px;
  overflow: hidden;
  display: block;
}
.contentstream .stream_item.stream_instagram .stream_instagram_link img {
  width: 235px;
}
.contentstream .stream_item.stream_instagram .stream_instagram_container {
  width: 195px;
  margin: 20px 20px 12px 20px;
  overflow: hidden;
  line-height: 1;
  height: 161px;
}
.contentstream .stream_item.stream_instagram .stream_instagram_container .stream_instagram_user {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}
.contentstream .stream_item.stream_instagram .stream_instagram_container .stream_instagram_user a {
  text-decoration: none;
  color: #646668;
}
.contentstream .stream_item.stream_instagram .stream_instagram_container .stream_instagram_caption {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 18px;
  line-height: 1;
}
.contentstream .stream_item.stream_instagram .stream_instagram_container .stream_instagram_caption a {
  text-decoration: none;
  color: #7d110c;
}
.contentstream .stream_item.stream_instagram .stream_item_instagram_flag {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_instagram_endcap.png');
}
.contentstream .stream_item.stream_instagram .stream_item_instagram_flag:hover {
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/newsfeed_instagram_endcap_hover.png');
}
.contentstream .stream_item .stream_item_flag {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contentstream .stream_item .stream_item_flag:hover {
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.aotw {
  margin: 0 0 20px 0;
}
.aotw .row {
  background-color: #7d110c;
}
.aotw .five {
  width: 405px;
  height: 250px;
  padding: 20px 0;
  display: table;
}
.aotw .five > span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
.aotw .five .aotw-header {
  display: block;
  margin: 20px auto 9px;
}
.aotw .five .ad {
  width: 125px;
  margin: 0 auto;
}
.aotw .seven {
  width: 595px;
  height: 250px;
  padding: 30px 0;
}
.aotw .aotw-divider-top {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/aotw_divider.png') repeat-x;
}
.aotw .aotw-divider-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/aotw_divider.png') repeat-x;
}
.aotw .aow_wrapper {
  *zoom: 1;
}
.aotw .aow_wrapper:before,
.aotw .aow_wrapper:after {
  content: "";
  display: table;
}
.aotw .aow_wrapper:after {
  clear: both;
}
.aotw .aow_wrapper .aow_image {
  float: left;
  height: 180px;
  width: 255px;
  padding-top: 5px;
}
.aotw .aow_wrapper .aow_info {
  float: left;
  height: 180px;
  width: 255px;
  padding: 25px 20px;
}
.aotw .aow_wrapper .aow_info .aow_player a {
  text-decoration: none;
  color: white;
  font-family: 'SalvoSerifCond', serif;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.aotw .aow_wrapper .aow_info .aow_player a > span {
  text-transform: uppercase;
  display: block;
  font-size: 36px;
  line-height: 44px;
}
.aotw .aow_wrapper .aow_info .aow_sport {
  color: #b7b7b7;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.aotw .aow_wrapper .aow_title {
  display: none;
}
.aotw .aotw-vote-ad a {
  display: block;
  position: absolute;
  top: 180px;
  left: 280px;
  width: 240px;
  height: 35px;
  background-color: #640e0a;
  color: white;
  text-decoration: none;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 35px;
  letter-spacing: 0.6px;
}
.aotw .aotw-vote-ad a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/aotw_twitter_endcap.png');
}
.countdown {
  margin: 30px auto 10px auto;
  width: 1010px;
  height: 150px;
  position: relative;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/signing_day_bg.png');
  /* .row {height:150px;border-top:1px solid @grey;border-bottom:1px solid @grey;}
    .gameday-logo {position:absolute;top:22px;left:82px;}
    .gameday-ad {position:absolute;top:87px;left:79px;}
    .countdown_outer_wrapper {width:630px;height:148px;position:absolute;top:0;left:370px;background:url('@{image_path}/images/countdown_bg.png') no-repeat 0 1px;
        #outer_countdown_container {height:148px;width:630px;
            #countdown_title_line_1 {position:absolute;top:20px;left:0;color:@dgrey;font-family:@vb;font-size:12px;width:260px;text-align:center;text-transform:uppercase;z-index:1;}
            #countdown_title_line_2 {position:absolute;top:110px;left:0;color:@dgrey;font-family:@vb;font-size:11px;width:260px;text-align:center;text-transform:uppercase;z-index:1;}
        }
        #inner_countdown_container {position:absolute;top:42px;left:296px;width:290px;height:80px;z-index:1;
            .countdown_number {width:52px;height:52px;background-color:#fff;border:1px solid @lgrey;margin:0 10px;line-height:50px;color:@sred;font-family:@salvo;font-size:24px;position:relative;
                >span {position:absolute;top:60px;left:0;background:none;font-family:@vb;color:@grey;font-size:12px;line-height:1;width:52px;text-align:center;}
            }
            .countdown_day, .countdown_hour, .countdown_minute {
                &:after {content:"";display:block;position:absolute;top:18px;right:-12px;width:4px;height:14px;background:url('@{image_path}/images/gameday_colons.png');}
            }
        }        
    }
    #vs_box {position:absolute;top:40px;left:35px;z-index:1;height:65px;width:190px;border:none;
        #site_team_logo, #opponent_logo {height:65px;width:85px;background-color:#fff;background-image:url('@{image_path}/images/gameday_logo_default.png');border-top:1px solid @lgrey;border-bottom:1px solid @lgrey;   background-size: contain;background-repeat: no-repeat;background-position: 50%,50%;}
        #site_team_logo {border-left:1px solid @lgrey;}
        #opponent_logo {border-right:1px solid @lgrey;}
        #vs_text {height:65px;width:20px;background-color:@sred;text-align:center;line-height:65px;color:#fff;font-family:@vbeb;font-size:10px;padding:0;}
    }
    .gameday-presentedby {display: none; position:absolute;top:97px;left:82px;height:25px;line-height:28px;font-family:@vbm;font-size:9px;color:@dgrey;text-transform:uppercase;} */

}
.countdown .gameday-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 290px;
}
.countdown .gameday-presentedby {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 350px;
}
.countdown #outer_countdown_container {
  width: 1010px;
  height: 150px;
}
.countdown .ad.gameday-ad {
  display: none !important;
}
.countdown #inner_countdown_container {
  position: absolute;
  top: 45px;
  left: 660px;
  width: 290px;
  height: 80px;
  z-index: 1;
}
.countdown #inner_countdown_container .countdown_number {
  width: 52px;
  height: 52px;
  background-color: white;
  border: 1px solid #c8cdd1;
  margin: 0 10px;
  line-height: 50px;
  color: #990000;
  text-align: center;
  font-family: 'SalvoSerifCond', serif;
  font-size: 24px;
  position: relative;
}
.countdown #inner_countdown_container .countdown_number > span {
  position: absolute;
  top: 60px;
  left: 0;
  background: none;
  font-family: 'verb_regularregular', sans-serif;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 1;
  width: 52px;
  text-align: center;
}
.countdown #inner_countdown_container .countdown_day:after,
.countdown #inner_countdown_container .countdown_hour:after,
.countdown #inner_countdown_container .countdown_minute:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: -12px;
  width: 4px;
  height: 14px;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/gameday_colons.png');
}
.promo-rotator {
  position: relative;
}
.promo-rotator .promo-rotator-track-container {
  width: 1000px;
  height: 205px;
  overflow: hidden;
}
.promo-rotator .promo-rotator-track-container .promo-rotator-track {
  width: auto;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.promo-rotator .promo-rotator-track-container .promo-rotator-track .ad {
  display: inline-block !important;
  white-space: nowrap;
  vertical-align: top;
}
.promo-rotator .ui-carousel-buttons .ui-carousel-prev,
.promo-rotator .ui-carousel-buttons .ui-carousel-next {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100px;
  cursor: pointer;
}
.promo-rotator .ui-carousel-buttons .ui-carousel-prev {
  left: 0;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/promo_l_arrow.png');
}
.promo-rotator .ui-carousel-buttons .ui-carousel-next {
  right: 0;
  background: url('//wac.b63f.edgecastcdn.net/80B63F/images/sidearm.sites/iuhoosiers.com/images/promo_r_arrow.png');
}
/* Ads */

#main-footer {
  height: 685px;
}
#main-footer .sponsor-row {
  height: 260px;
  width: 1000px;
  overflow: hidden;
  padding: 35px 0 25px;
  position: relative;
}
#main-footer .sponsor-row .sponsor-header {
  text-align: center;
  color: #7d110c;
  text-transform: uppercase;
  font-family: 'SalvoSerifCond', serif;
  font-size: 20px;
  margin-bottom: 20px;
}
#main-footer .sponsor-row .sponsor-rotator-track-container {
  width: 1016px;
  height: 122px;
  overflow: hidden;
}
#main-footer .sponsor-row .sponsor-rotator-track-container .sponsor-rotator-track {
  width: auto;
  height: auto;
  font-size: 0;
  white-space: nowrap;
}
#main-footer .sponsor-row .sponsor-rotator-track-container .sponsor-rotator-track .ad {
  display: inline-block !important;
  margin-right: 17px;
  border: 1px solid #c8cdd1;
  width: 237px;
  height: 122px;
  white-space: normal;
}
#main-footer .sponsor-row .ui-carousel-pager {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}
#main-footer .sponsor-row .ui-carousel-pager .ui-carousel-pager-button {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  display: inline-block;
  background-color: #7d110c;
  cursor: pointer;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-footer .sponsor-row .ui-carousel-pager .ui-carousel-pager-button:hover {
  background-color: #4e0b08;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-footer .leaderboard_ad .ad {
  border-left: 15px solid #dbdbdb;
  border-right: 15px solid #dbdbdb;
  border-top: 17px solid #dbdbdb;
  border-bottom: 17px solid #dbdbdb;
  width: 1000px !important;
  height: 100px !important;
}
#main-footer .sprite-row {
  text-align: center;
  font-size: 0;
}
#main-footer .sprite-row .ad {
  display: inline-block !important;
  margin: 45px 27px 0;
}
#main-footer .sprite-row .sidearm-ad {
  display: block;
  width: 255px;
  height: 80px;
  text-indent: -9999px;
  background: url('//s3.amazonaws.com/sidearm.sites/iuhoosiers.com/images/footer_sprite.png') no-repeat -410px 0;
}
#main-footer .footer_links {
  font-size: 14px;
  margin: 30px 0 0 0;
  text-decoration: none;
  text-align: center;
  color: #7d110c;
  font-family: 'verb_regularregular', sans-serif;
}
#main-footer .footer_links a {
  text-decoration: none;
}
.index .ui-dialog {
  height: 510px !important;
  padding: 20px 20px 0 20px;
  background: white;
}
.index .ui-dialog .video-modal-bottom {
  height: 70px;
}
.index .ui-dialog .video-modal-bottom .video-modal-header {
  color: #7d110c;
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.index .ui-dialog .video-modal-bottom .video-modal-header > span {
  color: #646668;
  font-size: 18px;
}
.index .ui-dialog .video-modal-bottom .video-presentedby {
  position: absolute;
  left: 192px;
  bottom: 20px;
  font-family: 'verb_semiboldregular', sans-serif;
  color: #646668;
  font-size: 13px;
  width: 248px;
}
.index .ui-dialog .video-modal-bottom .video-presentedby > span {
  position: absolute;
  left: 90px;
  bottom: 0;
}
.index .ui-dialog .video-modal-bottom .videocompanion-ad {
  position: absolute;
  right: 20px;
  bottom: 7px;
}
.index .ui-dialog-titlebar {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: white;
}
.index .ui-dialog-title {
  display: none;
}
.index .ui-widget-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.index .ui-dialog-titlebar a {
  text-decoration: none;
  font-family: sidearm_font;
  color: #7d110c;
}
.index .ui-dialog-titlebar a span {
  text-indent: -9999px;
  display: none;
}
.index .ui-dialog-titlebar a:before {
  content: '\e83a';
  text-indent: 0;
  font-size: 18px;
}
.index .youtube-dialog {
  display: none;
}
.index .youtube-dialog-social {
  font-family: verb_blackregular;
  font-size: 23px;
  text-transform: uppercase;
  color: #7d110c;
  margin: 14px 0 0 0;
}
.index .youtube-dialog-social span {
  display: inline-block;
}
.index .youtube-dialog-social span.youtube_name {
  width: 400px;
  margin: 4px 0 0 0;
}
.index .youtube-dialog-social span span {
  color: black;
}
.index .youtube-dialog-social span.social-link {
  margin: 0 20px 0 0;
  vertical-align: top;
}
.index .youtube-dialog-social .social-link + .social-link {
  margin: 2px 20px 0 0;
}
.modal {
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
  visibility: hidden;
}
.modal .video-player {
  width: 780px;
  height: 535px;
  padding: 20px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 499;
}
.modal .video-player .close-button {
  cursor: pointer;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  background-color: white;
  color: #7d110c;
  text-align: center;
  line-height: 25px;
}
.modal .video-player .close-button:hover {
  color: black;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .video-modal-bottom {
  height: 70px;
}
.modal .video-modal-bottom .video-modal-header {
  color: #7d110c;
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.modal .video-modal-bottom .video-modal-header > span {
  color: #646668;
  font-size: 18px;
}
.modal .video-modal-bottom .video-presentedby {
  position: absolute;
  left: 192px;
  bottom: 20px;
  font-family: 'verb_semiboldregular', sans-serif;
  color: #646668;
  font-size: 13px;
  width: 248px;
}
.modal .video-modal-bottom .video-presentedby > span {
  position: absolute;
  left: 90px;
  bottom: 0;
}
.modal .video-modal-bottom .videocompanion-ad {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.youtube_player {
  height: 450px !important;
}
#allaccess_player {
  height: 416px;
  width: 740px;
}
.sidebars {
  margin: 30px auto 0;
  width: 1000px;
  height: 80px;
  background-color: #dbdbdb;
  padding: 20px;
  position: relative;
}
.sidebars .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  left: 20px;
  bottom: 0px;
  text-align: left;
  width: 815px;
}
.sidebars .sidebar-links > li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'verb_regularbold', sans-serif;
  color: #7d110c;
  height: 30px;
}
.sidebars .sidebar-links > li > a {
  text-decoration: none;
  color: #7d110c;
  display: block;
  padding: 0 5px;
  height: 20px;
}
.sidebars .sidebar-links > li > a:hover {
  background-color: white;
}
.sidebars .sidebar-links > li.sport-home {
  position: absolute;
  bottom: 30px;
  left: 0px;
  font-family: 'SalvoSerifCond', serif;
  font-size: 30px;
}
.sidebars .sidebar-links > li.sport-home a {
  background: none;
}
.sidebars .sidebar-links > li.parent {
  position: relative;
}
.sidebars .sidebar-links > li.parent ul {
  position: absolute;
  top: 30px;
  left: -9999px;
  z-index: 400;
  background-color: white;
  min-width: 185px;
  padding: 10px;
}
.sidebars .sidebar-links > li.parent ul li {
  display: block;
  text-transform: initial;
  font-family: 'verb_regularbold', sans-serif;
  font-size: 13px;
  color: #7d110c;
  border-bottom: 1px dotted #b7b7b7;
  line-height: 25px;
}
.sidebars .sidebar-links > li.parent ul li a {
  text-decoration: none;
  color: #7d110c;
}
.sidebars .sidebar-links > li.parent ul li a:hover {
  color: #646668;
}
.sidebars .sidebar-links > li:hover.parent a {
  background-color: white;
}
.sidebars .sidebar-links > li:hover.parent ul {
  left: auto;
  right: 0;
}
.slide {
  height: 86px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0px;
  z-index: 9000;
}
.slide .stickysuperleaderboard {
  margin: 10px auto;
}
.main-nav-below-ad {
  background: #dbdbdb !important;
  width: 1000px;
  margin: 20px auto 0px auto;
  padding: 20px 15px;
  width: 1000px !important;
  height: 106px !important;
}
.index .main-nav-below-ad {
  display: none !important;
}
.index .slide {
  display: none;
}
/* Default datagrid Items */

.default_dgrd_header {
  background-color: #990000;
  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: #990000;
  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: #990000;
  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;
}
.article-wrapper.news {
  width: 1000px;
  margin: 0 auto;
  margin-top: -10px;
}
.article-wrapper.news .article-leaderboard-ad {
  background-color: #dbdbdb;
}
.article-wrapper.news .article-leaderboard-ad .ad {
  padding: 20px 15px;
}
.article-wrapper.news .media_object_image {
  width: auto !important;
}
.article-wrapper.news .article-column-wrapper {
  *zoom: 1;
}
.article-wrapper.news .article-column-wrapper:before,
.article-wrapper.news .article-column-wrapper:after {
  content: "";
  display: table;
}
.article-wrapper.news .article-column-wrapper:after {
  clear: both;
}
.article-wrapper.news .article-columnl,
.article-wrapper.news .article-columnr {
  float: left;
}
.article-wrapper.news .article-columnl {
  width: 660px;
}
.article-wrapper.news .article-columnl .article-headline {
  color: #7d110c;
  font-family: 'verb_extraboldregular', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 15px 0 10px;
}
.article-wrapper.news .article-columnl .article-content {
  color: #646668;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
}
.article-wrapper.news .article-columnr {
  width: 340px;
  padding: 15px 0 15px 20px;
}
.article-wrapper.news .article-columnr .article-related .article-related-headline {
  line-height: 34px;
  color: #c8cdd1;
  text-transform: uppercase;
  font-family: 'SalvoSerifCond', serif;
  font-size: 18px;
}
.article-wrapper.news .article-columnr .article-related .article-related-container a {
  text-decoration: none;
  font-family: 'verb_semiboldregular', sans-serif;
  font-size: 13px;
  border-bottom: 1px dotted #b7b7b7;
  color: #7d110c;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.article-wrapper.news .article-columnr .article-related .article-related-container a:hover {
  color: #646668;
}
.article-wrapper.news .article-columnr .article-related-ad {
  margin-top: 15px;
  background-color: #dbdbdb;
  padding: 10px;
}
.article-wrapper.news .article-columnr .article-related-ad .ad {
  margin: 0px;
}
.article-wrapper.sportfile {
  color: #646668;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
}
.article-wrapper.sportfile .article-headline {
  color: #7d110c;
  font-family: 'verb_extraboldregular', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 15px 0 10px;
}
.article-wrapper.sportfile img {
  display: inline-block;
}
.excellencepage.wide .contentDiv,
.strengthpage.wide .contentDiv {
  width: 1020px;
}
.excellencepage .main-nav-below-ad,
.strengthpage .main-nav-below-ad {
  width: 1020px;
}
.excellencepage .article-headline,
.strengthpage .article-headline {
  display: none;
}
.excellencepage .article-subheadline,
.strengthpage .article-subheadline {
  display: none;
}
.excellencepage .article-byline,
.strengthpage .article-byline {
  display: none;
}
.excellencepage .noprint,
.strengthpage .noprint {
  display: none;
}
.excellencepage .contentDiv,
.strengthpage .contentDiv {
  padding: 0;
}
.youtubeIframe {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 10px;
}
#missionStatement {
  margin: 0 auto;
  display: block;
  text-align: left;
  width: 1000px;
}
#missionStatement .missionStatementTitle {
  font-family: 'SalvoSerifCond', serif;
  font-size: 28px;
  color: #646668;
  text-transform: uppercase;
  margin: 20px 0px;
}
#missionStatement .mission {
  margin-bottom: 20px;
}
#missionStatement .mission .missionSubTitle {
  font-family: 'verb_extraboldregular', sans-serif;
  font-size: 22px;
  color: #7d110c;
  margin-bottom: 10px;
}
#missionStatement .mission .missionListTitle {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  color: #646668;
  display: block;
  width: 700px;
}
#missionStatement .mission .missionList {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  color: #646668;
  display: block;
  margin-left: 35px;
  width: 700px;
}
.promotionFullImg {
  display: block;
  text-decoration: none;
  width: 1000px;
  margin: 20px auto;
  vertical-align: top;
  position: relative;
}
.promotionFullImg img {
  margin: 0;
}
.promotionFullImg .sportPromotionFullTitle {
  text-align: left;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbdbdb;
}
.promotionFullImg .sportPromotionFullTitle .promotionFullTitle {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 18px;
}
.promotionFullImg .sportPromotionFullTitle .promotionDescription {
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  color: #646668;
  margin-top: 5px;
}
.promotionFullImg .sportPromotionFullTitle .promotionPhotoGallery {
  font-family: 'verb_extraboldregular', sans-serif;
  font-size: 16px;
  color: #646668;
  display: block;
  text-align: right;
  padding-right: 40px;
}
.promotionFullImg .sportPromotionFullTitle .promotionPhotoGallery:hover {
  cursor: pointer;
  color: #7d110c;
}
.promotionFullImg .sportPromotionFullTitle .promotionPhotoGallery:hover .promotionTitleEnd {
  display: none;
}
.promotionFullImg .sportPromotionFullTitle .promotionPhotoGallery:hover .promotionTitleEnd_b {
  display: block !important;
}
.promotionFullImg .sportPromotionFullTitle a {
  text-decoration: none;
}
.promotionFullImg .promotionTitleEnd {
  position: absolute;
  right: 0;
  bottom: 0;
}
.promotionFullImg .promotionTitleEnd_b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
/* Tickets Page */

.ticketspage.wide .contentDiv {
  width: 1020px;
}
.ticketspage .main-nav-below-ad {
  width: 1020px;
}
.ticketspage .article-headline {
  display: none;
}
.ticketspage .article-subheadline {
  display: none;
}
.ticketspage .article-byline {
  display: none;
}
.ticketspage .noprint {
  display: none;
}
.ticketspage .contentDiv {
  padding: 0;
}
#ticketsTopBanner {
  margin: 0 auto;
  display: block;
  text-align: center;
}
#ticketsTopBanner .schoolLogo {
  display: inline-block;
}
#ticketsTopBanner .manageAccount {
  display: inline-block;
}
#ticketBannerLinks {
  display: inline-block;
  height: 180px;
  vertical-align: top;
  margin: 0px 20px 0px 0px;
}
#ticketBannerLinks ul {
  list-style: none;
}
#ticketBannerLinks ul li {
  display: block;
  background: white;
  height: 30px;
  border: 1px solid #dbdbdb;
  font-weight: 600;
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 5px 25px 0px;
}
#ticketBannerLinks ul li:hover {
  background: #7d110c;
}
#ticketBannerLinks ul li:hover a {
  color: white;
}
#ticketBannerLinks ul li a {
  text-decoration: none;
}
#ticketBannerLinks ul li a:hover {
  cursor: pointer;
}
.hideads .main-nav-below-ad {
  display: none;
}
.hideads .slide {
  display: none;
}
#ticketsWrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.sportTicketImg {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 320px;
  height: 255px;
  margin: 10px 8px;
  vertical-align: top;
}
.sportTicketImg:hover {
  cursor: pointer;
}
.sportTicketImg:hover .sportTicket:after {
  opacity: 1;
}
.sportTicketImg:hover .ticketTitleEnd {
  display: none;
}
.sportTicketImg:hover .ticketTitleEnd_b {
  display: block !important;
}
.sportTicketImg .sportTicket:after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 210px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
}
.sportTicketImg img.ticketImg {
  display: block;
}
.sportTicketImg .sportTicketTitle {
  text-align: left;
  height: 45px;
  padding-left: 25px;
  padding-top: 10px;
  border: 1px solid #dbdbdb;
}
.sportTicketImg .sportTicketTitle .ticketTitle {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 18px;
}
.sportTicketImg .sportTicketTitle a {
  text-decoration: none;
}
.sportTicketImg .sportTicketTitle .ticketTitleEnd {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sportTicketImg .sportTicketTitle .ticketTitleEnd_b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
#ticketLinkDivider {
  margin: 0 auto;
  display: block;
  text-align: center;
}
#ticketLinkDivider img {
  display: block;
  margin: 0 auto;
}
/* Promotions Page */

.promotionspage.wide .contentDiv {
  width: 1020px;
}
.promotionspage .main-nav-below-ad {
  width: 1020px;
}
.promotionspage .article-headline {
  display: none;
}
.promotionspage .article-subheadline {
  display: none;
}
.promotionspage .article-byline {
  display: none;
}
.promotionspage .noprint {
  display: none;
}
.promotionspage .contentDiv {
  padding: 0;
}
#promotionsTopBanner {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
}
#promotionsTopBanner .mainAd {
  display: block;
  margin: 0px auto 10px auto;
}
#promotionBannerLinks {
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-color: white;
  padding: 20px;
}
#promotionBannerLinks h3 {
  font-family: 'SalvoSerifCond', serif, sans-serif;
  font-size: 18px;
  color: #c8cdd1;
  text-align: left;
  text-decoration: none;
  padding-left: 20px;
  padding-bottom: 5px;
}
#promotionBannerLinks ul {
  list-style: none;
  margin-left: 0;
}
#promotionBannerLinks ul li {
  display: block;
  height: 30px;
  border-bottom: 1px dotted #dbdbdb;
  font-weight: 600;
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 13px;
  text-align: left;
  padding: 5px 20px 0px;
}
#promotionBannerLinks ul li:hover {
  background: #7d110c;
}
#promotionBannerLinks ul li:hover a {
  color: white;
}
#promotionBannerLinks ul li a {
  text-decoration: none;
}
#promotionBannerLinks ul li a:hover {
  cursor: pointer;
}
#promotionsWrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.sportPromotionImg {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 320px;
  height: 262px;
  margin: 10px 8px;
  vertical-align: top;
}
.sportPromotionImg:hover {
  cursor: pointer;
}
.sportPromotionImg:hover .sportPromotion:after {
  opacity: 1;
}
.sportPromotionImg:hover .promotionTitleEnd {
  display: none;
}
.sportPromotionImg:hover .promotionTitleEnd_b {
  display: block !important;
}
.sportPromotionImg .sportPromotion:after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 210px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
}
.sportPromotionImg img.promotionImg {
  display: block;
}
.sportPromotionImg .sportPromotionTitle {
  text-align: left;
  height: 45px;
  padding-left: 25px;
  padding-top: 10px;
  border: 1px solid #dbdbdb;
}
.sportPromotionImg .sportPromotionTitle .promotionTitle {
  color: #7d110c;
  font-family: 'verb_mediumregular', sans-serif;
  font-size: 18px;
}
.sportPromotionImg .sportPromotionTitle a {
  text-decoration: none;
}
.sportPromotionImg .sportPromotionTitle .promotionTitleEnd {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sportPromotionImg .sportPromotionTitle .promotionTitleEnd_b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
#promotionLinkDivider {
  margin: 0 auto;
  display: block;
  text-align: center;
}
#promotionLinkDivider img {
  display: block;
  margin: 0 auto;
}
/*  Bio page */

.bio-table {
  display: none;
}
.varsity_page .article-headline {
  display: none;
}
.varsity_page .article-subheadline {
  display: none;
}
.varsity_page .article-byline {
  display: none;
}
.varsity_page .noprint {
  display: none;
}
.varsity_page .contentDiv {
  padding: 0;
}
.varsity_club_overflow {
  width: 1000px;
  height: 500px;
  overflow: hidden;
}
.varsity_club_overflow .belt {
  width: auto;
  height: 500px;
  white-space: nowrap;
  font-size: 0;
}
.varsity_club_overflow .belt > * {
  display: inline-block !important;
}
.varsity_club_overflow .ui-carousel-pager {
  position: absolute;
  z-index: 3;
  color: white;
  font-family: verb_regularbold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 44px;
}
.varsity_club_overflow .ui-carousel-pager-button {
  display: inline-block !important;
  margin: 0 7px;
  cursor: pointer;
}
.varsity_club_overflow .ui-carousel-pager-button.active {
  color: #646668;
}
.varsity_club_overflow .ui-carousel-button.ui-carousel-prev {
  position: absolute;
  bottom: 15px;
  left: 30px;
  cursor: pointer;
}
.varsity_club_overflow .ui-carousel-button.ui-carousel-next {
  position: absolute;
  bottom: 15px;
  left: 163px;
  cursor: pointer;
}
.varsity_club_overflow .ui-carousel-button.ui-carousel-prev:before {
  content: '<';
  display: block;
  color: white;
  font-size: 15px;
  font-family: verb_regularbold;
}
.varsity_club_overflow .ui-carousel-button.ui-carousel-next:before {
  content: '>';
  display: block;
  color: white;
  font-size: 15px;
  font-family: verb_regularbold;
}
.sidebars-ad .ad {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
.highlight_image {
  display: none;
}
.story_inner_wrapper ul {
  list-style-type: disc;
}
.story_inner_wrapper ol {
  list-style-type: decimal;
}
.story_inner_wrapper li {
  margin-left: 30px;
}
table.special,
table.special thead,
table.special tbody,
table.special thead tr th,
table.special thead tr td,
table.special tbody tr td {
  border: 2px solid white;
  border-spacing: 1 !important;
  color: black;
}
blockquote {
  border-bottom: 15px solid #990000;
  border-left: medium none;
  border-top: 3px solid #999999;
  color: #333333;
  display: block;
  float: left;
  font: bold 16px/27px "verb_mediumregular", sans-serif;
  margin: 0.25em 1.5em 1.25em 0;
  overflow: auto;
  padding: 15px;
  width: 45%;
}
.ui-dialog .ui-dialog-title {
  font-size: 15px;
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 12px;
}
.schedule_game_location,
.schedule_game_opponent_time,
.schedule_game_opponent_date {
  color: #494a54;
}
.ten {
  width: 83.33333% !important;
}
.two {
  width: 16.66667% !important;
}
.sport_title {
  font-size: 26px;
}
.contentstream {
  display: none;
}
.baseball .contentstream,
.mbball .contentstream,
.xc .contentstream,
.football .contentstream,
.mgolf .contentstream,
.msoc .contentstream,
.mswim .contentstream,
.mten .contentstream,
.track .contentstream,
.wrestling .contentstream,
.wbball .contentstream,
.fhockey .contentstream,
.wgolf .contentstream,
.wrow .contentstream,
.wsoc .contentstream,
.softball .contentstream,
.wswim .contentstream,
.wten .contentstream,
.wvball .contentstream,
.wwpolo .contentstream {
  display: block !important;
}
