@charset "UTF-8";
/**
 * z-index values. Order reflects the stacking
 * of elements from lowest to highest.
 */
/**
 * Font styles
 */
/**
 * Colors
 */
/**
 * Animations
 */
@-webkit-keyframes slidein {
  0% {
    max-height: 0;
    overflow: hidden; }
  100% {
    max-height: 100px;
    overflow: visible; } }
@keyframes slidein {
  0% {
    max-height: 0;
    overflow: hidden; }
  100% {
    max-height: 100px;
    overflow: visible; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20%, 40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  30%, 50% {
    -webkit-transform: translateX(1.5px);
            transform: translateX(1.5px); }
  60%, 80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  70%, 90% {
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes shake {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  20%, 40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  30%, 50% {
    -webkit-transform: translateX(1.5px);
            transform: translateX(1.5px); }
  60%, 80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  70%, 90% {
    -webkit-transform: translateX(0.5px);
            transform: translateX(0.5px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes spinner {
  0% {
    clip: rect(0, auto, 2.5em, auto); }
  50% {
    clip: rect(0, auto, 2.5em, auto); }
  51% {
    clip: rect(0, auto, 5em, auto); }
  100% {
    clip: rect(0, auto, 5em, auto); } }

@keyframes spinner {
  0% {
    clip: rect(0, auto, 2.5em, auto); }
  50% {
    clip: rect(0, auto, 2.5em, auto); }
  51% {
    clip: rect(0, auto, 5em, auto); }
  100% {
    clip: rect(0, auto, 5em, auto); } }

@-webkit-keyframes firstHalf {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes firstHalf {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes secondHalf {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  51% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes secondHalf {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  51% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body:before {
  display: none; }

@media (max-width: 668px) {
  body:before {
    content: "MOBILE"; } }

@media (min-width: 668px) and (max-width: 867px) {
  body:before {
    content: "TABLET"; } }

@media (min-width: 868px) {
  body:before {
    content: "DESKTOP"; } }

html, body {
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "museo_sans700", sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: white;
  background-color: #40a4c4; }

::selection {
  color: white;
  background-color: #40a4c4; }

#periscope-app {
  height: 100%;
  min-height: 100%; }

h1 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

.theo-context-menu,
.theoplayer-error,
.theoplayer-offline,
.vjs-loading-spinner {
  display: none !important; }

.HashtagLink, .DiscoverHeader-channelLink {
  color: #a4b8be;
  text-decoration: none;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s; }

a.HashtagLink:hover, a.DiscoverHeader-channelLink:hover {
  color: #3f4d51; }

.GearIcon {
  width: 24px;
  height: 24px; }
  .GearIcon .GearIcon-fill {
    fill: white; }
  .GearIcon.is-active .GearIcon-fill {
    fill: rgba(124, 214, 241, 0.2); }

.App {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: black;
  background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
  background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  min-height: 100%; }

.Header {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  margin-left: 130px;
  white-space: nowrap; }
  .Header .AppLink {
    font-size: 12px;
    padding: 5px 13px;
    width: auto; }
  .Header .AppLink-icon {
    margin-right: 5px; }
    .Header .AppLink-icon img {
      vertical-align: inherit;
      width: 13px; }
  .Header .GetAppCTA {
    width: 170px; }

.Header-topRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px; }
  .Header-topRight .GetAppCTA {
    width: auto;
    margin: 0 7px; }
    .Header-topRight .GetAppCTA .AppLink {
      display: inline-block;
      height: 32px;
      padding: 6px 20px;
      font-size: 14px; }
  .Header-topRight .ProfileAvatar-image {
    border: none; }
  .Header-topRight .DropdownToggleButton {
    padding: 0 5px; }
  .Header-topRight .BroadcastHeaderButton {
    display: inline-block;
    height: 32px;
    margin: 0 7px;
    padding: 6px 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: white;
    font-family: "museo_sans700", sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .Header-topRight .BroadcastHeaderButton:hover, .Header-topRight .BroadcastHeaderButton:focus {
      outline: none;
      background-color: rgba(255, 255, 255, 0.4); }

.Header-logo {
  background-image: url("../images/logo.8973f9f7d8c92c64707e7bbb82404ef38a724060.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 36px;
  margin-bottom: 12px;
  margin-right: 1px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Header-logo {
      background-image: url("../images/logo@2x.0660bd3c8405509a7353ad3ee51a931581e03492.png");
      background-size: 168px 36px; } }
  .Header-logo:focus {
    outline: none; }

.Header-mobileLinkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-family: "museo_sans300", sans-serif; }
  .Header-mobileLinkContainer .Header-ctaCopy,
  .Header-mobileLinkContainer .Header-ctaButton {
    margin: 0 10px;
    padding: 0; }
  .Header-mobileLinkContainer .Header-ctaCopy {
    margin-left: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .Header-mobileLinkContainer .Header-ctaButton {
    background-color: white;
    color: black;
    font-family: "museo_sans500", sans-serif;
    border-radius: 15px;
    text-align: center;
    min-width: 65px;
    margin: 0;
    padding: 5px 20px; }

.Header-appLogo {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  background-color: #40a4c4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  .Header-appLogo.Header-appLogo--android {
    border-radius: 25px; }

.Header-subhead {
  font-size: 12px;
  margin-top: 3px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .Header .AppLink {
    display: none; }
  .Header-subhead {
    display: none; }
  .Header-mobileLinkContainer {
    font-size: 14px; } }

.AppLink {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: white;
  display: block;
  font-family: "museo_sans700", sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .AppLink:hover, .AppLink:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.4); }

.AppLink--cta {
  margin: 0 auto 10px;
  padding: 10px 0;
  font-size: 30px;
  width: 100%; }

.AppLink--withIcon {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  padding: 13px 0;
  position: relative;
  width: 150px; }

.AppLink--withIcon:last-child {
  margin-right: 0; }

.AppLink-icon {
  margin-right: 14px;
  vertical-align: text-bottom; }

.AppLink-playButton {
  line-height: 0;
  font-size: 40px; }
  .AppLink-playButton svg {
    width: 22px;
    height: 22px;
    margin-right: 20px; }

.BroadcastBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .BroadcastBackground.ready {
    opacity: 1; }
  .BroadcastBackground .BackgroundImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

.BroadcastDetails-overlay {
  width: 100%;
  max-width: 700px;
  z-index: 7;
  text-align: center;
  margin: 0 auto; }
  .BroadcastDetails-overlay.u-flexParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding-top: 10px; }

.BroadcastDetails-metadata {
  max-height: 500px; }

.BroadcastDetails-appCta {
  margin: 40px auto 0;
  max-width: 320px;
  font-family: "museo_sans300", sans-serif; }
  .BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    font-family: "museo_sans300", sans-serif;
    left: 0;
    margin-top: 0;
    max-width: none;
    position: fixed;
    right: 0; }
    .BroadcastDetails-appCta.BroadcastDetails-appCta--deviceWithApp .AppLink {
      background: none;
      border-radius: 0;
      color: #40a4c4;
      font-family: "museo_sans300", sans-serif;
      font-size: 16px;
      margin: 0 auto;
      padding: 20px 0;
      width: 200px; }

.BroadcastDetails .CouchmodeCTA {
  position: relative;
  margin-top: 15px;
  padding-top: 50px; }
  .BroadcastDetails .CouchmodeCTA::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    right: 100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }

.BroadcastDetails .CouchmodeCTA-prompt {
  color: white; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastDetails-metadata .ProfileAvatar {
    display: none; }
  .BroadcastDetails-metadata .ProfileName {
    margin-top: 14px;
    font-size: 20px; }
  .BroadcastDetails-appCta p {
    margin: 0; }
  .BroadcastDetails .CouchmodeCTA::before {
    display: none; } }

@media only screen and (max-height: 620px) {
  .BroadcastDetails .BroadcastTitle {
    display: block;
    width: inherit;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }

@media only screen and (max-height: 320px) {
  .BroadcastDetails.u-fullHeight {
    overflow-y: visible; }
  .BroadcastDetails-overlay {
    margin-top: 200px;
    padding-bottom: 30px; } }

.BroadcastFeed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

@-webkit-keyframes periscope-status-pulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

@keyframes periscope-status-pulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

.BroadcastPreview-imageContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  max-height: 180px;
  max-width: 180px;
  margin: 0 auto;
  position: relative; }

.BroadcastPreview-imageWrapper {
  position: relative;
  max-width: inherit;
  max-height: inherit; }
  .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
    content: attr(data-tag-label);
    position: absolute;
    padding: 1px 10px;
    margin-top: -10px;
    margin-right: -20px;
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
            animation: periscope-status-pulse 2s 250ms ease-in-out infinite backwards;
    color: white;
    background-color: #d55548;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }

.BroadcastPreview-image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  height: auto;
  max-height: inherit;
  max-width: inherit; }

.BroadcastPreview-playIcon {
  opacity: 0;
  position: absolute;
  top: calc(50% - 11px);
  right: calc(50% - 17px); }

.BroadcastPreview-playIcon svg {
  width: 22px;
  height: 22px; }

.BroadcastPreview-subhead {
  color: rgba(255, 255, 255, 0.5);
  font-family: "museo_sans300", sans-serif;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px; }

.BroadcastPreview--withImage .BroadcastPreview-playIcon,
.BroadcastPreview--withImage .BroadcastPreview-imageWrapper.BroadcastPreview-imageWrapper--live:after {
  opacity: 1; }

@media only screen and (max-width: 320px), (max-height: 480px) {
  .BroadcastPreview-imageContainer {
    height: 150px;
    max-height: 150px;
    max-width: 150px; } }

@-webkit-keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

@keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

.BroadcastReplayButton-loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/video_loading_pattern.79f470962dfa8f720a6dff079ba687adeee165cb.png");
  -webkit-animation-name: slideacross;
          animation-name: slideacross;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .BroadcastReplayButton-loading {
      background-image: url("../images/video_loading_pattern@2x.c37ef542cc882ba9d0d77265ca1b9af0b2653f53.png");
      background-size: 68px 68px; } }

.BroadcastReplayButton {
  margin: 0 auto 40px;
  width: 180px; }
  .BroadcastReplayButton:hover .circle,
  .BroadcastReplayButton:focus .circle {
    outline: none;
    fill-opacity: .15; }
  .BroadcastReplayButton.is-loading {
    border-radius: 100px;
    overflow: hidden;
    position: relative; }
    .BroadcastReplayButton.is-loading .BroadcastReplayButton-loading {
      display: inherit; }
  .BroadcastReplayButton svg {
    cursor: pointer; }
  .BroadcastReplayButton .circle {
    -webkit-transition: .2s fill-opacity linear;
    transition: .2s fill-opacity linear; }
  .BroadcastReplayButton .icon-play,
  .BroadcastReplayButton .icon-pause {
    fill-opacity: 0; }
  .BroadcastReplayButton.is-loading .icon-pause,
  .BroadcastReplayButton.is-playing .icon-pause {
    fill-opacity: 1; }
  .BroadcastReplayButton.is-stopped .icon-play {
    fill-opacity: 1; }

.BroadcastReplayButton.BroadcastReplayButton--disabled svg {
  opacity: .2; }

.BroadcastNextButton-arrow {
  background-repeat: no-repeat;
  float: right;
  height: 33px;
  width: 19px;
  background-image: url("../images/nextarrow.c307e7bb1fe3dde1fb752ea127ebb2984531e551.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .BroadcastNextButton-arrow {
      background-image: url("../images/nextarrow@2x.b62a304c6cef78d6b128bf3b756c64f818b57e91.png");
      background-size: 19px 33px; } }

.BroadcastNextButton-label {
  float: right;
  line-height: 2;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.BroadcastNextButton {
  margin-right: 13px;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
  z-index: 8; }
  .BroadcastNextButton:hover .BroadcastNextButton-label, .BroadcastNextButton:focus .BroadcastNextButton-label {
    outline: none;
    opacity: 1; }

.BroadcastSidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 main-size;
          flex: 0 0 main-size;
  height: 100%;
  background-color: white;
  -webkit-transition: margin-left 0.3s ease-out;
  transition: margin-left 0.3s ease-out;
  overflow: hidden;
  z-index: 10; }

.BroadcastSidebar-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 94px;
  margin-left: 20px;
  margin-right: 20px; }
  .BroadcastSidebar-header .SearchInputContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 125px; }

.BroadcastSidebar-headerBackButton {
  background-color: #88c6d9;
  border-radius: 16px;
  color: white;
  max-width: 240px;
  overflow-x: hidden;
  padding: 5px 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s;
  white-space: nowrap; }
  .BroadcastSidebar-headerBackButton:hover {
    background-color: #7cc0d5; }

.BroadcastSidebar-rightBarClose {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  cursor: w-resize; }

.BroadcastSidebar-bottomClose {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 5px 0;
  width: 40px;
  background-color: #88c6d9;
  color: white;
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  cursor: pointer; }
  .BroadcastSidebar-bottomClose:hover, .BroadcastSidebar-bottomClose:focus {
    outline: none;
    background-color: #43a3c1; }
  .BroadcastSidebar-bottomClose::after {
    content: '\00d7'; }

.BroadcastSidebar--isActive .BroadcastSidebar-bottomClose {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.BroadcastSidebar-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media only screen and (max-width: 720px) {
  .BroadcastSidebar-bottomClose {
    bottom: auto;
    top: 80px; } }

.BroadcastState {
  font-family: "museo_sans300", sans-serif;
  font-size: 16px; }

.BroadcastState--error {
  color: #a4b8be;
  font-size: 32px; }

.BroadcastState p {
  margin: 0; }

.BroadcastState-noReplay {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastState {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }
  .BroadcastState--error {
    color: #a4b8be;
    font-size: 28px; } }

.BroadcastTitle {
  font-family: "museo_sans300", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-word; }
  .BroadcastDetails .BroadcastTitle {
    -ms-flex-negative: 2;
        flex-shrink: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9; }
    @media (min-height: 600px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 1; } }
    @media (min-height: 680px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 2; } }
    @media (min-height: 730px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 3; } }
    @media (min-height: 780px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 4; } }
    @media (min-height: 830px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 5; } }
    @media (min-height: 880px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 6; } }
    @media (min-height: 930px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 7; } }
    @media (min-height: 980px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 8; } }
    @media (min-height: 1030px) {
      .BroadcastDetails .BroadcastTitle {
        -webkit-line-clamp: 9; } }
  .BroadcastTitle:hover .TwitterLogo {
    fill: #59adeb; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .BroadcastDetails .BroadcastTitle {
    font-size: 18px;
    font-family: "museo_sans500", sans-serif;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 20px; } }

.BroadcastLocation {
  float: left;
  font-family: "museo_sans700", sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap; }

.BroadcastListItem {
  text-decoration: none;
  color: inherit; }

a.BroadcastListItem:hover,
a.BroadcastListItem:focus {
  outline: none;
  background-color: rgba(239, 242, 244, 0.7); }

.BroadcastListItem-content {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  background: inherit; }
  .BroadcastListItem--featuredReason .BroadcastListItem-content {
    height: inherit;
    min-height: 140px; }

.BroadcastListItem-thumbContainer {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #a4b8be;
  border-radius: 3px; }
  .BroadcastListItem-thumbContainer .LockIcon {
    width: 24px;
    position: absolute;
    top: 10px;
    left: 10px; }

.BroadcastListItem-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit; }

.BroadcastListItem-detailsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  font-family: "museo_sans300", sans-serif;
  min-width: 0; }
  .BroadcastListItem-detailsContainer .BroadcastUserAndLocation {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px; }

.BroadcastListItem-featuredContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f4d51;
  font-size: 14px;
  font-family: "museo_sans300", sans-serif;
  line-height: 1.2;
  margin-top: 12px;
  width: 100%; }
  .BroadcastListItem-featuredContainer .BroadcastListItem-featuredFlag {
    margin-right: 12px;
    min-width: 12px; }
  .BroadcastListItem-featuredContainer .BroadcastListItem-featuredReason {
    margin: 0; }

.BroadcastListItem-auxDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.BroadcastListItem-pill {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-family: "museo_sans700", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1; }

.BroadcastListItem-detailsLive {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #d55548; }

.BroadcastListItem-detailsDuration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #a4b8be; }

.BroadcastListItem-detailsFeatured {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  font-family: "museo_sans700", sans-serif;
  color: white;
  font-size: 12px;
  margin-left: 12px;
  padding: 3px 8px 0;
  text-transform: uppercase; }

.BroadcastListItem-detailsTime {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  margin-top: 2px;
  margin-left: 10px;
  color: #a4b8be;
  font-size: 14px;
  font-family: "museo_sans500", sans-serif; }

.BroadcastListItem-detailsTime--container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastListItem .BroadcastTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-flex: 1 1 100%;
  font-size: 24px;
  color: #3f4d51;
  margin: 0;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .ProfileSidebar .BroadcastListItem .BroadcastTitle, .SearchSidebar .BroadcastListItem .BroadcastTitle {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: inherit; }

.BroadcastListItem .BroadcastTitle-hashtag {
  color: #a4b8be; }

.ProfileSidebar .BroadcastListItem-detailsLocation, .SearchSidebar .BroadcastListItem-detailsLocation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.BroadcastListItem .BroadcastLocation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastListItem .BroadcastLocation {
  margin-top: 5px;
  float: none;
  font-family: "museo_sans300", sans-serif;
  color: #a4b8be;
  font-size: 14px; }

a.BroadcastListItem--active {
  background: #eff2f4; }
  a.BroadcastListItem--active:hover, a.BroadcastListItem--active:focus {
    background: #eff2f4; }

.BroadcastListItem--unavailable .BroadcastTitle {
  color: #a4b8be; }

.BroadcastListItem--unavailable .BroadcastListItem-thumbContainer {
  opacity: 0.5; }
  .BroadcastListItem--unavailable .BroadcastListItem-thumbContainer::after {
    display: none; }

.BroadcastSearchToggle {
  position: fixed;
  top: 22px;
  left: 20px;
  z-index: 15; }

.BroadcastSearchToggle-searchIcon {
  background-color: white;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  padding: 12px;
  margin-left: 10px; }

.BroadcastUserAndLocation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.BroadcastUserAndLocation-detailsUsername {
  color: #3f4d51;
  display: inline;
  text-decoration: none; }
  .BroadcastUserAndLocation-detailsUsername .ProfileUsername {
    display: inline;
    font-family: "museo_sans700", sans-serif; }

.BroadcastUserAndLocation-detailsUserImage {
  border-radius: 16px;
  height: 32px;
  margin-right: 12px;
  width: 32px; }

.BroadcastUserAndLocation-detailsLocation {
  display: inline; }
  .BroadcastUserAndLocation-detailsLocation .BroadcastLocation {
    display: inline;
    float: none;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px; }
    .BroadcastUserAndLocation-detailsLocation .BroadcastLocation:before {
      content: ' — '; }

.Button {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-family: "museo_sans500", sans-serif; }
  .Button:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .Button:active {
    background-color: #fff;
    color: #4a4a4a; }

.ChannelLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .ChannelLists a {
    text-decoration: none;
    color: #40a4c4; }

.ChannelList {
  display: inline-block;
  margin: 0 20px;
  width: 360px;
  padding-bottom: 25px; }
  @media (max-width: 668px) {
    .ChannelList {
      width: 300px; } }

.ChannelList-name {
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  font-weight: 300;
  font-size: 24px; }

.ChannelList-items {
  margin: 0;
  padding: 0; }

.ChannelList-item {
  display: block;
  border-radius: 4px; }
  .ChannelList-item:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 4px;
    background-color: rgba(124, 214, 241, 0.2); }
  .ChannelList-item:hover {
    background-color: rgba(124, 214, 241, 0.2);
    color: white;
    padding-bottom: 1px; }
    .ChannelList-item:hover:after {
      content: none;
      background-color: rgba(124, 214, 241, 0); }

.ChannelList-itemLink {
  display: block;
  padding: 12px 10px; }

.ChannelList-itemLinkHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "museo_sans500", sans-serif; }

.ChannelList-itemLinkDescription {
  color: #a4b8be;
  font-size: 14px;
  font-family: "museo_sans300", sans-serif;
  margin: 8px 0 0 0; }

.ChannelList-itemCount {
  border-radius: 3px;
  color: #a4b8be;
  font-family: "museo_sans700", sans-serif;
  font-size: 14px;
  padding: 2px 8px; }
  .ChannelList-item:hover .ChannelList-itemCount {
    background-color: #d55548;
    color: white; }

.DiscoverBarButton {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #40a4c4;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "museo_sans500", sans-serif;
  margin: 5px 0;
  padding: 18px 20px 14px;
  text-decoration: none;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s;
  white-space: nowrap; }
  .DiscoverBarButton:hover, .DiscoverBarButton:active, .DiscoverBarButton.is-active {
    background-color: rgba(124, 214, 241, 0.2); }
  .DiscoverBarButton.DiscoverBarButton--isCompact {
    padding-right: 15px;
    padding-left: 15px; }
  .DiscoverBarButton .TvIcon {
    margin-top: -10px; }
  .DiscoverBarButton .DiscoverBarButton-label {
    margin-left: 10px; }

.ChannelMenuModal {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 800px;
  overflow-y: scroll; }
  .ChannelMenuModal::-webkit-scrollbar {
    display: none; }
  .ChannelMenuModal .CloseIcon {
    margin-top: 10px;
    margin-right: 15px;
    padding: 5px 10px; }

.ChannelName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ChannelName .StarIcon {
    margin-top: -2px;
    padding-right: 8px; }

.ChannelName-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.CommentContainer-participantOrange .CommentContainer-avatarContainer {
  background: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-avatarContainer {
  background: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-avatarContainer {
  background: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-avatarContainer {
  background: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-avatarContainer {
  background: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-avatarContainer {
  background: #ded569; }

.CommentContainer-participantTeal .CommentContainer-avatarContainer {
  background: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-avatarContainer {
  background: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-avatarContainer {
  background: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-avatarContainer {
  background: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-avatarContainer {
  background: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-avatarContainer {
  background: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-avatarContainer {
  background: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-avatarContainer {
  background: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-avatarContainer {
  background: #40a4c4; }

.CommentContainer {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px; }

.CommentContainer-comment {
  opacity: .5;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .CommentContainer-comment:hover, .CommentContainer--focused .CommentContainer-comment {
    opacity: 1; }
  .CommentContainer--isCoolDown .CommentContainer-comment {
    background: none !important; }
  .CommentContainer--isDisabled .CommentContainer-comment {
    opacity: .5 !important;
    cursor: auto !important; }
    .CommentContainer--isDisabled .CommentContainer-comment .CommentContainer-text {
      color: white !important; }

.CommentContainer--isCommentError {
  -webkit-animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
          animation: shake 0.7s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97);
  max-height: 100%; }

.CommentContainer-participantOrange .CommentContainer-pieLoader span:before {
  background-color: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-pieLoader span:before {
  background-color: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-pieLoader span:before {
  background-color: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:before {
  background-color: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-pieLoader span:before {
  background-color: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-pieLoader span:before {
  background-color: #ded569; }

.CommentContainer-participantTeal .CommentContainer-pieLoader span:before {
  background-color: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-pieLoader span:before {
  background-color: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-pieLoader span:before {
  background-color: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:before {
  background-color: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:before {
  background-color: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-pieLoader span:before {
  background-color: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-pieLoader span:before {
  background-color: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-pieLoader span:before {
  background-color: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:before {
  background-color: #40a4c4; }

.CommentContainer-participantOrange .CommentContainer-pieLoader span:after {
  background-color: #f5a623; }

.CommentContainer-participantPurple .CommentContainer-pieLoader span:after {
  background-color: #ab70d4; }

.CommentContainer-participantGreen .CommentContainer-pieLoader span:after {
  background-color: #99ce62; }

.CommentContainer-participantPeriwinkle .CommentContainer-pieLoader span:after {
  background-color: #5c75dc; }

.CommentContainer-participantRed .CommentContainer-pieLoader span:after {
  background-color: #d54d81; }

.CommentContainer-participantYellow .CommentContainer-pieLoader span:after {
  background-color: #ded569; }

.CommentContainer-participantTeal .CommentContainer-pieLoader span:after {
  background-color: #5ed5b1; }

.CommentContainer-participantPink .CommentContainer-pieLoader span:after {
  background-color: #e697dc; }

.CommentContainer-participantBrown .CommentContainer-pieLoader span:after {
  background-color: #92643e; }

.CommentContainer-participantVividTangerine .CommentContainer-pieLoader span:after {
  background-color: #ffa98a; }

.CommentContainer-participantSkyBlue .CommentContainer-pieLoader span:after {
  background-color: #84e1eb; }

.CommentContainer-participantFern .CommentContainer-pieLoader span:after {
  background-color: #69ab63; }

.CommentContainer-participantCarnation .CommentContainer-pieLoader span:after {
  background-color: #f85b5b; }

.CommentContainer-participantDefault .CommentContainer-pieLoader span:after {
  background-color: #404d52; }

.CommentContainer-participantReplayBlue .CommentContainer-pieLoader span:after {
  background-color: #40a4c4; }

.CommentContainer-pieLoaderContainer {
  min-height: 43px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 35px;
  overflow: hidden; }

.CommentContainer-pieLoader {
  position: absolute;
  font-size: 46px;
  height: 5em;
  width: 5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
  .CommentContainer-pieLoader:before {
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .CommentContainer-pieLoader span {
    clip: rect(0, auto, 2.5em, auto);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: spinner 5.1s infinite linear;
            animation: spinner 5.1s infinite linear; }
    .CommentContainer-pieLoader span:before, .CommentContainer-pieLoader span:after {
      border-radius: 50%;
      clip: rect(0, auto, 2.5em, auto);
      content: '';
      display: block;
      height: inherit;
      left: inherit;
      position: inherit;
      top: inherit;
      width: inherit; }
    .CommentContainer-pieLoader span:before {
      -webkit-animation: firstHalf 5.1s infinite ease-in;
              animation: firstHalf 5.1s infinite ease-in; }
    .CommentContainer-pieLoader span:after {
      border-color: white;
      -webkit-animation: secondHalf 5.1s infinite ease-out;
              animation: secondHalf 5.1s infinite ease-out; }

.CommentContainer-titleToggle {
  display: block;
  text-align: center;
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  opacity: .7; }
  .CommentContainer-titleToggle:hover {
    opacity: 1; }

.CommentContainer-avatarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .CommentContainer--isCoolDown .CommentContainer-avatarContainer {
    background: none !important; }

.CommentContainer-avatar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 43px;
  opacity: 0.3;
  position: relative;
  width: 35px;
  z-index: 4; }
  .CommentContainer--unauthed .CommentContainer-avatar {
    opacity: 1;
    background-image: url("../images/chat_avatar.cc4a94b1eeac7ccd01dcb09cdf70814df91ab57d.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .CommentContainer--unauthed .CommentContainer-avatar {
        background-image: url("../images/chat_avatar@2x.445331cc4c2ea012a3dba0aff1fadfad950fe0bb.png");
        background-size: 35px 43px; } }

.CommentContainer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 10px 4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 365px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .CommentContainer--unauthed .CommentContainer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .CommentContainer-body .CommentContainer-text {
    color: white;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 18px; }
  :not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentContainer-body,
  .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentContainer-body {
    background: white; }
    :not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentContainer-body .CommentContainer-text,
    .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentContainer-body .CommentContainer-text {
      color: white; }
  .CommentContainer--unauthed .CommentContainer-comment:hover .CommentContainer-body {
    background: #40a4c4; }
    .CommentContainer--unauthed .CommentContainer-comment:hover .CommentContainer-body .CommentContainer-text {
      color: white; }

.CommentInput {
  -webkit-user-select: auto !important; }
  .CommentInput .CommentInput-username {
    float: left;
    color: white;
    font-family: "museo_sans300", sans-serif;
    font-size: 12px;
    -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentInput .CommentInput-username,
    :not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentInput .CommentInput-username {
      color: #a4b8be; }
  .CommentInput .CommentInput-input {
    cursor: text;
    display: block;
    max-width: 345px;
    min-width: 119px;
    float: left;
    clear: left;
    resize: none;
    outline: none;
    border: none;
    color: white;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .CommentContainer--focused:not(.CommentContainer--isDisabled) .CommentInput .CommentInput-input,
    :not(.CommentContainer--isDisabled) > .CommentContainer-comment:hover .CommentInput .CommentInput-input {
      color: #3f4d51; }
    .CommentContainer--isCoolDown .CommentInput .CommentInput-input {
      color: #879ca2; }
    .CommentInput .CommentInput-input:empty:not(:focus):before {
      cursor: pointer;
      content: attr(placeholder);
      color: white;
      -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .CommentContainer-comment:hover .CommentInput .CommentInput-input:empty:not(:focus):before {
        color: #3f4d51; }

@-webkit-keyframes userChatSlidein {
  0% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  12% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes userChatSlidein {
  0% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  12% {
    -webkit-transform: translateY(72px);
            transform: translateY(72px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.CommentMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px;
  -webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 100%; }
  .CommentMessage.slidein {
    max-height: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
            animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
    .CommentMessage.slidein.CommentMessage--userChat {
      max-height: 100px;
      overflow: visible;
      z-index: 5;
      -webkit-animation-name: userChatSlidein;
              animation-name: userChatSlidein;
      -webkit-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
              animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
  .CommentMessage.CommentMessage-muted {
    background: #666; }
  .CommentMessage.CommentMessage--withButtons:hover .CommentMessage-actionButtons a {
    opacity: 1; }
  .CommentMessage.CommentMessage--withButtons:hover .CommentMessage-body {
    padding-right: 80px;
    max-width: 435px; }

.CommentMessage-actionButtons {
  position: absolute;
  bottom: -4px;
  right: -7px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .CommentMessage-actionButtons a.CommentMessage-actionButton {
    cursor: pointer;
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: white solid 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .CommentMessage-actionButtons a.CommentMessage-actionButton:hover {
      border-width: 3px; }
    .CommentMessage-actionButtons a.CommentMessage-actionButton:active {
      border-width: 4px; }

.CommentMessage-actionButtons-reply {
  background: #40a4c4; }
  .CommentMessage-actionButtons-reply:hover {
    background: #3795b3; }
  .CommentMessage-actionButtons-reply:active {
    background: #3185a0; }
  .CommentMessage-actionButtons-reply svg {
    margin: 0 auto 2px;
    width: 20px;
    height: 22px; }

.CommentMessage-actionButtons-report {
  background: #d55548; }
  .CommentMessage-actionButtons-report:hover {
    background: #d04233; }
  .CommentMessage-actionButtons-report:active {
    background: #be392c; }
  .CommentMessage-actionButtons-report svg {
    margin: 0 auto;
    width: 18px;
    height: 18px; }

.CommentMessage.CommentMessage-participantOrange {
  background: #f5a623; }

.CommentMessage.CommentMessage-participantPurple {
  background: #ab70d4; }

.CommentMessage.CommentMessage-participantGreen {
  background: #99ce62; }

.CommentMessage.CommentMessage-participantPeriwinkle {
  background: #5c75dc; }

.CommentMessage.CommentMessage-participantRed {
  background: #d54d81; }

.CommentMessage.CommentMessage-participantYellow {
  background: #ded569; }

.CommentMessage.CommentMessage-participantTeal {
  background: #5ed5b1; }

.CommentMessage.CommentMessage-participantPink {
  background: #e697dc; }

.CommentMessage.CommentMessage-participantBrown {
  background: #92643e; }

.CommentMessage.CommentMessage-participantVividTangerine {
  background: #ffa98a; }

.CommentMessage.CommentMessage-participantSkyBlue {
  background: #84e1eb; }

.CommentMessage.CommentMessage-participantFern {
  background: #69ab63; }

.CommentMessage.CommentMessage-participantCarnation {
  background: #f85b5b; }

.CommentMessage.CommentMessage-participantDefault {
  background: #404d52; }

.CommentMessage.CommentMessage-participantReplayBlue {
  background: #40a4c4; }

.CommentMessage-avatar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 43px;
  opacity: 0.3;
  position: relative;
  width: 35px; }
  .CommentMessage-muted .CommentMessage-avatar {
    opacity: 0.1; }

.CommentMessage-body {
  background: white;
  padding: 5px 10px 4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 365px; }
  .CommentMessage-muted .CommentMessage-body {
    background: #a4b8be; }

.CommentMessage-username {
  float: left;
  color: #a4b8be;
  font-family: "museo_sans300", sans-serif;
  font-size: 12px; }
  .CommentMessage-muted .CommentMessage-username {
    opacity: 0.3;
    color: white; }

.CommentMessage-message {
  float: left;
  clear: left;
  color: #3f4d51;
  font-family: "museo_sans300", sans-serif;
  font-size: 16px;
  line-height: 18px;
  word-wrap: break-word;
  width: 100%; }
  .CommentMessage-muted .CommentMessage-message {
    opacity: 0.3;
    color: white; }

.CopyButton {
  position: relative; }
  .CopyButton input {
    position: absolute;
    left: -99999em; }

.CouchmodeCTA {
  text-align: center;
  font-family: "museo_sans500", sans-serif; }

.CouchmodeCTA-prompt {
  color: #3f4d51;
  font-size: 20px; }

.CouchmodeCTA-button {
  display: inline-block;
  margin: 20px 0;
  color: #d55548;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 30px;
  border: 1px solid #d55548;
  text-decoration: none; }
  .CouchmodeCTA-button:hover {
    color: white;
    background: #d55548; }
  .CouchmodeCTA-button:active {
    color: white;
    background: #c14b3c;
    border-color: #c14b3c; }

@-webkit-keyframes discover-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes discover-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes discover-channel-button {
  0% {
    margin-right: 0; }
  20% {
    margin-right: 20px; }
  70% {
    margin-right: 20px; }
  100% {
    margin-right: 0; } }

@keyframes discover-channel-button {
  0% {
    margin-right: 0; }
  20% {
    margin-right: 20px; }
  70% {
    margin-right: 20px; }
  100% {
    margin-right: 0; } }

.RouteTransition-content {
  height: 100%; }

.Discover {
  background-color: #EFF2F4;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .Discover .Discover-content {
    height: 100%;
    position: relative;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-top: 94px; }
    @media (max-width: 668px) {
      .Discover .Discover-content {
        margin-top: 70px; } }
    @media (min-width: 668px) and (max-width: 867px) {
      .Discover .Discover-content {
        margin-top: 70px; } }
  .Discover .Discover-headerContent {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    height: 94px; }
    @media (max-width: 668px) {
      .Discover .Discover-headerContent {
        height: 70px; } }
    @media (min-width: 668px) and (max-width: 867px) {
      .Discover .Discover-headerContent {
        height: 70px; } }
  .Discover .DiscoverHeader {
    width: 100%;
    min-height: 94px; }
    @media (max-width: 668px) {
      .Discover .DiscoverHeader {
        min-height: 70px; } }
    @media (min-width: 668px) and (max-width: 867px) {
      .Discover .DiscoverHeader {
        min-height: 70px; } }
  .Discover .ChannelMenuModal {
    height: calc(100vh - 94px); }
    @media (max-width: 668px) {
      .Discover .ChannelMenuModal {
        height: calc(100vh - 70px); } }
    @media (min-width: 668px) and (max-width: 867px) {
      .Discover .ChannelMenuModal {
        height: calc(100vh - 70px); } }
  .Discover.route-leave {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%; }
    .Discover.route-leave .Discover-content {
      opacity: 1; }
    .Discover.route-leave .DiscoverHeader {
      box-shadow: none; }
    .Discover.route-leave .ChannelMenuButton {
      -webkit-animation: discover-channel-button 1s ease-out;
              animation: discover-channel-button 1s ease-out; }
    .Discover.route-leave .DiscoverHeader-channelList {
      opacity: 1; }
  .Discover.route-leave-active {
    -webkit-animation: discover-fade-out 1s ease-out 1s;
            animation: discover-fade-out 1s ease-out 1s; }
    .Discover.route-leave-active .Discover-content {
      opacity: 0;
      -webkit-transition: opacity ease 0.15s;
      transition: opacity ease 0.15s; }
    .Discover.route-leave-active .DiscoverHeader-channelList {
      opacity: 0;
      -webkit-transition: opacity ease 0.15s;
      transition: opacity ease 0.15s; }
    .Discover.route-leave-active .Discover-headerContent {
      width: 450px;
      height: 100%;
      -webkit-transition: all ease 1s;
      transition: all ease 1s; }

.DiscoverHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 14;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.DiscoverHeader-channelList {
  margin: 4px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 56px;
  line-height: 56px;
  overflow: hidden; }

.DiscoverHeader-channelListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  overflow: hidden; }

.DiscoverHeader-channelLink {
  font-family: "museo_sans500", sans-serif;
  width: 100%; }

.DiscoverHeader-channelLink-active {
  color: #40a4c4; }
  .DiscoverHeader-channelLink-active:hover {
    color: #40a4c4; }

.DiscoverHeader-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 2 0;
          flex: 2 2 0;
  margin-left: 22px;
  margin-right: 10px;
  -webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .DiscoverHeader-search .DiscoverHeader-searchIcon {
    cursor: pointer; }
  .DiscoverHeader-search .SearchIcon {
    margin-right: 27px; }
  .DiscoverHeader-search .DiscoverHeader-searchInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 450px;
    opacity: 1;
    -webkit-transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s step-start, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.2s step-start, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .DiscoverHeader-search.DiscoverHeader-search--hideInput {
    min-width: 50px; }
    .DiscoverHeader-search.DiscoverHeader-search--hideInput .DiscoverHeader-searchInput {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-end, -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.2s step-end, flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .DiscoverHeader-search .SearchInputContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.DiscoverHeader-channelsListPlaceholder {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -ms-flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .DiscoverHeader-search--hideInput + .DiscoverHeader-channelsListPlaceholder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.DiscoverHeader-appButtons {
  display: inherit; }

.DropdownContainer {
  position: relative; }

.DropdownToggleButton {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 1em; }
  .DropdownToggleButton::-moz-focus-inner {
    padding: 0;
    border: 0; }

.DropdownMenu {
  display: none;
  position: absolute;
  border-radius: 8px;
  border: solid 1px rgba(164, 184, 190, 0.3);
  right: 0;
  top: calc(100% + 8px);
  width: 200px;
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }
  .DropdownMenu ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .DropdownMenu ul li {
      border-bottom: 1px solid rgba(164, 184, 190, 0.3);
      height: 64px;
      line-height: 64px; }
      .DropdownMenu ul li a {
        padding-left: 24px;
        text-decoration: none;
        color: #a4b8be;
        font-family: "museo_sans500", sans-serif;
        -webkit-transition: ease 0.05s;
        transition: ease 0.05s;
        height: 100%;
        width: 100%;
        display: block; }
        .DropdownMenu ul li a:hover {
          color: #3f4d51; }
  .DropdownMenu.is-expanded {
    display: block; }

.DropdownMenu--bottom {
  position: absolute;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: calc(100% - 5px);
  width: 200px;
  background-color: white;
  border: solid 1px rgba(164, 184, 190, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }

.DropdownTriangle {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 10px;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.1); }
  .DropdownTriangle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px;
    right: 25px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.3); }

.DiscoverHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  overflow: hidden; }
  .DiscoverHero.free_scroll {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto; }

.DiscoverHero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.DiscoverHero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
  left: 50%;
  position: absolute; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonNextContainer {
  background: transparent;
  height: 90px;
  width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11; }

.DiscoverHero-buttonPrev,
.DiscoverHero-buttonNext {
  background: #40a4c4;
  border: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 60px;
  width: 100px; }
  .DiscoverHero-buttonPrev:focus,
  .DiscoverHero-buttonNext:focus {
    outline: none; }
  .DiscoverHero-buttonPrev .CaretUp, .DiscoverHero-buttonPrev .CaretDown,
  .DiscoverHero-buttonNext .CaretUp,
  .DiscoverHero-buttonNext .CaretDown {
    height: 30px;
    width: 30px; }
  .DiscoverHero-buttonPrev .CaretUp,
  .DiscoverHero-buttonNext .CaretUp {
    padding-bottom: 10px; }
  .DiscoverHero-buttonPrev .CaretDown,
  .DiscoverHero-buttonNext .CaretDown {
    padding-top: 10px; }

.DiscoverHero-buttonPrevContainer,
.DiscoverHero-buttonPrev {
  border-radius: 0 0 50px 50px;
  top: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top; }

.DiscoverHero-buttonPrev {
  -webkit-transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7);
          transform: translateX(-50%) translateY(-100%) scale(0.7, 0.7); }
  .DiscoverHero-buttonPrev.DiscoverHero--buttonActive {
    -webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
            transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
    .DiscoverHero-buttonPrev.DiscoverHero--buttonActive:hover {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.DiscoverHero-buttonNextContainer,
.DiscoverHero-buttonNext {
  border-radius: 50px 50px 0 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.DiscoverHero-buttonNext {
  -webkit-transform: translateX(-50%) translateY(100%) scale(0.7, 0.7);
          transform: translateX(-50%) translateY(100%) scale(0.7, 0.7); }
  .DiscoverHero-buttonNext.DiscoverHero--buttonActive {
    -webkit-transform: translateX(-50%) translateY(0%) scale(0.7, 0.7);
            transform: translateX(-50%) translateY(0%) scale(0.7, 0.7); }
    .DiscoverHero-buttonNext.DiscoverHero--buttonActive:hover {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.SearchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%; }
  .SearchResults .BroadcastList {
    padding-bottom: 120px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .SearchResults .BroadcastList .ListView-content {
      padding-top: 6px;
      width: 600px;
      margin: 0 auto; }
  .SearchResults .BroadcastListItem-content {
    background: white;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    height: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0; }
  .SearchResults .BroadcastListItem-thumbContainer {
    border-radius: 3px 0 0 3px;
    height: 200px;
    width: 200px; }
  .SearchResults .BroadcastListItem-detailsContainer {
    padding: 10px 10px 10px 0; }

.SearchResults-broadcastList {
  position: relative;
  width: 100%; }

.SearchResults-noResults {
  color: #a4b8be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 100px; }

.BroadcastHeroCell-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroCell-container a {
    text-decoration: none; }
  .DiscoverHero-content:hover .BroadcastHeroCell-container {
    opacity: 0.5; }
    .DiscoverHero-content:hover .BroadcastHeroCell-container:hover {
      opacity: 1; }
  .free_scroll .BroadcastHeroCell-container {
    width: 33%;
    height: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }

.BroadcastHeroCell-loading {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroCell--isPlaying .BroadcastHeroCell-loading {
    opacity: 0; }

.BroadcastHeroCell-content {
  background: black;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.BroadcastHeroCell-backgroundBlur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.BroadcastHeroCell-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.BroadcastHeroCell-channelButton {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 3px 3px;
  color: white;
  padding: 10px 20px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  top: 0;
  z-index: 1; }
  .BroadcastHeroCell-channelButton:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.BroadcastHeroCell-details {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10px;
  z-index: 1; }

.BroadcastHeroCell-muteToggle {
  cursor: pointer;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .BroadcastHeroCell--isPlaying.BroadcastHeroCell--isActive .BroadcastHeroCell-muteToggle {
    opacity: 1; }

.BroadcastHeroCell-aboveDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .BroadcastHeroCell-aboveDetails .ViewerBadge {
    float: none; }
  .BroadcastHeroCell-aboveDetails .live {
    float: none; }

.BroadcastHeroCell-detailsWell {
  background-color: white;
  border-radius: 3px;
  color: #3f4d51;
  font-family: "museo_sans500", sans-serif;
  font-size: 14px;
  padding: 15px 20px; }
  .BroadcastHeroCell-detailsWell .BroadcastUserAndLocation {
    border-top: 1px solid rgba(164, 184, 190, 0.5);
    margin-top: 15px;
    padding-top: 15px; }

.BroadcastHeroCell-detailTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0;
  word-wrap: break-word; }

.EmbedCTA {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-decoration: none; }
  .EmbedCTA a.EmbedLink {
    color: inherit;
    text-decoration: inherit; }

.EmbedFooter {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .EmbedFooter.EmbedFooter--noRightButton {
    padding-right: 5px; }
  .EmbedFooter .ViewerBadge {
    pointer-events: none; }

.EmbedFooter-playback {
  opacity: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-right: 32px; }

.EmbedFooter-dynamic {
  width: 100%;
  height: 20px; }
  .EmbedFooter-dynamic .ViewerBadge {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .EmbedFooter-dynamic .PlaybackControls {
    width: 18px;
    height: 20px;
    position: relative;
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
  .EmbedFooter-dynamic .PlaybackControls-pause {
    margin-right: 1px; }
  .EmbedFooter-dynamic .PlaybackProgress {
    margin-left: 10px;
    margin-right: 10px; }

.EmbedFooter-fixed {
  position: relative;
  -ms-flex-preferred-size: initial;
      flex-basis: initial; }
  .EmbedFooter-fixed .MuteButton {
    position: relative;
    right: 0;
    bottom: 0; }

@media only screen and (max-width: 300px) {
  .EmbedFooter {
    padding: 0 6px 6px; }
  .EmbedFooter-playback {
    padding-left: 6px; } }

@media only screen and (max-width: 240px) {
  .EmbedFooter-dynamic {
    height: 16px; } }

.EmbedHeader {
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0; }
  .EmbedHeader .EmbedHeader-cta {
    opacity: 0;
    padding-top: 1px;
    margin-right: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
  .EmbedHeader .EmbedHeader-logo {
    opacity: .8; }

.EmbedHeader--isCTA .EmbedHeader-cta {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.EmbedHeader--isCTA .EmbedHeader-logo {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.54, 1); }

@media only screen and (max-width: 300px) {
  .EmbedHeader {
    padding: 8px 10px; } }

@media only screen and (max-width: 240px) {
  .EmbedHeader-cta {
    font-size: 12px; } }

.EmbedOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.EmbedOverlay-alpha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }

.EmbedOverlay-alpha:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-cta,
.EmbedOverlay:hover .EmbedHeader-cta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader-logo,
.EmbedOverlay:hover .EmbedHeader-logo {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader.EmbedHeader--isHidden .EmbedHeader-cta,
.EmbedOverlay:hover .EmbedHeader.EmbedHeader--isHidden .EmbedHeader-cta {
  opacity: 0; }

.EmbedOverlay.EmbedOverlay--isForced .EmbedHeader.EmbedHeader--isHidden .EmbedHeader-logo,
.EmbedOverlay:hover .EmbedHeader.EmbedHeader--isHidden .EmbedHeader-logo {
  opacity: .8;
  -webkit-transform: scale(1);
          transform: scale(1); }

.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
.EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0; }

.EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
.EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1; }

@media only screen and (max-width: 300px) {
  .EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .ViewerBadge,
  .EmbedOverlay:hover .EmbedFooter-dynamic .ViewerBadge {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .EmbedOverlay.EmbedOverlay--isForced .EmbedFooter-dynamic .EmbedFooter-playback,
  .EmbedOverlay:hover .EmbedFooter-dynamic .EmbedFooter-playback {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; } }

.EmbedPlayButton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  cursor: pointer; }
  .EmbedPlayButton.EmbedPlayButton--hidden {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.EmbedPlayButton--isLive .EmbedPlayButton-replayButton {
  display: none; }

.EmbedPlayButton--isReplay .EmbedPlayButton-liveButton {
  display: none; }

.EmbedPlayButton-liveButton {
  width: 60px;
  height: 60px;
  background-image: url("../images/icon_play_red.c73be7607c4f8f28e43458790bcf5a2fd635fe2a.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .EmbedPlayButton-liveButton {
      background-image: url("../images/icon_play_red@2x.3da330d017f340bb04de5cf21d5c1f680de5fff1.png");
      background-size: 60px 60px; } }

.EmbedPlayButton-replayButton {
  width: 60px;
  height: 60px;
  background-image: url("../images/icon_play_blue.6160e8c96f41fb5663182d7cf78bc782b8ed9679.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .EmbedPlayButton-replayButton {
      background-image: url("../images/icon_play_blue@2x.c30985a54ee644cb92bc42635323548b405a6598.png");
      background-size: 60px 60px; } }

.Form {
  font-family: "museo_sans300", sans-serif; }
  .Form .Form-label {
    display: block;
    font-size: 14px;
    padding: 0 0 10px; }
  .Form .Form-input {
    padding: 8px 12px;
    width: 100%;
    border: 1px solid #a4b8be;
    border-radius: 4px;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #3f4d51; }
    .Form .Form-input:focus {
      outline: none;
      border-color: #40a4c4; }
    .Form .Form-input input::-webkit-input-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input:-moz-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input::-moz-placeholder {
      color: #a4b8be;
      font-size: 14px; }
    .Form .Form-input input:-ms-input-placeholder {
      color: #a4b8be;
      font-size: 14px; }
  .Form .Form-button {
    cursor: pointer;
    display: block;
    margin: 30px auto 10px;
    padding: 12px 35px;
    width: 100%;
    background-color: #40a4c4;
    border-radius: 30px;
    border: none;
    color: white;
    font-family: "museo_sans500", sans-serif;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s;
    transition: background-color .1s ease-out, color .1s; }
    .Form .Form-button:hover, .Form .Form-button:active {
      outline: none;
      text-decoration: none; }
    .Form .Form-button:disabled {
      cursor: default;
      opacity: .5; }

.GetAppCTA {
  cursor: pointer; }

.InfoIcon-innerCircle {
  opacity: 0; }
  .isActive .InfoIcon-innerCircle {
    fill: #40a4c4;
    opacity: 1; }

.InfoIcon-outerCircle {
  fill: white; }

.InfoIcon-i {
  fill: white; }

.ItunesAppStoreButton {
  background-image: url("../images/badge-appstore.svg");
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 4px solid transparent;
  box-sizing: content-box;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  width: 135px; }
  .ItunesAppStoreButton:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.SignInCTA {
  cursor: pointer; }

.FeedbackItem {
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 1px;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none; }

.FeedbackItem--userHeart {
  -webkit-transform: scale(1) translateY(36px);
          transform: scale(1) translateY(36px); }

.FeedbackItem .border {
  fill: white; }

.Hearts {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none; }
  .Hearts .FeedbackItem {
    bottom: 0px; }
  .Hearts .isEggmoji {
    font-size: 54px;
    right: 26px; }

.HeartsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }

.HeartsContainer--isReplayMode {
  bottom: 55px; }

@-webkit-keyframes ants {
  to {
    stroke-dashoffset: 100%; } }

@keyframes ants {
  to {
    stroke-dashoffset: 100%; } }

.UserHeart--participantOrange .fill {
  fill: #f5a623; }

.UserHeart--participantPurple .fill {
  fill: #ab70d4; }

.UserHeart--participantGreen .fill {
  fill: #99ce62; }

.UserHeart--participantPeriwinkle .fill {
  fill: #5c75dc; }

.UserHeart--participantRed .fill {
  fill: #d54d81; }

.UserHeart--participantYellow .fill {
  fill: #ded569; }

.UserHeart--participantTeal .fill {
  fill: #5ed5b1; }

.UserHeart--participantPink .fill {
  fill: #e697dc; }

.UserHeart--participantBrown .fill {
  fill: #92643e; }

.UserHeart--participantVividTangerine .fill {
  fill: #ffa98a; }

.UserHeart--participantSkyBlue .fill {
  fill: #84e1eb; }

.UserHeart--participantFern .fill {
  fill: #69ab63; }

.UserHeart--participantCarnation .fill {
  fill: #f85b5b; }

.UserHeart--participantDefault .fill {
  fill: #404d52; }

.UserHeart--participantReplayBlue .fill {
  fill: #40a4c4; }

.UserHeart {
  margin-right: 17px;
  cursor: pointer; }
  .UserHeart.UserHeart-eggmoji {
    font-size: 56px;
    line-height: 40px; }
  .UserHeart .OutlineHeart {
    width: 53px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .UserHeart .OutlineHeart svg {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 47px;
      height: 40px;
      -webkit-transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01);
      transition: all 0.3s cubic-bezier(0.62, 1.48, 0.6, 1.01); }
  .UserHeart:active svg, .UserHeart.UserHeart--active svg {
    width: 58px;
    height: 50px; }
    .UserHeart:active svg .fill, .UserHeart.UserHeart--active svg .fill {
      opacity: 1; }
  .UserHeart.UserHeart--inactive {
    opacity: .2; }
    .UserHeart.UserHeart--inactive:active {
      -webkit-animation: none;
              animation: none; }
    .UserHeart.UserHeart--inactive .fill {
      fill: #40a4c4; }
  .UserHeart .fill {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .UserHeart:hover .fill {
    opacity: .3; }
  .UserHeart .shape {
    fill: none;
    stroke: white;
    stroke-width: 2px; }
  .UserHeart:hover:not(.UserHeart--inactive) .shape {
    -webkit-animation: ants 5s linear infinite;
            animation: ants 5s linear infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.JoinMessage.Join-participantOrange {
  background: #f5a623; }

.JoinMessage.Join-participantPurple {
  background: #ab70d4; }

.JoinMessage.Join-participantGreen {
  background: #99ce62; }

.JoinMessage.Join-participantPeriwinkle {
  background: #5c75dc; }

.JoinMessage.Join-participantRed {
  background: #d54d81; }

.JoinMessage.Join-participantYellow {
  background: #ded569; }

.JoinMessage.Join-participantTeal {
  background: #5ed5b1; }

.JoinMessage.Join-participantPink {
  background: #e697dc; }

.JoinMessage.Join-participantBrown {
  background: #92643e; }

.JoinMessage.Join-participantVividTangerine {
  background: #ffa98a; }

.JoinMessage.Join-participantSkyBlue {
  background: #84e1eb; }

.JoinMessage.Join-participantFern {
  background: #69ab63; }

.JoinMessage.Join-participantCarnation {
  background: #f85b5b; }

.JoinMessage.Join-participantDefault {
  background: #404d52; }

.JoinMessage.Join-participantReplayBlue {
  background: #40a4c4; }

.JoinMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: pointer;
  border-radius: 3px;
  padding: 8px 10px;
  background: #a4b8be;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  -webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 100%; }
  .JoinMessage.slidein {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
            animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
  .JoinMessage .JoinMessage-message {
    float: left;
    clear: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    width: 100%;
    color: white; }

.Modal .KeyboardHelpModal {
  padding: 10px 0; }
  .Modal .KeyboardHelpModal h2 {
    font-size: 16px;
    margin-top: 32px;
    color: #40a4c4; }
  .Modal .KeyboardHelpModal a {
    text-decoration: underline; }
    .Modal .KeyboardHelpModal a:hover {
      color: #3f4d51; }

.KeyboardHelpModal-key {
  margin-bottom: 15px;
  padding: 0 35px;
  text-align: left; }

.KeyboardHelpModal-keyCode {
  float: left;
  width: 130px;
  text-align: right;
  color: #3f4d51; }

.ListView {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden; }
  .ListView .ListView-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.ListView-runway {
  position: absolute;
  height: 1px;
  width: 1px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.LoadingBeans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

@-webkit-keyframes jump {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
            transform: translate3d(0, 0px, 0) scale(1); }
  10% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  20% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -8px, 0) scale(1.32);
            transform: translate3d(0, -8px, 0) scale(1.32); }
  30% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  40% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.08);
            transform: translate3d(0, -2px, 0) scale(1.08); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes jump {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
            transform: translate3d(0, 0px, 0) scale(1); }
  10% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  20% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -8px, 0) scale(1.32);
            transform: translate3d(0, -8px, 0) scale(1.32); }
  30% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, -4px, 0) scale(1.16);
            transform: translate3d(0, -4px, 0) scale(1.16); }
  40% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, -2px, 0) scale(1.08);
            transform: translate3d(0, -2px, 0) scale(1.08); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.LoadingBeans-bean {
  width: 10px;
  height: 10px;
  margin: 6px;
  border-radius: 5px;
  background-color: rgba(239, 242, 244, 0.8);
  box-shadow: 0px 0px 0px 1px rgba(64, 164, 196, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(34, 34, 34, 0.3); }
  .LoadingBeans-bean:nth-child(1) {
    -webkit-animation: jump 1.6s infinite;
            animation: jump 1.6s infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  .LoadingBeans-bean:nth-child(2) {
    -webkit-animation: jump 1.6s infinite;
            animation: jump 1.6s infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms; }
  .LoadingBeans-bean:nth-child(3) {
    -webkit-animation: jump 1.6s infinite;
            animation: jump 1.6s infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }

@-webkit-keyframes slideacross-top {
  0% {
    background-position: 0 -50px; }
  100% {
    background-position: -68px -50px; } }

@keyframes slideacross-top {
  0% {
    background-position: 0 -50px; }
  100% {
    background-position: -68px -50px; } }

.LoadingOverlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: url("../images/loading_pattern.79f470962dfa8f720a6dff079ba687adeee165cb.png");
  background-repeat: repeat-x;
  -webkit-animation-name: slideacross-top;
          animation-name: slideacross-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .LoadingOverlay {
      background-image: url("../images/loading_pattern@2x.c37ef542cc882ba9d0d77265ca1b9af0b2653f53.png");
      background-size: 68px 250px; } }

.LoadingOverlay--isLoading {
  opacity: 1;
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s; }

.LoadingOverlay-text {
  position: relative;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-family: "museo_sans700", sans-serif;
  text-transform: uppercase; }

@media only screen and (max-width: 300px) {
  .CardView .LoadingOverlay-text {
    top: 6px;
    left: 10px; } }

.Map {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.Map-map,
.Map .ProfileAvatar .ProfileAvatar-image {
  position: absolute;
  min-width: 800px;
  min-height: 300px; }

.Map-map {
  width: 100%;
  height: 100%;
  background-image: url("../images/map.svg");
  background-size: cover;
  background-repeat: repeat-x;
  opacity: .10; }

.Map .ProfileAvatar .ProfileAvatar-image {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  border-radius: 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: .8; }

.Messages {
  position: relative; }
  .Messages ul {
    padding: 0;
    list-style: none;
    position: absolute;
    max-width: 470px;
    bottom: 0; }

.MissingBroadcast {
  background-color: black;
  background-color: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }
  .MissingBroadcast.MissingBroadcast--ready {
    opacity: 1; }
  .MissingBroadcast .ViewerBadge {
    pointer-events: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.MissingBroadcast-image {
  width: 100%;
  height: 100%; }

.MissingBroadcast-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.MissingBroadcast-broadcastState {
  margin-top: 50px;
  font-family: "museo_sans500", sans-serif; }

.MissingBroadcast:hover .EmbedHeader-cta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.MissingBroadcast:hover .EmbedHeader-logo {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

@media only screen and (max-width: 300px) {
  .MissingBroadcast-info .ProfileAvatar-image {
    width: 80px;
    height: 80px; }
  .MissingBroadcast-info .ProfileName {
    margin-top: 10px; }
  .MissingBroadcast-broadcastState {
    margin-top: 10px;
    font-size: 12px; } }

@media only screen and (max-width: 240px) {
  .MissingBroadcast-info .ProfileAvatar-image {
    width: 60px;
    height: 60px; }
  .MissingBroadcast-info .ProfileName,
  .MissingBroadcast-info .ProfileName .ProfileUsername {
    font-size: 14px; }
  .MissingBroadcast .EmbedHeader-cta {
    display: none; } }

.ModalLinkCTA:link, .ModalLinkCTA:visited {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #40a4c4;
  color: #40a4c4;
  display: block;
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-out, color .1s;
  transition: background-color .1s ease-out, color .1s; }

.ModalLinkCTA:hover {
  background-color: #40a4c4;
  color: white;
  text-decoration: none; }

.ModalLinkCTA:focus, .ModalLinkCTA:active {
  outline: none;
  color: white; }

.ModalLinkCTA.ModalLinkCTA--isFilled:link, .ModalLinkCTA.ModalLinkCTA--isFilled:visited, .ModalLinkCTA.ModalLinkCTA--isFilled:hover, .ModalLinkCTA.ModalLinkCTA--isFilled:focus, .ModalLinkCTA.ModalLinkCTA--isFilled:active {
  background-color: #40a4c4;
  color: white; }

.ModalLinkCTA.ModalLinkCTA--isMuted:link, .ModalLinkCTA.ModalLinkCTA--isMuted:visited {
  color: #a4b8be;
  border-color: #a4b8be; }

.ModalLinkCTA.ModalLinkCTA--isMuted:hover, .ModalLinkCTA.ModalLinkCTA--isMuted:focus, .ModalLinkCTA.ModalLinkCTA--isMuted:active {
  background-color: white;
  color: #a4b8be; }

.MuteButton {
  position: relative;
  display: block;
  cursor: pointer;
  opacity: 0.8;
  width: 28px;
  height: 20px; }
  .MuteButton:hover {
    opacity: 1; }
  .MuteButton:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }
  .MuteButton .MuteButton-on {
    position: relative;
    left: 1px;
    width: 26px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/icon_volume_on.svg); }
  .MuteButton .MuteButton-off {
    position: relative;
    top: 1px;
    width: 28px;
    height: 18px;
    background-size: 100% 100%;
    background-image: url(../images/icon_volume_off.svg); }

.PeriscopeLogo {
  width: 22px;
  height: 28px; }

.PeriscopeLogo--appIcon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 12px;
  background-color: #40a4c4; }

.PeriscopeLogo--appIconAndroid {
  border-radius: 25px; }

@media only screen and (max-width: 240px) {
  .CardView .PeriscopeLogo {
    width: 16px;
    height: 21px; } }

.ProfileAvatar-image {
  border: 2px solid white;
  border-radius: 50%;
  width: 100px;
  height: 100px; }

.ProfileAvatar-image--header {
  width: 32px;
  height: 32px; }

.ProfileAvatar .ProfileLink,
.ProfileAvatar .ProfileLink:hover,
.ProfileAvatar .ProfileLink:focus {
  outline: none;
  background: none;
  border-radius: none;
  color: transparent; }

.ProfileDetails {
  text-align: center; }

.ProfileDetails-authActionsContainer {
  position: relative;
  width: 340px;
  margin: 0 auto; }
  .ProfileDetails-authActionsContainer .GearContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    margin: auto; }
    .ProfileDetails-authActionsContainer .GearContainer .GearIcon {
      cursor: pointer; }
  .ProfileDetails-authActionsContainer .ProfileDetails-actionButton {
    width: 250px;
    display: inline-block;
    cursor: pointer; }
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      height: 50px;
      background-color: white;
      border-radius: 30px;
      border: 1px solid #40a4c4;
      color: #40a4c4;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      padding: 0 35px;
      text-decoration: none;
      -webkit-transition: background-color .1s ease-out, color .1s;
      transition: background-color .1s ease-out, color .1s; }
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent:hover .ProfileDetails-actionButtonContent,
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent:focus .ProfileDetails-actionButtonContent,
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .ProfileDetails-actionButtonContent:active .ProfileDetails-actionButtonContent, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isActive .ProfileDetails-actionButtonContent {
      background-color: #40a4c4;
      color: white;
      text-decoration: none; }
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton.isDisabled .ProfileDetails-actionButtonContent {
      cursor: default;
      border: 1px solid #3f4d51;
      background-color: #3f4d51;
      color: white;
      text-decoration: none; }
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
      width: 24px;
      height: 24px; }
    .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .CheckIcon, .ProfileDetails-authActionsContainer .ProfileDetails-actionButton .BlockIcon {
      position: absolute;
      left: 10px; }

.ProfileName {
  font-family: "museo_sans700", sans-serif;
  font-size: 24px;
  margin-top: 20px; }
  .ProfileName .ProfileUsername {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: -3px; }

.ProfileName--withUsername .ProfileLink {
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 35px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .ProfileName {
    font-size: 16px; } }

.ProfileUsername {
  font-family: "museo_sans300", sans-serif; }

.ProfileUsername-verified {
  margin-left: 5px; }

.ProfileIcon {
  margin-top: -5px;
  margin-right: 10px; }
  .ProfileIcon svg {
    width: 29px;
    height: 29px; }
  .ProfileIcon path {
    fill: #40a4c4; }

.ProfileDescription {
  word-wrap: break-word;
  font-family: "museo_sans300", sans-serif; }

.ProfileDescription a {
  color: #40a4c4;
  text-decoration: none; }
  .ProfileDescription a:hover, .ProfileDescription a:focus {
    outline: none;
    text-decoration: underline; }

.ProfileLink {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: white;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out; }
  .ProfileLink:focus {
    outline: none; }
  .ProfileLink.ProfileLink--isActive {
    background-color: white;
    color: #3f4d51; }
    .ProfileLink.ProfileLink--isActive .ProfileUsername {
      color: #a4b8be; }
      .ProfileDetails .ProfileLink.ProfileLink--isActive .ProfileUsername {
        color: #40a4c4;
        text-decoration: underline; }
        .ProfileDetails .ProfileLink.ProfileLink--isActive .ProfileUsername:hover {
          color: #a4b8be;
          text-decoration: none; }
    .ProfileLink.ProfileLink--isActive .ProfileUsername-verified .verified-bg {
      opacity: 1; }
  .ProfileLink .ProfileUsername-verified .verified-bg {
    opacity: .5;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .ProfileLink.ProfileLink--isInactive:hover, .ProfileLink.ProfileLink--isInactive:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.4); }
    .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername, .ProfileLink.ProfileLink--isInactive:focus .ProfileUsername {
      color: rgba(255, 255, 255, 0.4); }
    .ProfileLink.ProfileLink--isInactive:hover .ProfileUsername-verified .verified-bg, .ProfileLink.ProfileLink--isInactive:focus .ProfileUsername-verified .verified-bg {
      opacity: 1; }

.ProfileHeader {
  margin-top: -60px;
  height: 60px; }
  .ProfileHeader .ProfileHeader-logo img {
    height: 30px;
    margin-left: 15px;
    margin-top: 7px; }
  .ProfileHeader .AppLinks {
    position: absolute;
    top: 14px;
    right: 15px; }
    .ProfileHeader .AppLinks .AppLink--cta,
    .ProfileHeader .AppLinks .AppLink--withIcon {
      padding: 5px 20px;
      font-size: 14px;
      width: auto; }
    .ProfileHeader .AppLinks .AppLink-icon--playstore {
      margin-right: 10px; }

@media only screen and (max-width: 720px) {
  .ProfileHeader {
    margin-top: 0;
    width: inherit;
    background-color: #3f4d51;
    -webkit-transition: margin-top .2s ease-out;
    transition: margin-top .2s ease-out; } }

.ProfileHearts {
  margin: 5px 0;
  text-align: center;
  font-family: "museo_sans700", sans-serif;
  color: #3f4d51;
  font-size: 14px; }

.ProfileHearts-heart {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 12px;
  background-image: url("../images/profile_heart.17a4154a3f9c4784e36522c27a65423cb6a5903d.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ProfileHearts-heart {
      background-image: url("../images/profile_heart@2x.88ff54a9c5fd7494e8aaab5cdec29c06fcfa43d4.png");
      background-size: 14px 12px; } }

.ProfileTooltip {
  border-radius: 8px;
  border: solid 1px rgba(164, 184, 190, 0.3);
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  text-align: center;
  padding: 0 24px; }
  .ProfileTooltip ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .ProfileTooltip ul li {
      height: 64px;
      line-height: 64px; }
      .ProfileTooltip ul li button {
        background-color: transparent;
        border: none;
        text-decoration: none;
        color: #a4b8be;
        font-family: "museo_sans500", sans-serif;
        font-size: 16px;
        -webkit-transition: ease 0.05s;
        transition: ease 0.05s;
        height: 100%;
        width: 100%;
        cursor: pointer;
        outline: none;
        padding: 0; }
        .ProfileTooltip ul li button:hover {
          color: #d55548; }

.ProfileTwitterAccount {
  display: block;
  margin: 0 auto;
  height: 22px;
  width: 24px;
  padding: 4px; }
  .ProfileTwitterAccount:focus {
    outline: none; }
  .ProfileTwitterAccount:hover .twitter-logo-shape,
  .ProfileTwitterAccount:focus .twitter-logo-shape {
    fill: #59adeb; }

.ProfileTwitterAccount .twitter-logo-shape {
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear; }

.ProfileSidebar--isSolo {
  background-color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 main-size;
          flex: 0 0 main-size;
  height: 100%;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  position: relative;
  -webkit-transition: none;
  transition: none;
  width: 50vw;
  z-index: 10; }
  .ProfileSidebar--isSolo .ProfileSidebar-content,
  .ProfileSidebar--isSolo .ProfileSidebar-accordion {
    max-width: 900px;
    min-height: inherit; }

.ProfileSidebar--condensed,
.ProfileSidebar--isSolo {
  min-height: 100vh;
  overflow-y: visible; }
  .ProfileSidebar--condensed .ProfileSidebar-content,
  .ProfileSidebar--isSolo .ProfileSidebar-content {
    overflow-y: visible; }

.ProfileDetails--withFollowingStatus .ProfileSidebar-metadata {
  font-size: 20px; }
  .ProfileDetails--withFollowingStatus .ProfileSidebar-metadata label {
    font-size: 12px; }

.ProfileSidebar-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.ProfileSidebar-headerSpacerTop {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  min-height: 20px;
  max-height: 55px; }

.ProfileSidebar-descriptionSpacerTop {
  -webkit-box-flex: 1.75;
      -ms-flex: 1.75;
          flex: 1.75;
  max-height: 30px;
  min-height: 15px; }

.ProfileSidebar-twitterSpacerTop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 15px;
  min-height: 10px; }

.ProfileSidebar-metadataSpacerTop {
  -webkit-box-flex: 2.25;
      -ms-flex: 2.25;
          flex: 2.25;
  height: 40px; }
  .ProfileDetails--withFollowingStatus .ProfileSidebar-metadataSpacerTop {
    height: 20px; }

.ProfileSidebar-broadcastsSpacerTop,
.ProfileSidebar-ctaSpacerTop {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5;
          flex: 5.5;
  max-height: 85px;
  min-height: 45px; }

.ProfileSidebar-ctaBorderSpacerTop {
  -webkit-box-flex: 5.5;
      -ms-flex: 5.5;
          flex: 5.5;
  max-height: 50px;
  min-height: 25px; }
  .ProfileSidebar-ctaBorderSpacerTop::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    height: 1px;
    background: #e1e1e1; }

.ProfileSidebar-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  padding: 0;
  overflow-y: auto; }
  .ProfileSidebar-content .ProfileAuthor,
  .ProfileSidebar-content .ProfileName,
  .ProfileSidebar-content .ProfileUsername,
  .ProfileSidebar-content .ProfileDescription {
    margin: 0 25px;
    text-align: center; }
  .ProfileSidebar-content .ProfileName {
    color: #3f4d51; }
  .ProfileSidebar-content .ProfileUsername,
  .ProfileSidebar-content .ProfileDescription {
    color: #a4b8be; }

.ProfileSidebar-metadataContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ProfileSidebar-metadata {
  font-size: 24px;
  font-family: "museo_sans500", sans-serif;
  color: #3f4d51;
  margin: 0 10px;
  text-align: center; }
  .ProfileSidebar-metadata label {
    display: block;
    text-transform: uppercase;
    color: #a4b8be;
    font-size: 14px; }

@media only screen and (max-width: 720px) {
  .ProfileSidebar--isSolo {
    width: 100%; }
  .ProfileSidebar-header {
    height: 60px;
    margin-top: 0;
    width: inherit;
    background-color: #3f4d51;
    -webkit-transition: margin-top .2s ease-out;
    transition: margin-top .2s ease-out; } }

.ProfileSidebar-noBroadcasts {
  text-align: center;
  font-family: "museo_sans300", sans-serif;
  color: #a4b8be; }

.PlaybackBackground {
  background: black;
  position: relative;
  z-index: 0; }
  .PlaybackBackground .react-blur {
    opacity: .8; }

.PlaybackControls .PlaybackControls-button {
  cursor: pointer;
  opacity: 0.8;
  line-height: normal;
  position: relative; }
  .PlaybackControls .PlaybackControls-button:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px; }
  .PlaybackControls .PlaybackControls-button:hover {
    opacity: 1; }

.PlaybackControls.is-playing .PlaybackControls-play {
  display: none; }

.PlaybackControls.is-paused .PlaybackControls-pause {
  display: none; }

.PlaybackControlsOverlay.is-playing .PlaybackControlsOverlay-pause {
  display: none; }

.PlaybackControlsOverlay.is-paused .PlaybackControlsOverlay-play {
  display: none; }

.PlaybackControlsOverlay .PlaybackControlsOverlay-cover {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.PlaybackControlsOverlay .PlaybackControlsOverlay-hud {
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  width: 0; }
  .PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon {
    width: 33px;
    height: 27px; }
  .PlaybackControlsOverlay .PlaybackControlsOverlay-hud .PlaybackControlsOverlay-icon svg {
    opacity: 0; }

.PlaybackProgress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.PlaybackProgress-bar {
  display: inline-block; }

.PlaybackProgress-time {
  color: rgba(255, 255, 255, 0.2);
  font-family: "museo_sans500", sans-serif;
  font-size: 12px;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-align: center;
  width: 60px; }

.PlaybackProgress-bars {
  cursor: pointer;
  height: 20px;
  width: 100%;
  position: relative; }

.PlaybackProgress-bar {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  height: 4px;
  margin: 8px 0;
  position: absolute;
  width: 100%; }

.PlaybackProgress-bar--elapsed {
  background-color: rgba(255, 255, 255, 0.7); }

.PlaybackProgress-time--elapsed {
  color: rgba(255, 255, 255, 0.7); }

.PlaybackProgress-marker {
  border-radius: 6px;
  position: absolute;
  height: 4px;
  width: 4px;
  margin: 8px 0;
  opacity: 0;
  overflow: hidden; }

.PlaybackProgress-marker--elapsed {
  width: 10px;
  height: 10px;
  margin: 5px 0;
  background-color: white;
  pointer-events: none;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  box-shadow: 0 0 0 transparent;
  -webkit-transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
  transition: opacity .2s, box-shadow .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  transition: opacity .2s, transform .2s, box-shadow .2s, -webkit-transform .2s; }

.PlaybackProgress-marker--seekingElapsed {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4); }
  .PlaybackProgress-marker--seekingElapsed.PlaybackProgress-marker--seekingBackward {
    background-color: rgba(0, 0, 0, 0.3); }

.PlaybackProgress-seekingTooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -110px;
  height: 110px;
  max-height: 110px;
  min-width: 60px;
  max-width: 130px;
  text-align: center;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .3s transform, .3s opacity;
  transition: .3s transform, .3s opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .PlaybackProgress-seekingTooltip .PlaybackProgress-seekingThumbnail {
    position: relative;
    display: inline-block;
    pointer-events: none;
    left: -50%;
    max-width: inherit;
    max-height: inherit;
    height: auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .PlaybackProgress-seekingTooltip .PlaybackProgress-seekingTime {
    bottom: 0px;
    left: -50%;
    position: absolute;
    text-shadow: 0px 0px 5px black; }
  .PlaybackProgress-seekingTooltip .PlaybackProgress-seekingTime--withThumb {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }

.PlaybackProgress-seekingThumbnail {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  height: 100%; }

.PlaybackProgress-seekingTime {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  font-size: 12px;
  font-family: "museo_sans500", sans-serif;
  text-align: center;
  width: 100%;
  height: 26px;
  padding-top: 8px;
  pointer-events: none; }

.PlaybackProgress:hover .PlaybackProgress-time--elapsed,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-time--elapsed {
  color: white; }

.PlaybackProgress:hover .PlaybackProgress-bar--elapsed,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-bar--elapsed {
  background-color: white; }

.PlaybackProgress:hover .PlaybackProgress-marker--elapsed,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-marker--elapsed {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

.PlaybackProgress:hover .PlaybackProgress-seekingTooltip,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-seekingTooltip {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: .3s transform, .3s opacity;
  transition: .3s transform, .3s opacity; }

.PlaybackProgress:hover .PlaybackProgress-seekingTooltip,
.PlaybackProgress:hover .PlaybackProgress-marker--seekingElapsed,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-seekingTooltip,
.PlaybackProgress.PlaybackProgress--isTouchDevice .PlaybackProgress-marker--seekingElapsed {
  opacity: 1; }

@media only screen and (max-width: 300px) {
  .CardView .PlaybackProgress-bars {
    width: 75%; } }

@media only screen and (max-width: 240px) {
  .CardView .PlaybackProgress {
    display: none; } }

.PlayStoreButton {
  background-image: url("../images/badge-playstore.3fe730cd65cfc52c2d14b8e7b32e84ab67973ad9.png");
  background-repeat: no-repeat;
  background-size: 134.28px 40px;
  border-radius: 8px;
  border: 4px solid transparent;
  box-sizing: content-box;
  display: inline-block;
  font-size: 0;
  line-height: 40px;
  width: 134.28px; }
  .PlayStoreButton:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.ReportCommentModal {
  position: relative;
  padding: 20px 40px; }
  .ReportCommentModal .ReportCommentModal-description {
    margin-bottom: 15px;
    color: #a4b8be; }

button.ReportButton {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  outline: none;
  opacity: 0.7; }
  button.ReportButton .warn-fill {
    opacity: 0; }
  button.ReportButton:hover {
    opacity: 1; }
    button.ReportButton:hover .warn-fill {
      opacity: 0.4; }
  button.ReportButton svg.ReportIcon {
    width: 16px;
    display: inline;
    vertical-align: text-bottom; }

.SearchInput {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .SearchInput input {
    color: #3f4d51;
    border: none;
    border-bottom: 1px solid #a4b8be;
    font-weight: 300;
    font-size: 20px;
    height: 33px;
    padding-bottom: 5px;
    padding-top: 5px;
    outline: none;
    width: 100%; }
  .SearchInput input::-webkit-input-placeholder {
    color: #a4b8be; }
  .SearchInput input:-moz-placeholder {
    color: #a4b8be; }
  .SearchInput input::-moz-placeholder {
    color: #a4b8be; }
  .SearchInput input:-ms-input-placeholder {
    color: #a4b8be; }

.SearchNoResults {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px 100px; }
  .SearchNoResults .TVIconLarge {
    height: 60px;
    width: 55px; }
    .SearchResults .SearchNoResults .TVIconLarge {
      height: 84px;
      width: 77px; }

.SearchNoResults-message {
  font-size: 16px;
  margin-bottom: 2.5em;
  margin-top: 1.625em; }
  .SearchResults .SearchNoResults-message {
    font-size: 18px; }

.SearchNoResults-exploreChannelsButton {
  background: transparent;
  border: 1px solid #40a4c4;
  border-radius: 1.25em;
  color: #40a4c4;
  font-family: "museo_sans500", sans-serif;
  font-size: 16px;
  height: 2.5em;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 12.125em; }
  .SearchNoResults-exploreChannelsButton:hover {
    background: #40a4c4;
    color: white;
    cursor: pointer; }
  .SearchNoResults-exploreChannelsButton:active {
    outline: none; }

.SearchSidebar .ChannelLists {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll; }

.SearchSidebar .ChannelList {
  width: 400px; }

.SearchSidebar-noResults {
  color: #a4b8be;
  font-family: "museo_sans300", sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

@keyframes slideacross {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -68px bottom; } }

.SeekingOverlay {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: url("../images/buffering_pattern.ead62def4f584a76aecf79dcef3bd68dd2e35665.png");
  background-repeat: repeat-x;
  -webkit-animation-name: slideacross;
          animation-name: slideacross;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .SeekingOverlay {
      background-image: url("../images/buffering_pattern@2x.9fa44531651dcb62082dc981c0f4ff2fb9c837fe.png");
      background-size: 68px 250px; } }

.SeekingOverlay--isSeeking {
  opacity: 1;
  -webkit-transition: opacity .3s .3s;
  transition: opacity .3s .3s; }

.ShareBroadcastButton {
  color: white;
  text-decoration: none;
  padding-right: 15px; }

.ShareButtonContainer {
  width: 80px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ShareButtonContainer .ShareButtonText {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    text-align: center; }

.ShareButton {
  cursor: pointer; }
  .ShareButton .ShareButtonIcon {
    width: 68px;
    height: 68px; }
    .ShareButton .ShareButtonIcon.Facebook {
      background-image: url("../images/share_facebook.svg"); }
      .ShareButton .ShareButtonIcon.Facebook:hover {
        background-image: url("../images/share_facebook_hover.svg"); }
    .ShareButton .ShareButtonIcon.Twitter {
      background-image: url("../images/share_twitter.svg"); }
      .ShareButton .ShareButtonIcon.Twitter:hover {
        background-image: url("../images/share_twitter_hover.svg"); }
    .ShareButton .ShareButtonIcon.Link {
      background-image: url("../images/share_link.svg"); }
      .ShareButton .ShareButtonIcon.Link:hover {
        background-image: url("../images/share_link_hover.svg"); }
    .ShareButton .ShareButtonIcon.Embed {
      background-image: url("../images/share_embed.svg"); }
      .ShareButton .ShareButtonIcon.Embed:hover {
        background-image: url("../images/share_embed_hover.svg"); }

.ShareBroadcastButton:hover .ShareIconContainer {
  background-color: #E3F2F6; }
  .ShareBroadcastButton:hover .ShareIconContainer .ShareIcon path {
    fill: #40A4C4; }
  .ShareBroadcastButton:hover .ShareIconContainer .ShareIcon rect {
    fill: #40A4C4; }
  .ShareBroadcastButton:hover .ShareIconContainer .ShareIcon polyline {
    stroke: #40A4C4; }

.ShareIconContainer {
  width: 34px;
  height: 34px;
  vertical-align: text-bottom;
  border-radius: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent; }
  .ShareIconContainer .ShareIcon {
    margin-top: -4px; }
    .ShareIconContainer .ShareIcon path {
      fill: rgba(255, 255, 255, 0.5); }
    .ShareIconContainer .ShareIcon rect {
      fill: rgba(255, 255, 255, 0.5); }
    .ShareIconContainer .ShareIcon polyline {
      stroke: rgba(255, 255, 255, 0.5); }
  .ShareIconContainer.active, .ShareIconContainer:hover, .ShareIconContainer:focus {
    background-color: #E3F2F6; }
    .ShareIconContainer.active .ShareIcon path, .ShareIconContainer:hover .ShareIcon path, .ShareIconContainer:focus .ShareIcon path {
      fill: #40A4C4; }
    .ShareIconContainer.active .ShareIcon rect, .ShareIconContainer:hover .ShareIcon rect, .ShareIconContainer:focus .ShareIcon rect {
      fill: #40A4C4; }
    .ShareIconContainer.active .ShareIcon polyline, .ShareIconContainer:hover .ShareIcon polyline, .ShareIconContainer:focus .ShareIcon polyline {
      stroke: #40A4C4; }

.SignInButton-separator {
  opacity: .25;
  padding: 0 0.5em; }

.SystemMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  cursor: default;
  position: relative;
  float: left;
  clear: both;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -6px 0;
  border-radius: 3px;
  -webkit-transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 4.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 100%; }
  .SystemMessage.slidein {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    -webkit-animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1);
            animation-timing-function: cubic-bezier(0.29, 0.98, 0.68, 1); }
  .SystemMessage .SystemMessage-message {
    float: left;
    clear: left;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    line-height: 18px;
    word-wrap: break-word;
    width: 100%;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.Tooltip {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  margin-bottom: 7px;
  position: absolute;
  z-index: 1000000;
  right: 50%;
  bottom: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre; }
  .Tooltip::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    bottom: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.2); }
  .Tooltip .TooltipMessage {
    z-index: 1;
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased; }
  .Tooltip .TooltipArrow {
    position: absolute;
    z-index: -1;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 0;
    height: 0;
    bottom: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.2); }

.TwitterLogo {
  fill: #A4B8BE;
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear; }
  .TwitterLogo:hover, .TwitterLogo:focus {
    fill: #59adeb; }

.TwitterProfileButton .ProfileLink:link, .TwitterProfileButton .ProfileLink:visited {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #59adeb;
  color: #59adeb;
  display: block;
  font-family: "museo_sans500", sans-serif;
  font-size: 20px;
  padding: 12px 35px;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-out, color .1s;
  transition: background-color .1s ease-out, color .1s; }

.TwitterProfileButton .ProfileLink:hover {
  background-color: #59adeb;
  color: white;
  text-decoration: none; }

.TwitterProfileButton .ProfileLink:focus, .TwitterProfileButton .ProfileLink:active {
  outline: none;
  background-color: #509dd4;
  color: white; }

.VanityMenu {
  font-family: "museo_sans300", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.VanityMenu-nav {
  margin-bottom: 50px; }

.VanityMenu-linkGroup {
  font-family: "museo_sans500", sans-serif;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 0; }
  .VanityMenu-linkGroup:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid white; }
  .VanityMenu-linkGroup > li {
    padding: 10px; }
  .VanityMenu-linkGroup a.VanityMenu-link {
    color: white; }
    .VanityMenu-linkGroup a.VanityMenu-link:visited {
      color: white; }
    .VanityMenu-linkGroup a.VanityMenu-link:hover {
      color: #f7f7f7; }

.VanitySplash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background: black url("../images/splash_bg.jpg") no-repeat center center;
  color: white; }

.VanitySplash-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif;
  padding: 20px;
  text-align: center; }

.VanitySplash-header {
  background-image: url("../images/logo_large@2x.91a2a3b608e5f4705a265003187496721241824d.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin: 10px auto;
  max-width: 360px;
  overflow: hidden;
  text-indent: -9000px;
  width: 80%; }

.VanitySplash-headline {
  font-size: 1.6em;
  margin: 0 auto; }

.VanitySplash-videoCTA {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 30px auto; }

.VanitySplash-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  overflow: hidden; }

.VanitySplash-overlayBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: -1; }

.VanitySplash-overlayVideo {
  height: 100%;
  width: 100%; }

.VanitySplash-overlayClose {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }

.Video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .Video.Video--isContain {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .Video .BaseVideo {
    -webkit-transition-property: width, height, top;
    transition-property: width, height, top;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .Video .BaseVideo *::-webkit-media-controls {
      display: none !important;
      -webkit-appearance: none; }
    .Video .BaseVideo .vjs-tech div[style]:not([class]) {
      overflow: hidden !important; }

#PeriscopeVideo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: initial;
      flex-basis: initial; }

.VideoInterstitial {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 6; }
  .VideoInterstitial .ViewerBadge {
    pointer-events: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.VideoInterstitial--delay {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.VideoInterstitial--hidden {
  opacity: 0;
  pointer-events: none; }

@media only screen and (max-width: 300px) {
  .CardView .VideoInterstitial .ViewerBadge {
    left: 6px;
    bottom: 6px; } }

.VideoPlayer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.VideoOverlay-container {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(../images/broadcast_details_fade.3ff7c8ed82331065fe2d932ad6548b8214b4e3b4.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  .VideoOverlay-container .BroadcastTitle {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
    max-width: 400px;
    -webkit-transform: translateZ(0); }
    .VideoOverlay-container .BroadcastTitle .ReportButton {
      margin-right: -26px; }
  .VideoOverlay-container .VideoOverlay-footer {
    clear: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .VideoOverlay-container .VideoOverlay-footer .MuteButton {
      margin-right: 15px; }
  .VideoOverlay-container .PlaybackProgress {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 20px;
    opacity: 0;
    top: 50px;
    -webkit-transition: opacity .3s, top .3s;
    transition: opacity .3s, top .3s; }
  .VideoOverlay-container .PlaybackControls {
    width: 36px;
    height: 40px;
    margin-left: 20px;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
    .VideoOverlay-container .PlaybackControls .PlaybackControls-pause {
      margin-right: 4px; }
  .VideoOverlay-container .ProfileName {
    font-family: "museo_sans700", sans-serif;
    font-size: 16px;
    margin: 0 15px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    -ms-flex-item-align: end;
        align-self: flex-end;
    white-space: nowrap; }
  .VideoOverlay-container .BroadcastLocation-container {
    max-width: 400px;
    margin-bottom: 15px; }
    .VideoOverlay-container .BroadcastLocation-container .BroadcastLocation {
      float: none; }
  .VideoOverlay-container .Viewers {
    margin: 0 20px 0 0; }

@-webkit-keyframes hide-title {
  0% {
    max-height: 400px; }
  100% {
    max-height: 0; } }

@keyframes hide-title {
  0% {
    max-height: 400px; }
  100% {
    max-height: 0; } }

@-webkit-keyframes show-title {
  0% {
    max-height: 0; }
  100% {
    max-height: 400px; } }

@keyframes show-title {
  0% {
    max-height: 0; }
  100% {
    max-height: 400px; } }

.VideoOverlay--signIn .VideoOverlay-broadcastTitleAndLocation {
  max-height: 400px;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hide-title;
          animation-name: hide-title;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1);
          animation-timing-function: cubic-bezier(0.68, 0.98, 0.29, 1); }

.VideoOverlay--signIn.VideoOverlay--hideTitle .VideoOverlay-broadcastTitleAndLocation {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.VideoOverlay--signIn.VideoOverlay--showTitle .VideoOverlay-broadcastTitleAndLocation {
  max-height: 0;
  -webkit-animation-name: show-title;
          animation-name: show-title;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.VideoOverlay-container.VideoOverlay-container--playbackAffordance .VideoOverlay-broadcastData,
.VideoOverlay-container--forPlayback:hover .VideoOverlay-broadcastData {
  opacity: 0; }

.VideoOverlay-container.VideoOverlay-container--playbackAffordance .PlaybackProgress,
.VideoOverlay-container--forPlayback:hover .PlaybackProgress {
  opacity: 1;
  top: 0; }

.VideoOverlay-HeartsAndNextBroadcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 10px;
  bottom: 20px; }

@media only screen and (max-width: 500px) {
  .VideoOverlay-container .BroadcastTitle {
    display: none; } }

.Viewers {
  background-image: url("../images/icon_viewers.b38ad4fdef1f8ec08d677d57781d4f6839e020be.png");
  background-position: 0 -1px;
  background-repeat: no-repeat;
  float: left;
  padding-left: 16px;
  white-space: nowrap; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Viewers {
      background-image: url("../images/icon_viewers@2x.117b72a316bbeecabf9be63367d0c79cdf32337e.png");
      background-size: 12px 15px; } }
  .Viewers.Viewers--noIcon {
    background-image: none;
    padding-left: 0; }
  .Viewers.Viewers--small {
    background-image: url("../images/icon_viewers.b38ad4fdef1f8ec08d677d57781d4f6839e020be.png");
    padding-left: 15px;
    background-size: 9px 11px;
    background-position: 2px 0px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .Viewers.Viewers--small {
        background-image: url("../images/icon_viewers@2x.117b72a316bbeecabf9be63367d0c79cdf32337e.png");
        background-size: 9px 11px; } }

@-webkit-keyframes livePulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

@keyframes livePulse {
  0% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; }
  60% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  70% {
    background-color: #d55548;
    color: white;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  100% {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none; } }

.ViewerBadge {
  opacity: 1;
  line-height: 1em;
  font-size: 14px;
  float: left; }
  .ViewerBadge .ViewerBadge-mode {
    padding: 5px;
    margin-right: 15px;
    background-color: rgba(34, 34, 34, 0.75);
    border-radius: 4px;
    letter-spacing: 0.5px; }
    .ViewerBadge .ViewerBadge-mode.live {
      -webkit-animation: livePulse 2s 250ms ease-in-out infinite backwards;
              animation: livePulse 2s 250ms ease-in-out infinite backwards;
      background-color: #d55548; }
  .ViewerBadge .ViewerBadge-count {
    padding: 5px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .ViewerBadge.ViewerBadge--hidden {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .ViewerBadge.ViewerBadge--conjoined {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ViewerBadge.ViewerBadge--conjoined .ViewerBadge-mode {
      padding: 4px 4px 4px 5px;
      margin-right: 0px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .ViewerBadge.ViewerBadge--conjoined .ViewerBadge-count {
      padding: 4px 5px 4px 4px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background-color: rgba(34, 34, 34, 0.5); }

@media only screen and (max-width: 240px) {
  .CardView .ViewerBadge,
  .CardView .ViewerBadge.ViewerBadge--conjoined {
    font-size: 10px; } }

.VIPBadge-Container {
  position: relative;
  display: inline-block; }

.VIPBadge-Avatar {
  position: absolute;
  top: 0;
  left: 0; }

.VIPBadge {
  position: absolute;
  pointer-events: none; }

.VIPBadge-Rot {
  position: absolute; }
  .VIPBadge-Rot.VIPBadge-Rot1, .VIPBadge-Rot.VIPBadge-Rot2 {
    opacity: 0.46; }
  .VIPBadge-Rot.VIPBadge-Rot3 {
    opacity: 0.2; }
  .VIPBadge-Rot.VIPBadge-Rot4 {
    opacity: 0.33; }
  .VIPBadge-Rot.VIPBadge-Rot5 {
    opacity: 0.2; }

.VIPBadge-Bronze .VIPBadge-Rot1 {
  -webkit-animation: spin 36s infinite linear normal;
          animation: spin 36s infinite linear normal; }

.VIPBadge-Bronze .VIPBadge-Rot2 {
  -webkit-animation: spin 120s infinite linear reverse;
          animation: spin 120s infinite linear reverse; }

.VIPBadge-Silver .VIPBadge-Rot1 {
  -webkit-animation: spin 18s infinite linear normal;
          animation: spin 18s infinite linear normal; }

.VIPBadge-Silver .VIPBadge-Rot2 {
  -webkit-animation: spin 60s infinite linear reverse;
          animation: spin 60s infinite linear reverse; }

.VIPBadge-Silver .VIPBadge-Rot3 {
  -webkit-animation: spin 9s infinite linear reverse;
          animation: spin 9s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot1 {
  -webkit-animation: spin 12s infinite linear normal;
          animation: spin 12s infinite linear normal; }

.VIPBadge-Gold .VIPBadge-Rot2 {
  -webkit-animation: spin 40s infinite linear reverse;
          animation: spin 40s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot3 {
  -webkit-animation: spin 12s infinite linear reverse;
          animation: spin 12s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot4 {
  -webkit-animation: spin 24s infinite linear reverse;
          animation: spin 24s infinite linear reverse; }

.VIPBadge-Gold .VIPBadge-Rot5 {
  -webkit-animation: spin 8s infinite linear reverse;
          animation: spin 8s infinite linear reverse; }

.VIPBadgeIcon {
  position: relative;
  display: inline;
  margin-left: 3px; }
  .VIPBadgeIcon svg {
    width: 17px;
    height: 17px; }

.VIPIconTooltip {
  width: 250px;
  padding: 26px;
  border-radius: 4px;
  background-color: black;
  font-size: 12px;
  font-family: "museo_sans500", sans-serif;
  color: #FFF; }
  .VIPIconTooltip a {
    color: #40A4C4; }
  .VIPIconTooltip .VIPIconTooltip-Close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 12px; }
    .VIPIconTooltip .VIPIconTooltip-Close svg {
      height: 10px; }
  .VIPIconTooltip .VIPIconTooltip-Icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 24px 0 0 0; }
    .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon svg {
        height: 40px; }
      .VIPIconTooltip .VIPIconTooltip-Icons .VIPIconTooltip-Icon span {
        margin: 7px 0 0 0; }
  .GlobalTooltip--bottom .VIPIconTooltip {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--top .VIPIconTooltip {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--right .VIPIconTooltip {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.8); }
  .GlobalTooltip--left .VIPIconTooltip {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.8); }

.GetAppModal .ModalLinkCTA {
  margin: 60px 115px 20px; }

.GetAppModal .Form-input {
  width: 240px; }

.Modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .Modal a {
    text-decoration: none;
    color: #40a4c4; }
    .Modal a:visited {
      color: #40a4c4; }
  .Modal .ModalLinkCTA {
    margin: 0 32px 16px; }

.Modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  cursor: pointer;
  z-index: 12; }
  .Modal-background.Modal-background--light {
    background-color: white; }
  .Modal-background.Modal-background--blue {
    background-color: #40a4c4; }

.Modal-content {
  position: relative;
  z-index: 13; }
  .Modal-content.Modal-style {
    background-color: white;
    border-radius: 4px;
    color: #a4b8be;
    font-family: "museo_sans300", sans-serif;
    font-size: 16px;
    margin: 0 20px;
    max-width: 400px;
    min-width: 300px;
    opacity: 0;
    padding-top: 40px;
    text-align: center; }
    .Modal-content.Modal-style ul.Modal-commentDetail {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      padding: 0;
      margin-top: -10px;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .Modal-content.Modal-style .CommentMessage {
      box-shadow: 0px 1px 3px black;
      cursor: initial;
      text-align: left;
      float: none;
      margin: 0; }
    .Modal-content.Modal-style .CommentMessage-actionButtons {
      display: none; }
    .Modal-content.Modal-style .ReportCommentModal-button {
      display: block;
      cursor: pointer;
      background-color: white;
      border-radius: 30px;
      color: #40a4c4;
      padding: 12px 35px;
      margin: 7px 0;
      text-decoration: none;
      border: 1px solid #40a4c4;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      text-decoration: none;
      -webkit-transition: background-color .1s ease-out, color .1s;
      transition: background-color .1s ease-out, color .1s; }
      .Modal-content.Modal-style .ReportCommentModal-button .ReportCommentModal-buttonExtra {
        display: block;
        font-size: 12px;
        color: #a4b8be; }
      .Modal-content.Modal-style .ReportCommentModal-button:hover .ReportCommentModal-buttonExtra,
      .Modal-content.Modal-style .ReportCommentModal-button:focus .ReportCommentModal-buttonExtra,
      .Modal-content.Modal-style .ReportCommentModal-button:active .ReportCommentModal-buttonExtra {
        color: white; }
      .Modal-content.Modal-style .ReportCommentModal-button:hover, .Modal-content.Modal-style .ReportCommentModal-button:focus, .Modal-content.Modal-style .ReportCommentModal-button:active {
        outline: none;
        background-color: #d55548;
        border-color: #d55548;
        color: white;
        text-decoration: none; }

.Modal-title,
.Modal-message,
.Modal-form {
  padding: 0 32px; }

.Modal-title {
  margin: 20px 0 0;
  font-family: "museo_sans500", sans-serif;
  font-size: 24px;
  color: #3f4d51; }
  .Modal-title + .Modal-message {
    margin-top: 0; }

.Modal-message {
  margin: 12px 0 24px;
  color: #3f4d51; }

.Modal-body,
.Modal-form {
  margin: 20px 0; }

.Modal-smallPrint {
  margin-top: 10px;
  font-size: 13px; }

.Modal-dismiss {
  background-image: url("../images/close_x.74c4e7180cdb0fc7e0839a3b2a3871feee107e8b.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Modal-dismiss {
      background-image: url("../images/close_x@2x.72b8cb45226c849ea88961ddf99e7871d6307d47.png");
      background-size: 15px 15px; } }
  .Modal-dismiss.Modal-style {
    background-color: #88c6d9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .Modal-dismiss.Modal-style:hover {
      background-color: #64b4cc; }
    .Modal-dismiss.Modal-style:focus, .Modal-dismiss.Modal-style:active {
      outline: none;
      background-color: #43a3c1; }

@media only screen and (max-width: 480px) {
  .Modal-content {
    margin: 0 40px; } }

.Modal-content.Modal-red {
  background-color: #d55548;
  border-radius: 8px; }
  .Modal-content.Modal-red .Modal-title {
    color: white; }
  .Modal-content.Modal-red .Modal-message {
    color: white;
    padding: 0; }
  .Modal-content.Modal-red .Modal-dismiss {
    background-color: transparent;
    right: 6px; }
  .Modal-content.Modal-red .Form .Form-button {
    border: 1px solid white;
    outline: none;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    margin-bottom: 0; }
    .Modal-content.Modal-red .Form .Form-button:hover, .Modal-content.Modal-red .Form .Form-button:focus, .Modal-content.Modal-red .Form .Form-button:active {
      background: rgba(255, 255, 255, 0.3); }

.BannedModal {
  margin: 10px 0 40px;
  padding: 0 calc(50% - 140px); }
  .BannedModal .AlertIcon {
    padding: 0;
    width: 50px; }
  .BannedModal .Modal-title {
    font-size: 32px;
    font-family: "museo_sans300", sans-serif; }
    .BannedModal .Modal-title span {
      position: relative;
      bottom: -.25em; }
  .BannedModal .Modal-message {
    font-size: 20px;
    margin-top: 32px;
    line-height: 1.25; }
  .BannedModal .Modal-form {
    margin-top: 40px;
    padding: 0 20px; }
  .BannedModal .Form-button {
    margin-top: 1em; }

.ProfileModal {
  min-width: 400px;
  padding-bottom: 40px; }
  .ProfileModal .ProfileName {
    color: #3f4d51;
    margin-top: 10px; }
  .ProfileModal .ProfileUsername {
    color: #a4b8be; }
  .ProfileModal .ProfileDescription {
    margin: 30px 40px 0; }
  .ProfileModal .PeriscopeProfileButton {
    margin: 40px 40px 0; }

.ProfileModal--mute {
  margin-top: 25px;
  font-size: 14px;
  color: #d55548;
  cursor: pointer; }
  .ProfileModal--mute:hover {
    color: #c14b3c; }

.Modal-content.Modal-blue {
  background-color: #40a4c4;
  border-radius: 8px; }
  .Modal-content.Modal-blue .Modal-title {
    color: white; }
  .Modal-content.Modal-blue .Modal-message {
    color: white;
    padding: 0; }
  .Modal-content.Modal-blue .Modal-dismiss {
    background-color: transparent;
    right: 6px; }
  .Modal-content.Modal-blue .Form .Form-button {
    border: 1px solid white;
    outline: none;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out; }
    .Modal-content.Modal-blue .Form .Form-button:hover, .Modal-content.Modal-blue .Form .Form-button:focus, .Modal-content.Modal-blue .Form .Form-button:active {
      background: rgba(255, 255, 255, 0.3); }

.SignInModal {
  margin: 40px 0 90px;
  padding: 0 calc(50% - 140px); }
  .SignInModal .PeriscopeLogo--appIcon {
    padding: 0;
    width: 32px;
    height: 40px; }
  .SignInModal .Modal-title {
    font-size: 32px;
    font-family: "museo_sans300", sans-serif; }
    .SignInModal .Modal-title span {
      position: relative;
      bottom: -.25em; }
  .SignInModal .Modal-message {
    font-size: 20px;
    margin-top: 32px;
    line-height: 1.25; }
  .SignInModal .ModalLinkCTA {
    margin: 60px 115px 20px; }
  .SignInModal .Form-input {
    width: 240px; }
  .SignInModal .Modal-form {
    margin-top: 55px;
    padding: 0 20px; }
  .SignInModal .TwitterLogo {
    fill: white;
    position: relative;
    bottom: 2px;
    margin-right: 8px; }
  .SignInModal .ExitIcon {
    width: 64px;
    height: 64px;
    background: white;
    border-radius: 100%;
    padding: 8px; }

.Modal-content.Modal-signup {
  padding-top: 0; }
  .Modal-content.Modal-signup .Modal-dismiss.Modal-style {
    width: 29px;
    height: 36px;
    background-position: center 12.5px;
    background-size: 12.5px 12.5px; }

.SignUpModal {
  min-width: 400px;
  padding-bottom: 40px; }
  .SignUpModal svg.SyncIcon {
    width: 12px;
    height: 12px; }
  .SignUpModal svg.Badge, .SignUpModal svg.Username {
    width: 26px;
    height: 26px; }
  .SignUpModal .accessAid {
    display: none; }
  .SignUpModal .SignUp {
    height: 120px;
    display: block;
    background-color: #40a4c4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .SignUpModal .ProfileAvatar {
    position: relative;
    top: 44px; }
    .SignUpModal .ProfileAvatar .ProfileAvatar-image {
      border: 5px solid white;
      box-sizing: content-box; }
  .SignUpModal .SignUpForm {
    padding-top: 70px; }
    .SignUpModal .SignUpForm .SignUpLabel {
      -webkit-transition: fill .3s ease-out;
      transition: fill .3s ease-out;
      fill: #a4b8be; }
      .SignUpModal .SignUpForm .SignUpLabel.is-focused {
        fill: #3f4d51; }
      .SignUpModal .SignUpForm .SignUpLabel.is-error {
        fill: #d55548; }
      .SignUpModal .SignUpForm .SignUpLabel.is-ok {
        fill: #82bb47; }
      .SignUpModal .SignUpForm .SignUpLabel svg {
        vertical-align: text-bottom; }
    .SignUpModal .SignUpForm .InputContainer {
      position: relative;
      display: block;
      margin: 0 auto 14px;
      width: 290px; }
      .SignUpModal .SignUpForm .InputContainer .FormTextBox {
        width: 246px;
        height: 24px;
        font-family: "museo_sans700", sans-serif;
        font-size: 20px;
        color: #3f4d51;
        border: none;
        border-bottom: 1px solid rgba(164, 184, 190, 0.3);
        padding-bottom: 8px;
        line-height: 24px;
        outline: none;
        margin-left: 17px; }
      .SignUpModal .SignUpForm .InputContainer .FieldErrors {
        position: absolute;
        top: calc(100% + 8px);
        background-color: #d55548;
        font-size: 12px;
        color: white;
        padding: 10px 16px;
        border-radius: 4px; }
        .SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle {
          left: 0;
          width: 45px; }
          .SignUpModal .SignUpForm .InputContainer .FieldErrors .DropdownTriangle::after {
            background-color: #d55548; }
        .SignUpModal .SignUpForm .InputContainer .FieldErrors p {
          margin: 0; }
      .SignUpModal .SignUpForm .InputContainer .ValidatingIndicator {
        position: absolute;
        right: 10px;
        line-height: 30px;
        fill: #a4b8be; }
        .SignUpModal .SignUpForm .InputContainer .ValidatingIndicator.is-validating .SyncIcon {
          -webkit-animation: spin 1s infinite linear normal;
                  animation: spin 1s infinite linear normal; }
  .SignUpModal .SignUpActions {
    margin: 52px 40px 0; }
    .SignUpModal .SignUpActions .SignUpButton {
      color: white;
      display: inline-block;
      padding: 5px 15px;
      text-decoration: none;
      cursor: pointer;
      width: 310px;
      height: 48px;
      border-radius: 50px;
      background-color: #7cd6f1;
      border: none;
      font-family: "museo_sans500", sans-serif;
      font-size: 16px;
      -webkit-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out; }
      .SignUpModal .SignUpActions .SignUpButton:hover, .SignUpModal .SignUpActions .SignUpButton:focus {
        background-color: #40a4c4; }
      .SignUpModal .SignUpActions .SignUpButton:disabled {
        cursor: default;
        background-color: rgba(164, 184, 190, 0.3); }
  .SignUpModal .TermsAndConditions {
    margin-top: 25px;
    font-size: 14px; }
    .SignUpModal .TermsAndConditions a {
      cursor: pointer; }

.ShareOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "museo_sans300", sans-serif; }
  .ShareOverlay .ShareOverlayTitle {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 61px; }
  .ShareOverlay .ShareOverlayButtons {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 95vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.Modal-content.Modal-report {
  padding-top: 0; }
  .Modal-content.Modal-report .Modal-dismiss.Modal-style {
    width: 29px;
    height: 36px;
    background-position: center 12.5px;
    background-size: 12.5px 12.5px; }

.Modal-content .ReportBroadcastModal-menu .Modal-title, .Modal-content .ReportBroadcastModal-block .Modal-title, .Modal-content .ReportBroadcastModal-confirmed .Modal-title, .Modal-content .ReportBroadcastModal-confirm .Modal-title {
  background-color: #40a4c4;
  margin: 0;
  padding: 30px 60px 10px;
  position: relative;
  color: white; }

.Modal-content .ReportBroadcastModal-menu .Modal-message, .Modal-content .ReportBroadcastModal-block .Modal-message, .Modal-content .ReportBroadcastModal-confirmed .Modal-message, .Modal-content .ReportBroadcastModal-confirm .Modal-message {
  margin-top: 20px; }

.Modal-content .ReportBroadcastModal-menu .Form .Form-button, .Modal-content .ReportBroadcastModal-block .Form .Form-button, .Modal-content .ReportBroadcastModal-confirmed .Form .Form-button, .Modal-content .ReportBroadcastModal-confirm .Form .Form-button {
  background-color: white;
  margin-top: .5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .Modal-content .ReportBroadcastModal-menu .Form .Form-button.Form-button--red, .Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--red, .Modal-content .ReportBroadcastModal-confirmed .Form .Form-button.Form-button--red, .Modal-content .ReportBroadcastModal-confirm .Form .Form-button.Form-button--red {
    color: #d55548;
    border: 1px solid #d55548; }
    .Modal-content .ReportBroadcastModal-menu .Form .Form-button.Form-button--red:hover, .Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--red:hover, .Modal-content .ReportBroadcastModal-confirmed .Form .Form-button.Form-button--red:hover, .Modal-content .ReportBroadcastModal-confirm .Form .Form-button.Form-button--red:hover {
      color: white;
      background-color: #d55548; }
  .Modal-content .ReportBroadcastModal-menu .Form .Form-button.Form-button--blue, .Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--blue, .Modal-content .ReportBroadcastModal-confirmed .Form .Form-button.Form-button--blue, .Modal-content .ReportBroadcastModal-confirm .Form .Form-button.Form-button--blue {
    color: #40a4c4;
    border: 1px solid #40a4c4; }
    .Modal-content .ReportBroadcastModal-menu .Form .Form-button.Form-button--blue:hover, .Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--blue:hover, .Modal-content .ReportBroadcastModal-confirmed .Form .Form-button.Form-button--blue:hover, .Modal-content .ReportBroadcastModal-confirm .Form .Form-button.Form-button--blue:hover {
      color: white;
      background-color: #40a4c4; }

.Modal-content .ReportBroadcastModal-confirm .Modal-title {
  background-color: #d55548; }

.Modal-content .ReportBroadcastModal-confirm + .Modal-dismiss.Modal-style {
  background-color: #ff6656; }
  .Modal-content .ReportBroadcastModal-confirm + .Modal-dismiss.Modal-style:hover {
    background-color: #c14b3c; }

.Modal-content .ReportBroadcastModal-block .Modal-form {
  margin-bottom: 0; }

.Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--blue.is-toggled {
  color: white;
  background-color: #3f4d51;
  border: 1px solid white; }
  .Modal-content .ReportBroadcastModal-block .Form .Form-button.Form-button--blue.is-toggled:hover {
    background-color: #222222; }

.Modal-content .ReportBroadcastModal-block p.Modal-footnote {
  font-size: 0.8em; }

#GlobalTooltip {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 50; }
  #GlobalTooltip.GlobalTooltip--isVisible {
    display: block; }
  #GlobalTooltip .GlobalTooltip--animateMovement {
    -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #GlobalTooltip .GlobalTooltip-arrow {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  #GlobalTooltip.GlobalTooltip--shadowed .GlobalTooltip-arrow {
    -webkit-transform: none;
            transform: none;
    background: none;
    z-index: 1;
    overflow: hidden; }
    #GlobalTooltip.GlobalTooltip--shadowed .GlobalTooltip-arrow::after {
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 12px;
      height: 12px;
      background: white;
      box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }
  #GlobalTooltip.GlobalTooltip--shadowed.GlobalTooltip--left .GlobalTooltip-arrow::after {
    top: calc(50% - 6px);
    left: -6px; }
  #GlobalTooltip.GlobalTooltip--shadowed.GlobalTooltip--right .GlobalTooltip-arrow::after {
    top: calc(50% - 6px);
    left: 6px; }
  #GlobalTooltip.GlobalTooltip--shadowed.GlobalTooltip--top .GlobalTooltip-arrow::after {
    top: -6px;
    left: calc(50% - 6px); }
  #GlobalTooltip.GlobalTooltip--shadowed.GlobalTooltip--bottom .GlobalTooltip-arrow::after {
    top: 6px;
    left: calc(50% - 6px); }

.u-fullHeight {
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

.u-fullScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.u-imageReplacement, .Header-logo {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.u-flexParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.u-flexItem {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center; }

.u-opacity-0 {
  opacity: 0; }

.u-opacity-10 {
  opacity: 0.10; }

.u-opacity-50 {
  opacity: 0.50; }

.u-opacity-90 {
  opacity: 0.90; }

.u-opacity-100 {
  opacity: 1.0; }

.u-offscreen {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 1px;
  opacity: 0; }

.u-pullRight {
  float: right; }

.u-pullLeft {
  float: left; }

.u-transition-1 {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.u-clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.u-pointer-events-none {
  pointer-events: none; }

.u-participantOrange {
  fill: #f5a623; }

.u-participantPurple {
  fill: #ab70d4; }

.u-participantGreen {
  fill: #99ce62; }

.u-participantPeriwinkle {
  fill: #5c75dc; }

.u-participantRed {
  fill: #d54d81; }

.u-participantYellow {
  fill: #ded569; }

.u-participantTeal {
  fill: #5ed5b1; }

.u-participantPink {
  fill: #e697dc; }

.u-participantBrown {
  fill: #92643e; }

.u-participantVividTangerine {
  fill: #ffa98a; }

.u-participantSkyBlue {
  fill: #84e1eb; }

.u-participantFern {
  fill: #69ab63; }

.u-participantCarnation {
  fill: #f85b5b; }

.u-participantDefault {
  fill: #404d52; }

.u-participantReplayBlue {
  fill: #40a4c4; }

@-webkit-keyframes bgmap-slideacross {
  0% {
    background-position-x: 0vw; }
  100% {
    background-position-x: 100vw; } }

@keyframes bgmap-slideacross {
  0% {
    background-position-x: 0vw; }
  100% {
    background-position-x: 100vw; } }

.error-fill {
  background-color: black;
  background: -webkit-linear-gradient(top, black 0%, #2f3a3d 100%);
  background: linear-gradient(to bottom, black 0%, #2f3a3d 100%);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "museo_sans700", sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .error-fill ::-moz-selection {
    color: white;
    background-color: #40a4c4; }
  .error-fill ::selection {
    color: white;
    background-color: #40a4c4; }
  .error-fill a {
    color: #7cd6f1;
    text-decoration: none; }
  .error-fill p {
    font-family: "museo_sans300", sans-serif;
    margin: 8px 0; }
  .error-fill .bg-map {
    position: absolute;
    top: -100px;
    width: 100%;
    bottom: 0;
    min-width: 800px;
    min-height: 300px;
    background-image: url("../images/map.svg");
    background-repeat: repeat-x;
    background-size: cover;
    opacity: .10;
    -webkit-animation-name: bgmap-slideacross;
            animation-name: bgmap-slideacross;
    -webkit-animation-duration: 86.4s;
            animation-duration: 86.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  .error-fill .content {
    position: relative;
    max-width: 400px;
    margin: 200px auto 0;
    padding: 0 20px; }
  .error-fill .title {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 100px;
    border-bottom: 1px solid #666; }
  .error-fill .title::before {
    content: " ";
    display: inline-block;
    background-image: url("../images/largepin.svg");
    background-repeat: no-repeat;
    width: 68px;
    height: 84px;
    padding-right: 24px;
    margin-left: -92px;
    box-sizing: content-box; }
  .error-fill .subtitle {
    margin: 16px 0;
    font-size: 32px; }

@media only screen and (max-width: 600px), (max-height: 600px) {
  .error-fill .bg-map {
    top: -70px; }
  .error-fill .content {
    margin-top: 125px; }
  .error-fill .title::before {
    margin-left: 0px; } }
/*# sourceMappingURL=stylesheet.css.map */