@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Titillium+Web:300,400,400i,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: white;
  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;
}
a.sidearm-skip-landing {
  background: white;
}
html.headroom--not-top .s-chatbox {
  bottom: 80px !important;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  height: 1600px;
}
.row {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.wide .main-content-placeholder {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 48px;
}
.wide.storypage .main-content-placeholder {
  padding-top: 0;
}
.main-content-placeholder {
  margin-top: 60px;
}
.sport .main-content-placeholder {
  margin-top: 130px;
}
.mobile-navigation-calendar-icon {
  color: #006747;
  line-height: 58px;
  height: 60px;
  display: inline-block;
  font-size: 18px;
  padding: 0 12px;
  cursor: pointer;
}
.mobile-navigation-calendar-icon:before {
  content: '\e874';
  display: block;
  font-family: sidearm_font;
}
.mobile-navigation-calendar-icon.active {
  color: #006747;
  font-size: 22px;
}
.mobile-navigation-calendar-icon.active:before {
  content: '\e84c';
}
.mobile-navigation-calendar-icon i {
  margin: 0;
}
.mobile_menu {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/*Scoreboard Gists*/

.sport .scoreboard-mobile {
  height: calc(100vh - 120px);
  top: 120px;
}
.scoreboard-mobile {
  position: fixed;
  z-index: 8999;
  background: white;
  display: none;
  top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 0.4s;
}
.scoreboard-mobile.active {
  transition: 0.4s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.scoreboard-mobile .leaderboard {
  padding: 12px;
  text-align: center;
  background: #e5e5e5;
}
.scoreboard-mobile .mobile-tabs .ui-tabs-panel {
  width: 100%;
  position: relative;
  padding: 0;
  opacity: 1;
  transition: 0.2s opacity;
  top: 0;
  left: 0;
}
.scoreboard-mobile .mobile-tabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
  transition: 0.2s opacity;
}
.scoreboard-mobile .mobile-tabs .events-container {
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}
.scoreboard-mobile .mobile-tabs .events-container .event {
  padding: 22px 12px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8;
  min-height: 91px;
  line-height: 23px;
  padding-right: 45px;
  position: relative;
  font-size: 16px;
}
.scoreboard-mobile .mobile-tabs .events-container .event .sport {
  font-weight: 700;
  color: #006747;
}
.scoreboard-mobile .mobile-tabs .events-container .event i:before {
  margin: 0;
}
.scoreboard-mobile .mobile-tabs .events-container .event.A {
  background: white;
}
.scoreboard-mobile .mobile-tabs .events-container .event.event-is-selected .media-links {
  opacity: 1;
  transition: 0.2s opacity;
  left: 0;
}
.scoreboard-mobile .mobile-tabs .events-container .event.event-is-selected .button i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: 0.2s;
  color: #006747;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links {
  background: rgba(255, 255, 255, 0.98);
  transition: 0.2s opacity;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px;
  padding-right: 45px;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links ul li {
  margin: 0 6px;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links ul a {
  color: transparent;
  text-decoration: none;
  display: none;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links ul a[href] {
  color: #b5b5b5;
  display: block;
}
.scoreboard-mobile .mobile-tabs .events-container .media-links ul li:first-child {
  margin-left: 0;
}
.scoreboard-mobile .mobile-tabs .events-container .button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 12px;
  z-index: 3;
  font-size: 20px;
  color: #b5b5b5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.scoreboard-mobile .mobile-tabs .events-container .button i {
  transition: 0.2s;
  display: block;
}
.scoreboard-mobile .mobile-tabs .events-container .events-list {
  overflow: auto;
}
.scoreboard-mobile .mobile-tabs .events-container .selector {
  padding: 13px 12px;
  background: #e5e5e5;
}
.scoreboard-mobile .mobile-tabs .events-container .selector select {
  border-radius: 4px;
  border: none;
}
.scoreboard-mobile .mobile-tabs .events-container .links > div {
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  background: black;
  font-size: 16px;
}
.scoreboard-mobile .mobile-tabs .events-container .links > div:first-child {
  background: #4d4d4d;
}
.scoreboard-mobile .mobile-tabs > header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  height: 58px;
}
.scoreboard-mobile .mobile-tabs > header > ul {
  height: 58px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  margin: 0;
  padding: 0;
}
.scoreboard-mobile .mobile-tabs > header > ul > li {
  line-height: 58px;
  margin: 0 6px;
  outline: none;
}
.scoreboard-mobile .mobile-tabs > header > ul > li.ui-state-active {
  border-bottom: 3px solid #006747;
}
.scoreboard-mobile .mobile-tabs > header > ul > li.ui-state-active > a {
  color: #006747;
}
.scoreboard-mobile .mobile-tabs > header > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  outline: none;
  color: #4d4d4d;
  text-decoration: none;
}
.scoreboard-mobile .mobile-tabs > header > a {
  margin-left: auto;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
}
.scoreboard-mobile events-component {
  width: 100%;
}
.scoreboard-links .mobile-links {
  display: none;
}
.scoreboard-links .mobile-links ul {
  display: flex;
  display: -webkit-flex;
  margin: 0;
  list-style: none;
  padding: 0;
}
.scoreboard-links .mobile-links ul li {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 6px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.scoreboard-links .mobile-links ul li > a {
  height: 28px;
  display: block;
  line-height: 28px;
  transition: 0.35s;
  text-align: center;
  text-transform: uppercase;
  color: #006747;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  text-decoration: none;
}
.scoreboard-links .mobile-links ul li > a.listen-cal {
  background: #9ccb3b;
}
.scoreboard-links .mobile-links ul li > a:hover {
  background: #005d40;
  transition: 0.35s;
  color: white;
}
#scoreboard {
  height: 110px;
  background: #006747 url(/images/responsive/top_cal_repeater.png);
  width: 100%;
}
.c-scoreboard {
  position: relative;
  background: #006747;
  margin-left: -1px;
}
.c-scoreboard .c-scoreboard__list {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding: 0 22px;
}
.c-scoreboard .c-scoreboard__item {
  position: relative;
  height: 110px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  border-right: 1px solid #005d40;
  overflow: hidden;
  padding: 19px 10px;
}
.c-scoreboard .c-scoreboard__item:hover .c-scoreboard__ctas {
  bottom: 0;
  transition: 0.35s;
}
.c-scoreboard .c-scoreboard__ctas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: #005d40;
  transition: 0.35s;
}
.c-scoreboard .c-scoreboard__ctas > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.c-scoreboard .c-scoreboard__ctas > ul li {
  font-size: 22px;
  margin: 0 ;
}
.c-scoreboard .c-scoreboard__ctas > ul li a {
  color: #005d40;
}
.c-scoreboard .c-scoreboard__ctas > ul li a[href] {
  color: white;
  transition: 0.35s;
}
.c-scoreboard .c-scoreboard__ctas > ul li a[href]:hover {
  color: #9ccb3b;
  transition: 0.35s;
}
.c-scoreboard .c-scoreboard__ctas > ul span {
  position: absolute;
  left: -9999px;
  color: white;
}
.c-scoreboard .c-scoreboard__details-top {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 20px;
}
.c-scoreboard .c-scoreboard__details-bottom {
  padding: 6px 0 0 0;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: white;
  line-height: 20px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-scoreboard .c-scoreboard__details-bottom .c-scoreboard__name.winner {
  font-weight: 700;
}
.c-scoreboard .c-scoreboard__score {
  color: white;
}
.c-scoreboard .c-scoreboard__score.winner {
  font-weight: 700;
}
.c-scoreboard .c-scoreboard__details-bottom__logos-hometeam {
  margin-bottom: 2px;
}
.c-scoreboard .c-scoreboard__sport {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.c-scoreboard .c-scoreboard__date {
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  color: #d9d9d9;
}
.c-scoreboard .c-scoreboard__date--container {
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-scoreboard .c-scoreboard__date--container .slash {
  margin: 0 4px;
}
.c-scoreboard .c-scoreboard__toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.c-scoreboard .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard .c-scoreboard__sports-list {
  border-right: 1px solid #005d40;
  max-width: 168px;
  margin-right: 1px;
  width: 100%;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.c-scoreboard .c-scoreboard__sports-list > a {
  height: 28px;
  display: block;
  line-height: 28px;
  transition: 0.35s;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  background: white;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  text-decoration: none;
}
.c-scoreboard .c-scoreboard__sports-list > a.listen-cal {
  background: #9ccb3b;
  margin-top: 7px;
}
.c-scoreboard .c-scoreboard__sports-list > a:hover {
  background: #005d40;
  transition: 0.35s;
  color: white;
}
.c-scoreboard .c-scoreboard__sports-list > span {
  position: relative;
  display: block;
  background: #006747;
  margin-top: auto;
}
.c-scoreboard .c-scoreboard__sports-list > span:after {
  content: '\e864';
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  height: 35px;
  z-index: 2;
  font-family: sidearm_font;
  color: white;
  line-height: 39px;
}
.c-scoreboard .c-scoreboard__sports-list > span select {
  border: none;
  border-top: 1px solid #005d40;
  padding: 0px 19px;
  background: #006747;
  border-radius: 0;
  z-index: 1;
  height: 35px;
  line-height: 32px;
  position: relative;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: white;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.c-scoreboard .c-scoreboard__sports-list > span select::-ms-expand {
  display: none;
}
.c-scoreboard .c-scoreboard__sports-list option {
  color: white;
}
.c-scoreboard button {
  transition: 0.2s;
  position: absolute;
  width: 22px;
  background-color: transparent;
  text-align: center;
  border: 1px solid #005d40;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 0;
  padding: 0;
  height: 100%;
}
.c-scoreboard button.slick-prev {
  top: 0;
  left: 0;
  color: white;
}
.c-scoreboard button.slick-prev:before {
  transition: 0.2s;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 22px;
  line-height: 100%;
  color: #9ccb3b;
}
.c-scoreboard button.slick-prev:hover {
  background-color: white;
}
.c-scoreboard button.slick-prev:hover:before {
  color: #006747;
}
.c-scoreboard button.slick-next {
  top: 0;
  right: 0;
  color: white;
}
.c-scoreboard button.slick-next:before {
  transition: 0.2s;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 22px;
  line-height: 100%;
  color: #9ccb3b;
}
.c-scoreboard button.slick-next:hover {
  transition: 0.2s;
  background-color: white;
}
.c-scoreboard button.slick-next:hover:before {
  color: #006747;
}
.c-scoreboard__mobile {
  position: relative;
}
.c-scoreboard__mobile .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.c-scoreboard__mobile .c-scoreboard__toggle {
  cursor: pointer;
}
.c-scoreboard__mobile .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard__mobile.tit .c-scoreboard__offcanvas {
  transition: 0.5s;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.c-scoreboard__mobile .c-scoreboard__inner {
  padding: 24px;
  overflow: auto;
}
.c-scoreboard__mobile .c-scoreboard__footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #006747;
}
.mobile-navigation-icon {
  height: 60px;
  color: white;
  width: 40px;
  line-height: 60px;
  text-align: center;
  font-size: 21px;
  cursor: pointer;
  margin-left: auto;
  color: #006747;
}
.mobile-navigation-icon i:before {
  margin: 0;
}
.off-canvas-menu {
  width: 100%;
  position: absolute;
  background: white;
  left: 0;
  z-index: 9000;
  overflow: hidden;
  top: 60px;
  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 .ad {
  padding: 12px 24px;
}
.off-canvas-menu .sponsor {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.off-canvas-menu .social {
  padding-right: 24px;
}
.off-canvas-menu .social .ads-container {
  display: flex;
  display: -webkit-flex;
}
.off-canvas-menu .social .ads-container .ad {
  margin: 0 6px;
  padding: 0;
}
.off-canvas-menu .social .ads-container .ad:last-child {
  margin-right: 0;
}
.off-canvas-menu .social .ads-container .ad a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #9ccb3b;
  color: #373536;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  transition: 0.35s;
}
.off-canvas-menu .social .ads-container .ad a span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.off-canvas-menu .social .ads-container .ad a:hover {
  background: white;
  transition: 0.35s;
}
.off-canvas-menu .social .ads-container .ad a .icon-instagram {
  font-size: 18px;
  line-height: 26px;
}
.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: 2000px;
  overflow: hidden;
  display: inherit!important;
}
.off-canvas-menu.opened {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 47px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
  color: #53565a;
}
.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: white;
  background: white;
  border-bottom: 1px solid #fafafa;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 24px 11px 24px;
  width: 100%;
  display: inline-block;
  color: #006747;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  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: #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  font-weight: 700;
  background: #ededed;
}
.off-canvas-menu > ul > li .level-2 li.separator a,
.off-canvas-menu > ul > li .level-2 li.separator span {
  color: #006747;
  padding: 14px 36px 12px 36px;
  font-weight: 700;
}
.off-canvas-menu > ul > li .level-2 li.separator a:after,
.off-canvas-menu > ul > li .level-2 li.separator span:after {
  content: none;
}
.off-canvas-menu > ul > li .level-2 a:after {
  width: 56px;
  height: 50px;
  content: '\e832';
  font-family: sidearm_font;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu > ul > li .level-2 a,
.off-canvas-menu > ul > li .level-2 span {
  padding: 14px 36px 12px 36px;
  width: 100%;
  display: inline-block;
  color: #006747;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}
.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: 2000px;
  overflow: hidden;
  display: inherit!important;
}
.main-navigation {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 9000;
  top: 110px;
  left: 0;
  background-color: #9ccb3b;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main-navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.main-navigation .header_logo {
  width: 288px;
  height: 60px;
  background: url(/images/responsive/nav_angles2.png);
  position: relative;
  margin-left: -25px;
}
.main-navigation .header_logo img {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-75px);
  -webkit-transform: translateX(-75px);
}
.main-navigation .sponsor {
  margin-left: -26px;
  position: relative;
  z-index: 2;
}
.main-navigation .social .ads-container {
  display: flex;
  display: -webkit-flex;
  padding-top: 1px;
}
.main-navigation .social .ad {
  font-size: 22px;
  margin: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 59px;
}
.main-navigation .social .ad:hover a {
  color: white;
}
.main-navigation .social .ad:hover:after {
  height: 6px;
  transition: 0.35s;
}
.main-navigation .social .ad:after {
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  background: #006747;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.35s;
}
.main-navigation .social .ad:last-child {
  margin-right: 0;
}
.main-navigation .social .ad i:before {
  margin: 0;
}
.main-navigation .social .ad .icon-instagram {
  font-size: 19px;
}
.main-navigation .social .ad a {
  color: #373536;
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.35s;
}
.main-navigation .social .ad span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.main-navigation .c-nav__level-1 {
  margin: 0;
  list-style: none;
  padding: 0 12px;
}
.main-navigation .c-nav__level-1 > li {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #9ccb3b;
  padding: 0 10px;
  line-height: 61px;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li > a {
  text-decoration: none;
  color: #373536;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li > a:after {
  content: '';
  display: block;
  height: 0px;
  transition: 0.35s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #006747;
}
.main-navigation .c-nav__level-1 > li > a > i {
  font-size: 14px;
  margin: 0 1px 0 4px;
  margin-top: -2px;
  width: 9px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li > a > i:before {
  margin: 0;
  width: 9px;
}
.main-navigation .c-nav__level-1 > li:hover {
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.35s;
  color: white;
}
.main-navigation .c-nav__level-1 > li:hover > a {
  color: white;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li:hover > a:after {
  height: 6px;
  transition: 0.35s;
}
.main-navigation .c-nav__level-1 > li:hover > a:before {
  height: 0;
}
.main-navigation .c-nav__level-1 > li:hover .c-nav__level-2 {
  left: auto;
  right: 12px;
  opacity: 1;
  transition: 0.35s opacity;
}
.main-navigation .c-nav__level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  opacity: 0;
  transition: 0.35s opacity;
  width: 100%;
  max-width: 960px;
  color: #373536;
  background: white;
  margin: 0;
  list-style: none;
  padding: 36px 36px 48px 36px;
}
.main-navigation .c-nav__level-2 .navigation-ad {
  margin-top: auto;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner {
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul {
  margin: 0 12px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 10px;
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: none;
  transition: 0.35s;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li:not(.c-nav__separator):hover {
  transition: 0.35s;
  background: #006747;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li:not(.c-nav__separator):hover > a[href] {
  color: #9ccb3b !important;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li:not(.c-nav__separator):hover > a[href]:first-child {
  color: white !important;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li:not(.c-nav__separator):hover > a[href]:before {
  color: #9ccb3b !important;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li.c-nav__separator {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  color: black;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a {
  display: block;
  text-decoration: none;
  margin: 0 4px;
  color: #006747;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a:first-child {
  margin-right: auto;
  color: #006747;
  margin-left: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  color: transparent;
  margin: 0 4px;
  margin-top: 2px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 18px;
  color: transparent;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social:after {
  font-size: 20px;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.facebook:before {
  content: '\e805';
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.twitter:before {
  content: '\e825';
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.instagram:before {
  content: '\e811';
  font-size: 16px;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.tickets:before {
  content: '\e888';
  margin-left: 2px;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.tickets {
  display: none;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social.instagram {
  width: 17px;
  margin-right: 0;
}
.main-navigation .c-nav__level-2 .c-nav__level-2-inner ul li a.c-nav__social[href]:before {
  color: #006747;
}
.sport-navigation {
  border-bottom: 1px solid #e5e5e5;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 170px;
  background: white;
  left: 0;
  z-index: 8999;
}
.sport-navigation.headroom--not-top {
  position: fixed;
  top: 60px;
  left: 0;
}
.sport-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sport-navigation .sports-mobile-navigation-container {
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu {
  top: 70px;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu.opened {
  max-height: calc(100vh - 130px);
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu .icn {
  color: #3d403c;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li {
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li > a {
  color: #006747;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li > a {
  color: #006747;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home a {
  color: #006747;
  text-decoration: none;
}
.sport-navigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
.sport-navigation .sports-mobile-navigation-container > ul > li {
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: #006747;
}
.sport-navigation .sports-mobile-navigation-container > ul > li > a {
  text-decoration: none;
  color: #006747;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more {
  padding-right: 0;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more > i:before {
  margin: 0;
}
.sport-navigation .sport-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
}
.sport-navigation .sport-nav .level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  transition: 0.35s;
  opacity: 0;
  background: white;
  width: 250px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sport-navigation .sport-nav .level-2 a {
  text-decoration: none;
  color: #b5b5b5;
}
.sport-navigation .sport-nav .level-2 li {
  text-align: right;
  padding: 10px 24px;
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li:hover {
  background: #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li > a {
  position: relative;
  color: #006747;
}
.sport-navigation .sport-nav .level-2 li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #006747;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sport-navigation .sport-nav .level-2 li > a:hover:after {
  width: 100%;
  transition: 0.35s;
  background: #006747;
}
.sport-navigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  padding: 0 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li {
  padding: 0 ;
  color: #006747;
  position: relative;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li:after {
  content: '/';
  display: block;
  margin: 0 16px;
}
.sport-navigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  margin-left: 140px;
}
.sport-navigation .sport-nav .level-1 > li.sport-home .twitter {
  margin: 0 12px;
  color: #006747;
}
.sport-navigation .sport-nav .level-1 > li.sport-home .twitter i {
  font-size: 18px;
}
.sport-navigation .sport-nav .level-1 > li.sport-home .twitter a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: #006747;
  text-transform: none;
}
.sport-navigation .sport-nav .level-1 > li.sport-home .twitter a:hover {
  text-decoration: underline;
}
.sport-navigation .sport-nav .level-1 > li.sport-home:after {
  content: none !important;
}
.sport-navigation .sport-nav .level-1 > li.sport-home a {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
.sport-navigation .sport-nav .level-1 > li.dropdown > i {
  font-size: 14px;
  margin: 3px 0px 0 1px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li.dropdown:hover > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.35s;
  margin-top: 7px;
}
.sport-navigation .sport-nav .level-1 > li:last-childdont un:after {
  content: none;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a:before {
  content: 'More Links';
  display: block;
  font-size: 18px;
}
.sport-navigation .sport-nav .level-1 > li.additional-links:after {
  content: none;
}
.sport-navigation .sport-nav .level-1 > li:hover {
  color: #006747;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover > a {
  color: #006747;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover .level-2 {
  right: 0;
  left: auto;
  opacity: 1;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li > a {
  position: relative;
  color: #006747;
}
.sport-navigation .sport-nav .level-1 > li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: white;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sport-navigation .sport-nav .level-1 > li > a:hover:after {
  width: 100%;
  transition: 0.35s;
  background: #006747;
}
.sport-navigation .sport-nav .level-1 > li i {
  font-size: 15px;
  margin-left: 3px;
}
.sport-navigation .sport-nav .level-1 > li i:before {
  margin: 0;
}
.sport-navigation .sport-nav .level-1 > li > a {
  text-decoration: none;
}
.topstoriessport .c-stories__container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.topstoriessport .c-stories--featured--large {
  flex: 0 1 744px;
  -webkit-flex: 0 1 744px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 23px;
  padding-top: 48px;
}
.topstoriessport .c-stories--featured--large .c-stories__details {
  padding: 18px 0;
}
.topstoriessport .c-stories--featured--large .c-stories__details .c-stories__title a {
  text-decoration: none;
  display: block;
  font-weight: 700;
  transition: 0.35s;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #006747;
  font-size: 45px;
  line-height: 1.1;
}
.topstoriessport .c-stories--featured--large .c-stories__details .c-stories__title a:hover {
  color: black;
  transition: 0.35s;
}
.topstoriessport .c-stories--featured--large .c-stories__details .c-stories__teaser {
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: black;
  line-height: 30px;
  margin-top: 4px;
}
.topstoriessport .c-stories--featured--large .c-stories__details .c-stories__teaser a {
  color: #9ccb3b;
}
.topstoriessport .c-stories__media {
  position: relative;
  background: black;
}
.topstoriessport .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-image: url("/images/responsive/play_button.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 2;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.topstoriessport .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.topstoriessport .c-stories__thumbnails {
  flex: 0 0 361px;
  -webkit-flex: 0 0 361px;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding-top: 48px;
}
.topstoriessport .c-stories__thumbnails ul {
  list-style: none;
  padding: 0 ;
  margin: 0;
}
.topstoriessport .c-stories__thumbnails ul li {
  border-top: 1px solid #e5e5e5;
  padding: 19px 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: black;
  line-height: 24px;
  position: relative;
  background: white;
  cursor: pointer;
}
.topstoriessport .c-stories__thumbnails ul li.c-stories__thumbnails--active:before {
  left: -7px;
  transition: 0.35s;
}
.topstoriessport .c-stories__thumbnails ul li:hover:before {
  left: -7px;
  border-right: 6px solid #006747;
  transition: 0.35s;
}
.topstoriessport .c-stories__thumbnails ul li:before {
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 6px solid #e5e5e5;
  transition: 0.35s;
  border-bottom: 10px solid transparent;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
}
.topstoriessport .c-stories__thumbnails ul li > div:first-child > span:first-child {
  color: #006747;
}
.topstoriessport .c-stories__thumbnails ul li > div:last-child {
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  color: black;
  transition: 0.35s;
}
.topstoriessport .c-stories__thumbnails ul li > div:last-child:hover {
  color: #006747;
  transition: 0.35s;
  cursor: pointer;
}
.topstoriessport .c-stories__thumbnails ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.topstoriessport .c-stories__thumbnails > a {
  height: 84px;
  padding: 20px 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #006747;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  font-size: 16px;
}
.topstories {
  background: black url(/images/responsive/bg.jpg) no-repeat top center;
  padding-top: 48px;
}
.topstories .c-stories__media {
  position: relative;
}
.topstories .c-stories__media:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
  background: url(/images/responsive/main_story_image_repeater.png) repeat-x bottom center;
  height: 100%;
  z-index: 1;
}
.topstories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("/images/responsive/play_button.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 2;
}
.topstories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.topstories .c-stories__item {
  position: relative;
  background-color: black;
}
.topstories .c-stories__item .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 43px 48px;
  padding-right: 96px;
}
.topstories .c-stories__item .c-stories__details .c-stories__teaser {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: #e5e5e5;
  text-transform: uppercase;
}
.topstories .c-stories__item .c-stories__details .c-stories__teaser a {
  color: #9ccb3b;
}
.topstories .c-stories__item .c-stories__details .c-stories__title {
  margin-bottom: 10px;
}
.topstories .c-stories__item .c-stories__details .c-stories__title > .c-stories__url {
  color: white;
  text-decoration: none;
}
.topstories .c-stories__item .c-stories__details .c-stories__title > .c-stories__url > span:first-child {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 45px;
  line-height: 1.1;
  transition: 0.35s;
}
.topstories .c-stories__item .c-stories__details .c-stories__title > .c-stories__url > span:first-child:hover {
  color: #9ccb3b;
  transition: 0.35s;
}
.topstories .c-stories__item .c-stories__details .c-stories__title .c-stories__read {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin: 0 8px;
  margin-top: 10px;
}
.topstories .c-stories__item .c-stories__details .c-stories__title .c-stories__read span {
  height: 35px;
  line-height: 35px;
  transition: 0.35s;
  background: #9ccb3b;
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  width: 75px;
}
.topstories .c-stories__item .c-stories__details .c-stories__title .c-stories__read span:hover {
  background: white;
  color: #006747;
  transition: 0.35s;
}
.buzz {
  height: 80px;
  z-index: 8777;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #006747 url(/images/responsive/top_cal_repeater.png);
  display: flex;
  display: -webkit-flex;
  bottom: -100%;
}
.buzz pressclips-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
}
.buzz .buzz-container {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.buzz .buzz-container .headline {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: white;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.buzz .buzz-container .headline a {
  color: white;
  text-decoration: none;
}
.buzz .buzz-container .headline a:hover {
  text-decoration: underline;
}
.buzz .buzz-container .headline i {
  color: #9ccb3b;
  width: 13px;
  display: inline-block;
}
.buzz .buzz-container .headline i:before {
  margin: 0;
}
.buzz:before {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.buzz:after {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin-left: -12px;
  background: white;
}
.buzz .row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.buzz .row > a {
  margin-left: 80px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  text-decoration: none;
  height: 100%;
  padding-right: 74px;
  background: #006747;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.buzz .row > a i {
  color: #9ccb3b;
  font-size: 18px;
  margin-left: 4px;
}
.buzz .row > a:hover {
  text-decoration: underline;
}
.buzz .row > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 80px solid #006747;
  border-left: 80px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.buzz .row:before {
  content: '';
  display: block;
  width: 298px;
  height: 80px;
  background: url(/images/responsive/sticky_angles.png) no-repeat top center;
  position: absolute;
  left: -24px;
  top: 0;
}
.buzz .row > h2 {
  margin: 0;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 6px;
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.buzz .row .logo {
  position: relative;
  height: 80px;
  background: white;
  width: 243px;
}
.buzz .row .logo:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 80px solid white;
  border-left: 80px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.buzz .row .logo img {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -102px;
  max-height: 100%;
}
.weather {
  background: #006747 url(/images/responsive/top_cal_repeater.png);
  min-height: 72px;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}
.weather .row {
  max-width: 1152px;
  padding: 0 12px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.weather .row > h2 {
  margin: 0;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  color: #9ccb3b;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 6px;
}
.weather .row > h2 > span {
  color: white;
  margin-left: 7px;
  font-weight: 700;
}
.weather:before {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.weather:after {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  background: #9ccb3b;
  margin-left: -12px;
}
.weather .c-weather {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin-left: 72px;
  background: #9ccb3b url(/images/responsive/bay_today_angles.png) no-repeat top right;
}
.weather .c-weather__item {
  display: flex;
  display: -webkit-flex;
}
.weather .weather_container {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.weather .c-weather__location {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  margin: 0 24px;
}
.weather .c-weather__location .c-weather__loc {
  font-weight: 700;
}
.weather .c-weather__location .slash {
  margin: 0 4px;
}
.weather .sponsor {
  background: #9ccb3b;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.weather .sponsor .ad {
  margin-left: -24px;
}
.weather weather-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.weather .c-weather__temp--F {
  font-size: 36px;
  line-height: 36px;
  color: #006747;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.weather .c-weather__icon {
  width: 50px;
  height: 100%;
  background: white;
  position: relative;
  margin: 0 72px;
  margin-left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.weather .c-weather__icon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 72px solid white;
  border-left: 72px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.weather .c-weather__icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 72px solid white;
  border-right: 72px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
.videos {
  background: url(/images/responsive/headline_bg.png) no-repeat top center;
  background-size: cover;
  padding: 40px 0 48px 0;
}
.videos .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("/images/responsive/play_button.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 2;
}
.videos .slick-prev,
.videos .slick-next {
  padding: 0;
  background: #006747;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  color: white;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  margin: 12px 6px 0 6px;
  border: none;
}
.videos .slick-prev:before,
.videos .slick-next:before {
  height: 40px;
  width: 40px;
  content: '';
  display: block;
  transition: 0.35s;
  background: #006747;
  line-height: 40px;
  text-align: center;
  color: white;
  font-family: sidearm_font;
  font-size: 18px;
}
.videos .slick-prev:hover:before,
.videos .slick-next:hover:before {
  background: #9ccb3b;
  color: #006747;
  transition: 0.35s;
}
.videos .slick-next:before {
  content: '\e832';
}
.videos .slick-prev:before {
  content: '\e833';
}
.videos .row > header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 12px;
  margin-bottom: 40px;
}
.videos .row > header > h2 {
  margin: 0;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
  color: black;
}
.videos .row > header > h2 span {
  color: #006747;
  font-weight: 700;
}
.videos .row > header > a {
  height: 40px;
  width: 140px;
  text-align: center;
  line-height: 40px;
  transition: 0.35s;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  background: #006747;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}
.videos .row > header > a:hover {
  color: #006747;
  background: #9ccb3b;
  transition: 0.35s;
}
.videos .emblem {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.videos .emblem:before {
  content: '';
  display: block;
  border-bottom: 50px solid #9ccb3b;
  border-left: 50px solid transparent;
}
.videos .emblem i {
  position: absolute;
  bottom: 3px;
  font-size: 19px;
  right: 3px;
  color: #006747;
  z-index: 2;
}
.videos .emblem .icon-picture {
  font-size: 17px;
}
.videos .emblem .icon-instagram {
  font-size: 17px;
}
.videos .slick-track {
  display: flex;
  display: -webkit-flex;
}
.videos .c-youtube__item {
  margin: 0 12px;
  background: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
}
.videos .c-youtube__item:hover .c-youtube__media:before {
  background: rgba(0, 0, 0, 0);
  transition: 0.35s;
}
.videos .c-youtube__item .c-youtube__media {
  position: relative;
}
.videos .c-youtube__item .c-youtube__media:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.35s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos .c-youtube__item .c-youtube__details {
  padding: 20px 24px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding-right: 50px;
}
.videos .c-youtube__item .c-youtube__details .c-youtube__title {
  text-decoration: none;
  cursor: pointer;
}
.videos .c-youtube__item .c-youtube__details .c-youtube__title:hover {
  text-decoration: underline;
}
.moreHeadlines {
  margin-top: -24px;
  background: url(/images/responsive/headline_bg.png) no-repeat top center;
  background-size: cover;
  padding: 58px 0 48px 0;
}
.moreHeadlines .morenews {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: block;
  width: 160px;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  background: #9ccb3b;
  text-align: center;
  color: black;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
}
.moreHeadlines .morenews > span {
  display: block;
  position: relative;
  z-index: 2;
  width: 160px;
  border-radius: 4px;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  background: #9ccb3b;
  transition: 0.35s;
}
.moreHeadlines .morenews > span:hover {
  background: #006747;
  transition: 0.35s;
  color: white;
}
.moreHeadlines .morenews:before {
  width: 169px;
  content: '';
  display: block;
  height: 44px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.moreHeadlines .row > h2 {
  text-align: center;
  text-transform: uppercase;
  color: #006747;
  font-size: 36px;
  line-height: 36px;
  margin: 12px 0;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}
.moreHeadlines .row > h2 span {
  font-weight: 300;
  color: black;
}
.moreHeadlines .c-stories {
  display: flex;
  display: -webkit-flex;
  padding-top: 7px;
}
.moreHeadlines .c-stories__item--inner {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.moreHeadlines .c-stories__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.moreHeadlines .c-stories__item .c-stories__media {
  position: relative;
}
.moreHeadlines .c-stories__item .c-stories__media a {
  display: block;
}
.moreHeadlines .c-stories__item .c-stories__media:before {
  content: '';
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.35s;
}
.moreHeadlines .c-stories__item:hover .c-stories__media:before {
  background: rgba(0, 0, 0, 0);
  transition: 0.35s;
}
.moreHeadlines .c-stories__item .showcase-play-button {
  z-index: 1;
  width: 52px;
  content: '';
  height: 58px;
  top: 49%;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  display: block;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YTUyNjI4Ni1mNTQ2LWJkNDctOGUyMy1jYWNhNThiZWY5YWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Nzg3ODQ4MDE0NERDMTFFNDlCQTQ5NDFEMTg5QUQ0NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Nzg3ODQ4MDA0NERDMTFFNDlCQTQ5NDFEMTg5QUQ0NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3NDkzYmQxLThiNDMtYzg0ZC04ZWE5LTllZDZjNGI5ZDc5MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1YTUyNjI4Ni1mNTQ2LWJkNDctOGUyMy1jYWNhNThiZWY5YWMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LbN24AAAIfUlEQVR42tRaa0wUVxRehkUogqA8FGhBQOQlryJ/QBEFRIlpTLWliUIqEWppU1NDRUhJ/yhWefhLsYK2olVRMfpDaFRUEDFRETC8iTxEHiIgIiALLPQcemdzGe+ys7Br40lumBnuzJxv7nl859yVSjQn82AYwzCEYUDOpTB0yf/lMMZhjMIYgTEM4y05n7NINaC8GYxFRHlV75KSeQuo6wiqD0bvXEDpzPK+T2BYwVgo0ay8htEJ4522geAX/ZSsgjYFV+cFMcXZAZmcnGRP1NHBr29H2by2BX2qFfR5rUQf9YDo/HfHZzAsZnqroaEhd/jwYbdVq1b5LVmyxNXY2Nh23rx5lrq6umiGk3K5fEQmk70cHBx83tXVVVtcXPxo3759tcPDwxMqAL2C0TYpUEwtIDCZgz+OAuecJtHR0ZYJCQkRdnZ2G/T19Rer88kBWFdLS0tBSkrKpZycnO4Zpg7AeAa6TSgDImEBIWAQhAsMX9bYtGlTMChxcWJiYnRyjgLPkDU3N+fiM5W9j+jCUfqpXhFiTk4kL7wnN2/e3BAUFBQvlUpN6etjY2O93d3dpY2NjWUVFRVNhYWFHeXl5UMwT8fDw8MwNDTU2tPT09HJyenzxYsXB8D1RfT94+PjA/DslPDw8FtKvjPmnUYEL8q0YJItyyfMzMx0y8rK9oIZbaGvv3nzphyUztmxY8f9gYGBCTFmBUCkmZmZ/uvWrYs0MTHxof/X2tp6ydfXN623t1fO8hnQ8blKICQ3OAgvuru7G9y9e/eQubl5gCKTjYy8uH79etrWrVtL5hKe8vLyVsMqxBsYGNjw13p6eu7BqidWV1ePMG5pJklUKRA91FkYYm1sbPTARA5ZWFgE8tc6Ozv/AZtOefLkybAmYq2/v//8y5cvJ1lZWYUpPv2rV8XLli2LZ6wyrlQ1WrMyIPaEbkwTcOokMKcv+fPa2tosNze3P7SRPGpqar5zdXWNod590d7e/jBjah9ZGQkfmRSpgAWioKBgvQBEtrZAoOCzGxoa/uLPly5d+nV+fn4IY+oiovN7QKyEMzdu3GgSEhKSQJsTvOi4tlP6ihUrjsK7bvDnEO0SwsLCWLnMSggEWaypcBZElTgIkSbEsds3b96c8iG4CYTxSQggB+CdHVMETypdCLrsYkxFnfVpIGasjG1ra/sFfw7RKfXhw4cqHRsc83R/f392XFyc9VzAlJaWDoFZp1Emtnn79u0smmRGO7u7sJ6or6//cfny5d/yecLU1DRGjAIQ4x+T5Pbm2rVrv801NMNHOQl5xovodMrFxeWYYAqG52qOmJWBkACCg4fz55js1K7YwCS3bNlypK6uLm7BggXcbIEAuTxLrUo46iaYgrrrcywakpqa6g4E0JLYa19sbGzpbAs3Z2fnaMjUxyIiImZVw8TExNyD1Z1KfqDTkgMHDrgwphlzdAjjJSAgYCV/DNzpvhKqIFrALFeeOXPmbHZ2to+69758+XIcIpjCPNeuXbuSVbFyrFob6wn+GAmgJiKRnp6eBQSQ40Amo+BYrcq0qampgtKNtSIGHB++pq2TsbEdf4wsVlNhFYierpeX10/t7e2pwKOMxd5XVVWl0MHIyMieMWXKR97rpEBlZ84f37hxo13TeQI4WxCE1r/B3p3EzMdygNKN5Wu6HKsGh/JU4TdPnz4dlmhBgOla79mzJ13MXKBFQyzdhEBUhVEdiZZEZbmqhnCEEk/nyHK5YhWwstMGCKQfR44ciRczF9jwfJZutMocq3c0Ojrawx8HBwdbaxoE1BlFQEi3JSYmNoiZT+tA60YDQUeXCSPX27dvWyCDYvdE4u3tjX9rNAEA6IscfO6Yn59fDhJDNdiwomIdHBxsYTVkOMJVpgn2nfhjbBRoiNH2nDp1ahd8mNPqgECBKtGb0q2OZakI5D2bKykpeUw1CQKw6TBH4vc4MjJy286dO8vVvRebFDBWU6H4EWPaO460WKbJ3r17a2QyWTeJWotOnjwZMFtrAsb6JxDQuNzc3N7ZPCArK2s11iOkodeZnJxcz2oTIZBRoXlhGxOIXj5/Dlk4Sl0FkMbn5eX9DLT7qNgWEUsCAwMjKapSwGixyngfkQhbKyjp6emXwTmnIhrUA97YshHzYggU1VC/VOzevTtyrrUI1DNr4N2eJFCMZWRk5ClpQigKK6xJPGbqnmDcX7NmzTdiqkRNtYdu3759Aaj7VF3e3Nx80cHBgdVNqaJXBM2rXzgDvmomtjF5SnH16tVfPwQIZMdXrlxJ5kGADq+hLmE1PfqJaU3ronQylvb1rVu3DipaFlZW67EE1jYQYLs/QKQKoXrNv0O0GmBM7VS3QZdI93u11aDDlaisrPweKEk05eAXHB0d09Rp0KG8YHEvqBjT+vr6HlDcJ6ajoyMF7ViTPtHW1naQBoEtUx8fnwwWJSG6SpQBwV7qc+FdUAiNQRj8BRvLtJnBcp8XG81mEvC9QHDs87Q5IQh4Z6KS0P2c7vuyTEvMtkI8mNlX9HUIt5VFRUU5sbGx97HGFpuxT5w4sQoiYRQfYnnBTR+gMulKQIjbVhCz0ZOfnx8cGhqaKNzowW4HAHkAdo0bPc+wsoPgMBWunZ2dcaPHxtPTE6Kogy8A8eczNnV/Pzj2wfDw8EJlaUqiZKOHxVBFbb2FhYWtBYVzcdtME1tv+CyNb71RFZzKzdCoqCjLpKSkrdg8w76TOr6Bm6EA4Pr+/fsvnTt3rmemTqxExWaoRrensXmGfSdsJxkZGdkBMAuO46YqTPjqw8AOXg0NDbVCxKu9c+fOIySAH2R7WnDjx/WDAVW9CMnH8hMOkYLmgv6gjR/VdLGKPW0BkVCsWezPnJQ2VCT/48+clIHCvDOfNDP0iSny7GGCmIqMjCGJBn949q8AAwBPN2SpINi2YwAAAABJRU5ErkJggg==');
  background-size: cover;
}
.moreHeadlines .c-stories__item .showcase-video-player {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moreHeadlines .c-stories__item .c-stories__details {
  background: white;
  border-right: 1px solid #e5e5e5;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 21px 24px;
}
.moreHeadlines .c-stories__item .c-stories__details a {
  color: #006747;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  transition: 0.35s;
}
.moreHeadlines .c-stories__item .c-stories__details a:hover {
  color: #004e35;
  transition: 0.35s;
}
.promos {
  background: url('https://s3.amazonaws.com/sidearm.sites/usf.sidearmsports.com/images/responsive/live-headers/promo_bg.png') no-repeat center;
}
.promos .story_ad {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 24px;
  flex: 0 0 364px;
  -webkit-flex: 0 0 364px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.promos .story_ad ads-component {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  justify-content: center;
  -webkit-justify-content: center;
}
.promos .story_ad .ads-container {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
}
.promo_row .row {
  max-width: 1128px;
}
.promo_row .ad > a {
  display: block;
}
.promo_row .ad > a {
  border-left: 1px solid #e5e5e5;
}
.promo_row .ad:last-child > a {
  border-right: 1px solid #e5e5e5;
}
.promo_row img {
  width: 100%;
}
.bullsunite {
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 31.5291644%;
  background: url(/images/responsive/large_image_bg.jpg) no-repeat top center fixed;
}
.bullsunite:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bullsunite > .row {
  width: 100%;
  padding: 24px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__close {
  border: none;
  outline: none;
  background: #9ccb3b;
  color: black;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
.photo.video-is-playing  .showcase-modal {
  left: 0;
}
.mediawall {
  padding: 39px 0 48px 0;
  overflow: hidden;
  background: white;
}
.mediawall .loadMore {
  height: 40px;
  transition: 0.35s;
  width: 130px;
  cursor: pointer;
  color: #373536;
  background: #e5e5e5;
  line-height: 40px;
  border-radius: 2px;
  margin: 12px auto 0 auto;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mediawall .loadMore i:before {
  margin: 0;
}
.mediawall .loadMore i {
  font-size: 14px;
  margin: 0 1px 0 4px;
  margin-top: -2px;
  width: 9px;
}
.mediawall .loadMore i:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.mediawall .loadMore:hover {
  background: #006747;
  color: #9ccb3b;
  transition: 0.35s;
}
.mediawall .loadMore:hover i:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.mediawall content-stream-component > header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  margin-bottom: 0;
  height: 50px;
}
.mediawall content-stream-component > header > h2 {
  margin: 0;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #006747;
}
.mediawall content-stream-component > header > h2 span {
  font-weight: 300;
  color: black;
}
.mediawall content-stream-component > header .sponsor .ad {
  margin: 0 12px;
}
.mediawall content-stream-component > header ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.mediawall content-stream-component > header ul li {
  margin: 0 6px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #006747;
  transition: 0.35s;
  display: block;
  height: 40px;
  line-height: 38px;
  width: 60px;
}
.mediawall content-stream-component > header ul li .icon-instagram {
  font-size: 18px;
}
.mediawall content-stream-component > header ul li i {
  font-size: 19px;
}
.mediawall content-stream-component > header ul li span {
  position: absolute;
  left: -9999px;
}
.mediawall content-stream-component > header ul li:last-child {
  margin-right: 0;
}
.mediawall content-stream-component > header ul li:hover,
.mediawall content-stream-component > header ul li.active {
  background: #006747;
  color: white;
  border-color: #006747;
  transition: 0.35s;
}
.mediawall content-stream-component > header ul li:hover button,
.mediawall content-stream-component > header ul li.active button {
  color: white;
}
.mediawall content-stream-component > header ul li button {
  border: 0;
  background: transparent;
  padding: 0;
  color: #006747;
}
.mediawall .content-stream-item-container {
  padding: 12px;
  width: 33.33333%;
}
.mediawall .content-stream-item-container .emblem {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.mediawall .content-stream-item-container .emblem:before {
  content: '';
  display: block;
  border-bottom: 50px solid #9ccb3b;
  border-left: 50px solid transparent;
}
.mediawall .content-stream-item-container .emblem i {
  position: absolute;
  bottom: 3px;
  font-size: 19px;
  right: 3px;
  color: #006747;
  z-index: 2;
}
.mediawall .content-stream-item-container .emblem .icon-picture {
  font-size: 17px;
}
.mediawall .content-stream-item-container .emblem .icon-instagram {
  font-size: 17px;
}
.mediawall .content-stream-item-container .content-stream-item {
  background: white;
  position: relative;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  line-height: 24px;
  font-size: 18px;
}
.mediawall .content-stream-item-container .content-stream-item a {
  color: #006747;
}
.mediawall .content-stream-item-container .content-stream-item a:hover {
  text-decoration: none;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .photo {
  position: relative;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .photo img {
  width: 100%;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .photo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .photo:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.35s;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .text {
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
  padding: 20px 24px;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding-right: 50px;
  /*.headline:hover {text-decoration: underline;}*/

}
.mediawall .content-stream-item-container .content-stream-item.youtube .text a {
  text-decoration: none;
  color: #9ccb3b;
  display: block;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  margin-top: 12px;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .text .headline {
  cursor: pointer;
}
.mediawall .content-stream-item-container .content-stream-item.youtube:hover .photo:before {
  background: rgba(0, 0, 0, 0);
  transition: 0.35s;
}
.mediawall .content-stream-item-container .content-stream-item.youtube .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("/images/responsive/play_button.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 2;
}
.mediawall .content-stream-item-container .content-stream-item.gallery img {
  width: 100%;
}
.mediawall .content-stream-item-container .content-stream-item.gallery .text {
  padding: 20px 24px;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  border-top: none;
}
.mediawall .content-stream-item-container .content-stream-item.gallery .text a {
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.mediawall .content-stream-item-container .content-stream-item.gallery .text a:hover {
  text-decoration: underline;
}
.mediawall .content-stream-item-container .content-stream-item .userInfo {
  line-height: 20px;
  font-size: 16px;
}
.mediawall .content-stream-item-container .content-stream-item .userInfo .tweet-item-full-name {
  font-weight: 700;
}
.mediawall .content-stream-item-container .content-stream-item .userInfo .tweet-item-user-screen-name {
  color: #006747;
}
.mediawall .content-stream-item-container .content-stream-item .tweet-item-user {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.mediawall .content-stream-item-container .content-stream-item .user-picture {
  border-radius: 100%;
  display: block;
  max-width: 40px;
  max-height: 40px;
  margin-right: 12px;
  overflow: hidden;
}
.mediawall .content-stream-item-container .content-stream-item .tweet-item-info {
  padding: 20px 24px;
  padding-bottom: 16px;
  border: 1px solid #e5e5e5;
}
.mediawall .content-stream-item-container .content-stream-item .tweet-item-user-screen-name {
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}
.mediawall .content-stream-item-container .content-stream-item .body {
  padding: 0 0 20px 0;
  color: #4d4d4d;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media {
  padding: 0;
  list-style: none;
  margin: 0 ;
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media span {
  position: absolute;
  left: -9999px;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media a {
  font-size: 22px;
  color: #006747;
  transition: 0.35s;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media a i:before {
  margin: 0;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media a:hover {
  color: #9ccb3b;
  transition: 0.35s;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media a .icon-heart {
  font-size: 14px;
  margin-top: 0px;
  margin-left: 4px;
  display: block;
}
.mediawall .content-stream-item-container .content-stream-item .twitter-media li {
  margin: 0 3px;
}
#galleries_container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#galleries_container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 35px;
  background-color: black;
  overflow: visible;
  outline: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  cursor: pointer;
  border: none;
  opacity: 1;
  pointer-events: all;
  transition: 0.35s;
  color: white;
  z-index: 3;
  display: none !important;
}
#galleries_container button.slick-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  text-align: center;
  border-left: none;
  transition: 0.2s;
}
#galleries_container button.slick-prev:before {
  content: '\e84e';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 35px;
  color: #b5b5b5;
}
#galleries_container button.slick-prev:hover {
  transition: 0.2s;
  background-color: #9ccb3b;
}
#galleries_container button.slick-prev:hover:before {
  color: white;
}
#galleries_container button.slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  text-align: center;
  border-right: none;
  transition: 0.2s;
}
#galleries_container button.slick-next:before {
  content: '\e84f';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 35px;
  color: #b5b5b5;
}
#galleries_container button.slick-next:hover {
  transition: 0.2s;
  background-color: #9ccb3b;
}
#galleries_container button.slick-next:hover:before {
  color: white;
}
#galleries {
  position: relative;
  width: 2000px;
  height: 225px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.gallery-container {
  display: flex;
  display: -webkit-flex;
  pointer-events: none;
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
}
.photo-gallery-item {
  position: relative;
}
.photo-gallery-item .media {
  position: relative;
}
.photo-gallery-item .media a {
  display: block;
}
.photo-gallery-item:hover img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  transition: 0.35s;
}
.photo-gallery-item .text {
  pointer-events: none;
  position: absolute;
  background: url(/images/responsive/gallery_repeat.png) repeat-x bottom center;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  padding: 20px 24px;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.photo-gallery-item .text a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.photo-gallery-item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.35s;
}
.main-footer {
  background: #9ccb3b;
  margin-bottom: 80px;
}
.main-footer .text {
  padding: 48px 12px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #373536;
  text-align: center;
}
.main-footer .text > div:first-child {
  font-weight: 700;
}
.main-footer .text a {
  color: #373536;
}
.main-footer .text a:hover {
  text-decoration: none;
}
.main-footer .text span {
  margin: 0 3px;
}
.main-footer .logos {
  border-bottom: 1px solid #b1d665;
  padding: 30px 0;
}
.main-footer .logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-footer .logos ul li {
  padding: 12px;
}
#slide {
  background: url(/images/responsive/sticky_repeat.png) repeat-x bottom center;
  width: 100%;
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  z-index: 210;
  padding: 12px;
  text-align: center;
}
#slide ads-component {
  pointer-events: all;
}
#slide img {
  display: inline-block !important;
}
.s-chatbox {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 210;
  transition: .25s;
}
.s-chatbox.is-open .s-chatbox__iframe-wrapper {
  height: 280px;
}
.s-chatbox__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-block;
  padding: 12px 16px;
  background-color: #006747;
  color: white;
  transition: .25s;
}
.s-chatbox__toggle:hover {
  background-color: #9ccb3b;
}
.s-chatbox__iframe-wrapper {
  height: 0px;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.s-chatbox iframe {
  width: 100%;
  height: 100%;
  transition: .25s;
}
@media (max-width: 1024px) {
  .s-chatbox .s-chatbox__iframe-wrapper {
    overflow-y: scroll;
  }
}
.large_promo {
  flex: 0 1 764px;
  -webkit-flex: 0 1 764px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrapper.news .story-left {
  padding: 48px 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}
.article-wrapper.news .story-left .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  background-image: url("/images/responsive/play_button.png");
  background-size: contain;
  height: 80px;
  width: 80px;
  z-index: 2;
}
.article-wrapper.news .story-left .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.article-wrapper.news .article-headline {
  font-size: 45px;
  line-height: 45px;
  color: #006747;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 24px 0;
}
.article-wrapper.news .story-inside {
  display: flex;
  display: -webkit-flex;
}
.article-wrapper.news .story_ad {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 24px 12px;
  justify-content: center;
  -webkit-justify-content: center;
}
.article-wrapper.news .story_ad .ad {
  padding: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
}
.article-wrapper.news .social-column {
  padding-right: 20px;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  margin: 12px 0 36px 0;
}
.article-wrapper.news .social-column > a {
  display: block;
  width: 43px;
  height: 35px;
  transition: 0.35s;
  background-color: #006747;
  border-radius: 2px;
  margin: 5px 2px 0 0;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: white;
  font-size: 17px;
}
.article-wrapper.news .social-column > a:hover {
  transition: 0.35s;
  background: #004e35;
}
.article-wrapper.news .article-graph-links {
  margin: 0 0 12px 0;
}
.article-wrapper.news .article-graph-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-wrapper.news .article-graph-links ul li {
  line-height: 1.2em;
}
.article-wrapper.news .article-graph-links ul li a {
  color: black;
}
.article-wrapper.news .story-right {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #e5e5e5;
}
.article-wrapper.news .headlines > h2 {
  text-transform: uppercase;
  color: black;
  font-size: 40px;
  line-height: 40px;
  margin: 12px 0;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  padding: 42px 22px;
  padding-bottom: 42px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.article-wrapper.news .headlines > h2 span {
  font-weight: 700;
  color: #006747;
}
.article-wrapper.news .headlines .c-stories__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 19px 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  color: black;
  line-height: 24px;
  position: relative;
  background: white;
  cursor: pointer;
}
.article-wrapper.news .headlines .c-stories__item.c-stories__thumbnails--active:before {
  left: -7px;
  transition: 0.35s;
}
.article-wrapper.news .headlines .c-stories__item:hover:before {
  left: -7px;
  border-right: 6px solid #006747;
  transition: 0.35s;
}
.article-wrapper.news .headlines .c-stories__item:before {
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 6px solid #e5e5e5;
  transition: 0.35s;
  border-bottom: 10px solid transparent;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
}
.article-wrapper.news .headlines .c-stories__item .c-stories__details > div:first-child > span:first-child {
  color: #006747;
}
.article-wrapper.news .headlines .c-stories__item a {
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  color: black;
  transition: 0.35s;
}
.article-wrapper.news .headlines .c-stories__item a:hover {
  color: #006747;
  transition: 0.35s;
  cursor: pointer;
}
.article-wrapper.news .headlines .c-stories__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
article .sidearm-story-template-text {
  overflow: hidden;
}
.sidearm-story-template-next-game-links li:hover a {
  color: white;
}
@media screen and (max-width: 1200px) {
  #galleries {
    width: auto;
    left: auto;
    transform: none;
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .main-navigation .c-nav__level-1 > li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1023px) {
  .videos {
    text-align: center;
  }
  .promos .story_ad .ads-container .ad {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .promos .story_ad .ads-container .ad a {
    padding: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
  }
  .promos .story_ad .ads-container {
    border: none;
    border-radius: 0;
    background: none;
  }
  .videos .c-youtube__item .c-youtube__details {
    text-align: left;
  }
  .topstoriessport .c-stories__thumbnails {
    padding-top: 0;
  }
  .topstoriessport .c-stories--featured--large .c-stories__details {
    padding: 21px 24px;
  }
  .topstoriessport .c-stories--featured--large {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
    padding-top: 0;
  }
  .topstoriessport .row.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .topstoriessport .c-stories__container {
    display: block;
  }
  .article-wrapper.news .story-left {
    padding: 24px;
  }
  .article-wrapper.news .story-inside {
    display: block;
  }
  .main-footer {
    margin-bottom: 50px;
  }
  .large_promo {
    text-align: center;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background: url(/images/responsive/promo_area_bg.png) no-repeat top center;
  }
  .promos .story_ad {
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .promos {
    background: none;
  }
  .promos .row {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .moreHeadlines .row.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .moreHeadlines stories-component {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    padding-bottom: 48px;
  }
  .moreHeadlines .c-stories__item {
    border-bottom: 1px solid #e5e5e5;
  }
  .moreHeadlines .c-stories__item .c-stories__media {
    flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    min-width: 1px;
    min-height: 1px;
  }
  .moreHeadlines .c-stories__item--inner {
    padding: 24px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .moreHeadlines .c-stories__item .c-stories__details {
    border: none;
    background: none;
  }
  .moreHeadlines {
    margin-top: 0;
    padding: 0;
  }
  .moreHeadlines .row > h2 {
    display: none;
  }
  .moreHeadlines .c-stories {
    display: block;
    padding: 0;
  }
  .buzz .row > a:before {
    border-bottom: 50px solid #006747;
    border-left: 50px solid transparent;
  }
  .buzz {
    height: 50px;
  }
  .buzz .row > a {
    padding-right: 12px;
  }
  .buzz .row .logo {
    display: none;
  }
  .mediawall .content-stream-item-container {
    width: 50%;
  }
  .topstories {
    padding-top: 0;
  }
  .topstories .row.pad {
    padding-right: 0;
    padding-left: 0;
  }
  .buzz:after {
    background: transparent;
  }
  .main-navigation .sponsor {
    margin-left: -56px;
  }
  .main-navigation .header_logo {
    width: 246px;
    margin-left: -44px;
    height: 60px;
    background: url(/images/responsive/mobile_angle.png) no-repeat top center;
  }
  .main-navigation .header_logo img {
    max-width: 70px;
    top: 2px;
    transform: translateX(-50%);
    -wekbit-transform: translateX(-50%);
    margin-left: -3px;
  }
  .main-navigation .row > .social {
    display: none;
  }
  html.headroom--not-top .s-chatbox {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 900px) {
  .weather:before {
    content: none;
  }
  .weather:after {
    content: none;
  }
  .weather .sponsor {
    padding-right: 12px;
  }
  .weather .row {
    padding-left: 0;
    padding-right: 0;
  }
  .weather .c-weather {
    margin-left: 0;
  }
  .weather .c-weather__icon {
    width: 100px;
  }
  .weather .c-weather__icon:before {
    display: none;
  }
  .weather .row > h2 {
    display: none;
  }
  .topstories {
    border-bottom: 1px solid #e5e5e5;
  }
  .topstories .c-stories__item .c-stories__details .c-stories__title .c-stories__read {
    display: none;
  }
  .topstories .c-stories__item .c-stories__details {
    background: white;
    padding: 24px;
    position: static;
    bottom: auto;
    left: auto;
  }
  .article-wrapper.news .article-headline {
    font-size: 36px;
    line-height: 1.1;
  }
  .topstoriessport .c-stories--featured--large .c-stories__details .c-stories__title a {
    color: #006747;
    font-size: 36px;
    line-height: 1.1;
  }
  .topstories .c-stories__item .c-stories__details .c-stories__title > .c-stories__url > span:first-child {
    color: #006747;
    font-size: 36px;
    line-height: 1.1;
  }
  .topstories .c-stories__item .c-stories__details .c-stories__teaser {
    color: black;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .mediawall content-stream-component > header {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: auto;
  }
  .mediawall content-stream-component > header .tabs_ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin: 12px 0;
  }
  .mediawall content-stream-component > header .tabs_ul li {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .mediawall content-stream-component > header .tabs_ul li:first-child {
    margin-left: 0;
  }
  .mediawall content-stream-component > header .tabs_ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-wrapper.news .article-content {
    padding: 24px;
    padding-top: 0;
  }
  .article-wrapper.news .story-left {
    padding: 0;
  }
  .topstories .c-stories__media:after {
    display: none;
  }
  .main-navigation .nav-container {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .weather .c-weather {
    background: #9ccb3b;
  }
  .moreHeadlines .c-stories__item .c-stories__details {
    padding: 0;
    padding-left: 36px;
    position: relative;
  }
  .moreHeadlines .c-stories__item .c-stories__details:before {
    content: '•';
    display: block;
    font-size: 30px;
    color: #006747;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .moreHeadlines .c-stories__item .c-stories__media {
    display: none;
  }
  .buzz .row > a {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .weather .c-weather__temp--F {
    margin-left: auto;
  }
  .weather .c-weather__item {
    width: 100%;
  }
  .weather .row {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .weather .sponsor {
    margin-left: auto;
    order: -1;
    -webkit-order: -1;
    padding: 12px;
    background: #006747 url(/images/responsive/top_cal_repeater.png);
  }
  .weather .sponsor .ad {
    margin: 0;
  }
  .mediawall .content-stream-item-container {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .scoreboard-links {
    height: 40px;
    width: 100%;
    background: #006747 url(/images/responsive/top_cal_repeater.png);
  }
  .scoreboard-links .mobile-links {
    display: block;
  }
  .videos .row > header > h2 {
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .videos .row > header > h2 span {
    font-size: 36px;
    color: black;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
  }
  .photo-gallery-item:hover > .text {
    display: none;
  }
  .scoreboard-mobile {
    display: flex;
    display: -webkit-flex;
  }
  #scoreboard {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .main-navigation {
    top: 0px !important;
    position: fixed !important;
  }
  .sport-navigation {
    top: 60px !important;
    position: fixed !important;
  }
}
@media screen and (max-width: 450px) {
  .weather .c-weather__item {
    padding: 12px 0;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .weather .c-weather__temp--F {
    margin-left: 0;
  }
  .weather .c-weather__icon {
    display: none;
  }
  .article-wrapper.news .article-headline {
    font-size: 28px;
  }
  .topstories .c-stories__item .c-stories__details .c-stories__title > .c-stories__url > span:first-child {
    font-size: 28px;
  }
  .moreHeadlines .c-stories__item .c-stories__details a {
    font-size: 18px;
  }
  .moreHeadlines .c-stories__item .c-stories__details {
    padding: 0;
  }
  .moreHeadlines .c-stories__item .c-stories__details:before {
    content: none;
  }
  .mediawall content-stream-component > header .sponsor {
    margin-left: auto;
  }
  .mediawall content-stream-component > header .sponsor .ad {
    margin-right: 0;
  }
  .mediawall content-stream-component > header > h2 {
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .mediawall content-stream-component > header > h2 span {
    font-size: 36px;
  }
}
.sidearm-story-template-post .sidearm-story-template-next-game {
  color: #004630 !important;
}
.sidearm-story-template-post .sidearm-story-template-next-game-links a {
  color: #00281b !important;
}
