/* 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;
}
.event_logo img {
  margin: 10px auto;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center:before {
  content: none;
}
#topstories-container .topstories .topstories-rotator .button-container a.view_archives {
  bottom: 10px;
}
#video-adrotator .all-access-container .allaccess_container .allaccess_list .allaccess_list_container .video_item_wrapper .youtube-video .video_thumbnail {
  background-color: #b2b2b2;
}
.gallery_item > a {
  display: block;
  z-index: 3;
  position: relative;
}
.video_item_wrapper .intents {
  bottom: 0;
  top: auto;
}
.video_item_wrapper .intents > a {
  float: left;
}
.intents {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 16px;
  text-align: center;
  color: white;
}
.intents > a {
  width: 25px;
  height: 25px;
  color: white;
  display: block;
  line-height: 25px;
}
.intents > a i {
  color: white;
}
.intents > a.twitter {
  background: #55acee;
}
.intents > a.facebook {
  background: #3b5998;
}
.wide .contentDiv_container {
  padding: 20px;
}
.article-wrapper.news .story-left-container:before {
  margin: -1px 0 0 0;
}
.article-wrapper.news .headlines:before {
  margin: -1px 0;
}
.article-wrapper.news {
  display: flex;
  align-items: stretch;
}
#events .upcoming_item .event_details div.event_location {
  top: 30px;
}
#events .upcoming_item .event_participants .opponent-name {
  max-height: 53px;
  overflow: hidden;
}
.topstories-rotator {
  overflow: hidden;
}
.headline {
  float: left;
  display: block;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item .photo_title {
  border-radius: 4px;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* 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 */

@font-face {
  font-family: 'antoniobold';
  src: url('Antonio-Bold-webfont.eot');
  src: url('Antonio-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Antonio-Bold-webfont.woff2') format('woff2'), url('Antonio-Bold-webfont.woff') format('woff'), url('Antonio-Bold-webfont.ttf') format('truetype'), url('Antonio-Bold-webfont.svg#antoniobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* helper classes in grid.less */
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: url('/images/bg.png') no-repeat top center fixed;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
A,
A:link,
A:visited {
  color: #003e30;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Navigation */

.contentDiv_container {
  margin: 120px 0 0 0;
}
.contentDiv {
  margin: 20px 0 0 0;
}
.sport .contentDiv_container {
  margin: 135px 0 0 0;
}
.superleaderboardtop {
  width: 1000px;
  height: 90px;
  padding: 10px 15px 0 15px;
  margin: 0px auto;
  background-color: #e5e5e5;
}
.superleaderboardbottom {
  width: 1000px;
  height: 90px;
  padding: 10px 15px 0 15px;
  margin: 10px auto 20px auto;
  background-color: #e5e5e5;
}
.sport header #top-header {
  display: none;
}
.sport #large-ad-rotator {
  display: none;
}
.sport header .main-header {
  top: 0;
}
.sport .sidebars {
  top: 70px;
}
.sport header .main-header .header_logo {
  background: url(/images/logo_small.png);
  width: 125px;
  height: 70px;
  top: 0px;
}
header #top-header {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffc423;
  z-index: 100;
}
header #top-header .top_logo {
  display: block;
  width: 1000px;
  height: 30px;
  z-index: 106;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header #top-header .top_logo > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  color: #00573d;
  text-transform: uppercase;
  width: 360px;
  line-height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 104;
  white-space: nowrap;
  text-align: right;
}
header .main-header {
  width: 100%;
  background-color: #00573d;
  height: 70px;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 100;
}
header .main-header .header_logo {
  width: 190px;
  height: 100px;
  background: url(/images/main_logo.png) no-repeat;
  position: absolute;
  top: -30px;
  left: 19px;
  z-index: 105;
}
header .main-header .give_now {
  width: 110px;
  height: 25px;
  background: url(/images/give_now_button.png) no-repeat;
  position: absolute;
  top: 23px;
  right: 20px;
}
header ul.accessible_nav {
  float: left;
  width: 980px;
  height: 70px;
  list-style-type: none;
  margin-left: 85px;
  background-color: #00573d;
  position: relative;
}
header ul.accessible_nav > li {
  float: left;
  list-style-image: none;
  line-height: 77px;
  height: 80px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header ul.accessible_nav > li:hover > a {
  color: white;
  background-color: #ffc423;
}
header ul.accessible_nav > li:hover > div {
  position: absolute;
  left: -70px;
  opacity: 1;
}
header ul.accessible_nav > li:first-of-type {
  margin-left: 130px;
}
header ul.accessible_nav > li:last-of-type a:after {
  display: none;
}
header ul.accessible_nav > li > a {
  text-decoration: none;
  display: block;
  font-family: 'antoniobold';
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 105;
}
header ul.accessible_nav > li > a:after {
  content: '';
  width: 1px;
  height: 30px;
  background: url(/images/nav_lines_repeater.png) repeat;
  position: absolute;
  top: 22px;
  right: 1px;
}
header ul.accessible_nav > li > div {
  position: absolute;
  top: 70px;
  left: -9999px;
  opacity: 0;
  width: 970px;
  min-height: 320px;
  background-color: #ffc423;
  padding: 30px 0 20px 0;
  z-index: 103;
}
header ul.accessible_nav > li > div ul {
  float: left;
  width: 255px;
  margin: 10px 20px 0 0px;
}
header ul.accessible_nav > li > div ul > li {
  list-style-type: none;
  width: 255px;
  line-height: 28px;
  height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-style: italic;
  color: #00573d;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  border-top: 1px dotted #ffdc7b;
}
header ul.accessible_nav > li > div ul > li:hover {
  background-color: #00573d;
}
header ul.accessible_nav > li > div ul > li > a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #00573d;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header ul.accessible_nav > li > div ul > li > a:hover {
  color: white;
}
header ul.accessible_nav > li > div ul > li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: url(/images/dropdown_line_repeater.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
header ul.accessible_nav > li > div ul > li:first-of-type:before {
  content: '';
  width: 100%;
  height: 1px;
  background: url(/images/dropdown_line_repeater.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
}
header ul.accessible_nav > li > div ul > li:last-of-type {
  border-bottom: 1px dotted #ffdc7b;
}
header ul.accessible_nav > li > div ul > li.separator {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  font-family: 'antoniobold';
  color: #00573d;
  border-top: none;
  font-style: normal;
}
header ul.accessible_nav > li > div ul > li.separator:hover {
  cursor: pointer;
  background: none;
}
header ul.accessible_nav > li > div ul:first-of-type {
  margin-left: 40px;
}
header ul.accessible_nav li.sports > div {
  width: 875px;
}
header ul.accessible_nav li.sports > div > ul + ul li a:first-child {
  text-transform: none;
  width: auto;
}
header ul.accessible_nav li.sports > div > ul + ul + ul li a:first-child {
  width: 150px;
  text-transform: uppercase;
}
header ul.accessible_nav li.sports > div > ul + ul + ul + ul li a:first-child {
  text-transform: none;
  width: auto;
}
header ul.accessible_nav li.sports > div ul {
  margin: 10px 0 0 0;
  width: 390px;
}
header ul.accessible_nav li.sports > div ul li {
  width: 370px;
  line-height: 30px;
  height: 30px;
  text-transform: none;
  padding-right: 0;
  *zoom: 1;
  border-top: 1px dotted #ffdc7b;
}
header ul.accessible_nav li.sports > div ul li:before,
header ul.accessible_nav li.sports > div ul li:after {
  content: "";
  display: table;
}
header ul.accessible_nav li.sports > div ul li:after {
  clear: both;
}
header ul.accessible_nav li.sports > div ul li a {
  float: left;
  padding-right: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
  text-transform: none;
}
header ul.accessible_nav li.sports > div ul li a:first-child {
  width: 150px;
  text-transform: uppercase;
}
header ul.accessible_nav li.sports > div ul li a.social {
  width: 22px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0;
  font-size: 15px;
  position: relative;
  left: -9999px;
}
header ul.accessible_nav li.sports > div ul li a.social:before {
  font-family: sidearm_font;
  display: block;
  margin: 0 7px;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul li a.social[href] {
  left: 0;
}
header ul.accessible_nav li.sports > div ul li a.facebook:before {
  content: '\e805';
}
header ul.accessible_nav li.sports > div ul li a.twitter:before {
  content: '\e825';
}
header ul.accessible_nav li.sports > div ul li a.srn {
  display: inline-block;
  padding: 0 0 0 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #00573d;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul li a.srn:hover {
  color: white;
}
header ul.accessible_nav li.sports > div ul li a.srn-news {
  display: none;
}
header ul.accessible_nav li.sports > div ul li a.srn-roster {
  padding-right: 40px;
}
header ul.accessible_nav li.sports > div ul li.separator {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  font-family: 'antoniobold';
  color: #00573d;
  border-top: none;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul li.separator:hover {
  cursor: pointer;
  background: none;
}
header ul.accessible_nav li.sports > div ul li:hover {
  background: transparent;
}
header ul.accessible_nav li.sports > div ul li:last-of-type {
  border-bottom: 1px dotted #ffdc7b;
}
header ul.accessible_nav li.sports > div ul:first-of-type {
  margin-right: 30px;
  margin-left: 40px;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(2) {
  position: absolute;
  left: 310px;
  top: 61px;
  width: 30px;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(2) li {
  width: 30px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(2) li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(2) li:hover {
  color: white;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(2) li:hover a {
  color: white;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(4) {
  position: absolute;
  left: 730px;
  top: 61px;
  width: 30px;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(4) li {
  width: 30px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(4) li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(4) li:hover {
  background: transparent;
  color: white;
}
header ul.accessible_nav li.sports > div ul:nth-of-type(4) li:hover a {
  color: white;
}
.story-video-visible #topstories-container .slick-next {
  display: none !important;
}
.story-video-visible #topstories-container .slick-prev {
  display: none !important;
}
#topstories-container {
  position: relative;
  z-index: 2;
}
#topstories-container iframe {
  height: 580px !important;
}
#topstories-container .slick-prev {
  width: 40px;
  height: 40px;
  background: url(/images/arrow_bg.png);
  position: absolute;
  top: 265px;
  transform: translateX(-968%);
  -webkit-transform: translateX(-968%);
  left: 43.5%;
  cursor: pointer;
}
#topstories-container .slick-prev:before {
  content: '\e835';
  color: #ffc423;
  font-family: sidearm_font;
  font-size: 18px;
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#topstories-container .slick-next {
  width: 40px;
  height: 40px;
  background: url(/images/arrow_bg.png);
  position: absolute;
  top: 265px;
  transform: translateX(968%);
  -webkit-transform: translateX(968%);
  right: 43.5%;
  cursor: pointer;
}
#topstories-container .slick-next:after {
  content: '\e836';
  color: #ffc423;
  font-family: sidearm_font;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#topstories-container .slick-dots {
  padding: 13px 14px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 40px;
  width: 780px;
  margin: 0;
  z-index: 4;
  list-style: none;
}
#topstories-container .slick-dots li {
  width: 10px;
  height: 10px;
  background: url(/images/rotator_dot.png);
  cursor: pointer;
  display: inline-block !important;
  margin: 0 10px;
  text-indent: -9999px;
}
#topstories-container .slick-dots li.slick-active,
#topstories-container .slick-dots li:hover {
  background: url(/images/rotator_dot_b.png);
}
#topstories-container .slick-dots .mainstorypresentedby {
  position: absolute;
  right: 17px;
  top: 8px;
  text-align: center;
}
#topstories-container .slick-dots .mainstorypresentedby:before {
  content: 'Presented By:';
  display: block;
  color: #b2b2b2;
  font-size: 9px;
  margin: 0 0 1px 0;
  font-weight: bold;
}
#topstories-container .slick-list {
  height: 630px;
  overflow: visible;
}
#topstories-container .topstories .panel {
  display: none;
}
#topstories-container .topstories .panel.slick-initialized {
  display: block;
}
#topstories-container .topstories .topstories-rotator .headline {
  overflow: hidden;
  width: 1040px;
  height: 580px;
  position: relative;
  font-family: 'antoniobold';
  overflow: hidden;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#topstories-container .topstories .topstories-rotator .headline .headline-media {
  margin: 0;
  margin-top: 15px;
  position: relative;
  background: url(/images/main_story_image_default.png);
  background-size: contain;
  height: 550px;
  overflow: hidden;
}
#topstories-container .topstories .topstories-rotator .headline .headline-media:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/repeat.png);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
}
#topstories-container .topstories .topstories-rotator .headline .headline-media .media_object_image {
  background: none;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center {
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-top: 0;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center .headline-media {
  margin: 0;
  width: 1040px;
  height: 580px;
  background: url(/images/main_story_image_default.png);
  background-size: contain;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center .headline-media:before {
  content: none;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center img:first-child {
  max-width: none;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center + .headline {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center .view_archives {
  display: block;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center .divTopStory_TV_container {
  display: block;
  opacity: 1;
}
#topstories-container .topstories .topstories-rotator .headline.slick-center:after {
  content: '';
  width: 1040px;
  height: 580px;
  background: url(/images/main_story_repeater.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#topstories-container .topstories .topstories-rotator .headline .divTopStory_TV_container {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 25px;
  left: 155px;
  width: 750px;
  min-height: 170px;
  padding: 25px 40px;
  color: white;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  z-index: 3;
}
#topstories-container .topstories .topstories-rotator .headline .divTopStory_TV_container .topstory-date {
  text-transform: uppercase;
}
#topstories-container .topstories .topstories-rotator .headline .divTopStory_TV_container .topstory-headline {
  margin: 5px 0 0 0;
  font-family: 'antoniobold';
}
#topstories-container .topstories .topstories-rotator .headline .divTopStory_TV_container .topstory-headline a {
  display: block;
  font-size: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  line-height: 43px;
}
#topstories-container .topstories .topstories-rotator .button-container {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
#topstories-container .topstories .topstories-rotator .view_archives {
  display: block;
  background: #00573d;
  width: 95px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  color: #ffc423;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 3;
}
#topstories-container .pop-up-ad-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
#topstories-container .pop-up-ad-container #close-ad {
  padding: 5px 10px;
  background: #00573d;
  color: white;
  line-height: 1em;
  display: inline-block;
  cursor: pointer;
}
#topstories-container .pop-up-ad-container.closed {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translateX(calc(-100% - 10px));
  -webkit-transform: translateX(calc(-100% - 10px));
}
#topstories-container .pop-up-ad-container.show {
  display: block;
}
#events {
  width: 100%;
  height: 565px;
  background: #e5e5e5;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#events h1 {
  color: #00573d;
  font-family: 'antoniobold';
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  padding: 45px 0 20px 0;
  font-weight: normal;
}
#events .divUpcoming_sport_ddl,
#events .divUpcoming_separator {
  display: none !important;
}
#events .events_track_container,
#events .results_track_container {
  width: 1020px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
#events .events_track_container .events_track,
#events .results_track_container .events_track,
#events .events_track_container .results_track,
#events .results_track_container .results_track {
  width: auto;
  height: 430px;
  white-space: nowrap;
  font-size: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#events .events_track_container .view-full-schedule,
#events .results_track_container .view-full-schedule,
#events .events_track_container .view-full-schedule-sport,
#events .results_track_container .view-full-schedule-sport {
  display: block;
  background: #ffc423;
  width: 155px;
  height: 25px;
  text-align: left;
  padding-left: 10px;
  line-height: 27px;
  color: #00573d;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 3;
}
#events .events_track_container .view-full-schedule:after,
#events .results_track_container .view-full-schedule:after,
#events .events_track_container .view-full-schedule-sport:after,
#events .results_track_container .view-full-schedule-sport:after {
  content: '\e80b';
  font-family: sidearm_font;
  color: #00573d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 10px;
}
#events .events_track_container .view-full-schedule-sport,
#events .results_track_container .view-full-schedule-sport {
  display: none;
}
#events .upcoming_item {
  width: 150px;
  height: 400px;
  background-color: white;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-size: 14px;
  text-align: center;
  flex: 0 0 150px;
  white-space: normal;
  overflow: hidden;
  position: relative;
}
#events .upcoming_item .event_logo {
  width: 150px;
  height: 130px;
  top: 0px;
  left: 0px;
}
#events .upcoming_item .event_participants {
  width: 150px;
  height: 160px;
  overflow: hidden;
  background: #f2f2f2;
  color: #00573d;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  z-index: 3;
}
#events .upcoming_item .event_participants .sport {
  color: #00573d;
  font-style: italic;
}
#events .upcoming_item .event_participants .at-vs {
  width: 25px;
  height: 25px;
  background: url(/images/calendar_vs.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px;
}
#events .upcoming_item .event_participants .at-vs:before {
  content: '';
  width: 25px;
  height: 6px;
  background-color: transparent;
  border-top: 1px solid #ffc423;
  border-bottom: 1px solid #ffc423;
  position: absolute;
  left: -35px;
  top: 10px;
}
#events .upcoming_item .event_participants .at-vs:after {
  content: '';
  width: 25px;
  height: 6px;
  background-color: transparent;
  border-top: 1px solid #ffc423;
  border-bottom: 1px solid #ffc423;
  position: absolute;
  right: -35px;
  top: 10px;
}
#events .upcoming_item .event_participants .opponent-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 100px;
  color: gray;
  text-transform: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 18px;
}
#events .upcoming_item .event_details {
  height: 70px;
  position: relative;
}
#events .upcoming_item .event_details > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-style: italic;
  color: gray;
  text-transform: uppercase;
}
#events .upcoming_item .event_details .event_location {
  top: 35px;
  font-size: 11px;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
}
#events .upcoming_item .event_media {
  position: absolute;
  bottom: 0px;
  font-size: 0;
  width: 150px;
  height: 40px;
  background: #00573d;
  z-index: 3;
}
#events .upcoming_item .event_media a {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 40px;
  line-height: 0px;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
  margin: 0 0px;
  color: #003e2b;
}
#events .upcoming_item .event_media a i {
  font-size: 20px;
}
#events .upcoming_item .event_media a span {
  position: absolute;
  left: -9999px;
}
#events .upcoming_item .event_media a[href] {
  color: #ffc423;
}
#events .upcoming_item.recent .event_location {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  line-height: 13px;
}
#events .upcoming_item.recent .event_media {
  background: #ffc423;
}
#events .upcoming_item.recent .event_media a {
  color: #f2ba21;
}
#events .upcoming_item.recent .event_media a i {
  font-size: 20px;
}
#events .upcoming_item.recent .event_media a span {
  position: absolute;
  left: -9999px;
}
#events .upcoming_item.recent .event_media a[href] {
  color: #00573d;
}
#events .ui-carousel-pager {
  position: absolute;
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#events .ui-carousel-pager .ui-carousel-pager-button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #00573d;
  margin: 0 20px 0px 0;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#events .ui-carousel-pager .ui-carousel-pager-button:hover {
  cursor: pointer;
  background: url(/images/rotator_dot_b.png);
}
#events .ui-carousel-pager .ui-carousel-pager-button.active {
  background-color: #ffc423;
}
.sport #events .events_track_container .view-full-schedule-sport {
  display: block;
}
.sport #events .events_track_container .view-full-schedule {
  display: none;
}
#video-adrotator {
  width: 100%;
  height: 855px;
  border-bottom: 1px solid #d9d9d9;
}
#video-adrotator .all-access-container {
  background-color: white;
  width: 680px;
  height: 854px;
  float: left;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
#video-adrotator .all-access-container .all-access-header {
  width: 660px;
  height: 85px;
  position: absolute;
  left: 0px;
  top: 40px;
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0 0 0;
}
#video-adrotator .all-access-container .all-access-header .section-logo {
  width: 70px;
  height: 55px;
  background: url(/images/video_logo.png) no-repeat;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#video-adrotator .all-access-container .all-access-header h2 {
  position: absolute;
  top: 20px;
  left: 60px;
  text-transform: uppercase;
  color: #00573d;
  font-family: 'antoniobold';
  font-weight: 700;
  font-size: 25px;
  margin-left: 30px;
}
#video-adrotator .all-access-container .all-access-header h2 span {
  font-size: 15px;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
#video-adrotator .all-access-container .all-access-header .social-buttons {
  width: 135px;
  position: absolute;
  right: 0px;
  top: 10px;
}
#video-adrotator .all-access-container .all-access-header .social-buttons a:first-of-type {
  display: block;
  width: 135px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  background-color: #00573d;
  color: #ffc423;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
  position: relative;
}
#video-adrotator .all-access-container .all-access-header .social-buttons a:first-of-type:after {
  content: '\e81e';
  font-family: sidearm_font;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #ffc423;
  padding-left: 10px;
}
#video-adrotator .all-access-container .all-access-header .social-buttons a:last-of-type {
  display: block;
  width: 135px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  background-color: #ffc423;
  color: #00573d;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
  position: relative;
}
#video-adrotator .all-access-container .all-access-header .social-buttons a:last-of-type:after {
  content: '\e80d';
  font-family: sidearm_font;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #00573d;
  padding-left: 10px;
}
#video-adrotator .all-access-container:before {
  content: '';
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2000px;
  background: white;
}
#video-adrotator .all-access-container .video_header {
  display: none;
}
#video-adrotator .all-access-container .youtube_container {
  width: 680px;
  height: 730px;
  margin: 145px 0 0 0;
}
#video-adrotator .all-access-container .youtube_container .youtube_list {
  width: 660px;
  height: 660px;
  overflow: hidden;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container {
  width: 660px;
  height: auto;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper {
  width: 320px;
  text-decoration: none;
  height: 310px;
  background-color: #00573d;
  margin: 0 0 20px 0;
  float: left;
  position: relative !important;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-video .video_thumbnail {
  width: 320px;
  cursor: pointer;
  height: 180px;
  background: #b2b2b2 url(/images/main_story_image_default.png) no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper .youtube-video .video_thumbnail:after {
  content: '';
  width: 70px;
  height: 70px;
  background: url(/images/small_play_button.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper .youtube_info {
  color: white;
  font-size: 16px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  text-decoration: none;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper .youtube_info > div {
  text-decoration: none;
}
#video-adrotator .all-access-container .youtube_container .youtube_list .youtube_list_container .youtube_item_wrapper .video_date {
  color: #ffc423;
  font-size: 16px;
  text-transform: none;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-decoration: none;
}
#video-adrotator .all-access-container .youtube_container .allaccess_player {
  display: none;
}
#video-adrotator .all-access-container .csvideos_ad {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
#video-adrotator .ad-rotator-container {
  width: 320px;
  height: 855px;
  float: left;
}
#video-adrotator .ad-rotator-container .story_ad {
  margin: 40px 0 20px 20px;
}
#video-adrotator .ad-rotator-container .side-ad-rotator {
  width: 300px;
  height: 545px;
  margin: 0 0 0 20px;
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window {
  width: 300px;
  height: 545px;
  overflow: hidden;
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window .side-ad-rotator-belt {
  white-space: nowrap;
  width: auto;
  font-size: 0;
  height: 545px;
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window .ui-carousel-pager {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 30px;
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window .ui-carousel-pager .ui-carousel-pager-button {
  width: 10px;
  height: 10px;
  background: url(/images/rotator_dot.png);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window .ui-carousel-pager .ui-carousel-pager-button:hover {
  cursor: pointer;
  background: url(/images/rotator_dot_b.png);
}
#video-adrotator .ad-rotator-container .side-ad-rotator .side-ad-rotator-window .ui-carousel-pager .active {
  background: url(/images/rotator_dot_b.png);
}
#promo-rotator {
  width: 100%;
  height: 415px;
  overflow: hidden;
}
#promo-rotator .promo-container {
  width: 100%;
  height: 300px;
  margin: 40px 0 0 0;
  position: relative;
  background: url(/images/promo_bg.png) no-repeat;
}
#promo-rotator .promo-container .promo-window {
  width: 2000px;
  height: 360px;
  overflow: hidden;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#promo-rotator .promo-container .promo-window .promo-belt {
  white-space: nowrap;
  width: auto;
  font-size: 0;
  height: 300px;
}
#promo-rotator .promo-container .ui-carousel-pager {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 20px;
}
#promo-rotator .promo-container .ui-carousel-pager .ui-carousel-pager-button {
  width: 10px;
  height: 10px;
  background: url(/images/rotator_dot.png);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#promo-rotator .promo-container .ui-carousel-pager .ui-carousel-pager-button:hover {
  cursor: pointer;
  background: url(/images/rotator_dot_b.png);
}
#promo-rotator .promo-container .ui-carousel-pager .active {
  background: url(/images/rotator_dot_b.png);
}
#photo-galleries {
  width: 100%;
  height: 385px;
  background: white;
  border-top: 1px solid #d9d9d9;
}
#photo-galleries .section-header {
  width: 1000px;
  height: 75px;
  position: absolute;
  left: 5px;
  top: 45px;
  border-bottom: 1px dotted #cccccc;
}
#photo-galleries .section-header .section-logo {
  width: 70px;
  height: 55px;
  background: url(/images/video_logo.png) no-repeat;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#photo-galleries .section-header h2 {
  position: absolute;
  top: 10px;
  left: 60px;
  text-transform: uppercase;
  color: #00573d;
  font-family: 'antoniobold';
  font-weight: 700;
  font-size: 25px;
  margin-left: 30px;
}
#photo-galleries .section-header h2 span {
  font-size: 15px;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
#photo-galleries .section-header .social-buttons {
  width: 135px;
  position: absolute;
  right: 0;
  top: 0;
}
#photo-galleries .section-header .social-buttons a:first-of-type {
  display: block;
  width: 135px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  background-color: #00573d;
  color: #ffc423;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
  position: relative;
}
#photo-galleries .galleries-container {
  width: 1000px;
  height: 220px;
  margin: 140px 0 0 0;
}
#photo-galleries .galleries-container .galleries-window {
  width: 1020px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget {
  white-space: nowrap;
  width: auto;
  font-size: 0;
  height: 180px;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item {
  width: 320px;
  height: 180px;
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item .img:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(/images/photo_gallery_button.png) no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 1;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item .img:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item .photo_title {
  background-color: #ffc423;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #00573d;
  z-index: 5;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  width: auto;
  height: 25px;
  line-height: 10px;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item .photo_title:before {
  content: '\e801';
  font-family: sidearm_font;
  color: #00573d;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 8px;
  font-style: normal;
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item:hover .img:before {
  background: url(/images/gallery_icon_b.png);
}
#photo-galleries .galleries-container .galleries-window .gallery-widget .gallery_item:hover .img:after {
  opacity: 0;
}
#photo-galleries .galleries-container .galleries-window .ui-carousel-pager {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 5px;
}
#photo-galleries .galleries-container .galleries-window .ui-carousel-pager .ui-carousel-pager-button {
  width: 10px;
  height: 10px;
  background: url(/images/rotator_dot.png);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#photo-galleries .galleries-container .galleries-window .ui-carousel-pager .ui-carousel-pager-button:hover {
  cursor: pointer;
  background: url(/images/rotator_dot_b.png);
}
#photo-galleries .galleries-container .galleries-window .ui-carousel-pager .active {
  background: url(/images/rotator_dot_b.png);
}
#social {
  width: 100%;
  height: 570px;
  background: #e5e5e5;
  border-bottom: 1px solid #d9d9d9;
}
#social .section-header {
  width: 1000px;
  height: 75px;
  position: absolute;
  left: 5px;
  top: 45px;
  border-bottom: 1px dotted #cccccc;
}
#social .section-header .section-logo {
  width: 70px;
  height: 55px;
  background: url(/images/video_logo.png) no-repeat;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#social .section-header h2 {
  position: absolute;
  top: 10px;
  left: 60px;
  text-transform: uppercase;
  color: #00573d;
  font-family: 'antoniobold';
  font-weight: 700;
  font-size: 25px;
  margin-left: 30px;
}
#social .section-header h2 span {
  font-size: 15px;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
#social .section-header .social-buttons {
  width: 135px;
  position: absolute;
  right: 0;
  top: 0;
}
#social .section-header .social-buttons a:first-of-type {
  display: block;
  width: 135px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  background-color: #3b5998;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
  position: relative;
}
#social .section-header .social-buttons a:first-of-type:after {
  content: '\e805';
  color: white;
  position: absolute;
  top: 1px;
  right: 15px;
  font-family: sidearm_font;
  font-style: normal;
}
#social .section-header .social-buttons a:last-of-type {
  display: block;
  width: 135px;
  height: 25px;
  border-radius: 2px;
  line-height: 25px;
  background-color: #55acee;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 15px;
  position: relative;
}
#social .section-header .social-buttons a:last-of-type:after {
  content: '\e825';
  color: white;
  position: absolute;
  top: 1px;
  right: 15px;
  font-family: sidearm_font;
  font-style: normal;
}
#social .facebook-container {
  margin: 140px 20px 0 0;
  float: left;
  width: 490px;
  height: 390px;
  position: relative;
}
#social .facebook-container:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid #3b5998;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#social .facebook-container:before {
  content: '\e805';
  font-size: 15px;
  font-family: sidearm_font;
  color: white;
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 2;
}
#social .twitter-container {
  width: 490px;
  height: 390px;
  float: left;
  background-color: white;
  margin: 140px 0px 0 0;
  position: relative;
}
#social .twitter-container .ui-carousel-pager {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 20px;
  width: 490px;
  height: 35px;
  background: #00573d;
  bottom: 0px;
}
#social .twitter-container .ui-carousel-pager .ui-carousel-pager-button {
  width: 10px;
  height: 10px;
  background: #ffc423;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  margin: 12px 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#social .twitter-container .ui-carousel-pager .ui-carousel-pager-button:hover {
  cursor: pointer;
}
#social .twitter-container .ui-carousel-pager .active {
  background: white;
}
#social .twitter-container .twitter-header {
  width: 450px;
  height: 85px;
  position: relative;
  margin: 0 20px;
  border-bottom: 1px dotted #e5e5e5;
}
#social .twitter-container .twitter-header .twitter-logo {
  width: 45px;
  height: 45px;
  background: url(/images/twitter_avatar.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 0px;
}
#social .twitter-container .twitter-header h3 {
  color: #00573d;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  top: 25px;
  left: 55px;
  line-height: 15px;
}
#social .twitter-container .twitter-header h3 span {
  font-style: italic;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#social .twitter-container:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid #55acee;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#social .twitter-container:before {
  content: '\e825';
  font-size: 15px;
  font-family: sidearm_font;
  color: white;
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 2;
}
#social .twitter-container .twitter-feed-tweets {
  width: 490px;
  height: 270px;
  overflow: hidden;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list {
  list-style-type: none;
  height: auto;
  width: 490px;
  white-space: nowrap;
  font-size: 0;
  margin: 0;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item {
  width: 490px;
  height: 135px;
  white-space: normal;
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: white;
  margin: 0 0 0px 0;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-profile-image {
  display: none;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body {
  display: block;
  position: absolute;
  top: 0px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-text {
  display: block;
  width: 490px;
  height: 135px;
  padding: 20px 30px 0 20px;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-text a {
  text-decoration: none;
  color: #00573d;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-text .jta-tweet-user-name .jta-tweet-user-screen-name {
  display: none;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-text .jta-tweet-user-name .jta-tweet-user-full-name {
  display: none;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-attributes {
  display: none;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions {
  display: block;
  font-size: 13px;
  text-align: right;
  height: 35px;
  position: absolute;
  bottom: 10px;
  width: 490px;
  line-height: 35px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0 30px 0 0;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-reply {
  display: inline-block;
  width: 25px;
  height: 30px;
  overflow: hidden;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-reply a {
  text-decoration: none;
  text-transform: lowercase;
  color: #00573d;
  font-size: 0px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-reply a:hover {
  color: #ffc423;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-reply a:after {
  content: '\e821';
  font-family: 'sidearm_font';
  font-size: 22px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-retweet {
  display: inline-block;
  width: 25px;
  height: 30px;
  overflow: hidden;
  margin: 0 2px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-retweet a {
  text-decoration: none;
  text-transform: lowercase;
  color: #00573d;
  font-size: 0px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-retweet a:hover {
  color: #ffc423;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-retweet a:after {
  content: '\e820';
  font-family: 'sidearm_font';
  font-size: 22px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-favorite {
  display: inline-block;
  width: 25px;
  height: 30px;
  overflow: hidden;
  margin: 0 2px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-favorite a {
  text-decoration: none;
  text-transform: lowercase;
  color: #00573d;
  font-size: 0px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-favorite a:hover {
  color: #ffc423;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item .jta-tweet-body .jta-tweet-actions .jta-tweet-action-favorite a:after {
  content: '\e824';
  font-family: 'sidearm_font';
  font-size: 22px;
}
#social .twitter-container .twitter-feed-tweets .jta-tweet-list .jta-tweet-list-item:after {
  content: '';
  width: 450px;
  height: 2px;
  border-bottom: 1px dotted #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 20px;
}
#large-ad-rotator {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
#large-ad-rotator .large-promo-container {
  width: 100%;
  height: 600px;
  margin: 40px 0 0 0;
  position: relative;
}
#large-ad-rotator .large-promo-container .large-promo-window {
  width: 2000px;
  height: 600px;
  overflow: hidden;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#large-ad-rotator .large-promo-container .large-promo-window .large-promo-belt {
  white-space: nowrap;
  width: auto;
  font-size: 0;
  height: 600px;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  bottom: 130px;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00573d;
  display: block;
  position: absolute;
  left: -500px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-prev:hover {
  background: #ffc423;
  cursor: pointer;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-prev:hover:before {
  color: #00573d;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-prev:before {
  content: '\e835';
  color: #ffc423;
  font-family: sidearm_font;
  font-size: 18px;
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00573d;
  display: block;
  position: absolute;
  right: -500px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-next:hover {
  background: #ffc423;
  cursor: pointer;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-next:hover:after {
  color: #00573d;
}
#large-ad-rotator .large-promo-container .ui-carousel-buttons .ui-carousel-next:after {
  content: '\e836';
  color: #ffc423;
  font-family: sidearm_font;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
footer {
  width: 100%;
  height: 230px;
  background: #00573d;
}
footer .school-logo {
  width: 120px;
  height: 40px;
  background: url(/images/school_logo.png) no-repeat;
  margin: 95px 20px 0 0;
  position: relative;
  float: left;
}
footer .school-logo:after {
  content: '';
  width: 1px;
  height: 130px;
  background: url(/images/nav_lines_repeater.png) repeat;
  position: absolute;
  right: -20px;
  top: -40px;
}
footer p.copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffc423;
  float: left;
  margin: 75px 0 0 20px;
  font-style: italic;
}
footer p.copyright span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
footer p.copyright a {
  text-decoration: none;
  color: #ffc423;
  text-transform: uppercase;
  font-size: 12px;
}
footer p.copyright a:hover {
  color: white;
}
footer p.copyright a.social:first-of-type {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background: url(/images/twitter_icon.png) no-repeat;
}
footer p.copyright a.social:nth-of-type(2) {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background: url(/images/facebook_icon.png) no-repeat;
}
footer p.copyright a.social:nth-of-type(3) {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background: url(/images/search_icon.png) no-repeat;
}
footer .sprite-container {
  float: left;
  margin: 85px 0 0 50px;
  width: 480px;
}
footer .sprite-container .sprite_ad {
  display: inline-block !important;
  margin: 0 21px 0 0;
}
footer .sprite-container .sprite_ad:last-of-type {
  margin: 0;
}
.sidebars {
  width: 100%;
  height: 45px;
  background-color: #ffc423;
  position: absolute;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  z-index: 99;
}
.sidebars ul.sidebar-links {
  width: 1040px;
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  text-align: right;
}
.sidebars ul.sidebar-links li {
  display: inline-block;
  text-align: right;
  height: 45px;
  line-height: 51px;
}
.sidebars ul.sidebar-links li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
  float: right;
  font-size: 15px;
  color: #00573d;
  padding: 0 11px;
  display: block;
  text-transform: uppercase;
  font-style: italic;
}
.sidebars ul.sidebar-links li:hover a {
  color: white;
}
.sidebars ul.sidebar-links li.sport-home {
  display: inline-block;
  float: left;
  margin-left: 0px;
}
.sidebars ul.sidebar-links li.sport-home a {
  font-family: 'antoniobold';
  text-decoration: none;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1px;
  color: #00573d;
  padding: 0 20px !important;
  font-style: normal;
}
.sidebars ul.sidebar-links li.parent {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  color: white;
}
.sidebars ul.sidebar-links li.parent a {
  color: #00573d;
}
.sidebars ul.sidebar-links li.parent ul {
  width: 150px;
  position: absolute;
  top: 32px;
  left: -9999px;
  z-index: 400;
  background-color: #ffc423;
  padding: 15px 0 15px 0;
}
.sidebars ul.sidebar-links li.parent ul li {
  width: 150px;
  display: block;
  height: 30px;
  margin-left: 00px;
}
.sidebars ul.sidebar-links li.parent ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #00573d;
  display: block;
  line-height: 20px !important;
  width: 100%;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sidebars ul.sidebar-links li.parent ul li a:hover {
  color: white;
  background: #00573d;
  cursor: pointer;
}
.sidebars ul.sidebar-links li.parent:hover {
  cursor: pointer;
}
.sidebars ul.sidebar-links li.parent:hover > a {
  color: white;
}
.sidebars ul.sidebar-links li.parent:hover ul {
  left: -15px;
  top: 40px;
}
.story-wrapper {
  width: 1040px;
  margin: 0px auto 40px auto;
  background: white;
}
.wide .contentDiv {
  width: 1040px;
  margin: 20px auto;
  background: white;
  padding: 20px;
  position: relative;
  *zoom: 1;
}
.wide .contentDiv:before,
.wide .contentDiv:after {
  content: "";
  display: table;
}
.wide .contentDiv:after {
  clear: both;
}
.wide.story .contentDiv {
  padding: 0px;
}
.article-wrapper.sportfile {
  padding: 40px;
  *zoom: 1;
}
.article-wrapper.sportfile:before,
.article-wrapper.sportfile:after {
  content: "";
  display: table;
}
.article-wrapper.sportfile:after {
  clear: both;
}
.article-wrapper.sportfile .article-headline {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.flyout {
  top: 0 !important;
  left: auto !important;
  right: 0px !important;
  position: absolute;
}
.modal {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
  background: url(/wac.b63f.edgecastcdn.net/80B63F/images/owlsports.com/images/bg_wrapper_repeat.png);
}
.modal .popup {
  background: white;
  padding: 20px 20px 0 20px;
  width: 640px;
  height: 500px;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 99999;
}
.modal .close_popup:before {
  content: '\e83a';
  font-family: sidearm_font;
  font-size: 14px;
  color: #00573d;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .close_popup:hover {
  cursor: pointer;
}
.modal .allaccess_player {
  margin-top: 60px;
  height: 375px;
}
.youtube-modal-dialog {
  z-index: 1000;
}
.article-wrapper.news {
  background: white;
}
.article-wrapper.news .story-left-container {
  width: 680px;
  background: white;
  float: left;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrapper.news .story-left-container .article-headline {
  width: 510px;
  background: white;
  color: #00573d;
  font-family: 'antoniobold';
  font-size: 35px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 20px 0;
  float: left;
  border-bottom: 1px dotted #e5e5e5;
}
.article-wrapper.news .story-left-container .date-story_email {
  width: 150px;
  height: 131px;
  background: white;
  float: left;
  position: relative;
  border-bottom: 1px dotted #e5e5e5;
}
.article-wrapper.news .story-left-container .date-story_email .story_email {
  display: block;
  margin-left: 20px;
}
.article-wrapper.news .story-left-container .date-story_email .article-date {
  display: block;
  color: gray;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  padding: 40px 20px 0 20px;
}
.article-wrapper.news .story-left-container .date-story_email:before {
  content: '';
  width: 1px;
  height: 95px;
  background: url(/images/nav_lines_repeater.png) repeat;
  position: absolute;
  left: 0;
  top: 15px;
}
.article-wrapper.news .story-left-container .article-image {
  width: 660px;
  height: 370px;
  margin: 20px 0 20px 0;
}
.article-wrapper.news .story-left-container .article-image .media_object_image {
  width: 660px !important;
}
.article-wrapper.news .story-left-container .article-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: gray;
  padding: 0 20px 20px 0;
}
.article-wrapper.news .story-left-container:before {
  content: '';
  width: 2000px;
  height: calc(100% + 2px);
  position: absolute;
  left: -2000px;
  top: 0;
  background: white;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrapper.news .headlines {
  width: 320px;
  background: #e5e5e5;
  float: left;
  padding: 20px 0 40px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.article-wrapper.news .headlines .story_ad {
  margin: 0 0 20px 0;
}
.article-wrapper.news .headlines .title {
  display: block;
  background: #00573d;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'antoniobold';
  font-weight: 700;
  padding: 25px 20px 20px 20px;
}
.article-wrapper.news .headlines .highlight {
  width: 300px;
  height: 295px;
  background: transparent;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  position: relative;
}
.article-wrapper.news .headlines .highlight img {
  width: 260px;
  height: 150px;
  padding: 20px 20px 0 20px;
}
.article-wrapper.news .headlines .highlight .story-headline {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #00573d;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
  margin: 10px auto 20px auto;
}
.article-wrapper.news .headlines .highlight .headline-date {
  display: block;
  color: gray;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.article-wrapper.news .headlines .highlight .headline-date span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.article-wrapper.news .headlines .highlight:hover {
  background: white;
}
.article-wrapper.news .headlines:before {
  content: '';
  width: 2000px;
  height: 100%;
  position: absolute;
  right: -2000px;
  top: 0;
  background: #e5e5e5;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
}
/* Default datagrid Items */

.default_dgrd_header {
  background-color: #003e30;
  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: #003e30;
  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: #003e30;
  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;
}
.youtube-modal {
  z-index: 100000;
}
.top-stories-sponsor {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.top-stories-sponsor button {
  padding: 5px 10px;
  background: #00573d;
  color: white;
  line-height: 1em;
  display: inline-block;
  cursor: pointer;
}
