/*
* 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; } }
/*
* 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
*/
.hero-h1 {
  font-size: 3.5em;
  line-height: 72px;
  color: #53535C;
  margin: 0; }

.h2 {
  font-size: 1.87em;
  line-height: 42px;
  color: #393945; }

.h2-heavy {
  font-weight: 600;
  line-height: 40px;
  color: #191925; }

.hero-text {
  font-size: 1.5em;
  line-height: 32px;
  color: #63656E; }

.body-text {
  font-size: 1.25em;
  line-height: 32px;
  color: #393945; }

.context-text {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0; }

.info-text {
  text-transform: uppercase;
  color: #B1B3BA;
  margin-bottom: 10px; }

.gray-600 {
  color: #B1B3BA; }

.gray-700 {
  color: #63656E; }

.spacing-sm {
  letter-spacing: -0.4px; }

.font-500 {
  font-weight: 500; }

.mtn {
  margin-top: 0; }

.mbn {
  margin-bottom: 0; }

.man {
  margin: 0; }

.mts {
  margin-top: 5px; }

.mbs {
  margin-bottom: 5px; }

.mtm {
  margin-top: 10px; }

.mtl {
  margin-top: 30px; }

.mbxl {
  margin-bottom: 40px; }

.prs {
  padding-right: 5px; }

.prm {
  padding-right: 20px; }

.text-white {
  color: #fff; }

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

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

.relative-container {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.low-res-img {
  display: block; }

.high-res-img {
  display: none; }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .high-res-img {
    display: block; }

  .low-res-img {
    display: none; } }
.quote-attribution {
  max-width: 165px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .quote-attribution {
      max-width: 255px; } }

.quote-avi {
  float: left;
  width: 60px; }

.quote-author {
  float: left;
  position: relative;
  top: 10px;
  width: 95px;
  margin-left: 10px; }
  @media (min-width: 768px) {
    .quote-author {
      width: 185px; }
      .quote-author .context-text {
        margin: 5px 0; } }

.quote-title {
  line-height: 1.2em;
  margin-top: 4px; }

.btn-wrapper {
  max-width: 170px;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .btn-wrapper {
      max-width: 225px; } }

.demo-page .customer-logos,
.customers-page .customer-logos {
  max-width: 550px;
  margin: 20px auto 40px; }
  @media (min-width: 992px) {
    .demo-page .customer-logos,
    .customers-page .customer-logos {
      max-width: 735px; } }
.demo-page .customer-logo,
.customers-page .customer-logo {
  width: 170px;
  margin: 5px; }
@media (max-width: 992px) {
  .demo-page .customer-logo:nth-last-of-type(1),
  .demo-page .customer-logo:nth-last-of-type(2),
  .customers-page .customer-logo:nth-last-of-type(1),
  .customers-page .customer-logo:nth-last-of-type(2) {
    display: none; } }
.demo-page .logos-xs,
.customers-page .logos-xs {
  max-width: 375px;
  margin: auto; }
.demo-page .logo-xs-left,
.customers-page .logo-xs-left {
  float: left;
  width: 50%; }
.demo-page .logo-xs-right,
.customers-page .logo-xs-right {
  float: right;
  width: 50%; }
.demo-page .logo-xs-center,
.customers-page .logo-xs-center {
  width: 32%; }

.dashboards-page {
  background: #fff; }
  .dashboards-page .dashboards-hero {
    background: #63656E;
    text-align: center;
    padding: 100px 0;
    height: 390px; }
    .dashboards-page .dashboards-hero:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -69px;
      width: 100%;
      height: 70px;
      background: #63656E;
      clip-path: polygon(101% 0%, 0% 100%, 0% 0%); }
  .dashboards-page .dashboards-hero-h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1.4em;
    margin: 0; }
  .dashboards-page .hero-text {
    color: #fff;
    font-size: 1.6em;
    margin: 10px 35px; }
    @media (min-width: 768px) {
      .dashboards-page .hero-text {
        margin: 10px; } }
  .dashboards-page .hero-btn-wrapper {
    width: 185px;
    margin: 0 auto; }
  .dashboards-page .dashboards-hero-btn {
    display: block;
    font-size: 18px;
    line-height: 20px;
    background: #FCFCFC;
    color: #37B067;
    margin: 30px 0;
    padding: 10px 40px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
  .dashboards-page .dashboard-hero-img {
    position: relative;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 100; }
    @media (min-width: 768px) {
      .dashboards-page .dashboard-hero-img {
        position: absolute;
        width: 820px;
        left: 50%;
        transform: translateX(-50%); } }
  .dashboards-page .create-space {
    margin-top: 70px;
    height: 75px; }
    @media (min-width: 768px) {
      .dashboards-page .create-space {
        height: 200px; } }
    @media (min-width: 992px) {
      .dashboards-page .create-space {
        height: 250px; } }
  .dashboards-page .tour-row {
    max-width: 1075px;
    margin: 75px auto 10px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .dashboards-page .tour-row {
        margin: 75px auto; } }
  .dashboards-page .tour-block {
    width: 90%;
    margin: 0 auto 45px;
    padding: 0 25px; }
    @media (min-width: 768px) {
      .dashboards-page .tour-block {
        float: left;
        width: 33%;
        margin: 0; } }
    @media (min-width: 992px) {
      .dashboards-page .tour-block {
        width: 30%;
        margin: 0 15px; } }
  .dashboards-page .tour-circle-img {
    display: block;
    width: 160px;
    margin: 0 auto; }
  .dashboards-page .tour-block-title {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #393945;
    text-align: center; }
  .dashboards-page .body-text {
    font-size: 14px;
    line-height: 1.4em;
    color: #393945; }
  .dashboards-page .tour-info-text {
    font-size: 16px;
    max-width: 100%;
    width: 450px;
    margin: 0 auto 30px; }
  .dashboards-page .style-points-row {
    background: #F1F2F5;
    padding: 65px 0 320px; }
    @media (min-width: 992px) {
      .dashboards-page .style-points-row {
        padding: 200px 150px 230px; } }
  .dashboards-page .content-title {
    font-size: 1.87em;
    line-height: 1.2em;
    color: #393945;
    margin: 25px auto; }
    @media (min-width: 992px) {
      .dashboards-page .content-title {
        width: 273px;
        margin: 10px 0; } }
  .dashboards-page .content-block {
    max-width: 95%;
    width: 375px;
    margin: 0 auto 40px;
    text-align: center; }
    @media (min-width: 992px) {
      .dashboards-page .content-block {
        margin: 0;
        padding: 0;
        text-align: left; } }
  .dashboards-page .style-img {
    position: absolute;
    width: 150%;
    top: 220px;
    left: -75px; }
    @media (min-width: 768px) {
      .dashboards-page .style-img {
        width: 90%;
        left: 60px; } }
    @media (min-width: 992px) {
      .dashboards-page .style-img {
        width: 70%;
        top: 20px;
        left: 435px; } }
  .dashboards-page .sharing-row {
    padding: 50px 0 20px; }
    @media (min-width: 768px) {
      .dashboards-page .sharing-row {
        padding: 100px 0; } }
  .dashboards-page .sharing-info-text {
    font-size: 16px;
    line-height: 1.4em;
    color: #393945; }
  .dashboards-page .sm-content-container {
    width: 760px;
    max-width: 100%;
    margin: 15px auto 0; }
  .dashboards-page .sharing-block {
    display: block;
    width: 119px;
    margin: 0 auto 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .dashboards-page .sharing-block {
        display: inline-block;
        margin: 0 15px; } }
  .dashboards-page .sharing-icon {
    width: 80px; }
  .dashboards-page .extra-padding {
    padding: 0 25px; }
  .dashboards-page .angled-bg-container {
    width: 100%; }
  .dashboards-page .angled-row-1 {
    background: #63656E;
    padding: 130px 0 60px; }
    .dashboards-page .angled-row-1:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -69px;
      width: 100%;
      height: 70px;
      background: #63656E;
      clip-path: polygon(100% 100%, 100% 0%, 0% 0%); }
  .dashboards-page .angled-row-2 {
    background: #F1F2F5;
    padding: 70px 0; }
    .dashboards-page .angled-row-2 .inner-container {
      max-width: 1285px;
      margin: 50px auto 0;
      padding: 0 20px; }
      @media (min-width: 992px) {
        .dashboards-page .angled-row-2 .inner-container {
          margin: 50px auto;
          padding: 0 100px; } }
    .dashboards-page .angled-row-2 .content-title {
      width: 220px; }
  .dashboards-page .quote-mark {
    width: 225px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      .dashboards-page .quote-mark {
        top: -55px;
        left: 240px;
        transform: none; } }
  .dashboards-page .quote-h2 {
    width: 95%;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .dashboards-page .quote-h2 {
        width: 485px;
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .dashboards-page .quote-h2 {
        width: 755px; } }
  .dashboards-page .quote-attr {
    width: 270px;
    margin: 0 auto; }
  .dashboards-page .quote-avatar {
    float: left;
    width: 50px; }
  .dashboards-page .quote-speaker {
    float: left;
    color: #fff;
    line-height: 50px;
    margin-left: 10px; }
  @media (min-width: 992px) {
    .dashboards-page .expanded-views-content {
      float: right;
      max-width: 35%;
      margin-top: 10%; } }
  .dashboards-page .expanded-views-img {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2)); }
    @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .dashboards-page .expanded-views-img .high-res-img {
        display: block; }
      .dashboards-page .expanded-views-img .low-res-img {
        display: none; } }
    @media (min-width: 992px) {
      .dashboards-page .expanded-views-img {
        display: none; } }
  .dashboards-page .expanded-views-embed {
    display: none;
    float: left;
    max-width: 60%;
    width: 600px;
    height: auto;
    margin: 0;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2)); }
    @media (min-width: 992px) {
      .dashboards-page .expanded-views-embed {
        display: block; } }
  .dashboards-page .lg-content-container {
    max-width: 1285px;
    margin: 70px auto 50px;
    padding: 0 20px; }
    @media (min-width: 992px) {
      .dashboards-page .lg-content-container {
        margin: 0 auto;
        padding: 130px 150px 175px; } }
  .dashboards-page .powered-by-content {
    display: block;
    max-width: 95%;
    width: 452px; }
    .dashboards-page .powered-by-content .content-title {
      max-width: 90%;
      width: 275px; }
  .dashboards-page .powered-by-img {
    max-width: 100%;
    width: 800px;
    height: auto; }
    @media (min-width: 992px) {
      .dashboards-page .powered-by-img {
        position: absolute;
        top: 35px;
        right: -70px; } }
  .dashboards-page .customers-row {
    background: #F7F7F9;
    padding-top: 50px; }
  .dashboards-page .logos {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .dashboards-page .logos {
        max-width: 100%;
        width: 775px; } }
    @media (min-width: 992px) {
      .dashboards-page .logos {
        width: 895px; } }
  .dashboards-page .customer-logo {
    width: 49%; }
    @media (min-width: 768px) {
      .dashboards-page .customer-logo {
        width: 178px; } }
    @media (min-width: 992px) {
      .dashboards-page .customer-logo {
        margin: 0 10px; }
        .dashboards-page .customer-logo:last-of-type {
          margin-left: 60px; } }
  .dashboards-page .promo-block {
    background: #fff;
    margin: 20px auto 60px; }
