/*
* Be sure the make your changes to the .scss file,
* not the .css file. Run this to generate the .css file:
* sass --watch --sourcemap=none /Users/[you]/Code/public-site/source/stylesheets/sass:/Users/[you]/Code/public-site/source/stylesheets/css
*/
/*
* Be sure the make your changes to the .scss file,
* not the .css file. Run this to generate the .css file:
* sass --watch --sourcemap=none /Users/[you]/Code/public-site/source/stylesheets/sass:/Users/[you]/Code/public-site/source/stylesheets/css
*/

.clean-hero {
  background-color: #ffffff;
  text-align: left;
  padding: 100px 0;
  height: 560px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .clean-hero {
      padding: 100px 20px; } }
  @media (max-width: 480px) {
    .clean-hero {
      padding: 50px 20px;
      height: auto; } }
  .clean-hero .hero-container {
    position: relative;
    width: 1140px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .clean-hero .hero-container {
        width: 875px; } }
    @media (max-width: 480px) {
      .clean-hero .hero-container {
        width: 275px; } }
  .clean-hero .hero-main-text {
    font-size: 3.5em;
    line-height: 1.2em;
    margin-top: 0; }
    @media (max-width: 480px) {
      .clean-hero .hero-main-text {
        font-size: 3.0em; } }
  .clean-hero .hero-sub-text {
    color: #63656E;
    font-size: 1.5em;
    line-height: 1.6em; }
  .clean-hero .hero-btn-wrapper {
    width: 200px;
    margin-top: 40px; }
    @media (max-width: 480px) {
      .clean-hero .hero-btn-wrapper {
        margin: 40px auto;
        width: 100%; } }
  .clean-hero .hero-cta-btn {
    font-size: 16px;
    line-height: 18px; }
    .clean-hero .hero-cta-btn:hover, .clean-hero .hero-cta-btn:visited, .clean-hero .hero-cta-btn:focus, .clean-hero .hero-cta-btn:active {
      color: #ffffff; }

h1 {
  font-size: 3em;
  font-weight: 500; }

h2 {
  font-size: 2em;
  font-weight: 400; }

h3 {
  font-weight: 400;
  font-size: 1.3em; }

h4 {
  font-size: 1.7rem; }

.index-page {
  overflow: auto; }

.books-background {
  position: relative;
  z-index: 0;
  background-color: #6DC590; }

.books-background::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("/../img/definitions/Hero_bg_pattern.png");
  background-size: 220px;
  background-position: 28%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5; }

.features-wrap {
  background-color: #22A3C0;
  color: #FCFCFC; }
  .features-wrap h1, .features-wrap h2, .features-wrap h3, .features-wrap h4 {
    font-weight: 500; }
  .features-wrap .tagline {
    text-align: center;
    padding: 0 24px 0 60px; }
    @media (max-width: 480px) {
      .features-wrap .tagline {
        padding: 0 35px; } }
  .features-wrap p {
    font-size: 16px;
    line-height: 1.6em; }

.feature-container {
  padding: 0 24px;
  text-align: center; }

.features h2, .features h3, .features h4 {
  margin-bottom: 0; }
.features .plus-tag {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 3px 4px 2px 4px;
  color: #77C7D9;
  background-color: #0E819A;
  opacity: 0.7;
  border-radius: 3px;
  position: relative;
  top: -2px;
  left: 6px; }
.features .tagline p {
  text-align: center; }
.features .feature-block {
  display: inline-flex;
  flex: 1;
  padding: 24px;
  height: 175px;
  min-width: 322px; }
  @media (max-width: 480px) {
    .features .feature-block {
      padding: 24px 0;
      min-width: 100%; } }
  .features .feature-block.spacer {
    height: 0; }
  .features .feature-block img {
    padding: 0 30px 0 0;
    position: relative;
    top: -16px; }
  .features .feature-block .text {
    text-align: left;
    display: flex;
    flex-direction: column; }
    .features .feature-block .text p {
      display: inline-block;
      font-size: 14px;
      max-width: 200px; }

.upsell-tag {
  font-size: 1.25rem;
  font-weight: 400;
  color: #B7E1C8;
  text-transform: uppercase;
  background-color: #37B067;
  border-radius: 4px;
  padding: 6px;
  margin: 6px;
  vertical-align: middle;
  letter-spacing: 0.06em; }

.peekaboo-wrap .section {
  padding: 10px 20px 20px; }

.peekaboo-wrap .attn-banner {
  background-color: #1F673C;
  height: 50px;
  text-align: center;
  color: #ffffff; }
.peekaboo-wrap .banner-link {
  color: #ffffff;
  text-decoration: underline; }
.peekaboo-wrap .banner-text {
  margin: 0;
  line-height: 50px; }

.peekaboo-content {
  display: inline-block;
  text-align: left; }

@-webkit-keyframes peekaboo-slide {
  100% {
    -webkit-transform: translate(0, 256px);
    -ms-transform: translate(0, 256px);
    transform: translate(0, 256px); } }
@keyframes peekaboo-slide {
  100% {
    -webkit-transform: translate(0, 256px);
    -ms-transform: translate(0, 256px);
    transform: translate(0, 256px); } }
@-webkit-keyframes peekaboo-slide-tablet {
  100% {
    -webkit-transform: translate(0, 176px);
    -ms-transform: translate(0, 176px);
    transform: translate(0, 176px); } }
@keyframes peekaboo-slide-tablet {
  100% {
    -webkit-transform: translate(0, 176px);
    -ms-transform: translate(0, 176px);
    transform: translate(0, 176px); } }
.peekaboo-slider {
  float: left;
  color: #fff;
  margin-right: 15px;
  -webkit-animation: peekaboo-slide 4s 1.5s ease forwards;
  animation: peekaboo-slide 4s 1.5s ease forwards; }

@-webkit-keyframes peekaboo {
  100% {
    opacity: 1; } }
@keyframes peekaboo {
  100% {
    opacity: 1; } }
.peekaboo-tags {
  float: right; }

.peekaboo-tag {
  opacity: 0;
  color: #2E9356;
  -webkit-animation: peekaboo 2s 1s forwards;
  animation: peekaboo 2s 1s forwards; }

.peekaboo-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.peekaboo-2 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.peekaboo-3 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.peekaboo-4 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

.peekaboo-last {
  color: #fff;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

.peekaboo-end {
  clear: both;
  color: #B7E1C8;
  margin-top: 10px;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

.index-hero.peekaboo-wrap .section {
  padding: 100px 20px; }

.hero-wrap .section .index-hero-content {
  text-align: center; }
  .hero-wrap .section .index-hero-content .master-header-med {
    margin-bottom: 24px; }
    .hero-wrap .section .index-hero-content .master-header-med.break-text {
      display: none; }
  .hero-wrap .section .index-hero-content .master-subheader {
    color: #B7E1C8;
    margin-bottom: 40px; }
  .hero-wrap .section .index-hero-content .get-started {
    margin: 0; }
  .hero-wrap .section .index-hero-content .main-cta .cta-btn {
    margin: 0 !important; }

.get-started {
  text-align: center;
  margin: 40px auto 20px; }
  .get-started .main-cta .cta-btn {
    display: inline-block;
    width: 190px;
    margin-top: 20px; }

.main-cta .cta-btn {
  display: inline-block;
  text-align: center;
  width: 180px;
  margin: 0 0 20px; }

.explore-product {
  margin-top: 40px; }
  .explore-product .action-button {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 40px;
    display: block;
    background: #fff;
    color: #37B067;
    border: 1px solid #B7E1C8;
    transition: all 0.3s; }
    .explore-product .action-button:hover {
      border-color: #37B067; }

.analytics-platform {
  background: #fff;
  border-bottom: 1px solid #E4E7ED; }
  .analytics-platform .section {
    padding-bottom: 0; }
  .analytics-platform .page-header {
    margin-bottom: 64px; }
  .analytics-platform .content-text {
    color: #63656E; }
  .analytics-platform .column-border {
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #F1F2F5; }
  .analytics-platform .analytics-img {
    margin-top: 40px; }
    .analytics-platform .analytics-img img {
      width: 100%; }

.social-proof {
  background: #fff; }
  .social-proof .section {
    padding-bottom: 24px; }
  .social-proof .social-proof-logos {
    max-width: 800px;
    margin: 24px auto 0; }
    .social-proof .social-proof-logos img {
      margin: 0 0 10px;
      display: inline-block; }

.turnkey {
  background: #894FBA;
  color: #fff;
  text-align: center; }
  .turnkey .section-subheader {
    text-align: center;
    margin-bottom: 24px; }
  .turnkey .content-text {
    color: #F1F2F5;
    text-align: center;
    font-weight: 400; }
  .turnkey .turnkey-columns {
    margin-top: 32px;
    padding: 0 48px; }
    .turnkey .turnkey-columns .turnkey-col .content-text {
      text-align: left; }
    .turnkey .turnkey-columns .turnkey-col .turnkey-button {
      margin-top: 24px; }
    .turnkey .turnkey-columns .turnkey-col .action-button {
      line-height: 40px;
      display: block;
      border-color: rgba(255, 255, 255, 0.2);
      transition: all 0.3s; }
      .turnkey .turnkey-columns .turnkey-col .action-button:hover {
        border-color: rgba(255, 255, 255, 0.8); }
  .turnkey .turnkey-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto 32px; }
    .turnkey .turnkey-icon img {
      width: 100%; }

.stories {
  margin-top: 48px; }

.quote-bubbles {
  padding-bottom: 44px; }
  .quote-bubbles .section {
    height: 304px;
    max-width: 800px;
    display: flex;
    justify-content: center; }
  .quote-bubbles .quote-bubble {
    position: relative;
    padding: 32px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    margin-top: 48px; }
  .quote-bubbles.short-quote-bubbles .section {
    height: 264px;
    max-width: 700px; }

.mode-inspires {
  top: 0;
  left: 0;
  padding: 20px 50px;
  width: 100%;
  font-size: 20px;
  line-height: 30px; }
  .mode-inspires .bubble-logo {
    right: 11px; }

.wildfire {
  right: 0;
  top: 205px;
  padding: 40px 40px;
  width: 80%;
  font-size: 17px;
  line-height: 30px; }
  .wildfire .bubble-logo {
    left: 3px; }

.data-points {
  background-color: #fff; }
  .data-points .section-header {
    color: #37B067; }
  .data-points .section-content {
    max-width: 800px;
    margin-top: 5px; }
  .data-points .content-text {
    text-align: center; }

.data-table {
  background: #E9F6F8; }
  .data-table .master-header-med {
    color: #22A3C0;
    text-align: left;
    margin-top: 160px; }
  .data-table .data-table-img {
    width: 100%; }
  .data-table .how-it-works {
    text-align: left;
    margin-top: 40px; }
    .data-table .how-it-works .section-subheader {
      margin-bottom: 40px;
      font-weight: 400; }
    .data-table .how-it-works .action-button {
      background-color: #37B067; }
      .data-table .how-it-works .action-button:hover {
        background-color: #267B48; }
  .data-table .sub-content {
    text-align: left;
    margin-top: 60px; }
    .data-table .sub-content .type-text {
      color: #22A3C0;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      top: 1px; }
      .data-table .sub-content .type-text:hover {
        color: #0E819A; }

.stories .quote-bubbles .quote-bubble {
  position: absolute;
  margin-top: 0; }

@media (min-width: 1132px) {
  .hero-wrap .section .index-hero-content .master-header-med.no-break-text {
    display: none; }
  .hero-wrap .section .index-hero-content .master-header-med.break-text {
    display: block; } }
@media (max-width: 985px) {
  .data-table .master-header-med {
    font-size: 40px;
    line-height: 50px;
    margin-top: 80px; }
  .data-table .combo-field input[type=text] {
    font-size: 12px; }
  .data-table .combo-field .action-button {
    font-size: 12px; } }
@media (max-width: 875px) {
  .peekaboo-wrap .master-header {
    font-size: 40px;
    line-height: 44px; }

  .peekaboo-end {
    font-size: 16px; }

  .peekaboo-slider {
    margin-right: 10px;
    -webkit-animation: peekaboo-slide-tablet 4s 1.5s ease forwards;
    animation: peekaboo-slide-tablet 4s 1.5s ease forwards; }

  .hero-wrap .section .index-hero-content .master-subheader {
    font-size: 18px;
    line-height: 24px; }

  .data-table .master-header-med {
    margin-top: 40px; } }
@media (max-width: 860px) {
  .quote-bubble {
    padding: 15px;
    font-size: 16px; } }
@media (min-width: 768px) {
  .analytics-platform .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media (max-width: 768px) {
  .turnkey .turnkey-columns {
    display: block; } }
@media (max-width: 767px) {
  .peekaboo-end {
    -webkit-animation: none;
    animation: none;
    opacity: 1; }

  .peekaboo-wrap .section {
    padding-top: 90px;
    margin: 0 auto;
    max-width: none; }

  .carousel {
    margin-top: 20px; }

  .browser-bar {
    top: 67px;
    bottom: 27px; }

  .hero-wrap .section .index-hero-content {
    padding-top: 0; }

  .quote-bubbles .section {
    height: 300px; }

  .mode-inspires {
    top: 20px;
    max-width: 300px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 40px; }

  .wildfire {
    top: 170px;
    max-width: 250px;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 40px; }

  .data-table .master-header-med {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center; }
  .data-table .how-it-works {
    text-align: center; }
    .data-table .how-it-works .section-subheader {
      text-align: center;
      margin: 0 auto 8px; }
    .data-table .how-it-works .sub-content {
      margin-top: 20px;
      text-align: center; } }
@media (max-width: 480px) {
  .social-proof .section {
    padding-bottom: 0; }
  .social-proof .social-proof-logos img {
    height: 45px;
    margin: 0 10px 30px; }

  .quote-bubbles .section {
    height: 340px; }

  .author,
  .author-info {
    font-size: 11px; } }
.slack-page {
  color: #53535C;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    .slack-page .section {
      padding: 0; } }
  .slack-page p {
    line-height: 26px;
    font-size: 1.6rem; }
  .slack-page .text-center {
    text-align: center; }
  .slack-page .hr-strong {
    width: 125px;
    border-top: 3px solid #E4E7ED; }
  .slack-page .main-text {
    margin-bottom: 0;
    line-height: 1.3em; }
  .slack-page .sub-text {
    margin-top: 10px; }
  .slack-page .hero-wrapper {
    background-color: #22A3C0; }
  .slack-page .hero {
    color: #ffffff;
    line-height: normal; }
    .slack-page .hero .hero-main-text {
      max-width: 575px;
      line-height: 1.4em; }
    .slack-page .hero .hero-sub-text {
      max-width: 515px;
      line-height: 1.5em; }
    .slack-page .hero .hero-img {
      display: none; }
    @media (min-width: 992px) {
      .slack-page .hero .hero-img {
        display: block;
        width: 400px;
        height: auto;
        margin-top: 30px;
        margin: auto;
        margin: 40px 0; } }
  @media (max-width: 480px) {
    .slack-page .hero {
      padding-bottom: 40px; }
    .slack-page .hero-main-text {
      font-size: 2em;
      line-height: 1.3em; } }
  .slack-page .even-wrapper {
    background-color: #ffffff; }
  .slack-page .odd-wrapper {
    background-color: #F1F2F5; }
  .slack-page .emoji {
    height: 40px; }
  @media (min-width: 992px) {
    .slack-page .emoji {
      padding-left: 30px; } }
  .slack-page .emoji-coffee {
    margin-bottom: 10px; }
  .slack-page .slack-block {
    padding: 0;
    padding-top: 20px; }
  @media (min-width: 992px) {
    .slack-page .slack-block {
      height: 460px;
      padding: 60px 20px; } }
  @media (min-width: 992px) {
    .slack-page .text-col {
      height: 340px; } }
  .slack-page .text-wrapper {
    width: 290px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .slack-page .text-wrapper {
      width: 470px; } }
  @media (min-width: 992px) {
    .slack-page .text-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .slack-page .inner-text-wrapper {
    width: 290px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .slack-page .inner-text-wrapper {
      width: 410px; } }
  .slack-page .text-right-wrapper {
    left: 60%; }
  .slack-page .img-wrapper {
    position: relative; }
  @media (min-width: 768px) {
    .slack-page .img-wrapper {
      width: 500px;
      margin: auto; } }
  .slack-page .top-img {
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 992px) {
    .slack-page .top-img {
      width: 705px;
      margin-top: 0;
      position: absolute;
      right: -35%;
      top: 20px; } }
  .slack-page .mid-img {
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 992px) {
    .slack-page .mid-img {
      width: 445px;
      margin-top: 0;
      position: absolute;
      top: 12px;
      left: -8px; } }
  .slack-page .steps-block {
    padding: 60px 20px; }
  .slack-page .all-steps-wrapper {
    margin-top: 50px; }
  .slack-page .steps-wrapper {
    width: 300px;
    margin: auto;
    padding: 10px; }
  .slack-page .steps-img {
    width: 100%; }
  @media (min-width: 992px) {
    .slack-page .all-steps-wrapper {
      width: 900px;
      margin: auto; }
    .slack-page .steps-wrapper {
      float: left;
      margin: 0; }
    .slack-page .steps-text {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .slack-page .all-steps-wrapper {
      width: 1050px; }
    .slack-page .steps-wrapper {
      margin: 0 25px; } }
  .slack-page .bottom-img {
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 992px) {
    .slack-page .bottom-img {
      width: 495px;
      margin-top: 0;
      position: absolute;
      top: 8px; } }
