.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  height: 100%;
  background-color: #424549;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f6fff;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

blockquote {
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.with-color-button {
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 3px 0 transparent;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
  padding-top: 0px;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: center;
}

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

.container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.container.bottom-footer {
  padding: 21px 21px 18px;
  border-radius: 4px;
  background-color: #313438;
}

.container.footer-container {
  margin-bottom: 20px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}

.container.team-container {
  margin-top: 40px;
  text-align: left;
}

.container.above-image-section {
  margin-bottom: -220px;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 29px;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  border-color: #5ec045;
  background-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  border-color: #b75dda;
  background-color: #b75dda;
}

.button.full {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button.full.outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.full.outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.white-pricing-button {
  margin-top: 0px;
}

.button.full-submit {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px;
}

.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button._2 {
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.button._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.button.continue-reading {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #36393f;
  font-size: 10px;
  line-height: 13px;
}

.button.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px rgba(0, 0, 0, 0.2);
}

.button.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #5ec045;
  line-height: 31px;
  text-align: center;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  background-color: #fff;
  color: #000;
}

.button.light {
  background-color: #fff;
  color: #000;
}

.claimsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.claimsection.tint {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.claimsection.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #3b3f46;
  color: #fff;
}

.claimsection.top-line {
  border-top: 1px solid #ddd;
}

.claimsection.overflow-none {
  overflow: hidden;
}

.claimsection.below-contact-form {
  padding-top: 240px;
  background-color: #f0f2f5;
}

.claimsection.pricing-section {
  padding-bottom: 160px;
}

.claimsection.blog-intro-section {
  padding-bottom: 60px;
}

.claimsection.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.claimsection.feature-section.odd {
  border-top: 1px solid #ececec;
  background-color: #fafafa;
}

.claimsection.cta-section {
  background-color: #2a323f;
  color: #fff;
}

.claimsection.blue-cta-section {
  background-color: #1f6fff;
  color: #fff;
}

.claimsection.blog-page-section {
  background-color: #f5f5f5;
}

.section-title-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.small-title {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-title-wrapper.info {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.section-title.large {
  line-height: 47px;
}

.section-title.elements-title {
  margin-bottom: 0px;
}

.section-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-description {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.section-description.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description.elements {
  margin-top: 10px;
}

.section-description.in-column {
  font-size: 19px;
  line-height: 26px;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.large-color {
  position: static;
  top: 0px;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  background-color: #5ec045;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #6f737a;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.portfolio-tab-button.w--current {
  background-color: #1f6fff;
  color: #fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.portfolio-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 270px;
  border-radius: 4px;
  background-image: url('../images/Photo-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(44, 45, 49, 0.8);
}

.portfolio-overlay-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.elements-wrapper.centered {
  margin-top: 10px;
  text-align: center;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #3e4346;
  color: #a0a0a0;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 30%;
}

.image-section.pricing {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-6_1.jpg');
}

.image-section.about-us-2 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section.ui-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.2)), url('../images/UI-Elements.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 700px;
  background-repeat: repeat, no-repeat;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.pricing {
  background-color: rgba(44, 46, 49, 0.6);
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, 0.9);
}

.image-section-overlay.white-gradient {
  padding-top: 210px;
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 39%, hsla(0, 0%, 100%, 0));
  color: #000;
}

.image-section-overlay-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.image-section-overlay-title {
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
}

.image-section-overlay-title.subtitle {
  display: block;
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.menu-button:hover {
  border-color: #212429;
  background-color: #212429;
}

.menu-button.w--open {
  border-color: #1fdb6a;
  background-color: #1fdb6a;
}

.menu-button.blue.w--open {
  border-color: #25395e;
  background-color: #25395e;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 45%;
}

.newsletter-form {
  position: relative;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 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;
  border-radius: 5px;
  background-color: #1f6fff;
  color: #fff;
}

.newsletter-column-left {
  padding-right: 20px;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  padding-left: 34px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5ec045;
  text-transform: uppercase;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.footer-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #949494;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  padding-left: 20px;
  background-image: url('../images/Icon-facebook.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.features-row {
  margin-top: 50px;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  width: 90%;
  text-align: justify;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.feature-title {
  margin-bottom: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e2022;
  font-size: 19px;
  font-weight: 600;
}

.simple-footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #000;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  padding-top: 270px;
  padding-bottom: 250px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.hero-block-overlay.business {
  padding-top: 240px;
  padding-bottom: 130px;
  background-color: rgba(228, 30, 30, 0.25);
}

.hero-block-overlay.business-2 {
  padding-top: 230px;
  padding-bottom: 0px;
  background-color: rgba(31, 111, 255, 0.8);
}

.hero-video-lightbox {
  margin-top: 40px;
}

.hero-description-title {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
}

.team-image-block {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
}

.team-image-block-overlay {
  overflow: hidden;
  width: 100%;
  padding: 45px 35px 35px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.team-block-title {
  font-size: 21px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
  text-align: center;
  cursor: pointer;
}

.team-social-button:hover {
  opacity: 0.55;
}

.team-social-button.dark {
  margin-top: 0px;
  opacity: 0.4;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  position: relative;
  padding: 18px 25px 20px 95px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.team-outline-block.light {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.team-portrait-image {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-section-title.smaller {
  margin-bottom: 15px;
  opacity: 0.4;
  font-size: 11px;
}

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

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.small {
  height: 36px;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-form {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
}

.field.email:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.large-hero-title {
  display: block;
  width: 100%;
  margin: 0px auto 30px;
  -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;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}

.large-hero-title-bold {
  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;
  font-weight: 700;
  white-space: normal;
}

.footer-logo {
  padding-bottom: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  padding-top: 5px;
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.overall-video-lightbox.large-hero {
  display: block;
  width: 90%;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-lightbox-image-block.hero {
  background-image: url('../images/Photo-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.pricing-title {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.pricing-paragraph {
  font-size: 13px;
  line-height: 22px;
}

.pricing-block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5ec045;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #fff;
  color: #000;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  background-color: #fff;
  color: #000;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #1f6fff;
  color: #fff;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-feature-text {
  margin-bottom: 0px;
  font-size: 13px;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -395px;
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-right.small {
  top: -15px;
  right: -165px;
  width: 560px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.long-feature-icon {
  height: 25px;
}

.overall-hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.71;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.worldmap-left-wrapper {
  position: absolute;
  left: -141px;
  top: 17px;
  z-index: 1;
  width: 730px;
}

.map-contact-form {
  position: relative;
  z-index: 10;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  float: right;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.map-marker {
  position: absolute;
  left: 86px;
  top: 145px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #1f6fff;
}

.map-marker._2 {
  left: 344px;
  top: 164px;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.dark-field.first {
  width: 95%;
}

.dark-field.sign-up {
  height: 50px;
  background-color: #fff;
  font-size: 15px;
}

.dark-field.sign-up:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.dark-field.sign-up:focus {
  box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.3);
}

.dark-field.sign-up.first {
  width: 95%;
}

.white-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  font-size: 16px;
}

.dark-footer-title {
  margin-bottom: 21px;
  color: #1f6fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #94979e;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-button:hover {
  opacity: 0.8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  color: #94979e;
  font-size: 14px;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-footer-block.white-footer-block {
  margin-top: 40px;
  color: #e1e1e4;
}

.portfolio-item-block {
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-item-block:hover {
  opacity: 0.9;
}

.portfolio-item-title {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.large-pricing-block {
  padding-right: 51px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 50px;
  border-right-width: 0px;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
}

.large-pricing-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-features-list {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
}

.pricing-list-title {
  line-height: 21px;
}

.browser-mockup-left {
  position: absolute;
  left: -370px;
  top: -25px;
  width: 790px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 4px 4px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-left.small {
  left: -150px;
  top: -15px;
  width: 560px;
}

.feature-info-row {
  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: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
}

.hero-main-title {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 54px;
  font-weight: 600;
}

.hero-main-title.subtitle {
  display: block;
  width: 70%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
  color: #9a9da3;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 47%;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 3px;
  background-image: url('../images/Home-Business-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/Home-Business-2.jpg');
  background-size: cover;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-App.jpg');
}

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #2e3241;
  font-size: 23px;
  font-weight: 600;
}

.homepage-row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.homepage-column {
  padding-right: 15px;
  padding-left: 15px;
}

.homepage-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.homepage-link-block:hover {
  opacity: 0.8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 715px;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 130px;
}

.simple-white-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.dark-bottom-footer {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #181a1d;
  color: #6d7077;
}

.small-footer-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.download-image-left {
  position: absolute;
  left: -200px;
  top: -65px;
  width: 640px;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.right-nav-menu {
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.nav-menu-content-block {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  text-align: center;
}

.app-store-button {
  height: 46px;
  border-radius: 4px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: 0.8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f6fff;
  font-size: 16px;
  font-weight: 700;
}

.full-hero-content-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5_1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.87)), to(rgba(31, 111, 255, 0.87))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.87), rgba(31, 111, 255, 0.87)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.7)), to(rgba(31, 111, 255, 0.7))), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.7), rgba(31, 111, 255, 0.7)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.about-2 {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.8)), to(rgba(31, 111, 255, 0.8))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.8), rgba(31, 111, 255, 0.8)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.ui {
  padding-top: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.blog-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header.sign-up-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.subpage-header.blog-2 {
  padding-top: 125px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 35, 49, 0.9)), to(rgba(28, 35, 49, 0.9))), url('../images/Photo-6_1.jpg');
  background-image: linear-gradient(180deg, rgba(28, 35, 49, 0.9), rgba(28, 35, 49, 0.9)), url('../images/Photo-6_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: -265px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.blog-post-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 46px;
  line-height: 49px;
}

.subpage-title.less-wide {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  line-height: 50px;
}

.page-subtitle {
  display: block;
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-block {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.popup-contact-form {
  margin-bottom: 0px;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.close-icon {
  height: 17px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  margin-top: 20px;
  color: #a8a8a8;
  font-size: 16px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  position: relative;
  display: block;
  padding: 25px 35px 25px 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
}

.small-feature-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 25px;
  height: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  position: relative;
  padding-top: 14px;
  padding-left: 128px;
}

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1f6fff;
  font-size: 54px;
  line-height: 71px;
  font-weight: 700;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.elements-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.social-button {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 12px;
  border-radius: 100%;
  background-color: #2f3538;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: 0.8;
}

.social-button.facebook {
  background-color: #5963ac;
}

.social-button.facebook:hover {
  opacity: 0.8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: 0.8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: 0.8;
}

.social-button.line {
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.social-button.line:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.social-icon {
  height: 20px;
}

.element-container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1090px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.element-container.navigation {
  height: 120px;
  background-color: #1f6fff;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #6d7077;
  text-decoration: none;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0px;
}

.text-left {
  padding-right: 40px;
}

.hero-video {
  height: auto;
}

.hero-overlay-block {
  width: 100%;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 210px;
  background-color: rgba(31, 111, 255, 0.8);
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.blog-posts-list.archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-item {
  position: relative;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 210px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.blog-post-image-block {
  display: block;
  overflow: hidden;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-image-block.large {
  overflow: hidden;
  border-radius: 4px;
}

.blog-post-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: rgba(31, 111, 255, 0.3);
}

.blog-post-overlay.light {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-post-overlay.light:hover {
  background-color: rgba(31, 111, 255, 0.7);
}

.blog-date-block {
  position: absolute;
  left: 35px;
  top: 25px;
}

.blog-date-title {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-overlay-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.blog-overlay-title.large {
  font-size: 27px;
  line-height: 29px;
}

.blog-post-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 55px 35px 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(68%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 68%);
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
}

.blog-author-name {
  display: inline-block;
  margin-top: 0px;
  float: left;
  color: #fff;
}

.blog-author-name.archive {
  margin-top: -2px;
  color: #b4b4b4;
  font-size: 14px;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.blog-left-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 180px;
  height: 265px;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-title-link {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.blog-post-title-link.archive-title {
  margin-bottom: 10px;
}

.blog-post-date {
  margin-bottom: 7px;
  color: #bdbdbd;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-date.archive-date {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px;
  float: left;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0px;
  text-transform: none;
}

.simple-blog-image-block {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.simple-blog-image-block.small {
  width: 90px;
  height: 85px;
  margin-right: 30px;
  float: left;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.archive {
  padding-right: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.related {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-blog-post-item {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.blog-post-page-content {
  display: block;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.04);
}

.blog-post-header {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

.blog-post-content {
  padding-right: 20px;
}

.single-post-author-block {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.post-author-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.post-author-photo {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: 30px;
  float: left;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  display: block;
  margin-top: 8px;
  color: #afafaf;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.feature-text-block {
  width: 440px;
  float: left;
}

.feature-text-block.right {
  float: right;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.small-features-wrapper {
  margin-top: 30px;
}

.archive-info-block {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.archive-title-wrapper {
  display: inline-block;
  float: none;
}

.blog-single-post-date {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sign-up-column-left {
  padding-left: 0px;
  text-align: left;
}

.sign-up-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-form-title {
  margin-top: 0px;
  margin-bottom: 33px;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
}

.contact-form-info-paragraph {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #d8dfeb;
  font-size: 15px;
}

.sign-up-form {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 60px;
}

.sign-up-info-block {
  padding: 20px 70px 25px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.testimonial-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-person-image {
  width: 40px;
  height: 40px;
  margin-right: 17px;
  float: left;
}

.testimonial-person-title {
  display: inline-block;
  float: left;
  color: #fff;
  font-weight: 600;
}

.testimonial-person-title.title {
  display: inline-block;
  opacity: 0.7;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.testimonial-person-title.dark {
  color: #000;
}

.testimonial-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.testimonial-person-wrapper {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.full-sign-up-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f6fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.8)), to(rgba(31, 111, 255, 0.8))), url('../images/Photo-3.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.8), rgba(31, 111, 255, 0.8)), url('../images/Photo-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-sign-up-block.right {
  width: 35%;
  float: right;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.full-page-sign-up-form {
  display: block;
  max-width: 380px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.fields-column-left {
  padding-left: 0px;
}

.fields-column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.sign-up-info-wrapper {
  display: block;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.large-testimonial-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.testimonial-text-block {
  margin-top: 45px;
  margin-bottom: 35px;
}

.sign-up-logos-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.sign-up-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0px;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.small-column-icon {
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
  float: left;
}

.portfolio-lightbox-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(13, 25, 46, 0.7);
}

.portfolio-image-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}

.portfolio-image {
  width: 100%;
}

.close-lightbox-button {
  position: absolute;
  top: -54px;
  right: 0px;
  opacity: 0.6;
}

.close-lightbox-button:hover {
  opacity: 1;
}

.lightbox-close-icon {
  height: 30px;
}

.portfolio-lightbox-block {
  display: block;
  text-decoration: none;
}

.bio {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.paragraph {
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.bio_heading {
  position: static;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.bio_paragraph {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.bio_div {
  padding-bottom: 10px;
  text-align: left;
}

.bio_wrapper {
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #edf4fd;
  text-align: center;
}

.column {
  padding: 0px;
  background-color: transparent;
}

.column:hover {
  background-color: #0b4fc9;
  color: #e92323;
  text-decoration: none;
}

.link-block {
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  padding: 20px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  text-decoration: none;
}

.navi-text {
  padding-left: 20px;
  text-align: center;
}

.navi-cta {
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.navi-cta:hover {
  text-decoration: underline;
}

.navi-heading {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  text-align: left;
}

.columns {
  position: relative;
  left: auto;
  z-index: 0;
  display: block;
  max-width: 1000px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  background-color: #1b64db;
  text-align: left;
}

.navi-textik {
  margin-left: 0px;
  padding: 10px 0px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.navi-header {
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.navi-dividerik {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  line-height: 5px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.navi-text-description {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.navi-cta-comingsoon {
  padding-right: 0px;
  color: #9a9b9c;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.navi-cta-comingsoon:hover {
  text-decoration: none;
}

.column-nolink {
  padding: 20px;
  background-color: transparent;
}

.column-nolink:hover {
  background-color: transparent;
  color: #e92323;
  text-decoration: none;
}

.inpagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b64db;
  text-align: left;
}

.div-block {
  display: block;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.claim {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.claim.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.claim.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.claim.elements {
  margin-top: 10px;
}

.claim.in-column {
  font-size: 19px;
  line-height: 26px;
}

.paragraph-2 {
  max-width: 520px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.bio-container {
  position: relative;
  padding-top: 20px;
  background-color: #18202b;
}

.bio-container.hero-container {
  text-align: center;
}

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

.bio-container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.bio-container.bottom-footer {
  padding: 21px 21px 18px;
  border-radius: 4px;
  background-color: #313438;
}

.bio-container.footer-container {
  margin-bottom: 20px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
}

.bio-container.team-container {
  margin-top: 40px;
  text-align: left;
}

.bio-container.above-image-section {
  margin-bottom: -220px;
  text-align: center;
}

.div-block-2 {
  background-color: transparent;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.div-block-3 {
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.section-main-title-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section-main-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-main-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-main-title-wrapper.full-centered {
  width: 100%;
}

.section-main-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-main-title-wrapper.info {
  margin-bottom: 30px;
}

.growth-generals {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.section-title-white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.section-title-white.large {
  line-height: 47px;
}

.section-title-white.elements-title {
  margin-bottom: 0px;
}

.section-title-white.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-description-white {
  margin-top: 0px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.section-description-white.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description-white.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description-white.elements {
  margin-top: 10px;
}

.section-description-white.in-column {
  font-size: 19px;
  line-height: 26px;
}

.paragraph-2-white {
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

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

.bio_wrapper_generals {
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 20px 10px;
  background-color: #edf4fd;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  -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;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 10px;
  -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;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bio_name {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.bio_nametext {
  position: static;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 30px;
}

.li_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-left: 0px;
}

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

.div-block-4 {
  margin-top: 2px;
  padding-left: 10px;
}

.bootstrapping {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.column-5 {
  padding-right: 40px;
}

.centered-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  -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;
}

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

.resources {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.paragraph-white {
  max-width: 520px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.community-title {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.community-title.large {
  line-height: 47px;
}

.community-title.elements-title {
  margin-bottom: 0px;
}

.community-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.community-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.community-valign {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centered-writing {
  display: block;
}

.written-paragraph {
  max-width: 540px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.container-2 {
  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;
}

.image-wrap-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  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;
}

.image-5 {
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.image-6 {
  display: inline-block;
  max-height: 320px;
  max-width: none;
}

.resumes-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bio-anchor {
  position: relative;
  top: -60px;
}

.community-paragraph {
  display: block;
  width: 90%;
  max-width: 520px;
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.bio_list_div {
  padding-bottom: 10px;
  text-align: left;
}

.button-ipads-growth-generals {
  display: none;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.button-desktop-growth-generals {
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.community-columns-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section-description-community {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.section-description-community.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description-community.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description-community.elements {
  margin-top: 10px;
}

.section-description-community.in-column {
  font-size: 19px;
  line-height: 26px;
}

.header {
  padding-top: 90px;
  padding-bottom: 20px;
  background-color: #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-9 {
  overflow: visible;
  max-height: 500px;
  max-width: none;
}

.image-10 {
  overflow: visible;
  max-width: 35%;
}

.image-11 {
  max-width: 35%;
}

.community {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.letter-description {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.letter-description.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.letter-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.letter-description.elements {
  margin-top: 10px;
}

.letter-description.in-column {
  font-size: 19px;
  line-height: 26px;
}

.nav-link-inactive {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-decoration: line-through;
  text-transform: uppercase;
}

.nav-link-inactive:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link-inactive.dropdown-toggle {
  padding-right: 30px;
}

.nav-link-inactive.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link-inactive.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link-inactive.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link-inactive.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link-inactive.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link-inactive.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link-inactive.color {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  background-color: hsla(0, 0%, 81.2%, 0.1);
}

.nav-link-inactive.with-color {
  background-color: #1fdb6a;
  color: #fff;
}

.nav-link-inactive.with-color:hover {
  background-color: #2f3338;
}

.nav-link-inactive.thin-light {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link-inactive.thin-light.w--current {
  color: #fff;
}

.link {
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.community-columns-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

html.w-mod-js *[data-ix="hide-block-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-block-description"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

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

html.w-mod-js *[data-ix="hide-block-overlay"] {
  display: none;
  opacity: 0;
}

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

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

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

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

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

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mockup-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="mockup-move"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-zoom"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-zoom-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="hide-gallery-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

@media (max-width: 991px) {
  li {
    font-size: 13px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navbar.with-color-button {
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #292c31;
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-link.dropdown-toggle {
    color: #fff;
  }
  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link.light:hover {
    background-color: #000;
  }
  .nav-link.light.w--current {
    border-color: transparent;
  }
  .nav-link.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }
  .nav-link.color:hover {
    color: #fff;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 35px;
  }
  .container.hero-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }
  .container.team-container {
    margin-top: 20px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .button.pricing-button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11px;
    line-height: 17px;
  }
  .button.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }
  .claimsection {
    padding: 30px 0px;
  }
  .claimsection.below-contact-form {
    padding-bottom: 35px;
  }
  .claimsection.pricing-section {
    padding-bottom: 180px;
  }
  .claimsection.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 20px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }
  .section-title {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-title.large {
    line-height: 37px;
  }
  .section-description {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .section-description.faded {
    margin-top: 7px;
  }
  .section-description.small {
    width: 80%;
  }
  .section-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .portfolio-image-block {
    height: 210px;
  }
  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }
  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .footer {
    padding: 45px;
  }
  .image-section.ui-section {
    padding-right: 45px;
    padding-left: 45px;
    background-size: auto, cover;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .image-section-overlay.color {
    padding: 90px 45px;
  }
  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }
  .image-section-overlay-block {
    width: 90%;
  }
  .menu-button {
    margin-right: 20px;
  }
  .info-block-left.ui {
    width: 55%;
  }
  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsletter-column-right {
    padding-top: 10px;
  }
  .newsletter-field {
    width: 75%;
  }
  .newsletter-submit {
    width: 25%;
  }
  .features-row {
    margin-top: 30px;
  }
  .feature-block {
    width: 90%;
  }
  .feature-block.wide {
    text-align: left;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .hero-background-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-block-overlay {
    padding: 170px 45px 140px;
  }
  .hero-block-overlay.business {
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-description-title {
    width: 70%;
    font-size: 22px;
  }
  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }
  .team-outline-block {
    padding-right: 5px;
    padding-left: 85px;
  }
  .team-portrait-image {
    top: 27px;
    width: 50px;
    height: 50px;
  }
  .client-logo {
    height: 40px;
  }
  .client-logo.small {
    height: 26px;
  }
  .large-hero-title {
    width: 90%;
  }
  .large-hero-title-bold {
    display: block;
    -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;
    font-size: 43px;
    line-height: 50px;
  }
  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  .pricing-block {
    padding: 50px 30px 30px;
  }
  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }
  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }
  .browser-mockup-right.small {
    right: -316px;
  }
  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }
  .overall-hero-description {
    width: 80%;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .process-tab-col-left {
    padding-right: 30px;
  }
  .worldmap-left-wrapper {
    left: -101px;
    top: 27px;
    width: 670px;
  }
  .map-marker._2 {
    left: 296px;
    top: 146px;
  }
  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .large-pricing-block {
    padding-right: 30px;
  }
  .large-pricing-block._2 {
    padding-left: 30px;
  }
  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }
  .browser-mockup-left {
    left: -360px;
    top: 4px;
    width: 580px;
  }
  .browser-mockup-left.small {
    left: -336px;
    top: 1px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .feature-info-paragraph {
    text-align: left;
  }
  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }
  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }
  .home-intro-wrapper.mid {
    left: 181px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .intro-block-text-wrapper.last {
    width: 210px;
  }
  .homepage-row {
    width: 100%;
  }
  .homepage-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .home-mockup {
    left: -350px;
    top: -27px;
  }
  .home-mockup.ipad {
    left: 25px;
    top: 19px;
  }
  .home-mockup.iphone {
    left: 170px;
    top: 140px;
  }
  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .download-image-left {
    top: -23px;
    width: 560px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .right-nav-menu {
    z-index: 2000;
  }
  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .subpage-header.contact-1 {
    padding-top: 110px;
  }
  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .subpage-header.ui {
    padding: 150px 45px 50px;
  }
  .subpage-header.blog-1 {
    padding-bottom: 50px;
  }
  .subpage-header.blog-2 {
    padding-top: 90px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }
  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }
  .page-subtitle {
    width: 80%;
  }
  .cta-column-right {
    padding-top: 30px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }
  .stats-block {
    padding-left: 118px;
  }
  .stats-title {
    font-size: 11px;
  }
  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .elements-title-wrapper {
    margin-bottom: 30px;
  }
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .pricing-column-left {
    padding-left: 0px;
  }
  .pricing-column-right {
    padding-right: 0px;
  }
  .fixed-nav-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .fixed-nav-menu-button:hover {
    background-color: #555;
  }
  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }
  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0px 0px;
    background-size: 800px;
  }
  .hero-overlay-block {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: rgba(31, 111, 255, 0.85);
  }
  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .blog-post-item {
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .blog-left-image-block {
    position: static;
    width: 100%;
    height: 130px;
  }
  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }
  .simple-blog-image-block {
    height: 150px;
  }
  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }
  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .feature-text-block {
    width: 400px;
  }
  .dark-cta-title {
    width: 60%;
  }
  .contact-form-info-paragraph {
    width: 90%;
    font-size: 14px;
  }
  .sign-up-form {
    padding-right: 20px;
  }
  .sign-up-info-block {
    padding-right: 50px;
    padding-left: 50px;
  }
  .full-sign-up-block {
    width: 60%;
  }
  .full-sign-up-block.right {
    width: 40%;
  }
  .full-page-sign-up-form {
    max-width: 360px;
  }
  .sign-up-info-wrapper {
    max-width: 250px;
  }
  .large-testimonial-text {
    font-size: 18px;
  }
  .portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .portfolio-image-wrapper {
    width: 90%;
  }
  .bio {
    padding: 60px 45px;
  }
  .bio_div {
    padding-bottom: 10px;
  }
  .bio_wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block {
    padding: 20px 10px;
  }
  .navi-cta {
    padding-right: 10px;
    font-size: 12px;
    text-align: right;
  }
  .columns {
    display: block;
    max-width: 1000px;
  }
  .navi-textik {
    display: none;
  }
  .navi-header {
    font-size: 16px;
    text-align: center;
  }
  .inpagenavi {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .claim {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 19px;
  }
  .claim.faded {
    margin-top: 7px;
  }
  .claim.small {
    width: 80%;
  }
  .claim.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .bio-container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }
  .bio-container.team-container {
    margin-top: 20px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
  }
  .section-main-title-wrapper {
    width: 85%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section-main-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-main-title-wrapper.full.info {
    margin-bottom: 20px;
  }
  .growth-generals {
    padding: 60px 45px;
  }
  .section-title-white {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-title-white.large {
    line-height: 37px;
  }
  .section-description-white {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 19px;
  }
  .section-description-white.faded {
    margin-top: 7px;
  }
  .section-description-white.small {
    width: 80%;
  }
  .section-description-white.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .bio_wrapper_generals {
    width: 100%;
    margin-bottom: 0px;
  }
  .columns-2 {
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-3 {
    padding-top: 20px;
    -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;
  }
  .column-3 {
    padding-top: 0px;
    padding-right: 20px;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bio_nametext {
    padding-left: 0px;
    font-size: 25px;
  }
  .li_logo {
    padding-top: 0px;
    padding-left: 10px;
    -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;
  }
  .div-block-4 {
    padding-left: 0px;
  }
  .bootstrapping {
    padding: 60px 45px;
  }
  .column-5 {
    padding-right: 20px;
  }
  .resources {
    padding: 60px 45px;
  }
  .community-title {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .community-title.large {
    line-height: 37px;
  }
  .community-columns {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-wrap-centered {
    padding-bottom: 30px;
  }
  .image-5 {
    padding-bottom: 20px;
  }
  .image-6 {
    max-height: 250px;
    max-width: none;
  }
  .community-paragraph {
    padding-bottom: 0px;
  }
  .bio_list_div {
    padding-bottom: 0px;
  }
  .button-ipads-growth-generals {
    display: block;
    padding-top: 40px;
  }
  .button-desktop-growth-generals {
    display: none;
  }
  .community-columns-reversed {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-description-community {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .section-description-community.faded {
    margin-top: 7px;
  }
  .section-description-community.small {
    width: 80%;
  }
  .section-description-community.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .youtube-2 {
    width: 100%;
  }
  .header {
    padding-top: 140px;
  }
  .community {
    padding: 60px 45px;
  }
  .letter-description {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .letter-description.faded {
    margin-top: 7px;
  }
  .letter-description.small {
    width: 80%;
  }
  .letter-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .nav-link-inactive {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }
  .nav-link-inactive:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-link-inactive.dropdown-toggle {
    color: #fff;
  }
  .nav-link-inactive.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link-inactive.light:hover {
    background-color: #000;
  }
  .nav-link-inactive.light.w--current {
    border-color: transparent;
  }
  .nav-link-inactive.color {
    padding-left: 25px;
    border-radius: 60px;
    color: #000;
  }
  .nav-link-inactive.color:hover {
    color: #fff;
  }
  .community-columns-first {
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .container.hero-container {
    padding-left: 40px;
  }
  .container.home-intro-container {
    height: auto;
  }
  .container.bottom-footer {
    border-radius: 0px;
  }
  .container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }
  .container.above-image-section {
    margin-bottom: -130px;
  }
  .button.text-button {
    display: inline-block;
  }
  .button.full {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button.pricing-button {
    margin-top: 10px;
  }
  .button.cta-button {
    width: 50%;
    float: none;
  }
  .claimsection {
    padding: 25px;
  }
  .claimsection.pricing-section {
    padding-bottom: 130px;
  }
  .claimsection.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .claimsection.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 20px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.full.info {
    text-align: center;
  }
  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .section-title {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title.large {
    line-height: 37px;
  }
  .section-description {
    padding-bottom: 20px;
  }
  .section-description.small {
    width: 100%;
    font-size: 18px;
  }
  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }
  .portfolio-tab-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .portfolio-tab-pane {
    padding-top: 20px;
  }
  .portfolio-image-block {
    height: 150px;
  }
  .portfolio-block-subtitle {
    font-size: 12px;
  }
  .element-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .element-column.left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer {
    padding: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row.block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .image-section.ui-section {
    padding: 25px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.color {
    padding: 25px;
  }
  .image-section-overlay.white-gradient {
    padding-top: 140px;
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #fff), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, #fff 12%, hsla(0, 0%, 100%, 0.6));
  }
  .image-section-overlay-block {
    width: 90%;
  }
  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }
  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .info-block-left {
    width: 100%;
  }
  .newsletter-form {
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    text-align: center;
  }
  .newsletter-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-field {
    margin-bottom: 0px;
  }
  .info-block-right {
    width: 100%;
  }
  .info-block-right.download-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .features-row {
    margin-top: 0px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-block {
    width: 100%;
  }
  .feature-block.wide {
    width: 100%;
  }
  .feature-icon.overall {
    margin-bottom: 10px;
  }
  .feature-title {
    margin-bottom: 10px;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }
  .hero-description-title {
    width: 90%;
    margin-top: 20px;
    opacity: 0.95;
    font-size: 20px;
  }
  .team-image-block {
    margin-bottom: 10px;
  }
  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }
  .team-portrait-image {
    top: 20px;
    width: 60px;
    height: 60px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .contact-form {
    width: 100%;
  }
  .field.email {
    margin-bottom: 10px;
  }
  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .large-hero-title-bold {
    font-size: 32px;
    line-height: 36px;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .bottom-footer-paragraph.dark {
    float: none;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .overall-video-lightbox.large-hero {
    height: 210px;
  }
  .info-column-right {
    padding-left: 0px;
  }
  .info-column-right.responsive {
    padding-left: 0px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .pricing-block {
    padding: 30px;
  }
  .pricing-block.image {
    padding-top: 50px;
  }
  .pricing-price {
    margin-bottom: 20px;
  }
  .pricing-tab-pane {
    padding-top: 30px;
  }
  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .browser-mockup-right.small {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }
  .overall-hero-description {
    width: 90%;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }
  .process-tab-pane {
    padding-top: 40px;
  }
  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-tab-col-right {
    padding-left: 0px;
  }
  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }
  .process-tab-icon {
    height: 23px;
  }
  .process-tab-menu {
    margin-top: -39px;
  }
  .worldmap-left-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .map-contact-form {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .map-marker {
    left: 48px;
    top: 101px;
  }
  .map-marker._2 {
    left: 195px;
    top: 83px;
  }
  .dark-field.sign-up {
    height: 40px;
  }
  .dark-field.sign-up.first {
    width: 100%;
  }
  .white-footer {
    padding: 25px;
  }
  .dark-footer-title {
    margin-bottom: 10px;
  }
  .light-footer-link {
    margin-bottom: 4px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .large-pricing-block._2 {
    padding-left: 0px;
  }
  .large-pricing-icon {
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }
  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }
  .pricing-features-list {
    margin-top: 10px;
  }
  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }
  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .browser-mockup-left.small {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-info-icon {
    margin-top: -12px;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
  }
  .home-intro-wrapper.mid {
    width: 100%;
  }
  .home-intro-link-block {
    height: 300px;
  }
  .home-intro-link-block._2 {
    height: 300px;
  }
  .home-intro-link-block._3 {
    height: 270px;
  }
  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .intro-block-text-wrapper.last {
    width: 100%;
  }
  .homepage-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }
  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
  }
  .simple-white-footer {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .dark-bottom-footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .footer-row-bottom {
    margin-bottom: 20px;
  }
  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -80px;
  }
  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }
  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .subpage-header {
    padding: 110px 25px 40px;
  }
  .subpage-header.contact-1 {
    padding-top: 90px;
  }
  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .subpage-header.ui {
    padding-top: 110px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .subpage-header.blog-1 {
    padding-bottom: 30px;
  }
  .subpage-header.sign-up-1 {
    padding-top: 120px;
  }
  .subpage-header.blog-2 {
    padding-top: 80px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .white-contact-form.centered {
    margin-bottom: -245px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }
  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }
  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }
  .contact-popup {
    overflow: auto;
  }
  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cta-column-left {
    text-align: center;
  }
  .cta-column-right {
    padding-top: 0px;
    text-align: center;
  }
  .feature-blocks-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-blocks-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .stats-column {
    padding-left: 0px;
  }
  .stats-block {
    padding-top: 0px;
    padding-left: 0px;
  }
  .stats-number {
    position: static;
    width: 80px;
    margin-right: 20px;
    float: left;
    font-size: 40px;
    line-height: 50px;
  }
  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }
  .element-container.navigation {
    height: 80px;
  }
  .logo {
    height: 30px;
    margin-top: 10px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .home-mockup-column {
    height: 290px;
  }
  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .text-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .field-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-column-right-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-overlay-block {
    padding: 130px 25px;
  }
  .blog-posts-list {
    display: block;
  }
  .blog-post-item {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-image-block {
    height: 240px;
  }
  .blog-date-block {
    left: 25px;
  }
  .blog-overlay-title.large {
    font-size: 20px;
    line-height: 25px;
  }
  .blog-post-title-wrapper {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .blog-left-image-block {
    height: 195px;
  }
  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }
  .blog-post-header-overlay {
    padding-top: 140px;
  }
  .single-post-author-block {
    width: 100%;
  }
  .post-author-name.description {
    font-size: 15px;
  }
  .feature-text-block {
    width: 100%;
  }
  .dark-cta-title {
    width: 100%;
    float: none;
  }
  .team-member-item {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-single-post-date {
    width: 90%;
  }
  .sign-up-column-left {
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .sign-up-form {
    padding-right: 0px;
  }
  .sign-up-info-block {
    padding: 25px;
  }
  .testimonial-wrapper {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .full-sign-up-block {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  .full-sign-up-block.right {
    width: 100%;
  }
  .full-page-sign-up-form {
    max-width: 1500px;
  }
  .fields-column-left {
    padding-right: 0px;
  }
  .sign-up-info-wrapper {
    max-width: 1500px;
  }
  .portfolio-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .close-lightbox-button {
    top: -33px;
  }
  .lightbox-close-icon {
    height: 20px;
  }
  .bio {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .bio_wrapper {
    width: 95%;
    margin-bottom: 0px;
  }
  .column {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .link-block {
    display: block;
    width: auto;
    height: auto;
  }
  .navi-cta {
    padding-right: 0px;
    text-align: center;
  }
  .navi-textik {
    display: none;
    text-align: left;
  }
  .navi-header {
    text-align: center;
  }
  .inpagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .claim {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .claim.small {
    width: 100%;
    font-size: 18px;
  }
  .bio-container.home-intro-container {
    height: auto;
  }
  .bio-container.bottom-footer {
    border-radius: 0px;
  }
  .bio-container.footer-container {
    margin-bottom: 0px;
    border-width: 0px;
    border-radius: 0px;
  }
  .bio-container.above-image-section {
    margin-bottom: -130px;
  }
  .column-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-main-title-wrapper {
    width: 95%;
    margin-bottom: 0px;
  }
  .section-main-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-main-title-wrapper.full.info {
    text-align: center;
  }
  .section-main-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .growth-generals {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-title-white {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title-white.large {
    line-height: 37px;
  }
  .section-description-white.small {
    width: 100%;
    font-size: 18px;
  }
  .bio_wrapper_generals {
    width: 95%;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .columns-3 {
    padding-top: 20px;
  }
  .column-3 {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .li_logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .div-block-4 {
    padding-left: 10px;
  }
  .bootstrapping {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-4 {
    padding-top: 0px;
  }
  .resources {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-white {
    padding-right: 60px;
    padding-left: 60px;
  }
  .community-title {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .community-title.large {
    line-height: 37px;
  }
  .community-columns {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .written-paragraph {
    padding-right: 60px;
    padding-left: 60px;
  }
  .image-5 {
    max-width: 500px;
  }
  .image-6 {
    max-height: 330px;
    padding-top: 0px;
  }
  .resumes-display {
    padding-top: 20px;
    padding-right: 10px;
  }
  .community-paragraph {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .button-ipads-growth-generals {
    padding-top: 40px;
  }
  .community-columns-reversed {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-description-community {
    padding-bottom: 0px;
  }
  .section-description-community.small {
    width: 100%;
    font-size: 18px;
  }
  .image-7 {
    padding-top: 20px;
  }
  .image-8 {
    padding-top: 0px;
  }
  .youtube-2 {
    margin-top: 10px;
  }
  .header {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .community {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .letter-description {
    padding-bottom: 20px;
  }
  .letter-description.small {
    width: 100%;
    font-size: 18px;
  }
  .nav-link-inactive {
    padding-left: 25px;
  }
  .nav-link-inactive.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .community-columns-first {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  blockquote {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 15px;
    border-left-width: 3px;
    font-size: 17px;
    line-height: 23px;
  }
  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .container.hero-container {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .button.full {
    max-width: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button._2 {
    margin-left: 4px;
  }
  .button.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .claimsection {
    padding: 20px 25px;
  }
  .claimsection.pricing-section {
    padding-bottom: 120px;
  }
  .claimsection.blue-cta-section {
    text-align: center;
  }
  .claimsection.blog-page-section {
    padding: 0px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .section-title {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 26px;
  }
  .section-title.large {
    line-height: 30px;
  }
  .section-description {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 23px;
  }
  .section-description.faded {
    font-size: 15px;
  }
  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .section-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }
  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.8)), url('../images/UI-Elements.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.color {
    padding: 20px;
  }
  .image-section-overlay-block {
    width: 100%;
  }
  .image-section-overlay-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }
  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .info-block-left {
    width: 100%;
  }
  .info-block-left.ui {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .newsletter-form {
    margin-bottom: 40px;
  }
  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }
  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
  }
  .feature-block.wide {
    font-size: 13px;
  }
  .feature-icon {
    width: 30px;
  }
  .feature-title {
    margin-bottom: 13px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .hero-block-overlay {
    padding: 90px 25px 40px;
  }
  .hero-block-overlay.business {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .team-image-block-overlay {
    padding: 25px;
  }
  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }
  .team-portrait-image {
    left: 10px;
    top: 10px;
  }
  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    height: 28px;
  }
  .large-hero-title {
    font-size: 23px;
    line-height: 26px;
  }
  .large-hero-title-bold {
    width: auto;
    max-width: 100%;
    font-size: 31px;
    line-height: 35px;
  }
  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .overall-video-lightbox {
    height: 140px;
  }
  .overall-video-lightbox.large-hero {
    height: 130px;
  }
  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }
  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }
  .long-feature-title {
    margin-bottom: 7px;
  }
  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .plan-tabs {
    margin-top: 0px;
  }
  .tab-button-left {
    margin-bottom: 4px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right.w--current {
    border-radius: 60px;
  }
  .pricing-tab-pane {
    padding-top: 20px;
  }
  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }
  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }
  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .process-tab-pane {
    padding-top: 20px;
  }
  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .process-tab-icon {
    height: 13px;
  }
  .worldmap-left-wrapper {
    width: 260px;
  }
  .map-marker {
    left: 24px;
    top: 56px;
  }
  .map-marker._2 {
    left: 115px;
    top: 53px;
  }
  .dark-field.area {
    height: 98px;
  }
  .dark-field.sign-up {
    margin-bottom: 5px;
  }
  .portfolio-item-title {
    margin-bottom: 9px;
  }
  .large-pricing-icon {
    margin-right: 10px;
  }
  .large-pricing-title {
    font-size: 12px;
  }
  .large-pricing-title.price {
    line-height: 30px;
  }
  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }
  .pricing-list-icon {
    top: 2px;
    width: 13px;
  }
  .pricing-list-title {
    line-height: 17px;
  }
  .feature-info-column.last {
    padding-bottom: 0px;
  }
  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }
  .feature-info-title {
    margin-bottom: 12px;
  }
  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }
  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .homepage-link-block {
    margin-bottom: 20px;
  }
  .home-mockup {
    height: 160px;
  }
  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }
  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }
  .simple-white-footer {
    padding: 35px 15px;
  }
  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }
  .app-store-button {
    height: 35px;
  }
  .full-hero-content-block {
    margin-bottom: 30px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }
  .subpage-header.ui {
    padding: 94px 25px 30px;
  }
  .subpage-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .subpage-header.sign-up-1 {
    padding-top: 80px;
  }
  .subpage-header.blog-2 {
    padding-top: 60px;
  }
  .white-contact-form.centered {
    margin-bottom: -225px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }
  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }
  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }
  .popup-block {
    width: 83%;
    padding: 20px;
  }
  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-title {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
  }
  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }
  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }
  .small-feature-icon {
    left: 15px;
    top: 15px;
  }
  .stats-row {
    margin-top: 30px;
  }
  .stats-title {
    margin-top: 6px;
  }
  .elements-title-wrapper {
    margin-bottom: 20px;
  }
  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }
  .element-container.navigation._3 {
    height: 70px;
  }
  .logo {
    margin-top: 5px;
  }
  .logo.fixed {
    margin-top: 6px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .home-mockup-column {
    height: 180px;
  }
  .pricing-column-right {
    padding-bottom: 15px;
  }
  .white-footer-column {
    padding-bottom: 10px;
  }
  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }
  .hero-overlay-block {
    padding: 90px 15px 110px;
  }
  .blog-posts-list.related {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .blog-post-image-block {
    height: 210px;
    margin-bottom: 10px;
  }
  .blog-date-block {
    top: 15px;
  }
  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }
  .blog-overlay-title.large {
    font-size: 17px;
    line-height: 21px;
  }
  .blog-post-title-wrapper {
    padding-top: 35px;
  }
  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }
  .blog-author-name.archive {
    font-size: 13px;
  }
  .blog-left-image-block {
    position: static;
    height: 105px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
  }
  .blog-post-title-link {
    margin-bottom: 18px;
    font-size: 19px;
  }
  .blog-post-title-link.archive-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .blog-post-title-link.side-image {
    margin-bottom: 10px;
  }
  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }
  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }
  .blog-post-date.archive-date {
    font-size: 13px;
  }
  .simple-blog-image-block {
    height: 140px;
  }
  .simple-blog-image-block.small {
    width: 60px;
    height: 65px;
    margin-right: 15px;
  }
  .simple-blog-post-item.archive {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
  }
  .blog-post-page-content {
    margin-top: 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
  }
  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0px;
  }
  .post-author-line {
    margin-bottom: 20px;
  }
  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }
  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .archive-info-block {
    margin-right: 6px;
  }
  .archive-title-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
  }
  .blog-single-post-date {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }
  .contact-form-title {
    margin-bottom: 25px;
    font-size: 31px;
  }
  .contact-form-info-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .full-sign-up-block {
    padding: 30px;
  }
  .testimonial-text-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sign-up-logos-wrapper {
    padding-bottom: 20px;
  }
  .bio {
    padding: 40px 25px;
  }
  .bio_wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.w--current {
    width: 100%;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navi-cta {
    max-width: none;
    padding-right: 0px;
    font-size: 12px;
    text-align: right;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .navi-header {
    max-width: none;
    padding-right: 5px;
    font-size: 16px;
  }
  .navi-cta-comingsoon {
    font-size: 12px;
  }
  .column-nolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .claim {
    margin-top: 0px;
    font-size: 20px;
    line-height: 23px;
  }
  .claim.faded {
    font-size: 15px;
  }
  .claim.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .claim.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .paragraph-2 {
    padding-right: 0px;
  }
  .column-2 {
    padding-top: 0px;
  }
  .div-block-3 {
    padding-top: 10px;
  }
  .section-main-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section-main-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-main-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .growth-generals {
    padding: 40px 25px;
  }
  .section-title-white {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 26px;
  }
  .section-title-white.large {
    line-height: 30px;
  }
  .section-description-white {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
  }
  .section-description-white.faded {
    font-size: 15px;
  }
  .section-description-white.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .section-description-white.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .paragraph-2-white {
    padding-right: 0px;
  }
  .bio_wrapper_generals {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-2 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bootstrapping {
    padding: 40px 25px;
  }
  .column-5 {
    padding-right: 10px;
  }
  .image-4 {
    max-width: 280px;
  }
  .resources {
    padding: 40px 25px;
  }
  .paragraph-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .community-title {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .community-title.large {
    line-height: 30px;
  }
  .written-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-5 {
    max-width: 300px;
  }
  .image-6 {
    max-height: 230px;
  }
  .resumes-display {
    padding-right: 10px;
  }
  .community-paragraph {
    padding-right: 0px;
  }
  .button-ipads-growth-generals {
    padding-top: 20px;
  }
  .button-desktop-growth-generals {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .section-description-community {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
  .section-description-community.faded {
    font-size: 15px;
  }
  .section-description-community.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .section-description-community.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .image-7 {
    padding-top: 0px;
  }
  .image-10 {
    max-width: 60%;
  }
  .image-11 {
    max-width: 60%;
  }
  .community {
    padding: 40px 25px;
  }
  .letter-description {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 23px;
  }
  .letter-description.faded {
    font-size: 15px;
  }
  .letter-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .letter-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

