@charset "UTF-8";
/**
 * z-index values. Order reflects the stacking
 * of elements from lowest to highest.
 */
/**
 * Font styles
 */
/**
 * Colors
 */
/**
 * Animations
 */
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; }

.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 {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; }
  .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 .GetAppCTA .AppLink {
      width: 100%; }

.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: 12px;
  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%; }

.BroadcastDetails-overlay {
  width: 100%;
  max-width: 700px;
  z-index: 5;
  text-align: center;
  margin: 0 auto; }

.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 {
    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;
  height: 33px;
  position: absolute;
  right: 20px;
  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 {
  line-height: 2;
  margin-right: 25px;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.BroadcastNextButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 4; }
  .BroadcastNextButton:hover .BroadcastNextButton-label, .BroadcastNextButton:focus .BroadcastNextButton-label {
    outline: none;
    opacity: 1; }

.BroadcastSidebar {
  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: 7; }

.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: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

@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;
  margin-top: 10px;
  word-wrap: break-word;
  word-break: break-word; }
  .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; }

.Discover {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  background-color: #EFF2F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative; }

.Discover-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 6px; }

.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;
  min-height: 94px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 4; }

.DiscoverHeader-channelList {
  padding-left: 20px; }

.DiscoverHeader-channelListItem {
  display: inline-block; }

.DiscoverHeader-channelLink {
  background: #F6F8F9;
  border-radius: 16px;
  color: #a4b8be;
  font: "museo_sans300", sans-serif;
  margin: 5px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: ease 0.05s;
  transition: ease 0.05s; }
  .DiscoverHeader-channelLink:hover {
    background: #edf1f3; }
  .DiscoverHeader-channelLink:visited {
    color: #a4b8be; }

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

.DiscoverHeader-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  margin-right: 25px; }
  .DiscoverHeader-search .SearchIcon {
    margin-right: 25px; }
  .DiscoverHeader-search input {
    font-weight: 300;
    font-size: 24px;
    color: #3f4d51;
    border: none;
    border-bottom: 1px solid #a4b8be;
    padding-bottom: 5px;
    padding-top: 5px;
    outline: none;
    width: 100%; }
  .DiscoverHeader-search input::-webkit-input-placeholder {
    color: #a4b8be; }
  .DiscoverHeader-search input:-moz-placeholder {
    color: #a4b8be; }
  .DiscoverHeader-search input::-moz-placeholder {
    color: #a4b8be; }
  .DiscoverHeader-search input:-ms-input-placeholder {
    color: #a4b8be; }

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

.BroadcastHeroCell-content {
  background: black;
  height: 100%; }

.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; }

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

.BroadcastHeroCell-badge .ViewerBadge {
  float: none;
  margin-bottom: 10px; }

.BroadcastHeroCell-badge .live {
  float: none; }

.BroadcastHeroCell-detailsWell {
  background-color: white;
  border-radius: 3px;
  color: #3f4d51;
  font-family: museo_sans300;
  font-size: 14px;
  padding: 15px 20px; }

.BroadcastHeroCell-detailTitle {
  border-bottom: 1px solid #a4b8be;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px; }

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

.BroadcastHeroCell-detailsUsername {
  display: inline; }
  .BroadcastHeroCell-detailsUsername .ProfileUsername {
    display: inline;
    font-family: museo_sans700; }

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

.BroadcastHeroCell-detailsLocation {
  display: inline; }
  .BroadcastHeroCell-detailsLocation .BroadcastLocation {
    display: inline;
    float: none;
    font-family: museo_sans300;
    font-size: 14px; }
    .BroadcastHeroCell-detailsLocation .BroadcastLocation:before {
      content: ' — '; }

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

.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 .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; }

.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); }

.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:hover .EmbedHeader-cta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

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

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

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

.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; }

.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; }

@-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; }

.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-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-decoration: none; }

.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); }

.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 {
  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; }

.PeriscopeProfileButton .ProfileLink:link, .PeriscopeProfileButton .ProfileLink: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; }

.PeriscopeProfileButton .ProfileLink:hover, .PeriscopeProfileButton .ProfileLink:focus, .PeriscopeProfileButton .ProfileLink:active {
  background-color: #40a4c4;
  color: white;
  text-decoration: none; }

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

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

.ProfileCard .ProfileAuthor,
.ProfileCard .ProfileName,
.ProfileCard .ProfileUsername,
.ProfileCard .ProfileDescription {
  margin: 0 25px;
  text-align: center; }

.ProfileCard .ProfileName {
  color: #3f4d51; }

.ProfileCard .ProfileUsername,
.ProfileCard .ProfileDescription {
  color: #a4b8be; }

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

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

.ProfileCard-metadataSpacerTop {
  -webkit-box-flex: 2.25;
      -ms-flex: 2.25;
          flex: 2.25;
  max-height: 30px;
  min-height: 40px; }

.ProfileCard-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; }

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

.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; }

.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; }
    .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; } }

.ProfileTwitterAccount {
  display: block;
  margin: 0 auto;
  height: 16px;
  width: 14px;
  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; }

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

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

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

.ProfileBroadcast-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; }
  .ProfileBroadcast--featuredReason .ProfileBroadcast-content {
    height: inherit;
    min-height: 140px; }

.ProfileBroadcast-thumbContainer {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #a4b8be;
  border-radius: 3px; }

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

.ProfileBroadcast-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; }

.ProfileBroadcast-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%; }
  .ProfileBroadcast-featuredContainer .ProfileBroadcast-featuredFlag {
    margin-right: 12px;
    min-width: 12px; }
  .ProfileBroadcast-featuredContainer .ProfileBroadcast-featuredReason {
    margin: 0; }

.ProfileBroadcast-auxDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px; }

.ProfileBroadcast-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; }

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

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

.ProfileBroadcast-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; }

.ProfileBroadcast-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; }

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

.ProfileBroadcast .BroadcastTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-flex: 1 1 100%;
  font-size: inherit;
  color: #3f4d51;
  margin: 0;
  line-height: 1.4; }

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

.ProfileBroadcast-detailsLocation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

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

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

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

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

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

.ProfileSidebar .ProfileSidebar-accordion > *:last-child {
  margin-bottom: 60px; }

.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: 7; }
  .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; }

.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-accordion .ProfileSidebar-headerSpacerTop {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    min-height: 20px;
    max-height: 55px; }
  .ProfileSidebar-accordion .ProfileSidebar-descriptionSpacerTop {
    -webkit-box-flex: 1.75;
        -ms-flex: 1.75;
            flex: 1.75;
    max-height: 30px;
    min-height: 15px; }
  .ProfileSidebar-accordion .ProfileSidebar-twitterSpacerTop {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: 15px;
    min-height: 10px; }
  .ProfileSidebar-accordion .ProfileSidebar-metadataSpacerTop {
    -webkit-box-flex: 2.25;
        -ms-flex: 2.25;
            flex: 2.25;
    max-height: 30px;
    min-height: 40px; }
  .ProfileSidebar-accordion .ProfileSidebar-broadcastsSpacerTop,
  .ProfileSidebar-accordion .ProfileSidebar-ctaSpacerTop {
    -webkit-box-flex: 5.5;
        -ms-flex: 5.5;
            flex: 5.5;
    max-height: 85px;
    min-height: 45px; }
  .ProfileSidebar-accordion .ProfileSidebar-ctaBorderSpacerTop {
    -webkit-box-flex: 5.5;
        -ms-flex: 5.5;
            flex: 5.5;
    max-height: 50px;
    min-height: 25px; }
    .ProfileSidebar-accordion .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; } }

.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; }

.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 {
  color: white; }

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

.PlaybackProgress:hover .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 {
  -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 {
  opacity: 1; }

.ShareBroadcastButton {
  color: white;
  text-decoration: none;
  padding: 10px 10px 10px 0; }
  .ShareBroadcastButton .TwitterLogo {
    margin-left: 10px;
    fill: rgba(255, 255, 255, 0.2); }

@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; }

.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; }

.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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .Video #video {
    -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 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3; }
  .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: .7s;
          transition-delay: .7s; }

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

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

.VideoOverlay-container {
  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 .VideoOverlay-metadataContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .VideoOverlay-container .VideoOverlay-dynamicMetadata {
    height: 20px;
    width: 100%;
    position: relative; }
    .VideoOverlay-container .VideoOverlay-dynamicMetadata .VideoOverlay-broadcastData,
    .VideoOverlay-container .VideoOverlay-dynamicMetadata .PlaybackProgress {
      position: absolute; }
    .VideoOverlay-container .VideoOverlay-dynamicMetadata .VideoOverlay-broadcastData {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      width: 100%; }
    .VideoOverlay-container .VideoOverlay-dynamicMetadata .PlaybackProgress {
      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 20px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    white-space: nowrap; }
  .VideoOverlay-container .BroadcastLocation,
  .VideoOverlay-container .Viewers {
    margin: 0 20px 0 0; }

.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; }

@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); }

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

.FeedbackItem .border {
  fill: white; }

.Hearts {
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: 0;
  list-style: none; }
  .Hearts.Hearts--forReplay {
    right: 5px; }
    .Hearts.Hearts--forReplay .FeedbackItem {
      bottom: 30px; }

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

@-webkit-keyframes slidein {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

@keyframes slidein {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

.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 {
    -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.CommentMessage-muted {
    background: #666; }

.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-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.5;
  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; }

@keyframes slidein {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

.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 {
  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; }

@keyframes slidein {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

.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); }

.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; }

.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; }

.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: 8; }

.Modal-content {
  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;
  position: relative;
  text-align: center;
  z-index: 9; }

.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-color: #88c6d9;
  background-repeat: no-repeat;
  background-position: center 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 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:hover {
    background-color: #64b4cc; }
  .Modal-dismiss:focus, .Modal-dismiss:active {
    outline: none;
    background-color: #43a3c1; }

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

.ProfileModal {
  min-width: 340px;
  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 .ProfileCard-metadata {
    font-size: 20px; }
    .ProfileModal .ProfileCard-metadata label {
      font-size: 12px; }

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

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

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

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

.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; }

@-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 */