// global overrides
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  max-width: 100%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #5C5C5C;
  font-weight: normal;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #2692E8;
  text-decoration: none; }

section {
  padding: 200px 0; }
  @media (max-width: 768px) {
    section {
      padding: 80px 0; } }
  section .centered {
    max-width: 740px;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto; }

.mt60 {
  margin-top: 60px; }

.request .button, .blue-button {
  display: inline-block;
  padding: 22px 44px 18px 44px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.71px !important;
  color: #ffffff;
  text-transform: uppercase;
  background: #2692E8;
  border-radius: 50px;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1); }
  .request .button.mt30 {
    margin-top: 30px; }
  .request .button.mt50 {
    margin-top: 50px; }
.request span {
  margin-top: 28px;
  display: block;
  font-size: 15px;
  line-height: 28px; }

#header a {
  font-size: 16px;
  color: #ffffff;
  line-height: 17px;
  font-weight: 600;
} 

#header ul li:last-child a {
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 13px 30px 13px 30px !important;
  font-family: sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border-radius: 30px;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
}

// presentations splash page specific

body.page-template-presentations-splash-page {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: normal;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}

.page-template-presentations-splash-page h2 {
  font-size: 50px;
  font-weight: 300;
  margin: 5px 0 33px 0;
}
.page-template-presentations-splash-page a.text-link {
    color: #2692E8;
    text-decoration: none;
}

.page-template-presentations-splash-page .banner-try p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.page-template-presentations-splash-page .sm-title {
  margin-bottom: 8px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase; 
}

.content-wrapper {
  position: relative;
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

  .content-wrapper  p {
    font-size: 16px;
    line-height: 27px;
    color: #5C5C5C;
    font-weight: 400;

  }
  @media (max-width: 1160px) {
    .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  .content-wrapper .left-content {
    max-width: 484px;
    margin-right: 70px; 
    margin-top: 4%; }
    @media (max-width: 1160px) {
      .content-wrapper .left-content {
        max-width: 740px;
        margin-bottom: 0;
        margin-right: 0;
        margin-bottom: 60px; 
        margin-top: 8%; } }
    .content-wrapper .left-content .blue-button {
      margin: 40px 0 0 0;
    }
  .content-wrapper .right-content {
    max-width: 484px;
    margin-left: 70px; }
    @media (max-width: 1160px) {
      .content-wrapper .right-content {
        margin-left: 0;
        margin-top: 60px; } }
  .content-wrapper .right-image,
  .content-wrapper .left-image {
    max-width: 545px; }
    .content-wrapper .right-image img,
    .content-wrapper .left-image img {
      width: 100%; }

.presentations-splash-header {
  min-height: 807px;
}
.presentations-splash-header .right-image {
  max-width: 715px;
}
@media (min-width: 1160px) {
  .presentations-splash-header .left-content {
    max-width: 295px;
  }
}
.presentations-splash-header .content-wrapper .right-image {
    position: relative;
    top: 30px;
}
.presentations-splash-header .content-wrapper p {
  color: #fff;
}

@media (max-width: 1160px) {
  .presentations-splash-header .content-wrapper .right-image {
    display: none; } 
}

.presentations-splash-header .content-wrapper .right-image img {
  width: 100%; 
  padding: 0; }

.presentations-splash-header h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 72px;
    margin: 0 0 0 0;
    padding: 0; 
}
.presentations-splash-header h3 {
    display: block;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 50px;
}

.showcase-single.first-impressions {
      // margin: 70px auto 0 auto;
}
.first-impressions {
  padding: 50px 0 90px 0; }
  @media (max-width: 768px) {
    .first-impressions {
      padding: 80px 0; } }
  .first-impressions .image {
    margin: 70px auto 0 auto;
    max-width: 657px; }
    .first-impressions .image img {
      width: 100%; }
.first-impressions .sm-title {
  margin-bottom: 8px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.first-impressions .help-link {
  font-size: 16px;
  margin-top: 15px;
  color: #5C5C5C;
}
.first-impressions p {
  color: #5C5C5C;
  font-size: 16px !important;
  line-height: 27px;
  font-weight: 400;
}
.centered {
    max-width: 740px;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
}
.centered p {
  margin: 15px 0 30px 0 !important;
  line-height: 28px;
  font-size: 18px;
}

.full-display {
  // background: url("../images/light-pattern-bg.png");
  padding: 100px 0; color: #000 !important; background-color: #fff; }
  @media (max-width: 768px) {
    .full-display {
      padding: 80px 0; } }
.full-display-img {

  }
  .full-display-img .image {
    display: none;
  }

  .full-display-img .current-view-img {
    display: block;
  }

.get-started {
  // background: url("../images/dark-pattern-bg-sm.png");
  padding: 40px 0; }
  .get-started p {
    color: #ffffff; }


  @media (max-width: 1160px) {
    .image-left-showcase .content-wrapper {
      margin-top: 100px;
    }
  }

.with-icons p {
  color: #5C5C5C;
}
ul.views {
  margin-top: 60px; 
  -webkit-padding-start: 0px;
  }
  ul.views li {
    display: inline-block;
    margin-right: 50px; }
    @media (max-width: 768px) {
      ul.views li {
        margin-right: 25px; } }
    ul.views li:last-of-type {
      margin-right: 0; }
    ul.views li .view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-size: 10px;
      color: #000000;
      line-height: 12px;
      letter-spacing: 0.83px;
      text-transform: uppercase;
      font-weight: 600; }
      ul.views li .view .icon {
        max-width: 42px;
        margin-bottom: 18px; 
        padding: 10px;
        border-radius: 8px; }
        ul.views li .view .icon img {
          width: 100%; padding: 0; }
          ul.views li a:hover {
            border-bottom: none;
          }
            .current-icon {
              background: #aabcd0;
            }
ul.additional-ux {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 525px) {
    ul.additional-ux {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  ul.additional-ux li {
    max-width: 220px; }
    @media (max-width: 525px) {
      ul.additional-ux li {
        margin-bottom: 40px; }
        ul.additional-ux li:last-of-type {
          margin-bottom: 0; } }
    ul.additional-ux li p {
      margin-top: 12px;
      font-size: 14px;
      line-height: 25px; }