@import 'https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro';
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #002654;
  color: white;
  outline: none;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
  outline: none;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white url(/images/responsive/bg_header.png) fixed no-repeat;
}
@font-face {
  font-family: 'sinkin_sans700_bold';
  src: url('fonts/SinkinSans-700Bold-webfont.eot');
  src: url('fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SinkinSans-700Bold-webfont.woff') format('woff'), url('fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'), url('fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Mixins*/
/*Social Media Brand Colors*/
/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
.row {
  max-width: 1128px;
  margin: 0 auto;
}
.storypage .main-content-placeholder {
  max-width: 1128px;
  margin: 20px auto 40px auto;
}
.wide .main-content-placeholder {
  max-width: 1128px;
  margin: 20px auto 40px auto;
  background: white;
  padding: 20px;
}
.main-content-placeholder {
  margin: 20px auto;
}
#header {
  padding: 14px 0;
  background: #008751;
}
#header .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#header .row:before,
#header .row:after {
  content: none;
}
#header .row > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#header .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 0 20px;
}
#header .ads-container .ad {
  border: 2px solid #d1cec6;
  padding: 1px;
  margin: 0 3px;
}
#header .ads-container .ad span {
  color: #d1cec6;
  font-size: 18px;
}
#header .ads-container .ad span span {
  display: none;
}
#header .ads-container .ad:hover i {
  color: white;
}
#header #search-btn {
  position: relative;
  height: 100%;
  z-index: 9001;
}
#header #search-btn .search_button {
  border: 2px solid #d1cec6;
  padding: 1px;
  margin: 0 0 0 3px;
  cursor: pointer;
}
#header #search-btn .search_button i {
  color: #d1cec6;
  font-size: 18px;
}
#header #search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 45px;
  opacity: 0;
  left: -9999px;
  z-index: 9001;
}
#header #search-btn #search label {
  position: absolute;
  left: -9999px;
}
#header #search-btn #search input[type="text"] {
  width: 150px;
  display: block;
  height: 40px;
  background: #008751;
  border: none;
  color: white;
}
#header #search-btn #search input[type="submit"] {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: #d1cec6;
  color: white;
  border-radius: 0px;
}
#header #search-btn.active .search_button i {
  color: white;
}
#header #search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
}
#navigation {
  position: relative;
  z-index: 9000;
  transition: 0.35s;
  width: 100%;
}
#navigation h2.hide {
  color: white;
}
#navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
}
#navigation.headroom--not-top .main-navigation .logo {
  width: 95px;
  height: 84px;
  background: url(/images/responsive/logo_scroll.png);
  margin: 38px 0 0 25px;
}
#navigation #main-navigation {
  background: url(/images/responsive/nav_bg.png);
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #002654;
}
#navigation .main-navigation {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  align-items: center;
  -webkit-align-items: center;
  height: 55px;
  max-width: 1128px;
  margin: 0 auto;
}
#navigation .main-navigation .logo {
  position: relative;
  z-index: 9000;
  display: block;
  margin: -9px 0 0 0;
  outline: none;
  width: 153px;
  height: 136px;
  background: url(/images/responsive/logo.png) no-repeat center;
  transition: 0.35s;
}
#navigation .main-navigation .main-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
#navigation .main-navigation .main-navigation-level-1 > li {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 55px;
  margin: 0 16px;
  /* assumes class name sports was set in backend */

}
#navigation .main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 100%;
  text-transform: uppercase;
  position: relative;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover {
  cursor: pointer;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover > a {
  color: #008751;
}
#navigation .main-navigation .main-navigation-level-1 > li:hover > div {
  left: 0;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports .inside {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports ul {
  max-width: none;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002654;
  margin: 0 5px;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
  text-transform: uppercase;
}
#navigation .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;
  line-height: 1em;
}
#navigation .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;
  color: black;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.facebook {
  display: none;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.twitter:before {
  content: '\e825';
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.instagram {
  display: none;
}
#navigation .main-navigation .main-navigation-level-1 > li.main-navigation-sports li a.tickets {
  display: none;
}
#navigation .main-navigation .main-navigation-level-1 > li:last-of-type {
  margin: 0 0 0 16px;
}
#navigation .main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 8999;
  left: -9999px;
  top: 55px;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background: white;
}
#navigation .main-navigation .main-navigation-level-2 .inside {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  padding: 20px 0 20px 25px;
  max-width: 1128px;
  margin: 0 auto;
}
#navigation .main-navigation .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  list-style: none;
  padding: 0;
  margin: 10px 15px;
  min-width: 394px;
}
#navigation .main-navigation .main-navigation-level-2 li {
  padding: 5px 10px;
  line-height: 1em;
}
#navigation .main-navigation .main-navigation-level-2 li:hover:not(.separator) {
  background: #008751;
}
#navigation .main-navigation .main-navigation-level-2 li:hover:not(.separator) a {
  color: white !important;
}
#navigation .main-navigation .main-navigation-level-2 li:hover:not(.separator) a:before {
  color: white !important;
}
#navigation .main-navigation .main-navigation-level-2 li.separator {
  border: none;
  margin: 0 0 5px 0;
}
#navigation .main-navigation .main-navigation-level-2 li.separator span {
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: #444444;
  text-transform: uppercase;
}
#navigation .main-navigation .main-navigation-level-2 span {
  color: #002654;
}
#navigation .main-navigation .main-navigation-level-2 a {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002654;
}
#navigation .mobile_menu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 10px;
  background: white;
}
#navigation .mobile_menu > a {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  outline: none;
  margin: 15px 0 0 0;
}
#navigation .mobile_menu .icon-menu {
  position: relative;
  z-index: 998;
  color: #002654;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#navigation .mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: white;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 9000;
  overflow: hidden;
  line-height: 1em;
}
#navigation .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%;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li {
  line-height: 1em;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a {
  text-decoration: none;
  display: block;
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: #002654;
  text-transform: uppercase;
  position: relative;
  padding: 10px 20px;
  outline: none;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
#navigation .mobile_menu .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: white;
}
#navigation .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: #002654;
  font-style: normal;
}
#navigation .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: #002654;
  font-style: normal;
}
#navigation .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%);
  transition: 0.25s;
  background-color: white;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li {
  line-height: 1em;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002654;
  padding: 10px 20px;
  outline: none;
}
#navigation .mobile_menu .off-canvas-menu .level-2 > li.separator a {
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: #444444;
}
#navigation .mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s;
}
#navigation .mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: white;
  z-index: 2;
  color: #002654;
}
#navigation .sport-navigation {
  width: 100%;
  background: #008751;
  z-index: 8998;
  height: 55px;
  position: relative;
  z-index: 8998;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#navigation .sport-navigation .row {
  position: relative;
}
#navigation .sport-navigation ul.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  display: flex;
  display: -webkit-flex;
  height: 55px;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
}
#navigation .sport-navigation ul.level-1 > li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  text-decoration: none;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  height: 100%;
  padding: 0 10px;
}
#navigation .sport-navigation ul.level-1 > li.sport-home {
  position: absolute;
  top: 0;
  left: 175px;
  margin: 0;
  padding: 0;
}
#navigation .sport-navigation ul.level-1 > li.sport-home a {
  font-family: sinkin_sans700_bold;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}
#navigation .sport-navigation ul.level-1 > li > div a {
  text-decoration: none;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  outline: none;
  text-transform: uppercase;
}
#navigation .sport-navigation ul.level-1 > li > ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 230px;
  z-index: 9000;
  background: #008751;
}
#navigation .sport-navigation ul.level-1 > li > ul.level-2 > li {
  padding: 10px;
  line-height: 1em;
}
#navigation .sport-navigation ul.level-1 > li > ul.level-2 > li > a {
  text-decoration: none;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}
#navigation .sport-navigation ul.level-1 > li:hover {
  cursor: pointer;
}
#navigation .sport-navigation ul.level-1 > li:hover > ul.level-2 {
  right: 0;
  left: auto;
}
#navigation .sport-navigation .sports-menu.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: relative;
  height: 100%;
  padding: 0 10px;
  background: #008751;
}
#navigation .sport-navigation .sports-menu.mobile .sports-mobile-navigation-home a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: sinkin_sans700_bold;
  font-size: 22px;
  color: white;
  outline: none;
}
#navigation .sport-navigation .sports-menu.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#navigation .sport-navigation .sports-menu.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
  line-height: 1em;
}
#navigation .sport-navigation .sports-menu.mobile > ul > li.more {
  line-height: 2;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}
#navigation .sport-navigation .sports-menu.mobile > ul > li > a {
  line-height: 2;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-decoration: none;
  outline: none;
}
#navigation .sport-navigation .sports-menu.mobile > ul > i {
  margin-left: auto;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
  transition: 0.2s opacity;
  opacity: 0;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 {
  display: block;
  background: #008751;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li {
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 1em;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-decoration: none;
  outline: none;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
  font-style: normal;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open {
  position: relative;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
  font-style: normal;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
  width: 100%;
  background: #008751;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-2 li {
  padding: 0;
  border: none;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-2 li a {
  display: block;
  padding: 4px 15px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  outline: none;
}
#navigation .sport-navigation .sports-menu.mobile .dropdown-menu .level-2 li a:after {
  content: none !important;
}
body.mobile-menu-open.sports-nav #navigation .sport-navigation .sports-menu.mobile .dropdown-menu {
  left: 0;
  transition: 0.2s opacity;
  opacity: 1;
}
#top-stories .row {
  position: relative;
}
#top-stories .slick-list {
  height: 750px;
}
#top-stories .top-stories-item {
  position: relative;
  height: 635px;
}
#top-stories .top-stories-item .top-stories-media {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

}
#top-stories .top-stories-item .top-stories-media > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#top-stories .top-stories-item .top-stories-media:before {
  content: '';
  width: 100%;
  height: 634px;
  background: url(/images/responsive/mainstory_gradient.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#top-stories .top-stories-item .top-stories-text {
  width: 455px;
  /*height: 255px;*/
  height: 170px;
  background: #008751;
  position: absolute;
  left: 95px;
  /*bottom: -110px;*/
  bottom: -80px;
  z-index: 3;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
#top-stories .top-stories-item .top-stories-text .top-stories-headline {
  padding: 35px;
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2em;
  display: block;
}
#top-stories .top-stories-item .top-stories-text > div {
  border-top: 2px solid white;
  padding: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#top-stories .top-stories-item .top-stories-text > div > a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#top-stories .top-stories-item .top-stories-text > div > div {
  border: 2px solid white;
  padding: 2px;
  color: white;
}
#top-stories .top-stories-thumbnails {
  position: absolute;
  /*bottom: 57px;*/
  bottom: 80px;
  right: 0;
}
#top-stories .top-stories-thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#top-stories .top-stories-thumbnails ul li {
  margin: 0 1px;
  position: relative;
  cursor: pointer;
}
#top-stories .top-stories-thumbnails ul li.top-stories-active:before {
  content: none;
}
#top-stories .top-stories-thumbnails ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
#top-stories .top-stories-archives a {
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  float: right;
  background-color: #008751;
  padding: 8px 16px 8px 8px;
}
#promos {
  margin: 45px 0;
  position: relative;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
#promos ul.slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
  border-top: 3px solid white;
}
#promos ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
  color: white;
}
#promos ul.slick-dots li.slick-active button {
  background: #008751;
  color: white;
}
#promos ul.slick-dots li button {
  width: 10px;
  height: 16px;
  border-radius: 100%;
  color: white;
  border: 3px solid white;
  background: #002654;
  outline: none;
}
#calendar {
  margin: 45px 0;
}
#calendar .row {
  text-align: center;
}
#calendar .calendar_tabs > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#calendar .calendar_tabs > ul div {
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: #008751;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
#calendar .calendar_tabs > ul li {
  margin: 0 10px 0 0;
}
#calendar .calendar_tabs > ul li.ui-state-active a {
  color: #002654;
}
#calendar .calendar_tabs > ul li a {
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
#calendar .calendar_tabs > section {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 100%;
}
#calendar .calendar_tabs > section[aria-hidden=false] {
  left: 0;
  position: relative;
  opacity: 1;
}
#calendar .media {
  padding: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#calendar .media li {
  font-size: 0;
}
#calendar .media li i {
  font-size: 20px;
}
#calendar .media li .hide-acc {
  position: absolute;
  left: -999px;
}
#calendar .event-list {
  margin: 0 -10px;
  max-width: 1148px;
}
#calendar .event-list .slick-track {
  display: flex;
  display: -webkit-flex;
}
#calendar .event-list .game {
  margin: 0 10px;
  text-align: initial;
  background: white;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#calendar .event-list .game > header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#calendar .event-list .game > header .date {
  background: #008751;
  padding: 5px;
  height: 85px;
  width: 85px;
}
#calendar .event-list .game > header .date div {
  border: 2px solid white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-family: sinkin_sans700_bold;
  font-size: 16px;
  color: white;
  padding: 5px;
}
#calendar .event-list .game > header .date div span:last-of-type {
  font-size: 28px;
}
#calendar .event-list .game > header .game-info {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  text-align: right;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #008751;
  border-bottom: 2px solid #d1cec6;
  height: 85px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
#calendar .event-list .game > header .game-info div:first-of-type {
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: #002654;
}
#calendar .event-list .game .matchup {
  display: flex;
  display: -webkit-flex;
  padding: 29px 20px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#calendar .event-list .game .matchup > div {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #002654;
  margin: 0 0 0 10px;
  line-height: 1em;
}
#calendar .event-list .game .matchup > div .atvs {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #008751;
}
#calendar .event-list .game .matchup ul.media {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 38, 84, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: 0.35s;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#calendar .event-list .game .matchup ul.media li {
  line-height: 2em;
}
#calendar .event-list .game .matchup ul.media li a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
#calendar .event-list .game:hover .matchup ul.media {
  top: 0;
  transition: 0.35s;
}
#calendar .composite {
  padding: 22px;
  background: #008751;
  display: inline-block;
  margin: 20px auto 0 auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
  transition: 0.35s;
}
#calendar .composite:hover {
  background: #002654;
}
#calendar .eventArrows,
#calendar .resultarrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#calendar .eventArrows button,
#calendar .resultarrows button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
  margin: 0 -20px;
  pointer-events: all;
  transition: 0.35s;
}
#calendar .eventArrows button:before,
#calendar .resultarrows button:before {
  font-family: sidearm_font;
  font-size: 20px;
  color: #008751;
}
#calendar .eventArrows button:hover:before,
#calendar .resultarrows button:hover:before {
  color: #002654;
}
#calendar .eventArrows .slick-prev:before,
#calendar .resultarrows .slick-prev:before {
  content: '\e833';
}
#calendar .eventArrows .slick-next:before,
#calendar .resultarrows .slick-next:before {
  content: '\e832';
}
#aow {
  background: url(/images/responsive/aotw_bg.png);
  padding: 20px 0 45px 0;
  background-color: #002654;
}
#aow h2.hide {
  color: white;
}
#aow .awards-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#aow .awards-list > article {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
#aow .awards-list > article .athlete-photo {
  background: url(/images/responsive/aotw_highlight.png) center no-repeat;
}
#aow .awards-list > article .aow-info {
  background: url(/images/responsive/aotw_name_bg.png) no-repeat center;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #002654;
}
#aow .awards-list > article .aow-info a {
  display: block;
  text-decoration: none;
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
#aow .awards-list > article .aow-info a:last-of-type {
  font-size: 25px;
}
#aow .awards-list > article .aow-info div {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #d1cec6;
  text-transform: uppercase;
}
#aow .awards-list > div {
  margin: 0 20px;
}
#aow .awards-list .ad {
  margin: 0 0 20px 0;
}
.s-media {
  background: white;
  padding: 48px 0;
}
.s-media .c-contentstream__header {
  text-transform: uppercase;
  margin: 0 0 36px 0;
  color: #008751;
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: #008751;
  font-size: 28px;
}
.s-media .c-contentstream__header span {
  color: #002654;
}
.s-media .c-contentstream__filter {
  border-bottom: 2px solid #d8d8d8;
}
.s-media .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 0 12px;
  height: 48px;
  text-transform: uppercase;
  font-family: sinkin_sans700_bold;
  font-size: 1.125rem;
  color: black;
  transition: .25s;
}
.s-media .c-contentstream__filter-button.is-active {
  background: #008751;
  color: white;
}
.s-media .c-contentstream__filter-button i {
  font-size: 24px;
}
.s-media .c-contentstream__stream {
  margin: 36px -12px 0 -12px;
}
.s-media .c-contentstream__item {
  width: 33.3333%;
  padding: 12px;
}
.s-media .c-contentstream__item-inner {
  background: white;
  border: 1px solid #979797;
  position: relative;
}
.s-media .c-contentstream__instagram:hover .c-contentstream__instagram__overlay {
  opacity: 1;
}
.s-media .c-contentstream__instagram__link {
  display: block;
  text-decoration: none;
}
.s-media .c-contentstream__instagram__image {
  width: 100%;
}
.s-media .c-contentstream__instagram__details {
  background: #002654;
  padding: 0 24px;
  height: 65px;
}
.s-media .c-contentstream__instagram__user-picture {
  width: 65px;
}
.s-media .c-contentstream__instagram__user-username {
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
  margin: 0 0 0 24px;
}
.s-media .c-contentstream__instagram__overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: rgba(0, 38, 84, 0.8);
  opacity: 0;
  transition: .25s;
  font-family: sinkin_sans700_bold;
  font-size: 1.75rem;
  color: white;
}
.s-media .c-contentstream__instagram__likes {
  margin: 0 24px 0 0;
}
.s-media .c-contentstream__twitter__image {
  width: 100%;
}
.s-media .c-contentstream__twitter__main {
  padding: 24px;
  background: white;
}
.s-media .c-contentstream__twitter__user {
  background: #002654;
  padding: 0 24px;
}
.s-media .c-contentstream__twitter__user-image {
  height: 65px;
}
.s-media .c-contentstream__twitter__user-screen {
  margin: 0 0 0 24px;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
  transition: .25s;
  text-decoration: none;
  text-transform: lowercase;
}
.s-media .c-contentstream__twitter__user-screen:hover {
  color: #008751;
}
.s-media .c-contentstream__twitter__body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: black;
  line-height: 1.5;
}
.s-media .c-contentstream__twitter__body a {
  color: #008751;
  text-decoration: none;
}
.s-media .c-contentstream__twitter__body a:hover {
  text-decoration: underline;
}
.s-media .c-contentstream__twitter__actions {
  margin: 24px 0 0 0;
}
.s-media .c-contentstream__twitter__actions-item {
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__twitter__actions-link {
  font-size: 22px;
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__twitter__actions-link:hover {
  color: #008751;
}
.s-media .c-contentstream__video:hover .c-contentstream__video__details {
  opacity: 1;
}
.s-media .c-contentstream__video .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-media .c-contentstream__video .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-media .c-contentstream__video .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-media .c-contentstream__video .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #002654;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-media .c-contentstream__video .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-media .c-contentstream__video__media {
  padding-bottom: 56.25%;
}
.s-media .c-contentstream__video__media.video-is-playing .showcase-modal {
  left: 0;
}
.s-media .c-contentstream__video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-media .c-contentstream__video__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  color: #002654;
}
.s-media .c-contentstream__video__play-btn::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.s-media .c-contentstream__video__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  background: rgba(0, 38, 84, 0.8);
  padding: 24px;
}
.s-media .c-contentstream__video__title {
  text-transform: uppercase;
  font-family: sinkin_sans700_bold;
  font-size: 1.5rem;
  color: white;
}
.s-media .c-contentstream__facebook__image {
  width: 100%;
}
.s-media .c-contentstream__facebook__main {
  padding: 24px;
  background: white;
}
.s-media .c-contentstream__facebook__user {
  background: #002654;
  padding: 0 24px;
}
.s-media .c-contentstream__facebook__user-image {
  height: 65px;
}
.s-media .c-contentstream__facebook__user-screen {
  margin: 0 0 0 24px;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
  transition: .25s;
  text-decoration: none;
  text-transform: lowercase;
}
.s-media .c-contentstream__facebook__user-screen:hover {
  color: #008751;
}
.s-media .c-contentstream__facebook__body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: black;
  line-height: 1.5;
}
.s-media .c-contentstream__facebook__body a {
  color: #008751;
  text-decoration: none;
}
.s-media .c-contentstream__facebook__body a:hover {
  text-decoration: underline;
}
.s-media .c-contentstream__facebook__like {
  text-decoration: none;
  display: inline-block;
  margin: 24px 0 0 0;
  color: #002654;
  font-size: 22px;
  transition: .25s;
}
.s-media .c-contentstream__facebook__like:hover {
  color: #008751;
}
.s-media .load-more__container {
  margin: 12px 0 0 0;
}
.s-media .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 164px;
  height: 72px;
  background: #008751;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: white;
  transition: .25s;
}
.s-media .load-more__button:hover {
  background: #002654;
}
#sponsors {
  padding: 45px 0;
  background: #002654;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
#sponsors .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#sponsors .ad img {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
#sponsors ul.slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  list-style: none;
  margin: 20px 0 0 0;
}
#sponsors ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
#sponsors ul.slick-dots li.slick-active button {
  background: #008751;
}
#sponsors ul.slick-dots li button {
  width: 10px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid white;
  background: none;
  outline: none;
}
#footer {
  background: white;
  padding: 45px 0;
}
#footer .footer-logos {
  margin: 0 0 10px 0;
}
#footer .footer-logos .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#footer .footer-text {
  font-family: sinkin_sans700_bold;
  font-size: 18px;
  color: #002654;
  text-align: center;
}
#footer .footer-text a,
#footer .footer-text span {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
}
.story_wrapper.custom {
  background: white;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}
.story_wrapper.custom .story_image {
  width: 100%;
  position: relative;
}
.story_wrapper.custom .story_image .media_object_image {
  width: 100% !important;
  max-width: none;
}
.story_wrapper.custom .story_image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/responsive/mainstory_gradient.png);
  height: 100%;
  max-height: 634px;
  width: 100%;
}
.story_wrapper.custom .story_inner_wrapper {
  display: flex;
  display: -webkit-flex;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}
.story_wrapper.custom .story_inner_wrapper > div:first-child {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 2;
}
.story_wrapper.custom .story_inner_wrapper > div:last-child {
  max-width: 340px;
  width: 100%;
  margin: 0 0 0 20px;
}
.story_wrapper.custom .story_inner_wrapper .headline-box {
  margin: -95px 0 0 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
  background: #008751;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .story_headline {
  padding: 35px;
  border-bottom: 2px solid white;
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: white;
  line-height: 1.2em;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar {
  display: flex;
  display: -webkit-flex;
  padding: 25px 35px;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar > a {
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: white;
  border: 2px solid white;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar > a.social-bar-print {
  background: #6d0017;
  transition: 0.25s;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar > a.social-bar-twitter {
  background-color: #00aced;
  transition: 0.25s;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar > a.social-bar-facebook {
  background-color: #3b5998;
  transition: 0.25s;
}
.story_wrapper.custom .story_inner_wrapper .headline-box .social-bar > a.social-bar-email {
  background-color: #ff9c00;
  transition: 0.25s;
}
.story_wrapper.custom .story_inner_wrapper .story_content {
  padding: 25px 35px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002654;
}
.story_wrapper.custom .story_inner_wrapper .story_content a {
  color: #008751;
}
.story_wrapper.custom .related-news > header {
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: #002654;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #d1cec6;
  text-align: center;
  line-height: 1em;
}
.story_wrapper.custom .related-news > header span {
  color: #008751;
}
.story_wrapper.custom .related-news .headline {
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.story_wrapper.custom .related-news .headline > div {
  border: 2px solid #002654;
  padding: 2px;
  color: #002654;
  height: 26px;
}
.story_wrapper.custom .related-news .headline > a {
  text-decoration: none;
  font-family: sinkin_sans700_bold;
  font-size: 16px;
  color: #002654;
  margin: 0 0 0 10px;
}
.story_wrapper.custom .related-news .headline:hover div {
  background: #002654;
  color: white;
}
.story_wrapper.custom .related-news .headline:hover a {
  color: #008751;
}
@media screen and (max-width: 1140px) {
  #navigation .main-navigation .main-navigation-level-1 > li > a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1128px) {
  #header .row {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #top-stories .top-stories-item {
    height: auto;
  }
  #top-stories .slick-list {
    height: auto;
  }
  #top-stories .top-stories-item .top-stories-text {
    width: 100%;
    position: static;
    height: auto;
  }
  #top-stories .top-stories-thumbnails {
    display: none;
  }
  #calendar .event-list {
    margin: 0;
  }
  #calendar .eventArrows {
    justify-content: center;
    -webkit-justify-content: center;
    position: static;
    transform: none;
    -webkit-transform: none;
    margin: 20px 0 0 0;
  }
  #calendar .eventArrows button {
    margin: 0 10px;
  }
  #calendar .calendar_tabs > ul {
    padding: 0 10px;
  }
  #aow .awards-list {
    padding: 0 10px;
  }
  .s-media {
    padding: 48px 12px;
  }
}
@media screen and (max-width: 1024px) {
  #header .row > img {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 900px) {
  .story_wrapper .story_inner_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .story_wrapper .story_inner_wrapper > div:last-child {
    max-width: none;
    margin: 0;
  }
  #footer .footer-logos .ads-container {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .footer-logos .ads-container .ad {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .story_wrapper .story_inner_wrapper .headline-box .story_headline {
    font-size: 22px;
  }
  #top-stories .top-stories-item .top-stories-text .top-stories-headline {
    font-size: 22px;
  }
  #aow .awards-list > article .aow-info a:last-of-type {
    font-size: 1.2em;
  }
  .s-media .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .s-media .c-contentstream__item {
    width: 100%;
  }
  .story_wrapper .story_inner_wrapper .headline-box {
    margin: 0;
  }
  #calendar .calendar_tabs > ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  #calendar .calendar_tabs > ul > div {
    display: block;
    font-size: 22px;
  }
  #calendar .calendar_tabs > ul > li {
    display: inline-block;
  }
  #calendar .calendar_tabs > ul > li a {
    font-size: 22px;
  }
  #aow {
    padding: 10px 0;
  }
  #aow .awards-list {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #aow .awards-list > div {
    order: 1;
    -webkit-order: 1;
    margin: 10px 0;
  }
  #aow .awards-list > article {
    order: 2;
    -webkit-order: 2;
    margin: 10px 0;
  }
  #header .row > img {
    display: none;
  }
  #header .row {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 0 10px;
  }
}
.story_headline {
  font-family: sinkin_sans700_bold;
  font-size: 28px;
  color: #008751;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.ad.multi-ad.slick-slide a {
  display: inline-block;
  outline-offset: -5px !important;
}
.sidearm-story-template-post .sidearm-story-template-tabs > ul > li a {
  color: #444444 !important;
}
.sidearm-story-template-post .sidearm-story-template-tabs > ul > li.ui-state-active a {
  color: white !important;
}
.index-dfp {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.index-dfp .sidearm-dfp-ad {
  margin: 0;
}
.s-common-footer {
  border-top: 1px solid #efefef;
  margin-top: 60px;
}
.s-common-footer.s-common-footer--white {
  background: white;
}
.s-common-footer.s-common-footer--black {
  background: black;
}
.s-common-footer .s-common-footer__wrapper {
  max-width: 1464px;
  margin: 0 auto;
}
