.fantasy-stats-section h1 {
  font-family: 'Gotham Book';
  font-weight: bold;
  color: #353333;
  font-size: 26px;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fantasy-stats-section h1 {
    line-height: 125%;
    margin-left: 0px;
    font-size: 20px;
    text-align: center;
  }
}
.fantasy-stats-section h1:first-of-type {
  margin-top: 0px;
}
.fantasy-stats-section h2 {
  font-family: 'Gotham Book';
  font-weight: bold;
  color: #353333;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.fantasy-stats-section p {
  line-height: 150%;
}
.fantasy-stats-section .filters {
  font-size: 13px;
}
.fantasy-stats-section .filters .ddl-wrap {
  padding: 2px;
}
.fantasy-stats-section .stats-grid-container {
  margin: 10px 0;
  position: relative;
}
.fantasy-stats-section .stats-grid-container .initial-bind {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1;
}
.fantasy-stats-section .score-summary {
  max-height: 20px;
  font-size: 11px;
  color: #333333;
  display: block !important;
}
.fantasy-stats-section .stat-line {
  color: #737373;
  font-size: 10px;
}
.fantasy-stats-section .gamestatus_red {
  color: #d5242f;
}
.fantasy-stats-section .gamestatus_yellow {
  color: #fbbd05;
}
.fantasy-stats-section .gamestatus_green {
  color: #00c700;
}
.fantasy-stats-section .free-trial-box {
  background-color: #6bc259;
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.fantasy-stats-section .free-trial-box .free-trial-text {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  padding: 20px;
}
@media (max-width: 767px) {
  .fantasy-stats-section .free-trial-box .free-trial-text {
    font-size: 18px;
    padding: 20px 10px 0;
  }
}
.fantasy-stats-section .free-trial-box a {
  padding: 15px 25px;
  color: white;
  text-transform: uppercase;
  background: #22313d;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  font-family: 'Gotham Medium';
  height: auto;
  margin: 10px auto;
}
@media (min-width: 767px) {
  .fantasy-stats-section .free-trial-box a {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: 0px;
  }
}
.fantasy-stats-section .free-trial-box a:hover {
  background: white;
  color: #22303c;
}
.fantasy-stats-section .upgrade-box {
  border-radius: 5px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color-dark);
  margin: auto;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.fantasy-stats-section .upgrade-box .upgrade-text {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  padding: 20px;
}
@media (max-width: 767px) {
  .fantasy-stats-section .upgrade-box .upgrade-text {
    font-size: 18px;
    padding: 20px 10px 0;
  }
}
.fantasy-stats-section .upgrade-box a {
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  background: #22313d;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  font-family: 'Gotham Medium';
  height: auto;
  margin: 10px auto;
}
@media (min-width: 767px) {
  .fantasy-stats-section .upgrade-box a {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: 0px;
  }
}
.fantasy-stats-section .upgrade-box a:hover {
  background: white;
  color: #22303c;
}
.fantasy-stats-section .fav-player {
  cursor: pointer;
  color: #6ac259;
  margin-right: 3px;
}
.fantasy-stats-section .fav-player:hover {
  color: #5da94f;
}
.fantasy-stats-section .player-search-combo {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 640px) {
  .fantasy-stats-section .player-search-combo {
    max-width: initial;
  }
}
.fantasy-stats-section .week-wrap {
  display: inline-block;
  white-space: nowrap;
  /*@media (max-width: 990px) {
            .start-week,
            .end-week {
                width: 45% !important;
            }

            .week-to {
                width: 10%;
                text-align: center;
            }
        }*/

}
.fantasy-stats-section .week-wrap .week-to {
  display: inline-block;
  line-height: 38px;
}
.fantasy-stats-section .week-wrap .start-week,
.fantasy-stats-section .week-wrap .end-week {
  min-width: 145px;
  display: inline-block;
}
@media (max-width: 640px) {
  .fantasy-stats-section .week-wrap {
    width: 100%;
    display: table;
    margin: 5px -2px;
  }
  .fantasy-stats-section .week-wrap .start-week,
  .fantasy-stats-section .week-wrap .end-week {
    width: 45% !important;
    display: table-cell;
  }
  .fantasy-stats-section .week-wrap .week-to {
    text-align: center;
    display: table-cell;
  }
}
@media (min-width: 640px) {
  .fantasy-stats-section .ddl-wrap.scoring {
    width: 160px;
  }
  .fantasy-stats-section .ddl-wrap.season-ddl {
    width: 95px;
  }
}
@media (max-width: 640px) {
  .tab-section-container .tab-section .tab-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .additional-links {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .collapse-filters {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
  }
  .collapse-filters a:hover,
  .collapse-filters a:focus,
  .collapse-filters a:active {
    color: var(--theme-color);
  }
}
