@import url(https://fonts.googleapis.com/css?family=Oswald|Montserrat:400,700);
@import url("https://fonts.sidearmsports.com/sidearm/sidearm_font.css");
.row {
  max-width: 1140px;
  margin: 0 auto;
}
.row .pad {
  padding: 0 20px;
}
body {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f1f1f1;
}
body ::-webkit-scrollbar {
  width: 15px;
}
body ::-webkit-scrollbar-track {
  background-color: white;
}
body ::-webkit-scrollbar-thumb {
  background-color: #006940;
  border: solid 5px white;
}
body ::-webkit-scrollbar-button {
  background-color: transparent;
  height: 0;
  width: 0;
}
/* Scoreboard */

#scoreboard {
  position: relative;
  width: 100%;
  background-color: #e5e5e5;
  height: 120px;
}
#scoreboard .row.pad {
  height: 100%;
}
#scoreboard .scoreboard-container {
  display: flex;
  display: -webkit-flex;
  height: 100%;
}
#scoreboard .scoreboard-container > h1 {
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  color: #006940;
  border-right: 1px solid #b2b2b2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-top: 5px;
  width: 140px;
}
#scoreboard .scoreboard-container > h1 span {
  color: #006940;
  font-size: 16px;
  font-weight: 400;
}
#scoreboard .scoreboard-container .close {
  width: 30px;
  background-color: #b2b2b2;
}
#scoreboard .scoreboard-container .close i {
  color: #006940;
  display: block;
  margin-top: 10px;
  text-align: center;
}
#scoreboard .scoreboard-container .sports-list {
  width: 130px;
  max-height: 125px;
  text-align: left;
  border-right: solid 1px #b2b2b2;
  margin-left: 39px;
}
#scoreboard .scoreboard-container .sports-list .sponsor {
  margin-top: 20px;
  text-align: center;
}
#scoreboard .scoreboard-container .sports-list > span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 130px;
  padding-top: 5px;
  height: 35px;
  border-top: solid 1px #b2b2b2;
}
#scoreboard .scoreboard-container .sports-list > span select {
  background-color: transparent;
  padding: 4px 10px;
  color: #4d4d4d;
  width: 130px;
  z-index: 1;
  position: relative;
  outline: none;
  border: none;
  font-family: "montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .sports-list > span option {
  color: #4d4d4d;
}
#scoreboard .scoreboard-container .scoreboard-list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  padding: 0;
  position: relative;
  max-width: 780px;
}
#scoreboard .scoreboard-container .scoreboard-list button {
  border-right: solid 1px #b2b2b2;
  border-left: solid 1px #b2b2b2;
  border-top: none;
  border-bottom: none;
  position: absolute;
  right: -39px;
  font-size: 0;
  color: #006940;
  background-color: #e5e5e5;
  padding: 0;
  height: 50%;
  width: 40px;
  text-align: center;
  transition: 0.2s;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-prev {
  border-bottom: solid 1px #b2b2b2;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-prev:before {
  content: '\e835';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 15px;
  line-height: 0;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-prev:hover {
  transition: 0.2s;
  background-color: #006940;
  border-left: 1px solid #006940;
  border-right: 1px solid #006940;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-prev:hover:before {
  color: white;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-next {
  bottom: 0;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-next:before {
  content: '\e836';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 15px;
  line-height: 0;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-next:hover {
  transition: 0.2s;
  background-color: #006940;
  border-right: 1px solid #006940;
}
#scoreboard .scoreboard-container .scoreboard-list button.slick-next:hover:before {
  color: white;
}
#scoreboard .scoreboard-container .scoreboard-list .slick-list {
  height: 120px;
}
#scoreboard .scoreboard-container .score {
  color: #006940;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  margin-left: auto;
}
#scoreboard .scoreboard-container .game {
  position: relative;
  height: 125px;
  position: relative;
  overflow: hidden;
  padding: 8px 10px;
  border-right: 1px solid #b2b2b2;
}
#scoreboard .scoreboard-container .game .teams .team {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  margin: 10px 0;
  height: 20px;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .game .teams .team .name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #4d4d4d;
  margin-left: 5px;
}
#scoreboard .scoreboard-container .game .charlotte {
  margin-left: 15px;
}
#scoreboard .scoreboard-container .game .sport {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #006940;
  text-transform: uppercase;
  line-height: 1;
  margin-left: auto;
}
#scoreboard .scoreboard-container .game .datesport {
  line-height: 15px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: solid 1px #b2b2b2;
}
#scoreboard .scoreboard-container .game .datesport .date {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  color: #4d4d4d;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .game .datesport .date .span:first-child {
  margin-right: 3px;
}
#scoreboard .scoreboard-container .game .datesport .date .final,
#scoreboard .scoreboard-container .game .datesport .date .time {
  font-weight: 400;
  margin-left: 5px;
  text-transform: none;
}
#scoreboard .scoreboard-container .game .datesport .date .time {
  text-transform: uppercase;
}
#scoreboard .scoreboard-container .game .media {
  transition: 0.2s;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#scoreboard .scoreboard-container .game .media ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
#scoreboard .scoreboard-container .game .media ul li {
  white-space: nowrap;
}
#scoreboard .scoreboard-container .game .media ul li:last-child {
  border: none;
}
#scoreboard .scoreboard-container .game .media ul li div {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #006940;
  text-align: center;
}
#scoreboard .scoreboard-container .game .media ul li a {
  text-decoration: none;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 3px;
  font-weight: 700;
  color: #006940;
}
#scoreboard .scoreboard-container .game .media ul li a i {
  color: #4d4d4d;
}
#scoreboard .scoreboard-container .game .media ul li a[href] i {
  color: #006940;
}
#scoreboard .scoreboard-container .game .media ul li + li:before {
  content: '/';
  color: #006940;
  font-weight: bold;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-toggle {
  height: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
  color: #006940;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-toggle > span {
  color: #4d4d4d;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 0.5s;
  z-index: 9998;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-toggle {
  margin: 0 0 30px 0;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-inner {
  overflow: auto;
  height: calc(100% - 132px);
  padding: 0 25px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor {
  display: flex;
  display: -webkit-flex;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor > div {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor .schedule-header {
  color: #006940;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor .schedule-header > span {
  color: #4d4d4d;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list select {
  outline: none;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  width: 100%;
  display: block;
  border: 1px solid #b2b2b2;
  background-color: white;
  color: #4d4d4d;
  z-index: 1;
  position: relative;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .comp-cal {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #006940;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game {
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 40px;
  color: #f2f2f2;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top > p {
  color: #4d4d4d;
  margin: 0;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.upcoming {
  background-color: white;
  color: #006940;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-top.recent {
  background-color: white;
  color: #006940;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom {
  display: flex;
  display: -webkit-flex;
  height: 90px;
  padding: 10px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .away-container,
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .home-container {
  display: flex;
  display: -webkit-flex;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .away-container .logo,
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .home-container .logo {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  overflow: hidden;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .away-container .name,
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .home-container .name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  color: #4d4d4d;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .away-container .score,
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .home-container .score {
  color: #006940;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .logo {
  margin-right: 20px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .game-details {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: #006940;
  font-weight: 700;
  font-size: 16px;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-bottom .game-details .vsat {
  color: #f2f2f2;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay-toggle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 25px;
  color: #006940;
  cursor: pointer;
  z-index: 2;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay-toggle i {
  display: block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #006940;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay > div {
  width: 120px;
  padding: 0 10px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay > div:first-child {
  border-right: 1px solid #006940;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay a {
  color: #f2f2f2;
  display: block;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game .game-overlay a[href] {
  color: white;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game.open .game-overlay-toggle {
  background-color: #f2f2f2;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game.open .game-overlay-toggle i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: 0.25s;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-list .game.open .game-overlay {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: 0.25s;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links {
  height: 62px;
  background-color: #006940;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links > a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
#scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .scoreboard-mobile-links > a:hover {
  color: white;
}
#scoreboard .scoreboard-container-mobile.open .scoreboard-mobile-offcanvas {
  transform: translateX(0%);
  transition: 0.5s;
  z-index: 99999;
}
.scoreboard-up #scoreboard {
  transition: 0.5s;
  height: 0;
}
.scoreboard-up .main-navigation .main-navigation-level-1:before {
  background-image: url('../images/scroll_logo.png');
  height: 120px;
  background-position: 85% 135%;
  cursor: pointer;
}
/* Navigation */

.main-navigation {
  background-color: #006940;
  position: relative;
  height: 70px;
  z-index: 9999;
  -webkit-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 10px rgba(1, 1, 1, 0.3);
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .index {
  position: absolute;
  height: 190px;
  width: 190px;
  left: 0;
  top: -75px;
  z-index: 99999;
}
.main-navigation .main-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.main-navigation .main-navigation-level-1:before {
  content: '';
  background-image: url('../images/main_logo.png');
  z-index: 99999;
  position: absolute;
  top: -75px;
  left: 0;
  height: 190px;
  width: 190px;
  background-position: 100% 50%;
}
.main-navigation .main-navigation-level-1 > li {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.25s;
  cursor: pointer;
  /* assumes class name sports was set in backend */

}
.main-navigation .main-navigation-level-1 > li:last-child a {
  border-color: transparent;
}
.main-navigation .main-navigation-level-1 > li > a {
  text-decoration: none;
  color: white;
  cursor: pointer;
  padding: 3px 15px;
  border-right: solid 1px #9a8648;
}
.main-navigation .main-navigation-level-1 > li:hover {
  background-color: #9a8648;
}
.main-navigation .main-navigation-level-1 > li:hover > div {
  left: 0;
}
.main-navigation .main-navigation-level-1 > li.sports .main-navigation-level-2 {
  height: 485px;
}
.main-navigation .main-navigation-level-1 > li.sports .main-navigation-level-2 ul {
  margin-top: 5px;
}
.main-navigation .main-navigation-level-1 > li.sports .main-navigation-level-2 .ad {
  position: absolute;
  bottom: 35px;
  right: 40px;
}
.main-navigation .main-navigation-level-1 > li.sports li {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.main-navigation .main-navigation-level-1 > li.sports li a {
  margin: 0 8px;
}
.main-navigation .main-navigation-level-1 > li.sports li a:first-child {
  margin-right: auto;
  margin-left: 0;
}
.main-navigation .main-navigation-level-1 > li.sports li a.main-navigation-social {
  width: 1rem;
  height: 18px;
  overflow: hidden;
  padding: 0;
  border: none;
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports li a.main-navigation-social:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: sidearm_font;
}
.main-navigation .main-navigation-level-1 > li.sports li a.facebook:before {
  content: '\e805';
  color: #2751a3;
}
.main-navigation .main-navigation-level-1 > li.sports li a.twitter:before {
  content: '\e825';
  color: #00b0ed;
}
.main-navigation .main-navigation-level-1 > li.sports li a.instagram {
  display: none;
}
.main-navigation .main-navigation-level-1 > li.sports li a.tickets:before {
  content: '\e829';
  color: #006940;
}
.main-navigation .main-navigation-level-1 > li.sports li .main-navigation-separator,
.main-navigation .main-navigation-level-1 > li.sports li .sport-title {
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover {
  background-color: #006940;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a {
  color: white;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.facebook:before {
  color: white;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.twitter:before {
  color: white;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover a.tickets:before {
  color: white;
}
.main-navigation .main-navigation-level-1 > li.sports li:hover .no-tickets {
  background-color: #006940;
}
.main-navigation .main-navigation-level-1 > li.sports li .no-tickets {
  height: 18px;
  width: 16px;
  position: absolute;
  right: 12px;
  top: 6px;
  background-color: #f2f2f2;
  transition: 0.25s;
}
.main-navigation .main-navigation-level-1 > li.sports .nav-story-links {
  position: absolute;
  bottom: 50px;
  left: 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.main-navigation .main-navigation-level-1 > li.sports .nav-story-links a {
  border-bottom: solid 1px #b2b2b2;
  width: 480px;
  padding: 3px 20px;
  font-size: 16px;
}
.main-navigation .main-navigation-level-1 > li.sports .sponsor {
  position: absolute;
  bottom: 35px;
  right: 40px;
}
.main-navigation .main-navigation-level-2 {
  position: absolute;
  z-index: 999;
  left: -9999px;
  top: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 32px;
  width: 1120px;
  background-color: #f2f2f2;
  border-bottom: solid 10px #9a8648;
}
.main-navigation .main-navigation-level-2 h1 {
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #006940;
  text-transform: uppercase;
  position: absolute;
  left: 60px;
}
.main-navigation .main-navigation-level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 8px;
  margin-top: 35px;
  width: 480px;
}
.main-navigation .main-navigation-level-2 li {
  padding: 4px;
  height: 30px;
  border-bottom: solid 1px #b2b2b2;
  padding-left: 20px;
  transition: 0.25s;
}
.main-navigation .main-navigation-level-2 li:hover {
  background-color: #006940;
}
.main-navigation .main-navigation-level-2 li:hover a {
  color: white;
}
.main-navigation .main-navigation-level-2 .ad {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  /*position:absolute; bottom:35px; right:40px;*/

}
.main-navigation .main-navigation-level-2 span {
  color: #006940;
}
.main-navigation .main-navigation-level-2 a {
  text-decoration: none;
  text-transform: capitalize;
  color: #4d4d4d;
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
/* Sports Nav */

body.mobile-menu-open.sports-nav #sportNavigation {
  left: 0;
}
body.mobile-menu-open.sports-nav #sportNavigation .sports-menu.mobile .dropdown-menu {
  left: 0;
}
.sport .main-navigation {
  box-shadow: none;
}
html body #sportNavigation {
  background-color: #f2f2f2;
  position: relative;
  -webkit-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  z-index: 100;
}
html body #sportNavigation .sport-nav {
  background: #f2f2f2;
  width: 100%;
  height: 60px;
}
html body #sportNavigation .sport-nav a {
  transition: 0.25s;
  text-decoration: none;
  color: #4d4d4d;
}
html body #sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 0 0 20px;
  list-style: none;
  padding: 5px 0 0 0;
}
html body #sportNavigation .sport-nav .level-1 > li {
  position: relative;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
  font-weight: 400;
  color: #4d4d4d;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
  line-height: 50px;
  font-family: 'oswald', sans-serif;
  font-size: 28px;
  margin-right: auto;
  margin-left: 165px;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  margin: 0 20px 0 0;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home a {
  text-decoration: none;
  margin-right: 20px;
  color: #006940;
}
html body #sportNavigation .sport-nav .level-1 > li.dropdown {
  position: relative;
  color: #006940;
}
html body #sportNavigation .sport-nav .level-1 > li.dropdown:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 {
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 300px;
  background: white;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
  z-index: 900;
  text-align: left;
  -webkit-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  -moz-box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
  box-shadow: 2px 3px 2px rgba(1, 2, 2, 0.1);
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li {
  position: relative;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li a {
  display: block;
  color: #006940;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: 1px dotted #cccccc;
}
html body #sportNavigation .sport-nav .level-1 > li .level-2 > li:hover a {
  color: white;
  background-color: #006940;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) {
  color: #006940;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) > div > a {
  color: #006940;
}
html body #sportNavigation .sport-nav .level-1 > li:hover:not(.sport-home) .level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  height: 50vh;
  overflow: auto;
}
#sportNavigation {
  -webkit-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 10px rgba(1, 1, 1, 0.3);
}
#sportNavigation .sport-nav {
  font-size: 14px;
  height: 60px;
  background: #9a8648;
  color: white;
  width: 100%;
  z-index: 10;
}
#sportNavigation .sport-nav a {
  color: white;
}
#sportNavigation .sport-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#sportNavigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  height: 50px;
}
#sportNavigation .sport-nav .level-1 > li a {
  color: black;
  text-decoration: none;
}
#sportNavigation .sport-nav .level-1 > li.sport-home {
  margin-right: auto;
  font-size: 18px;
}
#sportNavigation .sport-nav .level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
}
#sportNavigation .sport-nav .level-1 > li.sport-home .sponsor span {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  line-height: 25px;
}
#sportNavigation .sport-nav .level-1 > li.parent {
  position: relative;
}
#sportNavigation .sport-nav .level-1 > li.parent a:after {
  content: '\e851';
  font-family: sidearm_font;
  margin-left: 4px;
}
#sportNavigation .sport-nav .level-1 > li.parent ul {
  position: absolute;
  left: -9999px;
  top: 50px;
  z-index: 1;
}
#sportNavigation .sport-nav .level-1 > li.parent:hover:after {
  background-color: #006940;
}
#sportNavigation .sport-nav .level-1 > li.parent:hover ul {
  left: auto;
  right: 0;
}
#sportNavigation .sport-nav .level-2 {
  border: 1px solid #cccccc;
  padding: 16px 8px;
  background-color: white;
  min-width: 200px;
}
#sportNavigation .sport-nav .level-2 li {
  padding: 0 8px;
  border-bottom: 1px dotted #cccccc;
}
#sportNavigation .sport-nav .level-2 li:hover {
  background-color: white;
}
#sportNavigation .sport-nav .level-2 li:hover a {
  color: #006940;
}
#sportNavigation .sport-nav .level-2 li:hover:after {
  display: none;
}
#sportNavigation .sport-nav .level-2 li a {
  color: #006940;
  line-height: 2;
}
#sportNavigation .sport-nav .level-2 li a:after {
  display: none;
}
#sportNavigation .sport-nav.mobile {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 100;
  position: relative;
}
#sportNavigation .sport-nav.mobile .sports-mobile-navigation-home {
  font-size: 19px;
  font-weight: bold;
  padding: 0 8px;
  color: #006940;
  font-family: "montserrat", sans-serif;
}
#sportNavigation .sport-nav.mobile .sports-mobile-navigation-home a {
  text-decoration: none;
  text-transform: uppercase;
  color: #006940;
  font-style: italic;
  margin-right: 10px;
}
#sportNavigation .sport-nav.mobile > ul {
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: stretch;
  -webkit-align-items: stretch;
  color: #006940;
}
#sportNavigation .sport-nav.mobile > ul > li {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#sportNavigation .sport-nav.mobile > ul > li.more {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #007dc3;
}
#sportNavigation .sport-nav.mobile > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  color: #006940;
  text-decoration: none;
}
#sportNavigation .sport-nav.mobile > ul > li > a:hover {
  text-decoration: underline;
}
#sportNavigation .sport-nav.mobile > ul > i {
  margin-left: auto;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#sportNavigation .sport-nav.mobile .dropdown-menu {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 {
  display: block;
  border: 1px solid #cccccc;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li {
  display: block;
  border-bottom: 1px solid #4c4c4c;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.sport-home {
  display: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li:hover:after {
  display: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li a {
  padding: 8px;
  display: block;
  color: #4c4c4c;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li a:hover {
  cursor: pointer;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent {
  position: relative;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-parent a:after {
  content: '\e865';
  font-family: sidearm_font;
  float: right;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open {
  position: relative;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-1 li.mobile-navigation-item-open a:after {
  content: '\e83a';
  font-family: sidearm_font;
  float: right;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 {
  position: static;
  border: none;
  padding: 0;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 li {
  padding: 0;
  border: none;
}
#sportNavigation .sport-nav.mobile .dropdown-menu .level-2 li a {
  display: block;
  padding: 4px 15px;
  background-color: #951010;
  color: white;
  border-bottom: 1px solid white;
}
.mobile-menu-open.sports-nav #sportNavigation .sport-nav.mobile .dropdown-menu {
  left: 0;
}
/* Off-Canvas */

body.offcanvas-nav:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  transition: 0.25s;
}
.mobile_menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #006940;
}
.mobile_menu:before {
  content: '';
  background-image: url('../images/scroll_logo.png');
  height: 65px;
  width: 205px;
  position: absolute;
  top: -10px;
}
.mobile_menu .icon-menu {
  position: absolute;
  right: 10px;
  z-index: 998;
  color: white;
  font-style: normal;
  font-size: 24px;
  cursor: pointer;
  text-transform: uppercase;
}
.mobile_menu .index {
  top: 0;
  left: 25px;
  height: 50px;
}
.mobile_menu .off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #006940;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 99999;
  overflow: hidden;
  line-height: 1;
}
.mobile_menu .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-top: 50px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
.mobile_menu .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #003621;
}
.mobile_menu .off-canvas-menu .level-1 > li > a {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.mobile_menu .off-canvas-menu .level-1 > li > a:hover {
  background-color: #009c5f;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #009c5f;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50px;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  background-color: #009c5f;
}
.mobile_menu .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #006940;
  text-decoration: none;
  color: white;
}
.mobile_menu .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
.mobile_menu .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mobile_menu .off-canvas-menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.5s;
}
.mobile_menu .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background-color: #006940;
  z-index: 2;
}
/* Top Stories */

#topStories {
  position: relative;
  width: 100%;
  height: calc(100vh - 280px);
}
#topStories .stories-list {
  position: relative;
  z-index: 20;
  height: 100%;
}
#topStories .stories-list .slick-list {
  height: 100%;
}
#topStories .stories-list .slick-list .slick-track {
  height: 100%;
}
#topStories .stories-list .story {
  position: relative;
  height: 100%;
}
#topStories .stories-list .story:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#topStories .stories-list .story .story-media {
  position: relative;
  width: 100%;
  height: 100%;
}
#topStories .stories-list .story .story-media .story-media-as-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  background-color: black;
}
#topStories .stories-list .story .story-headline {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
  height: 275px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 100%;
}
#topStories .stories-list .story .story-headline .title {
  max-width: 1040px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#topStories .stories-list .story .story-headline .title:before {
  content: '';
  background-image: url('../images/headline_logo.png');
  position: absolute;
  left: -40px;
  height: 110px;
  width: 105px;
}
#topStories .stories-list .story .story-headline .title a {
  display: block;
  margin-left: 75px;
  font-family: 'oswald', sans-serif;
  font-size: 46px;
  line-height: 60px;
  text-decoration: none;
  color: white;
  margin-bottom: 10px;
  clear: both;
}
#topStories .stories-list .story .story-headline .date {
  color: #9a8648;
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  margin: 0 auto;
  padding-left: 85px;
}
#topStories .grid-stories-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 19;
}
#topStories .grid-stories-list h1 {
  color: #006940;
  font-family: 'oswald', sans-serif;
  font-size: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
}
#topStories .grid-stories-list h1 .sponsor {
  margin-left: 10px;
}
#topStories .grid-stories-list .grid-stories-container .story {
  margin: 7px;
  width: 270px;
  height: 150px;
  position: relative;
  padding: 0;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media {
  position: relative;
  height: 100%;
  width: 100%;
}
#topStories .grid-stories-list .grid-stories-container .story .story-media .storyImg {
  height: 100%;
  background-size: cover;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content .title {
  padding: 12px 20px;
  height: 70px;
  overflow: hidden;
}
#topStories .grid-stories-list .grid-stories-container .story .story-content .title a {
  text-decoration: none;
  color: white;
  text-decoration: none;
}
#topStories .storyView {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 0;
}
#topStories .storyView span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 0;
  margin-bottom: 0;
  color: white;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
#topStories .storyView span.feature:before {
  content: '\e87b';
  font-family: 'sidearm_font';
  font-size: 24px;
}
#topStories .storyView span.grid:before {
  content: '\e865';
  font-family: 'sidearm_font';
  font-size: 24px;
}
#topStories .storyView span.active {
  background-color: #006940;
}
#topStories .storyView span.active:hover {
  background-color: #9a8648;
}
#topStories .storyView span:hover {
  cursor: pointer;
  background-color: #006940;
}
#topStories button {
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 200px;
  transition: 0.25s;
  left: 50%;
  color: white;
}
#topStories button:hover {
  background-color: #9a8648;
}
#topStories button.slick-prev {
  transform: translateX(450px);
}
#topStories button.slick-prev:before {
  content: '\e835';
  font-family: 'sidearm_font';
  font-size: 18px;
  color: white;
}
#topStories button.slick-next {
  transform: translateX(500px);
}
#topStories button.slick-next:before {
  content: '\e836';
  font-family: 'sidearm_font';
  font-size: 18px;
  color: white;
}
.dfp-ad {
  margin: 0 auto;
}
/* Content Stream */

#contentStream {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-top: 75px;
}
#contentStream h1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 20px 0 7px 0;
  font-family: 'oswald', sans-serif;
  font-size: 36px;
  color: #006940;
}
#contentStream h1 > span {
  margin-left: 10px;
}
#contentStream h1 .sponsor {
  margin: 0 10px;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
#contentStream h1 .sponsor span {
  font-size: 14px;
  padding-top: 15px;
  color: #9a8648;
}
#contentStream h1 .sponsor .ad {
  width: 100px;
}
#contentStream h1 .sponsor:before {
  content: 'CONNECT WITH THE 49ERS';
  position: absolute;
  left: -260px;
  top: 10px;
  font-size: 24px;
  display: none;
}
#contentStream .content-stream {
  flex: 1;
  overflow: hidden;
}
#contentStream ul.tabs_ul {
  list-style: none;
  margin-left: 175px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#contentStream ul.tabs_ul > span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#contentStream ul.tabs_ul li {
  transition: 0.2s;
  color: #9a8648;
  background-color: transparent;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  text-transform: uppercase;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  -webkit-align-items: center;
}
#contentStream ul.tabs_ul li a {
  text-decoration: none;
}
#contentStream ul.tabs_ul li.active {
  background-color: #006940;
  color: white;
}
#contentStream ul.tabs_ul li.active a {
  color: white;
}
#contentStream ul.tabs_ul li:hover {
  transition: 0.2s;
  background-color: #9a8648;
  color: white;
}
#contentStream ul.tabs_ul li:hover a {
  transition: 0.2s;
  color: white;
}
#contentStream .content-stream-container {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}
#contentStream .content-stream-item-container {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  width: 25%;
  overflow: hidden;
}
#contentStream .content-stream-item-container .content-stream-item {
  position: relative;
  width: 100%;
  max-width: 360px;
  border: solid 1px #cccccc;
  height: auto;
  background: white;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet {
  font-size: 16px;
  font-family: "montserrat";
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .media {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .media img {
  position: absolute;
  top: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .not-media {
  padding: 20px;
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .body {
  line-height: 25px;
  margin: 15px 0;
  color: black;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user {
  position: relative;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-user-logo {
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name {
  font-family: "montserrat", sans-serif;
  color: #006940;
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name:before {
  content: "@";
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-date {
  position: relative;
  top: 20px;
  right: -20px;
  font-family: "montserrat", sans-serif;
  font-size: 13px;
  color: #959595;
  margin: 0;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .tweet-item-user .tweet-item-date:before {
  content: "\e875";
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  padding-right: 3px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .twitter-follow-button {
  position: absolute;
  top: 30px;
  right: 20px;
  background-color: #1570a8;
  color: white;
  width: 65px;
  height: 20px;
  font-size: 11px;
  font-family: arial;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet .twitter-follow-button i {
  font-size: 14px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 40px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li {
  margin: 5px;
  padding: 10px 5px 0 5px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li:nth-of-type(2) {
  border-top: solid 1px #b2b2b2;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a {
  color: #9a8648;
  font-size: 25px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a:hover {
  color: #006940;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a i:before {
  margin: 0;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet ul li a span {
  position: absolute;
  left: -9999px;
}
#contentStream .content-stream-item-container .content-stream-item.twitter .tweet a {
  text-decoration: none;
  color: #006940;
  font-weight: 700;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .photo {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .photo img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .photo .play {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .photo .play:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 15px white;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .not-media {
  padding: 20px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .not-media .watch {
  background-color: white;
  height: 35px;
  width: 115px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 15px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .not-media .watch a {
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #006940;
  text-transform: uppercase;
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .not-media .video-info .title {
  color: #4d4d4d;
  margin-bottom: 5px;
  font-size: 18px;
}
#contentStream .content-stream-item-container .content-stream-item.youtube .not-media .video-info .name {
  color: #4d4d4d;
}
#contentStream .content-stream-item-container .content-stream-item.ad {
  height: 330px;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad {
  flex-shrink: 0;
  width: 100%;
  margin-top: 40px;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad {
  padding: 30px;
  background: white;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad img {
  display: block;
  margin: 0 auto;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a {
  *zoom: 1;
  display: block;
  text-decoration: none;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:before,
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  content: "";
  display: table;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  clear: both;
}
#contentStream .content-stream-item-container .content-stream-item.ad .sponsor-ad .ad a:after {
  content: 'ADVERTISEMENT';
  padding-top: 8px;
  letter-spacing: 5px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 12px;
  color: #b2b2b2;
}
#contentStream .loadMore {
  transition: 0.2s;
  width: 250px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #9a8648;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: "montserrat";
  font-size: 18px;
  color: black;
  margin-top: 30px;
}
#contentStream .loadMore:hover {
  background-color: #006940;
  color: white;
  cursor: pointer;
}
/* Athlete of the Week */

#aow {
  background: #006940 url('../images/aotw_bg.png');
  background-position: 50%;
}
#aow .awards-list .slick-list {
  max-height: 500px;
}
#aow .awards-list .slick-track {
  display: flex;
  display: -webkit-flex;
}
#aow .awards-list .award-item {
  width: 100% !important;
  height: 100%;
  position: relative;
}
#aow .awards-list .award-item .award-item-media {
  display: inline-block;
  width: 49%;
}
#aow .awards-list .award-item .award-item-media img {
  height: 100%;
}
#aow .awards-list .award-item .award-item-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  width: 49%;
  position: relative;
  display: inline-block;
}
#aow .awards-list .award-item .award-item-text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  border-left: solid 100px #9a8648;
  border-bottom: solid 100px transparent;
}
#aow .awards-list .award-item .award-item-text .content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  left: 0;
  height: 500px;
}
#aow .awards-list .award-item .award-item-text .content .number {
  font-family: 'oswald', sans-serif;
  font-size: 36px;
  position: absolute;
  top: 3px;
  left: 10px;
  color: white;
  z-index: 9;
}
#aow .awards-list .award-item .award-item-text .content .player-info .name {
  font-family: 'oswald', sans-serif;
  font-size: 64px;
  text-transform: uppercase;
}
#aow .awards-list .award-item .award-item-text .content .highlight {
  font-family: 'oswald', sans-serif;
  font-size: 26px;
  position: relative;
  margin: 15px 0;
  padding: 15px 0;
}
#aow .awards-list .award-item .award-item-text .content .highlight:before {
  content: '';
  height: 1px;
  width: 100px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#aow .awards-list .award-item .award-item-text .content .highlight:after {
  content: '';
  height: 1px;
  width: 100px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#aow .awards-list .award-item .award-item-text .content .award-links a {
  display: inline-block;
  background: #006940;
  margin: 0 10px;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
/* Footer */

.main-footer {
  background-color: white;
  padding-bottom: 95px;
  padding-top: 45px;
  border-top: solid 5px #006940;
}
.main-footer .below-ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 50px 0;
}
.main-footer .below-ad #search-btn {
  position: relative;
  height: 100%;
  line-height: 40px;
  width: 215px;
}
.main-footer .below-ad #search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 0;
  right: 0;
  width: 265px;
}
.main-footer .below-ad #search-btn #search label {
  position: absolute;
  left: -99999px;
}
.main-footer .below-ad #search-btn #search input[type="text"] {
  width: 100%;
  display: block;
  height: 40px;
  padding-left: 20px;
  border-right: none;
  border-radius: 0;
}
.main-footer .below-ad #search-btn #search input[type="submit"] {
  border-left: 0;
  display: block;
  height: 40px;
  width: 55px;
  text-align: center;
  color: #9a8648;
  background-color: white;
  font-size: 0;
  border-radius: 0;
}
.main-footer .below-ad #search-btn #search i {
  color: #9a8648;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 14px;
  cursor: pointer;
}
.main-footer .below-ad #search-btn #search .search-button {
  position: relative;
}
.main-footer .below-ad #search-btn #search .search-button:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}
.main-footer .below-ad .school-info {
  margin-left: 30px;
  font-size: 16px;
  color: black;
}
.main-footer .below-ad .school-info .legal-info a {
  text-decoration: none;
  color: #4d4d4d;
  transition: 0.25s;
  font-weight: 700;
}
.main-footer .below-ad .school-info .legal-info a:hover {
  text-decoration: underline;
}
/* Ads */

.promo-rotator {
  height: 300px;
  position: relative;
  background-color: white;
  border-top: solid 1px #b2b2b2;
  margin-top: 100px;
}
.promo-rotator .row.pad {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.promo-rotator .ads-container button {
  height: 50px;
  width: 50px;
  background: #006940;
  font-size: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  border: none;
  color: white;
  transition: 0.25s;
}
.promo-rotator .ads-container button.slick-prev {
  left: 0;
}
.promo-rotator .ads-container button.slick-prev:before {
  content: '\e835';
  font-family: 'sidearm_font';
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.promo-rotator .ads-container button.slick-next {
  right: 0;
}
.promo-rotator .ads-container button.slick-next:before {
  content: '\e836';
  font-family: 'sidearm_font';
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.promo-rotator .ads-container button:hover {
  background-color: #9a8648;
}
#footer-sponsor {
  background-color: white;
  padding-top: 55px;
  padding-bottom: 55px;
}
#footer-sponsor .ad img {
  display: block;
  margin: 0 auto;
}
#footer-logos .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer-logos .ads-container .ad {
  padding: 5px 55px;
  border-right: solid 1px #b2b2b2;
}
#footer-logos .ads-container .ad:last-child {
  border-right: none;
}
.icon-ads {
  transition: 0.5s;
  background-image: url('../images/social_side_bg.png');
  height: 330px;
  width: 50px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.icon-ads .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  left: 10px;
}
.icon-ads .ads-container .ad {
  margin: 3px;
}
.icon-ads .ads-container .ad a {
  cursor: pointer;
}
.icon-ads .ads-container .ad a:hover i {
  color: #9a8648;
}
.icon-ads .ads-container .ad a i {
  color: white;
  font-size: 24px;
  transition: 0.25s;
}
.icon-ads .ads-container .ad a i span {
  font-size: 0;
  color: transparent;
}
.scroll-sponsor {
  transition: 0.5s;
  background-color: white;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.scroll-sponsor .ad img {
  margin: 0 auto;
  display: block;
}
.scroll-icons {
  transition: 0.5s;
  background-image: url('../images/sticky_bg.png');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 140px;
  width: 100%;
  position: fixed;
  bottom: -140px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.scroll-icons .row {
  position: relative;
  width: 100%;
}
.scroll-icons .row > span {
  color: white;
  font-size: 18px;
  position: absolute;
  right: 270px;
  top: 28px;
}
.scroll-icons .row > span:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -20px;
  background-color: white;
  height: 35px;
  width: 1px;
}
.scroll-icons .ads-container {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 0;
  top: 20px;
}
.scroll-icons .ads-container .ad {
  margin: 3px;
}
.scroll-icons .ads-container .ad a {
  cursor: pointer;
}
.scroll-icons .ads-container .ad a:hover i {
  color: #9a8648;
}
.scroll-icons .ads-container .ad a i {
  color: white;
  font-size: 25px;
  transition: 0.25s;
}
.scroll-icons .ads-container .ad a i span {
  font-size: 0;
  color: transparent;
}
.article-content {
  *zoom: 1;
}
.article-content:before,
.article-content:after {
  content: "";
  display: table;
}
.article-content:after {
  clear: both;
}
/* Custom Story Template */

.article-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}
.article-wrapper .article-image > div {
  width: 100% !important;
}
.article-wrapper .article-image .media_object_image {
  width: auto !important;
}
.article-wrapper .article-image #story_media_divImage:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.article-wrapper .article-image button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.article-wrapper .article-image button:before {
  content: '\e882';
  font-family: 'sidearm_font';
  color: white;
  font-size: 115px;
  position: absolute;
  margin-top: -65px;
  margin-left: -55px;
}
.article-wrapper .article-image .video-is-playing #story_media_divImage:before {
  display: none;
}
.article-wrapper .article-image .video-is-playing button {
  display: none;
}
.article-wrapper .article-image .video-is-playing > iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.article-wrapper .article-image .article-showcase-player > iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.article-wrapper .article-bottom {
  width: 100%;
  background-color: white;
  padding: 40px 20px;
}
.article-wrapper .article-bottom .article {
  color: #4d4d4d;
  padding: 0 20px;
  font-size: 16px;
}
.article-wrapper .article-bottom .article .article-headline {
  font-family: 'oswald', sans-serif;
  font-size: 46px;
  color: #006940;
  margin-top: 0;
}
.article-wrapper .article-bottom .article .article-byline {
  font-weight: 700;
  margin-bottom: 0;
}
.article-wrapper .article-bottom .article .article-date {
  display: block;
  margin-bottom: 50px;
}
.article-wrapper .article-bottom .article .article-content {
  line-height: 18px;
}
.article-wrapper .article-bottom .article a {
  color: #9a8648;
  text-decoration: none;
}
.article-wrapper .article-bottom .recent {
  width: 340px;
  padding: 20px;
  border: solid 1px #b2b2b2;
  float: right;
  margin: 0 0 20px 20px;
}
.article-wrapper .article-bottom .recent .ad {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-title {
  background-color: #006940;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  width: 200px;
  padding: 10px 15px;
  position: relative;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: -42px;
  height: 42px;
  width: 42px;
  border-left: solid 42px #006940;
  border-top: solid 42px transparent;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-stories-item {
  display: flex;
  display: -webkit-flex;
  padding: 8px 0;
  border-bottom: solid 1px #b2b2b2;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-stories-item .recent-stories-media {
  width: 107px;
  height: 60px;
  margin: 0 8px 0 0;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-stories-item .recent-stories-media img {
  height: 100%;
  width: 100%;
}
.article-wrapper .article-bottom .recent .recent-stories .recent-stories-item .recent-stories-text {
  width: 66.6666%;
  margin: 0 8px;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.article-wrapper .article-bottom .recent .recent-stories a {
  color: #9a8648;
  text-decoration: none;
}
.article-wrapper .article-bottom .recent .recent-stories .archives {
  font-size: 16px;
  margin: 10px 0;
  display: block;
}
.wide .main-content-placeholder {
  background-position: 50%;
  max-width: 1120px;
  background: white;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.wide .promo-rotator {
  margin-top: 0;
}
.wide #footer-sponsor {
  background-color: #f2f2f2;
}
/* Headroom */

.headroom--not-top .main-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.headroom--not-top .main-navigation .main-navigation-level-1:before {
  background-image: url('../images/scroll_logo.png');
  height: 120px;
  background-position: 85% 135%;
}
.headroom--not-top .scroll-icons {
  bottom: 0;
}
.headroom--not-top .scroll-sponsor {
  bottom: -94px;
}
.headroom--not-top .icon-ads {
  right: -50px;
}
.headroom--not-top #sportNavigation {
  position: fixed;
  width: 100%;
  top: 70px;
}
/* Media Queries */

@media all and (max-width: 1120px) {
  .main-navigation {
    height: 50px;
  }
  .main-navigation .main-navigation-level-1 {
    font-size: 16px;
  }
  #contentStream ul.tabs_ul {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .main-navigation {
    height: 50px;
  }
  #topStories {
    height: auto;
  }
  #topStories .stories-list .story {
    height: auto;
  }
  #topStories .stories-list .story .story-headline {
    bottom: 0;
  }
  #topStories .grid-stories-list {
    display: none;
  }
  #topStories .storyView {
    display: none;
  }
  #topStories button {
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #006940;
    left: initial;
  }
  #topStories button.slick-prev {
    left: 0;
    right: initial;
    transform: translateX(0);
  }
  #topStories button.slick-next {
    right: 0;
    transform: translateX(0);
  }
  #contentStream .content-stream-item-container {
    width: 33%;
  }
  .icon-ads {
    display: none;
  }
  #aow .awards-list .award-item {
    width: 100% !important;
  }
  #aow .awards-list .award-item .award-item-media {
    margin: 0 auto;
    width: 100%;
  }
  #aow .awards-list .award-item .award-item-text {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #aow .awards-list .award-item .award-item-text:after {
    top: -100%;
  }
  #aow .awards-list .award-item .award-item-text .content {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  #aow .awards-list .award-item .award-item-text .content .number {
    top: calc(-50% + 3px);
  }
  #aow .awards-list .award-item .award-item-text .content .player-info .name {
    font-size: 48px;
  }
  #aow .awards-list .award-item .award-item-text .content .highlight {
    font-size: 22px;
  }
  .article-wrapper {
    padding-bottom: 0;
  }
  .article-wrapper .article-bottom {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .article-wrapper .article-bottom .recent {
    order: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    border: none;
    margin: 0;
  }
  .article-wrapper .article-bottom .recent .recent-stories {
    order: -1;
  }
  .promo-rotator {
    height: auto;
    margin-top: 175px;
  }
  .promo-rotator .row.pad {
    position: static;
  }
  .headroom--not-top #sportNavigation {
    top: 50px;
  }
  #footer-logos .ads-container .ad {
    border: none;
  }
}
@media all and (max-width: 1023px) {
  
}
@media all and (max-width: 920px) {
  #contentStream h1 {
    font-size: 24px;
  }
  #contentStream ul.tabs_ul {
    margin-left: 0;
  }
}
@media all and (max-width: 840px) {
  #contentStream ul.tabs_ul li {
    font-size: 14px;
  }
  .scroll-icons {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #contentStream ul.tabs_ul li {
    padding: 5px;
  }
  #contentStream .content-stream-item-container {
    width: 50%;
  }
  #aow .awards-list .award-item .award-item-text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  #aow .awards-list .award-item .award-item-text .content {
    height: auto;
  }
  #aow .awards-list .award-item .award-item-text .content .number {
    top: calc(-100% + 3px);
  }
  #aow .awards-list .award-item .award-item-text .content .player-info .name {
    font-size: 36px;
  }
  #aow .awards-list .award-item .award-item-text .content .highlight {
    font-size: 18px;
  }
  #aow .awards-list .award-item .award-item-text .content .award-links a {
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 5px;
  }
  .promo-rotator .ads-container button {
    background-color: rgba(0, 0, 0, 0.25);
    width: 30px;
  }
  .main-footer .below-ad {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .main-footer .below-ad #search-btn {
    height: 40px;
    margin-bottom: 15px;
    margin-left: 50px;
  }
  .main-footer .below-ad .school-info {
    text-align: center;
    margin-left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 680px) {
  #topStories .stories-list .story .story-headline {
    height: 150px;
  }
  #topStories .stories-list .story .story-headline .title a {
    font-size: 36px;
    line-height: 1.2;
  }
  #contentStream h1 {
    font-size: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #contentStream h1 .sponsor {
    margin-left: 260px;
  }
  #contentStream h1 .sponsor:before {
    display: initial;
  }
  .article-wrapper .article-bottom {
    padding: 40px 0;
  }
  .article-wrapper .article-bottom .article {
    padding: 0;
  }
  .article-wrapper .article-bottom .article .article-headline {
    font-size: 36px;
  }
  .article-wrapper .article-bottom .recent {
    padding: 20px 0;
  }
}
@media all and (max-width: 540px) {
  #scoreboard {
    height: auto;
  }
  #topStories .stories-list .story .story-headline {
    height: 120px;
  }
  #topStories .stories-list .story .story-headline .title a {
    font-size: 30px;
    margin-bottom: 0;
  }
  #contentStream .content-stream-item-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media all and (max-width: 480px) {
  #topStories .stories-list .story .story-headline .title {
    margin-top: 15px;
  }
  #topStories .stories-list .story .story-headline .title a {
    font-size: 24px;
  }
  #topStories .stories-list .story .story-headline .date {
    font-sixe: 14px;
  }
  #aow .awards-list .slick-track {
    height: 100%;
  }
  #aow .awards-list .award-item .award-item-media img {
    position: absolute;
    left: -50%;
    bottom: -50%;
    margin: auto;
    width: auto;
    max-width: initial;
  }
  #aow .awards-list .award-item .award-item-text {
    z-index: 9;
  }
  .article-wrapper .article-bottom .article .article-headline {
    font-size: 30px;
  }
}
@media all and (max-width: 380px) {
  #topStories .stories-list .story .story-headline {
    height: 100px;
  }
  #topStories .stories-list .story .story-headline .title a {
    font-size: 18px;
  }
  #topStories button {
    height: 40px;
    width: 25px;
  }
  #contentStream h1 .sponsor {
    margin-left: 195px;
  }
  #contentStream h1 .sponsor:before {
    font-size: 18px;
    left: -195px;
  }
  #contentStream ul.tabs_ul li {
    font-size: 12px;
  }
  #aow {
    height: 500px;
  }
  #aow .awards-list {
    height: 100%;
  }
  #aow .awards-list .slick-list {
    height: 100%;
  }
  #aow .awards-list .award-item .award-item-text .content .player-info .name {
    font-size: 24px;
  }
  #aow .awards-list .award-item .award-item-text .content .highlight {
    font-size: 14px;
  }
  #aow .awards-list .award-item .award-item-text .content .award-links a {
    font-size: 12px;
  }
  .article-wrapper .article-bottom .article .article-headline {
    font-size: 24px;
  }
}
/* @media all and (max-width:px) {} */

.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-conference {
  background-color: #003763 !important;
}
/*.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-conference {background-color:#003763 !important;position:absolute;left:340px;top:-78px;}*/

.sportfile table {
  border: none;
}
.sportfile table tbody,
.sportfile table tr,
.sportfile table td,
.sportfile table th {
  border: none;
}
html body #sportNavigation .sport-nav .level-1 > li.sport-home a {
  margin: 0 0 0 12px;
}
h1.hide,
h2.hide {
  color: black !important;
  background-color: #006940 !important;
}
.grid-stories-list .row h2 {
  color: white;
  background-color: #006940;
}
#sidearm-main-content_a {
  color: white !important;
  background-color: black !important;
}
