@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #65b2e9;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 'Roboto', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white url(/images/bg.png) no-repeat top center fixed;
  overflow-y: scroll;
}
.row {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.wide .main-content-placeholder {
  max-width: 1152px;
  padding: 12px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}
.main-header > div {
  margin-left: auto;
  height: 60px;
}
.main-header .black_bar {
  height: 60px;
  width: 100%;
  background: black;
  line-height: 68px;
  font-size: 15px;
  overflow: hidden;
}
.main-header .black_bar span {
  letter-spacing: 13.05px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.sponsors {
  padding: 48px 0;
}
.sponsors .ad {
  padding: 0 12px;
  text-align: center;
}
.sponsors .ad img {
  display: inline-block;
}
.sponsors .slick-dots {
  margin: 24px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  list-style: none;
}
.sponsors .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 12px;
  background: #cbc9c9;
  text-indent: -9999px;
  cursor: pointer;
}
.sponsors .slick-dots li button {
  height: 12px;
  width: 12px;
  border: none;
  padding: 0;
  display: block;
  background: none;
  display: block;
  text-indent: -9999px;
}
.sponsors .slick-dots li.slick-active {
  background: #65b2e9;
}
.main-footer {
  border-top: 1px solid #cbc9c9;
  background: white;
}
.main-footer #copyright {
  padding: 24px 12px;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.main-footer #copyright p {
  margin: 0;
}
.main-footer #copyright a {
  text-decoration: none;
}
.main-footer #copyright a:hover {
  color: #65b2e9;
}
.main-footer .logosWrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 2px dotted black;
  padding: 30px 0;
}
.main-footer .logosWrapper .logo {
  padding: 0 12px;
}
#aow {
  background: black;
  padding: 40px 0 30px 0;
  border-top: 1px solid white;
}
#aow .aotw_header {
  margin-left: 75px;
  margin-right: 75px;
}
#aow .aotw_sponsor {
  text-align: center;
}
#aow .aotw_sponsor .ad {
  margin-bottom: 12px;
}
#aow .award-item:first-child {
  text-align: right;
}
#aow .award-item:first-child .award-item-media {
  order: 1;
  -webkit-order: 1;
}
#aow .award-item:first-child .award-item-text > h3 {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#aow .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 24px;
  right: 0;
}
#aow .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 12px;
  background: white;
  text-indent: -9999px;
  cursor: pointer;
}
#aow .slick-dots li button {
  height: 12px;
  width: 12px;
  border: none;
  padding: 0;
  display: block;
  background: none;
  display: block;
  text-indent: -9999px;
}
#aow .slick-dots li.slick-active {
  background: #65b2e9;
}
#aow .award-item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  align-items: center;
  -webkit-align-items: center;
}
#aow .award-item .award-item-media {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border: 2px solid white;
  border-radius: 4px;
}
#aow .award-item .award-item-text {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 24px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: white;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#aow .award-item .award-item-text > h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.0;
  margin: 5px 0;
}
#aow .award-item .award-item-text > h3:hover a {
  text-decoration: underline;
}
#aow .award-item a {
  color: #65b2e9;
  text-decoration: none;
}
.social {
  background: url(/images/social_bg_pattern.jpg);
  padding: 60px 0;
}
.social .slick-track {
  display: flex;
  display: -webkit-flex;
}
.social .mediaIcon {
  height: 40px;
  width: 40px;
  background: #ffc423;
  color: white;
  line-height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  text-align: center;
  font-size: 18px;
}
.social .content-stream-item-container {
  width: 33%;
  padding: 0 12px;
  display: flex;
  display: -webkit-flex;
  height: auto;
}
.social .content-stream-item-container .content-stream-item {
  background: white;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.social .content-stream-item-container .content-stream-item.twitter {
  padding: 24px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-body {
  padding: 25px 0;
  line-height: 24px;
  font-size: 17px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-body a {
  color: #65b2e9;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-user-name {
  text-transform: uppercase;
  margin: 0;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-name {
  font-weight: 400;
  font-size: 17px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-actions {
  margin-top: auto;
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-actions li {
  font-size: 20px;
  margin: 0 5px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-user {
  border-bottom: 1px dotted black;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-user > div {
  margin-right: 12px;
}
.social .content-stream-item-container .content-stream-item.twitter .tweet-item-user p {
  margin: 0;
}
.social .social-arrow-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  pointer-events: none;
  margin: 24px 0 0 0;
}
.social .social-arrow-container > a {
  height: 37px;
  pointer-events: all;
  margin: 0 5px;
  width: 37px;
  border: none;
  line-height: 37px;
  padding: 0;
  text-align: center;
  background: #65b2e9;
  color: white;
  display: block;
  border-radius: 100%;
  outline: none;
  background: black;
  color: white;
}
.social .social-arrow-container > a:hover {
  background: #65b2e9;
}
.social .social-arrow-container .slick-prev,
.social .social-arrow-container .slick-next {
  overflow: hidden;
}
.social .social-arrow-container .slick-prev:before,
.social .social-arrow-container .slick-next:before {
  content: '';
  display: block;
  height: 33px;
  width: 33px;
  line-height: 37px;
}
.social .social-arrow-container .slick-next:before {
  content: '\e836';
  margin-left: 1px;
  color: white;
  font-family: sidearm_font;
}
.social .social-arrow-container .slick-prev:before {
  content: '\e835';
  color: white;
  margin-left: -1px;
  font-family: sidearm_font;
}
.social .social-arrow-container .slick-prev {
  order: -1;
  -webkit-order: -1;
}
.social .social-arrow-container .slick-prev,
.social .social-arrow-container .slick-next {
  overflow: hidden;
  pointer-events: all;
  height: 37px;
  margin: 0 5px;
  width: 37px;
  border: 2px solid white;
  line-height: 37px;
  padding: 0;
  text-align: center;
  background: transparent;
  color: white;
  display: block;
  border-radius: 100%;
  outline: none;
}
.social .social-arrow-container .slick-prev:hover,
.social .social-arrow-container .slick-next:hover {
  background: white;
  border-color: white;
}
.social .social-arrow-container .slick-prev:hover:before,
.social .social-arrow-container .slick-next:hover:before {
  color: black;
}
.promo {
  border-top: 1px solid #cbc9c9;
  border-bottom: 1px solid #cbc9c9;
  background: white;
  overflow: hidden;
  position: relative;
}
.promo .promo-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 1152px;
  padding: 0 24px;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.promo .ads-container {
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.promo .slick-prev,
.promo .slick-next {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  outline: none;
  background: black;
  text-align: center;
  line-height: 54px;
  border: none;
  overflow: hidden;
  padding: 0;
}
.promo .slick-prev:before,
.promo .slick-next:before {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  display: block;
  color: white;
}
.promo .slick-prev:hover,
.promo .slick-next:hover {
  background: #65b2e9;
}
.promo .slick-prev:hover:before,
.promo .slick-next:hover:before {
  color: white;
}
.promo .slick-next {
  right: 24px;
}
.promo .slick-prev {
  left: 24px;
}
.promo .slick-next:before {
  content: '\e836';
  font-family: sidearm_font;
}
.promo .slick-prev:before {
  content: '\e835';
  font-family: sidearm_font;
}
.ad-rotator {
  background: white;
  border-top: 1px solid #cbc9c9;
  border-bottom: 1px solid #cbc9c9;
}
.ad-rotator .slick-slide img {
  margin: 0 auto;
}
.main-content-placeholder {
  position: relative;
  margin-top: 108px;
}
.sport .main-content-placeholder {
  margin-top: 156px;
}
.social-icons {
  position: fixed;
  right: 24px;
  z-index: 90001;
}
.social-icons a {
  display: block;
  height: 38px;
  line-height: 36px;
  margin-bottom: 12px;
  width: 38px;
  border-radius: 100%;
  background: #65b2e9;
  color: white;
  font-size: 18px;
  text-align: center;
  border: 1px solid white;
}
.social-icons a span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.social-icons a:hover {
  background: black;
}
#search-btn {
  position: relative;
  height: 100%;
  line-height: 68px;
  margin-left: auto;
  z-index: 90001;
}
#search-btn > i {
  color: white;
  font-size: 15px;
}
#search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 12px;
  opacity: 0;
  left: -9999px;
  z-index: 90001;
}
#search-btn #search label {
  position: absolute;
  left: -9999px;
}
#search-btn #search input {
  outline: none;
  border: none;
}
#search-btn #search input[type="text"] {
  width: 150px;
  display: block;
  height: 40px;
}
#search-btn #search input[type="submit"] {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: #65b2e9;
  color: black;
  border-radius: 0px;
}
#search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 100%;
}
.main-navigation {
  background: white;
  height: 60px;
  width: 100%;
  z-index: 9005;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.main-navigation.hover .header_logo {
  max-width: 100px;
  margin-top: 0;
}
.main-navigation .header_logo {
  position: absolute;
  left: 50%;
  margin-top: -16px;
  z-index: 9005;
  margin-left: 21px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-navigation navigation-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
}
.main-navigation.headroom--not-top .header_logo {
  max-width: 100px;
  margin-top: 0;
}
.main-navigation .main-navigation-inside {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  max-width: 1152px;
  margin-left: auto ;
  margin-right: auto;
}
.main-navigation .main-navigation-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  height: 60px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-navigation .main-navigation-level-1 a {
  text-decoration: none;
  position: relative;
  z-index: 19001;
}
.main-navigation .main-navigation-level-1 > li {
  display: flex;
  display: -webkit-flex;
  padding: 0 30px;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
}
.main-navigation .main-navigation-level-1 > li:nth-child(3) {
  margin-right: auto;
}
.main-navigation .main-navigation-level-1 > li:first-child {
  padding-left: 12px;
}
.main-navigation .main-navigation-level-1 > li:last-child {
  padding-right: 12px;
}
.main-navigation .main-navigation-level-1 > li:nth-last-child(3):hover .main-navigation-level-2,
.main-navigation .main-navigation-level-1 > li:nth-last-child(2):hover .main-navigation-level-2,
.main-navigation .main-navigation-level-1 > li:last-child:hover .main-navigation-level-2 {
  right: 0;
  left: auto;
}
.main-navigation .main-navigation-level-1 > li > a {
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  color: black;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.main-navigation .main-navigation-level-1 > li:hover > a {
  color: #65b2e9;
}
.main-navigation .main-navigation-level-1 > li:hover > a:after {
  content: '';
}
.main-navigation .main-navigation-level-1 > li:hover .main-navigation-level-2 {
  left: 0;
  opacity: 1;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-inside {
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul {
  width: 428px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li {
  *zoom: 1;
  display: flex;
  display: -webkit-flex;
  width: 428px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li:before,
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li:after {
  content: "";
  display: table;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li:after {
  clear: both;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a {
  float: left;
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a:last-child:after {
  content: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.roster {
  order: -2;
  -webkit-order: -2;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.schedule {
  order: -1;
  -webkit-order: -1;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-schedule-roster-news {
  margin: 0 5px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-schedule-roster-news.news {
  margin-right: 0;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a:first-child {
  order: -3;
  -webkit-order: -3;
  margin-right: auto;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a:first-child:after {
  content: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-social {
  width: 14px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  border: none;
  margin: 0 2px;
  font-size: 14px;
  color: transparent;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-social[href] {
  color: #cbc9c9;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-social:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: sidearm_font;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.main-navigation-social .icon-instagram {
  font-size: 9px;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.tickets {
  display: none;
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.facebook:before {
  content: '\e805';
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.twitter:before {
  content: '\e825';
}
.main-navigation .main-navigation-level-1 > li.main-navigation-sports .main-navigation-level-2 ul li a.instagram:before {
  content: '\e811';
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 {
  margin: 0;
  padding: 48px 24px 100px  24px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
  z-index: 8999;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  left: -9999px;
  top: 100%;
  opacity: 0;
  background: rgba(101, 178, 233, 0.95);
  width: 100%;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 44px;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul > li {
  padding: 6px;
  line-height: 20px;
  text-align: left;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul > li > a {
  color: white;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul > li.separator {
  border: none;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  padding: 0 6px 24px 6px  ;
  color: white;
  text-transform: uppercase;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul > li:not(.separator):hover {
  color: black;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 ul > li:not(.separator):hover a {
  color: black;
}
.main-navigation .main-navigation-level-1 > li .main-navigation-level-2 .ad {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile_menu {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  color: black;
  margin-left: auto;
}
.mobile_menu i {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  font-size: 21px;
}
.off-canvas-menu {
  width: 100%;
  z-index: 9001;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 100%;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.closed {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
.off-canvas-menu.opened {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #65b2e9;
  border-left: solid 1px #cbc9c9;
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
  color: white;
}
.off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.off-canvas-menu > ul > li {
  color: black;
  background: white;
  border-bottom: solid 1px #cbc9c9;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li:first-child {
  border-top: solid 1px #cbc9c9;
}
.off-canvas-menu > ul > li:last-child {
  border-bottom: solid 1px #cbc9c9;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 12px 9px 15px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.off-canvas-menu > ul > li .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu > ul > li .level-2 li {
  background: #e6e6e6;
  border-top: solid 1px #cbc9c9;
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  color: #ffc423;
  font-weight: 700;
  background: #65b2e9;
}
.off-canvas-menu > ul > li .level-2 li.separator a,
.off-canvas-menu > ul > li .level-2 li.separator span {
  color: white;
  padding: 9px 12px 7px 15px;
  font-size: 16px;
}
.off-canvas-menu > ul > li .level-2 a,
.off-canvas-menu > ul > li .level-2 span {
  padding: 9px 12px 7px 24px;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.off-canvas-menu > ul > li .level-2.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#sportNavigation {
  width: 100%;
  height: 48px;
  background: #79bde9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  z-index: 8999;
  top: 120px;
  left: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#sportNavigation .row {
  width: 100%;
}
#sportNavigation.headroom--not-top {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
}
#sportNavigation .sport-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
}
#sportNavigation .sport-nav .level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 48px;
}
#sportNavigation .sport-nav .level-1 > li {
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  font-size: 14px;
  position: relative;
  color: white;
}
#sportNavigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
}
#sportNavigation .sport-nav .level-1 > li.additional-links:before {
  content: 'More Links +';
  font-size: 17px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
#sportNavigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  padding-top: 0;
  margin-left: 0px;
  margin-top: 0px;
  border: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home a {
  font-size: 22px;
  color: white;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
#sportNavigation .sport-nav .level-1 > li.sport-home:after {
  content: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home:hover {
  background: none;
}
#sportNavigation .sport-nav .level-1 > li:last-child:after {
  content: none;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) {
  background: #65b2e9;
  color: white;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) .level-2 {
  right: 0px;
  left: auto;
}
#sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) > a {
  color: white;
}
#sportNavigation .sport-nav .level-1 > li > a {
  text-decoration: none;
  font-size: 17px;
  white-space: nowrap;
  text-align: center;
  color: white;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
#sportNavigation .sport-nav .level-2 {
  padding: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  margin: 0;
  list-style: none;
  background: #65b2e9;
  min-width: 225px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#sportNavigation .sport-nav .level-2 li {
  padding: 0px;
  text-align: right;
}
#sportNavigation .sport-nav .level-2 li a {
  text-decoration: none;
  font-size: 17px;
  display: block;
  padding: 8px 12px;
  white-space: nowrap;
  text-align: right;
  color: white;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
#sportNavigation .sport-nav .level-2 li a:hover {
  background: white;
  color: #65b2e9;
}
#sportNavigation .sports-mobile-navigation-home {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
#sportNavigation .sports-mobile-navigation-home a {
  color: black;
  font-weight: 700;
  display: block;
}
#sportNavigation .sports-mobile-navigation-container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 48px;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
}
#sportNavigation .sports-mobile-navigation-container a {
  text-decoration: none;
}
#sportNavigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0 ;
  margin-left: auto;
}
#sportNavigation .sports-mobile-navigation-container > ul > li {
  color: black;
  text-decoration: none;
  margin: 0 10px;
  text-transform: uppercase;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 0;
  cursor: pointer;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i {
  margin: 0 0 0 5px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li.more i.fa-sort-asc {
  padding-top: 6px;
}
#sportNavigation .sports-mobile-navigation-container > ul > li > a {
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
#sportNavigation .sports-mobile-navigation-menu {
  position: absolute;
  display: none;
}
.tabs {
  margin-top: 48px;
}
.tabs > ul {
  margin: 24px 0 48px 0;
  height: 37px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  list-style: none;
  padding: 0 12px;
}
.tabs > ul a {
  text-decoration: none;
}
.tabs > ul li.ui-state-active a {
  color: #65b2e9;
}
.tabs events-component > h4 {
  padding: 48px 0;
  background: white;
  border: 1px solid #cbc9c9;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}
.tabs .events-arrow-container,
.tabs .result-arrow-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: -61px;
  width: 100%;
  pointer-events: none;
}
.tabs .events-arrow-container > a,
.tabs .result-arrow-container > a {
  height: 37px;
  pointer-events: all;
  margin: 0 5px;
  width: 37px;
  border: none;
  line-height: 37px;
  padding: 0;
  text-align: center;
  background: #65b2e9;
  color: white;
  display: block;
  border-radius: 100%;
  outline: none;
  background: black;
  color: white;
}
.tabs .events-arrow-container > a:hover,
.tabs .result-arrow-container > a:hover {
  background: #65b2e9;
}
.tabs .events-arrow-container .slick-prev,
.tabs .result-arrow-container .slick-prev,
.tabs .events-arrow-container .slick-next,
.tabs .result-arrow-container .slick-next {
  overflow: hidden;
}
.tabs .events-arrow-container .slick-prev:before,
.tabs .result-arrow-container .slick-prev:before,
.tabs .events-arrow-container .slick-next:before,
.tabs .result-arrow-container .slick-next:before {
  content: '';
  display: block;
  height: 33px;
  width: 33px;
  line-height: 37px;
}
.tabs .events-arrow-container .slick-next:before,
.tabs .result-arrow-container .slick-next:before {
  content: '\e836';
  margin-left: 1px;
  color: black;
  font-family: sidearm_font;
}
.tabs .events-arrow-container .slick-prev:before,
.tabs .result-arrow-container .slick-prev:before {
  content: '\e835';
  color: black;
  margin-left: -1px;
  font-family: sidearm_font;
}
.tabs .events-arrow-container .slick-prev,
.tabs .result-arrow-container .slick-prev {
  order: -1;
  -webkit-order: -1;
}
.tabs .events-arrow-container .slick-prev,
.tabs .result-arrow-container .slick-prev,
.tabs .events-arrow-container .slick-next,
.tabs .result-arrow-container .slick-next {
  overflow: hidden;
  pointer-events: all;
  height: 37px;
  margin: 0 5px;
  width: 37px;
  border: 2px solid black;
  line-height: 37px;
  padding: 0;
  text-align: center;
  background: transparent;
  color: white;
  display: block;
  border-radius: 100%;
  outline: none;
}
.tabs .events-arrow-container .slick-prev:hover,
.tabs .result-arrow-container .slick-prev:hover,
.tabs .events-arrow-container .slick-next:hover,
.tabs .result-arrow-container .slick-next:hover {
  background: #65b2e9;
  border-color: #65b2e9;
}
.tabs .events-arrow-container .slick-prev:hover:before,
.tabs .result-arrow-container .slick-prev:hover:before,
.tabs .events-arrow-container .slick-next:hover:before,
.tabs .result-arrow-container .slick-next:hover:before {
  color: white;
}
.tabs .slick-track {
  display: flex;
  display: -webkit-flex;
}
.tabs .event {
  height: auto;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  width: 25%;
  min-height: 410px;
  padding: 0 12px;
}
.tabs .event .event-container {
  background: white;
  border: 1px solid #d9d9d9;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  line-height: 24px;
  font-size: 17px;
}
.tabs .event .event-container .top {
  height: 36px;
  line-height: 36px;
  background: black;
  line-height: 36px;
  color: #65b2e9;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.tabs .event .event-container .event-details {
  padding: 24px;
}
.tabs .event .event-container .event-links {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dotted black;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 140px;
}
.tabs .event .event-container .event-links .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.tabs .event .event-container .event-links .info ul li {
  font-size: 18px;
  margin: 0 5px;
}
.tabs .event .event-container .event-links .info ul li span {
  position: absolute;
  left: -9999px;
}
.tabs .event .event-container .event-links .info ul li a[href] {
  color: #ffc423;
}
.tabs .event .event-container .event-logos {
  padding: 24px 24px 0 24px;
  text-align: center;
}
.tabs .event .event-container .sport {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.tabs .event .event-container .vsat {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #cbc9c9;
  margin: 15px auto;
  line-height: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.tabs .ui-tabs-panel {
  width: 100%;
  max-width: 1152px;
  position: relative;
  opacity: 1;
  transition: 0.2s opacity;
  top: 0;
  left: 0;
}
.tabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.top-stories .story-arrows {
  z-index: 4;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
}
.top-stories .slick-prev,
.top-stories .slick-next {
  height: 54px;
  width: 54px;
  pointer-events: all;
  border-radius: 100%;
  outline: none;
  background: #65b2e9;
  text-align: center;
  line-height: 54px;
  border: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.top-stories .slick-prev:before,
.top-stories .slick-next:before {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  display: block;
  color: white;
}
.top-stories .slick-prev:hover,
.top-stories .slick-next:hover {
  background: white;
}
.top-stories .slick-prev:hover:before,
.top-stories .slick-next:hover:before {
  color: #65b2e9;
}
.top-stories .slick-next {
  right: 24px;
}
.top-stories .slick-prev {
  left: 24px;
}
.top-stories .slick-next:before {
  content: '\e836';
  font-family: sidearm_font;
}
.top-stories .slick-prev:before {
  content: '\e835';
  font-family: sidearm_font;
}
.top-stories .story {
  position: relative;
  font-size: 17px;
}
.top-stories .story > a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #65b2e9;
  line-height: 40px;
  text-align: center;
  color: white;
  text-decoration: none;
  z-index: 3;
}
.top-stories .story > a:hover {
  background: white;
  color: #65b2e9;
}
.top-stories .story-headline {
  padding: 60px 105px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
}
.top-stories .story-headline > .title a {
  color: white;
  text-decoration: none;
  line-height: 56px;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-stories .story-headline > .title a:hover {
  color: #65b2e9;
}
.top-stories .story-headline .title {
  margin-bottom: 10px;
}
.top-stories .summary > a {
  color: #65b2e9;
  text-decoration: none;
  font-size: 16px;
}
.top-stories .summary > a i:before {
  margin: 0;
}
.top-stories .story-media {
  position: relative;
}
.top-stories .story-media:before {
  content: '';
  background: url(/images/mainstory_repeater.png) repeat-x bottom center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  background: #f3f3f3;
}
.article-wrapper .story_left {
  background: white;
  padding: 40px 30px;
  flex: 1 1 768px;
  -webkit-flex: 1 1 768px;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 20px;
}
.article-wrapper .story_left .article-headline {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0;
}
.article-wrapper .story_left .date {
  margin: 10px 0;
  text-transform: uppercase;
}
.article-wrapper .social-icons {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px 0;
}
.article-wrapper .social-icons a {
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-weight: 400;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  padding: 0 10px 0 2px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .article-wrapper .social-icons a {
    font-size: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
  }
  .article-wrapper .social-icons a i {
    margin: 0 0 0 7px;
  }
}
.article-wrapper .social-icons a.social-column-twitter {
  background-color: #00aced;
}
.article-wrapper .social-icons a.social-column-facebook {
  background-color: #3b5998;
}
.article-wrapper .social-icons a.social-column-print {
  background-color: black;
}
.article-wrapper .social-icons a.social-column-email {
  background-color: #ff9c00;
}
.article-wrapper .social-icons a.social-column-pinterest {
  background-color: #bd081c;
}
.article-wrapper .social-icons a.social-column-google-plus {
  background-color: #dd4b39;
}
.article-wrapper .social-icons a i {
  font-size: 16px;
  color: white;
}
.article-wrapper .headlines > h2 {
  height: 85px;
  position: relative;
  line-height: 85px;
  background: #65b2e9;
  margin: 0;
  text-align: center;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-wrapper .headlines > h2 i {
  border-radius: 100%;
  border: 2px solid white;
  width: 36px;
  height: 36px;
  font-size: 18px;
  display: block;
  line-height: 34px;
  margin-right: 10px;
}
.article-wrapper .headlines > h2 i:before {
  margin: 0 0 0 -3px;
}
.article-wrapper .headlines > h2:after {
  width: 65px;
  content: '';
  height: 10px;
  background: url(/images/story_shape.png);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.article-wrapper .headlines .headlines-list {
  background: #f3f3f3;
  padding: 16px 30px;
}
.article-wrapper .headlines .headlines-list .headline {
  padding: 20px 0;
  border-bottom: 1px dashed black;
  font-weight: 500;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.article-wrapper .headlines .headlines-list .headline:last-child {
  border: none;
}
.article-wrapper .headlines .headlines-list .headline a {
  text-decoration: none;
}
.article-wrapper .headlines .headlines-list .headline a:hover {
  text-decoration: underline;
}
.article-wrapper .story_info {
  display: flex;
  display: -webkit-flex;
}
.article-wrapper .story_right {
  flex: 1 1 360px;
  -webkit-flex: 1 1 360px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper .story_right .ad {
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 1165px) {
  .main-header .black_bar span {
    letter-spacing: 11px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1165px) {
  #social .row.flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .awards-list .row .aotw_header {
    order: -1;
    -webkit-order: -1;
  }
  .aow-slider {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
  }
  #aow .award-item {
    display: flex;
    display: -webkit-flex;
  }
  #aow .aotw_header {
    margin-left: 0;
  }
  #aow .award-item .award-item-text > h3 {
    font-size: 30px;
  }
  #aow .award-item .award-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1130px) {
  .main-navigation .main-navigation-level-1 > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1065px) {
  .main-header .black_bar span {
    letter-spacing: 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1040px) {
  .main-navigation .main-navigation-level-1 > li {
    padding: 0 17px;
  }
}
@media screen and (max-width: 1023px) {
  .social-icons {
    display: none;
  }
  .top-stories .row.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .promo .ads-container {
    width: auto;
    transform: none;
    left: auto;
  }
  .sport .main-content-placeholder {
    margin-top: 108px;
  }
  #sportNavigation {
    top: 90px;
  }
  .main-content-placeholder {
    margin-top: 60px;
  }
  .main-navigation .header_logo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    max-width: 60px !important;
    margin: 0 12px;
    transform: none !important;
  }
  .main-navigation {
    top: 30px;
  }
  #search-btn {
    margin-left: 24px;
    line-height: 30px;
  }
  .main-header .black_bar {
    height: 30px;
    line-height: 30px;
  }
  .main-header .black_bar span {
    margin-left: auto;
    letter-spacing: 2px;
  }
  .article-wrapper .story_info {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .article-wrapper .story_left {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper .story_right {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 980px) {
  .top-stories .story-headline > .title a {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .top-stories .summary > a {
    color: black;
  }
  .top-stories .story-media:before {
    content: none;
  }
  .top-stories .story > a {
    background: white;
    color: #65b2e9;
  }
  .top-stories .story-headline {
    position: static;
    background: #65b2e9;
    padding: 24px;
    padding-bottom: 45px;
  }
  .top-stories .story-headline > .title a {
    color: black;
  }
  .top-stories .story-headline > .title a:hover {
    color: white;
  }
}
@media screen and (max-width: 767px) {
  .promo .promo-arrows {
    display: none;
  }
  .aow-slider {
    display: block;
  }
  .awards-list .row {
    display: block;
  }
  #aow .row {
    padding: 0;
  }
  #aow {
    padding: 48px 0;
  }
  #aow .award-item .award-item-text {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  #aow .aow-slider {
    margin: 0 auto;
  }
  #aow .aotw_header {
    margin: 0;
  }
  #aow .award-item {
    padding: 24px 12px 24px 12px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #aow .aotw_header > img {
    display: none;
  }
  #aow .slick-list {
    border-top: 1px solid #cbc9c9;
    margin: 18px 0 24px 0;
    border-bottom: 1px solid #cbc9c9;
    background: white;
  }
  #aow .aotw_header > h2 {
    display: block !important;
    position: relative;
    line-height: 40px;
    color: #65b2e9;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
  }
  #social .title {
    display: block !important;
    position: relative;
    line-height: 40px;
    color: white;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0 0 18px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
  }
  #aow .slick-dots {
    position: static;
    top: auto;
    right: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #aow .slick-dots li.slick-active {
    background: #65b2e9;
  }
  #aow .slick-dots li {
    background: #cbc9c9;
  }
  .upcoming {
    background: #cbc9c9;
  }
  #aow {
    background: url(/images/dropdown_bg_repeater.png);
  }
  #aow .award-item .award-item-text {
    color: black;
  }
  #aow .award-item a {
    color: #65b2e9;
  }
}
@media screen and (max-width: 680px) {
  .social .content-stream-item-container {
    width: 100%;
    padding: 12px ;
  }
}
@media screen and (max-width: 610px) {
  .main-header .black_bar span span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-stories .story-headline > .title a {
    font-size: 25px;
  }
}
@media screen and (max-width: 540px) {
  .story-arrows {
    display: none;
  }
  .main-footer .logosWrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer .logosWrapper .logo {
    width: 33.333%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .tabs .events-arrow-container,
  .tabs .result-arrow-container {
    padding: 0 12px;
  }
  .tabs .events-arrow-container > a,
  .tabs .result-arrow-container > a {
    margin-left: auto;
  }
  .article-wrapper .story_left .article-headline {
    font-size: 25px;
    line-height: 1.2;
  }
  #aow .award-item {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
  }
}
.main-header .black_bar span spanz2 {
  display: none;
}
@media screen and (max-width: 400px) {
  #aow .award-item .award-item-text {
    color: black;
  }
  #aow .award-item a {
    color: #65b2e9;
    font-size: 18px;
  }
  .main-header .black_bar span spanz2 {
    display: inline-block;
  }
  .main-header .black_bar span  spanz {
    display: none;
  }
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
