@charset "UTF-8";
body {
  margin: 0;
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
  color: #333;
  box-sizing: border-box; }

.grid-layout {
  padding: 12px;
  width: calc(100% - 12px * 2); }
  @media screen and (min-width: 769px) {
    .grid-layout {
      padding: 24px;
      width: calc(100% - 24px * 2);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .grid-layout .col2 {
        flex: 0 0 16.5%; }
      .grid-layout .col4 {
        flex: 0 0 calc(33.33% - 12px); }
      .grid-layout .col6 {
        flex: 0 0 calc(50% - 12px); }
      .grid-layout .col8 {
        flex: 0 0 calc(66.66% - 12px);
        border-right: 1px solid #999;
        padding-right: 12px; }
      .grid-layout .col12 {
        flex-basis: 100%; }
      .grid-layout .col1 {
        width: 30%;
        padding-left: 12px; }
      .grid-layout .col2 {
        width: 60%;
        padding-right: 12px;
        border-right: 1px solid #999; } }
  @media screen and (min-width: 1240px) {
    .grid-layout {
      margin: 0 auto;
      width: 1000px; } }

header {
  background-color: #000;
  padding: 6px 24px;
  margin: 0; }
  header .menu {
    display: none;
    float: left;
    width: 40px; }
  header .logo {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.4em;
    font-weight: 600; }
    header .logo a {
      color: #fff;
      text-decoration: none; }
    header .logo span {
      padding-right: 4px;
      color: #8c66ff; }

nav {
  background-color: #000;
  text-align: center; }
  nav ul {
    margin: 6px;
    padding: 0; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 12px;
        font-size: 1.2em; }
        nav ul li a.active {
          color: #8c66ff; }

section .dml-header, section .dml-icon-code {
  display: none !important; }

section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
  flex-wrap: nowrap;
  flex-direction: column; }
  section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
    flex-grow: 1;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    font-size: 0.9em; }
  section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
    width: 95%;
    flex-direction: row; }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
      order: -1;
      margin-right: 12px; }
      section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
        width: 100px;
        min-height: inherit;
        max-height: inherit;
        min-width: inherit;
        max-width: inherit; }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
      order: 1;
      position: absolute;
      bottom: 8px;
      left: calc(100px + 12px); }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-timestamp {
      order: 3;
      align-self: flex-end; }
  @media screen and (min-width: 769px) {
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
        width: 24%;
        flex-direction: column;
        margin-left: 8px; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
          order: 0;
          position: relative;
          left: auto;
          bottom: auto; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
          order: 1;
          margin: 0; }
          section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
            width: auto;
            max-width: 100%; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
          order: 2; } }

@media screen and (min-width: 769px) {
  section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
    flex-wrap: wrap; }
    section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
      width: 45%;
      margin: 0;
      min-height: auto;
      flex-direction: row; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
          width: 100px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit;
          margin: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
        order: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
        order: 1;
        position: absolute;
        bottom: 0;
        left: calc(100px + 12px); }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child {
        width: 100%;
        flex-wrap: wrap; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-img {
          order: 0;
          width: 100%;
          margin: 0; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-img img {
            display: block;
            width: 100%;
            min-height: inherit;
            max-height: inherit;
            min-width: inherit;
            max-width: inherit; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details {
          padding-top: 12px;
          order: 1; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details .dml-title {
            font-size: 2em;
            line-height: 1.1em; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details .dml-description {
            display: block; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-logo {
          order: 2;
          left: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:nth-child(even) {
        border-right: 1px solid #999;
        padding-right: 12px; } }

@media screen and (min-width: 769px) {
  section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
    flex-wrap: nowrap;
    flex-direction: column; }
    section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
      border-bottom: 1px solid #999;
      width: 95%;
      flex-direction: row; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
          width: 240px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
        order: 0;
        height: 100%;
        margin-top: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-title {
          order: 0;
          flex: 0 0 100%;
          font-size: 2em;
          line-height: 1.1em;
          min-height: inherit;
          margin-bottom: 12px; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-description {
          order: 1;
          flex: 0 0 100%;
          display: flex;
          font-size: 1.2em;
          line-height: 1.2em;
          margin-bottom: calc(12px / 3); }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-author {
          position: inherit;
          order: 2;
          display: inline;
          font-size: 1.2em;
          padding-right: 4px; }
          section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-author::after {
            content: "  \2013"; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-timestamp {
          order: 3;
          flex-grow: 1;
          margin: 0;
          position: inherit;
          text-align: inherit;
          display: inline;
          color: #333;
          font-size: 1.2em; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
        order: 1;
        position: absolute;
        top: 4px;
        left: calc(240px + 12px); } }

section.sidebar .dml-widget-container {
  margin-left: initial !important;
  width: 100%; }
  section.sidebar .dml-widget-container .dml-wrapper .dml-header {
    margin-left: initial !important; }
  section.sidebar .dml-widget-container .dml-wrapper .dml-stack {
    flex-wrap: nowrap;
    flex-direction: column; }
    section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item {
      width: 95%;
      flex-direction: row;
      min-height: initial !important; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-img img {
          width: 78px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit;
          margin: 0; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details {
        order: 0;
        height: 52px;
        min-height: initial !important; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-title {
          -webkit-line-clamp: 2 !important;
          min-height: initial !important; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-author {
          display: none; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-description {
          display: none; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-timestamp {
          position: absolute;
          bottom: 0;
          right: 0; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-logo {
        order: 1;
        position: absolute;
        bottom: 0;
        left: calc(80px + 12px);
        max-height: 12px; }

section {
  margin-top: 24px; }
  section.header {
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #999; }
    section.header h1 {
      font-size: 3em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-block-start: 0.5em;
      margin-block-end: 0.5em; }
      section.header h1 span {
        color: #8c66ff;
        padding-right: 4px; }
  section h2 {
    border-bottom: 1px solid #999;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em; }
    section h2 span {
      color: #8c66ff;
      padding-right: 4px; }
  section h3 {
    border-bottom: 1px solid #999;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em; }

section .dml-header, section .dml-icon-code {
  display: none !important; }

section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
  flex-wrap: nowrap;
  flex-direction: column; }
  section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
    flex-grow: 1;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    font-size: 0.9em; }
  section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
    width: 95%;
    flex-direction: row; }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
      order: -1;
      margin-right: 12px; }
      section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
        width: 100px;
        min-height: inherit;
        max-height: inherit;
        min-width: inherit;
        max-width: inherit; }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
      order: 1;
      position: absolute;
      bottom: 8px;
      left: calc(100px + 12px); }
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-timestamp {
      order: 3;
      align-self: flex-end; }
  @media screen and (min-width: 769px) {
    section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
        width: 24%;
        flex-direction: column;
        margin-left: 8px; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
          order: 0;
          position: relative;
          left: auto;
          bottom: auto; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
          order: 1;
          margin: 0; }
          section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
            width: auto;
            max-width: 100%; }
        section .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
          order: 2; } }

@media screen and (min-width: 769px) {
  section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
    flex-wrap: wrap; }
    section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
      width: 45%;
      margin: 0;
      min-height: auto;
      flex-direction: row; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
          width: 100px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit;
          margin: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
        order: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
        order: 1;
        position: absolute;
        bottom: 0;
        left: calc(100px + 12px); }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child {
        width: 100%;
        flex-wrap: wrap; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-img {
          order: 0;
          width: 100%;
          margin: 0; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-img img {
            display: block;
            width: 100%;
            min-height: inherit;
            max-height: inherit;
            min-width: inherit;
            max-width: inherit; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details {
          padding-top: 12px;
          order: 1; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details .dml-title {
            font-size: 2em;
            line-height: 1.1em; }
          section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-card-details .dml-description {
            display: block; }
        section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:first-child .dml-logo {
          order: 2;
          left: 0; }
      section.with-lead .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item:nth-child(even) {
        border-right: 1px solid #999;
        padding-right: 12px; } }

@media screen and (min-width: 769px) {
  section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default {
    flex-wrap: nowrap;
    flex-direction: column; }
    section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item {
      border-bottom: 1px solid #999;
      width: 95%;
      flex-direction: row; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-img img {
          width: 240px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details {
        order: 0;
        height: 100%;
        margin-top: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-title {
          order: 0;
          flex: 0 0 100%;
          font-size: 2em;
          line-height: 1.1em;
          min-height: inherit;
          margin-bottom: 12px; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-description {
          order: 1;
          flex: 0 0 100%;
          display: flex;
          font-size: 1.2em;
          line-height: 1.2em;
          margin-bottom: calc(12px / 3); }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-author {
          position: inherit;
          order: 2;
          display: inline;
          font-size: 1.2em;
          padding-right: 4px; }
          section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-author::after {
            content: "  \2013"; }
        section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-card-details .dml-timestamp {
          order: 3;
          flex-grow: 1;
          margin: 0;
          position: inherit;
          text-align: inherit;
          display: inline;
          color: #333;
          font-size: 1.2em; }
      section.fullpage .dml-widget-container .dml-wrapper .dml-stack.dml-layout-default .dml-item .dml-logo {
        order: 1;
        position: absolute;
        top: 4px;
        left: calc(240px + 12px); } }

section.sidebar .dml-widget-container {
  margin-left: initial !important;
  width: 100%; }
  section.sidebar .dml-widget-container .dml-wrapper .dml-header {
    margin-left: initial !important; }
  section.sidebar .dml-widget-container .dml-wrapper .dml-stack {
    flex-wrap: nowrap;
    flex-direction: column; }
    section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item {
      width: 95%;
      flex-direction: row;
      min-height: initial !important; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-img {
        order: -1;
        margin-right: 12px; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-img img {
          width: 78px;
          min-height: inherit;
          max-height: inherit;
          min-width: inherit;
          max-width: inherit;
          margin: 0; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details {
        order: 0;
        height: 52px;
        min-height: initial !important; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-title {
          -webkit-line-clamp: 2 !important;
          min-height: initial !important; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-author {
          display: none; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-description {
          display: none; }
        section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-card-details .dml-timestamp {
          position: absolute;
          bottom: 0;
          right: 0; }
      section.sidebar .dml-widget-container .dml-wrapper .dml-stack .dml-item .dml-logo {
        order: 1;
        position: absolute;
        bottom: 0;
        left: calc(80px + 12px);
        max-height: 12px; }

section {
  margin-top: 24px; }
  section.header {
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #999; }
    section.header h1 {
      font-size: 3em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-block-start: 0.5em;
      margin-block-end: 0.5em; }
      section.header h1 span {
        color: #8c66ff;
        padding-right: 4px; }
  section h2 {
    border-bottom: 1px solid #999;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em; }
    section h2 span {
      color: #8c66ff;
      padding-right: 4px; }
  section h3 {
    border-bottom: 1px solid #999;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em; }

section.sportsball-teams h3 {
  text-transform: uppercase;
  display: inline-block; }

section.sportsball-teams ul {
  margin: 6px;
  padding: 0;
  display: inline-block; }
  section.sportsball-teams ul li {
    display: block; }

section.sportsball-teams button {
  border: 1px solid #8c66ff;
  text-transform: uppercase; }

section.sportsball-teams .sportsball-my-teams ul li {
  display: inline-block;
  padding-left: 12px; }
  section.sportsball-teams .sportsball-my-teams ul li a {
    text-decoration: none;
    padding: 6px 12px;
    font-size: 1em; }

section.sportsball-teams .sportsball-my-teams span {
  padding: 6px 12px; }

section.sportsball-teams #sportsball-teams-selector {
  display: none;
  border: 1px solid #ccc; }
  section.sportsball-teams #sportsball-teams-selector li {
    cursor: pointer;
    color: #999; }
    section.sportsball-teams #sportsball-teams-selector li:hover {
      color: #000; }
  section.sportsball-teams #sportsball-teams-selector aside {
    border-right: 1px solid #ccc;
    padding: 12px;
    display: flex;
    flex-direction: column; }
    section.sportsball-teams #sportsball-teams-selector aside button {
      width: 100%; }
    section.sportsball-teams #sportsball-teams-selector aside li {
      width: 100px; }
      section.sportsball-teams #sportsball-teams-selector aside li.active {
        color: #000;
        background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMCA2TDguNTkgNy40MSAxMy4xNyAxMmwtNC41OCA0LjU5TDEwIDE4bDYtNnoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+") no-repeat right; }
  section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list {
    padding: 12px; }
    section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div {
      display: none; }
      section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div div.group {
        width: 100%; }
        @media screen and (min-width: 769px) {
          section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div div.group {
            width: 25%; } }
      section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div.active {
        display: flex;
        flex-wrap: wrap; }
      section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div h4 {
        margin-block-start: 0.1em;
        margin-block-end: 0.1em; }
      section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div ul li {
        filter: brightness(0.5);
        color: #fff;
        background: left no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4K");
        background-size: 20px;
        padding-left: 24px; }
        section.sportsball-teams #sportsball-teams-selector #sportsball-teams-list > div ul li.selected {
          filter: brightness(0.4) sepia(1) hue-rotate(75deg) saturate(5);
          color: #000;
          background: left no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiLz48L3N2Zz4K");
          background-size: 20px; }

