@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.sidearmsports.com/sidearm/sidearm_font.css);
@import url(https://fonts.sidearmsports.com/verb/verb_all/stylesheet.css);
/* LESS Variables */
/* Mixins */
img {
  max-width: 100%;
}
main {
  display: block;
}
ul,
ol {
  margin-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
/* Grid */

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

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

@media print {
  .noprint,
  .no_print {
    display: none;
  }
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: url('/images/bg.jpg') no-repeat top center;
  margin: 0;
  padding: 0;
}
A,
A:link,
A:visited {
  color: white;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#main-header {
  width: 100%;
  background: url(/images/social_top_bg.png) no-repeat top center;
  height: 106px;
  *zoom: 1;
  overflow: hidden;
}
#main-header:before,
#main-header:after {
  content: "";
  display: table;
}
#main-header:after {
  clear: both;
}
#main-header .header_logo {
  width: 85px;
  height: 95px;
  background: url(/images/main_logo.png);
  float: left;
  margin: 7px 0 0 -5px;
}
#main-header .header_text {
  width: 510px;
  height: 85px;
  background: url(/images/wolfpack_club_text.png) no-repeat top center;
  float: right;
  margin: 15px -19px 0 0;
}
#main-header #topsocial {
  position: absolute;
  top: 10px;
  right: 260px;
}
#main-header #topsocial > a {
  display: inline-block !important;
  font-size: 16px;
  margin: 0 2px;
}
#main-header #topsocial > a:hover {
  color: #cc0000;
}
#main-header .donate {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  width: 240px;
  text-align: center;
}
#main-header .donate .donatemyinfo a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 1px black;
}
#main-header .donate .donatemyinfo a:after {
  content: '';
  display: block;
  height: 30px;
  width: 10px;
  position: absolute;
  left: -5px;
  top: 0px;
  background: url(/images/social_top_divider.png);
  z-index: 2;
}
#main-header .donate .donatemyinfo a:first-child:after {
  content: none;
}
#main-header .donate .donatemyinfo a:hover {
  color: #d1d3d3;
}
#footer {
  height: 455px;
  width: 100%;
  color: white;
}
#footer .footer_logos {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer_logos > a {
  display: inline-block !important;
  margin: 20px 20px 40px 20px;
}
#footer > div a {
  margin: 0;
  color: white;
  font-family: verb_regularregular;
  font-size: 14px;
}
/* Navigation */

.navigation {
  width: 1000px;
  margin: 0 auto 40px auto;
  height: 36px;
  background: url(/images/nav_repeater.png);
  z-index: 9999;
  position: relative;
}
.navigation ul.accessible_nav {
  *zoom: 1;
  margin: 0;
  list-style: none;
  float: left;
}
.navigation ul.accessible_nav:before,
.navigation ul.accessible_nav:after {
  content: "";
  display: table;
}
.navigation ul.accessible_nav:after {
  clear: both;
}
.navigation ul.accessible_nav > li {
  float: left;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 29px 0 29px;
}
.navigation ul.accessible_nav > li:last-child:after {
  content: none;
}
.navigation ul.accessible_nav > li:hover {
  background: url(/images/nav_repeater_b.png);
}
.navigation ul.accessible_nav > li:hover > div {
  left: 0;
  opacity: 1;
}
.navigation ul.accessible_nav > li:after {
  content: '';
  display: block;
  height: 30px;
  width: 10px;
  position: absolute;
  right: -5px;
  top: 3px;
  background: url(/images/social_top_divider.png);
  z-index: 2;
}
.navigation ul.accessible_nav > li > a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.navigation ul.accessible_nav > li > div {
  position: absolute;
  background: #d31b37;
  min-width: 200px;
  padding: 20px;
  top: 100%;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  z-index: 9999;
}
.navigation ul.accessible_nav > li > div ul {
  margin: 0;
  list-style: none;
}
.navigation ul.accessible_nav > li > div ul li {
  float: none;
  line-height: 20px;
  padding: 5px 10px;
}
.navigation ul.accessible_nav > li > div ul li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation ul.accessible_nav > li > div ul li:hover a {
  color: black;
}
#main-content {
  width: 700px;
  height: 400px;
  background: white;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
}
#main-content #video {
  width: 700px;
  height: 400px;
  background: white;
  position: relative;
  z-index: 2;
  padding: 10px;
}
#main-content #join {
  width: 190px;
  height: 335px;
  position: absolute;
  left: -170px;
  top: 46px;
  background: url(/images/left_wing.png);
  padding: 25px 40px 20px 40px;
}
#main-content #join h1 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #e9dbdb;
  text-shadow: 1px 1px 1px black;
}
#main-content #join p {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: white;
}
#main-content #join a {
  margin: 5px 0 20px 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #e9dbdb;
  text-decoration: none;
  font-size: 15px;
  text-shadow: 1px 1px 1px black;
}
#main-content #events {
  width: 190px;
  height: 335px;
  position: absolute;
  right: -170px;
  top: 46px;
  background: url(/images/right_wing.png);
  padding: 25px 0px 20px 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: white;
}
#main-content #events h1 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #e9dbdb;
  text-shadow: 1px 1px 1px black;
}
#main-content #events .upcoming-item {
  text-transform: uppercase;
  padding: 10px 20px 10px 0;
}
#main-content #events .upcoming-item div:last-child {
  text-transform: capitalize;
}
#main-content #events .upcoming_container {
  height: 200px;
  overflow: auto;
}
#main-content #events > a {
  margin: 25px 0 20px 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #e9dbdb;
  text-decoration: none;
  font-size: 15px;
  text-shadow: 1px 1px 1px black;
}
#champship {
  background: url(/images/Championship_commitment.png);
  height: 75px;
  width: 770px;
  margin: 35px auto;
}
.IABfooter {
  width: 728px;
  height: 90px;
  margin: 30px auto 0 auto;
}
.ad_center {
  text-align: center;
  font-size: 0;
}
.divUpcoming_sport_ddl {
  display: none;
}
/* Ads */

.belowmaincontentad {
  display: inline-block !important;
  margin: 0 1px;
}
.bottom_nav ul.accessible_nav {
  width: 880px;
  margin: 0 auto;
}
.bottom_nav ul.accessible_nav > li {
  float: left;
}
.bottom_nav ul.accessible_nav > li.jrpack a:before {
  width: 165px;
  background: url(/images/button_juniorwolf_b.png);
}
.bottom_nav ul.accessible_nav > li.student a:before {
  width: 175px;
  background: url(/images/button_studentwolf_b.png);
}
.bottom_nav ul.accessible_nav > li.varsity a:before {
  width: 110px;
  background: url(/images/button_varsity_b.png);
}
.bottom_nav ul.accessible_nav > li.young a:before {
  width: 115px;
  background: url(/images/button_young_b.png);
}
.bottom_nav ul.accessible_nav > li.event a:before {
  width: 140px;
  background: url(/images/button_event_b.png);
}
.bottom_nav ul.accessible_nav > li.news a:before {
  width: 175px;
  background: url(/images/button_news_b.png);
}
.bottom_nav ul.accessible_nav > li a {
  display: block;
  position: relative;
}
.bottom_nav ul.accessible_nav > li a:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
}
.bottom_nav ul.accessible_nav > li a:hover:before {
  display: block;
}
/* Default datagrid Items */

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

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

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

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

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

.media_object_image {
  background-color: #e6e6e6;
  text-align: center;
  width: auto;
}
.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: white;
  border: 0px;
}
.composite_cal_title TR TD {
  color: black;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: black;
}
.composite_cal_dayheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #505050;
}
.composite_cal_othermonth {
  background-color: #71101b;
  text-decoration: none;
  border: 1px solid #505050;
}
.composite_cal_selected {
  border: solid 1px white;
  background-color: #4f0000;
}
.composite_cal_day {
  background-color: white;
  text-decoration: none;
  border: 1px solid #505050;
  text-align: left;
  font-weight: bold;
}
.composite_cal_day A {
  text-decoration: none;
  font-weight: normal;
}
.composite_cal_day A:hover {
  text-decoration: underline;
}
.composite_cal_today {
  background-color: white;
}
/* Newsletter Stuff */

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

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

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

.story_wrapper 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;
}
.wide .contentDiv_container {
  width: 1020px;
  margin: 0px auto;
  background-color: white;
  padding: 20px;
}
.contentDiv_container {
  *zoom: 1;
  position: relative;
  z-index: 1;
}
.contentDiv_container:before,
.contentDiv_container:after {
  content: "";
  display: table;
}
.contentDiv_container:after {
  clear: both;
}
.wide .contentDiv_container a {
  color: #e51937;
}
.article-content {
  margin: 20px 0 0 0;
}
h1.article-headline {
  font-size: 30px;
}
.calendar div[style="float: left;"] {
  display: none;
}
