@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/* 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 */
.row {
  max-width: 1040px;
}
.row.pad {
  padding: 0 20px;
}
#content-ad .dfp-ad {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
section > h1 {
  margin-bottom: 25px;
}
section .row > h1 {
  margin-bottom: 25px;
}
body {
  font: 14px/20px 'roboto condensed', sans-serif;
  color: black;
  background: url('/images/bg.jpg') no-repeat fixed top center;
  margin: 0;
  padding: 0;
}
.scroll {
  display: none;
}
A,
A:link,
A:visited {
  color: #c30e2e;
}
A:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 170px;
  left: 6%;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 5px;
  height: 5px;
  outline: none;
  background-color: white;
  border: 1px solid white;
  margin: 8px;
  border-radius: 100%;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background-color: #c30e2e;
  border-color: #c30e2e;
}
.slick-dots .slick-prev,
.slick-dots .slick-next {
  display: none !important;
}
/* Navigation */

.main-navigation {
  background-color: black;
  position: relative;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 17px;
  display: flex;
  display: -webkit-flex;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-navigation img {
  position: absolute;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .nav-text {
  width: 100%;
}
.main-navigation .nav-text .site-title {
  background-color: #c30e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 9px;
  padding: 5px;
}
.main-navigation .nav-text .site-title .row {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
}
.main-navigation .nav-text .site-title .row a {
  position: absolute;
  left: 0;
  top: -12px;
  height: 149px;
  width: 171px;
  z-index: 999;
}
.main-navigation .nav-text .site-title .row span {
  position: relative;
  padding-right: 10px;
}
.main-navigation .nav-text .site-title .row span:before {
  content: url('../images/main_logo.png');
  position: absolute;
  left: -200px;
  top: -5px;
  z-index: 99;
}
.main-navigation .nav-text .site-quote {
  background: white;
  font-style: italic;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: #c30e2e;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-navigation .nav-text .site-quote > div {
  padding-left: 200px;
}
.main-navigation a.scroll {
  height: 68px;
  width: 171PX;
}
.main-navigation a.scroll:before {
  content: url('../images/scroll_logo.png');
  position: absolute;
  z-index: 99;
}
.main-navigation .main-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  text-transform: uppercase;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 25px 0;
}
.main-navigation .main-navigation-level-1 > li {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* assumes class name sports was set in backend */

}
.main-navigation .main-navigation-level-1 > li:last-child {
  border-right: none;
}
.main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  color: white;
}
.main-navigation .main-navigation-level-1 > li:hover {
  cursor: pointer;
}
.main-navigation .main-navigation-level-1 > li:hover > a {
  color: #c30e2e;
}
.main-navigation .main-navigation-level-1 > li:hover > .main-navigation-level-2 {
  left: 0;
  top: 105px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li {
  display: flex;
  display: -webkit-flex;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a {
  margin: 0 8px;
  color: white;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  border: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: sidearm_font;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.facebook:before {
  content: '\e805';
  color: #2751a3;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.twitter:before {
  content: '\e825';
  color: #00b0ed;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.instagram:before {
  content: '\e811';
  color: #125688;
}
.main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 16px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.main-navigation .main-navigation-level-2 ul {
  margin: 25px;
  width: 400px;
  padding-top: 27px;
}
.main-navigation .main-navigation-level-2 ul:first-child {
  margin-left: 190px;
}
.main-navigation .main-navigation-level-2 li {
  padding: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-navigation .main-navigation-level-2 li .main-navigation-separator {
  color: #c30e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.main-navigation .main-navigation-level-2 li:not(.separator) {
  border-bottom: solid white 1px;
}
.main-navigation .main-navigation-level-2 li:not(.separator):hover {
  background-color: #c30e2e;
}
.main-navigation .main-navigation-level-2 li > a:first-child {
  margin-right: auto;
}
.main-navigation .main-navigation-level-2 span {
  color: black;
}
.main-navigation .main-navigation-level-2 a {
  text-decoration: none;
  color: white;
  margin: 0 8px;
}
.main-navigation .main-navigation-level-2 a.main-navigation-schedule-roster-news {
  text-transform: initial;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* Sports Navigation */

html.sport body .main-content-placeholder {
  margin-top: 235px;
}
html.sport body #sportNavigation {
  background-color: #c30e2e;
  top: 80px;
  -webkit-box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  box-shadow: 0 2px 3px rgba(1, 2, 2, 0.2);
  z-index: 100;
}
html.sport body #sportNavigation .sport-nav {
  width: 100%;
}
html.sport body #sportNavigation .sport-nav a {
  color: #c30e2e;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
html.sport body #sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 0 0 20px;
  list-style: none;
  padding: 0;
}
html.sport body #sportNavigation .sport-nav .level-1 > li {
  position: relative;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
  font-weight: 400;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.sport-home {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
  line-height: 50px;
  font-family: "roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #c30e2e;
  font-style: italic;
  margin-right: auto;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  margin: 0 20px 0 0;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.sport-home a {
  color: #c30e2e;
  text-decoration: none;
  font-family: "roboto Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 20px;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.sport-home .sponsor img {
  vertical-align: middle;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.dropdown {
  position: relative;
  color: #c30e2e;
}
html.sport body #sportNavigation .sport-nav .level-1 > li.dropdown:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
html.sport body #sportNavigation .sport-nav .level-1 > li .level-2 {
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 200px;
  background: white;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  z-index: 900;
  text-align: left;
  -webkit-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  -moz-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
}
html.sport body #sportNavigation .sport-nav .level-1 > li .level-2 > li {
  position: relative;
}
html.sport body #sportNavigation .sport-nav .level-1 > li .level-2 > li a {
  display: block;
  color: #c30e2e;
  font-family: "roboto Condensed", sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: 1px dotted #a9a8ab;
}
html.sport body #sportNavigation .sport-nav .level-1 > li .level-2 > li:hover a {
  color: white;
  background-color: #c30e2e;
}
html.sport body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) {
  background: #c30e2e;
  color: #c30e2e;
}
html.sport body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) > div > a {
  color: #c30e2e;
}
html.sport body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) .level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.sidebars .sport-nav {
  font-size: 14px;
  height: 40px;
  background: #a9a8ab;
  z-index: 10;
  top: 130px;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
}
.sidebars .sport-nav .row {
  height: 100%;
}
.sidebars .sport-nav a {
  color: white;
}
.sidebars .sport-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebars .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.sidebars .sport-nav .level-1 > li {
  margin: 0 8px;
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sidebars .sport-nav .level-1 > li:hover {
  cursor: pointer;
}
.sidebars .sport-nav .level-1 > li:hover a {
  color: #c30e2e;
}
.sidebars .sport-nav .level-1 > li a {
  text-decoration: none;
  color: white;
}
.sidebars .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  margin-left: 185px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.sidebars .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
}
.sidebars .sport-nav .level-1 > li.sport-home:hover a {
  color: white;
}
.sidebars .sport-nav .level-1 > li.sport-home a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.sidebars .sport-nav .level-1 > li.sport-home .sponsor span {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  line-height: 25px;
}
.sidebars .sport-nav .level-1 > li.parent {
  position: relative;
}
.sidebars .sport-nav .level-1 > li.parent a:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
.sidebars .sport-nav .level-1 > li.parent ul {
  position: absolute;
  left: -9999px;
  top: 50px;
  z-index: 1;
}
.sidebars .sport-nav .level-1 > li.parent:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #c30e2e;
}
.sidebars .sport-nav .level-1 > li.parent:hover ul {
  left: auto;
  right: 0;
}
.sidebars .sport-nav .level-1 > li.dropdown {
  position: relative;
}
.sidebars .sport-nav .level-1 > li.dropdown:after {
  content: '+';
  color: white;
  margin: 0 2px;
}
.sidebars .sport-nav .level-1 > li.dropdown:hover:after {
  color: #c30e2e;
}
.sidebars .sport-nav .level-1 > li.dropdown:hover .level-2 {
  right: 0;
  top: 40px;
  opacity: 1;
  left: auto;
}
.sidebars .sport-nav .level-1 > li.dropdown:hover .level-2 li a {
  color: #a9a8ab;
  line-height: 1.2;
}
.sidebars .sport-nav .level-2 {
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  background: white;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  z-index: 900;
  text-align: left;
}
.sidebars .sport-nav .level-2 li {
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sidebars .sport-nav .level-2 li:hover {
  background-color: white;
}
.sidebars .sport-nav .level-2 li:hover a {
  color: #c30e2e;
}
.sidebars .sport-nav .level-2 li:hover:after {
  display: none;
}
.sidebars .sport-nav .level-2 li a {
  color: #c30e2e;
  line-height: 2;
}
.sidebars .sport-nav .level-2 li a:after {
  display: none;
}
.sidebars .sport-nav.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: fixed;
  margin: 0;
  top: 100px;
}
.sidebars .sport-nav.mobile .sports-mobile-navigation-home {
  padding: 0 8px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
}
.sidebars .sport-nav.mobile .sports-mobile-navigation-home a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  margin-right: 10px;
}
.sidebars .sport-nav.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
  color: white;
}
.sidebars .sport-nav.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sidebars .sport-nav.mobile > ul > li.more {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #007dc3;
}
.sidebars .sport-nav.mobile > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #c30e2e;
  text-decoration: none;
}
.sidebars .sport-nav.mobile > ul > li > a:hover {
  text-decoration: underline;
}
.sidebars .sport-nav.mobile > ul > i {
  margin-left: auto;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sidebars .sport-nav.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 {
  display: block;
  border: 1px solid #a9a8ab;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li {
  display: block;
  border-bottom: 1px solid #4c4c4c;
  font-family: "roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  color: #4c4c4c;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open {
  position: relative;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
  opacity: 1;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-2 li {
  padding: 0;
  border: none;
}
.sidebars .sport-nav.mobile .dropdown-menu .level-2 li a {
  display: block;
  padding: 4px 15px;
  color: #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  line-height: 1;
}
.mobile-menu-open.sports-nav .sidebars .sport-nav.mobile .dropdown-menu {
  left: 0;
}
/* Off-Canvas Navigation */

body.offcanvas-nav:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile_menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: black;
}
.mobile_menu .icon-menu {
  position: relative;
  z-index: 998;
  color: white;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: black;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 999;
  overflow: hidden;
  line-height: 1;
}
.mobile_menu .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 50px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
.mobile_menu .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid gray;
}
.mobile_menu .off-canvas-menu .level-1 > li > a {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.mobile_menu .off-canvas-menu .level-1 > li > a:hover {
  background-color: #c30e2e;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #c30e2e;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #c30e2e;
}
.mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #930b23;
  text-decoration: none;
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: black;
  z-index: 2;
}
.headroom--not-top.main-navigation .nav-text .site-title {
  position: absolute;
  top: -35px;
}
.headroom--not-top.main-navigation .nav-text .site-title a {
  left: 320px;
}
.headroom--not-top.main-navigation .nav-text .site-title span {
  position: relative;
  padding-right: 10px;
}
.headroom--not-top.main-navigation .nav-text .site-title span:before {
  display: none;
}
.headroom--not-top.main-navigation .nav-text .site-title span:after {
  display: initial;
}
.headroom--not-top.main-navigation .main-navigation-level-1 > li:hover .main-navigation-level-2 {
  top: 75px;
}
.headroom--not-top .not-scroll {
  display: none;
}
.headroom--not-top .scroll {
  display: initial;
}
.headroom--not-top.sidebars .sport-nav {
  top: 70px;
}
.headroom--not-top.sidebars .sport-nav.mobile {
  top: 50px;
}
.main-content-placeholder {
  margin-top: 175px;
}
#before-fold .ui-tabs-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  background-color: black;
  color: white;
  list-style: none;
  height: 50px;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: solid 1px rgba(255, 255, 255, 0.25);
}
#before-fold .ui-tabs-nav li {
  height: 50px;
  width: 160px;
}
#before-fold .ui-tabs-nav li a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
}
#before-fold .ui-tabs-nav li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}
#before-fold .ui-tabs-nav li:nth-of-type(2) {
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}
#before-fold .ui-tabs-nav li i {
  margin-right: 8px;
  font-size: 18px;
}
#before-fold .ui-tabs-nav .ui-state-active {
  background-color: #c30e2e;
}
#before-fold .ui-tabs-panel {
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  overflow: hidden;
  top: 0;
  left: 0;
}
#before-fold .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
/* Headlines */

#headlines a {
  color: white;
  text-decoration: none;
}
#headlines .slick-list {
  height: 100% !important;
}
#headlines .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 4%;
}
#headlines .slick-dots li {
  display: inline-block;
}
#headlines .slick-dots button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 5px;
  height: 5px;
  outline: none;
  background-color: white;
  border: 1px solid white;
  margin: 8px;
  border-radius: 100%;
}
#headlines .slick-dots button:focus {
  outline: none;
}
#headlines .slick-active button {
  background-color: #c30e2e;
  border-color: #c30e2e;
}
#headlines .slick-prev,
#headlines .slick-next {
  display: none !important;
  font-size: 0;
  padding: 0;
  margin: 8px;
  border: 1px solid black;
  background: none;
  width: 1rem;
  height: 1rem;
}
#headlines .slick-prev:before,
#headlines .slick-next:before {
  font: 1rem/1 sidearm_font;
}
#headlines .slick-prev:focus,
#headlines .slick-next:focus {
  outline: none;
}
#headlines .slick-prev:before {
  content: '\e833';
}
#headlines .slick-next:before {
  content: '\e832';
}
#headlines .top-stories-item .top-stories-media img {
  width: 100%;
  height: 560px;
}
#headlines .top-stories-item .top-stories-text {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 25px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
#headlines .top-stories-item .top-stories-text .top-stories-info {
  background-color: #c30e2e;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px;
  height: 25px;
  font-size: 16px;
  position: absolute;
  top: 15px;
}
#headlines .top-stories-item .top-stories-text .top-stories-info .top-stories-sport {
  text-transform: uppercase;
}
#headlines .top-stories-item .top-stories-text .top-stories-info span {
  margin: 0 5px;
}
#headlines .top-stories-item .top-stories-text .top-stories-headline {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: solid 1px #c30e2e;
}
#headlines .top-stories-item .top-stories-text > a {
  text-align: right;
  color: #c30e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}
#content-ad {
  margin-top: 80px;
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
#content-ad-footer {
  padding-top: 80px;
}
#content-ad-footer .dfp-ad {
  margin: 0 auto;
}
/* Schedule and Results */

#schedule,
#results {
  height: 560px;
  width: 100%;
  background-color: black;
  padding: 35px 25px 60px 25px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
#schedule > h1,
#results > h1 {
  text-align: initial;
  font-family: 'fjalla one';
}
#schedule > h1 span,
#results > h1 span {
  color: #c30e2e;
}
#schedule > a,
#results > a {
  position: absolute;
  color: white;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  top: 50px;
  right: 25px;
}
#schedule .events-list,
#results .events-list {
  position: relative;
}
#schedule .events-list .event,
#results .events-list .event {
  max-width: 220px;
  height: 410px;
  margin-right: 23px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  position: relative;
  padding-top: 30px;
}
#schedule .events-list .event .oppLogo,
#results .events-list .event .oppLogo {
  height: 90px;
  width: 90px;
  margin: auto;
}
#schedule .events-list .event .oppLogo img,
#results .events-list .event .oppLogo img {
  height: 100%;
  margin: 0 auto;
}
#schedule .events-list .event .details-top,
#results .events-list .event .details-top {
  height: 125px;
  padding: 5px 0px 20px;
  margin-bottom: 20px;
  padding: 25px;
}
#schedule .events-list .event .details-top .eventSport,
#results .events-list .event .details-top .eventSport {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #c30e2e;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: solid 1px white;
}
#schedule .events-list .event .details-top .vsat,
#results .events-list .event .details-top .vsat {
  margin: 0 auto;
  position: relative;
  bottom: 15px;
  background-color: black;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 100%;
  border: solid 1px white;
  height: 30px;
  width: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#schedule .events-list .event .details-top .eventOpp,
#results .events-list .event .details-top .eventOpp {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  margin-top: 5px;
}
#schedule .events-list .event .details-top .eventLoc,
#results .events-list .event .details-top .eventLoc {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 30px 0px;
  color: #a9a8ab;
}
#schedule .events-list .event .details-bottom,
#results .events-list .event .details-bottom {
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  text-align: center;
  background-color: #a9a8ab;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#schedule .events-list .event .details-bottom .date,
#results .events-list .event .details-bottom .date {
  width: 100%;
}
#schedule .events-list .event .details-bottom .divider,
#results .events-list .event .details-bottom .divider {
  margin: 0 -40px 0 -35px;
}
#schedule .events-list .event .details-bottom .score,
#results .events-list .event .details-bottom .score {
  width: 100%;
}
#schedule .slick-dots,
#results .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 46%;
}
#schedule .events-list .event .details-bottom {
  background-color: #c30e2e;
}
#schedule .events-list .event .time {
  display: flex;
  display: -webkit-flex;
  min-width: 100px;
}
#schedule .events-list .event .divider {
  margin: 0 3px 0 -20px !important;
}
/* Social */

#social {
  color: white;
  background-image: url('../images/social_bg_repeater.png');
  min-height: 660px;
  padding: 85px 0 120px 0;
  margin-top: 80px;
}
#social h1 {
  position: absolute;
  text-transform: uppercase;
  font-family: 'fjalla one';
}
#social h1 span {
  color: #c30e2e;
}
#social .ui-tabs-panel {
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
  top: 0;
  left: 0;
}
#social .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#social .row .ui-tabs-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  list-style: none;
  margin-top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#social .row .ui-tabs-nav li {
  padding: 0 5px;
  border: solid 1px white;
  margin: 8px;
  height: 25px;
}
#social .row .ui-tabs-nav li a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#social .row .ui-tabs-nav li i {
  margin: 0 -3px 0 3px;
}
#social .row .ui-tabs-nav .ui-state-active {
  background-color: #c30e2e;
  border-color: #c30e2e;
}
#social .row .ui-tabs-nav > a {
  padding: 0 5px;
  border: solid 1px white;
  margin: 8px;
  color: inherit;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 25px;
}
#social .row section {
  min-height: 450px;
  max-width: 1000px;
}
#social .row section#facebook {
  display: flex;
  display: -webkit-flex;
}
#social .row section#facebook iframe {
  height: 400px;
  width: 490px;
  margin-right: 10px;
}
#social .row section#facebook .poll {
  height: 400px;
  width: 490px;
  margin-left: 10px;
  background-image: url('../images/fan_poll_bg.png');
  padding: 0 40px 40px 40px;
}
#social .row section#facebook .poll h2 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #c30e2e;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px white;
  padding: 20px;
  margin-bottom: 25px;
}
#social .row section#facebook .poll .poll_question {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
#social .row section#facebook .poll table {
  height: 175px;
}
#social .row section#facebook .poll table tbody tr td {
  position: relative;
}
#social .row section#facebook .poll table tbody tr td input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 3px;
}
#social .row section#facebook .poll table tbody tr td input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 50%;
}
#social .row section#facebook .poll table tbody tr td label {
  position: relative;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#social .row section#facebook .poll table tbody tr td label:before {
  content: '';
  height: 10px;
  width: 10px;
  cursor: pointer;
  background-color: white;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
}
#social .row section#facebook .poll .poll_submit_button_container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  bottom: 15px;
}
#social .row section#facebook .poll .poll_submit_button_container a {
  text-decoration: none;
  background-color: #c30e2e;
  color: white;
  padding: 10px 20px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
}
#social .row section#facebook .poll .poll_submit_button_container a:hover {
  background-color: #ee163c;
}
#social .row section#facebook .poll #poll_page_link {
  margin-top: -15px;
}
#social .row section#twitter .twitter-list .tweet-item-container {
  height: 400px;
  max-width: 316px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 25px 30px;
  margin: 0 24px;
  background-color: black;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item {
  height: 100%;
  position: relative;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-user {
  border-bottom: solid 1px white;
  padding-bottom: 25px;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-user .tweet-item-logo {
  margin-right: 10px;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-user .tweet-item-name {
  color: #c30e2e;
  margin: 0;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-user .tweet-item-username {
  color: #a9a8ab;
  margin: 0;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-user .tweet-item-username:before {
  content: '@';
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-body {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-body a {
  text-decoration: none;
}
#social .row section#twitter .twitter-list .tweet-item-container .tweet-item .tweet-item-actions {
  list-style: none;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#social .row section#instagram .instagram-list .instagram-item-container {
  margin-right: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item {
  max-width: 320px;
  height: 400px;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-image {
  height: 320px;
  max-width: 320px;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-image img {
  height: 100%;
  width: 100%;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 80px;
  padding: 15px 25px;
  background-color: black;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-top: none;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user .instagram-logo {
  margin-right: 10px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user .usernames {
  width: 100%;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user .usernames .instagram-name {
  color: #c30e2e;
  margin: 0;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user .usernames .instagram-username {
  color: #a9a8ab;
  margin: 0;
}
#social .row section#instagram .instagram-list .instagram-item-container .instagram-item .instagram-user .usernames .instagram-username:before {
  content: '@';
}
#social .row section .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 46%;
}
/* Videos */

#videos {
  color: white;
  position: relative;
  height: 580px;
  background-image: url('../images/social_bg_repeater.png');
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#videos h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'fjalla one';
}
#videos h1 span {
  color: #c30e2e;
}
#videos .row {
  position: relative;
}
#videos a {
  color: white;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#videos a .subscribe {
  width: 110px;
  height: 25px;
  padding-top: 2px;
  background-color: #c30e2e;
  text-transform: uppercase;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#videos a:hover .subscribe {
  background-color: #ee163c;
}
#videos .youtube-list {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#videos .youtube-list .youtube-list-item {
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 160px;
  width: 240px;
  margin-left: 30px;
  position: relative;
}
#videos .youtube-list .youtube-list-item:first-child {
  height: 350px;
  width: 490px;
  margin-left: 0;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-media {
  height: 280px;
  width: 100%;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-media img {
  height: 100%;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text {
  height: 70px;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text .title {
  display: initial;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text .views {
  display: none;
}
#videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  margin: auto;
  height: 50px;
  width: 50px;
}
#videos .youtube-list .youtube-list-item:nth-of-type(4) {
  position: absolute;
  top: 190px;
  left: 478px;
}
#videos .youtube-list .youtube-list-item:nth-of-type(5) {
  position: absolute;
  top: 190px;
  left: 741px;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media {
  height: 130px;
  position: relative;
  overflow: hidden;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media:before {
  content: '';
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media img {
  width: 100%;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media .youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container .youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media .youtube-modal-container .youtube-modal-player-container .youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media.video-is-playing .youtube-modal-container {
  z-index: 99999;
  left: 0;
  opacity: 1;
  color: #c30e2e;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media.video-is-playing .youtube-modal-container .youtube-modal-player-container {
  position: relative;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-media.video-is-playing .youtube-modal-container .youtube-modal-player-container .youtube-modal-close {
  position: absolute;
  top: 1px;
  right: -2px;
  font-size: 20px;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-text {
  text-transform: uppercase;
  background-color: #a9a8ab;
  height: 30px;
  width: 100%;
  padding: 5px;
  padding-top: 7px;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-text .title {
  display: none;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-text .views {
  display: flex;
  display: -webkit-flex;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-text .views p {
  margin: 0;
}
#videos .youtube-list .youtube-list-item .youtube-list-item-text a {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  margin: auto;
  height: 50px;
  width: 50px;
  color: inherit;
}
#videos .youtube-list .youtube-list-item:hover {
  cursor: pointer;
}
#videos .youtube-list .youtube-list-item:hover .youtube-list-item-media:before {
  opacity: 1;
}
#videos .youtube-list .youtube-list-item:hover .youtube-list-item-text {
  z-index: 1;
  background-color: #c30e2e;
}
#videos .youtube-list .youtube-list-item:hover a {
  display: initial;
}
/* Athelete of the Week */

#aow {
  padding: 25px 0;
  color: white;
  height: 515px;
  border-top: solid 1px #c30e2e;
  border-bottom: solid 1px #c30e2e;
  background-color: rgba(0, 0, 0, 0.5);
}
#aow .row {
  height: 100%;
  position: relative;
}
#aow .row > h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'fjalla one';
}
#aow .row > h1 span {
  color: #c30e2e;
}
#aow .row .awards-list {
  height: 100%;
}
#aow .row .awards-list .slick-list {
  height: 100% !important;
}
#aow .row .awards-list .slick-list .slick-track {
  height: 100%;
}
#aow .row .awards-list .award-item {
  height: 100%;
  position: relative;
}
#aow .row .awards-list .award-item .award-item-media {
  float: left;
  height: 100%;
  width: 400px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
#aow .row .awards-list .award-item .award-item-media:before {
  content: url('../images/aotw_image_frame.png');
  position: absolute;
  left: 0;
  top: 0;
}
#aow .row .awards-list .award-item .award-item-media img {
  width: 187px;
  height: 263px;
  z-index: 1;
}
#aow .row .awards-list .award-item .award-item-text {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 75px 15px 75px 400px;
}
#aow .row .awards-list .award-item .award-item-text .player-info .name {
  border-bottom: solid 1px white;
  padding-bottom: 5px;
}
#aow .row .awards-list .award-item .award-item-text .player-info .name .first {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 35px;
}
#aow .row .awards-list .award-item .award-item-text .player-info .name .last {
  color: #c30e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 35px;
}
#aow .row .awards-list .award-item .award-item-text .player-info .player-alt-info {
  display: flex;
  display: -webkit-flex;
  margin: 15px 0;
  font-style: italic;
}
#aow .row .awards-list .award-item .award-item-text .player-info .player-alt-info span {
  margin: 0 3px;
}
#aow .row .link-buttons {
  position: absolute;
  right: 20px;
  bottom: 100px;
  display: flex;
  display: -webkit-flex;
}
#aow .row .link-buttons a {
  text-decoration: none;
  color: white;
}
#aow .row .link-buttons div {
  background-color: #c30e2e;
  font-weight: 700;
  padding: 5px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#aow .row .link-buttons div:first-child {
  margin-right: 15px;
}
#aow .slick-dots {
  position: absolute;
  bottom: 48px;
  left: 50%;
}
/* Ads */

#promo-rotator {
  border-bottom: solid 1px #c30e2e;
  border-top: solid 1px #c30e2e;
  background-color: rgba(0, 0, 0, 0.5);
}
#promo-rotator .ads-container {
  position: relative;
}
#promo-rotator .ads-container .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#promo-rotator .ads-container button {
  font-size: 0;
  background-color: transparent;
  border: none;
}
#promo-rotator .ads-container button.slick-prev:before {
  padding: 0 4px 2px 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: '\e833';
  font-family: 'sidearm_font';
  position: absolute;
  left: 0;
  bottom: 44%;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: solid 1px white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 36px;
}
#promo-rotator .ads-container button.slick-next:before {
  padding: 0 0 2px 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  content: '\e832';
  font-family: 'sidearm_font';
  position: absolute;
  right: 0;
  bottom: 44%;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: solid 1px white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 36px;
}
#promo-rotator .ads-container button:hover:before {
  background-color: #c30e2e;
  border-color: #c30e2e;
}
#sponsors {
  background: url('../images/social_bg_repeater.png');
  color: white;
}
#sponsors .row.sponsors {
  width: 100%;
}
#sponsors .row.sponsors .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 40px 0;
}
#sponsors .row.sponsors .ads-container .ad {
  margin: 9px;
}
/* Footer */

#footer {
  min-height: 680px;
  background-color: black;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#footer .row .test {
  margin: 50px;
}
#footer .row .test #footer-logos {
  padding: 40px;
  width: 100%;
}
#footer .row .test #footer-logos .ads-container {
  border-bottom: solid 1px #c30e2e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 40px;
}
#footer .row .test #footer-logos .ads-container .ad {
  margin: 0 25px;
}
#footer .row .test .footer-not-logos {
  padding: 0 40px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#footer .row .test .footer-not-logos #hnu-info a {
  color: inherit;
  text-decoration: none;
}
#footer .row .test .footer-not-logos #hnu-info a:hover {
  color: #c30e2e;
}
#footer .row .test .footer-not-logos .social-links .ads-container {
  display: flex;
  display: -webkit-flex;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border: solid 1px white;
  border-radius: 50%;
  font-size: 24px;
  height: 40px;
  width: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 5px 10px;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:last-child {
  margin-right: 0;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad a {
  color: white;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad a i span {
  position: absolute;
  left: -9999999px;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:hover {
  cursor: pointer;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:hover:first-child {
  background-color: #4d70a8;
  border-color: #4d70a8;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:hover:nth-child(2) {
  background-color: #00bbf2;
  border-color: #00bbf2;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:hover:nth-child(3) {
  background-color: #c65090;
  border-color: #c65090;
}
#footer .row .test .footer-not-logos .social-links .ads-container .ad:hover:nth-child(4) {
  background-color: #cb3737;
  border-color: #cb3737;
}
/* Story Template */

.row.story {
  padding: 0;
}
.row.story .article-wrapper {
  background-color: white;
  padding-bottom: 20px;
}
.row.story .article-wrapper .article-image {
  max-width: 1000px;
}
.row.story .article-wrapper .article-image .article-showcase-player button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(195, 14, 46, 0.5);
  border: 5px solid white;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 5px rgba(195, 14, 46, 0.5);
}
.row.story .article-wrapper .article-image .article-showcase-player button:before {
  content: '\e861';
  color: white;
  font-size: 32px;
  font-family: sidearm_font;
}
.row.story .article-wrapper .article-image .article-showcase-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.row.story .article-wrapper .article-image > div {
  width: 100% !important;
}
.row.story .article-wrapper .article-image > div img {
  width: 100%;
}
.row.story .article-wrapper .below-image {
  display: flex;
  display: -webkit-flex;
  margin: 20px;
}
.row.story .article-wrapper .below-image .article-text {
  margin: 0 20px;
}
.row.story .article-wrapper .below-image .article-text .article-headline {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
}
.row.story .article-wrapper .below-image .article-text .article-info {
  background-color: #c30e2e;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  margin: 25px 0;
}
.row.story .article-wrapper .below-image .article-text .article-info span:nth-of-type(2) {
  margin: 0 3px 0 6px;
}
.row.story .article-wrapper .below-image .article-text .article-content {
  font-size: 16px;
}
.row.story .article-wrapper .below-image .related {
  border-left: solid 1px #a9a8ab;
  padding-left: 30px;
  margin-top: 10px;
}
.row.story .article-wrapper .below-image .related h1 {
  font-size: 22px;
  margin-top: 0;
}
.row.story .article-wrapper .below-image .related h1 i {
  margin: 0 3px 0 -3px;
}
.row.story .article-wrapper .below-image .related .top-stories-list {
  padding-left: 20px;
}
.row.story .article-wrapper .below-image .related .top-stories-list a {
  color: #a9a8ab;
  text-decoration: none;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item {
  display: flex;
  display: -webkit-flex;
  padding: 8px 0;
  position: relative;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item .top-stories-text p {
  margin: 0;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item .top-stories-text p.top-stories-date {
  color: #c30e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: -5px;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item .top-stories-text p.top-stories-headline {
  color: #a9a8ab;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item:before {
  content: ' ';
  border: solid 1px #a9a8ab;
  height: 15px;
  width: 15px;
  position: absolute;
  left: -30px;
  top: 23px;
  border-radius: 50%;
}
.row.story .article-wrapper .below-image .related .top-stories-list .top-stories-item:after {
  content: ' ';
  position: absolute;
  border-top: solid 1px #a9a8ab;
  left: -50px;
  top: 30px;
  width: 20px;
}
.wide .main-content-placeholder {
  width: 1000px;
  margin: 185px auto 0 auto;
  background-color: white;
  padding: 10px;
}
.wide .main-content-placeholder .sidearm-common {
  padding: 10px;
}
/* Default datagrid Items */

.default_dgrd_header {
  background-color: #c30e2e;
  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: #c30e2e;
  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: #c30e2e;
  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;
}
@media all and (max-width: 1024px) {
  .main-content-placeholder {
    margin-top: 115px;
  }
  html.sport body .main-content-placeholder {
    margin-top: 155px;
  }
  .nav-text .row {
    padding: 0;
    width: 100%;
  }
  .nav-text .site-title {
    position: absolute;
    left: -99999px;
  }
  .nav-text .site-quote {
    text-align: center;
  }
  .nav-text .scroll {
    display: initial;
  }
  .nav-text .scroll img {
    top: -7px;
    right: 5px;
  }
  #social .row section#facebook {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    height: 850px;
  }
  #social .row section#facebook iframe {
    margin: 0;
  }
  #social .row section#facebook .poll {
    margin: 0;
  }
  #videos {
    height: 830px;
  }
  #videos .row {
    height: 100%;
    margin-top: 40px;
    width: 520px;
  }
  #videos .row .youtube-list {
    max-width: 490px;
    height: 100%;
    margin: 0 auto;
  }
  #videos .row .youtube-list .youtube-list-item {
    position: absolute;
    margin: 10px 0;
  }
  #videos .row .youtube-list .youtube-list-item:first-child .youtube-list-item-text {
    background-color: #c30e2e;
  }
  #videos .row .youtube-list .youtube-list-item:nth-of-type(2) {
    top: 375px;
  }
  #videos .row .youtube-list .youtube-list-item:nth-of-type(3) {
    top: 375px;
    left: 250px;
  }
  #videos .row .youtube-list .youtube-list-item:nth-of-type(4) {
    top: 550px;
    left: 0;
  }
  #videos .row .youtube-list .youtube-list-item:nth-of-type(5) {
    top: 550px;
    left: 250px;
  }
  #videos .row .youtube-list .youtube-list-item .youtube-list-item-media:before {
    opacity: 1;
  }
  #videos .row .youtube-list .youtube-list-item .youtube-list-item-text a {
    display: initial;
  }
  #aow .row .awards-list .award-item .link-buttons {
    right: 10px;
    bottom: 0;
  }
}
@media all and (max-width: 900px) {
  #social h1 {
    position: initial;
  }
  #social .row .ui-tabs-nav {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 0;
  }
  #social .row .ui-tabs-nav li:first-child {
    margin-left: 0;
  }
  #social .row section#twitter .twitter-list .tweet-item-container {
    max-width: 100%;
  }
  #aow {
    padding-bottom: 100px;
  }
  #aow .row .link-buttons {
    bottom: -40px;
  }
  #schedule .events-list .event,
  #results .events-list .event {
    margin-right: 40px;
  }
}
@media all and (max-width: 768px) {
  #before-fold .ui-tabs-nav {
    position: relative;
    bottom: 40px;
  }
  #before-fold #headlines .top-stories-item .top-stories-media img {
    height: auto;
  }
  #before-fold #headlines .top-stories-item .top-stories-text {
    min-height: 320px;
    height: auto;
    position: initial;
    width: 100%;
  }
  #before-fold #headlines .top-stories-item .top-stories-text .top-stories-headline {
    padding: 10px 0;
  }
  #before-fold #headlines .top-stories-item .top-stories-text > span {
    text-align: left;
  }
  #before-fold #headlines .slick-dots {
    bottom: 100px;
    left: 20px;
  }
  #aow {
    height: 100%;
  }
  #aow .row .awards-list .award-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #aow .row .awards-list .award-item .award-item-media {
    width: 100%;
  }
  #aow .row .awards-list .award-item .award-item-media:before {
    position: initial;
    margin-left: -20%;
  }
  #aow .row .awards-list .award-item .award-item-media img {
    margin-left: -290px;
  }
  #aow .row .awards-list .award-item .award-item-text {
    margin: 0 25px;
  }
  #aow .row .link-buttons {
    bottom: -80px;
    right: 20px;
  }
  .row.story .article-wrapper .below-image {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .row.story .article-wrapper .below-image .article-text {
    width: 100%;
    padding-right: 40px;
  }
  .row.story .article-wrapper .below-image .related {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .main-content-placeholder {
    margin-top: 120px;
  }
  #content-ad {
    margin-top: 0 !important;
  }
  #social .row #facebook iframe {
    width: 100% !important;
  }
  #aow .link-buttons > a:nth-of-type(3),
  #aow .link-buttons > a:nth-of-type(4),
  #aow .link-buttons > a:nth-of-type(5),
  #aow .link-buttons > a:nth-of-type(6) {
    display: none;
  }
  html.sport body .main-content-placeholder {
    margin-top: 155px;
  }
  #schedule .events-list .event,
  #results .events-list .event {
    max-width: initial;
  }
  .site-quote > div {
    padding-left: 0 !important;
  }
  #footer .row .test .footer-not-logos .social-links .ads-container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #schedule > a {
    position: static !important;
  }
  #social .row .ui-tabs-nav li > a {
    visibility: hidden;
  }
  #social .row .ui-tabs-nav li i {
    visibility: visible;
    margin-left: -53px;
    display: block !important;
  }
  #social .row #facebook .poll {
    width: 100% !important;
  }
  .sidebars .sport-nav.mobile {
    top: 120px !important;
  }
  .mobile_menu {
    width: auto !important;
  }
  .wide .main-content-placeholder {
    width: auto !important;
  }
}
@media all and (max-width: 580px) {
  #before-fold .ui-tabs-nav {
    font-size: 14px;
    padding: 0;
  }
  #before-fold .ui-tabs-nav li {
    padding: 5px 15px;
    width: 100%;
  }
  #footer .row .test {
    margin: 10px;
  }
  #footer .row .test #footer-logos {
    padding: 20px;
  }
}
@media all and (max-width: 540px) {
  #videos {
    height: 100%;
  }
  #videos .youtube-list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  #videos .youtube-list .youtube-list-item {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    margin: 5px;
  }
  #videos .youtube-list .youtube-list-item:first-child {
    height: 160px;
    width: 240px;
  }
  #videos .youtube-list .youtube-list-item:first-child .youtube-list-item-media {
    width: 240px;
    height: 130px;
  }
  #videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text {
    width: 240px;
    height: 30px;
    background-color: #a9a8ab !important;
    padding: 5px;
  }
  #videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text .title {
    display: none;
  }
  #videos .youtube-list .youtube-list-item:first-child .youtube-list-item-text .views {
    display: flex;
    display: -webkit-flex;
  }
  #videos .youtube-list .youtube-list-item:hover:first-child .youtube-list-item-text {
    background-color: #c30e2e !important;
  }
  #before-fold #headlines .top-stories-item .top-stories-text {
    padding-bottom: 40px;
  }
  #before-fold #headlines .top-stories-item .top-stories-text > span {
    margin-top: 75px;
  }
  #social .row .ui-tabs-nav {
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  #before-fold .ui-tabs-nav {
    font-size: 12px;
  }
  #before-fold .ui-tabs-nav li {
    padding: 5px;
  }
  #social .row .ui-tabs-nav li i {
    display: none;
  }
  #aow {
    height: 100%;
  }
  #aow .row .awards-list .award-item .award-item-media:before {
    margin-left: -25%;
  }
}
@media all and (max-width: 380px) {
  #before-fold #headlines .top-stories-item .top-stories-text a .top-stories-headline {
    font-size: 24px;
  }
  #before-fold .ui-tabs-nav {
    font-size: 12px;
  }
  #before-fold .ui-tabs-nav li i {
    margin: 2px;
  }
  #videos a {
    text-decoration: none;
  }
  #videos a .subscribe {
    position: initial;
  }
  #aow {
    height: 100%;
  }
  #aow .row .awards-list .award-item .award-item-media:before {
    margin-left: -25%;
  }
  #footer .row .test #footer-logos {
    padding: 10px;
  }
}
@media all and (min-width: 1024px) {
  #aow .row .award-item .award-item-media img {
    position: relative;
    bottom: 30px;
    left: 5px;
  }
}
