.clearFix:after {
  content: "";
  display: table;
  clear: both;
}

.clearFloats:after {
  content: "";
  display: table;
  clear: both;
}

.sliderRow .outer .inner .sliderItem.spinner.scStreamItem {
  width: 60px;
}
.sliderRow .outer .inner .sliderItem.spinner.scStreamItem .spinnerWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -25px;
}

.sliderRow {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sliderRow:after {
  content: "";
  display: table;
  clear: both;
}
.sliderRow h3 {
  height: 50px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 2px;
  text-align: left;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 1170px) {
  .sliderRow h3 {
    padding: 0 30px;
  }
}
.sliderRow h3 span {
  display: inline-block;
  float: right;
  line-height: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.sliderRow h3 span a {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  letter-spacing: 2px;
}
.sliderRow h3 span a.disabled i {
  color: rgba(0, 0, 0, 0.15);
}
.sliderRow h3 span a i {
  letter-spacing: 0px;
  font-size: 30px;
  line-height: 30px;
  padding-top: 10px;
  display: inline-block;
}
.sliderRow h3.withLink {
  position: relative;
}
.sliderRow h3.withLink a.link {
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 2px;
  text-align: right;
  float: right;
}
@media (min-width: 768px) {
  .sliderRow h3.withLink a.link {
    line-height: 50px;
  }
}
.sliderRow h4 {
  height: 50px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 2px;
  text-align: left;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 1170px) {
  .sliderRow h4 {
    padding: 0 30px;
  }
}
.sliderRow h4 span {
  display: inline-block;
  float: right;
  line-height: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.sliderRow h4 span .scBoxButton, .sliderRow h4 span .scBoxButtonIcon, .sliderRow h4 span .scBoxButtonGroup {
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
}
.sliderRow h4 span .scBoxButton.disabled:hover, .sliderRow h4 span .scBoxButtonIcon.disabled:hover, .sliderRow h4 span .scBoxButtonGroup.disabled:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
.sliderRow h4 span .scBoxButtonGroup .scBoxButton, .sliderRow h4 span .scBoxButtonGroup .scBoxButtonIcon {
  margin: 0;
}
.sliderRow .outer {
  overflow-x: hidden;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.sliderRow .outer .inner {
  margin: 0px;
  padding: 0px;
  transition: 0.2s;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  overflow: scroll;
  line-height: 0px;
  scrollbar-color: auto;
  scrollbar-color: dark;
  scrollbar-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 1170px) {
  .sliderRow .outer .inner {
    padding-bottom: 0px;
  }
}
.sliderRow .outer .inner::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.sliderRow .outer .inner .sliderItem {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sliderRow .outer .inner .sliderItem:first-child {
  margin-left: 15px;
}
@media (min-width: 1170px) {
  .sliderRow .outer .inner .sliderItem:first-child {
    margin-left: 30px;
  }
}
.sliderRow .outer .inner .sliderItem:last-child {
  margin-right: 15px;
}
@media (min-width: 1170px) {
  .sliderRow .outer .inner .sliderItem:last-child {
    margin-right: 30px;
  }
}
.sliderRow .outer .inner .sliderItem.featuredPodcast {
  height: 230px;
  margin-right: 10px;
  position: relative;
  text-align: center;
}
.sliderRow .outer .inner .sliderItem.featuredPodcast a.cover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.sliderRow .outer .inner .sliderItem.featuredPodcast:last-child {
  margin-right: 15px;
}
@media (min-width: 1170px) {
  .sliderRow .outer .inner .sliderItem.featuredPodcast:last-child {
    margin-right: 30px;
  }
}
.sliderRow .outer .inner .sliderItem.featuredPodcast .image {
  width: 200px;
  height: 200px;
}
.sliderRow .outer .inner .sliderItem.featuredPodcast .image img {
  width: 100%;
  border-radius: 5px;
}
.sliderRow .outer .inner .sliderItem.featuredPodcast .description {
  width: 200px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 419px) {
  .sliderRow.noMargin420 .outer .inner .sliderItem:first-child {
    margin-left: 0px;
  }
  .sliderRow.noMargin420 .outer .inner .sliderItem:last-child {
    margin-right: 0px;
  }
}

.infoRow_DISABLED {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 5px 5px 15px;
  position: relative;
}
.infoRow_DISABLED .coverGradient {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.infoRow_DISABLED .coverGradient img {
  height: 100%;
}
.infoRow_DISABLED.withBackground {
  padding: 20px 0 5px 0px;
}
.infoRow_DISABLED.withBackground h3 {
  padding-left: 15px;
}
@media (max-width: 420px) {
  .infoRow_DISABLED.userCardRow h3 {
    padding-left: 0px;
  }
  .infoRow_DISABLED.userCardRow h3 span {
    margin-right: 0px;
    padding-right: 10px;
  }
}
.infoRow_DISABLED.userCardRow .outer .inner {
  padding-left: 30px !important;
}
.infoRow_DISABLED.newStreams h3 span {
  display: none !important;
}
@media (max-width: 419px) {
  .infoRow_DISABLED.popularStreams .outer {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .infoRow_DISABLED.popularStreams .outer .inner {
    transition: 0.2s;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
  }
  .infoRow_DISABLED.popularStreams .outer .inner.allowWrap {
    white-space: normal;
  }
  .infoRow_DISABLED.popularStreams .outer .inner.allowWrap > div {
    margin-bottom: 15px;
  }
  .infoRow_DISABLED.popularStreams .outer .inner .scStreamItem {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 420px) {
  .infoRow_DISABLED.newStreams h3 span {
    display: inline-block !important;
  }
  .infoRow_DISABLED.withBackground {
    padding: 15px 5px 15px 15px;
  }
}
@media (min-width: 420px) and (min-width: 768px) {
  .infoRow_DISABLED.withBackground.popularStreams {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .infoRow_DISABLED.withBackground.popularStreams.playbyplay {
    background: #FFFFFF;
  }
}
@media (min-width: 420px) and (min-width: 1170px) {
  .infoRow_DISABLED.withBackground.popularStreams {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .infoRow_DISABLED.withBackground.popularStreams.playbyplay {
    background-color: #FFFFFF;
  }
  .infoRow_DISABLED.withBackground.newStreams {
    background-color: #FFF;
  }
}
@media (min-width: 420px) {
  .infoRow_DISABLED.withBackground .outer {
    margin-left: -15px;
    margin-right: -5px;
    overflow-x: hidden;
  }
  .infoRow_DISABLED.withBackground .outer .inner {
    transition: 0.2s;
    text-align: center;
    white-space: normal;
  }
}
@media (min-width: 420px) and (min-width: 768px) {
  .infoRow_DISABLED.withBackground .outer .inner {
    padding-left: 22.5px;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-color: auto;
    scrollbar-color: dark;
    scrollbar-color: transparent;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .infoRow_DISABLED.withBackground .outer .inner::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }
}
@media (min-width: 420px) {
  .infoRow_DISABLED.withBackground .outer .inner .scStreamItem {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
  }
  .infoRow_DISABLED.withBackground .outer .inner.allowWrap {
    white-space: normal;
    text-align: center;
  }
  .infoRow_DISABLED.withBackground .outer .inner.allowWrap .scStreamItem {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .infoRow_DISABLED.withBackground .outer .inner.allowWrap > div {
    margin-bottom: 15px;
  }
}
.infoRow_DISABLED.noWrap.newStreams h3 span {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .infoRow_DISABLED.noWrap.newStreams h3 span {
    display: inline-block !important;
  }
}
.infoRow_DISABLED.noWrap.withBackground {
  padding: 15px 5px 15px 15px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .infoRow_DISABLED.noWrap.withBackground.popularStreams {
    background-color: #FFF;
  }
}
@media (min-width: 1170px) {
  .infoRow_DISABLED.noWrap.withBackground.popularStreams {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .infoRow_DISABLED.noWrap.withBackground.popularStreams.playbyplay {
    background-color: #FFFFFF;
  }
  .infoRow_DISABLED.noWrap.withBackground.newStreams {
    background-color: #FFF;
  }
}
.infoRow_DISABLED.noWrap.withBackground .outer {
  margin-left: -15px;
  margin-right: -5px;
  overflow-x: hidden;
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner {
  transition: 0.2s;
  overflow: scroll;
  scrollbar-color: auto;
  scrollbar-color: dark;
  scrollbar-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .infoRow_DISABLED.noWrap.withBackground .outer .inner {
    padding-left: 22.5px;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    overflow: scroll;
  }
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner .scStreamItem {
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 15px;
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner.allowWrap {
  white-space: normal;
  text-align: center;
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner.allowWrap .scStreamItem {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.infoRow_DISABLED.noWrap.withBackground .outer .inner.allowWrap > div {
  margin-bottom: 15px;
}
.infoRow_DISABLED a.viewAll {
  height: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.8px;
  text-align: right;
  line-height: 0.91;
  letter-spacing: 1.8px;
  color: #333333;
  display: block;
  text-transform: uppercase;
  color: #BBBBBB;
}
.infoRow_DISABLED h3 {
  height: 10px;
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: 1.8px;
  color: #333333;
  display: block;
  text-transform: uppercase;
}
.infoRow_DISABLED h3.leaderboardOuter {
  position: relative;
}
.infoRow_DISABLED h3.leaderboardOuter a {
  position: absolute;
  right: 15px;
  line-height: 0.91;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  text-align: right;
}
@media (min-width: 768px) {
  .infoRow_DISABLED h3.leaderboardOuter a {
    right: 0px;
    line-height: 28px;
  }
}
.infoRow_DISABLED h3 span {
  display: inline-block;
  float: right;
  margin-top: -10px;
  line-height: 0px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .infoRow_DISABLED h3 span {
    margin-top: 0px;
    padding-right: 30px;
  }
}
.infoRow_DISABLED h3 span a {
  float: left;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 1.83px;
}
.infoRow_DISABLED h3 span a.viewAllMembers {
  margin-right: 5px;
}
.infoRow_DISABLED .leagueFeatured {
  position: relative;
}
.infoRow_DISABLED .leagueFeatured .item {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .infoRow_DISABLED .leagueFeatured.leaderboardItems {
    max-height: 140px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
  }
  .infoRow_DISABLED .leagueFeatured.leaderboardItems .coverGradient {
    display: none;
  }
  .infoRow_DISABLED .leagueFeatured.leaderboardItems .item {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .infoRow_DISABLED .leagueFeatured.leaderboardItems {
    white-space: nowrap;
    overflow: hidden;
    height: 60px;
    padding-bottom: 30px;
    margin-right: -30px;
  }
  .infoRow_DISABLED .leagueFeatured.leaderboardItems .item {
    float: none;
    display: inline-block;
  }
}
.infoRow_DISABLED .leagueFeatured .coverGradient {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.infoRow_DISABLED .leagueFeatured .coverGradient img {
  height: 100%;
}
.infoRow_DISABLED:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .infoRow_DISABLED {
    padding-left: 30px;
    padding-right: 30px;
  }
  .infoRow_DISABLED h3 {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    height: 28px;
    margin-bottom: 15px;
    text-transform: none;
  }
  .infoRow_DISABLED a.viewAll {
    top: 31px;
  }
}
.infoRow_DISABLED a.left i, .infoRow_DISABLED a.right i {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
}
.infoRow_DISABLED a.left.disabled i, .infoRow_DISABLED a.right.disabled i {
  color: rgba(0, 0, 0, 0.15);
}
.infoRow_DISABLED.teams {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .infoRow_DISABLED.teams {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.infoRow_DISABLED.teams h3 {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.infoRow_DISABLED.teams h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: auto;
  font-family: Roboto;
  font-weight: 700;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 1.83px;
  line-height: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
  text-transform: uppercase;
  clear: both;
}
@media (min-width: 768px) {
  .infoRow_DISABLED.teams h4 {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    text-align: left;
  }
}
.infoRow_DISABLED.teams .teamsInternal {
  margin: 0px auto;
  width: 280px;
}
.infoRow_DISABLED.teams .item {
  position: relative;
  width: 80px;
  line-height: 0px;
  margin: 0 5px 15px;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer;
}
.infoRow_DISABLED.teams .item img {
  width: 80px;
}
.infoRow_DISABLED.teams .item div.fav {
  padding-left: 0px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background: #158EFC;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.infoRow_DISABLED.teams .item div.fav i {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 14px;
  color: #FFF;
}
.infoRow_DISABLED.teams .item div.fav.hidden {
  display: none;
}
.infoRow_DISABLED.teams .item.unfollowed img, .infoRow_DISABLED.teams .item.unfollowed div.fav {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
}
.infoRow_DISABLED.teams .item.unfollowed div.fav {
  opacity: 0.01;
}
@media (min-width: 768px) {
  .infoRow_DISABLED.teams .teamsInternal {
    width: auto;
    float: left;
  }
  .infoRow_DISABLED.teams .item {
    float: left;
  }
}

/*# sourceMappingURL=basic_sliderRow.css.map */
