/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.ReactModal__Body--open {
  overflow: hidden;
}
.reactModal {
  color: #000000;
  position: relative;
  top: 0;
  bottom: 40px;
  margin: 50px 0;
  padding: 40px 50px 20px;
  max-width: 500px;
  overflow: auto;
  outline: none;
  background: #F9F6F1;
  box-shadow: 0 0 20px 1px rgba(64, 64, 64, 1);
  line-height: 20px;

  -webkit-overflow-scrolling: touch;
}
.reactModal ul {
    margin: 15px 0 15px 10px;
  }
.reactModal .close-button {
    height: 0;
    position: relative;
    width: 100%;
    color: #777777
  }
.reactModal .close-button > span {
      font-size: 30px;
      text-align: center;
      width: 2em;
      height: 1.8em;
      position: absolute;
      bottom: -0.3em;
      right: -0.5em;
    }
.reactModal h1.modal-title {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 25px;
  }
.reactModal .modal-content {
    margin-bottom: 25px;
  }
.reactModal ul.buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
  }
.reactModal ul.buttons li {
      width: 100%;
      max-width: 250px;
    }
.reactModal .button {
    margin: 8px 0
  }
.reactModal .button.positive {
      background-color: #00A4C2
    }
.reactModal .button.positive:hover {
        background-color: #00A4C2;
      }
.reactModal .button.negative {
      background-color: #615F56
    }
.reactModal .button.negative:hover {
        background-color: #615F56;
      }
.reactModal .button:hover {
      text-decoration: underline;
    }
.reactModal .modal-footer {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
  }
.reactModal .modal-footer a {
      color: #000000;
    }
.reactModal .modal-footer a:hover {
      text-decoration: underline;
    }
.reactModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.333);
  z-index: 100;
  height: auto;
  overflow: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center
}
.reactModalOverlay.alignToTop {
    -webkit-box-align: baseline;
            align-items: baseline;
  }
.redirectModal .countdown {
    font-size: 30px;
    font-weight: 500;
    color: gray;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
  }
.redirectModal .countdown span {
      margin-left: 7px;
    }
.urlmodal input {
    width: 100%;
  }
/* Element widths & heights */
/* Spacing */
.th-classic .reactModal {
  color: #000000;
  background: #F9F6F1;
}
.th-classic .reactModal .close-button {
    color: #777777
  }
.th-classic .reactModal .modal-footer a {
      color: #000000;
    }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/* Element widths & heights */
/* Spacing */
.th-night .reactModal {
  color: #EEEEEE;
  background: #3B3B3B;
}
.th-night .reactModal .close-button {
    color: #EEEEEE
  }
.th-night .reactModal .modal-footer a {
      color: #EEEEEE;
    }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/* Element widths & heights */
/* Spacing */
.th-matrix .reactModal {
  color: #D7D7D7;
  background: #3B3B3B;
}
.th-matrix .reactModal .close-button {
    color: #EEEEEE
  }
.th-matrix .reactModal .modal-footer a {
      color: #D7D7D7;
    }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.tutorial .modal-content {
    margin-bottom: 0;
  }
.tutorial .tutorial-slide {
    height: 350px;
    margin-bottom: 40px;
  }
.tutorial .tutorial-slide h1 {
      font-size: 22px;
      line-height: 1em;
      margin-bottom: 15px;
    }
.tutorial .tutorial-slide .slide-description {
      height: 75px;
      margin-bottom: 20px;
    }
.tutorial .tutorial-slide .slide-image img {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #E3E3DB;
    }
.tutorial .tutorial-controls {
    display: -webkit-box;
    display: flex;
  }
.tutorial .tutorial-controls .done-button,
    .tutorial .tutorial-controls .prev-button,
    .tutorial .tutorial-controls .next-button {
      -webkit-box-flex: 0;
              flex: 0 0 40px;
      height: 40px;
      width: 40px;
      background: #00A4C2;
      border-radius: 30px;
      cursor: pointer;
      color: white
    }
.tutorial .tutorial-controls .done-button:hover, .tutorial .tutorial-controls .prev-button:hover, .tutorial .tutorial-controls .next-button:hover {
        background: #1EC5E3;
      }
.tutorial .tutorial-controls .prev-button > span {
        margin: 12px 13px;
      }
.tutorial .tutorial-controls .next-button > span {
        margin: 12px 15px;
      }
.tutorial .tutorial-controls .done-button > span {
        margin: 12px 12px;
      }
.tutorial .tutorial-controls .index-dots {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      text-align: center;
    }
.tutorial .tutorial-controls .index-dot {
      width: 6px;
      height: 6px;
      border-radius: 2.5px;
      margin: 4px;
      background: #9A9688;
      display: inline-block
    }
.tutorial .tutorial-controls .index-dot.active {
        background: #00A4C2;
      }
.tutorial.start .prev-button {
      visibility: hidden;
    }
.tutorial .start-tutorial-button {
    padding-top: 10px;
    display: inline-block;
    font-size: 20px;
    color: #00A4C2;
    cursor: pointer;
  }
/* Element widths & heights */
.th-classic .tutorial .tutorial-slide .slide-image img {
      border: 1px solid #E3E3DB;
    }
.th-classic .tutorial .tutorial-controls .done-button,
    .th-classic .tutorial .tutorial-controls .prev-button,
    .th-classic .tutorial .tutorial-controls .next-button {
      background: #1577AA
    }
.th-classic .tutorial .tutorial-controls .done-button:hover, .th-classic .tutorial .tutorial-controls .prev-button:hover, .th-classic .tutorial .tutorial-controls .next-button:hover {
        background: #1188CC;
      }
.th-classic .tutorial .tutorial-controls .index-dot {
      background: #999999
    }
.th-classic .tutorial .tutorial-controls .index-dot.active {
        background: #1577AA;
      }
/* Spacing */
/* Breakpoints */
.th-classic .tutorial .start-tutorial-button {
    color: #1577AA;
  }
/* Element widths & heights */
.th-night .tutorial .tutorial-slide .slide-image img {
      border: 1px solid #E3E3DB;
    }
.th-night .tutorial .tutorial-controls .done-button,
    .th-night .tutorial .tutorial-controls .prev-button,
    .th-night .tutorial .tutorial-controls .next-button {
      background: #7B7667
    }
.th-night .tutorial .tutorial-controls .done-button:hover, .th-night .tutorial .tutorial-controls .prev-button:hover, .th-night .tutorial .tutorial-controls .next-button:hover {
        background: #484848;
      }
.th-night .tutorial .tutorial-controls .index-dot {
      background: #9A9688
    }
.th-night .tutorial .tutorial-controls .index-dot.active {
        background: #7B7667;
      }
/* Spacing */
/* Breakpoints */
.th-night .tutorial .start-tutorial-button {
    color: #7B7667;
  }
/* Element widths & heights */
.th-matrix .tutorial .tutorial-slide .slide-image img {
      border: 1px solid #E3E3DB;
    }
.th-matrix .tutorial .tutorial-controls .done-button,
    .th-matrix .tutorial .tutorial-controls .prev-button,
    .th-matrix .tutorial .tutorial-controls .next-button {
      background: #7B7667
    }
.th-matrix .tutorial .tutorial-controls .done-button:hover, .th-matrix .tutorial .tutorial-controls .prev-button:hover, .th-matrix .tutorial .tutorial-controls .next-button:hover {
        background: #484848;
      }
.th-matrix .tutorial .tutorial-controls .index-dot {
      background: #9A9688
    }
.th-matrix .tutorial .tutorial-controls .index-dot.active {
        background: #7B7667;
      }
/* Spacing */
/* Breakpoints */
.th-matrix .tutorial .start-tutorial-button {
    color: #7B7667;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-profile span {
    color: #EEEEE9;
  }
.menu-profile__button-text {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    max-width: 70px;
    font-size: 11px;
    padding: 10px 5px
  }
.menu-profile__button-text:hover {
      background-color: #1EC5E3;
    }
@media only screen and (min-width: 390px) {

  .menu-profile__button-text {
      max-width: 90px;
      font-size: 13px
  }
    }
.menu-profile__button-text_logged-out {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      font-weight: lighter;
    }
.menu-profile__button-text_logged-in {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      background: #00A4C2;
    }
.menu-profile__button-text > .fa {
      font-size: 1.5em;
      margin-left: 5px;
    }
@media only screen and (min-width: 1200px) {
      .menu-profile__button-text_logged-in {
        padding: 10px;
        max-width: 140px;
      }
    }
/* Element widths & heights */
.th-classic .menu-profile span {
    color: #EEEEEE;
  }
.th-classic .menu-profile__button-text:hover {
      background-color: #1188CC;
    }
.th-classic .menu-profile__button-text_logged-in {
      background: #1577AA;
    }
/* Element widths & heights */
.th-night .menu-profile span {
    color: #EEEEE9;
  }
.th-night .menu-profile__button-text:hover {
      background-color: #484848;
    }
.th-night .menu-profile__button-text_logged-in {
      background: #7B7667;
    }
/* Element widths & heights */
.th-matrix .menu-profile span {
    color: #D7D7D7;
  }
.th-matrix .menu-profile__button-text:hover {
      background-color: #484848;
    }
.th-matrix .menu-profile__button-text_logged-in {
      background: #7B7667;
    }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.logo-wrapper .brand-logo object, .logo-wrapper .brand-logo img {
      display: block;
      height: 18px;
      width: auto;
      max-width: 85px;
    }
@media only screen and (min-width: 587px) {

      .logo-wrapper .brand-logo object, .logo-wrapper .brand-logo img {
        height: 25px;
        max-width: 150px;
      }
    }
/* Element widths & heights */
/* Element widths & heights */
/* Element widths & heights */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.main-navigation {
  text-align: center;
  margin: 0;
  padding: 0;
}
.main-navigation li {
    list-style: none;
    display: inline-block;
  }
.main-navigation li a {
      display: inline-block;
      height: 16px;
      padding: 17px 0 14px;
      margin: 0 10px;
    }
.main-navigation li.active {
      border-bottom: 3px solid #FDE15D;
    }
.main-navigation li.active a {
        color: #FDE15D;
      }
.main-navigation a, .main-navigation a:visited, .main-navigation a:active, .main-navigation span {
    color: #EEEEE9;
  }
.main-navigation a:hover {
    color: #FDE15D;
  }
/* Element widths & heights */
.th-classic .main-navigation li.active {
      border-bottom: 3px solid #FFFFFF;
    }
.th-classic .main-navigation li.active a {
        color: #FFFFFF;
      }
.th-classic .main-navigation a, .th-classic .main-navigation a:visited, .th-classic .main-navigation a:active, .th-classic .main-navigation span {
    color: #EEEEEE;
  }
.th-classic .main-navigation a:hover {
    color: #66BB00;
  }
/* Element widths & heights */
.th-night .main-navigation li.active {
      border-bottom: 3px solid #FDE15D;
    }
.th-night .main-navigation li.active a {
        color: #FDE15D;
      }
.th-night .main-navigation a, .th-night .main-navigation a:visited, .th-night .main-navigation a:active, .th-night .main-navigation span {
    color: #EEEEE9;
  }
.th-night .main-navigation a:hover {
    color: #FDE15D;
  }
/* Element widths & heights */
.th-matrix .main-navigation li.active {
      border-bottom: 3px solid #549814;
    }
.th-matrix .main-navigation li.active a {
        color: #549814;
      }
.th-matrix .main-navigation a, .th-matrix .main-navigation a:visited, .th-matrix .main-navigation a:active, .th-matrix .main-navigation span {
    color: #D7D7D7;
  }
.th-matrix .main-navigation a:hover {
    color: #37650B;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-weather {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 13px;
  color: #EEEEE9;
  position: relative;
  padding-bottom: 13px
}
@media only screen and (min-width: 390px) {
.menu-weather {
    padding-bottom: 0
}
  }
.menu-weather:hover {
    color: #FDE15D;
  }
.menu-weather__symbol-container {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
.menu-weather__symbol-container .weather-symbol {
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scale(0.35);
              transform: scale(0.35);
    }
@media only screen and (min-width: 390px) {

  .menu-weather__symbol-container {
      width: 25px;
      height: 25px;
      margin-right: 5px;
  }

       .menu-weather__symbol-container .weather-symbol {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
      }
    }
@media only screen and (min-width: 587px) {

  .menu-weather__symbol-container {
      width: 40px;
      height: 40px;
  }

       .menu-weather__symbol-container .weather-symbol {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
      }
    }
.menu-weather__data {
    width: 22px
  }
@media only screen and (min-width: 390px) {

  .menu-weather__data {
      width: 45px
  }
    }
.menu-weather__temp {
    height: 13px;
    margin-top: 2px;
    white-space: nowrap;
  }
.menu-weather__degree {
    display: none
  }
@media only screen and (min-width: 390px) {

  .menu-weather__degree {
      display: inline
  }
    }
.menu-weather__location {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    max-width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
@media only screen and (min-width: 390px) {

  .menu-weather__location {
      position: static
  }
    }
.menu-weather__error {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 30px;
  }
/* Element widths & heights */
.th-classic .menu-weather {
  color: #EEEEEE
}
/* Spacing */
/* Breakpoints */
.th-classic .menu-weather:hover {
    color: #66BB00;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
.th-night .menu-weather {
  color: #EEEEE9
}
/* Spacing */
/* Breakpoints */
.th-night .menu-weather:hover {
    color: #FDE15D;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
.th-matrix .menu-weather {
  color: #D7D7D7
}
/* Spacing */
/* Breakpoints */
.th-matrix .menu-weather:hover {
    color: #37650B;
  }
/*
* === UNIVERSAL VARIABLES ===
*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.top-menu__container_inner {
      margin: 0 auto;
      padding: 0 calc(10px / 2);
      height: 50px;
      font-size: 15px;
      font-weight: bold;
    }
.top-menu__container_outer {
      display: block;
      background-color: #222222;
      position: relative;
      z-index: 22;
    }
.menu-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
}
.menu-bar__column {
    margin: 0 4px
  }
@media only screen and (min-width: 340px) {

   .menu-bar__column {
      margin-left: 5px
  }
    }
.menu-bar__column_logo {
      margin-left: 0;
      margin-right: auto
    }
@media only screen and (min-width: 587px) {

     .menu-bar__column_logo {
        margin-right: 25px
    }
      }
.menu-bar__column_pages {
      display: none;
      margin-right: auto
    }
@media only screen and (min-width: 645px) {

     .menu-bar__column_pages {
        display: block
    }
      }
.menu-bar__column_weather {
      display: none
    }
@media only screen and (min-width: 320px) {

     .menu-bar__column_weather {
        display: block;
        margin-left: auto
    }
      }
.menu-bar__column_menu-toggle {
      -webkit-box-ordinal-group: 7;
              order: 6;
      font-size: 30px;
    }
.menu-bar__column_menu-toggle .fa-times {
        background-color: #FFFFFF;
        color: #000000;
        padding: 10px 0;
        width: 47px;
      }
.menu-bar__column_menu-toggle .fa-bars {
        padding: 10px;
      }
@media only screen and (min-width: 645px) {

     .menu-bar__column_menu-toggle {
        display: none
    }
      }
.menu-bar__column_stats {
      display: none;
      margin-left: 20px
    }
@media only screen and (min-width: 790px) {

     .menu-bar__column_stats {
        display: block
    }
      }
.menu-bar__column_search {
      -webkit-box-ordinal-group: 6;
              order: 5;
      display: none
    }
@media only screen and (min-width: 645px) {

     .menu-bar__column_search {
        -webkit-box-ordinal-group: initial;
                order: initial;
        display: block
    }
      }
/* Element widths & heights */
.th-classic .top-menu__container_outer {
      background-color: #005588;
    }
/* Spacing */
.th-classic .menu-bar__column_menu-toggle .fa-times {
        background-color: #FFFFFF;
        color: #000000;
      }
/* Element widths & heights */
.th-night .top-menu__container_outer {
      background-color: #000000;
    }
/* Spacing */
.th-night .menu-bar__column_menu-toggle .fa-times {
        background-color: #282828;
        color: #EEEEEE;
      }
/* Element widths & heights */
.th-matrix .top-menu__container_outer {
      background-color: #000000;
    }
/* Spacing */
.th-matrix .menu-bar__column_menu-toggle .fa-times {
        background-color: #282828;
        color: #D7D7D7;
      }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.public-profile-tooltip {
  position: absolute;
  right: 3px;
  top: 2px;
}
.mobile-submenu .public-profile-tooltip {
    top: 18px;
  }
.public-profile-tooltip__toggle {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
    background: #000;
    color: #fff;
  }
.mobile-submenu .public-profile-tooltip__toggle {
      width: 20px;
      height: 20px;
    }
.public-profile-tooltip__content {
    position: absolute;
    width: 260px;
    padding: 8px 25px;
    z-index: 999;

    background: #00A4C2;
    border-radius: 3px;
    opacity: 0.97;

    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;

    display: none;
  }
.public-profile-tooltip__content--show {
      display: block;
    }
.public-profile-tooltip__content--topleft {
      bottom: 31px;
      right: -13px
    }
.public-profile-tooltip__content--topleft:after {
        position: absolute;
        top: 100%;
        right: 13px;
        content: " ";
        height: 0;
        width: 0;
        border: solid transparent;
        border-top-color: #00A4C2;
        border-width: 9px;
        margin-left: -9px;
      }
.public-profile-tooltip__content--right {
      top: -50px;
      left: 33px
    }
.public-profile-tooltip__content--right:after {
        position: absolute;
        right: 100%;
        top: 60px;
        content: " ";
        height: 0;
        width: 0;
        border: solid transparent;
        border-right-color: #00A4C2;
        border-width: 12px;
        margin-top: -12px;
      }
.public-profile-tooltip__content a {
      color: #FFFFFF;
      text-decoration: underline
    }
.public-profile-tooltip__content a:visited {
        color: #FFFFFF;
      }
.public-profile-tooltip__content p {
      margin: 12px 0;
    }
.public-profile-tooltip__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
  }
/* Element widths & heights */
.th-classic .public-profile-tooltip__content {

    background: #00A4C2;
    color: #FFFFFF;
  }
.th-classic .public-profile-tooltip__content--topleft:after {
        border-top-color: #00A4C2;
      }
.th-classic .public-profile-tooltip__content--right:after {
        border-right-color: #00A4C2;
      }
.th-classic .public-profile-tooltip__content a {
      color: #FFFFFF
    }
.th-classic .public-profile-tooltip__content a:visited {
        color: #FFFFFF;
      }
/* Element widths & heights */
.th-night .public-profile-tooltip__content {

    background: #00A4C2;
    color: #FFFFFF;
  }
.th-night .public-profile-tooltip__content--topleft:after {
        border-top-color: #00A4C2;
      }
.th-night .public-profile-tooltip__content--right:after {
        border-right-color: #00A4C2;
      }
.th-night .public-profile-tooltip__content a {
      color: #FFFFFF
    }
.th-night .public-profile-tooltip__content a:visited {
        color: #FFFFFF;
      }
/* Element widths & heights */
.th-matrix .public-profile-tooltip__content {

    background: #00A4C2;
    color: #D7D7D7;
  }
.th-matrix .public-profile-tooltip__content--topleft:after {
        border-top-color: #00A4C2;
      }
.th-matrix .public-profile-tooltip__content--right:after {
        border-right-color: #00A4C2;
      }
.th-matrix .public-profile-tooltip__content a {
      color: #D7D7D7
    }
.th-matrix .public-profile-tooltip__content a:visited {
        color: #D7D7D7;
      }

.public-profile-form {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 10px 10px 0 10px;
}

  .public-profile-form input {
    height: 30px;
    min-width: 0;
    width: 100%;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 5px;
    font-size: 13px;
  }

.mobile-submenu .public-profile-form {
    padding: 15px 40px 15px 0;
  }

.mobile-submenu #publicProfileName {
    font-size: 16px;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.night-mode-button {
  box-sizing: border-box;
  color: red;
  background: none !important;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  border-radius: 0;
}
.night-mode-button__icon.fa { /* @todo fa styles are loaded before these styles, thus the need for more specific class. fix the load order eventually */
    font-size: 23px;
    vertical-align: middle;
  }
.night-mode-button__text {
    vertical-align: middle;
    padding: 10px 6px;
  }
.mobile-submenu .night-mode-button {
  -webkit-box-flex: 0;
          flex: 0 0 45px;
  text-align: center;
  border-right: 1px solid rgba(red, 0.5);
  margin: 5px 20px 5px 0;
  padding: 5px 5px 5px 0;
}
.menu-container .night-mode-button {
  width: 100%;
  padding: 8px 15px 7px;
  border-bottom: 1px solid #E3E3DB;
}
/* Element widths & heights */
.th-classic .night-mode-button {
  color: #00A4C2;
}
/* Spacing */
.th-classic .mobile-submenu .night-mode-button {
  border-right: 1px solid rgba(0,164,194, 0.5);
}
/* Breakpoints */
.th-classic .menu-container .night-mode-button {
  border-bottom: 1px solid #E3E3DB;
}
/* Element widths & heights */
.th-night .night-mode-button {
  color: #FDE15D;
}
/* Spacing */
.th-night .mobile-submenu .night-mode-button {
  border-right: 1px solid rgba(253,225,93, 0.5);
}
/* Breakpoints */
.th-night .menu-container .night-mode-button {
  border-bottom: 1px solid #000000;
}
/* Element widths & heights */
.th-matrix .night-mode-button {
  color: #549814;
}
/* Spacing */
.th-matrix .mobile-submenu .night-mode-button {
  border-right: 1px solid rgba(84,152,20, 0.5);
}
/* Breakpoints */
.th-matrix .menu-container .night-mode-button {
  border-bottom: 1px solid #000000;
}

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.mobile-submenu {
  position: fixed;
  top: 50px;
  right: 0px;
  width: 100%;
  z-index: 2;
}
.mobile-submenu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex
  }
.mobile-submenu ul.horizontal {
      -webkit-box-pack: justify;
              justify-content: space-between;
      background-color: #FFFFFF;
    }
.mobile-submenu ul.horizontal li {
        -webkit-box-flex: 1;
                flex: 1 0 auto
      }
.mobile-submenu ul.horizontal li.active {
          background-color: #FFFFFF;
        }
.mobile-submenu ul.horizontal li.active a {
            color: #00A4C2;
          }
.mobile-submenu ul.horizontal .link {
        padding: 0 10px;
      }
.mobile-submenu ul.vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background-color: #FFFFFF;
      position: inherit;
      top: -1px; /* To hide border from menu above */
      overflow-y: auto;
      max-height: 440px;

      /* Force scrollbar to be visible */
    }
.mobile-submenu ul.vertical .search-input-container {
        width: 90%;
        margin: 10px auto;
      }
.mobile-submenu ul.vertical .search-input-container .search-input {
          border-radius: 10px;
          padding: 0 5px;
          box-shadow: 0 2px 5px 0px #AAAAAA;
        }
.mobile-submenu ul.vertical .search-input-container .search-input input {
            width: 100%;
            border: none;
          }
.mobile-submenu ul.vertical .search-input-container .search-input .search-icon {
            display: none;
          }
.mobile-submenu ul.vertical .search-input-container .search-input .search-result-container {
            position: absolute;
            top: 5px;
            right: 10px;
          }
.mobile-submenu ul.vertical li {
        flex-shrink: 0;
        border-bottom: 1px solid #C6C5BD;
        margin: 0 20px;
      }
.mobile-submenu ul.vertical li a {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-align: center;
                  align-items: center;
        }
.mobile-submenu ul.vertical li a span {
            margin-right: 5px;
          }
.mobile-submenu ul.vertical li a > div img {
              display: block;
              max-height: 100%;
              max-width: 100%;
            }
.mobile-submenu ul.vertical li.active {
          background-color: #FFFFFF;
          color: #00A4C2;
        }
.mobile-submenu ul.vertical li.active a {
            color: #00A4C2;
          }
.mobile-submenu ul.vertical li > ul {
          border-left: none;
          border-right: none;
          max-height: 100%;
        }
/* Subpage lists can be longer than parents list*/
.mobile-submenu ul.vertical li > ul li {
            margin-left: 20px;
          }
.mobile-submenu ul.vertical a {
        margin: 0 20px;
      }
.mobile-submenu ul.vertical .link__sub-category {
        margin: 0 20px;
      }
.mobile-submenu ul.vertical::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
      }
.mobile-submenu ul.vertical::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      }
.mobile-submenu li {
    list-style: none;
  }
.mobile-submenu .subpages-next-container, .mobile-submenu .subpages-back-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
.mobile-submenu .subpages-next-container {
    border-top: 1px solid #C6C5BD;
    margin-right: 20px;
  }
.mobile-submenu .arrow-toggle__button {
    padding: 10px 20px;
  }
.mobile-submenu .subpages-next, .mobile-submenu .subpages-back {
    width: 10px;
    font-size: 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 10px 15px;
  }
.mobile-submenu .subpages-next {
    border-left: 1px solid #C6C5BD;
  }
.mobile-submenu .subpages-back {
    border-right: 1px solid #C6C5BD;
  }
.mobile-submenu .subpages-back-text {
    margin: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 3;
    width: 100%;
    font-weight: bold;
  }
.mobile-submenu .mobile-menu-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
.mobile-submenu .link, .mobile-submenu .link:visited .link:active {
    width: 100%;
    line-height: 3;
    color: #000000;
    font-weight: bold;
  }
.mobile-submenu .link__sub-category {
      font-weight: lighter;
    }
.mobile-submenu .quick-filter-row {
    display: -webkit-box;
    display: flex;
    margin: 0 20px;
    box-sizing: border-box;
  }
.mobile-submenu .quick-filter-row .quickfilter-mobile {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      display: -webkit-box;
      display: flex;
      margin: auto;
    }
.mobile-submenu .quick-filter-row .quickfilter-mobile link {
        margin-left: 0
      }
.mobile-submenu .quick-filter-row .quickfilter-mobile link.has-subpages {
          border-bottom: none !important;
        }
.mobile-submenu .quick-filter-row .quickfilter-mobile .subpages-next-container {
        border-bottom: none !important;
      }
.mobile-submenu .quick-filter-row .quickfilter-mobile .subpages-next-container {
        margin-right: 0;
      }
.mobile-submenu .vertical .quickfilter-mobile {
      color: red;
    }
.mobile-submenu .vertical .quickfilter-mobile > div {
       margin-right: auto;
      }
.mobile-submenu .vertical .quickfilter-mobile .link {
        border-top: none;
      }
.mobile-submenu .vertical .quickfilter-mobile .has-subpages {
        border-bottom: 1px solid red;
        color: red;
        display: -webkit-box;
        display: flex;
        margin: 0 20px;
      }
.mobile-submenu .vertical .quickfilter-mobile .subpages-next-container {
        border-bottom: 1px solid red;
        border-top: none;
      }
.mobile-submenu .vertical .quickfilter-mobile .subpages-next-container .subpages-next {
          border-left: none;
        }
.mobile-submenu .vertical .quickfilter-mobile .selected-filter-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin-left: 20px;
        width: 100%;
      }
.mobile-submenu .vertical .quickfilter-mobile .selected-filter-container .filter {
          font-size: 13px;
        }
.mobile-submenu .logged-in-name {
    padding: 15px 15px 10px 20px;
  }
/* Element widths & heights */
.th-classic .mobile-submenu ul.horizontal {
      background-color: #FFFFFF;
    }
.th-classic .mobile-submenu ul.horizontal li.active {
          background-color: #FFFFFF;
        }
.th-classic .mobile-submenu ul.horizontal li.active a {
            color: #00A4C2;
          }
.th-classic .mobile-submenu ul.vertical {
      background-color: #FFFFFF;

      /* Force scrollbar to be visible */
    }
/* To hide border from menu above */
.th-classic .mobile-submenu ul.vertical li {
        border-bottom: 1px solid #C6C5BD;
      }
.th-classic .mobile-submenu ul.vertical li.active {
          background-color: #FFFFFF;
          color: #00A4C2;
        }
.th-classic .mobile-submenu ul.vertical li.active a {
            color: #00A4C2;
          }
/* Subpage lists can be longer than parents list*/
.th-classic .mobile-submenu .subpages-next-container {
    border-top: 1px solid #C6C5BD;
  }
.th-classic .mobile-submenu .subpages-next {
    border-left: 1px solid #C6C5BD;
  }
.th-classic .mobile-submenu .subpages-back {
    border-right: 1px solid #C6C5BD;
  }
.th-classic .mobile-submenu .link, .th-classic .mobile-submenu .link:visited .link:active {
    color: #000000;
  }
/* Spacing */
.th-classic .mobile-submenu .vertical .quickfilter-mobile {
      color: #00A4C2;
    }
.th-classic .mobile-submenu .vertical .quickfilter-mobile .has-subpages {
        border-bottom: 1px solid #00A4C2;
        color: #00A4C2;
      }
.th-classic .mobile-submenu .vertical .quickfilter-mobile .subpages-next-container {
        border-bottom: 1px solid #00A4C2;
      }
/* Element widths & heights */
.th-night .mobile-submenu ul.horizontal {
      background-color: #282828;
    }
.th-night .mobile-submenu ul.horizontal li.active {
          background-color: #282828;
        }
.th-night .mobile-submenu ul.horizontal li.active a {
            color: #FDE15D;
          }
.th-night .mobile-submenu ul.vertical {
      background-color: #282828;

      /* Force scrollbar to be visible */
    }
/* To hide border from menu above */
.th-night .mobile-submenu ul.vertical li {
        border-bottom: 1px solid #C6C5BD;
      }
.th-night .mobile-submenu ul.vertical li.active {
          background-color: #282828;
          color: #FDE15D;
        }
.th-night .mobile-submenu ul.vertical li.active a {
            color: #FDE15D;
          }
/* Subpage lists can be longer than parents list*/
.th-night .mobile-submenu .subpages-next-container {
    border-top: 1px solid #C6C5BD;
  }
.th-night .mobile-submenu .subpages-next {
    border-left: 1px solid #C6C5BD;
  }
.th-night .mobile-submenu .subpages-back {
    border-right: 1px solid #C6C5BD;
  }
.th-night .mobile-submenu .link, .th-night .mobile-submenu .link:visited .link:active {
    color: #EEEEEE;
  }
/* Spacing */
.th-night .mobile-submenu .vertical .quickfilter-mobile {
      color: #FDE15D;
    }
.th-night .mobile-submenu .vertical .quickfilter-mobile .has-subpages {
        border-bottom: 1px solid #FDE15D;
        color: #FDE15D;
      }
.th-night .mobile-submenu .vertical .quickfilter-mobile .subpages-next-container {
        border-bottom: 1px solid #FDE15D;
      }
/* Element widths & heights */
.th-matrix .mobile-submenu ul.horizontal {
      background-color: #282828;
    }
.th-matrix .mobile-submenu ul.horizontal li.active {
          background-color: #282828;
        }
.th-matrix .mobile-submenu ul.horizontal li.active a {
            color: #8CD437;
          }
.th-matrix .mobile-submenu ul.vertical {
      background-color: #282828;

      /* Force scrollbar to be visible */
    }
/* To hide border from menu above */
.th-matrix .mobile-submenu ul.vertical li {
        border-bottom: 1px solid #C6C5BD;
      }
.th-matrix .mobile-submenu ul.vertical li.active {
          background-color: #282828;
          color: #8CD437;
        }
.th-matrix .mobile-submenu ul.vertical li.active a {
            color: #8CD437;
          }
/* Subpage lists can be longer than parents list*/
.th-matrix .mobile-submenu .subpages-next-container {
    border-top: 1px solid #C6C5BD;
  }
.th-matrix .mobile-submenu .subpages-next {
    border-left: 1px solid #C6C5BD;
  }
.th-matrix .mobile-submenu .subpages-back {
    border-right: 1px solid #C6C5BD;
  }
.th-matrix .mobile-submenu .link, .th-matrix .mobile-submenu .link:visited .link:active {
    color: #D7D7D7;
  }
/* Spacing */
.th-matrix .mobile-submenu .vertical .quickfilter-mobile {
      color: #549814;
    }
.th-matrix .mobile-submenu .vertical .quickfilter-mobile .has-subpages {
        border-bottom: 1px solid #549814;
        color: #549814;
      }
.th-matrix .mobile-submenu .vertical .quickfilter-mobile .subpages-next-container {
        border-bottom: 1px solid #549814;
      }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.item-time {
  color: #7B7667;
  font-size: 11px;
}
.simple-item-source .item-time span {
  margin-left: 5px;
}
/* Element widths & heights */
.th-classic .item-time {
  color: #777777;
}
/* Spacing */
/* Element widths & heights */
.th-night .item-time {
  color: #BBBBBB;
}
/* Spacing */
/* Element widths & heights */
.th-matrix .item-time {
  color: #BBBBBB;
}
/* Spacing */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
/* Styles for the tag/category switch used both in sidebar and item list */
.category-switch {
  margin: 2.5px;
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  border: 1px solid #00A4C2;
  border-radius: 5px;
}
.category-switch > * {
    vertical-align: top;
  }
.category-switch__label, .category-switch__label:visited {
    color: #00A4C2;
  }
.category-switch__label {
    display: inline-block;
    color: #00A4C2;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
  }
.category-switch_whitelisted .category-switch__label,
    .category-switch_whitelisted .category-switch__label:visited,
    .category-switch_whitelisted .category-switch__label:hover {
      background: #00A4C2;
      color: #FFFFFF;
    }
.category-switch_blacklisted {
    border-color: #615F56;
  }
.category-switch_blacklisted .category-switch__label,
    .category-switch_blacklisted .category-switch__label:visited,
    .category-switch_blacklisted .category-switch__label:hover {
      background: #615F56;
      color: #FFFFFF;
    }
.whitelist-toggle {
  display: inline-block;
  color: #00A4C2;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
}
.whitelist-toggle_active {
    background: #00A4C2;
    color: #FFFFFF;
  }
.blacklist-toggle {
  display: inline-block;
  color: #000000;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
}
.blacklist-toggle_active {
    background: #615F56;
    color: #FFFFFF;
  }
/* Styles for the tag/category switch used both in sidebar and item list */
.th-classic .category-switch__label, .th-classic .category-switch__label:visited {
    color: #1577AA;
  }
.th-classic .category-switch_whitelisted .category-switch__label,
    .th-classic .category-switch_whitelisted .category-switch__label:visited,
    .th-classic .category-switch_whitelisted .category-switch__label:hover {
      color: #FFFFFF;
    }
.th-classic .category-switch_blacklisted {
    border-color: #666666;
  }
.th-classic .category-switch_blacklisted .category-switch__label,
    .th-classic .category-switch_blacklisted .category-switch__label:visited,
    .th-classic .category-switch_blacklisted .category-switch__label:hover {
      background: #666666;
      color: #FFFFFF;
    }
/* Element widths & heights */
.th-classic .whitelist-toggle_active {
    color: #FFFFFF;
  }
/* Spacing */
.th-classic .blacklist-toggle {
  color: #000000;
}
.th-classic .blacklist-toggle_active {
    background: #666666;
    color: #FFFFFF;
  }
/* Styles for the tag/category switch used both in sidebar and item list */
.th-night .category-switch__label, .th-night .category-switch__label:visited {
    color: #DDDDDD;
  }
.th-night .category-switch_whitelisted .category-switch__label,
    .th-night .category-switch_whitelisted .category-switch__label:visited,
    .th-night .category-switch_whitelisted .category-switch__label:hover {
      color: #FFFFFF;
    }
.th-night .category-switch_blacklisted {
    border-color: #615F56;
  }
.th-night .category-switch_blacklisted .category-switch__label,
    .th-night .category-switch_blacklisted .category-switch__label:visited,
    .th-night .category-switch_blacklisted .category-switch__label:hover {
      background: #615F56;
      color: #FFFFFF;
    }
/* Element widths & heights */
.th-night .whitelist-toggle_active {
    color: #FFFFFF;
  }
/* Spacing */
.th-night .blacklist-toggle {
  color: #DDDDDD;
}
.th-night .blacklist-toggle_active {
    background: #615F56;
    color: #FFFFFF;
  }
/* Styles for the tag/category switch used both in sidebar and item list */
.th-matrix .category-switch__label, .th-matrix .category-switch__label:visited {
    color: #DDDDDD;
  }
.th-matrix .category-switch_whitelisted .category-switch__label,
    .th-matrix .category-switch_whitelisted .category-switch__label:visited,
    .th-matrix .category-switch_whitelisted .category-switch__label:hover {
      color: #D7D7D7;
    }
.th-matrix .category-switch_blacklisted {
    border-color: #615F56;
  }
.th-matrix .category-switch_blacklisted .category-switch__label,
    .th-matrix .category-switch_blacklisted .category-switch__label:visited,
    .th-matrix .category-switch_blacklisted .category-switch__label:hover {
      background: #615F56;
      color: #D7D7D7;
    }
/* Element widths & heights */
.th-matrix .whitelist-toggle_active {
    color: #D7D7D7;
  }
/* Spacing */
.th-matrix .blacklist-toggle {
  color: #DDDDDD;
}
.th-matrix .blacklist-toggle_active {
    background: #615F56;
    color: #D7D7D7;
  }

.share-widget {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

  .share-widget .share-text {
    padding: 0 10px;
  }

  .share-widget .fa-stack {
    padding: 2px;
    cursor: pointer;
  }

  .share-widget .share-twitter .fa-twitter {
      color: #FFFFFF;
    }

  .share-widget .share-twitter .fa-circle {
      color: #1DA1F2;
    }

  .share-widget .share-facebook .fa-facebook {
      color: #FFFFFF;
    }

  .share-widget .share-facebook .fa-circle {
      color: #3B5998;
    }

  .share-widget .share-email .fa-envelope {
      color: #FFFFFF;
    }

  .share-widget .share-email .fa-circle {
      color: gray;
    }

  .share-widget .share-whatsapp .fa-whatsapp {
      color: #FFFFFF;
    }

  .share-widget .share-whatsapp .fa-circle {
      color: #25D366;
    }

  .share-widget .share-url .fa-link {
      color: #FFFFFF;
    }

  .share-widget .share-url .fa-circle {
      color: #00A4C2;
    }

  .share-widget .share-url .fa-circle-thin {
      color: #00A4C2;
    }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.carousel-container {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  overflow-x: hidden
}
.carousel-container > div {
    display: -webkit-box;
    display: flex;
  }
.carousel-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(30%, $th-nav-background-color));
  background: linear-gradient(to left, rgba(240,239,228,0) 0%, #E5E5DE 30%);
}
.carousel-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(30%, $th-nav-background-color));
  background: linear-gradient(to right, rgba(240,239,228,0) 0%, #E5E5DE 30%);
}
.carousel-left, .carousel-right {
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 45px;
}
.carousel-left span, .carousel-right span {
    display: inline;
  }
/* Element widths & heights */
/* Spacing */
.th-classic .carousel-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(30%, #E5E5DE));
  background: linear-gradient(to left, rgba(240,239,228,0) 0%, #E5E5DE 30%);
}
/* Breakpoints */
.th-classic .carousel-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(30%, #E5E5DE));
  background: linear-gradient(to right, rgba(240,239,228,0) 0%, #E5E5DE 30%);
}
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
/* Spacing */
.th-night .carousel-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(30%, #7B7667));
  background: linear-gradient(to left, rgba(240,239,228,0) 0%, #7B7667 30%);
}
/* Breakpoints */
.th-night .carousel-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(30%, #7B7667));
  background: linear-gradient(to right, rgba(240,239,228,0) 0%, #7B7667 30%);
}
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
/* Spacing */
.th-matrix .carousel-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(30%, #7B7667));
  background: linear-gradient(to left, rgba(240,239,228,0) 0%, #7B7667 30%);
}
/* Breakpoints */
.th-matrix .carousel-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(30%, #7B7667));
  background: linear-gradient(to right, rgba(240,239,228,0) 0%, #7B7667 30%);
}
/*
* === UNIVERSAL VARIABLES ===
*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.items-queue {
  pointer-events: none
}
@media only screen and (min-width: 587px) {
.items-queue {
    -webkit-box-flex: 1;
            flex: 1
}
  }
.items-queue__button {
    font-weight: bold;
    font-size: 14px;
    border-radius: 15px;
    background-color: #00A4C2;
    min-width: 150px;
    padding: 5px 10px;
    color: #FFFFFF;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(30, 30, 30, 0.2)
  }
@media only screen and (min-width: 587px) {

  .items-queue__button {
      box-shadow: none
  }
    }
.items-queue__content {
    text-align: center
  }
@media only screen and (min-width: 587px) {

  .items-queue__content {
      min-height: 38px;
      padding: 5px;
      box-sizing: border-box
  }
    }
@media only screen and (min-width: 587px) {

    .items-queue__content_new-items {
        background: #FCF6EB
    }
      }
/* Element widths & heights */
/* Spacing */
.th-classic .items-queue__button {
    background-color: #777777;
    color: #FFFFFF
  }
@media only screen and (min-width: 587px) {

    .th-classic .items-queue__content_new-items {
        background: #FCF6EB
    }
      }
/* Element widths & heights */
/* Spacing */
.th-night .items-queue__button {
    background-color: #000000;
    color: #FFFFFF
  }
@media only screen and (min-width: 587px) {

    .th-night .items-queue__content_new-items {
        background: #7B7667
    }
      }
/* Element widths & heights */
/* Spacing */
.th-matrix .items-queue__button {
    background-color: #000000;
    color: #D7D7D7
  }
@media only screen and (min-width: 587px) {

    .th-matrix .items-queue__content_new-items {
        background: #7B7667
    }
      }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
/* Ticker Styles */
.ticker {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  padding: 5px 0;
  position: relative;

}
.ticker--bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 720px;
    width: 90%;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    font-size: 13px
  }
@media only screen and (min-width: 587px) {

  .ticker--bottom {
      font-size: 14px
  }
    }
.ticker a {
    color: inherit !important;
  }
/* content-wrapper is either <a> or <div>, dependeing on if it is a link */
.ticker__content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: center;
            align-items: center;
  }
/* If content-wrapper itself is a link, no underline */
a.ticker__content-wrapper {
      text-decoration: none;
    }
a.ticker__content-wrapper:hover {
      text-decoration: underline;
    }
/* But link *inside* content-wrapper will be underlined */
.ticker__content-wrapper a {
      text-decoration: underline;
    }
.ticker__content-wrapper a:hover {
      opacity: 0.7;
    }
.ticker__image {
    margin-left: 8px;
    height: 40px;
    width: auto;
  }
.ticker__text {
    margin-left: 7.5px;
    color: inherit;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
.ticker__close-button {
    margin-left: 4px;
    padding: 10px 20px;
    color: inherit;
    cursor: pointer
  }
.ticker__close-button:hover {
      opacity: 0.75;
    }
/* Ticker Styles */
/* content-wrapper is either <a> or <div>, dependeing on if it is a link */
/* If content-wrapper itself is a link, no underline */
/* But link *inside* content-wrapper will be underlined */
/* Ticker Styles */
/* content-wrapper is either <a> or <div>, dependeing on if it is a link */
/* If content-wrapper itself is a link, no underline */
/* But link *inside* content-wrapper will be underlined */
/* Ticker Styles */
/* content-wrapper is either <a> or <div>, dependeing on if it is a link */
/* If content-wrapper itself is a link, no underline */
/* But link *inside* content-wrapper will be underlined */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-container {
  display: none;
}
.menu-content {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.menu-content ul {
    margin: 0;
    padding: 0;
  }
.menu-item {
  font-size: 11px;
  text-decoration: none;
  list-style: none;
}
.menu-item a:hover {
    background-color: #FCF6EB;
    color: #000000;
  }
.menu-item a, .menu-item a:visited, .menu-item a:active, .menu-item a:focus {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    line-height: 25px;
    padding-left: 15px;
    color: #000000;
    font-weight: bold;
  }
.menu-item a span, .menu-item a:visited span, .menu-item a:active span, .menu-item a:focus span {
      margin-right: 5px;
    }
.menu-item a > div, .menu-item a:visited > div, .menu-item a:active > div, .menu-item a:focus > div {
      height: 12px;
    }
.menu-item a > div img, .menu-item a:visited > div img, .menu-item a:active > div img, .menu-item a:focus > div img {
        display: block;
        max-height: 100%;
        max-width: 100%;

      }
.menu-item ul {
    padding: 0;
  }
.menu-item ul .menu-item > a {
        padding-left: 30px;
      }
#namedays {
  margin-top: 10px;
}
#namedays .sidebox-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
#namedays .sidebox-content {
    padding: 10px;
    font-weight: bold;
    color: #000000;
  }
.menu-content {
  padding-bottom: 10px;
}
.menu-item.active-item > a {
    color: #000000;
    background-color: #FDE15D;
  }
.sub-item {
  padding-left: 20px;
}
.blacklisted-category.active-item > a, .blacklisted-category.active-item > a:visited, .blacklisted-category.active-item > a:active {
      color: #EEEEE9;
    }
.blacklisted-category > a, .blacklisted-category > a:visited, .blacklisted-category > a:active {
    /* There's some priority issues with this and mobile menu styling. These styles should be rewritten, but using important for now. */
    color: #9A9688!important;
  }
@media only screen and (min-width: 587px) {

  .menu-container {
    display: block;
    width: 160px;
    margin-right: 10px;
    -webkit-box-flex: 0;
            flex: 0 0 160px;
  }
}
.quickfilter {
  padding: 10px;
  margin-bottom: 35px;
  color: #A9A9A9;
  font-size: 14px;
  font-weight: bold;
}
.quickfilter .Dropdown-root.is-open {
      background-color: #FFFFFF;
    }
/* Used both in SidebarMenu.jsx and MobileSubMenu.jsx */
/* @todo consider moving elsewhere */
.logged-in-name {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: italic;
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
.th-classic .menu-content {
  background-color: #EEEEEE;
}
/* Breakpoints */
.th-classic .menu-item a:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
.th-classic .menu-item a, .th-classic .menu-item a:visited, .th-classic .menu-item a:active, .th-classic .menu-item a:focus {
    color: #000000;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic #namedays .sidebox-content {
    color: #000000;
  }
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
.th-classic .menu-item.active-item > a {
    color: #000000;
    background-color: #66BB00;
  }
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-classic .blacklisted-category.active-item > a, .th-classic .blacklisted-category.active-item > a:visited, .th-classic .blacklisted-category.active-item > a:active {
      color: #EEEEEE;
    }
.th-classic .blacklisted-category > a, .th-classic .blacklisted-category > a:visited, .th-classic .blacklisted-category > a:active {
    /* There's some priority issues with this and mobile menu styling. These styles should be rewritten, but using important for now. */
    color: #999999!important;
  }
.th-classic .quickfilter {
  color: #A9A9A9;
}
.th-classic .quickfilter .Dropdown-root.is-open {
      background-color: #EEEEEE;
    }
/* @todo consider moving elsewhere */
.th-classic .logged-in-name {
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
.th-night .menu-content {
  background-color: #383838;
}
/* Breakpoints */
.th-night .menu-item a:hover {
    background-color: #585858;
    color: #EEEEEE;
  }
.th-night .menu-item a, .th-night .menu-item a:visited, .th-night .menu-item a:active, .th-night .menu-item a:focus {
    color: #EEEEEE;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night #namedays .sidebox-content {
    color: #EEEEEE;
  }
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
.th-night .menu-item.active-item > a {
    color: #000000;
    background-color: #FDE15D;
  }
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-night .blacklisted-category.active-item > a, .th-night .blacklisted-category.active-item > a:visited, .th-night .blacklisted-category.active-item > a:active {
      color: #000000;
    }
.th-night .blacklisted-category > a, .th-night .blacklisted-category > a:visited, .th-night .blacklisted-category > a:active {
    /* There's some priority issues with this and mobile menu styling. These styles should be rewritten, but using important for now. */
    color: #9A9688!important;
  }
.th-night .quickfilter {
  color: #A9A9A9;
}
.th-night .quickfilter .Dropdown-root.is-open {
      background-color: #383838;
    }
/* @todo consider moving elsewhere */
.th-night .logged-in-name {
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
.th-matrix .menu-content {
  background-color: #383838;
}
/* Breakpoints */
.th-matrix .menu-item a:hover {
    background-color: #585858;
    color: #D7D7D7;
  }
.th-matrix .menu-item a, .th-matrix .menu-item a:visited, .th-matrix .menu-item a:active, .th-matrix .menu-item a:focus {
    color: #D7D7D7;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix #namedays .sidebox-content {
    color: #D7D7D7;
  }
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
.th-matrix .menu-item.active-item > a {
    color: #D7D7D7;
    background-color: #37650B;
  }
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-matrix .blacklisted-category.active-item > a, .th-matrix .blacklisted-category.active-item > a:visited, .th-matrix .blacklisted-category.active-item > a:active {
      color: #000000;
    }
.th-matrix .blacklisted-category > a, .th-matrix .blacklisted-category > a:visited, .th-matrix .blacklisted-category > a:active {
    /* There's some priority issues with this and mobile menu styling. These styles should be rewritten, but using important for now. */
    color: #9A9688!important;
  }
.th-matrix .quickfilter {
  color: #A9A9A9;
}
.th-matrix .quickfilter .Dropdown-root.is-open {
      background-color: #383838;
    }
/* @todo consider moving elsewhere */
.th-matrix .logged-in-name {
  color: #808080;
}

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
/* Restricts the z-index of hero to 0 as some 3d ads interfere with page controls */
#dfp__desk-1 {
  z-index: 0;
}
.ad {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.ad-slot {
  height: 100%;
  width: 100%;
}
.ad-slot_placeholder {
    background: url(/assets/small-logo.d99410185d5151b7266da541fbecc080.png) center center no-repeat;
  }
@media (min-width: 728px) {
.ad-hero {
    min-height: 120px;
    margin: 10px 0 0 0
}
  }
@media (min-width: 728px) {

  .ad-hero .ad-slot {
      width: 728px;
      min-height: 90px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center
  }
    }
@media (min-width: 980px) {

  .ad-hero .ad-slot {
      width: 980px;
      height: 400px
  }
    }
.ad-box {
  /* rectangle-n */
  display: none
}
@media (min-width: 897px) {
.ad-box {
    display: -webkit-box;
    display: flex
}
  }
@media (min-width: 980px) {
.ad-box {
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    margin: 10px 0 0 0
}
  }
@media (min-width: 897px) {

  .ad-box .ad-slot {
      min-height: 250px
  }
    }
@media (min-width: 728px) {
.ad-list {
    margin: 10px auto
}
  }
@media (min-width: 728px) {

  .ad-list .ad-slot {
      width: 728px;
      min-height: 90px
  }
    }
@media (min-width: 980px) {

  .ad-list .ad-slot {
      width: 980px;
      height: 120px
  }
    }
.ad-list .ad-slot_placeholder {
      background-color: #EFEFEF;
    }
.ad-mob-list, .ad-mob-hero {
  /* mob-n */
  min-height: 300px;
  border-bottom: 1px solid #E3E3DB;
  background: #EFEFEF
}
@media (min-width: 897px) {
.ad-mob-list, .ad-mob-hero {
    display: none
}
  }
.ad-interstitial {
  /* interstitial */
  display: none;
}
.ad-nativead {
  /* native */
  display: block;
}
.ad-nativead .ad-slot {
    position: relative;
    min-height: 100px;
  }
.ad-nativead .ad-slot_loaded {
      margin-top: 10px
    }
.ad-nativead .ad-slot_loaded:before {
        content: 'Mainos';
        display: inline-block;
        position: absolute;
        left: 4px;
        top: 4px;
        padding: 0 3px;
        pointer-events: none;
        color: #000;
        background: #FFF;
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0,0,0,.5);
        font-size: 13px;
      }
.ad-nativead .ad-slot_placeholder {
      display:none;
    }
.ad-skyscraper {
  /* skyscraper-n */
  padding: 10px 0;
  width: 160px;
  min-height: 600px;
}
.ad-skyscraper .ad-slot_placeholder {
    height: 250px;
  }
.ad-sponsor {
  /* sponsored ads */
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.ad-sponsor img {
    max-width: 100%;
    height: auto;
  }
.impressions__tracker {
  /* Container for impression measurement pixels in sponsored ads and in tickers. */
  /* Uses absolute positioning so as not to take any space in the layout. */
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.content .ad-nettiauto {
  border-bottom: 1px solid #E3E3DB;
  background: #EFEFEF;
}
/* Restricts the z-index of hero to 0 as some 3d ads interfere with page controls */
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-classic .ad-list .ad-slot_placeholder {
      background-color: #EFEFEF;
    }
.th-classic .ad-mob-list, .th-classic .ad-mob-hero {
  /* mob-n */
  border-bottom: 1px solid #E3E3DB;
  background: #EFEFEF
}
/* native */
/* skyscraper-n */
/* sponsored ads */
.th-classic .content .ad-nettiauto {
  border-bottom: 1px solid #E3E3DB;
  background: #EFEFEF;
}
/* Restricts the z-index of hero to 0 as some 3d ads interfere with page controls */
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-night .ad-list .ad-slot_placeholder {
      background-color: #2B2B2B;
    }
.th-night .ad-mob-list, .th-night .ad-mob-hero {
  /* mob-n */
  border-bottom: 1px solid #000000;
  background: #2B2B2B
}
/* native */
/* skyscraper-n */
/* sponsored ads */
.th-night .content .ad-nettiauto {
  border-bottom: 1px solid #000000;
  background: #2B2B2B;
}
/* Restricts the z-index of hero to 0 as some 3d ads interfere with page controls */
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-matrix .ad-list .ad-slot_placeholder {
      background-color: #2B2B2B;
    }
.th-matrix .ad-mob-list, .th-matrix .ad-mob-hero {
  /* mob-n */
  border-bottom: 1px solid #000000;
  background: #2B2B2B
}
/* native */
/* skyscraper-n */
/* sponsored ads */
.th-matrix .content .ad-nettiauto {
  border-bottom: 1px solid #000000;
  background: #2B2B2B;
}

.react-autosuggest__container {
    position: relative;
  }
  .react-autosuggest__suggestions-container {
    display: none;
  }
  .react-autosuggest__suggestions-container--open {
      display: block;
      position: absolute;
      top: 40px;
      width: 240px;
      border: 1px solid #e3e3db;
      border-top: none;
      background-color: #fff;
      color: #000;
      color: initial;
      font-size: 14px;
      z-index: 2;
    }
  .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 10px;

  }
  .react-autosuggest__suggestion--highlighted {
      background-color: #ddd;
    }
/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.sidebar {
  max-width: 300px;
  -webkit-box-flex: 1;
          flex: 1 0 300px;
}
.sidebar > * + * {
    margin-top: 10px;
  }
.sidebar > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
.sidebar .sticky-sidebar-box-container {
    display: block;
    width: 300px;
    -webkit-box-flex: 0;
            flex: 0 0 300px;
  }
.sidebox + .sidebox {
  margin-top: 10px;
}
.sidebox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.sidebox .sidebox-header {
    background-color: #FDE15D;
    color: #222222;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height: 20px;
  }
.sidebox .sidebox-header a {
      color: #222222;
    }
.sidebox .sidebox-content {
    padding: 10px 0;
    background-color: #FFFFFF;
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 0 auto
  }
.sidebox .sidebox-content:after {
      content: '';
      display: table;
      clear: both;
    }
.sidebox .sidebox-content > div {
      -webkit-box-flex: 1;
              flex: 1;
      height: auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
    }
.sidebox .sidebox-content form {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
    }
.sidebox .sidebox-content input {
      min-width: 0;
      width: 240px;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      padding: 10px;
    }
/* Temp solution, 10px padding all around should be the default,
       not the exception and should eventually be applied to
       sidebox-content element */
.sidebox .sidebox-content_padded {
      padding: 10px;
    }
.sidebar {
  display: block;
}
.sidebar .sidebox .sidebox-content {
      display: block;
    }
.sidebar .sidebox .sidebox-content > div {
        display: block;
      }
.sidebox.popular .widgets {
    border-bottom: 1px solid #E3E3DB;
  }
#blog {
  margin-top: 10px;
}
#blog .sidebox-content {
    padding: 10px;
    font-weight: bold;
  }
.social-media-feedback-link {
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  background: #FFFFFF;
  padding: 10px;
}
.sidebar .sidebox .social-media-links .sidebox-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
.sidebar .sidebox .social-media-links .sidebox-content a {
      font-size: 48px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              flex: 0 0 75px
    }
.sidebar .sidebox .social-media-links .sidebox-content a.some-fb {
        color: #3B5998;
      }
.sidebar .sidebox .social-media-links .sidebox-content a.some-tw {
        color: #4099FF;
      }
.sidebar .sidebox .social-media-links .sidebox-content a.some-ig {
        color: #8A3AB9;
      }
.sidebar .sidebox .widgets {
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar .sidebox .widgets > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
.sidebar .sidebox .widgets .loading {
    -webkit-box-pack: center;
            justify-content: center;
  }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-classic .sidebox .sidebox-header {
    background-color: #66BB00;
    color: #FFFFFF;
  }
.th-classic .sidebox .sidebox-header a {
      color: #FFFFFF;
    }
.th-classic .sidebox .sidebox-content {
    background-color: #FFFFFF
  }
/* Temp solution, 10px padding all around should be the default,
       not the exception and should eventually be applied to
       sidebox-content element */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-classic .sidebox.popular .widgets {
    border-bottom: 1px solid #E3E3DB;
  }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-classic .social-media-feedback-link {
  background: #FFFFFF;
}
/*
* === DEFAULT THEME ===
*/
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-night .sidebox .sidebox-header {
    background-color: #FDE15D;
    color: #000000;
  }
.th-night .sidebox .sidebox-header a {
      color: #000000;
    }
.th-night .sidebox .sidebox-content {
    background-color: #383838
  }
/* Temp solution, 10px padding all around should be the default,
       not the exception and should eventually be applied to
       sidebox-content element */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-night .sidebox.popular .widgets {
    border-bottom: 1px solid #000000;
  }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-night .social-media-feedback-link {
  background: #383838;
}
/*
* === DEFAULT THEME ===
*/
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-matrix .sidebox .sidebox-header {
    background-color: #37650B;
    color: #D7D7D7;
  }
.th-matrix .sidebox .sidebox-header a {
      color: #D7D7D7;
    }
.th-matrix .sidebox .sidebox-content {
    background-color: #383838
  }
/* Temp solution, 10px padding all around should be the default,
       not the exception and should eventually be applied to
       sidebox-content element */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-matrix .sidebox.popular .widgets {
    border-bottom: 1px solid #000000;
  }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-matrix .social-media-feedback-link {
  background: #383838;
}
/*
* === DEFAULT THEME ===
*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.score-table {
  width: 100%;
}
.score-table tbody + tbody {
    border-top: 1px solid #9A9688;
  }
.score-table abbr {
    text-decoration: none;
  }
.score-table__table {
    width: 100%;
  }
.score-table tr {
    background: #FFFFFF
  }
.score-table tr:nth-child(even) {
      background-color: #F4F4F4;
    }
.score-table__table-header {
    text-align: center;
    background: #7B7667;
    color: #FFFFFF;
  }
.score-table__time {
    vertical-align: top;
  }
.score-table__score {
    text-align: center;
  }
.score-table__team_right {
      text-align: right;
    }
.score-table__results {
    font-size: 15px;
    font-weight: bold;
  }
.score-table__status {
    text-align: center;
    position: relative;
    width: 22px;
  }
.score-table__league-divider td, .score-table__league-divider:hover td {
      background: #FFFFFF!important;
      color: #000000;
    }
.score-table__league-divider a {
      float: right;
      color: #00A4C2!important;
    }
.score-table__league-name {
    float: left;
    font-weight: bold;
  }
.score-table__active-marker {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px
  }
.score-table__active-marker:before {
      content: '';
      position: relative;
      display: block;
      width: 300%;
      height: 300%;
      box-sizing: border-box;
      margin-left: -100%;
      margin-top: -100%;
      border-radius: 100px;
      background-color: rgba(193, 188, 188, 0.5);
      -webkit-animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
              animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
.score-table__active-marker:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #66BB00;
      border-radius: 100px;
      -webkit-animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
              animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }
.score-table__closed-marker {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px
  }
.score-table__closed-marker:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #808080;
      border-radius: 100px;
    }
.score-table__message {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #7B7667;
    font-style: italic;
  }
.topdrivers-table__table {
    margin-bottom: 20px;
  }
.topdrivers-table__table th:not(:first-child) {
      text-align: center;
    }
.topdrivers-table__table td:nth-child(3) {
      text-align: center;
    }
@-webkit-keyframes pulse-ring {

  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {

  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {

  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {

  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/* Element widths & heights */
.th-classic .score-table tbody + tbody {
    border-top: 1px solid #9A9688;
  }
.th-classic .score-table tr {
    background: #FFFFFF
  }
.th-classic .score-table tr:nth-child(even) {
      background-color: #F4F4F4;
    }
.th-classic .score-table__table-header {
    background: #7B7667;
    color: #FFFFFF;
  }
.th-classic .score-table__league-divider td, .th-classic .score-table__league-divider:hover td {
      background: #FFFFFF!important;
      color: #000000;
    }
.th-classic .score-table__message {
    color: #777777;
  }
/* Spacing */
/* Element widths & heights */
.th-night .score-table tbody + tbody {
    border-top: 1px solid #9A9688;
  }
.th-night .score-table tr {
    background: #383838
  }
.th-night .score-table tr:nth-child(even) {
      background-color: #282828;
    }
.th-night .score-table__table-header {
    background: rgb(123, 118, 103);
    color: #EEEEEE;
  }
.th-night .score-table__league-divider td, .th-night .score-table__league-divider:hover td {
      background: #383838!important;
      color: #EEEEEE;
    }
.th-night .score-table__message {
    color: #7B7667;
  }
/* Spacing */
/* Element widths & heights */
.th-matrix .score-table tbody + tbody {
    border-top: 1px solid #9A9688;
  }
.th-matrix .score-table tr {
    background: #383838
  }
.th-matrix .score-table tr:nth-child(even) {
      background-color: #282828;
    }
.th-matrix .score-table__table-header {
    background: #37650B;
    color: #D7D7D7;
  }
.th-matrix .score-table__league-divider td, .th-matrix .score-table__league-divider:hover td {
      background: #383838!important;
      color: #D7D7D7;
    }
.th-matrix .score-table__message {
    color: #7B7667;
  }
/* Spacing */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
/* On smallest screens the slider line and button won't have enough space to stick
out from the left side of sidebar, so they have to partially cover it instead */
/* Blue line on the right of page. Not visible on desktop sizes or in infoscreen */
.slider-line {
  display: block;
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #00A4C2;
  z-index: 25;
}
.slider-line--opened {
    right: 305px;
    left: auto
  }
@media only screen and (max-width: 340px) {
  .slider-line--opened {
      left: 0;
      right: auto
  }
    }
.slider-line--closed {
    right: 0;
    left: auto;
  }
.slider-line--animated {
    -webkit-animation: slider-reveal 1.5s linear 0s 1 normal;
            animation: slider-reveal 1.5s linear 0s 1 normal;
  }
@media only screen and (min-width: 897px) {
.slider-line {
    display: none
}
  }
@-webkit-keyframes slider-reveal {
  0% {right:-60px;}
}
@keyframes slider-reveal {
  0% {right:-60px;}
}
.page-infonakyma .slider-line {
  display: none;
}
/* [SUOSITUT] / [X] button */
.slider-button {
  display: block;
  position: absolute;
  top: 50vh;
  right: -35px;
  height: 26px;
  width: 6em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);

  border-radius: 4px;
  background-color: #00A4C2;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 340px) {
  .slider-button--opened {
    right: auto;
    left: -35px;
  }
}
/* Sidebar container on mobile devices */
.slider-container {
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 24;
  overflow-y: scroll;
  -webkit-transition: right 0.1s;
  transition: right 0.1s;
  background-color: #E1E1D9;

  /* For desktop pretty much just undo all the styling */
}
.slider-container--opened {
    right: 0;
    width: 305px;
    -webkit-box-pack: center;
            justify-content: center
  }
@media only screen and (max-width: 340px) {

  .slider-container--opened {
      width: 100%;
      -webkit-box-pack: right;
              justify-content: right
  }
    }
.slider-container--closed {
    display: none;
  }
@media only screen and (min-width: 897px) {
.slider-container {
    display: block;
    position: static;
    background-color: transparent;
    width: auto;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: visible
}
  }
/* Blue line on the right of page. Not visible on desktop sizes or in infoscreen */
.th-classic .slider-line {
  background-color: #1577AA;
}
/* On smallest screens the slider line and button won't have enough space to stick
out from the left side of sidebar, so they have to partially cover it instead */
/* [SUOSITUT] / [X] button */
.th-classic .slider-button {
  background-color: #1577AA;
  color: #FFFFFF;
}
/* Sidebar container on mobile devices */
/* Blue line on the right of page. Not visible on desktop sizes or in infoscreen */
.th-night .slider-line {
  background-color: #7B7667;
}
/* On smallest screens the slider line and button won't have enough space to stick
out from the left side of sidebar, so they have to partially cover it instead */
/* [SUOSITUT] / [X] button */
.th-night .slider-button {
  background-color: #7B7667;
  color: #FFFFFF;
}
/* Sidebar container on mobile devices */
/* Blue line on the right of page. Not visible on desktop sizes or in infoscreen */
.th-matrix .slider-line {
  background-color: #7B7667;
}
/* On smallest screens the slider line and button won't have enough space to stick
out from the left side of sidebar, so they have to partially cover it instead */
/* [SUOSITUT] / [X] button */
.th-matrix .slider-button {
  background-color: #7B7667;
  color: #D7D7D7;
}
/* Sidebar container on mobile devices */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.item .item-outer-wrapper {
    padding: 5px 20px 5px 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB;
    position: relative;
  }
.item .item-batch-toggle {
    -webkit-box-flex: 0;
            flex: 0 0 20px;
    text-align: center;
  }
.item .item-batch-toggle__button {
      font-size: 10px;
      color: #CCCCCC;
      width: 100%;
    }
.item .item-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
            flex: 1;
    word-break: break-word;
  }
.item .item-content a, .item .item-content a:hover {
      color: #7B7667;
    }
.item .item-content a:visited {
      color: #999999;
    }
.item .item-content h4 {
      font-size: 14px;
      font-weight: normal;
      margin: 0;
      flex-basis: 100%;
    }
.item .item-content h4 a {
        color: #000000;
      }
.item .item-content h4 a:hover {
        color: #7B7667;
      }
.item .item-content .item-content-left {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      cursor: pointer;
      width: 60px;
      margin-left: 10px;
      text-align: right;
      line-height: 15px;
      border-left: 1px solid #E3E3DB;
    }
.item .item-content .item-vote-container {
      -webkit-box-ordinal-group: 1;
              order: 0;
      width: 100%;
      box-sizing: border-box;
    }
.item .item-content .item-vote-container .item-votes {
        display: block;
        font-size: 10px;
        color: #222222;
      }
.item .item-content .item-vote-container .item-votes .negative {
          margin-right: 5px;
        }
.item .item-content .item-clicks {
      -webkit-box-ordinal-group: 2;
              order: 1;
      width: 100%;
      box-sizing: border-box;
      color: #7B7667;
      font-size: 10px;
    }
.item .item-content .item-clicks .fa {
        font-size: 12px;
        margin-left: 8px;
      }
.item .item-content .item-time-container {
      -webkit-box-ordinal-group: 3;
              order: 2;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      box-sizing: border-box;
    }
.item .item-content .item-toggle-container {
      display: block;
      -webkit-box-ordinal-group: 4;
              order: 3;
      box-sizing: border-box;
      margin-top: 2px;
    }
.item .item-content .item-toggle-container .fa {
        display: block;
      }
.item .item-content .item-time {
      display: block;
      font-size: 10px;
      font-weight: 400;
      margin-right: 8px;
    }
.item .item-content .item-open {
      cursor: pointer;
      color: #00A4C2;
      font-size: 12px;
    }
.item .item-vote-up, .item .item-vote-down, .item .item-vote-close {
    cursor: pointer;
    font-size: 18px;
  }
.item .item-vote-up, .item .item-vote-down {
    width: 25px;
    line-height: 25px;
    text-align: center;
  }
.item .item-vote-close {
    width: 32px;
    text-align: right
  }
.item .item-vote-close:hover {
      color: #000000;
    }
.item.blacklist-options-visible > .item-outer-wrapper {
    background: #D34A4A;
  }
@media only screen and (min-width: 587px) {

    .item .item-outer-wrapper {
      padding: 5px 10px 5px 0;
      flex-wrap: nowrap;
    }

    .item .item-vote-up, .item .item-vote-down, .item .item-vote-close {
      line-height: 28px;
      width: 28px;
      font-size: 20px;
    }

      .item .item-content h4 {
        -webkit-box-flex: 1;
                flex: 1 1 70%;
        -webkit-box-ordinal-group: -2;
                order: -3;
      }

      .item .item-content .item-time {
        -webkit-box-ordinal-group: -1;
                order: -2;
        -webkit-box-flex: 0;
                flex: 0 0 60px;
      }

        .item .item-content .item-time span {
          display: inline;
        }

        .item .item-content .item-time span + span {
          margin-left: 5px;
        }
}
.item-wrapper {
  display: -webkit-box;
  display: flex;
  flex-basis: 100%;
  -webkit-box-align: baseline;
          align-items: baseline
}
.item-wrapper.blacklist-options-visible {
    display: none;
  }
@media only screen and (min-width: 780px) and (max-width: 896px), only screen and (min-width: 1080px) {

      .item .item-content .item-content-left {
        position: relative;
        width: 110px;
        line-height: 16px;
        align-content: flex-start
      }

        .item .item-content .item-content-left:before {
          content: '';
          border-right: 1px solid #E3E3DB;
          height: 100%;
          box-sizing: border-box;
          margin-left: 55px;
          position: absolute;
        }

      .item .item-content .item-time-container {
        -webkit-box-ordinal-group: 1;
                order: 0;
        -webkit-box-flex: 0;
                flex: 0 0 55px;
        height: 18px;
      }

      .item .item-content .item-vote-container {
        -webkit-box-ordinal-group: 2;
                order: 1;
        -webkit-box-flex: 0;
                flex: 0 0 55px;
        height: 18px;
        border-left: none;
      }

      .item .item-content .item-toggle-container {
        -webkit-box-ordinal-group: 4;
                order: 3;
        -webkit-box-flex: 0;
                flex: 0 0 55px;
        border-left: none;
      }

      .item .item-content .item-clicks {
        -webkit-box-ordinal-group: 3;
                order: 2;
        -webkit-box-flex: 0;
                flex: 0 0 55px;
      }

        .item .item-content .item-clicks .fa {
          margin-left: 3px;
          padding-right: 5px;
        }

      .item .item-content .item-time {
        margin-right: 5px;
      }
}
.item-details {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
          flex: 1 1 auto
}
@media only screen and (min-width: 587px) {
.item-details {
    -webkit-box-flex: 1;
            flex: 1 1 90%
}
  }
.item-details__detail {
    font-size: 11px;
  }
.item-details__detail_source {
      color: #615F56;
    }
.item-details__detail_category {
      color: #7B7667;
    }
.item-details__detail + .item-details__detail:before {
      content: '|';
      margin: 0 5px;
    }
/* Style overrides for blacklisted items on non-blacklisted lists, for example search */
.item-list:not(.list-blacklisted) .item.blacklisted .item-details__detail {
      color: #A3A3A3;
    }
.item-list:not(.list-blacklisted) .item.blacklisted .item-details__detail a {
        color: inherit;
      }
.item-list:not(.list-blacklisted) .item.blacklisted .item-outer-wrapper {
      background-color: #E5E3E5;
    }
.item-list:not(.list-blacklisted) .item.blacklisted .item-content h4 a {
          color: #A3A3A3;
        }
.item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-time, .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-clicks, .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-open {
        color: #A3A3A3;
      }
.item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-vote-container .item-votes {
          color: #A3A3A3;
        }
.items-list-header {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background: #FFFFFF
}
@media only screen and (max-width: 780px), only screen and (min-width: 896px) and (max-width: 1080px) {
.items-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
  }
@media only screen and (min-width: 587px) {
.items-list-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB;
    position: relative;
    min-height: 38px
}
  }
.items-list_category-content {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3DB;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
}
.items-list-sub-categories {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  background: #FFFFFF
}
.items-list-sub-categories.expanded {
    height: auto;
  }
.items-list-sub-categories .expand-button {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 40px;
    cursor: pointer;
  }
.items-list-sub-categories .widgets {
    display: inline-block;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    padding: 4px 0;
    min-width: 50%;
    line-height: 19px;
  }
.items-list-sub-categories .widgets .category-switch {
      margin: 3px 2.5px 4px;
    }
.items-list-header-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center
}
@media only screen and (min-width: 587px) {
.items-list-header-content {
    -webkit-box-ordinal-group: 2;
            order: 1;
}

    .items-list-header-content > * {
      z-index: 2;
    }
  }
@media only screen and (max-width: 780px), only screen and (min-width: 896px) and (max-width: 1080px) {
.items-list-header-content {
    position: relative
}
  }
.items-list-header-text {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.items-list-header-text > span {
    padding: 7px 10px;
    display: inline-block;
    white-space: nowrap;
  }
.items-list-header-text.header-right {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
@media only screen and (min-width: 587px) {
.items-list-header-text {
    display: inline-block
}

    .items-list-header-text.header-right {
      display: block;
      width: auto;
      -webkit-box-pack: start;
              justify-content: flex-start;
    }
  }
@media only screen and (max-width: 780px), only screen and (min-width: 896px) and (max-width: 1080px) {
.items-list-header-text {
    -webkit-box-ordinal-group: 3;
            order: 2
}
  }
.items-list h3 {
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
.items-list-empty {
  background-color: #FFFFFF;
  padding: 10px 30px;
}
.items-list-empty .title {
    display: inline-block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
  }
.items-list-empty .content p {
      margin-top: 20px;
      margin-bottom: 20px;
    }
.items-list-empty .content p a {
        font-style: italic;
      }
.items-list-empty .list-empty-img {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
.items-list-empty .list-empty-img .desktop, .items-list-empty .list-empty-img .mobile {
      max-width: 100%;
    }
.more-items {
  font-size: 18px;
}
.more-items .spin {
    font-size: 20px;
  }
.more-items-button {
    background: #FFFFFF;
    width: 100%;
    padding: 25px 0;
  }
.simple-item {
  font-size: 12px;
  padding: 0 10px;
}
.simple-item a, .simple-item a:hover {
    color: #000000;
    display: inline-block;
  }
.simple-item a:visited {
    color: #999999;
  }
.simple-item:hover {
    background: #FCF6EB;
  }
.simple-item__title {
    word-wrap: break-word;
    font-weight: bold;
    margin: 0;
  }
.simple-item__meta {
    display: -webkit-box;
    display: flex;
  }
.simple-item + .simple-item {
    margin-top: 7px;
  }
.simple-item .item-details__detail {
    font-size: inherit;
  }
.item-vote-down-options-container {
  font-size: 22px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  color: #7B7667;
}
.item-vote-down-options-container .item-vote-down-options {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
.item-vote-down-options-container .item-vote-down-option {
    position: relative;
  }
.item-vote-down-options-container .item-vote-down-option .item-vote-down-option-label {
      cursor: pointer;
      display: block;
      font-size: 10px;
      position: absolute;
      top: 30px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
.item-vote-down-options-container .item-vote-down-option .item-vote-down-option-label {
      white-space: nowrap;
    }
.item-vote-down-options-container .item-vote-down-option:hover {
    color: #000000;
  }
.item-vote-down-options-container .item-vote-down-option:hover .item-voted-down {
      color: #FFFFFF;
    }
.item-vote-down-options-container .item-vote-down-option:hover.tag-blacklist {
      color: #D34A4A;
    }
.item-vote-down-options-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  background-clip: padding-box;
  padding-left: 20px;
  border: 0; /* Fix extra border on Safari */
  border-left: 30px solid;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from($th-news-list-background), to(rgba(255, 255, 255, 0))) 1 100%;
  -webkit-border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
       -o-border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
          border-image: -webkit-gradient(linear, right top, left top, from($th-news-list-background), to(rgba(255, 255, 255, 0))) 1 100%;
          border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
  width: 100%;
  max-width: 320px;
}
.item-vote-close-container {
  display: -webkit-box;
  display: flex;
  width: 35px;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.item-voted-up {
  background: #00A4C2;
  color: #FFFFFF;
  border-radius: 20px;
}
.item-voted-down {
  background: #A9A9A9;
  color: #FFFFFF;
  border-radius: 20px;
}
.item-actions-vote-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-align: center;
          align-items: center;
}
.item-votes-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: 0 0 35px;
  margin: -5px -5px -5px 0
}
.item-votes-container.options-visible {
    display: none;
  }
.item-vote-indicator {
  width: 10px;
  padding: 0 5px;
}
.header-register-link {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  color: #00A4C2;
}
.header-register-link span {
    text-decoration: underline;
  }
.header-register-link:hover {
    text-decoration: none;
    color: #1577AA !important;
  }
.item-content-divider {
  border-left: solid 1px #7B7667;
  margin-left: 2px;
  margin-right: 2px;
}
.time-label {
  background: #FFFFFF;
  height: 0;
  padding-bottom: 20px;
}
.time-label span {
    width: 60px;
    background: #FDE15D;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0;
    position: relative;
    top: -5px;
    white-space: nowrap;
    max-height: 15px;
  }
.items-notification-arrow {
  padding-left: 10px;
}
.item-batch {
  background: #EEEEE9;
  padding-left: 5px;
}
.item-actions-container {
  display: -webkit-box;
  display: flex;
  flex-basis: 100%;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 20px;
  position: relative;
  min-height: 32px;
}
.item-actions-category-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  -webkit-box-align: start;
          align-items: flex-start;
}
.item-actions-category-container .custom-feed-info {
    color: #808080;
  }
.item-actions-left-side-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 360px) {
  .item-actions-share-container {
    margin-right: 40px;
  }
}
.no-items {
  text-align: center;
  padding: 40px 0;
}
.no-items > * {
    margin: 20px;
  }
.no-items i {
    font-size: 48px;
    color: #000000;
  }
.grouped-items-section {
  background: #FFFFFF;
  width: 100%;

  margin-bottom: 10px;

}
.grouped-items-section h3 {
    padding: 20px 10px;
    margin-bottom: 0
  }
@media only screen and (min-width: 587px) {

  .grouped-items-section h3 {
      padding: 20px 15px
  }
    }
.blacklisted-info {
  padding: 10px;
  background: #D34A4A;
  color: white;
}
.blacklisted-info > :last-child {
    margin-bottom: 0;
  }
/* Element widths & heights */
.th-classic .item .item-outer-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB;
  }
.th-classic .item .item-content a, .th-classic .item .item-content a:hover {
      color: #777777;
    }
.th-classic .item .item-content a:visited {
      color: #999999;
    }
.th-classic .item .item-content h4 a {
        color: #000000;
      }
.th-classic .item .item-content h4 a:hover {
        color: #7B7667;
      }
.th-classic .item .item-content .item-content-left {
      border-left: 1px solid #E3E3DB;
    }
.th-classic .item .item-content .item-vote-container .item-votes {
        color: #222222;
      }
.th-classic .item .item-content .item-clicks {
      color: #777777;
    }
.th-classic .item .item-content .item-open {
      color: #777777;
    }
.th-classic .item .item-vote-close:hover {
      color: #000000;
    }
/* Spacing */
.th-classic .item.blacklist-options-visible > .item-outer-wrapper {
    background: #D34A4A;
  }
@media only screen and (min-width: 780px) and (max-width: 896px), only screen and (min-width: 1080px) {

        .th-classic .item .item-content .item-content-left:before {
          border-right: 1px solid #E3E3DB;
        }
}
.th-classic .item-details__detail_source {
      color: #666666;
    }
.th-classic .item-details__detail_category {
      color: #777777;
    }
/* Style overrides for blacklisted items on non-blacklisted lists, for example search */
.th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-details__detail {
      color: #A3A3A3;
    }
.th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-outer-wrapper {
      background-color: #E5E3E5;
    }
.th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-content h4 a {
          color: #A3A3A3;
        }
.th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-time, .th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-clicks, .th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-open {
        color: #A3A3A3;
      }
.th-classic .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-vote-container .item-votes {
          color: #A3A3A3;
        }
.th-classic .items-list-header {
  background: #FFFFFF
}
@media only screen and (min-width: 587px) {.th-classic .items-list-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB
}
  }
.th-classic .items-list_category-content {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3DB;
}
.th-classic .items-list-sub-categories {
  background: #FFFFFF
}
.th-classic .items-list-header-text {
  color: #000000;
}
.th-classic .items-list-empty {
  background-color: #FFFFFF;
}
.th-classic .more-items-button {
    background: #FFFFFF;
  }
.th-classic .simple-item a, .th-classic .simple-item a:hover {
    color: #000000;
  }
.th-classic .simple-item a:visited {
    color: #999999;
  }
.th-classic .simple-item:hover {
    background: #EEEEEE;
  }
.th-classic .item-vote-down-options-container {
  color: #777777;
}
.th-classic .item-vote-down-options-container .item-vote-down-option:hover {
    color: #000000;
  }
.th-classic .item-vote-down-options-container .item-vote-down-option:hover.tag-blacklist {
      color: #D34A4A;
    }
.th-classic .item-vote-down-options-wrapper {
  background: #FFFFFF; /* Fix extra border on Safari */
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 1 100%;
  -webkit-border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
       -o-border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
          border-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 1 100%;
          border-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)) 1 100%;
}
.th-classic .item-voted-down {
  background: #A9A9A9;
}
.th-classic .header-register-link {
  color: #00A4C2;
}
.th-classic .header-register-link:hover {
    color: #1577AA !important;
  }
.th-classic .item-content-divider {
  border-left: solid 1px #777777;
}
.th-classic .time-label {
  background: #FFFFFF;
}
.th-classic .time-label span {
    background: #66BB00;
    color: #FFFFFF;
  }
.th-classic .item-batch {
  background: #1577AA;
}
.th-classic .item-actions-category-container .custom-feed-info {
    color: #808080;
  }
.th-classic .no-items i {
    color: #000000;
  }
.th-classic .grouped-items-section {
  background: #FFFFFF;

}
.th-classic .blacklisted-info {
  background: #D34A4A;
}
/* Element widths & heights */
.th-night .item .item-outer-wrapper {
    background-color: #282828;
    border-bottom: 1px solid #000000;
  }
.th-night .item .item-content a, .th-night .item .item-content a:hover {
      color: #7B7667;
    }
.th-night .item .item-content a:visited {
      color: #999999;
    }
.th-night .item .item-content h4 a {
        color: #EEEEEE;
      }
.th-night .item .item-content h4 a:hover {
        color: #7B7667;
      }
.th-night .item .item-content .item-content-left {
      border-left: 1px solid #000000;
    }
.th-night .item .item-content .item-vote-container .item-votes {
        color: #DDDDDD;
      }
.th-night .item .item-content .item-clicks {
      color: #BBBBBB;
    }
.th-night .item .item-content .item-open {
      color: #EEEEEE;
    }
.th-night .item .item-vote-close:hover {
      color: #EEEEEE;
    }
/* Spacing */
.th-night .item.blacklist-options-visible > .item-outer-wrapper {
    background: #D34A4A;
  }
@media only screen and (min-width: 780px) and (max-width: 896px), only screen and (min-width: 1080px) {

        .th-night .item .item-content .item-content-left:before {
          border-right: 1px solid #000000;
        }
}
.th-night .item-details__detail_source {
      color: #808080;
    }
.th-night .item-details__detail_category {
      color: #BBBBBB;
    }
/* Style overrides for blacklisted items on non-blacklisted lists, for example search */
.th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-details__detail {
      color: #777777;
    }
.th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-outer-wrapper {
      background-color: #383838;
    }
.th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-content h4 a {
          color: #777777;
        }
.th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-time, .th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-clicks, .th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-open {
        color: #777777;
      }
.th-night .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-vote-container .item-votes {
          color: #777777;
        }
.th-night .items-list-header {
  background: #282828
}
@media only screen and (min-width: 587px) {.th-night .items-list-header {
    background-color: #282828;
    border-bottom: 1px solid #000000
}
  }
.th-night .items-list_category-content {
  background: #282828;
  border-bottom: 1px solid #000000;
}
.th-night .items-list-sub-categories {
  background: #282828
}
.th-night .items-list-header-text {
  color: #EEEEEE;
}
.th-night .items-list-empty {
  background-color: #282828;
}
.th-night .more-items-button {
    background: #282828;
  }
.th-night .simple-item a, .th-night .simple-item a:hover {
    color: #EEEEEE;
  }
.th-night .simple-item a:visited {
    color: #999999;
  }
.th-night .simple-item:hover {
    background: #585858;
  }
.th-night .item-vote-down-options-container {
  color: #BBBBBB;
}
.th-night .item-vote-down-options-container .item-vote-down-option:hover {
    color: #EEEEEE;
  }
.th-night .item-vote-down-options-container .item-vote-down-option:hover.tag-blacklist {
      color: #D34A4A;
    }
.th-night .item-vote-down-options-wrapper {
  background: #282828; /* Fix extra border on Safari */
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#282828), to(rgba(255, 255, 255, 0))) 1 100%;
  -webkit-border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
       -o-border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
          border-image: -webkit-gradient(linear, right top, left top, from(#282828), to(rgba(255, 255, 255, 0))) 1 100%;
          border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
}
.th-night .item-voted-down {
  background: #A9A9A9;
}
.th-night .header-register-link {
  color: #FDE15D;
}
.th-night .header-register-link:hover {
    color: #CCB64B !important;
  }
.th-night .item-content-divider {
  border-left: solid 1px #7B7667;
}
.th-night .time-label {
  background: #282828;
}
.th-night .time-label span {
    background: #FDE15D;
    color: #222222;
  }
.th-night .item-batch {
  background: #222222;
}
.th-night .item-actions-category-container .custom-feed-info {
    color: #808080;
  }
.th-night .no-items i {
    color: #EEEEEE;
  }
.th-night .grouped-items-section {
  background: #282828;

}
.th-night .blacklisted-info {
  background: #D34A4A;
}
/* Element widths & heights */
.th-matrix .item .item-outer-wrapper {
    background-color: #282828;
    border-bottom: 1px solid #000000;
  }
.th-matrix .item .item-content a, .th-matrix .item .item-content a:hover {
      color: #7B7667;
    }
.th-matrix .item .item-content a:visited {
      color: #999999;
    }
.th-matrix .item .item-content h4 a {
        color: #8CD437;
      }
.th-matrix .item .item-content h4 a:hover {
        color: #549814;
      }
.th-matrix .item .item-content .item-content-left {
      border-left: 1px solid #000000;
    }
.th-matrix .item .item-content .item-vote-container .item-votes {
        color: #DDDDDD;
      }
.th-matrix .item .item-content .item-clicks {
      color: #BBBBBB;
    }
.th-matrix .item .item-content .item-open {
      color: #EEEEEE;
    }
.th-matrix .item .item-vote-close:hover {
      color: #D7D7D7;
    }
/* Spacing */
.th-matrix .item.blacklist-options-visible > .item-outer-wrapper {
    background: #D34A4A;
  }
@media only screen and (min-width: 780px) and (max-width: 896px), only screen and (min-width: 1080px) {

        .th-matrix .item .item-content .item-content-left:before {
          border-right: 1px solid #000000;
        }
}
.th-matrix .item-details__detail_source {
      color: #808080;
    }
.th-matrix .item-details__detail_category {
      color: #BBBBBB;
    }
/* Style overrides for blacklisted items on non-blacklisted lists, for example search */
.th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-details__detail {
      color: #777777;
    }
.th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-outer-wrapper {
      background-color: #383838;
    }
.th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-content h4 a {
          color: #777777;
        }
.th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-time, .th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-clicks, .th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-open {
        color: #777777;
      }
.th-matrix .item-list:not(.list-blacklisted) .item.blacklisted .item-content .item-vote-container .item-votes {
          color: #777777;
        }
.th-matrix .items-list-header {
  background: #282828
}
@media only screen and (min-width: 587px) {.th-matrix .items-list-header {
    background-color: #282828;
    border-bottom: 1px solid #000000
}
  }
.th-matrix .items-list_category-content {
  background: #282828;
  border-bottom: 1px solid #000000;
}
.th-matrix .items-list-sub-categories {
  background: #282828
}
.th-matrix .items-list-header-text {
  color: #D7D7D7;
}
.th-matrix .items-list-empty {
  background-color: #282828;
}
.th-matrix .more-items-button {
    background: #282828;
  }
.th-matrix .simple-item a, .th-matrix .simple-item a:hover {
    color: #D7D7D7;
  }
.th-matrix .simple-item a:visited {
    color: #999999;
  }
.th-matrix .simple-item:hover {
    background: #585858;
  }
.th-matrix .item-vote-down-options-container {
  color: #BBBBBB;
}
.th-matrix .item-vote-down-options-container .item-vote-down-option:hover {
    color: #D7D7D7;
  }
.th-matrix .item-vote-down-options-container .item-vote-down-option:hover.tag-blacklist {
      color: #D34A4A;
    }
.th-matrix .item-vote-down-options-wrapper {
  background: #282828; /* Fix extra border on Safari */
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#282828), to(rgba(255, 255, 255, 0))) 1 100%;
  -webkit-border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
       -o-border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
          border-image: -webkit-gradient(linear, right top, left top, from(#282828), to(rgba(255, 255, 255, 0))) 1 100%;
          border-image: linear-gradient(to left, #282828, rgba(255, 255, 255, 0)) 1 100%;
}
.th-matrix .item-voted-down {
  background: #A9A9A9;
}
.th-matrix .header-register-link {
  color: #37650B;
}
.th-matrix .header-register-link:hover {
    color: #274908 !important;
  }
.th-matrix .item-content-divider {
  border-left: solid 1px #7B7667;
}
.th-matrix .time-label {
  background: #282828;
}
.th-matrix .time-label span {
    background: #549814;
    color: #D7D7D7;
  }
.th-matrix .item-batch {
  background: #222222;
}
.th-matrix .item-actions-category-container .custom-feed-info {
    color: #808080;
  }
.th-matrix .no-items i {
    color: #D7D7D7;
  }
.th-matrix .grouped-items-section {
  background: #282828;

}
.th-matrix .blacklisted-info {
  background: #D34A4A;
}

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.sports-header {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background: #FFFFFF
}
@media only screen and (max-width: 780px), only screen and (min-width: 896px) and (max-width: 1080px) {
.sports-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}
  }
@media only screen and (min-width: 587px) {
.sports-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB;
    position: relative;
    min-height: 38px
}
  }
.sports-controls-outer {
  min-width: 130px;
  height: auto;
  padding: 2px 0;
  margin-left: auto;
}
.sports-controls {
  background: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #A9A9A9;
}
.sports-controls__dropdown, .sports-controls__toggle {
    display: -webkit-box;
    display: flex;
    padding: 5px 0;
    height: 25px;
  }
.sports-controls__dropdown p, .sports-controls__toggle p {
      margin: 5px 0;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      color: #A9A9A9;

    }
.sports-header__content {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3DB;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
}
.items-list-sub-categories {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  background: #FFFFFF
}
.items-list-sub-categories.expanded {
    height: auto;
  }
.items-list-sub-categories .expand-button {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 40px;
    cursor: pointer;
  }
.items-list-sub-categories .widgets {
    display: inline-block;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    padding: 4px 0;
    min-width: 50%;
    line-height: 19px;
  }
.items-list-sub-categories .widgets .category-switch {
      margin: 3px 2.5px 4px;
    }
.schedule-table {
  margin-bottom: 20px;
}
.schedule-table td {
    width: 16.67%;
  }
.schedule-table__group {
    margin-bottom: 20px;
  }
.schedule-table__group-heading {
      margin-bottom: 10px;
    }
.standings-table {
  margin-bottom: 20px;
}
.standings-table td:not(:first-child) {
    width: 25px;
    text-align: center;
  }
.standings-table th:not(:first-child) {
    text-align: center;
  }
.sports-score {
  padding: 10px;
}
.sports-score h2 {
    margin-bottom: 20px;
  }
.sports-score .settings-nav {
    margin-bottom: 20px;
  }
/* scoreboard */
.score-board {
  width: 100%;
}
.score-board td {
    padding: 8px 4px;
    width: 14.28%;
  }
.score-board__table {
    width: 100%;
  }
.score-board__score {
    text-align: center;
    min-width: 30px;
  }
.score-board__team_right {
      text-align: right;
    }
.score-board__results {
    font-size: 15px;
    font-weight: bold;
  }
.score-board__status {
    text-align: center;
    position: relative;
    width: 22px;
  }
.score-board__active-marker {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px
  }
.score-board__active-marker:before {
      content: '';
      position: relative;
      display: block;
      width: 300%;
      height: 300%;
      box-sizing: border-box;
      margin-left: -100%;
      margin-top: -100%;
      border-radius: 100px;
      background-color: rgba(193, 188, 188, 0.5);
      -webkit-animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
              animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
.score-board__active-marker:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #66BB00;
      border-radius: 100px;
      -webkit-animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
              animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }
.score-board__closed-marker {
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px
  }
.score-board__closed-marker:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #808080;
      border-radius: 100px;
    }
.score-board__end-postion {
    text-align: center;
  }
.score-board__start-postion {
    text-align: center;
  }
/* scoreinfo */
.score-info td {
    padding: 8px 0;
  }
.score-info__table tr:first-child {
      border-top: solid;
      border-color: #FDE15D;
    }
.score-info__table tr:last-child {
      border-bottom: solid;
      border-color: #FDE15D;
    }
.score-info__table tr > td:nth-child(2) {
      width: 28.34%;
    }
.score-info__table tr > td {
      padding: 8px 4px;
    }
.score-info__toggle {
    display: inline-grid;
  }
.score-info__time {
    text-align: left;
  }
.score-info__participant {
    text-align: left;
  }
.score-info__value {
    text-align: center;
  }
.score-info__team {
    text-align: right;
  }
@media only screen and (max-width: 587px) {
  .sports-score {
    padding: 10px 5px;
  }
}
@-webkit-keyframes pulse-ring {

  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {

  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {

  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {

  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/* Element widths & heights */
.th-classic .sports-header {
  background: #FFFFFF
}
/* Spacing */
/* Breakpoints */
@media only screen and (min-width: 587px) {.th-classic .sports-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3DB
}
  }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-classic .sports-controls {
  background: #FFFFFF;
  color: #A9A9A9;
}
.th-classic .sports-controls__dropdown p, .th-classic .sports-controls__toggle p {
      color: #A9A9A9;

    }
/*
* === NIGHT THEME ===
*/
.th-classic .sports-header__content {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3DB;
}
/*
* === CLASSIC THEME ===
*/
.th-classic .items-list-sub-categories {
  background: #FFFFFF
}
/*
* === DEFAULT THEME ===
*/
/* scoreboard */
/* scoreinfo */
.th-classic .score-info__table tr:first-child {
      border-color: #66BB00;
    }
.th-classic .score-info__table tr:last-child {
      border-color: #66BB00;
    }
/* Element widths & heights */
.th-night .sports-header {
  background: #282828
}
/* Spacing */
/* Breakpoints */
@media only screen and (min-width: 587px) {.th-night .sports-header {
    background-color: #282828;
    border-bottom: 1px solid #000000
}
  }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-night .sports-controls {
  background: #282828;
  color: #A9A9A9;
}
.th-night .sports-controls__dropdown p, .th-night .sports-controls__toggle p {
      color: #A9A9A9;

    }
/*
* === NIGHT THEME ===
*/
.th-night .sports-header__content {
  background: #282828;
  border-bottom: 1px solid #000000;
}
/*
* === CLASSIC THEME ===
*/
.th-night .items-list-sub-categories {
  background: #282828
}
/*
* === DEFAULT THEME ===
*/
/* scoreboard */
/* scoreinfo */
.th-night .score-info__table tr:first-child {
      border-color: #FDE15D;
    }
.th-night .score-info__table tr:last-child {
      border-color: #FDE15D;
    }
/* Element widths & heights */
.th-matrix .sports-header {
  background: #282828
}
/* Spacing */
/* Breakpoints */
@media only screen and (min-width: 587px) {.th-matrix .sports-header {
    background-color: #282828;
    border-bottom: 1px solid #000000
}
  }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-matrix .sports-controls {
  background: #282828;
  color: #A9A9A9;
}
.th-matrix .sports-controls__dropdown p, .th-matrix .sports-controls__toggle p {
      color: #A9A9A9;

    }
/*
* === NIGHT THEME ===
*/
.th-matrix .sports-header__content {
  background: #282828;
  border-bottom: 1px solid #000000;
}
/*
* === CLASSIC THEME ===
*/
.th-matrix .items-list-sub-categories {
  background: #282828
}
/*
* === DEFAULT THEME ===
*/
/* scoreboard */
/* scoreinfo */
.th-matrix .score-info__table tr:first-child {
      border-color: #37650B;
    }
.th-matrix .score-info__table tr:last-child {
      border-color: #37650B;
    }


/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-namedays span {
    color: #EEEEE9;
  }
.menu-namedays__date {
    white-space: nowrap;
    display: block;
  }
.menu-namedays__names {
    font-size: 12px;
    display: block;
    font-weight: lighter;
  }
/* Element widths & heights */
.th-classic .menu-namedays span {
    color: #EEEEEE;
  }
/* Element widths & heights */
.th-night .menu-namedays span {
    color: #EEEEE9;
  }
/* Element widths & heights */
.th-matrix .menu-namedays span {
    color: #D7D7D7;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.search-trigger {
  font-weight: normal;
  position: relative;
}
.search-trigger__input {
    display: none
  }
@media only screen and (min-width: 960px) {

  .search-trigger__input {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
  }

      .search-trigger__input input {
        margin: 0; /* Normalize input height on Safari */
        font-size: 14px;
        padding: 8px 15px 8px 40px;
      }

      .search-trigger__input .search-icon {
        position: absolute;
        left: 15px;
        top: 9px;
        cursor: pointer;
        color: #7B7667;
      }
    }
.search-trigger__icon {
    font-size: 20px;
    color: #EEEEE9
  }
@media only screen and (min-width: 587px) {

  .search-trigger__icon {
      font-size: 25px
  }
    }
@media only screen and (min-width: 960px) {

  .search-trigger__icon {
      display: none
  }
    }
/* Element widths & heights */
@media only screen and (min-width: 960px) {

      .th-classic .search-trigger__input .search-icon {
        color: #777777;
      }
    }
.th-classic .search-trigger__icon {
    color: #EEEEEE
  }
/* Element widths & heights */
@media only screen and (min-width: 960px) {

      .th-night .search-trigger__input .search-icon {
        color: #7B7667;
      }
    }
.th-night .search-trigger__icon {
    color: #EEEEE9
  }
/* Element widths & heights */
@media only screen and (min-width: 960px) {

      .th-matrix .search-trigger__input .search-icon {
        color: #7B7667;
      }
    }
.th-matrix .search-trigger__icon {
    color: #D7D7D7
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-search {
  align-self: center;
  font-size: 20px
}
@media only screen and (min-width: 587px) {
.menu-search {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
    margin: 0 0 0 4px
}
  }
.menu-search__search-text {
    display: none;
    font-size: 15px
  }
@media only screen and (min-width: 1200px) {

  .menu-search__search-text {
      display: inline;
      margin-right: 20px;
      line-height: 33px;
      vertical-align: top;
      color: #EEEEE9
  }
    }
.menu-search > span {
    display: -webkit-box;
    display: flex;
  }
.menu-search__search-trigger {
    cursor: pointer;
    color: #EEEEE9;
  }
.menu-search input {
    border: none;
    border-radius: 15px;
    width: 190px;
  }
/* Element widths & heights */
/* Spacing */
@media only screen and (min-width: 1200px) {

  .th-classic .menu-search__search-text {
      color: #EEEEEE
  }
    }
.th-classic .menu-search__search-trigger {
    color: #EEEEEE;
  }
/* Element widths & heights */
/* Spacing */
@media only screen and (min-width: 1200px) {

  .th-night .menu-search__search-text {
      color: #EEEEE9
  }
    }
.th-night .menu-search__search-trigger {
    color: #EEEEE9;
  }
/* Element widths & heights */
/* Spacing */
@media only screen and (min-width: 1200px) {

  .th-matrix .menu-search__search-text {
      color: #D7D7D7
  }
    }
.th-matrix .menu-search__search-trigger {
    color: #D7D7D7;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.menu-toggle {
  width: 47px;
  text-align: center;
  color: #EEEEE9;
}
/* Element widths & heights */
.th-classic .menu-toggle {
  color: #EEEEEE;
}
/* Element widths & heights */
.th-night .menu-toggle {
  color: #EEEEE9;
}
/* Element widths & heights */
.th-matrix .menu-toggle {
  color: #D7D7D7;
}

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.more-content {
  text-align: center;
  background: #00A4C2;
  color: #FFFFFF;
  padding: calc(10px * 2) 10px calc(10px * 3) 10px;
}
.more-content__title {
    font-size: 24px;
    margin: 0 0 10px;
  }
.more-content .more-content__links {
    /* needs to be hierarchical, otherwise themes will override colors */
    margin-bottom: 10px;
  }
.more-content .more-content__links a {
      margin: 10px;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      padding: 15px 20px;
      font-size: 16px;
      border-radius: 30px;
      display: inline-block
    }
.more-content .more-content__links a:visited {
        color: #FFFFFF;
      }
.more-content .more-content__links a:hover, .more-content .more-content__links a:active {
        background: #FFFFFF;
        color: #00A4C2;
      }
@media only screen and (min-width: 587px) {

    .more-content .more-content__links a {
        padding-left: 40px;
        padding-right: 40px
    }
      }
/* Element widths & heights */
.th-classic .more-content {
  background: #1577AA;
}
/* needs to be hierarchical, otherwise themes will override colors */
.th-classic .more-content .more-content__links a:hover, .th-classic .more-content .more-content__links a:active {
        color: #1577AA;
      }
/* Element widths & heights */
.th-night .more-content {
  background: #7B7667;
}
/* needs to be hierarchical, otherwise themes will override colors */
.th-night .more-content .more-content__links a:hover, .th-night .more-content .more-content__links a:active {
        color: #7B7667;
      }
/* Element widths & heights */
.th-matrix .more-content {
  background: #7B7667;
}
/* needs to be hierarchical, otherwise themes will override colors */
.th-matrix .more-content .more-content__links a:hover, .th-matrix .more-content .more-content__links a:active {
        color: #7B7667;
      }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.not-found-container {
  display: -webkit-box;
  display: flex;
  padding: calc(10px * 3) 10px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.not-found-container .not-found-icon {
    font-size: 100px;
    padding: 0 40px 20px;
    text-align: center;
    width: 100%;
    color: #808080;
  }
.not-found-container h1 {
    font-size: 38px;
    margin: 0 0 10px;
  }
.not-found-container p {
    line-height: 170%;
    font-size: 16px;
    max-width: 520px;
    margin: 0;
  }
@media only screen and (min-width: 500px) {

  .not-found-container {
    flex-wrap: nowrap;
  }

    .not-found-container .not-found-icon {
      width: auto;
    }
}
@media only screen and (min-width: 587px) {

    .not-found-container .not-found-icon {
      font-size: 150px;
      padding: 0 80px;
    }
}
/* Element widths & heights */
.th-classic .not-found-container .not-found-icon {
    color: #808080;
  }
/* Element widths & heights */
.th-night .not-found-container .not-found-icon {
    color: #7B7667;
  }
/* Element widths & heights */
.th-matrix .not-found-container .not-found-icon {
    color: #7B7667;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.scrollup-button {
  font-size: 45px;
}
.scrollup-button__arrow {
    color: #757253;
  }
.scrollup-button__bg {
    color: white;
  }
.scrollup-button-wrapper {
  position: fixed;
  bottom: 50px;
  right: 30px;
}
/* Element widths & heights */
.th-classic .scrollup-button__arrow {
    color: #999999;
  }
/* Spacing */
/* Element widths & heights */
.th-night .scrollup-button__arrow {
    color: #7B7667;
  }
/* Spacing */
/* Element widths & heights */
.th-matrix .scrollup-button__arrow {
    color: #7B7667;
  }
/* Spacing */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.login-overlay {
  position: relative;
  z-index: 26;
}
.login-overlay__outer-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.91);
    z-index: 23;
    top: 0
  }
@media only screen and (min-width: 897px) {

  .login-overlay__outer-wrapper {
      background-color: rgba(255, 255, 255, 0.91)
  }
    }
.login-overlay__inner-wrapper {
    height: 100%;
    overflow-y: scroll
  }
@media only screen and (min-width: 897px) {

  .login-overlay__inner-wrapper {
      margin-top: 70px
  }
    }
.login-overlay__content {
    margin: 50px auto 0;
    max-width: 300px;
    padding-bottom: 70px
  }
@media only screen and (min-width: 897px) {

  .login-overlay__content {
      margin-top: 0;
      padding-bottom: 140px /* extra 70px to counter the top margin of .login-overlay-content */
  }
    }
.login-overlay__widget + .login-overlay__widget {
      margin-top: 40px;
    }
.close-login-overlay {
  top: 15px;
  right: 30px;
  position: absolute;
  font-size: 35px;
  color: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
}
.close-login-overlay .close-text {
    font-size: 16px;
    line-height: 35px;
  }
@media only screen and (min-width: 897px) {
.close-login-overlay {
    top: 70px;
    right: 70px;
    font-size: 50px;
}

    .close-login-overlay .close-text {
      line-height: 50px;
    }
  }
.selected-profiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 897px) {
  _:-ms-fullscreen, :root .menu-profile {
    background-color: rgba(255, 255, 255, 1);
  }
}
/* Element widths & heights */
.th-classic .login-overlay__outer-wrapper {
    background-color: rgba(255, 255, 255, 0.91)
  }
/* Spacing */
.th-classic .close-login-overlay {
  color: #000000;
}
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
.th-night .login-overlay__outer-wrapper {
    background-color: rgba(34, 34, 34, 0.91)
  }
/* Spacing */
.th-night .close-login-overlay {
  color: #EEEEEE;
}
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
.th-matrix .login-overlay__outer-wrapper {
    background-color: rgba(34, 34, 34, 0.91)
  }
/* Spacing */
.th-matrix .close-login-overlay {
  color: #D7D7D7;
}
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.login-form {
  max-width: 300px;
  margin: 0 auto;
}
.login-form h2 {
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 23px;
  }
.login-form a.resend-mail-verification {
    color: #00A4C2;
  }
.login-form .login-links {
    font-size: 10px;
    line-height: 1.5;
    margin: 12px 0 10px;
  }
.login-form .login-links a {
      display: block;
      margin: 0 0 10px;
    }
.login-form .forgotten-password-link {
    color: #000000;
    text-decoration: underline
  }
.login-form .forgotten-password-link:hover, .login-form .forgotten-password-link:visited, .login-form .forgotten-password-link:focus, .login-form .forgotten-password-link:active {
      color: #000000;
    }
/* @todo there are some really questionable styles related to .form and .form-group. All of these styles need to be checked at some point */
.login-form input {
    margin: 0!important;
  }
.login-form .button {
    width: 100%!important;
  }
.login-form .input-container {
    max-width: 100%!important;
    margin-right: 0!important;
  }
.login-form .input-error {
    text-align: center;
  }
.login-form .input-error a {
      color: #000000;
      text-decoration: underline
    }
.login-form .input-error a:hover, .login-form .input-error a:visited, .login-form .input-error a:focus, .login-form .input-error a:active {
        color: #000000;
        text-decoration: none;
      }
.info-page .login-form {
  margin-bottom: 40px;
}
/* Element widths & heights */
.th-classic .login-form a.resend-mail-verification {
    color: #1577AA;
  }
.th-classic .login-form .forgotten-password-link {
    color: #000000
  }
.th-classic .login-form .forgotten-password-link:hover, .th-classic .login-form .forgotten-password-link:visited, .th-classic .login-form .forgotten-password-link:focus, .th-classic .login-form .forgotten-password-link:active {
      color: #000000;
    }
/* @todo there are some really questionable styles related to .form and .form-group. All of these styles need to be checked at some point */
.th-classic .login-form .input-error a {
      color: #000000
    }
.th-classic .login-form .input-error a:hover, .th-classic .login-form .input-error a:visited, .th-classic .login-form .input-error a:focus, .th-classic .login-form .input-error a:active {
        color: #000000;
      }
/* Spacing */
/* Element widths & heights */
.th-night .login-form a.resend-mail-verification {
    color: #9A9688;
  }
.th-night .login-form .forgotten-password-link {
    color: #EEEEEE
  }
.th-night .login-form .forgotten-password-link:hover, .th-night .login-form .forgotten-password-link:visited, .th-night .login-form .forgotten-password-link:focus, .th-night .login-form .forgotten-password-link:active {
      color: #EEEEEE;
    }
/* @todo there are some really questionable styles related to .form and .form-group. All of these styles need to be checked at some point */
.th-night .login-form .input-error a {
      color: #EEEEEE
    }
.th-night .login-form .input-error a:hover, .th-night .login-form .input-error a:visited, .th-night .login-form .input-error a:focus, .th-night .login-form .input-error a:active {
        color: #EEEEEE;
      }
/* Spacing */
/* Element widths & heights */
.th-matrix .login-form a.resend-mail-verification {
    color: #9A9688;
  }
.th-matrix .login-form .forgotten-password-link {
    color: #D7D7D7
  }
.th-matrix .login-form .forgotten-password-link:hover, .th-matrix .login-form .forgotten-password-link:visited, .th-matrix .login-form .forgotten-password-link:focus, .th-matrix .login-form .forgotten-password-link:active {
      color: #D7D7D7;
    }
/* @todo there are some really questionable styles related to .form and .form-group. All of these styles need to be checked at some point */
.th-matrix .login-form .input-error a {
      color: #D7D7D7
    }
.th-matrix .login-form .input-error a:hover, .th-matrix .login-form .input-error a:visited, .th-matrix .login-form .input-error a:focus, .th-matrix .login-form .input-error a:active {
        color: #D7D7D7;
      }
/* Spacing */

.signup-form {
  font-size: 18px;
  max-width: 300px;
  margin: 0 auto;
}

  .signup-form h2 {
    text-transform: uppercase;
    border-bottom: 2px solid;
  }

  .signup-form ul {
    font-size: 13px;
    margin-left: 9px;
    margin-bottom: 15px;
  }

  .signup-form li {
    padding: 3px;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.info-icon {
  cursor: pointer;
}
.info-icon .background {
    color: white;
  }
.info-icon .foreground {
    color: black;
  }
.clear-icon {
  cursor: pointer;
  padding: 5px;
  color: #00A4C2;
}
.close-button {
  cursor: pointer;
  color: #999999;
  padding: 10px 20px;
  display: block
}
.close-button:hover {
    color: #000000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
.favorite-widget {
  color: #7B7667;
  padding: 5px
}
.favorite-widget.active {
    color: #FF1493;
    text-shadow: none;
  }
.top-notification {
  background-color: #FCF6EB;
  text-align: center;
  padding: 9px;
}
.top-notification h2 {
    font-size: 18px;
  }
.top-notification h2 a, .top-notification h2 a:visited {
      color: #00A4C2 !important;
      -webkit-text-decoration: none;
              text-decoration: none;
      font-size: 18px;
    }
.top-notification h2 button {
      color: #00A4C2;
    }
.top-notification.info-box {
    text-align: left;
    padding: 20px;
  }
.top-notification.info-box li {
      padding: 5px;
    }
.top-notification.sport-notification  {
    background: #00A4C2 !important;
    text-align: center;
    padding: 9px;
  }
.top-notification.sport-notification a {
      color: #FFFFFF !important;
      -webkit-text-decoration: none !important;
              text-decoration: none !important;
      font-size: 18px;
    }
.top-notification.highlight {
    background-color: #312a6a !important;
  }
.top-notification.highlight a, .top-notification.highlight a:visited {
      color: white !important;
      font-weight: bold;
    }
.top-notification.highlight a span, .top-notification.highlight a:visited span {
        color: #f6cb02 !important;
      }
.top-notification.highlight a:hover {
      text-decoration: underline;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-classic .close-button {
  color: #999999
}
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic .close-button:hover {
    color: #000000;
  }
/*
* === MATRIX THEME ===
*/
.th-classic .favorite-widget {
  color: #777777
}
/*
* === NIGHT THEME ===
*/
.th-classic .favorite-widget.active {
    color: #FF1493;
  }
/*
* === CLASSIC THEME ===
*/
.th-classic .top-notification {
  background-color: #E1EDF3;
}
.th-classic .top-notification h2 a, .th-classic .top-notification h2 a:visited {
      color: #1577AA !important;
      -webkit-text-decoration: none;
              text-decoration: none;
    }
.th-classic .top-notification h2 button {
      color: #1577AA;
    }
/*
* === DEFAULT THEME ===
*/
.th-classic .top-notification.sport-notification a {
      -webkit-text-decoration: none !important;
              text-decoration: none !important;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-night .close-button {
  color: #999999
}
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night .close-button:hover {
    color: #EEEEEE;
  }
/*
* === MATRIX THEME ===
*/
.th-night .favorite-widget {
  color: #7B7667
}
/*
* === NIGHT THEME ===
*/
.th-night .favorite-widget.active {
    color: #FF1493;
  }
/*
* === CLASSIC THEME ===
*/
.th-night .top-notification {
  background-color: #000000;
}
.th-night .top-notification h2 a, .th-night .top-notification h2 a:visited {
      color: #9A9688 !important;
      -webkit-text-decoration: underline;
              text-decoration: underline;
    }
.th-night .top-notification h2 button {
      color: #7B7667;
    }
/*
* === DEFAULT THEME ===
*/
.th-night .top-notification.sport-notification a {
      -webkit-text-decoration: underline !important;
              text-decoration: underline !important;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-matrix .close-button {
  color: #999999
}
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix .close-button:hover {
    color: #D7D7D7;
  }
/*
* === MATRIX THEME ===
*/
.th-matrix .favorite-widget {
  color: #7B7667
}
/*
* === NIGHT THEME ===
*/
.th-matrix .favorite-widget.active {
    color: #FF1493;
  }
/*
* === CLASSIC THEME ===
*/
.th-matrix .top-notification {
  background-color: #000000;
}
.th-matrix .top-notification h2 a, .th-matrix .top-notification h2 a:visited {
      color: #9A9688 !important;
      -webkit-text-decoration: underline;
              text-decoration: underline;
    }
.th-matrix .top-notification h2 button {
      color: #7B7667;
    }
/*
* === DEFAULT THEME ===
*/
.th-matrix .top-notification.sport-notification a {
      -webkit-text-decoration: underline !important;
              text-decoration: underline !important;
    }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
#search.container {
  min-height: 275px;
}
.search-result-container {
  position: absolute;
  right: 50px;
  top: 20px;
}
.search-result-container .spin {
    font-size: 25px;
    position: absolute;
    color: #000000;
    top: 0;
    right: 0;
  }
.search-result-count {
  cursor: pointer;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 12px;
  padding: 0 7px;
  height: 22px;
  font-size: 12px
}
.search-result-count:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #E3E3DB;
  }
.search-bar-close {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 30px;
  color: #7B7667;
}
@media only screen and (min-width: 587px) {

  .search-result-count {
    font-size: 16px;
  }
}
.search-link {
  padding-left: 10px;
  font-size: 15px;
}
.search-input {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px -4px #AAAAAA;
  border-radius: 0 0 10px 10px;
  background: white;
  padding-right: 100px;
  box-sizing: border-box;
}
.search-input .search-icon {
    display: none;
  }
@media only screen and (min-width: 587px) {

  .search-input {
    padding-right: 150px;
  }

    .search-input .search-icon {
      display: -webkit-box;
      display: flex;
      background: #F7F7F1;
      border-right: 1px solid #E3E3DB;
      color: #6F6E51;
      text-align: center;
      font-size: 25px;
      padding: 17px 20px 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      cursor: pointer;
    }
}
.search-input-field {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 32px;
  -webkit-box-flex: 1000;
          flex: 1000 0 50px;
}
.search-input-tag-suggestions {
  position: absolute;
  display: -webkit-box;
  display: flex;
  top: 50px;
  padding-top: 10px;
  background: white;
  left: 0;
  text-transform: uppercase;
  z-index: -1;
  width: 100%;
  font-size: 14px;
}
.search-input-tag-suggestions ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0 2px 12px -4px #AAAAAA;
  }
.search-input-tag-suggestions ul li {
      background: white;
      padding: 10px 20px;
      list-style: none;
      cursor: pointer;
      color: #00A4C2
    }
.search-input-tag-suggestions ul li.active {
        background: #EEEEEE;
      }
.search-input-tag-suggestions ul li + li {
      border-top: 1px solid #E3E3DB;
    }
@media only screen and (min-width: 587px) {

  .search-input-tag-suggestions {
    font-size: 16px;
  }

    .search-input-tag-suggestions ul li {
      padding-left: 75px;
    }
}
.search-result-refine, .search-link {
  color: #000000;
  line-height: 33px;
}
.search-input-field-container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
}
.search-input-field-container input {
    margin: 0; /* Normalize input height on Safari */
    font-size: 16px;
    padding: 0;
    background: transparent;
  }
.search-input-field-container .search-tags {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    max-width: 65px
  }
.search-input-field-container .search-tags.left-side {
      -webkit-box-pack: end;
              justify-content: flex-end;
      padding-right: 10px;
    }
.search-input-field-container .search-tags.right-side {
      -webkit-box-pack: start;
              justify-content: flex-start;
      padding-left: 10px;
    }
.search-input-field-container .search-tags.single {
      max-width: 120px;
    }
.search-input-field-container .search-tags li {
      color: #FFFFFF;
      background: #00A4C2;
      padding: 7px;
      border-radius: 4px;
      list-style: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      font-size: 12px;
      font-weight: bold;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
    }
@media only screen and (min-width: 587px) {

      .search-input-field-container .search-tags li {
        font-size: 14px;
        font-weight: normal;
      }
    }
.search-input-field-container .search-tags li + li {
      margin-left: 10px;
    }
@media only screen and (min-width: 587px) {

    .search-input-field-container .search-tags {
      max-width: none
    }

      .search-input-field-container .search-tags.single {
        max-width: none;
      }
  }
.search-input-field-container .remove-tag {
    cursor: pointer;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    width: 13px;
    margin-left: 5px;
  }
body.lw-normal .search-bar {
  max-width: 1200px;
}
body.lw-wide .search-bar {
  max-width: 1600px;
}
body.lw-full .search-bar {
  max-width: 100%;
}
.search-bar {
  width: 100%;
  z-index: 1;
  top: -60px;
  box-shadow: 0 2px 12px -4px #AAAAAA;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  top: 50px

}
.search-bar.opened {
    max-height: 100px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, top 0.25s ease-out;
    transition: opacity 0.25s ease-out, top 0.25s ease-out;
    height: auto;
    overflow: visible;
    z-index: 21;
  }
.search-bar .search-text {
    color: #000000;
    font-weight: bold;
    width: 240px;
    -webkit-box-flex: 0;
            flex: none;
    font-size: 15px;
    align-self: center;
  }
.search-bar .search-input-container {
    display: -webkit-box;
    display: flex;
    height: 60px;
    width: 100%;
  }
.search-bar .search-input-container .search-input {
      width: 100%;
    }
.search-bar .search-input-container input {
      border: 0;
      width: 100%;
      box-shadow: none;
      outline: none;
    }
.search-bar-container.search-page {
    min-height: calc(50px + 3px);
  }
.no-results {
  padding: 10px 10px calc(2 * 10px);
  text-align: center;
}
.no-results > :last-child {
    margin-bottom: 0;
  }
.no-results .no-results-icon {
    font-size: 120px;
    color: #564C1A;
  }
.no-results h3 {
    font-size: 20px;
    color: #564C1A;
    margin-bottom: calc(2 * 10px);
  }
.no-results-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.no-results-content > :last-child {
    margin-bottom: 0;
  }
.related-tags {
  background: white;
  font-size: 12px;
  box-shadow: 0 2px 12px -4px #AAA;
  min-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.related-tags ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 10px;
    padding: 0;
    height: 40px;
    overflow-x: hidden;
  }
.related-tags li {
    list-style: none;
    white-space: nowrap;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
.related-tags li a, .related-tags li a:visited, .related-tags li a:active, .related-tags li input {
      color: #999999;
    }
.related-tags li a:hover {
      color: #000000;
      -webkit-transition: 0.2s;
      transition: 0.2s;
    }
.related-tags li + li {
    margin-left: 15px;
  }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-classic .search-result-count:hover {
    background: #E3E3DB;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic .search-bar-close {
  color: #777777;
}
@media only screen and (min-width: 587px) {

    .th-classic .search-input .search-icon {
      border-right: 1px solid #E3E3DB;
    }
}
.th-classic .search-input-tag-suggestions ul li {
      color: #1577AA
    }
.th-classic .search-input-tag-suggestions ul li + li {
      border-top: 1px solid #E3E3DB;
    }
.th-classic .search-input-field-container .search-tags li {
      background: #1577AA;
    }
.th-classic .search-bar .search-text {
    color: #000000;
  }
.th-classic .no-results .no-results-icon {
    color: #564C1A;
  }
.th-classic .no-results h3 {
    color: #564C1A;
  }
.th-classic .related-tags li a, .th-classic .related-tags li a:visited, .th-classic .related-tags li a:active, .th-classic .related-tags li input {
      color: #999999;
    }
.th-classic .related-tags li a:hover {
      color: #000000;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-night .search-result-count:hover {
    background: #E3E3DB;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night .search-bar-close {
  color: #7B7667;
}
@media only screen and (min-width: 587px) {

    .th-night .search-input .search-icon {
      border-right: 1px solid #E3E3DB;
    }
}
.th-night .search-input-tag-suggestions ul li {
      color: #000000
    }
.th-night .search-input-tag-suggestions ul li + li {
      border-top: 1px solid #E3E3DB;
    }
.th-night .search-input-field-container .search-tags li {
      background: #7B7667;
    }
.th-night .search-bar .search-text {
    color: #EEEEEE;
  }
.th-night .no-results .no-results-icon {
    color: #7B7667;
  }
.th-night .no-results h3 {
    color: #7B7667;
  }
.th-night .related-tags li a, .th-night .related-tags li a:visited, .th-night .related-tags li a:active, .th-night .related-tags li input {
      color: #999999;
    }
.th-night .related-tags li a:hover {
      color: #EEEEEE;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-matrix .search-result-count:hover {
    background: #E3E3DB;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix .search-bar-close {
  color: #7B7667;
}
@media only screen and (min-width: 587px) {

    .th-matrix .search-input .search-icon {
      border-right: 1px solid #E3E3DB;
    }
}
.th-matrix .search-input-tag-suggestions ul li {
      color: #000000
    }
.th-matrix .search-input-tag-suggestions ul li + li {
      border-top: 1px solid #E3E3DB;
    }
.th-matrix .search-input-field-container .search-tags li {
      background: #7B7667;
    }
.th-matrix .search-bar .search-text {
    color: #D7D7D7;
  }
.th-matrix .no-results .no-results-icon {
    color: #7B7667;
  }
.th-matrix .no-results h3 {
    color: #7B7667;
  }
.th-matrix .related-tags li a, .th-matrix .related-tags li a:visited, .th-matrix .related-tags li a:active, .th-matrix .related-tags li input {
      color: #999999;
    }
.th-matrix .related-tags li a:hover {
      color: #D7D7D7;
    }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.settings-tabs {
  position: relative;
}
.settings-tabs li {
    width: 115px;
  }
.settings-tabs .carousel-left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(50%, $th-nav-background-color));
    background: linear-gradient(to left, rgba(240,239,228,0) 0%, #E5E5DE 50%);
    -webkit-box-pack: start;
            justify-content: flex-start
  }
.settings-tabs .carousel-left > span {
      margin-left: 10px;
    }
.settings-tabs .carousel-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(50%, $th-nav-background-color));
    background: linear-gradient(to right, rgba(240,239,228,0) 0%, #E5E5DE 50%);
    -webkit-box-pack: end;
            justify-content: flex-end
  }
.settings-tabs .carousel-right > span {
      margin-right: 10px;
    }
.content .request-import-form {
    padding: 20px;
  }
.content .request-import-form .form-group {
      -webkit-box-pack: start;
              justify-content: flex-start;
    }
.content .request-import-form .form-group label {
        -webkit-box-flex: 0;
                flex-grow: 0;
      }
.content .request-import-form .import-profile-info-text {
      margin: 20px 0;
      width: 100%;
    }
.content .request-import-form .import-profile-info-text i {
        color: #615F56;
      }
.profile-settings-info-text {
  padding: 10px 10px 20px;
}
.faded {
  color: #CCCCCC;
}
.hide-on-sm {
  display: none;
}
.settings-input-error {
  color: #FD5D5D;
}
.root-category-ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.root-category-ul .list-style {
    width: 100%;
    margin: 5px;
    margin-bottom: 20px;
  }
.category-collapsible {
  font-weight: 400;
  cursor: pointer;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: solid 2px #00A4C2;
}
.category-collapsible .open-collapsibles {
    padding-top: 3px;
  }
.category-collapsible-open {
  display: block;
}
.category-collapsible-open .list-style {
    width: 100%;
    margin: 0;
  }
.category-collapsible-open ul {
    padding: 0;
  }
.category-collapsible-closed {
  display: none;
}
.category-item-action-container {
  display: -webkit-box;
  display: flex;
}
.category-sub-item.category-item {
  background-color: #F5F5F1;
}
.category-item {
  display: -webkit-box;
  display: flex;
}
.category-item .whitelisted-category-icon {
    color: #FFFFFF;
  }
.category-item .unwhitelisted-category-icon {
    color: #00A4C2;
  }
.category-item .blacklisted-category-icon {
    color: #FFFFFF;
  }
.category-item .unblacklisted-category-icon {
    color: #000000;
  }
.category-item .category-title {
    padding: 3px 3px 3px 20px;
  }
.category-item .category-root-title {
    font-weight: bolder;
  }
.category-heart-active {
  background-color: #00A4C2;
}
.category-eye-active {
  background-color: #615F56;
}
.category-heart, .category-eye {
  cursor: pointer;
  padding: 5px 15px;
}
.category-settings-container {
  width: 100%;
}
.category-settings-container ul {
    width: inherit;
  }
.tag-item-container .fa-heart-o {
    color: #00A4C2
  }
.tag-item-container .fa-heart-o.faded {
      color: none;
    }
.tag-item-container, .source-item-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #000000;
}
.box-header {
  background-color: #FDE15D;
  color: #222222;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.personal-container {
  display: -webkit-box;
  display: flex;
  padding: calc(2 * 10px) 10px;
}
.personal {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.personal .button {
    margin-top: 10px;
  }
.personal h2 {
    width: 100%;
    font-size: 20px;
    margin: 0 10px 30px;
    text-align: center;
  }
.personal p {
    width: 100%;
    font-size: 14px;
  }
.personal p span {
      margin: 0 5px;
    }
.personal hr {
    margin: 15px 0;
  }
.personal .profile-public-share {
    margin: 10px 0;
  }
.personal .profile-public-share .share-widget .share-text {
      padding-left: 0;
    }
.personal-tags + .personal-tags {
  margin-top: 40px;
}
.feeds-box-display {
  margin-bottom: 15px;
  display: inline-block;
}
.personal.feeds .react-tagsinput .react-tagsinput-tag {
      width: 100%;
      box-sizing: border-box;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
    }
.personal.feeds .react-tagsinput .react-tagsinput-tag .data {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
                flex: 1 1 100%;
        min-width: 50%;
        line-height: 18px;
        font-size: 15px;
      }
.personal.feeds .react-tagsinput .react-tagsinput-tag .data .url,
        .personal.feeds .react-tagsinput .react-tagsinput-tag .data .category {
          width: 100%;
          display: inline-block;
        }
.personal.feeds .react-tagsinput .react-tagsinput-tag .data .url {
          -webkit-box-flex: 1;
                  flex: 1 1 auto;
          min-width: 50%;
          margin-bottom: 5px;
        }
.personal.feeds .react-tagsinput .react-tagsinput-tag .data .category {
          -webkit-box-flex: 0;
                  flex: 0 0 auto;
          max-width: 200px;
          box-sizing: border-box;
          padding: 0
        }
.personal.feeds .react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
        -webkit-box-flex: 0;
                flex: 0 0 20px;
      }
.personal.feeds .react-tagsinput .react-tagsinput-tag input {
        border: none;
      }
@media only screen and (min-width: 587px) {

    .personal h2 {
      font-size: 35px;
    }

    .personal p {
      font-size: 16px;
    }

    .root-category-ul .list-style {
      width: 48%;
    }

    .category-collapsible-open .list-style {
      width: 100%;
    }
        .personal.feeds .react-tagsinput .react-tagsinput-tag .data {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
          -webkit-box-align: center;
                  align-items: center;
        }

          .personal.feeds .react-tagsinput .react-tagsinput-tag .data .url {
            -webkit-box-flex: 1;
                    flex: 1 1 100%;
          }

          .personal.feeds .react-tagsinput .react-tagsinput-tag .data .category {
            padding: 0 5px;
          }
}
@media only screen and (min-width: 897px) {

  .personal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin: 0 auto;
    width: 100%;
  }

  .hide-on-sm {
    display: block;
  }

    .content .request-import-form {
      margin: 0 100px;
    }

        .content .request-import-form .form-group .input-container {
          max-width: 100%;
          margin-right: 0;
        }
}
@media only screen and (min-width: 1200px) {

    .content .request-import-form {
      margin: 0 150px;
    }

        .content .request-import-form .form-group .input-container {
          max-width: 50%;
          margin-right: 15%;
        }
}
.personal-tag-options-link {
  margin-left: auto;
}
.personal-tag-options {
  display: -webkit-box;
  display: flex;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.personal-tag-options span {
    width: 11px;
    height: 12px;
  }
.Collapsible {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  cursor: pointer;
}
.Collapsible__contentOuter {
  background-color: #F5F5F1;
  color: #000000;
}
.Collapsible__contentInner {
  padding: 10px;
  border-top: 0;
}
.Collapsible__contentInner p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.Collapsible__contentInner p:last-child {
  margin-bottom: 0;
}
.Collapsible__trigger {
  display: block;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding: 10px;
  border-bottom: 2px #00A4C2 solid;
}
.Collapsible__trigger:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.Collapsible__trigger.is-open:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.list-style {
  text-decoration: none;
  list-style: none;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer .fa {
    margin-right: 10px;
  }
.sources, .hidden-sources, .feeds {
  width: 100%;
  margin: 0 10px 10px 0;
}
.width100 {
  width: 100%;
}
.collapsibles-open {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.chevron-transition {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.open-collapsibles {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.profile-share .fa {
    font-size: 30px;
    padding: 10px;
  }
.disabled {
  color: rgba(177, 174, 174, 0.68);
}
.profile-feedback {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.profile-feedback form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
.react-tagsinput .input-wrapper {
    display: -webkit-box;
    display: flex;
  }
.react-tagsinput .input-wrapper input {
      padding-right: 30px;
    }
.react-tagsinput .input-wrapper button {
      line-height: 20px;
      margin: 5px -20px 5px 0;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      position: relative;
      left: -20px;
      padding-left: 25px;
      padding-right: 25px;
    }
.react-tagsinput .react-tagsinput-input {
    width: 100%;
    margin: 5px 0
  }
.react-tagsinput .react-tagsinput-input > input {
      width: 100%;
    }
.react-tagsinput .react-tagsinput-tag {
    background: #FDE15D;
    color: #000000;
    display: inline-block;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 15px;
    word-wrap: break-word;
    margin: 0 10px 10px 0
  }
.react-tagsinput .react-tagsinput-tag:last-child {
      margin-right: 0;
    }
.react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
      color: #615F56;
      margin-left: 7px;
      min-width: 12px
    }
.react-tagsinput .react-tagsinput-tag .react-tagsinput-remove:hover {
        cursor: pointer;
      }
.react-tagsinput .description {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
  }
.personal.word-filtering {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.char-filters ul {
    list-style: none;
    padding: 0;
  }
.char-filters ul li {
      padding: 5px 0;
    }
.container .form {
    -webkit-box-align: left;
            align-items: left;
  }
.container .vote-filter {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
    left: 0;
  }
.container .vote-filter-input {
      width: 150px;
      margin: 5px 0;
    }
.container .vote-filter .button-group .button {
        margin: 5px 0 5px 20px;
      }
.container .description span {
      font-size: 13px;
    }
/* Element widths & heights */
.th-classic .settings-tabs .carousel-left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(50%, #E5E5DE));
    background: linear-gradient(to left, rgba(240,239,228,0) 0%, #E5E5DE 50%)
  }
.th-classic .settings-tabs .carousel-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(50%, #E5E5DE));
    background: linear-gradient(to right, rgba(240,239,228,0) 0%, #E5E5DE 50%)
  }
/* Spacing */
.th-classic .content .request-import-form .import-profile-info-text i {
        color: #666666;
      }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic .faded {
  color: #CCCCCC;
}
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-classic .category-collapsible {
  border-bottom: solid 2px #1577AA;
}
.th-classic .category-sub-item.category-item {
  background-color: #F5F5F5;
}
.th-classic .category-item .whitelisted-category-icon {
    color: #FFFFFF;
  }
.th-classic .category-item .blacklisted-category-icon {
    color: #FFFFFF;
  }
.th-classic .category-item .unblacklisted-category-icon {
    color: #000000;
  }
.th-classic .category-eye-active {
  background-color: #666666;
}
.th-classic .tag-item-container, .th-classic .source-item-container {
  color: #000000;
}
.th-classic .box-header {
  background-color: #66BB00;
  color: #FFFFFF;
}
.th-classic .personal-tag-options {
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.th-classic .Collapsible__contentOuter {
  background-color: #F5F5F5;
  color: #000000;
}
.th-classic .Collapsible__trigger {
  color: #000000;
  border-bottom: 2px #1577AA solid;
}
.th-classic .react-tagsinput .react-tagsinput-tag {
    background: #66BB00;
    color: #FFFFFF
  }
.th-classic .react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
      color: #615F56
    }
/* Element widths & heights */
.th-night .settings-tabs .carousel-left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(50%, #7B7667));
    background: linear-gradient(to left, rgba(240,239,228,0) 0%, #7B7667 50%)
  }
.th-night .settings-tabs .carousel-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(50%, #7B7667));
    background: linear-gradient(to right, rgba(240,239,228,0) 0%, #7B7667 50%)
  }
/* Spacing */
.th-night .content .request-import-form .import-profile-info-text i {
        color: #615F56;
      }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night .faded {
  color: #888888;
}
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-night .category-collapsible {
  border-bottom: solid 2px #7B7667;
}
.th-night .category-sub-item.category-item {
  background-color: #383838;
}
.th-night .category-item .whitelisted-category-icon {
    color: #FFFFFF;
  }
.th-night .category-item .blacklisted-category-icon {
    color: #FFFFFF;
  }
.th-night .category-item .unblacklisted-category-icon {
    color: #EEEEEE;
  }
.th-night .category-eye-active {
  background-color: #615F56;
}
.th-night .tag-item-container, .th-night .source-item-container {
  color: #EEEEEE;
}
.th-night .box-header {
  background-color: #FDE15D;
  color: #000000;
}
.th-night .personal-tag-options {
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.th-night .Collapsible__contentOuter {
  background-color: #383838;
  color: #EEEEEE;
}
.th-night .Collapsible__trigger {
  color: #EEEEEE;
  border-bottom: 2px #7B7667 solid;
}
.th-night .react-tagsinput .react-tagsinput-tag {
    background: #FDE15D;
    color: #000000
  }
.th-night .react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
      color: #615F56
    }
/* Element widths & heights */
.th-matrix .settings-tabs .carousel-left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(240,239,228,0)), color-stop(50%, #7B7667));
    background: linear-gradient(to left, rgba(240,239,228,0) 0%, #7B7667 50%)
  }
.th-matrix .settings-tabs .carousel-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,239,228,0)), color-stop(50%, #7B7667));
    background: linear-gradient(to right, rgba(240,239,228,0) 0%, #7B7667 50%)
  }
/* Spacing */
.th-matrix .content .request-import-form .import-profile-info-text i {
        color: #615F56;
      }
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix .faded {
  color: #888888;
}
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-matrix .category-collapsible {
  border-bottom: solid 2px #7B7667;
}
.th-matrix .category-sub-item.category-item {
  background-color: #383838;
}
.th-matrix .category-item .whitelisted-category-icon {
    color: #D7D7D7;
  }
.th-matrix .category-item .blacklisted-category-icon {
    color: #D7D7D7;
  }
.th-matrix .category-item .unblacklisted-category-icon {
    color: #D7D7D7;
  }
.th-matrix .category-eye-active {
  background-color: #615F56;
}
.th-matrix .tag-item-container, .th-matrix .source-item-container {
  color: #D7D7D7;
}
.th-matrix .box-header {
  background-color: #37650B;
  color: #D7D7D7;
}
.th-matrix .personal-tag-options {
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.th-matrix .Collapsible__contentOuter {
  background-color: #383838;
  color: #D7D7D7;
}
.th-matrix .Collapsible__trigger {
  color: #D7D7D7;
  border-bottom: 2px #7B7667 solid;
}
.th-matrix .react-tagsinput .react-tagsinput-tag {
    background: #37650B;
    color: #D7D7D7
  }
.th-matrix .react-tagsinput .react-tagsinput-tag .react-tagsinput-remove {
      color: #D7D7D7
    }


/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.weather-title {
  border-bottom: 1px solid #E3E3DB;
  white-space: nowrap;
}
.weather-title h1, .weather-title h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px;
  }
.weather-title h2 {
    padding-top: 0;
  }
.weather-loading {
  -webkit-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
  opacity: 0.6;
}
.weather-day-selector {
  cursor: pointer;
  background: #E5E5DE;
  position: relative;
  /* Disable highlight color on user touch */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.weather-day-selector .weather-day {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: $ gutter 0;
    box-sizing: border-box;
    width: 130px;
    -webkit-box-flex: 1;
            flex: 1 0 130px;
  }
.weather-day-selector .weather-day time {
      color: #000000;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 16px;
    }
.weather-day-selector .weather-day .weather-temperature {
      font-size: 16px;
      margin-bottom: 10px;
    }
.weather-day-selector .weather-day .weather-min-temperature {
      color: #000000;
      display: none;
    }
.weather-day-selector .weather-day.active {
      width: 150px;
      -webkit-box-flex: 1;
              flex: 1 0 150px;
      background: #FFFFFF;
      border-bottom: 0;
    }
.weather-day-selector .weather-day.active time {
        color: #00A4C2;
      }
.weather-day-selector .weather-day.active .weather-min-max-rain-change {
        color: $ highlight-blue;
      }
.weather-day-selector .weather-day .weather-min-temperature, .weather-day-selector .weather-day .weather-min-max-rain-change {
      font-size: 12px;
      line-height: 1.5;
    }
.weather-loading-indicator .loading {
    position: relative;
    top: 5px;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    border: none;
    width: 33px;
    height: 33px;
    text-align: center;
    box-sizing: border-box;
    margin-top: -8px;
    padding: 0;
  }
.weather-location-actions {
  min-width: 235px;
  display: -webkit-box;
  display: flex;
}
.weather-location-actions .action-button {
    margin-right: 10px;
    line-height: 13px
  }
.weather-location-actions .action-button > span {
      position: relative;
      top: 2px;
      cursor: pointer;
      font-size: 13px;
      background: #00A4C2;
      color: #FFFFFF;
      white-space: nowrap;
      text-transform: uppercase;
      border: none;
      text-align: center;
      box-sizing: border-box;
      display: inline-block;
      width: auto;
      min-width: 33px;
      border-radius: 20px;
      padding: 10px
    }
.weather-location-actions .action-button > span > span.fa {
        padding-right: 3px;
      }
.weather-location-selector {
  margin: 0 0 $ gutter;
  padding: 0;
}
.weather-location-selector .location-list-item {
    height: 33px;
    display: -webkit-box;
    display: flex;
    position: relative;
  }
.weather-location-selector .weather-location-name span.fa {
      min-width: 17px;
      text-align: center
    }
.weather-location-selector .weather-location-name span.fa:last-child {
        margin-right: 3px;
      }
.weather-location-selector .weather-location-remove {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    color: red;
  }
.weather-location-selector .weather-location-set-default,
  .weather-location-selector .weather-location-remove-cancel-location,
  .weather-location-selector .weather-location-remove-location,
  .weather-location-selector .weather-location-add-location {
    position: relative;
    width: auto;
    margin-top: -6px;
  }
.weather-location-selector .weather-location-add-location.dialog-open .action-button > span {
        border-radius: 20px 20px 0 0;
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
        background: white;
        color: #00A4C2;
      }
.weather-location-selector .weather-location-add-location .location-search-dialog {
      left: 0;
      top: 35px;
      position: absolute;
      z-index: 1;
    }
.weather-location-selector .weather-location-add-location .location-search-dialog .weather-add-geolocation {
        width: 100%;
        cursor: pointer;
        font-size: 13px;
        background: #00A4C2;
        color: #FFFFFF;
        text-transform: uppercase;
        border: none;
        text-align: center;
        box-sizing: border-box;
        border-radius: 20px;
        padding: 10px 0;
        margin-bottom: 10px
      }
.weather-location-selector .weather-location-add-location .location-search-dialog .weather-add-geolocation > span {
          margin-right: 5px;
        }
.weather-location-selector.remove-mode li.active .horizontal-list-item {
        border-bottom: none !important;
      }
.weather-location-selector.remove-mode .horizontal-list-item {
      color: #564C1A;
    }
.weather-location-selector.remove-mode .location-list-item.remove .weather-location-name {
        text-decoration: line-through;
        color: #999999;
      }
.weather-location-selector.remove-mode .location-list-item.remove .weather-location-remove {
        color: gray;
      }
.location-search-dialog {
    padding: 10px 10px 6px;
    background: #FEFEFE;
    color: #000000;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
    width: 190px;
    box-sizing: border-box;
  }
.location-search-dialog input {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #E3E3DB;
      margin-bottom: 5px;
    }
.location-search__location {
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #E3E3DB;
    width: 100%;
    text-align: left
  }
.location-search__location[data-index='0'] {
      border-top: 0;
      padding-top: 8px;
    }
.location-search__location.active {
      font-weight: bold;
    }
.weather-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 10px;
  font-size: 15px;
}
.weather-container .weather-main-container {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: auto;
  }
.weather-container .weather-main-container .weather-hourly-header {
      padding-bottom: 10px;
    }
.weather-container .weather-main-container .weather-hour {
      padding-bottom: 5px;
    }
.weather-container .weather-main-container .weather-hour, .weather-container .weather-main-container .weather-hourly-header {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      border-bottom: 1px #EEEEE9 solid;
      font-size: 12px;
    }
.weather-container .weather-main-container .weather-hour .weather-time, .weather-container .weather-main-container .weather-hourly-header .weather-time {
        flex-basis: 7%;
      }
.weather-container .weather-main-container .weather-hour .weather-symbol, .weather-container .weather-main-container .weather-hourly-header .weather-symbol {
        flex-basis: 35px;
      }
.weather-container .weather-main-container .weather-hour .weather-temperature, .weather-container .weather-main-container .weather-hourly-header .weather-temperature {
        flex-basis: 10%;
      }
.weather-container .weather-main-container .weather-hour .weather-precipitation, .weather-container .weather-main-container .weather-hourly-header .weather-precipitation {
        flex-basis: 10%;
      }
.weather-container .weather-main-container .weather-hour .weather-humidity, .weather-container .weather-main-container .weather-hourly-header .weather-humidity {
        flex-basis: 15%;
      }
.weather-container .weather-main-container .weather-hour .weather-lighter, .weather-container .weather-main-container .weather-hourly-header .weather-lighter {
        color: #564C1A;
      }
.weather-container .weather-main-container .weather-hour:last-child {
      border-bottom: 0;
    }
.weather-container .weather-main-container .weather-hourly-header {
      font-weight: bold;
      border-bottom: 2px #EEEEE9 solid;
    }
.weather-container .weather-main-container .weather-hour .weather-symbol {
        -webkit-transform: scale(0.7, 0.7);
                transform: scale(0.7, 0.7);
      }
.weather-container .weather-main-container .weather-hour .weather-temperature {
        font-size: 18px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
                align-items: center;
      }
.weather-container .weather-main-container .weather-hour .weather-temperature span {
          white-space: nowrap;
        }
.weather-container .weather-main-container .weather-hour .weather-temperature span + span {
          margin-left: 0.5em;
        }
.weather-container .weather-main-container .weather-hour .weather-temperature .weather-temperature-feelslike {
          font-size: 12px;
        }
.weather-container .weather-main-container .weather-hour .weather-wind {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
        -webkit-box-align: center;
                align-items: center;
      }
.weather-container .weather-main-container .weather-hour .weather-precipitation {
        flex-wrap: wrap;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
      }
.weather-container .weather-main-container .weather-hour .weather-precipitation span {
          white-space: nowrap;
        }
.weather-container .weather-main-container .weather-hour .weather-precipitation .weather-precipitation-percentage {
          margin-right: 0.5em;
        }
.weather-container .weather-side-container {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }
.weather-container .weather-side-container .ad {
      margin: $ gutter 0;
    }
.weather-map-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  height: 640px;
  margin-top: $ gutter;
}
.weather-map-container iframe {
    border: none;
    width: 100%;
    height: 100%;
  }
@media only screen and (min-width: $ breakpoint-xs) {

  .weather-container {
    margin: $ gutter;
  }

      .weather-container .weather-main-container .weather-hourly-header, .weather-container .weather-main-container .weather-hour {
        font-size: 15px;
      }

  .weather-day-selector .weather-day .weather-min-temperature {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {

  .weather-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

    .weather-container .weather-main-container {
      flex-basis: 0;
    }

  .weather-side-container {
    margin-left: $ gutter;
    min-width: 300px;
  }
}
@media only screen and (min-width: $ breakpoint-sm) {

        .weather-container .weather-main-container .weather-hour .weather-wind {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row;
        }

          .weather-container .weather-main-container .weather-hour .weather-wind .weather-wind-direction {
            margin-right: 0.5em;
          }
}
@media only screen and (min-width: $ breakpoint-md) {

        .weather-container .weather-main-container .weather-hour .weather-time, .weather-container .weather-main-container .weather-hourly-header .weather-time {
          flex-basis: 10%;
        }

        .weather-container .weather-main-container .weather-hour .weather-symbol, .weather-container .weather-main-container .weather-hourly-header .weather-symbol {
          flex-basis: 12%;
        }

        .weather-container .weather-main-container .weather-hour .weather-temperature, .weather-container .weather-main-container .weather-hourly-header .weather-temperature {
          flex-basis: 26%;
        }

        .weather-container .weather-main-container .weather-hour .weather-wind, .weather-container .weather-main-container .weather-hourly-header .weather-wind {
          flex-basis: 16%;
        }

        .weather-container .weather-main-container .weather-hour .weather-precipitation, .weather-container .weather-main-container .weather-hourly-header .weather-precipitation {
          flex-basis: 26%;
        }
}
.weather-wind .S {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.weather-wind .SW {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.weather-wind .W {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.weather-wind .NW {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.weather-wind .N {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.weather-wind .NE {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.weather-wind .E {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.weather-wind .SE {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.weather-symbol div {
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(/assets/weather-symbols.d0bcff2a0488e282ec35cb107a2865a5.png);
}
.weather-data-from {
  padding: 0 $ gutter $ gutter $ gutter;
  text-align: right;
}
/* Weather symbol mappings */
.weather-symbol .d000 {
  background-position: 0 0;
}
.weather-symbol .d100 {
  background-position: -50px 0;
}
.weather-symbol .d200 {
  background-position: -100px 0;
}
.weather-symbol .d210 {
  background-position: -150px 0;
}
.weather-symbol .d211 {
  background-position: -200px 0;
}
.weather-symbol .d212 {
  background-position: -250px 0;
}
.weather-symbol .d220 {
  background-position: -300px 0;
}
.weather-symbol .d221 {
  background-position: -350px 0;
}
.weather-symbol .d222 {
  background-position: -400px 0;
}
.weather-symbol .d240 {
  background-position: -450px 0;
}
.weather-symbol .d300 {
  background-position: -500px 0;
}
.weather-symbol .d310 {
  background-position: -550px 0;
}
.weather-symbol .d311 {
  background-position: -600px 0;
}
.weather-symbol .d312 {
  background-position: -650px 0;
}
.weather-symbol .d320 {
  background-position: -700px 0;
}
.weather-symbol .d321 {
  background-position: -750px 0;
}
.weather-symbol .d322 {
  background-position: -800px 0;
}
.weather-symbol .d340 {
  background-position: -850px 0;
}
.weather-symbol .d400 {
  background-position: -900px 0;
}
.weather-symbol .d410 {
  background-position: -950px 0;
}
.weather-symbol .d411 {
  background-position: -1000px 0;
}
.weather-symbol .d412 {
  background-position: -1050px 0;
}
.weather-symbol .d420 {
  background-position: -1100px 0;
}
.weather-symbol .d421 {
  background-position: -1150px 0;
}
.weather-symbol .d422 {
  background-position: -1200px 0;
}
.weather-symbol .d430 {
  background-position: -1250px 0;
}
.weather-symbol .d431 {
  background-position: -1300px 0;
}
.weather-symbol .d432 {
  background-position: -1350px 0;
}
.weather-symbol .d440 {
  background-position: -1400px 0;
}
.weather-symbol .d500 {
  background-position: -1450px 0;
}
.weather-symbol .d600 {
  background-position: -1500px 0;
}
.weather-symbol .n000 {
  background-position: -1550px 0;
}
.weather-symbol .n100 {
  background-position: -1600px 0;
}
.weather-symbol .n200 {
  background-position: -1650px 0;
}
.weather-symbol .n210 {
  background-position: -1700px 0;
}
.weather-symbol .n211 {
  background-position: -1750px 0;
}
.weather-symbol .n212 {
  background-position: -1800px 0;
}
.weather-symbol .n220 {
  background-position: -1850px 0;
}
.weather-symbol .n221 {
  background-position: -1900px 0;
}
.weather-symbol .n222 {
  background-position: -1950px 0;
}
.weather-symbol .n240 {
  background-position: -2000px 0;
}
.weather-symbol .n300 {
  background-position: -2050px 0;
}
.weather-symbol .n310 {
  background-position: -2100px 0;
}
.weather-symbol .n311 {
  background-position: -2150px 0;
}
.weather-symbol .n312 {
  background-position: -2200px 0;
}
.weather-symbol .n320 {
  background-position: -2250px 0;
}
.weather-symbol .n321 {
  background-position: -2300px 0;
}
.weather-symbol .n322 {
  background-position: -2350px 0;
}
.weather-symbol .n340 {
  background-position: -2400px 0;
}
.weather-symbol .n400 {
  background-position: -900px 0;
}
.weather-symbol .n410 {
  background-position: -950px 0;
}
.weather-symbol .n411 {
  background-position: -1000px 0;
}
.weather-symbol .n412 {
  background-position: -1050px 0;
}
.weather-symbol .n420 {
  background-position: -1100px 0;
}
.weather-symbol .n421 {
  background-position: -1150px 0;
}
.weather-symbol .n422 {
  background-position: -1200px 0;
}
.weather-symbol .n430 {
  background-position: -1250px 0;
}
.weather-symbol .n431 {
  background-position: -1300px 0;
}
.weather-symbol .n432 {
  background-position: -1350px 0;
}
.weather-symbol .n440 {
  background-position: -1400px 0;
}
.weather-symbol .n500 {
  background-position: -2450px 0;
}
.weather-symbol .n600 {
  background-position: -2500px 0;
}
/* Element widths & heights */
.th-classic .weather-title {
  border-bottom: 1px solid #E3E3DB;
}
/* Spacing */
/* Breakpoints */
.th-classic .weather-day-selector {
  background: #E5E5DE;
}
/* Disable highlight color on user touch */
.th-classic .weather-day-selector .weather-day time {
      color: #000000;
    }
.th-classic .weather-day-selector .weather-day .weather-min-temperature {
      color: #000000;
    }
.th-classic .weather-day-selector .weather-day.active {
      background: #FFFFFF;
    }
.th-classic .weather-day-selector .weather-day.active time {
        color: #00A4C2;
      }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-classic .weather-location-actions .action-button > span {
      background: #1577AA;
      color: #FFFFFF
    }
/*
* === NIGHT THEME ===
*/
.th-classic .weather-location-selector .weather-location-add-location .location-search-dialog .weather-add-geolocation {
        background: #1577AA;
        color: #FFFFFF
      }
/*
* === CLASSIC THEME ===
*/
.th-classic .weather-location-selector.remove-mode .horizontal-list-item {
      color: #564C1A;
    }
.th-classic .weather-location-selector.remove-mode .location-list-item.remove .weather-location-name {
        color: #999999;
      }
/*
* === DEFAULT THEME ===
*/
.th-classic .location-search-dialog input {
      border: 1px solid #E3E3DB;
    }
.th-classic .location-search__location {
    border-top: 1px solid #E3E3DB
  }
.th-classic .weather-container .weather-main-container .weather-hour, .th-classic .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 1px #EEEEEE solid;
    }
.th-classic .weather-container .weather-main-container .weather-hour .weather-lighter, .th-classic .weather-container .weather-main-container .weather-hourly-header .weather-lighter {
        color: #564C1A;
      }
.th-classic .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 2px #EEEEEE solid;
    }
/* Weather symbol mappings */
/* Element widths & heights */
.th-night .weather-title {
  border-bottom: 1px solid #E3E3DB;
}
/* Spacing */
/* Breakpoints */
.th-night .weather-day-selector {
  background: #7B7667;
}
/* Disable highlight color on user touch */
.th-night .weather-day-selector .weather-day time {
      color: #EEEEEE;
    }
.th-night .weather-day-selector .weather-day .weather-min-temperature {
      color: #EEEEEE;
    }
.th-night .weather-day-selector .weather-day.active {
      background: #282828;
    }
.th-night .weather-day-selector .weather-day.active time {
        color: #FDE15D;
      }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-night .weather-location-actions .action-button > span {
      background: #7B7667;
      color: #FFFFFF
    }
/*
* === NIGHT THEME ===
*/
.th-night .weather-location-selector .weather-location-add-location .location-search-dialog .weather-add-geolocation {
        background: #7B7667;
        color: #FFFFFF
      }
/*
* === CLASSIC THEME ===
*/
.th-night .weather-location-selector.remove-mode .horizontal-list-item {
      color: #FDE15D;
    }
.th-night .weather-location-selector.remove-mode .location-list-item.remove .weather-location-name {
        color: #9A9688;
      }
/*
* === DEFAULT THEME ===
*/
.th-night .location-search-dialog input {
      border: 1px solid #E3E3DB;
    }
.th-night .location-search__location {
    border-top: 1px solid #E3E3DB
  }
.th-night .weather-container .weather-main-container .weather-hour, .th-night .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 1px #EEEEE9 solid;
    }
.th-night .weather-container .weather-main-container .weather-hour .weather-lighter, .th-night .weather-container .weather-main-container .weather-hourly-header .weather-lighter {
        color: #9A9688;
      }
.th-night .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 2px #EEEEE9 solid;
    }
/* Weather symbol mappings */
/* Element widths & heights */
.th-matrix .weather-title {
  border-bottom: 1px solid #E3E3DB;
}
/* Spacing */
/* Breakpoints */
.th-matrix .weather-day-selector {
  background: #7B7667;
}
/* Disable highlight color on user touch */
.th-matrix .weather-day-selector .weather-day time {
      color: #D7D7D7;
    }
.th-matrix .weather-day-selector .weather-day .weather-min-temperature {
      color: #D7D7D7;
    }
.th-matrix .weather-day-selector .weather-day.active {
      background: #282828;
    }
.th-matrix .weather-day-selector .weather-day.active time {
        color: #8CD437;
      }
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-matrix .weather-location-actions .action-button > span {
      background: #7B7667;
      color: #D7D7D7
    }
/*
* === NIGHT THEME ===
*/
.th-matrix .weather-location-selector .weather-location-add-location .location-search-dialog .weather-add-geolocation {
        background: #7B7667;
        color: #D7D7D7
      }
/*
* === CLASSIC THEME ===
*/
.th-matrix .weather-location-selector.remove-mode .horizontal-list-item {
      color: #8CD437;
    }
.th-matrix .weather-location-selector.remove-mode .location-list-item.remove .weather-location-name {
        color: #9A9688;
      }
/*
* === DEFAULT THEME ===
*/
.th-matrix .location-search-dialog input {
      border: 1px solid #E3E3DB;
    }
.th-matrix .location-search__location {
    border-top: 1px solid #E3E3DB
  }
.th-matrix .weather-container .weather-main-container .weather-hour, .th-matrix .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 1px #D7D7D7 solid;
    }
.th-matrix .weather-container .weather-main-container .weather-hour .weather-lighter, .th-matrix .weather-container .weather-main-container .weather-hourly-header .weather-lighter {
        color: #9A9688;
      }
.th-matrix .weather-container .weather-main-container .weather-hourly-header {
      border-bottom: 2px #D7D7D7 solid;
    }
/* Weather symbol mappings */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.infoscreen .outer-container {
    margin-bottom: 125px;
  }
.infoscreen .outer-container .items-list-header {
      display: none;
    }
.infoscreen .outer-container.fold-container {
      margin-bottom: 0;
    }
.infoscreen .ad-box .placeholder {
    margin: 0 0 10px;
  }
@media only screen and (min-width: 587px) {

      .infoscreen .outer-container .items-list-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
      }

        .infoscreen .outer-container .items-list-header .fullscreen-button {
          font-size: 16px;
          color: #00A4C2;
          align-self: center;
          -webkit-box-ordinal-group: 4;
                  order: 3;
          padding-right: 15px;
          cursor: pointer;
        }
  }
.infoscreen .infoscreen-footer {
    background-color: #222222;
    color: #FFFFFF;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
.infoscreen .infoscreen-footer .close {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0 20px 10px 0;
      color: #7B7667;
    }
.infoscreen .infoscreen-footer .close .fa {
        margin-left: 10px;
      }
.infoscreen .infoscreen-footer .weather {
      display: none;
    }
.infoscreen .infoscreen-footer .infoscreen-content {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      justify-content: space-around;
    }
.infoscreen .infoscreen-footer .infoscreen-content img {
        height: 60px;
      }
.infoscreen .infoscreen-footer .infoscreen-content .menu-weather {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
      }
.infoscreen .infoscreen-footer .infoscreen-footer-container {
      max-width: 1200px;
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      height: 125px;
      margin: 0 auto;
    }
.infoscreen .infoscreen-footer .infoscreen-namedays {
      display: none;
    }
@media only screen and (min-width: 587px) {

        .infoscreen .infoscreen-footer:hover .close {
          background-color: rgba(97,95,86, 0.95);
          color: #FFFFFF;
          -webkit-box-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          width: 100%;
          position: absolute;
          font-size: 40px;
          height: 100%;
        }

          .infoscreen .infoscreen-footer:hover .close .fa {
            align-self: center;
            font-size: 50px;
            margin-left: 10px;
          }

        .infoscreen .infoscreen-footer:hover .weather {
          -webkit-transform: none;
                  transform: none;
        }

      .infoscreen .infoscreen-footer .weather {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
      }

      .infoscreen .infoscreen-footer .close {
        display: none;
        margin: 0;
      }

      .infoscreen .infoscreen-footer .infoscreen-namedays {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
      }

        .infoscreen .infoscreen-footer .infoscreen-namedays .nameday-date {
          font-size: 25px;
        }
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-classic .infoscreen .infoscreen-footer {
    background-color: #005588;
  }
.th-classic .infoscreen .infoscreen-footer .close {
      color: #3399CC;
    }
@media only screen and (min-width: 587px) {

        .th-classic .infoscreen .infoscreen-footer:hover .close {
          background-color: rgba(102,102,102, 0.95);
          color: #FFFFFF;
        }
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-night .infoscreen .infoscreen-footer {
    background-color: #000000;
  }
.th-night .infoscreen .infoscreen-footer .close {
      color: #7B7667;
    }
@media only screen and (min-width: 587px) {

        .th-night .infoscreen .infoscreen-footer:hover .close {
          background-color: rgba(97,95,86, 0.95);
          color: #FFFFFF;
        }
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-matrix .infoscreen .infoscreen-footer {
    background-color: #000000;
  }
.th-matrix .infoscreen .infoscreen-footer .close {
      color: #7B7667;
    }
@media only screen and (min-width: 587px) {

        .th-matrix .infoscreen .infoscreen-footer:hover .close {
          background-color: rgba(97,95,86, 0.95);
          color: #D7D7D7;
        }
    }


/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
body.root[class*='page-upotukset'] {
    min-width: 190px;
    background-color: white;
  }
body.root .embed-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
body.root .embed-items-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
body.root .embed-items-box .embed-items-box-header {
      background-color: #FDE15D;
      color: #222222;
      padding: 8px 10px;
      font-size: 15px;
      font-weight: bold;
    }
body.root .embed-items-box .embed-items-box-content {
      font-size: 12px;
      padding: 10px 0;
      background-color: #FFFFFF;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      overflow: hidden;
      -webkit-box-flex: 1;
              flex: 1 0 auto;
    }
body.root .embed-items-box .embed-items-box-content > div {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        height: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
      }
body.root .embed-items-box .embed-items-box-content a, body.root .embed-items-box .embed-items-box-content a:hover {
        color: #000000;
        width: 100%;
        display: inline-block;
      }
body.root .embed-items-box .embed-items-box-content a:visited {
        color: #999999;
      }
body.root .embed-items-box .embed-items-box-content .embed-item:hover {
        background: #FCF6EB;
      }
body.root .embed-items-box .embed-item {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      height: 50px;
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: start;
              justify-content: flex-start
    }
body.root .embed-items-box .embed-item:hover .embed-item-title:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(252,246,235, 0)), to(#FCF6EB));
        background: linear-gradient(to right, rgba(252,246,235, 0) 0, #FCF6EB 100%);
      }
body.root .embed-items-box .embed-item-title {
      word-wrap: break-word;
      font-weight: bold;
      height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 5px 0 0;
      position: relative
    }
body.root .embed-items-box .embed-item-title:after {
        pointer-events: none;
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
        height: 1.2em;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#FFFFFF));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
      }
body.root .embed-items-box .embed-item-info {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
    }
body.root .embed-items-box .embed-item-info .embed-item-info-source {
        color: #000000;
      }
body.root .embed-header {
    background-color: #222222;
    margin: 0 auto;
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
  }
body.root .embed-header .embed-header-container {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      height: 100%;
    }
body.root .embed-header .brand {
      max-width: 150px;
      margin-right: 30px;
      margin-top: 3px;
    }
body.root .embed-header .brand img {
        max-width: 150px;
        height: 22px;
      }
body.root .embed-more-link {
    padding: 10px;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-align: center;
    background: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    color: black;
  }
body.root .embed-more-link a, body.root .embed-more-link a:visited {
      color: #222222;
    }
body.root .embed-container.size-medium .embed-items-box-header {
      padding: 10px 15px;
    }
body.root .embed-container.size-medium .embed-header {
      padding: 0 15px;
      height: 45px;
    }
body.root .embed-container.size-medium .embed-header .embed-header-container {
        height: 45px;
      }
body.root .embed-container.size-medium .embed-header .brand {
        max-width: none;
      }
body.root .embed-container.size-medium .embed-header .brand img {
          max-width: none;
        }
body.root .embed-container.size-medium .embed-item {
      height: 55px;
      padding: 0 15px;
      border-bottom: 1px solid #DDDDDD
    }
body.root .embed-container.size-medium .embed-item:last-child {
        border-bottom: none;
      }
body.root .embed-container.size-medium .embed-items-box .embed-items-box-content {
      padding-bottom: 0;
    }
/* Element widths & heights */
/* Spacing */
/* Element widths & heights */
/* Spacing */
/* Element widths & heights */
/* Spacing */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.hintaopas__content, .hintaopas__footer {
    display: -webkit-box;
    display: flex;
  }
.hintaopas__content-column, .hintaopas__footer-column {
      -webkit-box-flex: 1;
              flex: 1;
    }
.hintaopas__content {
    border-top: 20px solid rgb(72, 149, 182);
    min-height: 230px;
  }
@media only screen and (max-width: 897px) {
        .hintaopas__content-column:nth-child(5) {
          display: none;
        }
      }
@media only screen and (max-width: 587px) {
        .hintaopas__content-column:nth-child(4) {
          display: none;
        }
      }
@media only screen and (max-width: 360px) {
        .hintaopas__content-column:nth-child(3) {
          display: none;
        }
      }
.hintaopas__desc {
    font-size: 15px;
  }
.hintaopas__credit {
    font-size: 17px;
    color: #FFFFFF
  }
@media only screen and (max-width: 587px) {

  .hintaopas__credit {
      font-size: 15px
  }
    }
.hintaopas__logo {
    width: 100%;
    max-width: 125px;
    height: auto;
    margin: -10px 0 -10px 5px;
  }
.hintaopas__link-container {
    text-align: right;
    padding: 0 3% 10px 0;
    font-size: 14px;
  }
.hintaopas__category-link {
    color: #1577AA!important
  }
.hintaopas__category-link:visited {
      color: #1577AA!important;
    }
.hintaopas__category-link:hover, .hintaopas__category-link:active, .hintaopas__category-link:focus {
      color: #235169!important;
    }
.hintaopas__footer {
    -webkit-box-align: center;
            align-items: center;
    background: rgb(72, 149, 182);
    color: #FFFFFF;
    font-style: italic;
    padding: 13px 3%;
  }
.hintaopas__footer-column:last-child {
        text-align: right;
      }
@media only screen and (max-width: 587px) {
        .hintaopas__footer-column:first-child {
          display: none;
        }
      }
.hintaopas__footer a {
      color: inherit;
    }
.price-item {
  text-align: center;
  padding: 5px 10px;
  font-size: 13px;
}
.price-item__image {
    max-width: 130px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
.price-item__title {
    color: #000000;
  }
.price-item__price {
    color: #DB2A30;
    font-weight: bold;
  }
.price-item__rating-amount {
    font-size: 12px;
    color: #696969;
    display: inline-block;
    margin-left: 5px;
  }
.price-item__star_full {
      color: #F1BA00;
    }
.price-item__star_half {
      color: #D7D7D7;
      position: relative
    }
.price-item__star_half:after {
        content: '\F089';
        color: #F1BA00;
        position: absolute;
        left: 0;
      }
.price-item__star_empty {
      color: #D7D7D7;
    }
.placeholder__image-wrapper {
    margin: 10px auto 15px;
    max-width: 120px;
  }
.placeholder-element {
    background: #EAEAEA;
    height: 10px;
    margin: 0 auto 5px;
    -webkit-animation: fadeIn 0.8s infinite alternate;
            animation: fadeIn 0.8s infinite alternate;
  }
.placeholder-element_image {
      width: 100%;
      height: 0;
      padding-top: 100%;
    }
.placeholder-element_text-medium {
        width: 80%;
      }
.placeholder-element_text-long {
        width: 86%;
      }
.placeholder-element_price {
      margin-top: 10px;
      width: 50px;
    }
@-webkit-keyframes fadeIn {

  from {
    opacity: 0.6;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0.6;
  }
}
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/* Element widths & heights */
/* Spacing */
/* Breakpoints */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.television-controls__dropdowns {
    padding: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #A9A9A9;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
    clear: both;
    height: auto;
  }
.television-controls__dropdown {
    position: relative;
    height: 30px;
    padding: 5px;
  }
.television-controls .Dropdown-root {
    width: 160px;
  }
.television-controls__program-filters {

    display: -webkit-box;

    display: flex;
    flex-wrap: wrap;
  }
.television-controls__program-filters .time-slot-selector {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin: 10px;
    }
.television-controls__program-filters .time-slot-selector__container {
        margin: 5px
      }
.television-controls__program-filters .time-slot-selector__container:focus {
          outline: none;
        }
.television-controls__program-filters .time-slot-selector__container:focus .time-slot {
            text-decoration: underline;
          }
.television-controls__program-filters .time-slot {
      background-color: #00A4C2;
      padding: 8px;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 14px;
    }
.television-controls__program-filters .time-slot_active {
        background-color: #000000;
        color: #FFFFFF;
      }
.television-controls__program-filters .time-slot__arrow {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin: 0 auto;
        border-top: 10px solid transparent;
      }
.television-controls__program-filters .time-slot__arrow_active {
          border-top-color: #000000;
        }
.television-controls__program-filters .tv-text-filter {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin: 10px 15px;
      border: 1px solid #00A4C2;
      border-radius: 15px;
      height: 40px;
      max-width: 300px;
    }
.television-controls__program-filters .tv-text-filter__search-icon {
        color: #00A4C2;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        padding: 10px;
      }
.television-controls__program-filters .tv-text-filter__filter-input {
        -webkit-box-flex: 1;
                flex: 1 1 100%;
        color: #000000;
        border: none !important;
        background: none !important;
      }
.television-controls__program-filters .tv-text-filter .info-icon {
        -webkit-box-flex: 0;
                flex: 0 0 auto;
      }
/* Somehow this only works outside any container*/
.Dropdown-option {
  padding: 5px 0;
}
/* Element widths & heights */
.th-classic .television-controls__dropdowns {
    color: #A9A9A9;
  }
.th-classic .television-controls__program-filters .time-slot {
      background-color: #1577AA;
      color: #FFFFFF;
    }
.th-classic .television-controls__program-filters .time-slot_active {
        background-color: #000000;
        color: #FFFFFF;
      }
.th-classic .television-controls__program-filters .time-slot__arrow_active {
          border-top-color: #000000;
        }
.th-classic .television-controls__program-filters .tv-text-filter {
      border: 1px solid #1577AA;
    }
.th-classic .television-controls__program-filters .tv-text-filter__search-icon {
        color: #1577AA;
      }
.th-classic .television-controls__program-filters .tv-text-filter__filter-input {
        color: #000000;
      }
/* Somehow this only works outside any container*/
/* Element widths & heights */
.th-night .television-controls__dropdowns {
    color: #A9A9A9;
  }
.th-night .television-controls__program-filters .time-slot {
      background-color: #7B7667;
      color: #FFFFFF;
    }
.th-night .television-controls__program-filters .time-slot_active {
        background-color: #BBBBBB;
        color: #000000;
      }
.th-night .television-controls__program-filters .time-slot__arrow_active {
          border-top-color: #BBBBBB;
        }
.th-night .television-controls__program-filters .tv-text-filter {
      border: 1px solid #A9A9A9;
    }
.th-night .television-controls__program-filters .tv-text-filter__search-icon {
        color: #A9A9A9;
      }
.th-night .television-controls__program-filters .tv-text-filter__filter-input {
        color: #EEEEEE;
      }
/* Somehow this only works outside any container*/
/* Element widths & heights */
.th-matrix .television-controls__dropdowns {
    color: #A9A9A9;
  }
.th-matrix .television-controls__program-filters .time-slot {
      background-color: #7B7667;
      color: #D7D7D7;
    }
.th-matrix .television-controls__program-filters .time-slot_active {
        background-color: #BBBBBB;
        color: #000000;
      }
.th-matrix .television-controls__program-filters .time-slot__arrow_active {
          border-top-color: #BBBBBB;
        }
.th-matrix .television-controls__program-filters .tv-text-filter {
      border: 1px solid #A9A9A9;
    }
.th-matrix .television-controls__program-filters .tv-text-filter__search-icon {
        color: #A9A9A9;
      }
.th-matrix .television-controls__program-filters .tv-text-filter__filter-input {
        color: #D7D7D7;
      }
/* Somehow this only works outside any container*/

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.arrow-selectors {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.arrow-selectors .arrow__selector {
    padding: 4px 8px 5px 8px;
    color: #00A4C2;
    background: #FFFFFF;
    border-top: 1px solid #00A4C2;
    border-bottom: 1px solid #00A4C2;
  }
.arrow-selectors .arrow__selector_left {
      border-left: 1px solid #00A4C2;
      border-radius: 15px 0 0 15px;
    }
.arrow-selectors .arrow__selector_right {
      border-right: 1px solid #00A4C2;
      border-radius: 0 15px 15px 0;
    }
.arrow-selectors .arrow__selector:disabled {
      color: #D0D0D0 !important;
      cursor: not-allowed;
    }
.arrow-selectors .Dropdown-root {
    border-radius: 0;
    position: relative;
  }
/* Element widths & heights */
.th-classic .arrow-selectors .arrow__selector {
    color: #1577AA;
    background: #FFFFFF;
    border-top: 1px solid #1577AA;
    border-bottom: 1px solid #1577AA;
  }
.th-classic .arrow-selectors .arrow__selector_left {
      border-left: 1px solid #1577AA;
    }
.th-classic .arrow-selectors .arrow__selector_right {
      border-right: 1px solid #1577AA;
    }
/* Element widths & heights */
.th-night .arrow-selectors .arrow__selector {
    color: #A9A9A9;
    background: #282828;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
  }
.th-night .arrow-selectors .arrow__selector_left {
      border-left: 1px solid #A9A9A9;
    }
.th-night .arrow-selectors .arrow__selector_right {
      border-right: 1px solid #A9A9A9;
    }
/* Element widths & heights */
.th-matrix .arrow-selectors .arrow__selector {
    color: #A9A9A9;
    background: #282828;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
  }
.th-matrix .arrow-selectors .arrow__selector_left {
      border-left: 1px solid #A9A9A9;
    }
.th-matrix .arrow-selectors .arrow__selector_right {
      border-right: 1px solid #A9A9A9;
    }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.television .header-register-link {
    margin: 5px 0 0 10px;
  }
.programming-container {
  position: relative;
}
.programming-container .shadow {
    position: absolute;
    height: 100%;
    width: 25px;
    z-index: 1
  }
.programming-container .shadow.shadow-left {
      left: 0;
      box-shadow: inset 20px 0 20px 0 rgba(255, 255, 255, 1);
    }
.programming-container .shadow.shadow-right {
      right: 0;
      box-shadow: inset -20px 0 20px 0 rgba(255, 255, 255, 1);
    }
.programming {
  clear: both;
  position: relative;
  box-sizing: border-box;
}
.programming .television-title {
    border-bottom: 1px solid #E3E3DB;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    position: relative;
  }
.programming .television-title__date, .programming .television-title h1 {
      font-size: 18px;
      padding: 0 0 0 15px;
      margin-top: 10px;
      margin-bottom: calc(10px / 2);
    }
.programming .television-title__date {
      padding-left: 10px;
    }
.programming .loading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 20px 0 60px;
  }
.programming .item-spacer {
    border-top: 1px solid #9A9688;
  }
.programming.disabled .item-spacer {
      border-top: none;
    }
.programming.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.programming.disabled .channel .program .program-start-time, .programming.disabled .channel .program .program-title, .programming.disabled .channel .program i.genre {
        color: #EEEEEE;
      }
.programming.disabled .channel .program.active {
        background-color: #F4F4F4;
      }
.programming.disabled .channel .program.active .program-start-time, .programming.disabled .channel .program.active .program-title {
          color: #000000;
        }
.programming .row {
    padding: 0 10px;
    margin: auto
  }
@media only screen and (min-width: 897px) {

  .programming .row {
      padding-right: 1rem
  }
    }
.programming .channel-name {
    margin-top: 16px;
    margin-bottom: 10px;
  }
.programming .channel-name .channel-title__logo {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
    }
.programming .channel {
    margin-bottom: 10px;
    padding: 5px;
  }
.programming .channel .channel-header {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
    }
.programming .channel .channel-header .channel-name,
      .programming .channel .channel-header .favorite-widget {
        -webkit-box-flex: 0;
                flex: 0 1 auto;
      }
.programming .channel .channel-title__logo img {
      height: 30px;
      margin-top: 10px;
      margin-bottom: 5px;
    }
.programming .channel .program {
      -webkit-transition: background-color 200ms linear;
      transition: background-color 200ms linear;
    }
.programming .channel .current {
      color: #000000;
    }
.programming .channel:nth-child(even) .current {
      background-color: rgba(253, 225, 93, 0.75);
    }
.programming .channel:nth-child(odd) .current {
      background-color: #FDE15D;
    }
.programming .channel .channel-title__name {
      padding-bottom: 10px;
      margin: 10px 0;
    }
.programming .program-wrapper:nth-child(odd) {
      background-color: #F4F4F4;
    }
.programming .program-wrapper .program {
      padding: 6px 2px;
      font-size: 12px;
      cursor: pointer;
      display: -webkit-box;
      display: flex;
      width: 100%;
      text-align: left;
      -webkit-box-align: baseline;
              align-items: baseline;
      -webkit-box-pack: justify;
              justify-content: space-between;
    }
.programming .program-wrapper .program__start-time {
        font-weight: bold;
        margin-right: 4px;
        -webkit-box-flex: 0;
                flex: 0 1 35px;
        min-width: 35px;
      }
.programming .program-wrapper .program__right {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        word-wrap: break-word;
      }
.programming .program-wrapper .program__right .program-description {
          max-width: 600px;
        }
.programming .program-wrapper .program i {
        margin-left: 5px;
        margin-right: 2px;
        align-self: center;
      }
.programming .program-wrapper .program i + i {
        margin-left: 3px;
      }
.program-details {
  position: absolute;
  color: #000000;
  left: 0;
  width: 100%;
  max-width: 100vw;
  top: auto;
  margin-top: 35px;
  border-top: 5px solid #FDE15D;
  border-bottom: 5px solid #FDE15D;
  background-color: #FFFFFF;
  font-size: 14px;
  z-index: 1;
}
.program-details h4 {
    margin: 0 0 10px;
    font-weight: normal;
  }
.program-details__wrap {
    padding: 30px 60px 30px 40px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
.program-details__title {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-bottom: 10px;
  }
.program-details__movie-rating {
      margin: 20px 0;
    }
.program-details__description {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    line-height: 1.5;
  }
.program-details__close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
  }
@media only screen and (min-width: 587px) {

    .program-details__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row;
    }

    .program-details__title {
      -webkit-box-flex: 0;
              flex: 0 0 30%;
    }

    .program-details__description {
      -webkit-box-flex: 0;
              flex: 0 0 70%;
    }
  }
.channel:first-child .program-details {
  left: 0;
}
.tv-programming-no-results {
  margin: 20px 30px 50px 20px;
}
.channel-container {
  position: relative;
  max-width: 812px;
}
.channel-container .channel-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
.channel-container .channel-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 30px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
.channel-container .channel-title__logo {
      margin-right: 10px;
    }
.channel-container .channel-title__logo img {
        height: 23px
      }
@media only screen and (min-width: 587px) {

      .channel-container .channel-title__logo img {
          height: 28px
      }
        }
.channel-container .channel-title h1 {
      margin: 0;
      font-size: 16px;
    }
.channel-container .programs {
    margin-bottom: 20px;
  }
.channel-container .programs .program {
      padding: 7px 0;
      font-size: 12px;
      font-weight: 400;
      cursor: pointer;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: baseline;
              align-items: baseline;
      -webkit-box-pack: justify;
              justify-content: space-between;
      text-align: left;
    }
.channel-container .programs .program__start-time {
        color: #000000;
        margin-right: 5px;
        -webkit-box-flex: 0;
                flex: 0 1 35px;
        min-width: 35px;
      }
.channel-container .programs .program__right {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        word-wrap: break-word;
      }
.channel-container .programs .program__right .program-description {
          max-width: 600px;
        }
.channel-container .programs .program__title {
        font-size: 12px;
        font-weight: 700;
      }
.channel-container .programs .program i {
        margin-left: 5px;
        align-self: center;
      }
.channel-container .programs .program i + i {
        margin-left: 3px;
      }
.channel-container .programs .spacer {
      border-top: 1px solid #E3E3DB;
      padding-top: 10px;
      margin-top: 10px;
    }
.channel-container.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.channel-container.disabled .channel .program .program__start-time, .channel-container.disabled .channel .program .program__title, .channel-container.disabled .channel .program i.genre {
        color: #EEEEEE;
      }
.channel-container.disabled .channel .program.active {
        background-color: #F4F4F4;
      }
.channel-container.disabled .channel .program.active .program__start-time, .channel-container.disabled .channel .program.active .program__title {
          color: #000000;
        }
.channel-container .back-button {
    margin: 0 16px;
  }
.channel-container .back-button__inner {
      display: -webkit-box;
      display: flex;
    }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-classic .programming .television-title {
    border-bottom: 1px solid #E3E3DB;
  }
.th-classic .programming .item-spacer {
    border-top: 1px solid #9A9688;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic .programming.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-classic .programming.disabled .channel .program .program-start-time, .th-classic .programming.disabled .channel .program .program-title, .th-classic .programming.disabled .channel .program i.genre {
        color: #EEEEEE;
      }
.th-classic .programming.disabled .channel .program.active {
        background-color: #F4F4F4;
      }
.th-classic .programming.disabled .channel .program.active .program-start-time, .th-classic .programming.disabled .channel .program.active .program-title {
          color: #000000;
        }
/*
* === MATRIX THEME ===
*/
.th-classic .programming .channel .current {
      color: #000000;
    }
.th-classic .programming .channel:nth-child(even) .current {
      background-color: rgba(204, 204, 204, 0.75);
    }
.th-classic .programming .channel:nth-child(odd) .current {
      background-color: #CCCCCC;
    }
.th-classic .programming .program-wrapper:nth-child(odd) {
      background-color: #F4F4F4;
    }
/*
* === NIGHT THEME ===
*/
.th-classic .program-details {
  color: #000000;
  border-top: 5px solid #66BB00;
  border-bottom: 5px solid #66BB00;
  background-color: #FFFFFF;
}
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-classic .channel-container .channel-title {
    color: #000000;
  }
.th-classic .channel-container .programs .program__start-time {
        color: #000000;
      }
.th-classic .channel-container .programs .spacer {
      border-top: 1px solid #E3E3DB;
    }
.th-classic .channel-container.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-classic .channel-container.disabled .channel .program .program__start-time, .th-classic .channel-container.disabled .channel .program .program__title, .th-classic .channel-container.disabled .channel .program i.genre {
        color: #EEEEEE;
      }
.th-classic .channel-container.disabled .channel .program.active {
        background-color: #F4F4F4;
      }
.th-classic .channel-container.disabled .channel .program.active .program__start-time, .th-classic .channel-container.disabled .channel .program.active .program__title {
          color: #000000;
        }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-night .programming .television-title {
    border-bottom: 1px solid #E3E3DB;
  }
.th-night .programming .item-spacer {
    border-top: 1px solid #9A9688;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night .programming.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-night .programming.disabled .channel .program .program-start-time, .th-night .programming.disabled .channel .program .program-title, .th-night .programming.disabled .channel .program i.genre {
        color: #000000;
      }
.th-night .programming.disabled .channel .program.active {
        background-color: #383838;
      }
.th-night .programming.disabled .channel .program.active .program-start-time, .th-night .programming.disabled .channel .program.active .program-title {
          color: #EEEEEE;
        }
/*
* === MATRIX THEME ===
*/
.th-night .programming .channel .current {
      color: #000000;
    }
.th-night .programming .channel:nth-child(even) .current {
      background-color: #FEE986;
    }
.th-night .programming .channel:nth-child(odd) .current {
      background-color: #FDE15D;
    }
.th-night .programming .program-wrapper:nth-child(odd) {
      background-color: #383838;
    }
/*
* === NIGHT THEME ===
*/
.th-night .program-details {
  color: #EEEEEE;
  border-top: 5px solid #FDE15D;
  border-bottom: 5px solid #FDE15D;
  background-color: #484848;
}
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-night .channel-container .channel-title {
    color: #EEEEEE;
  }
.th-night .channel-container .programs .program__start-time {
        color: #EEEEEE;
      }
.th-night .channel-container .programs .spacer {
      border-top: 1px solid #E3E3DB;
    }
.th-night .channel-container.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-night .channel-container.disabled .channel .program .program__start-time, .th-night .channel-container.disabled .channel .program .program__title, .th-night .channel-container.disabled .channel .program i.genre {
        color: #000000;
      }
.th-night .channel-container.disabled .channel .program.active {
        background-color: #383838;
      }
.th-night .channel-container.disabled .channel .program.active .program__start-time, .th-night .channel-container.disabled .channel .program.active .program__title {
          color: #EEEEEE;
        }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
.th-matrix .programming .television-title {
    border-bottom: 1px solid #E3E3DB;
  }
.th-matrix .programming .item-spacer {
    border-top: 1px solid #9A9688;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix .programming.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-matrix .programming.disabled .channel .program .program-start-time, .th-matrix .programming.disabled .channel .program .program-title, .th-matrix .programming.disabled .channel .program i.genre {
        color: #000000;
      }
.th-matrix .programming.disabled .channel .program.active {
        background-color: #383838;
      }
.th-matrix .programming.disabled .channel .program.active .program-start-time, .th-matrix .programming.disabled .channel .program.active .program-title {
          color: #D7D7D7;
        }
/*
* === MATRIX THEME ===
*/
.th-matrix .programming .channel .current {
      color: #D7D7D7;
    }
.th-matrix .programming .channel:nth-child(even) .current {
      background-color: #549814;
    }
.th-matrix .programming .channel:nth-child(odd) .current {
      background-color: #37650B;
    }
.th-matrix .programming .program-wrapper:nth-child(odd) {
      background-color: #383838;
    }
/*
* === NIGHT THEME ===
*/
.th-matrix .program-details {
  color: #D7D7D7;
  border-top: 5px solid #37650B;
  border-bottom: 5px solid #37650B;
  background-color: #484848;
}
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-matrix .channel-container .channel-title {
    color: #D7D7D7;
  }
.th-matrix .channel-container .programs .program__start-time {
        color: #D7D7D7;
      }
.th-matrix .channel-container .programs .spacer {
      border-top: 1px solid #E3E3DB;
    }
.th-matrix .channel-container.disabled .channel .program {
      background: rgba(255, 255, 255, 0);
    }
.th-matrix .channel-container.disabled .channel .program .program__start-time, .th-matrix .channel-container.disabled .channel .program .program__title, .th-matrix .channel-container.disabled .channel .program i.genre {
        color: #000000;
      }
.th-matrix .channel-container.disabled .channel .program.active {
        background-color: #383838;
      }
.th-matrix .channel-container.disabled .channel .program.active .program__start-time, .th-matrix .channel-container.disabled .channel .program.active .program__title {
          color: #D7D7D7;
        }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.info-page {
  box-sizing: border-box;
  padding: 40px 10px 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.4;
}
/* Advertise with us info-page */
.info-page .visitor-profile {
    display: block;
    height: 60px; 
    margin-top: -60px;
    visibility: hidden;
  }
.info-page .visitor-profile-button {
    color: #00A4C2;
  }
.info-page .ad-price-table {
    margin-bottom: 30px;
    width: 100%;
    font-size: 13px;
  }
.info-page .ad-price-table tr {
      border-bottom: 1px solid;
    }
.info-page .ad-price-table thead {
      font-weight: bold;
    }
.info-page .ad-price-table th {
      text-transform: none;
    }
.info-page .ad-price-table th:last-child, .info-page .ad-price-table td:last-child {
      text-align: center;
      width: 30%;
      min-width: 100px;
    }
.info-page .ad-price-table td:after {
      /* we have some empty rows in this table. this pseudo element ensures they don't collapse */
      content: "\00a0";
    }
.info-page .ad-price-table .hide-in-mobile {
      display: none
    }
@media only screen and (min-width: 897px) {

    .info-page .ad-price-table .hide-in-mobile {
        display: table-cell
    }
      }
@media only screen and (min-width: 897px) {

      .info-page .ad-price-table__heading_mobile {
          display: none
      }
        }
.info-page .ad-price-table__heading_mobile td[colspan] { /* colspan strengthens this rule enough to override the :last-child centering */
          text-align: left;
        }
@media only screen and (min-width: 897px) {

      .info-page .ad-price-table__heading_desktop {
          /* these styles are same than what by default are applied to thead tr:first-child*/
          color: #222222;
          background-color: #FDE15D;
          border-bottom: 1px solid #9A9688
      }
        }
@media only screen and (min-width: 897px) {
.info-page {
    width: 80%
}
  }
.info-page > :first-child {
    margin-top: 0;
  }
.info-page > :last-child {
    margin-bottom: 0;
  }
.info-page p {
    margin-bottom: 20px;
  }
.info-page h1 {
    text-align: center;
    margin: 0.5em 0 1.2em;
  }
.info-page h2 {
    margin: 0.5em 0 0.7em;
  }
.info-page ul, .info-page ol {
    margin: 5px 20px 20px;
    padding-left: 20px;
  }
.info-page hr {
    margin: 30px 0;
  }
.feedback-thanks {
  text-align: center;
  width: 100%;
}
.feedback-thanks h2 {
    text-align: center;
    font-size: 28px;
  }
.feedback-thanks button {
    margin-top: 10px;
  }
.feedback-thanks > :first-child {
    margin-top: 0;
  }
.feedback-thanks > :last-child {
    margin-bottom: 0;
  }
/* Element widths & heights */
/* Advertise with us info-page */
.th-classic .info-page .visitor-profile-button {
    color: #1577AA;
  }
@media only screen and (min-width: 897px) {

      .th-classic .info-page .ad-price-table__heading_desktop {
          /* these styles are same than what by default are applied to thead tr:first-child*/
          color: #FFFFFF;
          background-color: #66BB00;
          border-bottom: 1px solid #9A9688
      }
        }
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
/* Advertise with us info-page */
.th-night .info-page .visitor-profile-button {
    color: #9A9688;
  }
@media only screen and (min-width: 897px) {

      .th-night .info-page .ad-price-table__heading_desktop {
          /* these styles are same than what by default are applied to thead tr:first-child*/
          color: #000000;
          background-color: #FDE15D;
          border-bottom: 1px solid #9A9688
      }
        }
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/* Element widths & heights */
/* Advertise with us info-page */
.th-matrix .info-page .visitor-profile-button {
    color: #9A9688;
  }
@media only screen and (min-width: 897px) {

      .th-matrix .info-page .ad-price-table__heading_desktop {
          /* these styles are same than what by default are applied to thead tr:first-child*/
          color: #D7D7D7;
          background-color: #37650B;
          border-bottom: 1px solid #9A9688
      }
        }
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/




/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
input[type='radio']
{
  background-color: transparent;
}
.label-input-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  width: 90%;
}
.center-label {
  margin-top: 8px;
}
.button-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 115px;
}
.button-group .button {
    margin-top: 10px;
  }
.form-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: calc(2 * 10px) auto;
  box-sizing: border-box;
}
.form-container_highlighted {
    padding: 10px;
    background-color: rgba(125, 125, 125, 0.1)
  }
@media only screen and (min-width: 587px) {


  .form-container_highlighted {
      padding: calc(2 * 10px)
  }
    }
.form-container_highlighted input, .form-container_highlighted textarea {
      background: #FFFFFF;
      box-shadow: none
    }
.form-container_highlighted input:not(.has-error), .form-container_highlighted textarea:not(.has-error) {
        border: 1px solid #00A4C2;
      }
.form {
  -webkit-box-align: center;
          align-items: center;
}
.form .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
  }
.form .form-group label, .form .form-group .label {
      -webkit-box-flex: 1;
              flex-grow: 1;
      -webkit-box-align: center;
              align-items: center;
      text-align: center;
      margin-bottom: 10px;
    }
.form .form-group input, .form .form-group textarea, .form .form-group .input-container, .form .form-group  {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      -webkit-box-flex: 1;
              flex-grow: 1;
    }
.form .form-group .input-container input[type=checkbox] {
        width: auto;
      }
.form .form-group button {
      width: 100%;
    }
.form .form-group p {
      color: #999999;
      font-style: italic;
      text-align: center;
      margin-bottom: 10px;
      max-width: 100%;
    }
.form .form-group .input-error, .form .form-group .input-success {
      margin-top: 10px;
    }
.form .form-group .input-error {
      color: #FD5D5D;
    }
.form .form-group .input-success {
      color: #00A4C2;
    }
.form .form-group + .form-group {
    margin-top: 10px;
  }
@media only screen and (min-width: 587px) {

  .label-input-group {
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 420px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }

    .form .form-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
    }

      .form .form-group p {
        margin-bottom: 0;
      }

      .form .form-group label {
        width: auto;
        margin-right: 10px;
        text-align: right;
        margin-bottom: 0;
      }

        .form .form-group .label-input-group input {
          width: 350px;
          max-width: none;
        }

      .form .form-group input, .form .form-group textarea, .form .form-group .input-container {
        max-width: 50%;
        margin-right: 15%;
      }

      .form .form-group textarea {
        min-height: 7em;
      }

      .form .form-group button {
        display: -webkit-box;
        display: flex;
        width: auto;
        min-width: 30%;
        -webkit-box-pack: center;
                justify-content: center;
      }

        .form .form-group .input-container input {
          max-width: none;
        }
}
.form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}
.form input[type=text], .form input[type=email], .form input[type=password] {
    width: 100%;
    height: 40px;
  }
.form button {
    height: 40px;
  }
/* Extra span to fix centering on Safari */
.form button > span {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      width: 100%;
    }
.form input.has-success, .form textarea.has-success {
    border-color: #00A4C2;
  }
.form input.has-error, .form textarea.has-error {
    border-color: #FD5D5D;
  }
.form.has-error button {
      background: #FD5D5D;
      border-color: #FD5D5D;
    }
.form-left .change-group {
    -webkit-box-align: stretch;
            align-items: stretch;
  }
.form-left .change-group .label-input-group {
      -webkit-box-pack: start;
              justify-content: flex-start;
    }
.label-input-group + .label-input-group {
  margin-top: 15px;
}
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-classic .form-container_highlighted input:not(.has-error), .th-classic .form-container_highlighted textarea:not(.has-error) {
        border: 1px solid #1577AA;
      }
/*
* === NIGHT THEME ===
*/
.th-classic .form .form-group p {
      color: #999999;
    }
.th-classic .form .form-group .input-success {
      color: #1577AA;
    }
/* Extra span to fix centering on Safari */
.th-classic .form input.has-success, .th-classic .form textarea.has-success {
    border-color: #1577AA;
  }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-night .form-container_highlighted input:not(.has-error), .th-night .form-container_highlighted textarea:not(.has-error) {
        border: 1px solid #7B7667;
      }
/*
* === NIGHT THEME ===
*/
.th-night .form .form-group p {
      color: #999999;
    }
.th-night .form .form-group .input-success {
      color: #7B7667;
    }
/* Extra span to fix centering on Safari */
.th-night .form input.has-success, .th-night .form textarea.has-success {
    border-color: #7B7667;
  }
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
.th-matrix .form-container_highlighted input:not(.has-error), .th-matrix .form-container_highlighted textarea:not(.has-error) {
        border: 1px solid #7B7667;
      }
/*
* === NIGHT THEME ===
*/
.th-matrix .form .form-group p {
      color: #999999;
    }
.th-matrix .form .form-group .input-success {
      color: #7B7667;
    }
/* Extra span to fix centering on Safari */
.th-matrix .form input.has-success, .th-matrix .form textarea.has-success {
    border-color: #7B7667;
  }

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.verify-email-container {
  height: auto;
}
.user-management {
  padding: 10px;
}
.profile-name .change-group {
    -webkit-box-align: stretch;
            align-items: stretch;
  }
.profile-name .change-group .label-input-group {
      -webkit-box-pack: start;
              justify-content: flex-start;
    }
.change-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.user-settings-menu {
  padding: 0;
}
.user-edit-fields {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.captcha-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.change-password label {
  align-self: center;
}
@media only screen and (min-width: 587px) {

  .user-edit-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .change-password label {
    margin-top: 19px;
  }

  .captcha-container {
    margin-right: 15%;
    max-width: 50%;
    width: 100%;
  }

  .captcha-label {
    align-self: center;
  }
}
.form-group .terms-of-use label {
    color: #808080;
    font-size: 14px;
    margin-right: 20px;
  }
.form-group .terms-of-use input.terms-of-use-checkbox {
      margin: 0 10px 0 0;
      width: auto;
      max-width: inherit;
    }
.form-group .terms-of-use a {
    color: #808080;
    text-decoration: underline;
  }
.form-group .privacy-policy label {
    color: #808080;
    font-size: 14px;
    margin-right: 20px;
  }
.form-group .privacy-policy input.privacy-policy-checkbox {
      margin: 0 10px 0 0;
      width: auto;
      max-width: inherit;
    }
.form-group .privacy-policy a {
    color: #808080;
    text-decoration: underline;
  }
.form-action {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}
.verify-email {
  text-decoration: underline;
}
.login-forgotten-password {
  margin-top: 10px;
}
.phase-titles {
  margin: 0 0 20px;
  visibility: hidden;
  min-height: 30px
}
.phase-titles.visible {
    visibility: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
.phase {
  background-color: #1EC5E3;
  color: #FFFFFF;
  margin-right: 5px;
  border-radius: 4px;
  padding: 5px 7px;
  text-transform: uppercase;
  font-size: 14px
}
.phase.current {
    background-color: #00A4C2;
  }
@media only screen and (min-width: 360px) {

  .phase-titles {
    margin: 6px 56px 20px 0;
  }

  .phase {
    font-size: 16px;
  }
}
@media only screen and (min-width: 587px) {

  .phase-titles {
    display: block;
  }
}
.user-edit-valid {
  cursor: pointer;
}
.user-edit-invalid {
  cursor: pointer;
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-classic .form-group .terms-of-use label {
    color: #808080;
  }
.th-classic .form-group .terms-of-use a {
    color: #808080;
  }
.th-classic .form-group .privacy-policy label {
    color: #808080;
  }
.th-classic .form-group .privacy-policy a {
    color: #808080;
  }
.th-classic .phase {
  background-color: #1188CC
}
.th-classic .phase.current {
    background-color: #1577AA;
  }
.th-classic .user-edit-invalid {
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-night .form-group .terms-of-use label {
    color: #808080;
  }
.th-night .form-group .terms-of-use a {
    color: #808080;
  }
.th-night .form-group .privacy-policy label {
    color: #808080;
  }
.th-night .form-group .privacy-policy a {
    color: #808080;
  }
.th-night .phase {
  background-color: #484848
}
.th-night .phase.current {
    background-color: #7B7667;
  }
.th-night .user-edit-invalid {
  color: #808080;
}
/* Element widths & heights */
/* Spacing */
/* Breakpoints */
/*
* === UNIVERSAL VARIABLES ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === DEFAULT THEME ===
*/
.th-matrix .form-group .terms-of-use label {
    color: #808080;
  }
.th-matrix .form-group .terms-of-use a {
    color: #808080;
  }
.th-matrix .form-group .privacy-policy label {
    color: #808080;
  }
.th-matrix .form-group .privacy-policy a {
    color: #808080;
  }
.th-matrix .phase {
  background-color: #484848
}
.th-matrix .phase.current {
    background-color: #7B7667;
  }
.th-matrix .user-edit-invalid {
  color: #808080;
}

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.register-content {
  padding: 0 15px;
}
.register-content .top-notification {
    font-size: 15px;
    max-width: 600px;
    margin: auto;
  }
.register-content .temp-profile-info {
    padding: 15px 0 20px;
    display: inline-block;
    font-weight: bold;
  }
.register-content .temp-profile-categories,
  .register-content .temp-profile-tags,
  .register-content .temp-profile-tv-favorite-channels {
    padding: 15px 0 10px;
    font-weight: bold;
    opacity: 0.5;
  }
.register-content .temp-profile-categories ul, .register-content .temp-profile-tags ul, .register-content .temp-profile-tv-favorite-channels ul {
      margin-top: 0;
    }
.register-content .temp-profile-categories ul li, .register-content .temp-profile-tags ul li, .register-content .temp-profile-tv-favorite-channels ul li {
        list-style: none;
        padding: 5px 0;
      }
.register-content .temp-profile-categories ul li .whitelisted-icon, .register-content .temp-profile-categories ul li .blacklisted-icon, .register-content .temp-profile-tags ul li .whitelisted-icon, .register-content .temp-profile-tags ul li .blacklisted-icon, .register-content .temp-profile-tv-favorite-channels ul li .whitelisted-icon, .register-content .temp-profile-tv-favorite-channels ul li .blacklisted-icon {
          padding-right: 10px;
          font-size: 13px;
        }
.register-content .temp-profile-categories ul li .fa-heart, .register-content .temp-profile-tags ul li .fa-heart, .register-content .temp-profile-tv-favorite-channels ul li .fa-heart {
          color: #00A4C2;
        }
.register-content .temp-profile-categories ul li .fa-eye-slash, .register-content .temp-profile-tags ul li .fa-eye-slash, .register-content .temp-profile-tv-favorite-channels ul li .fa-eye-slash {
          color: #000000;
        }
.register-content .temp-profile-toggle-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
.register-content .temp-profile-toggle-label > span {
      padding-left: 10px;
      font-weight: bold;
    }
/* Element widths & heights */
.th-classic .register-content .temp-profile-categories ul li .fa-eye-slash, .th-classic .register-content .temp-profile-tags ul li .fa-eye-slash, .th-classic .register-content .temp-profile-tv-favorite-channels ul li .fa-eye-slash {
          color: #000000;
        }
/* Element widths & heights */
.th-night .register-content .temp-profile-categories ul li .fa-eye-slash, .th-night .register-content .temp-profile-tags ul li .fa-eye-slash, .th-night .register-content .temp-profile-tv-favorite-channels ul li .fa-eye-slash {
          color: #DDDDDD;
        }
/* Element widths & heights */
.th-matrix .register-content .temp-profile-categories ul li .fa-eye-slash, .th-matrix .register-content .temp-profile-tags ul li .fa-eye-slash, .th-matrix .register-content .temp-profile-tv-favorite-channels ul li .fa-eye-slash {
          color: #DDDDDD;
        }

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: 10px;
  vertical-align: middle;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0px 0px 5px 5px #0099E0;
}

/* or use cdn? */
.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}
.row{box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}
.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}
.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}
.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}
.col-xs{-webkit-box-flex:1;flex-grow:1;flex-basis:0;max-width:100%}
.col-xs-1{flex-basis:8.333%;max-width:8.333%}
.col-xs-2{flex-basis:16.667%;max-width:16.667%}
.col-xs-3{flex-basis:25%;max-width:25%}
.col-xs-4{flex-basis:33.333%;max-width:33.333%}
.col-xs-5{flex-basis:41.667%;max-width:41.667%}
.col-xs-6{flex-basis:50%;max-width:50%}
.col-xs-7{flex-basis:58.333%;max-width:58.333%}
.col-xs-8{flex-basis:66.667%;max-width:66.667%}
.col-xs-9{flex-basis:75%;max-width:75%}
.col-xs-10{flex-basis:83.333%;max-width:83.333%}
.col-xs-11{flex-basis:91.667%;max-width:91.667%}
.col-xs-12{flex-basis:100%;max-width:100%}
.col-xs-offset-1{margin-left:8.333%}
.col-xs-offset-2{margin-left:16.667%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-4{margin-left:33.333%}
.col-xs-offset-5{margin-left:41.667%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-7{margin-left:58.333%}
.col-xs-offset-8{margin-left:66.667%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-10{margin-left:83.333%}
.col-xs-offset-11{margin-left:91.667%}
[dir="ltr"] .start-xs{text-align:left}
[dir="rtl"] .start-xs{text-align:right}
.start-xs{-webkit-box-pack:start;justify-content:flex-start}
.center-xs{-webkit-box-pack:center;justify-content:center;text-align:center}
[dir="ltr"] .end-xs{text-align:right}
[dir="rtl"] .end-xs{text-align:left}
.end-xs{-webkit-box-pack:end;justify-content:flex-end}
.top-xs{-webkit-box-align:start;align-items:flex-start}
.middle-xs{-webkit-box-align:center;align-items:center}
.bottom-xs{-webkit-box-align:end;align-items:flex-end}
.around-xs{justify-content:space-around}
.between-xs{-webkit-box-pack:justify;justify-content:space-between}
.first-xs{-webkit-box-ordinal-group:0;order:-1}
.last-xs{-webkit-box-ordinal-group:2;order:1}
@media only screen and (min-width:48em){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-box-flex:1;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}[dir="ltr"] .start-sm{text-align:left}[dir="rtl"] .start-sm{text-align:right}.start-sm{-webkit-box-pack:start;justify-content:flex-start}.center-sm{-webkit-box-pack:center;justify-content:center;text-align:center}[dir="ltr"] .end-sm{text-align:right}[dir="rtl"] .end-sm{text-align:left}.end-sm{-webkit-box-pack:end;justify-content:flex-end}.top-sm{-webkit-box-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{-webkit-box-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;order:-1}.last-sm{-webkit-box-ordinal-group:2;order:1}}
@media only screen and (min-width:62em){.container{width:61rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-box-flex:1;flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}[dir="ltr"] .start-md{text-align:left}[dir="rtl"] .start-md{text-align:right}.start-md{-webkit-box-pack:start;justify-content:flex-start}.center-md{-webkit-box-pack:center;justify-content:center;text-align:center}[dir="ltr"] .end-md{text-align:right}[dir="rtl"] .end-md{text-align:left}.end-md{-webkit-box-pack:end;justify-content:flex-end}.top-md{-webkit-box-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;align-items:center}.bottom-md{-webkit-box-align:end;align-items:flex-end}.around-md{justify-content:space-around}.between-md{-webkit-box-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;order:-1}.last-md{-webkit-box-ordinal-group:2;order:1}}
@media only screen and (min-width:75em){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-box-flex:1;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}[dir="ltr"] .start-lg{text-align:left}[dir="rtl"] .start-lg{text-align:right}.start-lg{-webkit-box-pack:start;justify-content:flex-start}.center-lg{-webkit-box-pack:center;justify-content:center;text-align:center}[dir="ltr"] .end-lg{text-align:right}[dir="rtl"] .end-lg{text-align:left}.end-lg{-webkit-box-pack:end;justify-content:flex-end}.top-lg{-webkit-box-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{-webkit-box-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;order:-1}.last-lg{-webkit-box-ordinal-group:2;order:1}}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/* Content diplayed only to screenreaders */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
/* Use in conjunction with .sr-only to only display content when it's focused. */
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none;
  }
/* https://github.com/roylee0704/react-flexbox-grid/issues/13 */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.hidden {
  display: none !important;
}
@media (max-width: 767px) {

  .visible-xs      { display: block !important; }

  .row.visible-xs  { display: flex !important;
    display: -webkit-box !important;
    display: flex!important; }

  table.visible-xs { display: table !important; }

  tr.visible-xs    { display: table-row !important; }

  th.visible-xs,
  td.visible-xs    { display: table-cell !important; }
}
@media (min-width: 768px) and (max-width: 991px) {

  .visible-sm      { display: block !important; }

  .row.visible-sm  { display: flex !important;
    display: -webkit-box !important;
    display: flex!important; }

  table.visible-sm { display: table !important; }

  tr.visible-sm    { display: table-row !important; }

  th.visible-sm,
  td.visible-sm    { display: table-cell !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md      { display: block !important; }

  .row.visible-md  { display: flex !important;
    display: -webkit-box !important;
    display: flex!important; }

  table.visible-md { display: table !important; }

  tr.visible-md    { display: table-row !important; }

  th.visible-md,
  td.visible-md    { display: table-cell !important; }
}
@media (min-width: 1200px) {

  .visible-lg      { display: block !important; }

  .row.visible-lg  { display: flex !important;
    display: -webkit-box !important;
    display: flex!important; }

  table.visible-lg { display: table !important; }

  tr.visible-lg    { display: table-row !important; }

  th.visible-lg,
  td.visible-lg    { display: table-cell !important; }
}
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-lg { display: none !important; }
}
/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.padded {
  padding: 10px;
}
.padded_x {
    padding-left: 10px;
    padding-right: 10px;
  }
.padded_y {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.button {
  background: #00A4C2;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 20px
}
.button:hover {
    text-decoration: none;
    background: #1EC5E3;
  }
.button:disabled, .button.disabled {
    background: #CCC9C0;
    cursor: not-allowed;
  }
.button_large {
    border-radius: 30px;
    display: block;
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 15px;
  }
.button_large .button-text {
      line-height: 35px;
      color: #FFFFFF;
    }
.button_large .button-icon {
      font-size: 35px;
      color: #FFFFFF;
      float: left;
    }
.button_full-width {
    width: 100%;
  }
.button_overlap-left {
    position: relative;
    left: -20px;
    margin-right: -20px;
    padding: 10px 14px;
  }
.button_overlap-right {
    position: relative;
    right: -20px;
    margin-left: -20px;
    padding: 10px 14px;
  }
.button_slim {
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: -1.5px;
  }
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
thead tr:first-child {
    color: #222222;
    background-color: #FDE15D;
    border-bottom: 1px solid #9A9688;
    text-transform: uppercase;
  }
td, th {
  text-align: left;
  padding: 8px 4px;
}
tr:nth-child(even) {
  background-color: #F4F4F4;
}
h1 {
  margin-top: 10px;
  margin-bottom: calc(10px / 2);
  font-size: 32px;
}
h2 {
  margin-top: 10px;
  margin-bottom: calc(10px / 2);
  font-size: 20px;
}
h3 {
  margin-top: 10px;
  margin-bottom: calc(10px / 2);
  font-size: 18px;
}
p {
  margin-top: 0;
  margin-bottom: calc(10px / 2);
}
ul {
  margin: 10px 0;
  padding: 0 0 0 10px;
}
ul ul {
    margin: 0;
  }
a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: #00A4C2
}
a.text-link, a:hover.text-link, a:visited.text-link, a:focus.text-link, a:active.text-link {
    -webkit-text-decoration: none;
            text-decoration: none;
    color: #00A4C2;
  }
button {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  padding: 0;
  color: inherit;
  margin: 0;
  color: inherit;
}
input, textarea {
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #E3E3DB;
  background-color: #FAFAFA
}
input:focus, textarea:focus {
    background-color: #FFFFFF;
    box-shadow: none;
  }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7B7667;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7B7667;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7B7667;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7B7667;
}
input::placeholder, textarea::placeholder {
  color: #7B7667;
}
@-webkit-keyframes spin {

  from { -webkit-transform: rotate(0deg); }

  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {

  from {
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
.footer {
  width: auto;
  text-align: left;
  box-sizing: border-box
}
@media only screen and (min-width: 897px) {
.footer {
    width: auto
}
  }
.footer-container {
  background-color: #222222;
}
.footer {
  margin: 10px auto 0;
  font-size: 16px;
  padding: 10px 10px 50px;
}
.footer .footer-title {
    display: inline-block;
    margin-bottom: 0.2em;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #FDE15D;
    text-transform: uppercase;
  }
.footer p {
    margin-bottom: 1em;
    margin-top: 0;
  }
.footer a:not(.button) {
    color: #FFFFFF;
    display: inline-block;
    padding: 0.1em;
    width: 100%
  }
.footer a:not(.button):visited {
      color: #9A9688;
    }
.footer a:not(.button):hover {
      color: #FDE15D;
      -webkit-transition: 0.2s;
      transition: 0.2s;
    }
.footer-contact-section {
  color: #E3E3DB;
}
body {
  min-width: 300px;
}
a img {
  border: none;
}
body.lw-normal .outer-container {
  max-width: 1200px;
}
body.lw-wide .outer-container {
  max-width: 1600px;
}
body.lw-full .outer-container {
  max-width: 100%;
}
.skip-link:focus {
  color: #FFFFFF!important;
  background: #171717!important;
  padding: 10px!important;
  display: inline-block;
  font-size: 20px;
  position: fixed!important;
  top: 50px;
  z-index: 9999;
}
.side-padding-20 {
  padding: 0 20px;
}
.Dropdown-root {
  color: #00A4C2;
  border: 1px solid #00A4C2;
  border-radius: 15px;
  width: 130px;
  position: absolute;
}
.Dropdown-root > * {
    padding: 5px 12px 5px 7px;
    border-radius: 15px;
  }
.Dropdown-root * + * {
    padding-top: 0;
  }
.Dropdown-root .Dropdown-control {
    position: relative;
  }
.Dropdown-root .Dropdown-placeholder {
    font-size: 13px;
  }
.Dropdown-root .Dropdown-title {
    color: #808080;
    padding: 4px 0 2px 0;
    border-bottom: 1px solid;
    margin-top: 2px;
  }
.Dropdown-root .Dropdown-option {
    font-size: 13px;
    padding: 2px 5px;
    cursor: pointer
  }
@media (pointer: coarse) {

  .Dropdown-root .Dropdown-option {
      padding-top: 4px;
      padding-bottom: 4px
  }
    }
.Dropdown-root .Dropdown-arrow::before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 0.35em;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    vertical-align: top;
    width: 0.35em;
  }
.Dropdown-root .Dropdown-placeholder {
    margin-right: 10px;
  }
.Dropdown-root.is-open {
    border: 1px solid #00A4C2;
    background-color: #FFFFFF;
    z-index: 2;
  }
.Dropdown-root.is-open .Dropdown-arrow:before {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
    }
.Dropdown-root:not(.is-open) > * {
      border: none !important;
    }
.center-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px;
}
.outer-container {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
}
.underline-text {
  text-decoration: underline;
}
.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blacklist-container {
  width: 100%;
}
.empty-list {
  background-color: white;
  text-align: center;
}
.center-text {
  text-align: center;
}
.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 23;
  width: 100%;
  height: 100%;
}
.sidebar-container {
  display: block;
}
.empty {
  height: 100%;
}
.container {
  width: 100%;
}
.content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-width: 33%;
  width: 100%;
  box-sizing: border-box;
}
.search-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.main-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.inbody-sidebar-container {
  -webkit-box-ordinal-group: 100;
          order: 99;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.inbody-sidebar-container .inbody-sidebar {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
.notification-icon.fa {
  font-size: 40px;
  display: -webkit-box;
  display: flex;
  align-self: center;
  height: 100%;
  min-width: 60px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.05)
}
.notification-icon.fa.success-icon {
    color: #3DAE3D;
  }
.notification-icon.fa.info-icon {
    color: #00A4C2;
  }
.notification-icon.fa.error-icon {
    color: #CB4A28;
  }
.empty-message, .unable-to-load {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #7B7667;
  display: -webkit-box;
  display: flex;
  font-style: italic;
  width: 100%;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  margin: 100px 0;
}
@media only screen and (min-width: 587px) {

  .container {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 897px) {

  .outer-container {
    width: auto;
  }

  .overlay {
    display: none;
  }

  .sidebar-container {
    display: block;
    width: 300px;
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    margin-left: 10px;
  }
}
.settings-nav {
  margin-bottom: 10px;
}
.settings-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
.settings-nav .active {
    box-sizing: border-box;
    border-top: 1px solid #E3E3DB;
    border-left: 1px solid #E3E3DB;
    border-right: 1px solid #E3E3DB;
  }
.navigation a, .navigation a:visited, .navigation a:active, .navigation input {
    color: #000000;
  }
.navigation a:hover {
    color: #000000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
.navigation {
  background-color: #E5E5DE;
  color: #000000;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.navigation ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #E5E5DE;
    border-left: 1px solid #E5E5DE;
    border-right: 1px solid #E5E5DE;
    display: -webkit-box;
    display: flex;
  }
.navigation li {
    min-height: 43px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    list-style: none;
  }
.navigation li a {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
    }
.navigation li.active {
    background-color: #FFFFFF;
  }
.navigation li.active a {
      color: #00A4C2;
    }
.info-icon {
  cursor: pointer;
}
.info-icon .background {
    color: white;
  }
.info-icon .foreground {
    color: black;
  }
.clear-icon {
  cursor: pointer;
  padding: 5px;
  color: #00A4C2;
}
.close-button {
  cursor: pointer;
  color: #999999;
  padding: 10px 20px;
  display: block
}
.close-button:hover {
    color: #000000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
.favorite-widget {
  color: #7B7667;
  padding: 5px
}
.favorite-widget.active {
    color: #FF1493;
    text-shadow: none;
  }
.top-notification {
  background-color: #FCF6EB;
  text-align: center;
  padding: 9px;
}
.top-notification h2 {
    font-size: 18px;
  }
.top-notification h2 a, .top-notification h2 a:visited {
      color: #00A4C2 !important;
      -webkit-text-decoration: none;
              text-decoration: none;
      font-size: 18px;
    }
.top-notification h2 button {
      color: #00A4C2;
    }
.top-notification.info-box {
    text-align: left;
    padding: 20px;
  }
.top-notification.info-box li {
      padding: 5px;
    }
.top-notification.sport-notification  {
    background: #00A4C2 !important;
    text-align: center;
    padding: 9px;
  }
.top-notification.sport-notification a {
      color: #FFFFFF !important;
      -webkit-text-decoration: none !important;
              text-decoration: none !important;
      font-size: 18px;
    }
.top-notification.highlight {
    background-color: #312a6a !important;
  }
.top-notification.highlight a, .top-notification.highlight a:visited {
      color: white !important;
      font-weight: bold;
    }
.top-notification.highlight a span, .top-notification.highlight a:visited span {
        color: #f6cb02 !important;
      }
.top-notification.highlight a:hover {
      text-decoration: underline;
    }
body {
  color: #000000;
  background-color: #EEEEE9;
  min-width: 300px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;

  /* Normalize font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}
body.overlay-open #react-view {
    overflow: hidden;
    height: 100vh;
  }
a, a:hover, a:active {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.content, .content-top {
  background: #FFFFFF;
}
.content-no-bg {
  background-color: transparent !important;
}
.loading {
  text-align: center;
  font-size: 24px;
  color: #000000;
  background-color: #FFFFFF;
  height: 100%;
  font-weight: bold;
  padding: 10px;
}
.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* fix flexboxgrid overflow bug */
.container-fluid {
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 767px) {

  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {

  .mobile {
    display: none !important;
  }
}
@media (min-width: 897px) {

  .screen-md {
    display: none !important;
  }
}
@media (min-width: 587px) {

  .screen-xs {
    display: none !important;
  }
}
@media (max-width: 587px) {

  .screen-sm {
    display: none !important;
  }
}
body.th-classic {color: #000000;background-color: #1577AA;font-family: 'arial', sans-serif
}
/* or use cdn? */
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* Content diplayed only to screenreaders */
/* Use in conjunction with .sr-only to only display content when it's focused. */
/* https://github.com/roylee0704/react-flexbox-grid/issues/13 */
/* Element widths & heights */
/* Spacing */
.th-classic .button {
  background: #1577AA;
  color: #FFFFFF !important
}
/* Breakpoints */
.th-classic .button:hover {
    background: #1188CC;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-classic .button:disabled, .th-classic .button.disabled {
    background: #CCCCCC;
  }
/*
* === MATRIX THEME ===
*/
.th-classic .button_large .button-text {
      color: #FFFFFF;
    }
.th-classic .button_large .button-icon {
      color: #FFFFFF;
    }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-classic thead tr:first-child {
    color: #FFFFFF;
    background-color: #66BB00;
    border-bottom: 1px solid #9A9688;
  }
/*
* === DEFAULT THEME ===
*/
.th-classic tr:nth-child(even) {
  background-color: #F4F4F4;
}
.th-classic a, .th-classic a:hover, .th-classic a:visited, .th-classic a:focus, .th-classic a:active {
  color: #1577AA
}
.th-classic a.text-link, .th-classic a:hover.text-link, .th-classic a:visited.text-link, .th-classic a:focus.text-link, .th-classic a:active.text-link {
    -webkit-text-decoration: none;
            text-decoration: none;
    color: #1577AA;
  }
.th-classic input, .th-classic textarea {
  border: 1px solid #E3E3DB
}
.th-classic input::-webkit-input-placeholder, .th-classic textarea::-webkit-input-placeholder {
  color: #777777;
}
.th-classic input::-moz-placeholder, .th-classic textarea::-moz-placeholder {
  color: #777777;
}
.th-classic input:-ms-input-placeholder, .th-classic textarea:-ms-input-placeholder {
  color: #777777;
}
.th-classic input::-ms-input-placeholder, .th-classic textarea::-ms-input-placeholder {
  color: #777777;
}
.th-classic input::placeholder, .th-classic textarea::placeholder {
  color: #777777;
}
.th-classic .footer-container {
  background-color: #005588;
}
.th-classic .footer .footer-title {
    color: #66BB00;
  }
.th-classic .footer a:not(.button) {
    color: #FFFFFF
  }
.th-classic .footer a:not(.button):visited {
      color: #999999;
    }
.th-classic .footer a:not(.button):hover {
      color: #66BB00;
    }
.th-classic .Dropdown-root {
  color: #1577AA;
  border: 1px solid #1577AA;
}
.th-classic .Dropdown-root.is-open {
    border: 1px solid #1577AA;
    background-color: #FFFFFF;
  }
.th-classic .empty-message, .th-classic .unable-to-load {
  color: #777777;
}
.th-classic .settings-nav .active {
    border-top: 1px solid #E3E3DB;
    border-left: 1px solid #E3E3DB;
    border-right: 1px solid #E3E3DB;
  }
.th-classic .navigation a, .th-classic .navigation a:visited, .th-classic .navigation a:active, .th-classic .navigation input {
    color: #000000;
  }
.th-classic .navigation a:hover {
    color: #000000;
  }
.th-classic .navigation {
  background-color: #E5E5DE;
  color: #000000;
}
.th-classic .navigation ul {
    border-top: 1px solid #E5E5DE;
    border-left: 1px solid #E5E5DE;
    border-right: 1px solid #E5E5DE;
  }
.th-classic .navigation li.active {
    background-color: #FFFFFF;
  }
.th-classic .navigation li.active a {
      color: #00A4C2;
    }
.th-classic .close-button {
  color: #999999
}
.th-classic .close-button:hover {
    color: #000000;
  }
.th-classic .favorite-widget {
  color: #777777
}
.th-classic .favorite-widget.active {
    color: #FF1493;
  }
.th-classic .top-notification {
  background-color: #E1EDF3;
}
.th-classic .top-notification h2 a, .th-classic .top-notification h2 a:visited {
      color: #1577AA !important;
      -webkit-text-decoration: none;
              text-decoration: none;
    }
.th-classic .top-notification h2 button {
      color: #1577AA;
    }
.th-classic .top-notification.sport-notification a {
      -webkit-text-decoration: none !important;
              text-decoration: none !important;
    }
.th-classic .content, .th-classic .content-top {
  background: #FFFFFF;
}
.th-classic .loading {
  color: #000000;
  background-color: #FFFFFF;
}
/* fix flexboxgrid overflow bug */
body.th-night {color: #EEEEEE;background-color: #222222;font-family: 'Lato', sans-serif
}
/* or use cdn? */
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* Content diplayed only to screenreaders */
/* Use in conjunction with .sr-only to only display content when it's focused. */
/* https://github.com/roylee0704/react-flexbox-grid/issues/13 */
/* Element widths & heights */
/* Spacing */
.th-night .button {
  background: #7B7667;
  color: #FFFFFF !important
}
/* Breakpoints */
.th-night .button:hover {
    background: #484848;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-night .button:disabled, .th-night .button.disabled {
    background: #CCC9C0;
  }
/*
* === MATRIX THEME ===
*/
.th-night .button_large .button-text {
      color: #FFFFFF;
    }
.th-night .button_large .button-icon {
      color: #FFFFFF;
    }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-night thead tr:first-child {
    color: #000000;
    background-color: #FDE15D;
    border-bottom: 1px solid #9A9688;
  }
/*
* === DEFAULT THEME ===
*/
.th-night tr:nth-child(even) {
  background-color: #383838;
}
.th-night a, .th-night a:hover, .th-night a:visited, .th-night a:focus, .th-night a:active {
  color: #7B7667
}
.th-night a.text-link, .th-night a:hover.text-link, .th-night a:visited.text-link, .th-night a:focus.text-link, .th-night a:active.text-link {
    -webkit-text-decoration: underline;
            text-decoration: underline;
    color: #9A9688;
  }
.th-night input, .th-night textarea {
  border: 1px solid #E3E3DB
}
.th-night input::-webkit-input-placeholder, .th-night textarea::-webkit-input-placeholder {
  color: #7B7667;
}
.th-night input::-moz-placeholder, .th-night textarea::-moz-placeholder {
  color: #7B7667;
}
.th-night input:-ms-input-placeholder, .th-night textarea:-ms-input-placeholder {
  color: #7B7667;
}
.th-night input::-ms-input-placeholder, .th-night textarea::-ms-input-placeholder {
  color: #7B7667;
}
.th-night input::placeholder, .th-night textarea::placeholder {
  color: #7B7667;
}
.th-night .footer-container {
  background-color: #000000;
}
.th-night .footer .footer-title {
    color: #FDE15D;
  }
.th-night .footer a:not(.button) {
    color: #FFFFFF
  }
.th-night .footer a:not(.button):visited {
      color: #9A9688;
    }
.th-night .footer a:not(.button):hover {
      color: #FDE15D;
    }
.th-night .Dropdown-root {
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.th-night .Dropdown-root.is-open {
    border: 1px solid #A9A9A9;
    background-color: #282828;
  }
.th-night .empty-message, .th-night .unable-to-load {
  color: #7B7667;
}
.th-night .settings-nav .active {
    border-top: 1px solid #E3E3DB;
    border-left: 1px solid #E3E3DB;
    border-right: 1px solid #E3E3DB;
  }
.th-night .navigation a, .th-night .navigation a:visited, .th-night .navigation a:active, .th-night .navigation input {
    color: #EEEEEE;
  }
.th-night .navigation a:hover {
    color: #EEEEEE;
  }
.th-night .navigation {
  background-color: #7B7667;
  color: #EEEEEE;
}
.th-night .navigation ul {
    border-top: 1px solid #7B7667;
    border-left: 1px solid #7B7667;
    border-right: 1px solid #7B7667;
  }
.th-night .navigation li.active {
    background-color: #282828;
  }
.th-night .navigation li.active a {
      color: #FDE15D;
    }
.th-night .close-button {
  color: #999999
}
.th-night .close-button:hover {
    color: #EEEEEE;
  }
.th-night .favorite-widget {
  color: #7B7667
}
.th-night .favorite-widget.active {
    color: #FF1493;
  }
.th-night .top-notification {
  background-color: #000000;
}
.th-night .top-notification h2 a, .th-night .top-notification h2 a:visited {
      color: #9A9688 !important;
      -webkit-text-decoration: underline;
              text-decoration: underline;
    }
.th-night .top-notification h2 button {
      color: #7B7667;
    }
.th-night .top-notification.sport-notification a {
      -webkit-text-decoration: underline !important;
              text-decoration: underline !important;
    }
.th-night .content, .th-night .content-top {
  background: #282828;
}
.th-night .loading {
  color: #EEEEEE;
  background-color: #282828;
}
/* fix flexboxgrid overflow bug */
body.th-matrix {color: #D7D7D7;background-color: #222222;font-family: 'Lato', sans-serif
}
/* or use cdn? */
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* Content diplayed only to screenreaders */
/* Use in conjunction with .sr-only to only display content when it's focused. */
/* https://github.com/roylee0704/react-flexbox-grid/issues/13 */
/* Element widths & heights */
/* Spacing */
.th-matrix .button {
  background: #7B7667;
  color: #D7D7D7 !important
}
/* Breakpoints */
.th-matrix .button:hover {
    background: #484848;
  }
/*
* === UNIVERSAL VARIABLES ===
*/
.th-matrix .button:disabled, .th-matrix .button.disabled {
    background: #CCC9C0;
  }
/*
* === MATRIX THEME ===
*/
.th-matrix .button_large .button-text {
      color: #D7D7D7;
    }
.th-matrix .button_large .button-icon {
      color: #D7D7D7;
    }
/*
* === NIGHT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
.th-matrix thead tr:first-child {
    color: #D7D7D7;
    background-color: #37650B;
    border-bottom: 1px solid #9A9688;
  }
/*
* === DEFAULT THEME ===
*/
.th-matrix tr:nth-child(even) {
  background-color: #383838;
}
.th-matrix a, .th-matrix a:hover, .th-matrix a:visited, .th-matrix a:focus, .th-matrix a:active {
  color: #7B7667
}
.th-matrix a.text-link, .th-matrix a:hover.text-link, .th-matrix a:visited.text-link, .th-matrix a:focus.text-link, .th-matrix a:active.text-link {
    -webkit-text-decoration: underline;
            text-decoration: underline;
    color: #9A9688;
  }
.th-matrix input, .th-matrix textarea {
  border: 1px solid #E3E3DB
}
.th-matrix input::-webkit-input-placeholder, .th-matrix textarea::-webkit-input-placeholder {
  color: #7B7667;
}
.th-matrix input::-moz-placeholder, .th-matrix textarea::-moz-placeholder {
  color: #7B7667;
}
.th-matrix input:-ms-input-placeholder, .th-matrix textarea:-ms-input-placeholder {
  color: #7B7667;
}
.th-matrix input::-ms-input-placeholder, .th-matrix textarea::-ms-input-placeholder {
  color: #7B7667;
}
.th-matrix input::placeholder, .th-matrix textarea::placeholder {
  color: #7B7667;
}
.th-matrix .footer-container {
  background-color: #000000;
}
.th-matrix .footer .footer-title {
    color: #37650B;
  }
.th-matrix .footer a:not(.button) {
    color: #D7D7D7
  }
.th-matrix .footer a:not(.button):visited {
      color: #9A9688;
    }
.th-matrix .footer a:not(.button):hover {
      color: #37650B;
    }
.th-matrix .Dropdown-root {
  color: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.th-matrix .Dropdown-root.is-open {
    border: 1px solid #A9A9A9;
    background-color: #282828;
  }
.th-matrix .empty-message, .th-matrix .unable-to-load {
  color: #7B7667;
}
.th-matrix .settings-nav .active {
    border-top: 1px solid #E3E3DB;
    border-left: 1px solid #E3E3DB;
    border-right: 1px solid #E3E3DB;
  }
.th-matrix .navigation a, .th-matrix .navigation a:visited, .th-matrix .navigation a:active, .th-matrix .navigation input {
    color: #D7D7D7;
  }
.th-matrix .navigation a:hover {
    color: #D7D7D7;
  }
.th-matrix .navigation {
  background-color: #7B7667;
  color: #D7D7D7;
}
.th-matrix .navigation ul {
    border-top: 1px solid #7B7667;
    border-left: 1px solid #7B7667;
    border-right: 1px solid #7B7667;
  }
.th-matrix .navigation li.active {
    background-color: #282828;
  }
.th-matrix .navigation li.active a {
      color: #8CD437;
    }
.th-matrix .close-button {
  color: #999999
}
.th-matrix .close-button:hover {
    color: #D7D7D7;
  }
.th-matrix .favorite-widget {
  color: #7B7667
}
.th-matrix .favorite-widget.active {
    color: #FF1493;
  }
.th-matrix .top-notification {
  background-color: #000000;
}
.th-matrix .top-notification h2 a, .th-matrix .top-notification h2 a:visited {
      color: #9A9688 !important;
      -webkit-text-decoration: underline;
              text-decoration: underline;
    }
.th-matrix .top-notification h2 button {
      color: #7B7667;
    }
.th-matrix .top-notification.sport-notification a {
      -webkit-text-decoration: underline !important;
              text-decoration: underline !important;
    }
.th-matrix .content, .th-matrix .content-top {
  background: #282828;
}
.th-matrix .loading {
  color: #D7D7D7;
  background-color: #282828;
}
/* fix flexboxgrid overflow bug */

/*
* === DEFAULT THEME ===
*/
/*
* === CLASSIC THEME ===
*/
/*
* === NIGHT THEME ===
*/
/*
* === MATRIX THEME ===
*/
/*
* === UNIVERSAL VARIABLES ===
*/
/* Breakpoints */
/* Spacing */
/* Element widths & heights */
.horizontal-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.horizontal-list li {
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    margin-right: 20px;
    display: -webkit-box;
    display: flex;
  }
.horizontal-list li a, .horizontal-list li a:visited, .horizontal-list li a:hover, .horizontal-list li a:focus {
      color: #999999;
    }
.horizontal-list li .horizontal-list-item {
      margin-bottom: 5px;
      padding-bottom: 2px;
      border-bottom: 4px transparent solid;
      color: #999999;
    }
.horizontal-list li.active .horizontal-list-item {
        color: #564C1A;
        border-bottom: 4px #564C1A solid;
      }
.horizontal-list li.active .horizontal-list-item a, .horizontal-list li.active .horizontal-list-item a:visited, .horizontal-list li.active .horizontal-list-item a:hover, .horizontal-list li.active .horizontal-list-item a:focus {
          color: #564C1A;
        }
/* Element widths & heights */
.th-classic .horizontal-list li {
    color: #999999;
  }
.th-classic .horizontal-list li a, .th-classic .horizontal-list li a:visited, .th-classic .horizontal-list li a:hover, .th-classic .horizontal-list li a:focus {
      color: #999999;
    }
.th-classic .horizontal-list li .horizontal-list-item {
      color: #999999;
    }
.th-classic .horizontal-list li.active .horizontal-list-item {
        color: #564C1A;
        border-bottom: 4px #564C1A solid;
      }
.th-classic .horizontal-list li.active .horizontal-list-item a, .th-classic .horizontal-list li.active .horizontal-list-item a:visited, .th-classic .horizontal-list li.active .horizontal-list-item a:hover, .th-classic .horizontal-list li.active .horizontal-list-item a:focus {
          color: #564C1A;
        }
/* Element widths & heights */
.th-night .horizontal-list li {
    color: #999999;
  }
.th-night .horizontal-list li a, .th-night .horizontal-list li a:visited, .th-night .horizontal-list li a:hover, .th-night .horizontal-list li a:focus {
      color: #999999;
    }
.th-night .horizontal-list li .horizontal-list-item {
      color: #9A9688;
    }
.th-night .horizontal-list li.active .horizontal-list-item {
        color: #FDE15D;
        border-bottom: 4px #FDE15D solid;
      }
.th-night .horizontal-list li.active .horizontal-list-item a, .th-night .horizontal-list li.active .horizontal-list-item a:visited, .th-night .horizontal-list li.active .horizontal-list-item a:hover, .th-night .horizontal-list li.active .horizontal-list-item a:focus {
          color: #FDE15D;
        }
/* Element widths & heights */
.th-matrix .horizontal-list li {
    color: #999999;
  }
.th-matrix .horizontal-list li a, .th-matrix .horizontal-list li a:visited, .th-matrix .horizontal-list li a:hover, .th-matrix .horizontal-list li a:focus {
      color: #999999;
    }
.th-matrix .horizontal-list li .horizontal-list-item {
      color: #9A9688;
    }
.th-matrix .horizontal-list li.active .horizontal-list-item {
        color: #8CD437;
        border-bottom: 4px #8CD437 solid;
      }
.th-matrix .horizontal-list li.active .horizontal-list-item a, .th-matrix .horizontal-list li.active .horizontal-list-item a:visited, .th-matrix .horizontal-list li.active .horizontal-list-item a:hover, .th-matrix .horizontal-list li.active .horizontal-list-item a:focus {
          color: #8CD437;
        }


/*# sourceMappingURL=styles.ef654418c8d191f03e7e.css.map*/