/*  BOO9STRAP VARS
~-----------------------------------------*/
.hero-video-text {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.section {
  padding: 75px 0; }
  .section .section-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
  .section.section-light {
    background-color: #FFF; }
  .section img {
    max-width: 100%; }
  .section.section--white-space {
    padding: 125px 0; }

.text-centered {
  text-align: center; }

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.row-img-set > div {
  padding: 0 70px; }
  .row-img-set > div img {
    width: 100%; }

.marketing-section-50 {
  width: 50%;
  padding: 50px 30px; }

.content--center {
  max-width: 820px;
  margin: 0 auto;
  text-align: center; }

.al-jobs {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  text-align: left;
  position: relative;
  min-height: 65px; }
  .al-jobs .angellist_jobs-title {
    line-height: inherit; }
  .al-jobs .angellist_jobs-title-link {
    display: block;
    font-size: 26px; }
    .al-jobs .angellist_jobs-title-link:hover {
      color: #ec5f3e;
      text-decoration: none; }
  .al-jobs .angellist_jobs-tags {
    font-weight: normal; }
  .al-jobs .empty {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 22px;
    z-index: 0;
    cursor: pointer;
    color: #777;
    text-decoration: none; }
    .al-jobs .empty:hover {
      color: #ec5f3e; }
  .al-jobs > div {
    position: relative;
    z-index: 2;
    background: #fff; }

/*  HOME
~-----------------------------------------*/
.testimonials-twitter .section-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.twitter-grid-mask {
  overflow: hidden;
  margin-top: -47px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px; }
  .twitter-grid-mask .twitter-grid {
    -ms-transform: translate(0px, 47px);
        transform: translate(0px, 47px); }

.footer,
.home-wrap {
  z-index: 300; }

#wrap {
  width: 100%;
  overflow-x: hidden; }

html {
  background: #ff7352; }

.shine {
  cursor: pointer;
  position: absolute;
  width: 200px;
  top: 93%;
  left: 50%;
  height: 60px;
  margin-left: -100px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  mask-size: 200%;
  animation: shine 4s infinite, hover 2s alternate infinite ease-in-out; }
  .shine:after {
    content: '';
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    left: 50%;
    margin-left: -5px;
    margin-left: -5px;
    -ms-transform: translateY(30%) rotate(45deg);
        transform: translateY(30%) rotate(45deg);
    -webkit-transform: translateY(30%) rotate(45deg);
    animation: hoverSmall 2s 1s alternate infinite ease-in-out; }

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
            mask-position: 150%; }
  to {
    -webkit-mask-position: -50%;
            mask-position: -50%; } }

@keyframes hover {
  from {
    transform: translateY(-50%); }
  to {
    transform: translateY(-75%); } }

@keyframes hoverSmall {
  from {
    transform: translateY(30%) rotate(45deg); }
  to {
    transform: translateY(-10%) rotate(45deg); } }

#modalNotOnAir .hangout-button {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  box-shadow: none; }

.element-light {
  color: #FFF; }

.flex-center {
  -ms-flex-flow: column;
      flex-flow: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.marketing-btn {
  padding: 8px 18px;
  border: 2px solid #ec5f3e;
  border-radius: 15px;
  cursor: hand;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  font-weight: 400;
  transition: background-color .2s ease, border .2s ease; }
  .marketing-btn:hover {
    text-decoration: none; }
  .marketing-btn .label {
    color: #ec5f3e;
    line-height: 25px;
    padding: 0;
    transition: color .2s ease; }
  .marketing-btn .cta-icon {
    fill: #ec5f3e;
    transition: fill .2s ease; }
  .marketing-btn.element-light {
    border-color: #FFF; }
    .marketing-btn.element-light:hover {
      color: rgba(255, 0, 0, 0.4);
      background-color: #FFF; }
  .marketing-btn > svg {
    margin-left: 10px; }

.marketing-btn:hover {
  background-color: #ff7352;
  border: 2px solid transparent;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }
  .marketing-btn:hover .label {
    color: #FFF; }
  .marketing-btn:hover .cta-icon {
    fill: #FFF; }

.logo-list img {
  height: 53px;
  margin: 7px 20px; }

.spotlight-title {
  margin-top: 60px;
  font-size: 27px;
  color: #3e5667;
  text-align: center; }

.spotlight {
  margin-top: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
  position: relative; }

.home-wrap {
  z-index: 150;
  width: 100vw;
  overflow: hidden;
  position: relative; }

.hero-home {
  height: calc(100vh - 57px); }

.marketing-video-open .marketing-video-wrapper {
  opacity: 1;
  pointer-events: inherit;
  transition: opacity .25s ease-out, transform .35s ease-out;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: white;
  padding: 5px; }
  .marketing-video-open .marketing-video-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(0, -150%);
        transform: translate(0, -150%);
    color: #FFF; }

.marketing-video-open .video-bg {
  opacity: .2 !important;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  cursor: hand;
  cursor: pointer; }

.marketing-video-open .video-hero-text {
  opacity: 0 !important;
  transition: opacity 125ms ease-out; }

.marketing-video-wrapper {
  position: relative;
  transition: opacity .25s ease-out, transform .35s ease-out;
  width: 90%;
  max-width: 1170px;
  max-height: calc(90vh - 140px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 140;
  pointer-events: none;
  opacity: 0;
  -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
  .marketing-video-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .marketing-video-wrapper > .marketing-video {
    position: absolute;
    top: 5px;
    left: 5px; }
  .marketing-video-wrapper .marketing-video {
    width: calc(100% - 10px);
    height: calc(100% - 10px); }

.label {
  font-size: 15px; }

.hero-btn-sub {
  background-color: transparent;
  border: 1px solid #FFF; }

.hero-btn:hover {
  text-decoration: none;
  background-color: #ff7352; }

.hero-btn-sub:hover {
  background-color: rgba(0, 0, 0, 0.15); }

.alert-home {
  margin-top: 21px;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background-color: #32c791;
  font-size: 22px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  transition: all .2s ease-out;
  border-radius: 5px; }
  .alert-home:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  .alert-home .alert-small {
    font-size: 16px;
    padding: 7px 0px; }
  .alert-home .small-note {
    color: rgba(255, 255, 255, 0.62);
    margin: 4px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none; }

.link-muted {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }
  .link-muted:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.video-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 50;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: opacity .5s ease-out; }

@-moz-document url-prefix() {
  .video-bg {
    position: absolute; } }

.section-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 100%;
  padding: 10vh 50px;
  box-sizing: border-box; }
  .section-full .main-title {
    font-weight: 500; }

.narrow-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 100%;
  padding: 5vh 50px;
  box-sizing: border-box; }

.section-centered {
  text-align: center;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  z-index: 150; }
  .section-centered .main-title {
    font-weight: 500; }

/*  Home Mixins
~-----------------------------------------*/
/* Specific sections
~-----------------------------------------*/
.going-live {
  position: relative; }
  .going-live::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#226d5a, #27294c);
    z-index: 0; }
  .going-live::before {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4); }

.replays {
  position: relative; }
  .replays::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #27294c;
    z-index: 0; }

.live-qa {
  border-bottom: 1px solid #eee;
  background: #fff; }

.testimonials {
  background: #fafafa; }

.narrow-section-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 100%;
  max-width: 960px;
  text-align: center;
  height: 100vh;
  padding: 0px 50px;
  box-sizing: border-box; }

.intro-header, .outro {
  max-width: 680px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: cecenter;
      justify-content: cecenter;
  -ms-flex-align: center;
      align-items: center; }
  .intro-header .body-sub, .outro .body-sub {
    max-width: 400px; }

.intro-header {
  margin-bottom: 55px; }

.outro {
  margin-top: 25px; }

.user-profile-cover {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .user-profile-cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
    background: black; }
  .user-profile-cover > .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.featured-image-wrap, .event-cover {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .featured-image-wrap:before, .event-cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.5%;
    background: black; }
  .featured-image-wrap > .cover-image, .event-cover > .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.event-cover {
  position: relative; }
  .event-cover .view-events-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    margin-top: 0px !important;
    z-index: 50;
    font-size: 13px;
    opacity: 0 !important;
    transition: opacity .2s ease; }

.user-name:hover {
  color: #999999;
  text-decoration: none;
  cursor: hand;
  cursor: pointer; }

.sub-featured:not(.sub-profile) .user-name:hover {
  color: #999999;
  text-decoration: none;
  cursor: hand;
  cursor: pointer; }

.sub-featured:not(.sub-profile) .event-title {
  width: 100%; }

.sub-featured:not(.sub-profile) .event-cover:hover {
  cursor: pointer;
  cursor: hand; }
  .sub-featured:not(.sub-profile) .event-cover:hover .view-events-btn {
    opacity: 1 !important; }
  .sub-featured:not(.sub-profile) .event-cover:hover .cover-image:after {
    opacity: .4; }

.sub-featured:not(.sub-profile) .cover-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .2s ease;
  border-radius: 8px; }

.sub-featured:not(.sub-profile) .user-name:hover {
  color: #999999;
  text-decoration: none;
  cursor: hand;
  cursor: pointer; }

.sub-featured:not(.sub-profile) .event-title {
  width: 100%; }

.sub-featured:not(.sub-profile) .event-cover:hover {
  cursor: pointer;
  cursor: hand; }
  .sub-featured:not(.sub-profile) .event-cover:hover .view-events-btn {
    opacity: 1 !important; }
  .sub-featured:not(.sub-profile) .event-cover:hover .cover-image:after {
    opacity: .4; }

.sub-featured:not(.sub-profile) .cover-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .2s ease;
  border-radius: 4px; }

.user-profile-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #FFF; }

/* Featured Event
~-----------------------------------------*/
.featured-event {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .featured-event .event-info {
    width: calc(50% - 20px);
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: left; }
    .featured-event .event-info .countdown {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold; }
    .featured-event .event-info .countdown-label {
      margin-right: 5px; }
    .featured-event .event-info .featured-event-title {
      font-size: 28px;
      font-weight: 400px; }
    .featured-event .event-info .marketing-btn {
      margin-right: auto; }
  .featured-event .view-events-btn {
    margin-right: auto;
    margin-top: 15px; }
  .featured-event.featured-event-light .countdown-label, .featured-event.featured-event-light .timer {
    color: #44ccad; }
  .featured-event.featured-event-light .featured-event-title {
    color: #4e4e4e; }
  .featured-event.featured-event-light .user-name {
    color: #7b7b7b; }

.sub-featured {
  width: calc((100%/3));
  margin-right: 20px; }
  .sub-featured .event-time {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 10px; }
  .sub-featured .event-title {
    color: white;
    font-weight: 400;
    margin-bottom: 9px;
    font-size: 20px;
    text-align: left;
    padding-left: 10px; }
  .sub-featured .user-profile-image {
    margin-left: 10px; }
  .sub-featured:last-of-type {
    margin-right: 0px; }

.featured-event-link {
  width: 100%; }

/* Featured Profile
~-----------------------------------------*/
.featured-profile {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left;
  max-width: 500px;
  margin: auto 10px auto;
  width: 90%; }
  .featured-profile .user-profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px); }
    .featured-profile .user-profile .user-name {
      margin-left: 0; }
  .featured-profile .user-profile-image {
    height: 70px;
    width: 70px; }
  .featured-profile .user-name {
    color: #ec5f3e; }

.user-profile-cover, .event-cover {
  width: 100%;
  margin-bottom: 10px; }

.user-profile-cover {
  margin-bottom: 15px; }

.view-events-btn {
  padding: 5px 15px;
  background-color: #44CCAD;
  color: #FFF;
  font-size: 16px;
  border-radius: 3px;
  margin-top: 5px;
  transition: background-color .1s ease;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18); }

.view-events-btn:hover {
  background-color: #58e0c1;
  color: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }

.user-name {
  line-height: 30px;
  margin-left: 10px; }

.cover-image {
  border-radius: 4px;
  transition: opacity .2s ease; }

.use-cases {
  position: relative;
  background-color: #FFF; }

.use-case-sticky-wrap {
  padding-top: 15px; }

.use-case-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 2s ease; }
  .use-case-wrap .intro {
    padding-top: 15px; }
  .use-case-wrap.active {
    position: static;
    visibility: visible;
    opacity: 1; }

.sub-title {
  margin-bottom: 5000px; }

.going-live-featured {
  margin-bottom: 55px; }

.sub-featured {
  width: calc((100%/3));
  margin-right: 20px; }

.sub-featured:last-of-type {
  margin-right: 0px; }

.events-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin: 0;
  padding: 0; }

.event-title:hover,
.featured-event-title:hover {
  color: #e3e3e3;
  text-decoration: none;
  cursor: hand;
  cursor: pointer; }

.featured-event-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-top: 5px; }

.featured-image-wrap {
  width: 50%; }

.going-live-featured .featured-image-wrap, .qa-featured .featured-image-wrap {
  width: 100%; }

.going-live-featured .featured-event-link, .qa-featured .featured-event-link {
  width: 100%; }
  @media (min-width: 768px) {
    .going-live-featured .featured-event-link, .qa-featured .featured-event-link {
      width: 50%; } }

.features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0px;
  margin: 0; }

.slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
  cursor: pointer;
  cursor: hand;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #FFF;
  color: #999999;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  transition: background-color 150ms ease-out, color 150ms ease-out, transform 150ms ease-out; }

.slick-arrow:hover {
  background-color: #26C465;
  color: #FFF; }

.slick-prev {
  -ms-transform: translate(-50%, 0) scale(1);
      transform: translate(-50%, 0) scale(1); }

.slick-next {
  -ms-transform: translate(50%, 0) scale(1);
      transform: translate(50%, 0) scale(1);
  left: auto;
  right: 0; }

.slick-next:hover {
  -ms-transform: translate(50%, 0) scale(1.05);
      transform: translate(50%, 0) scale(1.05); }

.slick-prev:hover {
  -ms-transform: translate(-50%, 0) scale(1.05);
      transform: translate(-50%, 0) scale(1.05); }

.feature {
  width: calc(100%);
  list-style: none;
  outline: none; }
  .feature .feature-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .feature .feature-wrap .feature-header {
      margin-bottom: 5px;
      margin-top: 0; }

.feature:nth-of-type(even) .feature-info {
  -ms-flex-order: 1;
      order: 1; }

.feature:nth-of-type(even) .feature-img {
  -ms-flex-order: 2;
      order: 2; }

.feature:last-of-type {
  margin-bottom: 0px; }

.feature-img {
  width: 40%;
  border: none;
  border-radius: 5px;
  background-size: 105%; }

.feature-info {
  width: 44%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  text-align: left;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  box-sizing: border-box; }
  .feature-info a {
    margin-right: auto; }
  .feature-info .feature-header, .feature-info .feature-body {
    width: 100%; }
  .feature-info .feature-header {
    color: #ec5f3e;
    font-weight: bold; }
  .feature-info .feature-body {
    color: #3e5667; }

.save-spot {
  border-radius: 3px;
  border: 0;
  background: #44CCAD;
  display: block;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.18);
  animation: ctaGlow 2s 1s alternate infinite ease-in-out;
  transition: background 75ms ease-out; }

.final-cta {
  max-width: 100%;
  background-color: #FFF;
  padding: 100px 0;
  border-top: 1px solid #eee;
  z-index: 150;
  position: relative; }

.section-faq {
  padding-bottom: 110px; }

.footer {
  border-top: 1px solid #f3f3f3;
  color: #AAA;
  background-color: #fafafa;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 0px;
  position: relative; }
  .footer .footer-wrap {
    width: 90%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1170px; }
  .footer .label {
    text-align: left;
    color: #ec5f3e;
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
  .footer a {
    color: #555555;
    text-decoration: none; }
    .footer a:hover {
      color: #ec5f3e; }
  .footer .footer-col {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .footer .cc-logo {
    margin-bottom: 15px; }
  .footer .social {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto; }
  .footer .footer-link {
    margin-right: auto; }
  .footer .social-icon {
    margin-right: 5px; }
    .footer .social-icon .social-svg {
      fill: #555555;
      border-radius: 100%;
      box-shadow: 0px 0px 0px transparent;
      transition: box-shadow .3s ease, fill .3s ease; }
    .footer .social-icon .social-svg:hover {
      fill: #222222;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }

#learn_more, #partners, .page-legal {
  margin-bottom: 100px; }

.legal-padding-top {
  padding-top: 1px; }

@media (max-width: 790px) {
  .use-case-sticky-wrap {
    padding-top: 35px; }
  .use-cases-items {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .feature:nth-of-type(even) .feature-info {
    -ms-flex-order: 2;
        order: 2; }
  .feature:nth-of-type(even) .feature-img {
    -ms-flex-order: 1;
        order: 1; }
  .section-full {
    padding: 5vh 25px; }
  .feature {
    margin: 0;
    margin-bottom: 25px;
    height: auto; }
    .feature .feature-wrap {
      height: auto; }
  .feature-img {
    width: 100%; }
  .feature-info {
    width: 100%;
    padding: 0;
    margin-top: 15px; }
  .featured-profile {
    width: 100%; }
  .featured-image-wrap {
    width: 100%; }
  .featured-event .event-info {
    width: 98%; }
    .featured-event .event-info .featured-event-title {
      font-size: 24px; }
  .featured-image-wrap {
    margin-bottom: 10px; }
  .featured-profile {
    max-width: inherit;
    margin-right: 0; }
  .footer-wrap .footer-col {
    width: 100%;
    margin: 15px 0px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .footer .label {
    margin-bottom: 5px; }
  .footer .cc-log {
    margin-bottom: 10px; }
  .footer .social {
    margin-top: 25px; }
  .footer .footer-link {
    margin-right: 0; } }

.hero .hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.about-hero .hero-grad {
  opacity: .4; }

.about-wrap {
  max-width: 650px;
  margin: 50px auto;
  width: 90%; }
  .about-wrap .main-title {
    color: #ec5f3e; }

.about-final .main-title {
  color: #ec5f3e; }

.letter-section,
.letter-intro {
  margin: 20px auto; }

.letter-title,
.letter-intro,
.letter-outro {
  font-size: 18px;
  font-weight: 300; }

.letter-body {
  font-size: 22px;
  font-weight: bold;
  margin: 35px auto; }

.letter-intro {
  margin-bottom: 25px; }

.letter-outro {
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto 25px; }
  .letter-outro .letter-section {
    margin: 0; }

.letter-idea-header {
  color: #ec5f3e;
  margin: 5px 0; }

.letter-idea-body {
  margin-bottom: 25px; }

.letter-list-item {
  margin-top: 15px; }
  .letter-list-item .letter-item-header {
    color: #ec5f3e; }

.feature-module {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin: auto; }
  .feature-module .feature-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: calc(100% - 240px);
    padding: 0 20px 90px;
    box-sizing: border-box; }

.features-nav-mobile {
  display: none; }
  .features-nav-mobile .feature-nav-link {
    text-decoration: none; }
  .features-nav-mobile .feature-nav-link:hover {
    color: #ec5f3e; }

.feature-nav {
  margin: 0;
  text-align: left;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.feature-nav-wrapper {
  width: 240px;
  overflow: scroll;
  padding-top: 66px; }
  .feature-nav-wrapper::-webkit-scrollbar {
    display: none; }
  .feature-nav-wrapper .feature-nav-item {
    list-style: none;
    font-size: 16px;
    margin: 0;
    border-right: 1px solid #e3e3e3;
    cursor: pointer; }
    .feature-nav-wrapper .feature-nav-item:hover {
      border-right: 1px solid #999999; }
      .feature-nav-wrapper .feature-nav-item:hover .feature-nav-link {
        color: #999999; }
  .feature-nav-wrapper .feature-nav-link {
    text-decoration: none;
    color: #B5B5B5;
    display: block;
    padding: 5px 10px; }
    .feature-nav-wrapper .feature-nav-link:active {
      text-decoration: none; }
  .feature-nav-wrapper .active {
    border-right: 1px solid #ec5f3e; }
    .feature-nav-wrapper .active .feature-nav-link {
      color: #ec5f3e;
      text-decoration: none; }
    .feature-nav-wrapper .active:hover {
      border-right: 1px solid #ec5f3e; }
      .feature-nav-wrapper .active:hover .feature-nav-link {
        color: #ec5f3e; }

.main-features-wrap {
  background-color: #FFF;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee; }

.main-feature-section:nth-of-type(even) .content-wrap .feature-img-wrap {
  -ms-flex-order: 2;
      order: 2; }

.main-feature-section:nth-of-type(even) .content-wrap .feature-content {
  -ms-flex-order: 1;
      order: 1; }

.main-feature-section {
  margin-bottom: -60px; }
  .main-feature-section:last-child {
    margin-bottom: 0px; }
  .main-feature-section .content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1170px;
    width: 90%;
    margin: auto; }
  .main-feature-section .feature-img-wrap {
    width: 50%;
    padding: 30px; }
    .main-feature-section .feature-img-wrap .feature-img {
      width: 100%; }
  .main-feature-section .feature-content {
    width: 50%; }
  .main-feature-section .main-title {
    color: #ec5f3e; }

.feature-section {
  width: 100%; }
  .feature-section .feature-section-title {
    margin: 0;
    background-color: #fafafa;
    padding-top: 90px; }
  .feature-section .section-body {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin: 0; }
  .feature-section .short {
    margin-left: 0; }
  .feature-section .text-primary {
    margin-top: 0; }

.feature-section:last-of-type {
  margin-bottom: 50px; }

.feature-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
  padding: 0;
  margin: 0; }
  .feature-row .feature-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 20px 0 0; }
    .feature-row .feature-wrap .feature-img-wrap,
    .feature-row .feature-wrap .feature-info {
      margin-top: 0;
      width: 100%; }
  .feature-row .feature-img {
    width: 100%; }
  .feature-row .feature-half {
    width: calc((100% / 3) - 20px); }
    .feature-row .feature-half .feature-img-wrap {
      width: 90%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .feature-row .feature-half .feature-info {
      width: calc(100% - 30px);
      text-align: left;
      margin-top: 10px;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: end;
          align-items: flex-end; }
    .feature-row .feature-half .feature-header {
      font-size: 15px;
      font-weight: bold;
      width: calc(100% - 30px);
      white-space: nowrap;
      margin-bottom: 2px; }
    .feature-row .feature-half .feature-body {
      margin-top: 5px; }
  .feature-row .feature-info {
    padding: 0; }

.feature-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: -5px;
  padding: 3px 3px 3px 0px;
  margin-bottom: auto; }
  .feature-icon use {
    fill: #ec5f3e; }

@media (max-width: 999px) {
  .feature-row .feature-half {
    width: calc((100% / 2) - 20px); } }

@media (max-width: 768px) {
  .feature-module .feature-list {
    width: 100%; }
  .feature-nav-wrapper {
    width: 100%; }
    .feature-nav-wrapper .feature-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .features-nav-desktop {
    display: none; }
  .features-nav-mobile {
    display: -ms-flexbox;
    display: flex; }
  .main-feature-section {
    padding: 50px 0; }
    .main-feature-section .content-wrap {
      -ms-flex-flow: column;
          flex-flow: column; }
    .main-feature-section .feature-img-wrap {
      width: 100%; }
      .main-feature-section .feature-img-wrap .feature-img {
        width: 100%; }
    .main-feature-section .feature-content {
      width: 100%; }
  .feature-section .feature-section-title {
    margin-top: 75px;
    padding-top: 0; }
  .main-feature-section:nth-of-type(even) .content-wrap .feature-img-wrap {
    -ms-flex-order: 1;
        order: 1; }
  .main-feature-section:nth-of-type(even) .content-wrap .feature-content {
    -ms-flex-order: 2;
        order: 2; }
  .feature-list {
    width: 100%; } }

@media (max-width: 480px) {
  .text-primary {
    padding-left: 0; }
  .feature-row .feature-half {
    width: calc((100% / 1) - 20px);
    margin-bottom: 45px;
    -ms-flex-pack: center;
        justify-content: center; }
    .feature-row .feature-half .feature-img-wrap {
      width: 70%;
      margin: auto; }
    .feature-row .feature-half .feature-info {
      width: 100%;
      padding-left: 15px;
      text-align: left; } }

.section-multistreams {
  padding: 75px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .section-multistreams h2 {
    margin-top: 0; }
  .section-multistreams .section-wrap {
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .section-multistreams img {
    max-width: 100%; }

.sections__patreon {
  padding: 100px 0;
  background: #FFF; }

.patreon--header,
.content--header {
  display: inline-block;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2em;
  color: #3e5667; }
  @media (max-width: 768px) {
    .patreon--header,
    .content--header {
      font-size: 34px; } }

p.patreon--body,
p.content--body {
  color: #4F4F4F;
  font-size: 26px;
  line-height: 1.2em;
  margin-top: 10px; }
  @media (max-width: 768px) {
    p.patreon--body,
    p.content--body {
      font-size: 19px; } }

.patreon--incentives-list {
  margin: 0 auto;
  margin-top: 55px; }

.patreon--incentive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  padding: 5px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .patreon--incentive p {
    margin: 0;
    font-size: 19px; }
  .patreon--incentive:last-of-type {
    margin-bottom: 0; }
  .patreon--incentive:nth-child(even) {
    text-align: right; }
    .patreon--incentive:nth-child(even) p {
      margin-left: auto; }
    @media (max-width: 768px) {
      .patreon--incentive:nth-child(even) {
        text-align: center; } }
  @media (max-width: 768px) {
    .patreon--incentive {
      -ms-flex-flow: column;
          flex-flow: column;
      text-align: center;
      margin-bottom: 55px; } }

@media (max-width: 768px) {
  .patreon--incentive__img,
  .patreon--incentive__type {
    width: 100%; } }

.patreon--incentive__img {
  width: 35%;
  margin: 0 45px;
  border-radius: 5px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .patreon--incentive__img {
      -ms-flex-order: 0;
          order: 0;
      margin: 0;
      margin-bottom: 20px;
      width: 350px; } }

.patreon--incentive__type {
  width: 50%;
  font-size: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .patreon--incentive__type h4 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 0;
    color: #3e5667; }
  .patreon--incentive__type p {
    max-width: 460px;
    margin-top: 10px;
    line-height: 1.2em; }
  @media (max-width: 768px) {
    .patreon--incentive__type {
      -ms-flex-order: 1;
          order: 1;
      width: 100%; }
      .patreon--incentive__type p {
        margin: 10px auto; } }

.section__love {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0 20px; }
  .section__love .patreon--header {
    display: inline;
    width: 100%;
    margin-bottom: 55px; }
  .section__love .love__tweet {
    width: 32%;
    margin-right: 1%;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .section__love .love__tweet:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 992px) {
      .section__love .love__tweet {
        width: 100%; } }
  @media (max-width: 768px) {
    .section__love {
      -ms-flex-flow: column;
          flex-flow: column;
      text-align: center; } }

@media (max-width: 768px) {
  .section__private {
    text-align: center; }
    .section__private .patreon--header {
      margin-top: 10px; } }

.patreon__tweets {
  width: 100%;
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  @media (max-width: 992px) {
    .patreon__tweets {
      -ms-flex-flow: column;
          flex-flow: column; } }
  @media (max-width: 768px) {
    .patreon__tweets {
      margin-top: 20px; } }

.patreon__img {
  width: 100%;
  border-radius: 3px; }

.patreon__img--padding {
  padding: 0 50px; }

@media (max-width: 768px) {
  .patreon__private-space .col-sm-6:first-of-type {
    padding-bottom: 25px;
    margin: 0 auto;
    max-width: 350px; }
  .patreon__private-space .col-sm-6:last-of-type {
    text-align: center; } }

.rtmp-hero .hero-text {
  max-width: 650px;
  margin: 120px auto; }

.sections__rtmp .section-center {
  position: relative;
  z-index: 10; }

.sections__rtmp .section-rtmp__intro {
  padding: 25px 0 75px; }

.rtmp-explosion--top {
  margin-bottom: 10px; }

.rtmp-explosion--bottom {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0px) rotate(180deg);
      transform: translate(-50%, 0px) rotate(180deg);
  max-height: 100%; }

.section.section--softwares {
  padding: 25px 0 0;
  background: transparent; }

@keyframes float1 {
  0% {
    transform: translate(-15px, 17px); }
  50% {
    transform: translate(-10px, 12px); }
  100% {
    transform: translate(-15px, 17px); } }

@keyframes float2 {
  0% {
    transform: translate(-20px, 10px); }
  50% {
    transform: translate(-15px, 5px); }
  100% {
    transform: translate(-20px, 10px); } }

@keyframes float3 {
  0% {
    transform: translate(0px, 8px); }
  50% {
    transform: translate(5px, 2px); }
  100% {
    transform: translate(0, 8px); } }

.rtmp--softwares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 768px) {
    .rtmp--softwares {
      -ms-flex-flow: column;
          flex-flow: column; } }

.rtmp--software {
  padding: 25px; }
  .rtmp--software:nth-child(1) {
    animation: float1 4s ease-in-out infinite; }
  .rtmp--software:nth-child(2) {
    animation: float2 3s ease-in-out infinite; }
  .rtmp--software:nth-child(3) {
    animation: float3 5s ease-in-out infinite; }

.rtmp--softwares:nth-child(2) .rtmp--software:nth-child(1) {
  animation: float1 6s ease-in-out infinite; }

.rtmp--softwares:nth-child(2) .rtmp--software:nth-child(2) {
  animation: float1 5s ease-in-out infinite; }

.rtmp--softwares:nth-child(2) .rtmp--software:nth-child(3) {
  animation: float3 7s ease-in-out infinite; }

.rtmp--softwares:nth-child(2) .rtmp--software:nth-child(4) {
  animation: float1 6s ease-in-out infinite; }

.rtmp--cc-funnel {
  margin: 0 50px;
  width: calc(100% - 100px); }

@media (max-width: 768px) {
  .rtmp--superpowers p.content--body {
    width: 80%;
    margin: 0 auto; } }

.rtmp--superpowers h3.content--body {
  font-size: 34px;
  font-weight: normal; }

.rtmp--superpowers-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px; }
  @media (max-width: 768px) {
    .rtmp--superpowers-list {
      -ms-flex-flow: column;
          flex-flow: column; } }

.rtmp--superpower {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: calc(40%); }
  .rtmp--superpower:nth-of-type(odd) {
    margin-right: 10%; }
  .rtmp--superpower:nth-of-type(even) {
    margin-top: 100px;
    margin-left: 10%; }
  @media (max-width: 768px) {
    .rtmp--superpower {
      width: calc(100% - 20px);
      margin: 0;
      margin-bottom: 50px; }
      .rtmp--superpower:nth-of-type(odd) {
        margin-right: 0; }
      .rtmp--superpower:nth-of-type(even) {
        margin-top: 0;
        margin-left: 0%; } }

.rtmp--superpower-text {
  font-size: 26px;
  font-weight: normal; }
  @media (max-width: 768px) {
    .rtmp--superpower-text {
      width: 220px;
      margin: 0 auto;
      font-size: 19px; } }

.rtmp--superpower-image {
  width: 100%;
  margin-bottom: 15px; }

.section {
  padding: 75px 0;
  background-color: #FFF; }
  .section .section-center {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
    @media (max-width: 768px) {
      .section .section-center {
        margin: 0; } }
  .section.section-clear {
    background-color: transparent; }

.section--no-padding {
  padding: 0; }

.section-gray {
  background-color: #fafafa; }

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row-flex div[class^="col-"] {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.row-img-set div[class^="col-"] {
  padding: 0 70px; }
  .row-img-set div[class^="col-"] img {
    width: 100%; }

.hero-video-text {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }

.text-center {
  text-align: center; }

@media (max-width: 768px) {
  .text-center-sm {
    text-align: center; } }

.col-swatches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-bottom: 25px; }

.color-swatch {
  height: 60px;
  width: calc(100%/3);
  margin: 5px;
  box-sizing: border-box;
  position: relative; }
  .color-swatch span {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translate(0, calc(100% + 5px));
        transform: translate(0, calc(100% + 5px));
    text-align: center;
    width: 100%;
    display: block; }

.color-primary {
  background-color: #ec5f3e; }

.color-secondary {
  background-color: #3e5667; }

.color-tertiary {
  background-color: #F9CA3F; }

.body-sub {
  font-size: 12px;
  font-weight: bold;
  color: #999999; }

.btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 5px; }
  .btns .btn {
    margin-right: 5px; }
    @media (min-width: 768px) {
      .btns .btn:last-of-type {
        margin-right: 0; } }
  .btns .btn-primary, .btns .btn-secondary {
    font-size: 20px;
    border-radius: 3px;
    padding: 13px 24px 15px;
    color: #FFF; }
  .btns .btn-secondary {
    background-color: transparent;
    border: 1px solid #FFF; }
    .btns .btn-secondary:hover, .btns .btn-secondary:focus, .btns .btn-secondary:active {
      color: #FFF;
      background-color: rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  .hero:not(.hero-centered) .btns .btn:last-of-type {
    margin-right: auto; } }

.page-legal {
  background: white;
  padding: 20px 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  max-width: 900px; }
  .page-legal h3 {
    font-weight: bold;
    font-size: 20px; }
  .page-legal p, .page-legal ul, .page-legal li {
    font-size: 15px; }
  @media (max-width: 768px) {
    .page-legal {
      padding: 20px 10px; } }

@media (min-width: 992px) {
  .page-marketing .container {
    width: 1111px; } }

/*# sourceMappingURL=marketing.e82b87bb11148420ec442a81cfcdbf06.css.map*/