body {
  background-color: #1d2d38;
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

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

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

p {
  margin-bottom: 15px;
}

a {
  text-decoration: underline;
}


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

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

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: auto;
  padding-bottom: 17px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #4b89b2;
}

.navbar.underline {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

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

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

.logo-block {
  left: 0px;
  top: 50px;
  display: block;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.nav-link {
  display: inline-block;
  margin-right: 4px;
  padding: 11px 15px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #fff;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, .2);
  background-color: transparent;
  color: hsla(0, 0%, 100%, .6);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: auto;
  padding-left: auto;
}

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

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

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

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, .3);
}

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

.nav-link.with-color {
  background-color: #1fdb6a;
  color: #fff;
  line-height: 20px;
}

.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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.dropdown-list.sidebar.w--open {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(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: rgba(94, 127, 235, .2);
  color: #1cd055;
}

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

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

.container {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

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

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

.button {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 3px;
  background-color: #1cd055;
  -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: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4e6fdb;
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, .2);
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding: 8px 15px 6px;
  background-color: #1cd055;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 29px;
  text-decoration: none;
}

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

.button.green {
  margin-top: 0px;
  padding-bottom: 14px;
  background-color: #1fdb6a;
}

.button.green:hover {
  background-color: #3cee83;
}

.button.hero-button {
  margin-top: 0px;
  margin-right: 5px;
  padding: 15px 35px 14px;
  background-color: #fff;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .1);
  color: #000;
  letter-spacing: 2px;
}

.button.hero-button:hover {
  color: #1cd055;
}

.button.hero-button._2 {
  margin-right: auto;
  margin-left: auto;
  background-color: #1dd65f;
  -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;
  color: #fff;
}

.button.hero-button._2:hover {
  color: #1cd055;
}

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

.button._2 {
  margin-left: 10px;
  background-color: #1d2d38;
}

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

.button.full-submit-button {
  width: 100%;
  margin-top: 20px;
}

.button.gradient-submit-button {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(0deg, #b75dda, #5e7feb);
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
  -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;
}

.button.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, .3);
}

.button.white-button {
  background-color: #fff;
  color: #1cd055;
}

.button.dark {
  margin-top: 40px;
  background-color: #506fd6;
}

.button.dark:hover {
  background-color: #738fec;
}

.button.large-download-button {
  font-size: 16px;
}

.resources-section-templates {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  color: #f6f6f6;
  font-size: 15px;
}

.resources-section-templates.tint {
  background-color: #427ea9;
}

.resources-section-templates.dark {
  overflow: hidden;
  border: 0px solid #000;
  background-color: #1d2d38;
  color: #fff;
}

.resources-section-templates.top-line {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ddd;
  background-color: #3a739f;
}

.resources-section-templates.overflow-none {
  overflow: hidden;
}

.resources-section-templates.color {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #1cd055;
  color: #fff;
}

.resources-section-templates.small-footer {
  height: 38px;
  padding-top: 40px;
  padding-bottom: auto;
  background-color: #b3b3b3;
  color: #3a739f;
  font-size: 14px;
  line-height: 20px;
}

.resources-section-templates.gradient-section {
  background-image: -webkit-linear-gradient(315deg, #b75dda, #1cd055);
  background-image: linear-gradient(135deg, #b75dda, #1cd055);
  color: #fdfdfd;
}

.resources-section-templates.dark-footer {
  background-color: #1d2d38;
  color: #b1bbc2;
  font-size: 14px;
}

.resources-section-templates.home-intro-section {
  padding-top: 40px;
  padding-bottom: 165px;
}

.training_header_section {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  text-align: center;
}

.training_header_section.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;
}

.training_header_section.full-centered {
  width: 100%;
}

.training_header_section.small-title {
  margin-bottom: 30px;
}

.training_header_section.image-section-title-wrapper {
  margin-bottom: 20px;
}

.section-title {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 39px;
  font-weight: 700;
}

.section-title.white {
  color: #fff;
}

.section-title.small-white {
  color: #fff;
  font-size: 30px;
}

.section-description {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #b9b5b5;
  font-size: 19px;
  line-height: 26px;
  font-weight: 200;
}

.section-description.centered {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-description.full-width {
  width: 100%;
}

.section-description.medium {
  width: 90%;
  margin-top: 25px;
}

.section-description.align-left {
  width: 100%;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-right: 1px;
  padding-left: 0px;
  border-radius: 100%;
  background-color: #1cd055;
  -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, .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-icon {
  height: 25px;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: hsla(0, 0%, 100%, .4);
}

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

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

.project-type-section {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

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

.project-type-section.access-section {
  background-image: url('../images/Photo-10_1.jpg');
}

/*.project-type-section.testimonial-section {
  background-image: url('../images/family-back.jpg');
  background-position: 50% 100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/
.project-type-section.testimonial-section {
  padding-bottom: 90px;
  background: #3a739f;
}

.image-section-overlay {
  width: 100%;
  height: auto;
  padding-top: 72px;
  padding-bottom: auto;
  /*background-color: rgba(29, 45, 56, .7);*/
  color: #fff;
}

.image-section-overlay.color-gradient {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #1cd055 12%, rgba(94, 127, 235, .7) 51%, #1cd055 95%);
  background-image: linear-gradient(90deg, #1cd055 12%, rgba(94, 127, 235, .7) 51%, #1cd055 95%);
}

.image-section-overlay.gradient {
  background-image: -webkit-linear-gradient(315deg, #a166de, rgba(96, 126, 235, .7));
  background-image: linear-gradient(135deg, #a166de, rgba(96, 126, 235, .7));
}

.menu-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .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;
}

.hero-description {
  color: #686868;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

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

.footer-link {
  display: block;
  margin-top: 7px;
  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');
}

.simple-footer {
  padding-top: 45px;
  background-color: #2a2d30;
}

.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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer-social-icon {
  width: 40px;
  height: 40px;
  margin-left: 3px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #283e4d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

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

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

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.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;
}

.newsletter-form-small {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.field:focus {
  border-color: #1cd055;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(94, 127, 235, .3);
}

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

.field.email {
  margin-bottom: 0px;
  border-color: #fff;
  text-align: center;
}

.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-bottom: 8px;
  border-radius: 3px;
  background-color: #1cd055;
  color: #fff;
}

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

.footer-logo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  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;
}

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

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #99a5ad;
}

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

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

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

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

.description-paragraph {
  margin-top: 4px;
  color: #a3a3a3;
  font-size: 15px;
}

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

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

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-top: 2px;
  padding-left: 68px;
}

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

.long-feature-title {
  margin-bottom: 0px;
  color: #5e7feb;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

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

.small-paragraph {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.field-label {
  color: #c2c2c2;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dark-field {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -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 {
  border-color: #bebebe;
}

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

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

.dark-footer-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-footer-link {
  display: block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #bfc4ce;
  font-size: 13px;
  text-decoration: none;
}

.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
  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;
  font-size: 13px;
}

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

.hero-left-block {
  width: 550px;
  float: left;
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #686868;
  font-size: 44px;
  line-height: 54px;
  text-align: left;
}

.hero-cta-form {
  width: 370px;
  margin-bottom: 0px;
  padding: 50px auto;
  float: right;
  border-radius: 4px;
  background-color: #fff;
}

.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;
  padding: 8px 10px;
  border-radius: 7px;
  text-align: center;
}

.feature-info-block:hover {
  box-shadow: 1px 0 15px 3px rgba(0, 0, 0, .29);
  color: #c3c3c3;
}

.feature-info-icon {
  height: auto;
  max-width: 70px;
  margin-bottom: 20px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-paragraph {
  opacity: 0.8;
  font-size: 14px;
  line-height: 22px;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 12px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  margin-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 74px;
}

.hero-main-title.subtitle {
  display: block;
  width: 60%;
  margin: 30px auto 40px;
  color: hsla(0, 0%, 100%, .7);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

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

.home-intro-wrapper.mid {
  left: 250px;
  top: -80px;
  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: 470px;
  border-radius: 5px;
  background-image: url('../images/Page-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 10px 0 90px 0 rgba(0, 0, 0, .4);
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 630px;
  background-image: url('../images/Page-1.jpg');
}

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

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  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, .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: 65%;
}

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

.intro-block-title {
  margin-bottom: 20px;
  color: #141414;
  font-size: 22px;
  font-weight: 700;
}

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

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

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

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

.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, .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;
}

.subpage-header {
  padding-top: 240px;
  padding-bottom: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(94, 127, 235, .9), rgba(94, 127, 235, .9)), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(94, 127, 235, .9), rgba(94, 127, 235, .9)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.form-title {
  margin-top: 0px;
  color: #1cd055;
  font-size: 31px;
  line-height: 34px;
  font-weight: 800;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #3b3d44;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
}

.page-subtitle {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
}

.popup-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

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

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

.close-icon {
  height: 17px;
}

.cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.cta-title {
  color: #1cd055;
  font-size: 27px;
  font-weight: 800;
}

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

.cta-title.subtitle.light-subtitle {
  color: hsla(0, 0%, 100%, .7);
}

.cta-title.white-title {
  color: #fff;
}

.text-column-left {
  padding-right: 80px;
}

.gallery-lightbox {
  display: block;
  margin-bottom: 20px;
}

.gallery-lightbox.in-slider {
  margin-bottom: 0px;
}

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

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

.stats-number {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1cd055;
  font-size: 44px;
  line-height: 71px;
  font-weight: 900;
}

.checklist-item {
  position: relative;
  margin-bottom: 4px;
  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;
}

.logo {
  width: 874px;
  height: auto;
  max-width: 53%;
  margin-top: 10px;
  border-radius: 0px;
}

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

.dark-footer-link {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

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

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

.block-description {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-text-block {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.testimonial-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.testimonial-image-block {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/Testimonial-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 100;
}

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

.faq-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.faq-link-block {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  text-decoration: none;
}

.faq-link-block:hover {
  color: #1cd055;
}

.faq-title {
  font-size: 17px;
  font-weight: 700;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0px;
}

.testimonial-arrow-block {
  position: absolute;
  left: 40px;
  bottom: -3px;
  z-index: 1;
  width: 29px;
  height: 29px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.get-access-hero {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-overlay {
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.header-row {
  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;
}

.header-column-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
}

.header-paragraph {
  font-size: 19px;
  line-height: 27px;
}

.header-contact-form {
  margin-bottom: 0px;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.header-video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.header-video-lightbox:hover {
  color: hsla(0, 0%, 100%, .7);
}

.header-play-icon {
  height: 40px;
  margin-top: -1px;
  margin-right: 10px;
  float: left;
}

.header-play-title {
  float: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-title {
  font-size: 44px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.column-title.medium {
  font-size: 36px;
  line-height: 38px;
}

.gallery-column {
  display: inline-block;
  width: 50%;
  padding-right: 5px;
  padding-left: 0px;
  float: left;
}

.gallery-column.right {
  padding-left: 10px;
  float: right;
}

.hero-buttons-wrapper {
  margin-top: 15px;
  text-align: left;
}

.left-section-title-wrapper {
  margin-bottom: 40px;
}

.hero-centered-block {
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-centered-block.large {
  width: 640px;
}

.footer-social-block-right {
  overflow: visible;
  float: right;
}

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

.small-divider-line {
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto 20px;
  background-color: #1cd055;
}

.whitepaper-mockup {
  position: absolute;
  right: 0px;
  bottom: -210px;
  z-index: 1;
  height: 570px;
}

.wide-hero-cta-form {
  margin-top: 50px;
  margin-bottom: 0px;
}

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

.event-hero-overlay {
  padding-top: 260px;
  padding-bottom: 140px;
  background-color: rgba(29, 45, 56, .5);
  color: #fff;
}

.small-prices-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

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

.small-price-block {
  padding: 50px 29px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.small-price-block.dark {
  background-color: #fff;
  color: #000;
}

.small-price-title {
  display: inline-block;
  font-size: 45px;
  font-weight: 900;
}

.price-wrapper {
  margin-top: 20px;
}

.small-price-description-block {
  margin-top: 20px;
  padding-top: 20px;
}

.icon-button-block {
  margin-right: 10px;
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, .2);
  color: #000;
}

.icon-button-block.dark {
  background-color: #1d2d38;
  color: #fff;
}

.icon-button-title {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.icon-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.small-testimonial-slider {
  height: 210px;
  background-color: transparent;
}

.small-testimonial-content-block {
  margin-bottom: 20px;
}

.small-testimonial-nav {
  font-size: 5px;
  text-align: left;
}

.section-cta-form {
  width: 400px;
  margin-bottom: 0px;
  padding: 40px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, .1);
}

.cta-form-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.cta-testimonials-row {
  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;
}

.hero-cta-field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.hero-cta-field:hover {
  box-shadow: 7px 7px 23px 0 rgba(0, 0, 0, .3);
}

.hero-cta-field:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
}

.overall-field {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.overall-field:hover {
  border-color: #bbb;
}

.overall-field:focus {
  border-color: #1cd055;
}

.column-testimonial-slider {
  height: auto;
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.business-card {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-small-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.footer-social-wrapper {
  margin-top: 50px;
  text-align: center;
}

.footer-social-button {
  width: 45px;
  height: 45px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 11px;
  border-radius: 100%;
  background-color: #263946;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social-button:hover {
  background-color: #1cd055;
}

.image-section-block-left {
  width: 500px;
}

.product-tab-pane {
  padding-top: 50px;
  padding-bottom: 20px;
}

.product-tabs-menu {
  padding-left: 440px;
}

.tabs-button {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-button:hover {
  border-bottom-color: #ebebec;
}

.tabs-button.w--current {
  border-bottom-color: #1cd055;
  background-color: transparent;
}

.product-content-block-right {
  width: 500px;
  float: right;
}

.product-tab-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
}

.feature-items-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.browser-block {
  position: absolute;
  left: -130px;
  top: -60px;
  overflow: hidden;
  width: 500px;
  height: 430px;
  border-radius: 6px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, .1);
}

.browser-block._2 {
  background-image: url('../images/Photo-6_1.jpg');
}

.browser-block._3 {
  background-image: url('../images/Photo-3_1.jpg');
}

.tabs-content {
  overflow: visible;
}

.browser-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  padding: 10px 10px 10px 13px;
  background-color: #fff;
}

.browser-button {
  width: 11px;
  height: 11px;
  margin-right: 2px;
  float: left;
  border-radius: 100%;
  background-color: #d84461;
}

.browser-button._2 {
  background-color: #f8c047;
}

.browser-button._3 {
  background-color: #59c785;
}

.hero-column-left {
  padding-right: 40px;
}

.info-column-left {
  z-index: 10;
}

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

.faq-icon {
  position: absolute;
  top: 16px;
  right: 0px;
  height: 12px;
}

.overall-hero-overlay {
  position: relative;
  padding-top: 61px;
  padding-bottom: 100px;
  background-color: #fff;
  color: #fff;
}

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

.gallery-thumb {
  width: 100%;
  border-radius: 5px;
}

.gallery-thumb:hover {
  opacity: 0.9;
}

.gallery-slider {
  width: 100%;
  height: auto;
}

.video-hero-overlay {
  padding-top: 200px;
  padding-bottom: 210px;
  background-color: rgba(94, 127, 235, .9);
  text-align: center;
}

.cta-buttons-wrapper {
  margin-left: 20px;
  float: right;
}

.hero-video {
  height: auto;
}

.cta-button {
  margin-left: 10px;
  padding: 11px 20px;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #1cd055;
  box-shadow: 7px 7px 33px 0 rgba(0, 0, 0, .4);
  color: #fff;
}

.cta-button.color {
  background-color: #1fdb6a;
}

.cta-button.color:hover {
  background-color: #3fee85;
}

.cta-button.gradient {
  background-image: -webkit-linear-gradient(0deg, #b75dda, #5e7feb);
  background-image: linear-gradient(90deg, #b75dda, #5e7feb);
}

.cta-button-title {
  display: inline-block;
}

.cta-button-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.intro-content-block {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.hero-small-intro-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 12px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-intro-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.small-slider-arrow {
  opacity: 0.6;
  font-size: 20px;
}

.small-slider-arrow:hover {
  opacity: 1;
}

.hero-checklist {
  margin-top: 30px;
  margin-bottom: 0px;
}

.responsive-image-block {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 530px;
  height: 400px;
  margin-bottom: 1px;
  border-radius: 6px;
  background-image: url('../images/Responsive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 90px 0 rgba(0, 0, 0, .3);
}

.image {
  width: 300%;
  margin-right: auto;
  margin-left: auto;
}

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

.image-2 {
  width: 32%;
}

.container-3 {
  display: block;
  margin-bottom: 10px;
  color: #575757;
}

.heading {
  color: #5d5d5d;
  text-align: center;
}

.paragraph-3 {
  color: #535353;
  text-align: center;
  text-decoration: none;
}

.link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-4 {
  position: absolute;
  bottom: 142px;
}

.resour-tab-container {
  position: relative;
  bottom: -91px;
  background-color: transparent;
}

.link-2 {
  position: relative;
  display: block;
  margin-right: 45%;
  margin-left: 45%;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  color: #3a739f;
  font-size: 14px;
  text-align: center;
}

.column {
  text-align: center;
}

.heading-2 {
  color: #3a739f;
  text-decoration: none;
}

.heading-2:hover {
  color: #808181;
}

.link-block {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  box-shadow: 0 5px 39px -1px #7e7e7e;
}

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

.text-block-2 {
  color: #535253;
}

.text-block-3 {
  color: #535253;
}

.text-block-4 {
  color: #535253;
}

.column-3 {
  display: inline;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.container-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.link-3 {
  position: relative;
  display: block;
  margin-right: 45%;
  margin-left: 45%;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3a739f;
}

.link-3:hover {
  color: #9c9c9c;
}

.link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-4.w--current {
  width: 73%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
  background-color: #4b89b2;
  color: #fff;
  font-size: 1.7em;
}

.html-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px auto 25px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
	align-content: center;
}

.link-5 {
  position: relative;
  display: block;
  margin-right: 45%;
  margin-left: 45%;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3a739f;
  color: #fff;
}

.container-6 {
  position: relative;
  bottom: 0px;
  text-align: center;
}

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

.container-7 {
  position: relative;
  bottom: -90px;
  text-align: center;
}

.link-6 {
  display: block;
  margin-right: 45%;
  margin-left: 45%;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #aaa;
}

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

.column-7 {
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-right: auto;
  padding-left: auto;
}

.column-8 {
  position: relative;
}

.column-9 {
  padding-left: 20px;
}

.body {
  padding: 8px;
  border-radius: 6px;
}

.body:hover {
  border-radius: 7px;
  box-shadow: 0 1px 15px 3px rgba(0, 0, 0, .29);
  color: #d4cfcf;
}

.row {
  display: block;
  margin-bottom: 26px;
}

.body-2 {
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
}

.video-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding: 5px;
  border-radius: 8px;
  background-color: #e4e0e0;
  color: #3a739f;
  font-size: 1.1em;
  font-style: normal;
  text-align: center;
}

.video-2:hover {
  background-image: url('../images/play_hover.png');
  background-position: 14px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.container-8 {
  position: relative;
  margin-top: 11px;
  margin-bottom: 2px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 114px;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #3a739f;
  box-shadow: 0 1px 12px 0 #636363;
}

.logo-lock {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.nav-link-2 {
  margin-top: 13px;
  color: #fff;
}

.link-7 {
  margin-top: 25px;
  border-radius: 4px;
  background-color: #1cd055;
}

.link-7:hover {
  box-shadow: 0 4px 22px 0 #163349;
}

.nav-link-3 {
  margin-top: 13px;
  color: #fff;
}

.nav-link-4 {
  color: #fff;
}

.container-10 {
  margin-top: 110px;
}

.container-11 {
  margin-bottom: 19px;
}

.link-block-3 {
  position: relative;
  display: block;
  overflow: visible;
  height: auto;
  max-height: 48px;
  min-height: 33px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  padding: 7px 5px 7px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  background-color: #e0dbdc;
}

.image-6 {
  position: absolute;
  left: 9px;
  top: 9px;
  bottom: 0px;
}

.heading-6 {
  position: absolute;
  display: block;
  margin: auto auto auto 51px;
  color: #fff;
  font-weight: 400;
}

.text-block-5 {
  position: absolute;
  left: 0px;
  top: 3px;
  right: 0px;
  margin: 4px 4px 5px 50px;
  clear: none;
  color: #3a739f;
  font-size: 111%;
}

.container-12 {
  position: relative;
  display: block;
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.heading-7 {
  color: #fff;
  text-align: center;
}

.div-block-2 {
  position: absolute;
  z-index: 7;
  width: 100%;
  background-color: #2f4757;
}

.text-block-6 {
  width: 140px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 6px;
  border-radius: 6px;
  background-color: #bbb;
  text-align: center;
}

.div-block-3 {
  position: relative;
  margin: 21px 75px 25px;
  padding-top: 5px;
  padding-bottom: 11px;
  border-style: none;
  border-radius: 7px;
  background-color: #fff;
  color: #464646;
}

.form-block {
  position: relative;
  margin: 15px;
}

.text-field {
  border-radius: 5px;
  background-color: #f1f1f1;
}

.text-field-2 {
  border-radius: 5px;
  background-color: #f1f1f1;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3a739f;
  line-height: 10px;
}

.html-embed-2 {
  position: static;
  display: block;
  overflow: auto;
  width: 86%;
  height: auto;
  margin: 15px auto;
  border: 12px solid #e8e4e5;
  border-radius: 10px;
}

.link-8 {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: hsla(350, 8%, 85%, .57);
  color: #3a739f; 
  font-size: 112%;
  font-weight: 400;
  text-align: center;
}

.link-8:hover {
  background-color: #3a739f;
  box-shadow: 0 4px 8px 3px hsla(0, 0%, 71%, .56);
  color: #dbdbdb;
}

.link-8 w-button {
	  color: #3a739f; 

}

.bold-text {
  font-weight: 400;
}

.page-nav-button1 {
  position: relative;
  top: auto;
  bottom: -100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

.container-15 {
  position: relative;
  top: 90px;
  bottom: 0px;
  text-align: center;
}

.link-11 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  color: #3a739f;
}

.link-11:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #535353;
}

.container-16 {
  position: relative;
  top: 90px;
  bottom: 0px;
  text-align: center;
}

.link-12 {
  margin-right: 40%;
  margin-left: 40%;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3a739f;
}

.link-12:hover {
  color: #a1a1a1;
}

.link-13 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*background-color: #aaa;*/
  background-color: #b3b3b3;
  color: #3a739f;
}

.link-13:hover {
  color: #3a3a3a;
}

.navbar-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #3a739f;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .5);
}

.start-button {
  left: 0px;
  top: 14px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border-radius: 6px;
  background-color: #1cd055;
  color: #fff;
}

.start-button:hover {
  box-shadow: 0 1px 12px 4px rgba(9, 19, 27, .32);
  color: #615f5f;
}

.start-button.w--current {
  color: #faf6f6;
}

.nav-link-9 {
  top: 4px;
  color: #fff;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #c5c5c5;
}

.nav-link-10 {
  top: 4px;
  color: #fff;
}

.nav-link-10:hover {
  color: #c2c2c2;
  font-weight: 400;
  text-decoration: none;
}

.image-8 {
  position: relative;
  left: 0px;
}

.brand-3 {
  left: -10px;
}

.div-block-4 {
  position: relative;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 4px 15px;
  border-radius: 15px;
  background-color: #fbfbfb;
  color: #fff;
}

.heading-8 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
	color: #FFFFFF;
}

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

.text-block-7 {
  color: #5f5e5e;
  text-align: 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-faq-answer"] {
  display: none;
  opacity: 0;
  height: 0px;
}

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

@media (max-width: 991px) {
  li {
    font-size: 13px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navbar.underline {
    padding-bottom: 20px;
  }
  .navbar.with-color-button {
    padding-bottom: 20px;
  }
  .navbar.white {
    padding-bottom: 20px;
  }
  .logo-block.w--current {
    top: 20px;
    margin-top: -12px;
  }
  .nav-menu {
    margin-left: 60px;
    padding-top: 30px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
    color: #3a739f;
    text-align: center;
  }
  .nav-link:hover {
    background-color: #1cd055;
    color: #fff;
  }
  .nav-link.w--current {
    color: #1cd055;
  }
  .nav-link.dropdown-toggle.w--open {
    background-color: #1cd055;
    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;
    background-color: #f0f1f5;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 35px;
  }
  .container {
    margin-top: 0px;
    margin-bottom: 18px;
  }
  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }
  .button.hero-button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 11px;
  }
  .button.hero-button._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    text-align: center;
  }
  .button.dark {
    margin-top: 30px;
  }
  .resources-section-templates {
    padding: 45px;
  }
  .resources-section-templates.tint {
    padding-bottom: 0px;
  }
  .resources-section-templates.top-line {
    top: -21px;
    padding-top: auto;
    padding-bottom: 1px;
  }
  .resources-section-templates.color {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .resources-section-templates.small-footer {
    position: static;
    height: auto;
    margin-top: -21px;
    padding-top: 29px;
    padding-bottom: auto;
  }
  .resources-section-templates.home-intro-section {
    padding-bottom: 5px;
  }
  .training_header_section {
    width: 85%;
    margin-bottom: 40px;
  }
  .training_header_section.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title.small-white {
    font-size: 25px;
  }
  .section-description {
    margin-top: 10px;
  }
  .section-description.full-width {
    font-size: 18px;
  }
  .section-description.medium {
    font-size: 17px;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }
  .footer {
    padding: 45px;
  }
  .project-type-section.testimonial-section {
    background-size: cover;
  }
  .image-section-overlay {
    padding: 60px 45px 0px;
  }
  .menu-button {
    margin-right: 20px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .client-logo {
    height: 40px;
  }
  .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;
  }
  .white-footer {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero-left-block {
    width: 390px;
  }
  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-cta-form {
    width: 44%;
    margin-top: -20px;
    padding: 25px;
  }
  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-info-block:hover {
    color: #c3c3c3;
  }
  .feature-info-icon {
    height: 45px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .hero-main-title {
    font-size: 50px;
    line-height: 52px;
  }
  .hero-main-title.subtitle {
    width: 70%;
    margin-bottom: 30px;
    line-height: 33px;
  }
  .home-intro-wrapper.mid {
    left: 181px;
    top: -50px;
  }
  .home-intro-link-block {
    height: 360px;
  }
  .home-intro-link-block._2 {
    height: 450px;
  }
  .intro-block-text-wrapper {
    font-size: 13px;
  }
  .intro-block-text-wrapper.mid {
    width: 75%;
  }
  .dark-bottom-footer {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .right-nav-menu {
    z-index: 2000;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .page-subtitle {
    width: 80%;
  }
  .cta-column-right {
    padding-top: 30px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }
  .cta-title.subtitle.light-subtitle {
    font-size: 16px;
  }
  .text-column-left {
    padding-right: 40px;
  }
  .stats-block {
    padding-left: 118px;
  }
  .stats-number {
    line-height: 81px;
  }
  .stats-title {
    font-size: 12px;
    line-height: 19px;
  }
  .checklist-item {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .logo {
    margin-top: 15px;
  }
  .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, .1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .menu-button-line {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button-line:hover {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu-button-line.w--open {
    background-color: #1f6fff;
  }
  .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: #1f6fff;
    color: #fff;
    text-align: center;
  }
  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }
  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }
  .page-header-overlay {
    padding: 150px 45px 80px;
  }
  .header-column-title {
    font-size: 38px;
    line-height: 46px;
  }
  .header-contact-form {
    padding: 38px;
  }
  .whitepaper-mockup {
    right: -10px;
    bottom: -70px;
    height: 450px;
  }
  .event-hero-overlay {
    padding: 180px 45px 70px;
  }
  .small-prices-block {
    width: 90%;
  }
  .small-testimonial-slider {
    height: 220px;
  }
  .section-cta-form {
    width: 100%;
    padding: 29px;
  }
  .cta-form-title {
    font-size: 21px;
    line-height: 26px;
  }
  .column-testimonial-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-tabs-menu {
    padding-left: 320px;
  }
  .product-content-block-right {
    width: 360px;
  }
  .browser-block {
    left: -220px;
    top: -40px;
    height: 460px;
  }
  .hero-column-left {
    padding-right: 10px;
  }
  .overall-hero-overlay {
    margin-left: 0px;
    padding: 90px 5px 0px;
  }
  .video-hero-overlay {
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .cta-buttons-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .cta-button {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .intro-content-block {
    width: 550px;
  }
  .checklist-text {
    font-size: 14px;
  }
  .responsive-image-block {
    top: -5px;
    width: 440px;
    height: 320px;
  }
  .image {
    display: block;
    width: 340%;
    margin-right: auto;
    margin-left: auto;
  }
  .resour-tab-container {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .link-2 {
    margin-right: 45%;
    margin-left: 45%;
  }
  .container-5 {
    bottom: -349px;
  }
  .link-4.w--current {
    width: 90%;
    padding-top: 11px;
    padding-bottom: 10px;
    border-radius: 11px;
    font-size: 1.3em;
  }
  .html-embed {
    width: 83%;
  }
  .link-5 {
    margin-right: 45%;
    margin-left: 45%;
  }
  .link-5:hover {
    color: #beb8b8;
  }
  .link-5.w--current {
    margin-right: 45%;
    margin-left: 45%;
  }
  .container-6 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .form {
    display: block;
    width: 120%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4 {
    margin-top: -20px;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .body:hover {
    color: #c3c3c3;
  }
  .row {
    margin-top: 73px;
  }
  .navbar-2 {
    padding-top: 21px;
    box-shadow: 0 1px 8px 0 #525252;
  }
  .logo-lock {
    left: 0px;
    top: -2px;
    bottom: 0px;
    width: 119%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-bottom: auto;
    float: left;
    clear: both;
  }
  .nav-link-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: auto;
    padding: 9px 10px;
  }
  .link-7 {
    position: relative;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 11px;
  }
  .link-7:hover {
    box-shadow: 0 4px 22px 0 #163349;
  }
  .nav-link-3 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: auto;
    padding: 9px 5px 8px;
  }
  .nav-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 51%;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 13px;
    padding-bottom: 0px;
    float: right;
    clear: none;
    text-align: right;
  }
  .container-9 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-width: 99%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 1%;
    padding-top: auto;
    padding-right: 16px;
    padding-bottom: auto;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }
  .brand {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 45%;
    height: auto;
  }
  .container-10 {
    position: relative;
    display: block;
    margin-top: -10px;
    -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;
    text-align: left;
  }
  .link-block-3 {
    position: relative;
    overflow: visible;
    height: auto;
    max-height: 60px;
  }
  .image-6 {
    position: static;
    display: block;
  }
  .heading-6 {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    overflow: visible;
  }
  .text-block-5 {
    position: absolute;
    left: 12px;
    top: 7px;
    right: 0px;
    margin: auto auto auto 30px;
    float: none;
    clear: none;
    color: #fdfdfd;
  }
  .container-12 {
    position: relative;
    height: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 5px 30px;
    background-color: #fff;
  }
  .heading-7 {
    margin-right: 6px;
    margin-left: 6px;
    font-weight: 400;
  }
  .html-embed-2 {
    width: 86%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .link-8 {
    color: #3a739f;
  }
  .container-13 {
    position: relative;
    left: 0px;
    top: 1px;
    right: 0px;
    bottom: 0px;
    margin-top: 16px;
  }
  .link-9 {
    margin-right: 45%;
    margin-left: 45%;
    padding: 6px 19px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #b3b3b3;
    font-size: 14px;
  }
  .container-14 {
    position: relative;
    margin-top: 32px;
    text-align: center;
  }
  .link-10 {
    margin-right: 45%;
    margin-left: 45%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #507da5;
  }
  .link-10:hover {
    color: #b8b8b8;
  }
  .page-nav-button1 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .container-15 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-11 {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #3a739f;
  }
  .link-11:hover {
    color: #646464;
  }
  .container-16 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-13 {
    padding-top: 6px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #aaa;
  }
  .container-17 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .link-14 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #3a739f;
  }
  .link-14:hover {
    color: #a8a8a8;
  }
  .container-18 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .link-15 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #3a739f;
  }
  .link-15:hover {
    color: #666;
  }
  .container-19 {
    position: relative;
    /*bottom: 0px;*/
    top: 70px;
    text-align: center;
  }
  .link-16 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background-color: #aaa;*/
    background-color: #b3b3b3;
    color: #3a739f;
  }
  .link-16:hover {
    color: #414141;
  }
  .start-button.w--current {
    color: #fff;
  }
  .nav-link-9 {
    padding-left: 5px;
  }
  .nav-link-10 {
    padding-right: 12px;
    padding-left: 5px;
  }
  .brand-3 {
    width: 46%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 0px;
    padding-left: 10px;
  }
  .navbar.underline {
    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 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
  }
  .container.home-intro-container {
    height: auto;
  }
  .resources-section-templates {
    padding: 35px;
  }
  .resources-section-templates.top-line {
    bottom: 0px;
  }
  .resources-section-templates.small-footer {
    height: auto;
    padding-top: auto;
    padding-bottom: auto;
    text-align: center;
  }
  .training_header_section {
    width: 95%;
    margin-bottom: 40px;
  }
  .training_header_section.full {
    margin-bottom: 30px;
  }
  .training_header_section.small-title {
    margin-bottom: 19px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-right: 0px;
    margin-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;
  }
  .project-type-section.testimonial-section {
    padding-bottom: 20px;
    background-position: 70% 100%;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.color-gradient {
    background-image: -webkit-linear-gradient(0deg, #1cd055 12%, rgba(94, 127, 235, .7) 51%, #4866c9 95%);
    background-image: linear-gradient(90deg, #1cd055 12%, rgba(94, 127, 235, .7) 51%, #4866c9 95%);
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-description {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .newsletter-form-small {
    width: 100%;
  }
  .field.email {
    margin-bottom: 10px;
  }
  .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;
  }
  .info-column-right {
    padding-left: 0px;
  }
  .info-column-right.responsive {
    padding-left: 0px;
  }
  .white-footer {
    padding: 25px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .hero-left-block {
    display: block;
    width: auto;
    padding-right: auto;
    padding-left: auto;
  }
  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }
  .hero-cta-form {
    width: 100%;
    margin-top: 30px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .feature-info-block:hover {
    color: #c3c3c3;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .hero-main-title {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .hero-main-title.subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .home-intro-wrapper {
    position: static;
    width: 100%;
    padding-bottom: 15px;
  }
  .home-intro-wrapper.mid {
    width: 100%;
    padding-bottom: 0px;
  }
  .home-intro-link-block {
    height: 300px;
    margin-bottom: 30px;
  }
  .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%;
  }
  .intro-block-title {
    margin-bottom: 15px;
  }
  .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;
  }
  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }
  .app-store-link-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .subpage-header {
    padding: 100px 25px 40px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .subpage-title {
    font-size: 30px;
  }
  .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-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-column-left {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-column-right {
    padding-top: 20px;
    text-align: center;
  }
  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .gallery-lightbox {
    margin-bottom: 10px;
  }
  .small-gallery-column {
    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;
  }
  .logo {
    height: auto;
    margin-top: 5px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .home-mockup-column {
    height: 290px;
  }
  .menu-button-line {
    margin-top: 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 {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-wrapper {
    width: 100%;
  }
  .page-header-overlay {
    padding: 120px 35px 60px;
  }
  .header-row {
    display: block;
  }
  .header-video-lightbox {
    margin-top: 15px;
  }
  .gallery-column {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .gallery-column.right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-section-title-wrapper {
    margin-bottom: 30px;
  }
  .hero-centered-block.large {
    width: 440px;
  }
  .footer-social-block-right {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .bottom-footer-text {
    margin-top: 5px;
  }
  .whitepaper-mockup {
    position: relative;
    top: -55px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: -130px;
    margin-left: auto;
  }
  .event-hero-overlay {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .small-price-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .small-price-description-block {
    margin-top: 10px;
    padding-top: 10px;
  }
  .small-testimonial-slider {
    height: auto;
    padding-bottom: 50px;
  }
  .cta-testimonials-row {
    display: block;
  }
  .business-card {
    width: 100%;
  }
  .image-section-block-left {
    width: 80%;
  }
  .product-tab-pane {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .product-tabs-menu {
    padding-left: 0px;
    text-align: center;
  }
  .product-content-block-right {
    width: 100%;
    float: none;
  }
  .browser-block {
    position: relative;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 290px;
  }
  .hero-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .hero-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-column-right {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-hero-overlay {
    width: 100%;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 10px 0px;
  }
  .training-section {
    overflow: hidden;
  }
  .gallery-wrapper {
    padding-left: 10px;
  }
  .video-hero-overlay {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .intro-content-block {
    width: 440px;
  }
  .hero-small-intro-title {
    margin-bottom: 5px;
  }
  .hero-checklist {
    margin-top: 20px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .cta-form-column-right {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    font-size: 14px;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .responsive-image-block {
    position: static;
    width: 100%;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .resour-tab-container {
    position: absolute;
    left: 0px;
    top: 2618px;
    right: 0px;
    bottom: 0px;
  }
  .link-2 {
    margin-right: 40%;
    margin-left: 40%;
  }
  .container-5 {
    bottom: -335px;
  }
  .link-3 {
    margin-right: 40%;
    margin-left: 40%;
  }
  .link-4.w--current {
    width: 93%;
    padding: 13px 10px;
    font-size: 1.15em;
    line-height: 1.2em;
  }
  .html-embed {
    width: 86%;
  }
  .link-5 {
    margin-right: 40%;
    margin-left: 40%;
    background-color: #507da5;
  }
  .link-5:hover {
    background-color: #507da5;
    color: #bbb;
  }
  .link-5.w--current {
    background-color: #507da5;
  }
  .link-5.w--current:hover {
    background-color: #3a739f;
  }
  .container-6 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
  }
  .column-4 {
    text-align: center;
  }
  .column-5 {
    text-align: center;
  }
  .column-6 {
    text-align: center;
  }
  .container-7 {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: -90px;
  }
  .column-8 {
    height: auto;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .body:hover {
    color: #c3c3c3;
  }
  .row {
    margin-top: 1px;
  }
  .video-2 {
    background-color: hsla(0, 7%, 89%, 0);
    text-align: left;
    text-indent: 50px;
  }
  .navbar-2 {
    display: block;
    height: 99px;
    max-height: 114px;
    min-height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 4px 3px 1px rgba(56, 55, 55, .33);
  }
  .logo-lock {
    position: absolute;
    top: 61px;
    width: 199%;
    max-width: 120%;
  }
  .nav-menu-2 {
    background-color: #3a739f;
  }
  .container-9 {
    top: 7px;
  }
  .brand {
    top: -4px;
  }
  .menu-button-2 {
    top: 6px;
    display: block;
    margin: auto;
    padding: 5px;
    border-radius: 6px;
    background-color: #ddd;
  }
  .icon-2 {
    font-size: 136%;
    line-height: 90%;
  }
  .container-11 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .unordered-list-2 {
    -webkit-perspective: 1143px;
    perspective: 1143px;
  }
  .container-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }
  .html-embed-2 {
    margin-top: 15px;
  }
  .container-13 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .link-9 {
    display: block;
    margin-right: 40%;
    margin-left: 40%;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #b3b3b3;
    font-size: 14px;
    text-align: center;
  }
  .link-9:hover {
    color: #535050;
  }
  .page-nav-button1 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .container-15 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-11 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    color: #3a739f;
  }
  .link-11:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #686868;
  }
  .container-16 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-13 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #aaa;
    color: #3a739f;
  }
  .link-13:hover {
    color: #4e4e4e;
  }
  .container-20 {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .link-17 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #3a739f;
  }
  .link-17:hover {
    background-color: #3a739f;
    color: #b9b9b9;
  }
  .container-21 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-18 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #3a739f;
  }
  .link-18:hover {
    color: #525252;
  }
  .container-22 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-19 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*background-color: #aaa;*/
    background-color: #b3b3b3;
    color: #3a739f;
  }
  .start-button {
    border-radius: 0px;
    color: #fff;
  }
  .start-button:hover {
    border-radius: 0px;
    background-color: #1cd055;
    box-shadow: none;
  }
  .image-8 {
    margin-top: 10px;
  }
  .brand-3 {
    width: 66%;
  }
  .icon-4 {
    padding: 12px;
    border-radius: 6px;
    background-color: #ddd;
    color: #535353;
  }
  .container-27 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu-4 {
    background-color: #3a739f;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 18px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .logo-block {
    left: -2px;
    margin-top: -42px;
  }
  .nav-menu {
    padding-top: 0px;
  }
  .container {
    display: block;
    overflow: visible;
    margin-top: 20px;
    padding-left: 0px;
    clear: none;
    line-height: 26px;
    text-align: center;
  }
  .button {
    margin-top: 10px;
  }
  .button.hero-button {
    margin-top: 6px;
    margin-right: 0px;
  }
  .button.hero-button._2:hover {
    background-color: #1cd055;
    box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .1), 4px 0 22px 0 #9b9b9b;
    color: #fff;
  }
  .resources-section-templates {
    padding: 25px;
  }
  .resources-section-templates.tint {
    top: -36px;
    padding-bottom: 0px;
  }
  .resources-section-templates.top-line {
    border-top-style: none;
  }
  .resources-section-templates.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .resources-section-templates.small-footer {
    height: auto;
    padding-bottom: auto;
  }
  .resources-section-templates.gradient-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .training_header_section {
    width: 100%;
    margin-bottom: 30px;
  }
  .training_header_section.full {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .section-title {
    font-size: 23px;
    line-height: 24px;
  }
  .section-title.small-white {
    font-size: 23px;
    line-height: 27px;
  }
  .section-description {
    width: 90%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
  .section-description.full-width {
    font-size: 16px;
    line-height: 22px;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-type-section.testimonial-section {
    background-position: 50% 100%;
  }
  .image-section-overlay {
    position: static;
    bottom: 0px;
    padding-top: 55px;
    padding-bottom: 22px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-description {
    position: relative;
    display: block;
    width: 100%;
    max-width: auto;
    min-width: 90px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -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;
    font-size: 15px;
    line-height: 21px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .client-logo {
    height: 28px;
  }
  .field {
    height: 40px;
    font-size: 13px;
  }
  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .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;
  }
  .hero-left-block {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero-title-large {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    float: none;
    font-size: 26px;
    line-height: 30px;
  }
  .feature-info-column.last {
    padding-bottom: 0px;
  }
  .feature-info-icon {
    height: 45px;
  }
  .feature-info-title {
    margin-bottom: 12px;
    font-size: 21px;
  }
  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }
  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }
  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }
  .intro-block-title {
    margin-bottom: 10px;
  }
  .simple-white-footer {
    padding: 35px 15px;
  }
  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }
  .app-store-button {
    height: 35px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .page-subtitle {
    margin-top: 10px;
    font-size: 12px;
  }
  .popup-block {
    width: 83%;
    padding: 20px;
  }
  .cta-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-title {
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
  }
  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .text-column-left {
    text-align: center;
  }
  .stats-row {
    margin-top: 30px;
  }
  .stats-number {
    margin-right: 30px;
  }
  .stats-title {
    margin-top: 6px;
  }
  .checklist-item {
    padding-left: 25px;
  }
  .logo {
    width: 77%;
    height: auto;
    max-width: 83%;
    margin-top: auto;
  }
  .logo.fixed {
    margin-top: 6px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .home-mockup-column {
    height: 180px;
  }
  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 9px;
  }
  .video-column {
    padding-top: 20px;
  }
  .block-description {
    font-size: 15px;
    line-height: 23px;
  }
  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .testimonial-text {
    font-size: 14px;
  }
  .testimonial-block-name {
    font-size: 13px;
  }
  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }
  .page-header-overlay {
    padding: 100px 30px 40px;
  }
  .header-column-title {
    font-size: 30px;
    line-height: 37px;
  }
  .header-paragraph {
    font-size: 16px;
    line-height: 23px;
  }
  .header-contact-form {
    padding: 25px;
  }
  .column-title.medium {
    font-size: 32px;
    line-height: 36px;
  }
  .hero-buttons-wrapper {
    margin-top: 20px;
  }
  .hero-centered-block.large {
    width: 250px;
  }
  .whitepaper-mockup {
    top: -25px;
    width: 90%;
    margin-bottom: -80px;
  }
  .wide-hero-cta-form {
    margin-top: 30px;
  }
  .event-hero-overlay {
    padding: 100px 35px 40px;
  }
  .icon-button-block {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-button-title {
    font-size: 14px;
  }
  .hero-cta-field {
    margin-bottom: 5px;
  }
  .business-card {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }
  .image-section-block-left {
    width: 100%;
  }
  .product-tab-pane {
    padding-bottom: 20px;
  }
  .tabs-button {
    margin-bottom: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(94, 127, 235, .15);
    border-radius: 4px;
    -webkit-transition: border 200ms ease, background-color 200ms ease;
    transition: border 200ms ease, background-color 200ms ease;
    text-align: center;
  }
  .tabs-button:hover {
    border-color: #1cd055;
  }
  .tabs-button.w--current {
    border-color: #1cd055;
    background-color: #1cd055;
    color: #fff;
  }
  .browser-block {
    height: 200px;
  }
  .overall-hero-overlay {
    position: relative;
    padding: 45px 9px 0px;
    text-align: center;
  }
  .video-hero-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .intro-content-block {
    width: 290px;
  }
  .hero-small-intro-title {
    font-size: 9px;
  }
  .checklist-text {
    font-size: 12px;
  }
  .responsive-image-block {
    height: 170px;
  }
  .image {
    width: 100%;
    margin-left: auto;
  }
  .image-3 {
    display: block;
    height: 20px;
    max-height: 70%;
  }
  .container-2 {
    margin-bottom: 2px;
    padding-top: auto;
  }
  .resour-tab-container {
    position: relative;
    top: 0px;
    bottom: 0px;
  }
  .link-2 {
    margin-right: 40%;
    margin-left: 40%;
  }
  .container-5 {
    position: relative;
    top: 3px;
    bottom: 0px;
  }
  .link-3 {
    margin-right: 35%;
    margin-left: 35%;
  }
  .link-3.w--current {
    margin-right: 35%;
    margin-left: 35%;
  }
  .link-4.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.05em;
    line-height: 1.2em;
  }
  .html-embed {
    height: auto;
    padding-top: 2px;
  }
  .link-5 {
    margin-right: 35%;
    margin-left: 35%;
  }
  .container-6 {
    bottom: -56px;
  }
  .column-8 {
    height: 33px;
  }
  .column-9 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: auto;
    padding-left: auto;
  }
  .unordered-list {
    text-align: left;
  }
  .row {
    margin-top: 6px;
  }
  .video-2 {
    border-radius: 5px;
    background-color: #e4e0e0;
    font-size: 1em;
    text-align: left;
    text-indent: 19px;
  }
  .navbar-2 {
    display: block;
    height: 10%;
    padding: auto 9px auto 6px;
  }
  .logo-lock {
    position: static;
    left: 0px;
    top: 61px;
    right: 0px;
    bottom: auto;
    display: block;
    width: 99%;
    margin-top: 5px;
    margin-bottom: auto;
  }
  .link-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .nav-menu-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -2px;
    width: 44%;
    margin-top: -8px;
    margin-right: -6px;
    padding-right: 1px;
    background-color: #3a739f;
  }
  .container-9 {
    top: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
    min-width: 98%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand {
    position: static;
    top: 10px;
    width: 80%;
    height: auto;
    margin-bottom: 13px;
    padding-left: 0px;
  }
  .menu-button-2 {
    top: 0px;
    right: -5px;
    bottom: 0px;
    display: block;
    margin: auto;
    padding: 5px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 6px;
    background-color: #ddd;
  }
  .icon-2 {
    font-size: 136%;
    line-height: 90%;
  }
  .container-10 {
    margin-top: -10px;
  }
  .container-11 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .div-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 33px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 5px 6px;
    border-radius: 5px;
    background-color: #1fdb6a;
  }
  .link-block-3 {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    padding: 5px 5px 7px;
    -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;
    border-radius: 5px;
    background-color: #e3e0e0;
  }
  .image-5 {
    display: block;
    width: 6%;
    height: auto;
    margin-right: 7px;
    clear: none;
    text-align: center;
  }
  .heading-5 {
    position: relative;
    display: block;
    width: 89%;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
    color: #f3f5fa;
    font-size: 105%;
    font-weight: 400;
    text-align: left;
  }
  .column-11 {
    left: 0px;
    top: 0px;
    display: block;
    -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;
  }
  .row-2 {
    height: 1px;
  }
  .image-6 {
    position: relative;
    display: block;
    width: 22px;
    max-width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
  }
  .heading-6 {
    position: relative;
    display: inline-block;
    width: 93%;
    margin: auto;
    float: right;
    color: #3a739f;
    font-size: 99%;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
  }
  .container-12 {
    position: relative;
    display: block;
    margin-bottom: 55px;
  }
  .container-13 {
    position: relative;
    left: 0px;
    top: 25px;
    right: 0px;
    bottom: auto;
  }
  .container-14 {
    position: relative;
  }
  .link-10 {
    margin-right: 40px;
    margin-left: 40px;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #507da5;
  }
  .link-10:hover {
    color: #bdbdbd;
  }
  .page-nav-button1 {
    position: relative;
    top: -14px;
    bottom: 0px;
    margin-top: 20px;
  }
  .container-15 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-11 {
    margin-right: 40%;
    margin-left: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #3a739f;
    text-align: center;
  }
  .link-11:hover {
    color: #363636;
  }
  .container-16 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-13 {
    margin-right: 40%;
    margin-left: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #aaa;
    color: #3a739f;
  }
  .link-13:hover {
    color: #505050;
  }
  .container-23 {
    position: relative;
    bottom: 35px;
    margin-top: 20px;
  }
  .link-20 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #3a739f;
  }
  .container-24 {
    position: relative;
    bottom: 0px;
    text-align: center;
  }
  .link-21 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #3a739f;
  }
  .link-21:hover {
    color: #3b3b3b;
  }
  .container-25 {
    position: relative;
    bottom: 0px;
    margin-top: 22px;
    text-align: center;
  }
  .link-22 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #b3b3b3;
    color: #3a739f;
  }
  .link-22:hover {
    color: #3a3a3a;
  }
  .navbar-3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .container-26 {
    padding-top: 5px;
    padding-bottom: 8px;
    background-color: #3a739f;
    box-shadow: 0 1px 10px 0 #636363;
  }
  .icon-3 {
    padding: 6px 6px 5px;
    border-radius: 6px;
    background-color: #ddd;
  }
  .nav-link-5 {
    background-color: #1cd055;
    color: #fff;
  }
  .nav-link-5.w--current {
    color: #fff;
  }
  .nav-menu-3 {
    background-color: #3a739f;
  }
  .nav-link-6 {
    color: #fff;
  }
  .nav-link-6:hover {
    color: #c3bdbd;
  }
  .nav-link-6.w--current {
    color: #fff8f8;
  }
  .nav-link-7 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-left: 20px;
    color: #fff;
  }
  .image-7 {
    width: 99%;
    margin-top: 4px;
    margin-bottom: 5px;
  }
  .brand-2 {
    left: 0px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    width: 70%;
    padding-bottom: 10px;
  }
  .menu-button-3 {
    background-color: rgba(0, 0, 0, .01);
  }
  .templates {
    color: #fff;
  }
  .templates:hover {
    color: #c3bdbd;
  }
  .heading-8 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

#targetaudiencetext {
	text-align: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	color: white;
	color: #fff;
}