.flex-wrapper {
  width: 100vw;
  height: 100vh;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(330deg, #262640, #05050b);
  background-image: linear-gradient(120deg, #262640, #05050b);
}

.hero-wrapper.fixed {
  height: 1200px;
}

.menu-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu-wrapper.fixed {
  position: absolute;
}

.request-demo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 42px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #6b97ff;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 #7380ca;
  text-decoration: none;
}

.request-demo-button:hover {
  box-shadow: 0 0 25px 0 #7380ca;
}

.nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: Avenir, sans-serif;
  color: #6b97ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  font-weight: 500;
}

.nav-link.w--current {
  color: #6b97ff;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  width: 100%;
  font-family: Avenir, sans-serif;
  color: #fff;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
}

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

.heading-5 {
  width: 100%;
  font-family: Avenir, sans-serif;
  color: #b6b7cc;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

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

.heading-5.center {
  color: #828392;
}

.hero-features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-family: Avenir, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
}

.heading-2.left {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 48px;
  text-align: left;
}

.heading-2.span {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.features-heading-blue {
  font-family: Avenir, sans-serif;
  color: #6b97ff;
  font-weight: 500;
  text-transform: uppercase;
}

.body-text {
  font-family: Avenir, sans-serif;
  color: #8688a0;
  font-size: 16px;
  line-height: 22px;
}

.body-text.center {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.body-text.dark {
  color: #656779;
  line-height: 26px;
  text-align: center;
}

.feature-column-text {
  width: 80%;
  margin-left: 14px;
  font-family: Avenir, sans-serif;
  color: #747796;
  font-size: 1.2em;
  line-height: 1.4em;
}

.hero-product-screen {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  width: 84%;
  max-width: 960px;
  font-family: Avenir, sans-serif;
  color: #fff;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.heading-3.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5a5a5a;
  font-size: 20px;
  text-align: left;
}

.features-wrapper {
  position: relative;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-container {
  position: relative;
  right: 0px;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71%;
  max-width: 900px;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-container.about {
  margin-bottom: 80px;
}

.section-header-container.center {
  margin-top: 0px;
}

.subheading {
  font-family: Avenir, sans-serif;
  color: #717282;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feature-right-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.large-feature-screen-right {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 60vw;
}

.feature-right-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 40px;
  margin-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.feature-left-container {
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.large-feature-screen-left {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  width: 58%;
  margin-left: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Feature-Image-Left2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-left-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 90px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blue-gradient-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(330deg, #262640, #05050b);
  background-image: linear-gradient(120deg, #262640, #05050b);
}

.heading-2-white {
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 2.7em;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.heading-2-white.left {
  text-align: left;
}

.features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin-top: 70px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.features-grid-column {
  width: 28%;
}

.feature-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explore-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #6b97ff;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 #7380ca;
  text-decoration: none;
}

.explore-button:hover {
  box-shadow: 0 0 13px 3px #7380ca;
}

.explore-button.white {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  border-color: #fff;
}

.button-text {
  font-family: Avenir, sans-serif;
  color: #6b97ff;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text.white {
  color: #fff;
}

.h1-black {
  width: 100%;
  font-family: Avenir, sans-serif;
  color: #333;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
}

.large-body-text {
  width: 100%;
  font-family: Avenir, sans-serif;
  color: #747798;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.large-body-text.left {
  color: #717282;
  text-align: left;
}

.features-text-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.features-text-column {
  width: 26%;
}

.feature-title-dark {
  font-family: Avenir, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.concierge-feature-image {
  max-width: 96%;
  margin-top: 80px;
  margin-bottom: 20px;
}

.small-feature-right-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1240px;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-feature-content-container {
  position: relative;
  z-index: 999;
  width: 44%;
}

.heading-3-white {
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}

.heading-3-white.center {
  width: 60%;
  text-align: center;
}

.small-feature-left-container {
  display: none;
  width: 80%;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-types-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-types-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.client-types-column {
  width: 30%;
}

.client-type-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1a2547;
  border-radius: 3px;
  background-color: #2d2d47;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .13);
}

.client-type-block-text {
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-container {
  width: 80%;
}

.testimonial-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-container {
  width: 50%;
}

.testimonial-body {
  font-family: Avenir, sans-serif;
  color: dimgrey;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.testimonial-name {
  margin-top: 18px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}

.heading-6 {
  font-family: Avenir, sans-serif;
  color: #bbb;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta-content {
  width: 50%;
}

.footer-div-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #271f56;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-heading {
  width: 100%;
  margin-top: 0px;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-link {
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  color: #abacbe;
  line-height: 24px;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 15px;
}

.image-2 {
  position: relative;
  left: 40px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 601px;
}

.menu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-hero-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 960px;
  margin-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 900px;
  margin-top: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
}

.features-row-container {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
}

.features-container {
  width: 85%;
  margin-top: 80px;
}

.features-section-content {
  width: 40%;
  margin-right: 14px;
}

.features-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-section-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-hero-wrapper.careers {
  background-image: url('../images/Careers_BG.jpg'), url('../images/About_BG.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.about-hero-copy-container {
  position: relative;
  right: 0px;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 900px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-images-container {
  width: 80%;
  margin-top: 80px;
}

.team-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-column {
  z-index: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.team-member-column:hover {
  position: relative;
  z-index: 800;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.team-member-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.team-name.modal {
  margin-bottom: 10px;
  font-size: 26px;
}

.team-title {
  font-family: Avenir, sans-serif;
  color: #848695;
  font-size: 16px;
  font-weight: 400;
}

.team-title.modal {
  margin-bottom: 20px;
  font-size: 20px;
}

.board-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board-div-line {
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
  background-color: #efefef;
}

.board-member-name {
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.board-member-title {
  font-family: Avenir, sans-serif;
  color: #848695;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.work-here-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-here-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-here-benefits-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-here-benefits-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-here-benefits-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-benefits {
  font-family: Avenir, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Careers_Image_Div.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-learn-more {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.request-demo-form-container {
  width: 70%;
  max-width: 1000px;
  margin-top: 90px;
  margin-bottom: 50px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  width: 48%;
}

.text-field-2 {
  width: 48%;
}

.name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field-container {
  width: 48%;
}

.field-input {
  height: 44px;
  border: 1px solid #73a8ff;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 5px 0 #7380ca;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.field-title {
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-fiels-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message-field-container {
  width: 100%;
}

.message-field {
  display: block;
  overflow: hidden;
  height: 200px;
  border: 1px solid #73a8ff;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 6px 0 #7380ca;
  font-family: Avenir, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.message-field:hover {
  color: #fff;
}

.field-dropdown {
  height: 44px;
  border: 1px solid #73a8ff;
  border-radius: 3px;
  background-color: transparent;
}

.demo-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-us-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.offices-contact-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.offices-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.office-city {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Avenir, sans-serif;
  color: #94a8ff;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.address {
  font-family: Avenir, sans-serif;
  color: #abacbe;
  line-height: 24px;
  text-decoration: none;
}

.image-4 {
  max-width: 250px;
}

.left-feature-image {
  position: static;
  top: 0px;
  right: 230px;
  bottom: 0px;
  display: block;
  max-height: 100%;
  max-width: 60vw;
}

.image-5 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 60%;
}

.feature-image-container {
  width: 55%;
}

.submit-button {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 48%;
  height: 44px;
  border: 1px solid #73a8ff;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 14px 0 #7380ca;
  font-family: Avenir, sans-serif;
  color: #73a8ff;
  letter-spacing: 2px;
}

.video-bg {
  position: absolute;
}

.bio-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.bio-modal-marty {
  position: relative;
  z-index: 999;
  display: none;
  width: 40%;
  height: auto;
  padding: 10px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.bio-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: Avenir, sans-serif;
  color: #8f8787;
  letter-spacing: 1px;
  cursor: pointer;
}

.bio-modal-jeff {
  position: relative;
  z-index: 999;
  display: none;
  width: 40%;
  height: 400px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.bio-modal-thomas {
  position: relative;
  z-index: 999;
  display: none;
  width: 40%;
  height: 400px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.bio-modal-timothy {
  position: relative;
  z-index: 999;
  display: none;
  width: 40%;
  height: 400px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.marty-learn-more {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.jeff-learn-more {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.thomas-learn-more {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.timothy-learn-more {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.image-9 {
  box-shadow: -8px 0 35px 0 rgba(0, 0, 0, .1);
}

.image-10 {
  box-shadow: 7px 0 41px 0 rgba(0, 0, 0, .1);
}

html.w-mod-js *[data-ix="push-up-on-scroll-view"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="team-scroll-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="timothy-team-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="thomas-team-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="jeff-team-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="push-up-on-scroll-view-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="push-up-on-scroll-view-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="push-up-on-scroll-view-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="subtle-push-up-on-scroll-view"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="menu-push-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="push-up-on-page-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="push-left-on-scroll-view"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="push-right-on-scroll-view"] {
  opacity: 0;
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}

html.w-mod-js *[data-ix="hide-learn-more"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initialize-bio"] {
  display: none;
}

@media (max-width: 991px) {
  .hero-wrapper {
    height: auto;
  }
  .hero-wrapper.fixed {
    height: 1600px;
  }
  .menu-wrapper {
    padding-top: 0px;
  }
  .hero-intro-content {
    margin-top: 20px;
  }
  .h1 {
    font-size: 30px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .heading-5.center {
    text-align: left;
  }
  .hero-features-container {
    width: 90%;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .features-column {
    width: 100%;
  }
  .heading-2.left {
    font-size: 30px;
    line-height: 38px;
  }
  .features-heading-blue {
    font-size: 16px;
  }
  .hero-product-screen {
    width: 90%;
    margin-top: 40px;
  }
  .heading-3 {
    width: 70%;
    font-size: 30px;
  }
  .section-header-container {
    width: 80%;
    margin-top: 50px;
  }
  .feature-right-container {
    overflow: hidden;
    height: auto;
  }
  .large-feature-screen-right {
    width: 50%;
  }
  .feature-image {
    float: none;
  }
  .feature-right-content-container {
    width: 48%;
    margin-right: 0px;
    margin-left: 40px;
  }
  .feature-left-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .large-feature-screen-left {
    position: static;
    overflow: visible;
    width: 50%;
    height: auto;
  }
  .feature-left-content-container {
    width: 48%;
    margin-right: 0px;
    margin-left: 40px;
  }
  .heading-2-white {
    width: 90%;
    font-size: 28px;
  }
  .heading-2-white.center {
    text-align: left;
  }
  .features-grid {
    width: 95%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .features-grid-column {
    width: 50%;
  }
  .feature-icon-container {
    width: 100%;
  }
  .h1-black {
    font-size: 30px;
    line-height: 38px;
  }
  .large-body-text {
    font-size: 18px;
    line-height: 32px;
  }
  .large-body-text.left {
    font-size: 14px;
    line-height: 28px;
  }
  .features-text-column-container {
    width: 90%;
  }
  .features-text-column {
    width: 28%;
  }
  .concierge-feature-image {
    width: 90%;
    margin-bottom: 30px;
  }
  .small-feature-right-container {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .small-feature-content-container {
    position: static;
    left: 20px;
    width: 50%;
  }
  .heading-3-white {
    font-size: 26px;
    line-height: 34px;
  }
  .heading-3-white.center {
    font-size: 28px;
  }
  .small-feature-left-container {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .client-types-container {
    width: 90%;
    margin-top: 30px;
  }
  .client-types-column {
    width: 30%;
  }
  .client-type-block {
    width: 100%;
    height: 70px;
  }
  .client-type-block-text {
    font-size: 18px;
  }
  .testimonials-container {
    width: 90%;
  }
  .testimonial-column-container {
    margin-top: 40px;
  }
  .testimonial-body {
    font-size: 16px;
  }
  .testimonial-name {
    margin-top: 6px;
    font-size: 14px;
  }
  .heading-6 {
    margin-top: 0px;
    font-size: 12px;
  }
  .footer-cta-container {
    width: 90%;
  }
  .footer-div-line {
    display: block;
  }
  .footer-links-container {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-links-column {
    width: 22%;
  }
  .image-2 {
    position: static;
    left: 45px;
    max-width: 440px;
  }
  .features-hero-container {
    top: -6px;
  }
  .features-hero-content {
    width: 50%;
    margin-top: 100px;
  }
  .image-3 {
    left: 32px;
  }
  .features-container {
    width: 90%;
  }
  .features-section-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .team-images-container {
    width: 90%;
  }
  .team-member-column {
    width: 30%;
  }
  .board-column-container {
    width: 90%;
    margin-top: 30px;
  }
  .work-here-container {
    width: 90%;
  }
  .work-here-benefits-column-container {
    width: 50%;
  }
  .work-benefits {
    font-size: 16px;
  }
  .request-demo-form-container {
    width: 90%;
    margin-top: 50px;
  }
  .demo-contact-container {
    width: 90%;
    margin-top: 20px;
  }
  .image-4 {
    max-width: 190px;
  }
  .left-feature-image {
    position: relative;
    right: 420px;
    display: block;
    max-width: none;
    float: none;
  }
  .image-6 {
    width: 50%;
  }
  .image-7 {
    width: 50%;
  }
  .image-8 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .flex-wrapper {
    overflow: visible;
  }
  .hero-wrapper {
    overflow: hidden;
    height: auto;
    padding-top: 40px;
  }
  .hero-wrapper.fixed {
    height: auto;
  }
  .menu-wrapper {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: #0d1033;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .27);
  }
  .menu-wrapper.fixed {
    position: fixed;
  }
  .request-demo-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-menu {
    top: 56px;
    height: 100vh;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c1231;
  }
  .nav-link {
    text-align: center;
  }
  .hero-intro-content {
    width: 90%;
    margin-top: 50px;
  }
  .h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .h1.left {
    text-align: center;
  }
  .heading-5.left {
    text-align: center;
  }
  .heading-5.center {
    line-height: 25px;
    text-align: center;
  }
  .hero-features-container {
    overflow: visible;
    width: 80%;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .features-column {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-2.left {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
  .features-heading-blue {
    text-align: center;
  }
  .body-text {
    overflow: auto;
    text-align: center;
  }
  .body-text.left {
    text-align: left;
  }
  .feature-column-text {
    margin-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .hero-product-screen {
    display: none;
    margin-top: 50px;
  }
  .heading-3 {
    width: 100%;
    font-size: 26px;
    font-weight: 300;
  }
  .heading-3.dark {
    line-height: 26px;
    text-align: center;
  }
  .features-wrapper {
    overflow: hidden;
  }
  .section-header-container {
    position: static;
    width: 100%;
    margin-top: 31px;
  }
  .section-header-container.about {
    margin-bottom: 50px;
  }
  .section-header-container._90 {
    width: 90%;
  }
  .subheading {
    font-size: 14px;
  }
  .feature-right-container {
    height: auto;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .large-feature-screen-right {
    width: 100%;
    margin-top: 40px;
  }
  .feature-image {
    width: 100%;
  }
  .feature-right-content-container {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-icon-column {
    width: 90%;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature-left-container {
    margin-top: 50px;
    margin-bottom: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .large-feature-screen-left {
    width: 100%;
    margin-top: 40px;
  }
  .feature-left-content-container {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blue-gradient-bg {
    overflow: hidden;
    padding-top: 29px;
    padding-bottom: 50px;
  }
  .heading-2-white {
    font-size: 26px;
    line-height: 34px;
  }
  .heading-2-white.center {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .features-grid {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .features-grid-column {
    width: 100%;
  }
  .feature-icon-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .h1-black {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .large-body-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .large-body-text.left {
    text-align: center;
  }
  .features-text-column-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .features-text-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature-title-dark {
    text-align: center;
  }
  .concierge-feature-image {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .small-feature-right-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-feature-content-container {
    width: 100%;
  }
  .heading-3-white {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .heading-3-white.center {
    width: 100%;
    font-size: 26px;
  }
  .small-feature-left-container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .client-types-container {
    width: 90%;
  }
  .client-types-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client-types-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client-type-block {
    width: 240px;
    height: 80px;
    margin-bottom: 30px;
  }
  .client-type-block-text {
    font-size: 20px;
  }
  .testimonials-container {
    width: 90%;
  }
  .testimonial-column-container {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-content-container {
    width: 100%;
    margin-top: 20px;
  }
  .testimonial-body {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .testimonial-name {
    text-align: center;
  }
  .heading-6 {
    text-align: center;
  }
  .footer-cta-container {
    width: 90%;
    margin-top: 50px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-cta-content {
    width: 100%;
  }
  .footer-links-container {
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-links-column {
    width: 48%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .footer-heading {
    text-align: left;
  }
  .footer-heading.center {
    text-align: center;
  }
  .footer-link {
    text-align: left;
  }
  .footer-link.center {
    text-align: center;
  }
  .image-2 {
    width: 420px;
  }
  .menu-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .features-hero-container {
    position: static;
    height: auto;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-hero-content {
    position: static;
    width: 100%;
    margin-top: 0px;
  }
  .image-3 {
    position: static;
    top: 298px;
    bottom: 0px;
  }
  .features-container {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .features-section-content {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
  }
  .features-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .features-section-left-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-images-container {
    margin-top: 30px;
  }
  .team-member-column {
    width: 46%;
  }
  .team-title {
    text-align: center;
  }
  .board-column-container {
    margin-top: 30px;
  }
  .work-here-container {
    width: 80%;
  }
  .work-here-benefits-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-here-benefits-column-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-here-benefits-column {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-benefits {
    text-align: center;
  }
  .request-demo-form-container {
    width: 80%;
    margin-top: 50px;
  }
  .name-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-field-container {
    width: 100%;
    margin-top: 10px;
  }
  .contact-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .demo-contact-container {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-us-column {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .offices-contact-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .office-city {
    text-align: center;
  }
  .image-4 {
    width: 200px;
  }
  .left-feature-image {
    position: static;
    right: 0px;
    width: 100%;
  }
  .feature-image-container {
    width: 100%;
  }
  .image-6 {
    width: 70%;
  }
  .image-7 {
    width: 70%;
  }
  .icon {
    background-color: transparent;
  }
  .menu-button {
    padding-left: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .bio-container {
    display: none;
  }
  .bio-modal-marty {
    display: none;
    width: 90%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .bio-modal-jeff {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .bio-modal-thomas {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .bio-modal-timothy {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .image-overlay {
    background-image: url('../images/About_BG.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}