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

:root {
  --peru: #c07b2f;
  --steel-blue: #3698c3;
  --white: white;
  --black: black;
  --cornflower-blue: #5e7feb;
  --midnight-blue: #1d2d38;
  --medium-turquoise: #6bbeb4;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.body {
  font-family: Libre Franklin, sans-serif;
  line-height: 21px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  height: auto;
  position: relative;
  overflow: visible;
}

.hero-overlay {
  text-align: center;
  background-color: #5e7febe6;
  padding-top: 200px;
  padding-bottom: 210px;
}

.container {
  position: relative;
}

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

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

.container.hero {
  background-color: #0000005e;
  border-radius: 6px;
  padding: 28px;
}

.container.hero.centered.clear {
  background-color: #0000;
}

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

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

.nav-link {
  color: #292929;
  background-color: #0000;
  margin-right: 4px;
  padding: 11px 15px;
  transition: all .2s;
}

.nav-link:hover {
  color: #3698c3;
}

.nav-link.w--current {
  color: var(--peru);
  text-decoration: underline;
}

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

.cta-button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-left: 10px;
  padding: 11px 20px;
  transition: all .2s;
}

.cta-button:hover {
  background-color: #5e7feb;
  box-shadow: 7px 7px 33px #0006;
}

.cta-button.color {
  background-color: #bb7530;
}

.cta-button.color:hover {
  background-color: #3698c3;
}

.cta-button.gradient {
  background-image: linear-gradient(to right, #b75dda, #5e7feb);
}

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

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

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

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

.hero-main-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 74px;
}

.hero-main-title.subtitle {
  color: #ffffffb3;
  width: 60%;
  margin: 30px auto 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

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

.bottom-footer-paragraph {
  float: left;
  color: #fff;
  margin-bottom: 0;
}

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

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

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

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

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

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

.section.color {
  color: #fff;
  background-color: #5e7feb;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.tint {
  background-color: #f3f5fa;
  left: 0;
}

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

.section.small-footer {
  color: #8f9ba3;
  background-color: #1d2d38;
  font-size: 14px;
  line-height: 20px;
}

.section.dark {
  color: #fff;
  background-color: #3698c3;
  border: 0 solid #000;
  overflow: hidden;
}

.section.gradient-section {
  color: #fff;
  background-image: linear-gradient(135deg, #b75dda, #5e7feb);
}

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

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

.info-column-right.responsive.jome1 {
  padding-top: 0;
  padding-bottom: 0;
}

.responsive-image-block {
  background-color: #d8d8d8;
  background-image: url('../images/home_image2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 530px;
  height: 436px;
  margin-bottom: 1px;
  position: absolute;
  top: 0;
  left: -150px;
  box-shadow: 14px 14px 90px #0000004d;
}

.responsive-image-block.home-1 {
  background-image: url('../images/IMG_0066.jpg');
  height: 516px;
}

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

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

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

.section-title-wrapper {
  text-align: center;
  width: 85%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  width: 100%;
  margin-bottom: 38px;
}

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

.section-title-wrapper.full-centered {
  width: 100%;
  margin-bottom: 51px;
}

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

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

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

.home-intro-link-block {
  background-color: #0098ff;
  border-radius: 5px;
  width: 100%;
  height: 470px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 10px 0 90px #0006;
}

.home-intro-link-block._2 {
  background-color: #5e90b3;
  height: 630px;
}

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

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

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

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: #0000004d;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3698c3;
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  box-shadow: 7px 7px 23px #0003;
}

.button.text-button {
  color: #fff;
  padding: 8px 15px 6px;
  font-size: 11px;
  line-height: 29px;
}

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

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

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

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

.button.hero-button {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-right: 5px;
  padding-bottom: 14px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 7px 7px 70px #0000001a;
}

.button.hero-button:hover {
  color: #5e7feb;
}

.button.hero-button._2 {
  color: #fff;
  background-color: #5e7feb;
  margin-left: 10px;
}

.button.hero-button._2:hover {
  color: #5e7feb;
  background-color: #fff;
}

.button.full-submit-button {
  width: 100%;
}

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

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

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

.button.gradient-submit-button {
  background-image: linear-gradient(to right, #b75dda, #5e7feb);
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px #0000004d;
}

.button.white-button {
  color: #5e7feb;
  background-color: #fff;
}

.button.popup-submit {
  margin-top: 10px;
  padding: 9px 15px 8px;
  font-size: 11px;
}

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

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

.section-description.centered {
  width: 80%;
}

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

.feature-info-row {
  margin-top: 40px;
}

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

.feature-info-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.feature-info-icon {
  border-radius: 3px;
  height: 55px;
  margin-bottom: 20px;
}

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

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

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

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

.long-feature-title {
  color: #3698c3;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.image-section {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.image-section.testimonial-section {
  background-image: url('../images/Icon_CenterPointDesigns_Blue_33Icon_CenterPointDesigns_Blue_32.png');
  background-size: 50px;
  background-attachment: fixed;
}

.image-section.newsletter {
  background-image: url('../images/Icon_CenterPointDesigns_Blue_256.png');
  background-size: 128px;
}

.image-section.access-section {
  background-image: url('../images/IMG_6979.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section-overlay {
  color: #fff;
  background-color: #1d2d38b3;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-section-overlay.color-gradient {
  background-color: #0000;
  background-image: linear-gradient(to right, #3698c3 12%, #3698c3a1 51%, #3698c3f7 91%);
}

.image-section-overlay.gradient {
  background-image: linear-gradient(135deg, #a166de, #607eebb3);
}

.text--logo {
  color: #fff;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 200;
  line-height: 28px;
}

.download-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.overlall-hero-overlay {
  color: #fff;
  background-color: #0000004d;
  padding-top: 200px;
  padding-bottom: 100px;
}

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

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

.hero-description {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.hero-buttons-wrapper {
  margin-top: 40px;
}

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

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

.dark-field {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-size: 13px;
  transition: all .2s;
}

.dark-field:hover {
  border-color: #bebebe;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

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

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

.form-block {
  margin-bottom: 0;
}

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

.info-column-left.padding {
  padding-right: 56px;
}

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

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

.column-title.medium.block {
  display: inline-block;
}

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

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

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

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

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

.testimonial-half-slide {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.testimonial-block-name.subtitle {
  font-weight: 300;
}

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

.testimonial-slider-arrow {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  transition: all .2s;
}

.testimonial-slider-arrow:hover {
  border-color: #fff6;
}

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

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

.cta-column-right {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.cta-title.subtitle.light-subtitle {
  color: #ffffffb3;
}

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

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

.faq-item {
  border-top: 1px solid #0000001a;
  margin-top: 10px;
  padding-top: 10px;
}

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

.faq-link-block:hover {
  color: #5e7feb;
}

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

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

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

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

.field {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  height: 50px;
  transition: all .2s;
}

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

.field:focus {
  background-color: #fff;
  border-color: #5e7feb;
  box-shadow: 0 0 15px #5e7feb4d;
}

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

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

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

.footer-social-icon:hover {
  background-color: #5e7feb;
}

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

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

.event-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.event-hero-overlay {
  color: #fff;
  background-color: #1d2d3880;
  padding-top: 260px;
  padding-bottom: 140px;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-link {
  font-size: 13px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #5e7feb;
  background-color: #5e7feb33;
}

.dropdown-link.w--current {
  color: #5e7feb;
}

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

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

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

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

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

.hero-cta-field {
  text-align: center;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: all .2s;
}

.hero-cta-field:hover {
  box-shadow: 7px 7px 23px #0000004d;
}

.hero-cta-field:focus {
  box-shadow: 0 2px 7px #0003;
}

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

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

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.video-lightbox-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5e7feb;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 1px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

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

.video-lightbox-icon {
  height: 25px;
  position: relative;
  left: 1px;
}

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

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

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

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

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

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

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

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

.cta-testimonials-row {
  align-items: center;
  display: flex;
}

.about-us-col-left, .cta-form-column-right {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

.testimonial-image-block {
  float: left;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.section-cta-form {
  float: right;
  background-color: #fff;
  border-radius: 3px;
  width: 400px;
  padding: 40px;
  box-shadow: 14px 14px 90px #0000001a;
}

.overall-field {
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

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

.overall-field:focus {
  border-color: #5e7feb;
}

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

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

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

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

.small-price-block {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 3px;
  padding: 50px 29px;
}

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

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

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

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

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

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

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

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

.hero-section {
  background-image: url('../images/home_image1.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.sevices {
  background-image: url('../images/services_banner2.jpg');
}

.hero-section.about {
  background-image: url('../images/about_bannerbg1.jpg');
  background-position: 50% 100%;
}

.hero-section.contact {
  background-image: url('../images/contactbanner3.jpg');
  background-position: 50% 32%;
  background-attachment: scroll;
}

.hero-section.home {
  background-position: 50%;
}

.page-header-overlay {
  color: #fff;
  background-color: #0003;
  padding-top: 180px;
  padding-bottom: 140px;
  font-size: 17px;
  line-height: 23px;
}

.page-header-overlay.subpage {
  background-color: #0000;
  padding-top: 166px;
  padding-bottom: 183px;
}

.header-row {
  align-items: center;
  display: flex;
}

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

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

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

.header-column-title.no-padding {
  text-shadow: 0 1px 5px #0006;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.hero-checklist.less-padding {
  margin-top: 10px;
}

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

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

.checklist-text {
  font-size: 16px;
  line-height: 24px;
}

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

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

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

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-top: -3px;
  padding-top: 13px;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

.footer-social-button {
  background-color: #3a559f;
  border-radius: 100%;
  width: 48px;
  height: 49px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 11px;
  transition: all .2s;
}

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

.footer-social-button.no-left {
  margin-left: 0;
}

.footer-social-button.insta {
  background-color: #c04fbd;
}

.footer-social-button.insta:hover {
  background-color: #000;
}

.footer-social-button.twitter {
  background-color: #50abf1;
}

.footer-social-button.twitter:hover {
  background-color: #000;
}

.footer-social-button.yelp {
  background-color: #b8392b;
}

.footer-social-button.yelp:hover {
  background-color: #000;
}

.footer-social-button.yelp.contact {
  padding-left: 14px;
}

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

.contact-popup {
  z-index: 3000;
  background-color: #5e7febb3;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup {
  background-color: #fff;
  border-radius: 4px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 0 0 33px 10px #0000003d;
}

.popup-close-link {
  color: #fff;
  background-image: url('../images/close.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 20px;
  text-decoration: none;
  position: absolute;
  top: -35px;
  right: 0;
}

.popup-close-link:hover {
  color: #ffffff80;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-left-width: 10px;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 5px;
  padding-bottom: 7px;
  font-size: 13px;
  transition: border .2s;
}

.text-field:hover {
  border-left-color: #b8b8b8;
}

.text-field:focus {
  border-left-color: #5e7feb;
}

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

.success-message {
  color: #fff;
  background-color: #3698c3;
  border-radius: 3px;
}

.success-message.hero {
  margin-top: 30px;
}

.popup-title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 24px;
}

.image--arrow-short-white {
  height: 13px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.logo {
  height: 68px;
}

.font-awesome {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.font-awesome._2 {
  margin-right: 17px;
}

.contact-block {
  z-index: 10;
  background-color: #fff;
  margin-top: -129px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  box-shadow: 7px 7px 90px #0003;
}

.contact-row {
  display: flex;
}

.contact-column {
  padding-left: 0;
  padding-right: 0;
}

.contact-column.right {
  padding-right: 10px;
}

.contact-map {
  width: 100%;
  height: 440px;
}

.contact-info-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  width: 100%;
  margin-top: 20px;
}

.contact-info-link-block {
  color: #3698c3;
  margin-top: 15px;
  text-decoration: none;
  display: block;
}

.contact-info-link-block:hover {
  color: #6bbeb4;
}

.text--contact {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.div-block--contact-social {
  width: 100%;
  margin-top: 30px;
}

.column--service {
  padding-left: 30px;
}

.heading-3 {
  margin-top: 0;
}

.service-row {
  margin-top: 80px;
}

.div-block--sub-title-bg {
  background-color: #0000;
  border-radius: 6px;
  padding: 16px 43px;
  display: inline-block;
}

.image-proxima {
  width: 80%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-proxima._2 {
  width: 46%;
}

.image-cpo {
  width: 100px;
  margin-bottom: 20px;
  margin-right: 15px;
}

.heading-2.blue {
  color: #3698c3;
}

.heading-2.blue.padding {
  margin-bottom: 40px;
}

.divider {
  background-color: #c9c9c9;
  width: 90%;
  height: 1px;
  margin: 30px auto;
}

.section-title-wrapper-2 {
  text-align: center;
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-2 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-description-2 {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.class-column {
  padding-left: 27px;
  padding-right: 27px;
}

.image-link-block {
  color: #3066c0;
  background-image: url('../images/IMG_0066.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-top: 34px;
  display: block;
  box-shadow: 8px 8px 50px #0000004d;
}

.image-link-block:hover {
  color: #97c918;
  box-shadow: 11px 11px 70px #0006;
}

.image-link-block._2 {
  background-image: url('../images/IMG_6979.jpg');
}

.image-link-block._3 {
  background-image: url('../images/IMG_6323.jpg');
}

.image-link-block._4 {
  background-image: url('../images/IMG_5381.jpg');
}

.image-link-block._5 {
  background-image: url('../images/IMG_5551.jpg');
}

.image-link-block._6 {
  background-image: url('../images/IMG_6491.jpg');
}

.image-link-block._7 {
  background-image: url('../images/IMG_6325.jpg');
}

.image-link-block._8 {
  background-image: url('../images/IMG_0082.jpg');
}

.image-link-block._9 {
  background-image: url('../images/IMG_0086.jpg');
}

.image-link-block-overlay {
  color: #fff;
  background-color: #0000000d;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
}

.image-link-block-overlay:hover {
  background-color: #00000026;
}

.image-block-title-wrapper {
  background-image: linear-gradient(to top, #00000070, #fff0);
  padding: 40px 40px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-block-title {
  text-shadow: 5px 5px 28px #0009;
  margin-left: -60px;
  font-size: 45px;
  font-weight: 800;
  line-height: 40px;
}

.learn-more-title-wrapper {
  margin-top: 10px;
}

.learn-more-title {
  display: inline-block;
}

.font-awesome-learn-more {
  margin-left: 10px;
  font-family: Fontawesome webfont, sans-serif;
  display: inline-block;
}

.div-block-contact-photo {
  background-image: url('../images/ad.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 440px;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero-overlay {
    padding-top: 150px;
    padding-bottom: 180px;
  }

  .intro-content-block {
    width: 550px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 0 30px #0003;
  }

  .nav-link {
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link:hover {
    background-color: var(--steel-blue);
    color: #fff;
  }

  .cta-button {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .transparent-menu-button {
    background-color: var(--steel-blue);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparent-menu-button:hover, .transparent-menu-button.w--open {
    background-color: #3698c3;
  }

  .cta-buttons-wrapper {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-main-title {
    font-size: 50px;
    line-height: 52px;
  }

  .hero-main-title.subtitle {
    width: 70%;
    line-height: 33px;
  }

  .section {
    padding: 45px;
  }

  .section.home-intro-section {
    padding-bottom: 5px;
  }

  .section.color {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

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

  .responsive-image-block {
    width: 440px;
    height: 320px;
    top: -5px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.small-white {
    font-size: 25px;
  }

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

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .home-intro-wrapper.mid {
    top: -50px;
    left: 181px;
  }

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

  .button.hero-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 11px;
  }

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

  .section-description.medium {
    font-size: 17px;
  }

  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-info-icon {
    height: 45px;
  }

  .feature-info-title {
    font-size: 17px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .overlall-hero-overlay {
    padding: 180px 35px 60px;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-cta-form {
    width: 260px;
    margin-top: -20px;
    padding: 25px;
  }

  .column-testimonial-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-half-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .event-hero-overlay {
    padding: 180px 45px 70px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .dropdown-list.w--open {
    background-color: #f0f1f5;
    border-radius: 0;
    box-shadow: 0 0 #0000;
  }

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

  .small-testimonial-slider {
    height: 220px;
  }

  .section-cta-form {
    width: 100%;
    padding: 29px;
  }

  .cta-form-title {
    font-size: 21px;
    line-height: 26px;
  }

  .small-prices-block {
    width: 90%;
  }

  .hero-section.sevices {
    background-position: 50% 0;
    background-attachment: scroll;
  }

  .hero-section.about {
    background-position: 50% 65%;
    background-attachment: scroll;
  }

  .page-header-overlay {
    padding: 150px 45px 80px;
  }

  .page-header-overlay.subpage {
    padding-top: 76px;
  }

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

  .header-column-title {
    font-size: 38px;
    line-height: 46px;
  }

  .checklist-item {
    margin-bottom: 0;
    font-size: 13px;
  }

  .header-contact-form {
    padding: 38px 35px;
  }

  .contact-block {
    margin-top: -79px;
  }

  .contact-row {
    display: block;
  }

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

  .contact-map {
    height: 200px;
  }

  .contact-info-block {
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
    display: block;
  }

  .service-row {
    margin-top: 60px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .image-link-block {
    height: 170px;
  }

  .image-block-title {
    width: 150px;
    margin-left: -49px;
    font-size: 35px;
    line-height: 31px;
  }

  .div-block-contact-photo {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 10px;
  }

  .hero-overlay {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .container.home-intro-container {
    height: auto;
  }

  .intro-content-block {
    width: 440px;
  }

  .transparent-menu-button, .transparent-menu-button:hover {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .hero-small-intro-title {
    margin-bottom: 5px;
  }

  .hero-main-title {
    margin-bottom: 10px;
  }

  .hero-main-title.subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    padding: 35px;
  }

  .section.small-footer {
    text-align: center;
  }

  .home-mockup-column {
    height: 290px;
    display: none;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .responsive-image-block {
    width: 100%;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 0;
    position: static;
  }

  .section-title {
    margin-bottom: 10px;
  }

  .section-title-wrapper {
    width: 95%;
  }

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

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .home-intro-link-block {
    height: 300px;
    margin-bottom: 30px;
  }

  .home-intro-link-block._2 {
    height: 300px;
  }

  .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-title {
    margin-bottom: 15px;
  }

  .button.dark {
    display: none;
  }

  .feature-info-row {
    margin-top: 0;
  }

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

  .image-section-overlay {
    padding: 60px 25px;
  }

  .overlall-hero-overlay {
    padding-top: 125px;
    padding-bottom: 70px;
  }

  .hero-left-block {
    width: 410px;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-cta-form {
    width: 100%;
    margin-top: 30px;
  }

  .info-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .info-column-left.padding {
    padding-right: 0;
  }

  .testimonial-half-slide {
    width: 100%;
  }

  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-row {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .faq-wrapper, .newsletter-form-small {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .footer-social-block-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom-footer-text {
    margin-top: 5px;
  }

  .event-hero-overlay {
    padding-top: 150px;
    padding-bottom: 60px;
  }

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

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

  .video-column {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-wrapper {
    padding-left: 10px;
  }

  .gallery-column {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .gallery-column.right {
    padding-left: 0;
    padding-right: 0;
  }

  .small-gallery-column {
    padding-left: 0;
  }

  .cta-testimonials-row {
    display: block;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-form-column-right {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .small-testimonial-slider {
    height: auto;
    padding-bottom: 50px;
  }

  .pricing-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column.last {
    padding-bottom: 0;
  }

  .small-price-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .page-header-overlay {
    padding: 120px 35px 60px;
  }

  .page-header-overlay.subpage {
    padding-top: 69px;
  }

  .header-row {
    display: block;
  }

  .hero-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-checklist {
    margin-top: 20px;
  }

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

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .image-section-block-left {
    width: 80%;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup {
    width: 90%;
    padding: 29px;
    top: 65px;
    transform: none;
  }

  .logo {
    height: 70px;
  }

  .column-about {
    padding-left: 0;
  }

  .contact-block {
    margin-top: -61px;
  }

  .contact-column {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column.right {
    padding-right: 0;
  }

  .contact-info-block {
    padding: 25px;
    overflow: hidden;
  }

  .contact-info-link-block {
    margin-top: 8px;
  }

  .text--contact {
    font-size: 15px;
  }

  .column--service {
    padding-left: 10px;
  }

  .image--service {
    margin-bottom: 20px;
  }

  .image-proxima {
    float: left;
    width: 50%;
    margin-top: 20px;
  }

  .divider {
    display: none;
  }

  .div-block--pool-smart-logo {
    display: flex;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-link-block {
    height: 160px;
  }

  .image-block-title {
    width: auto;
    margin-left: -45px;
  }

  .div-block-contact-photo {
    height: 170px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .hero-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .intro-content-block {
    width: 290px;
  }

  .nav-menu {
    padding-top: 30px;
  }

  .transparent-menu-button {
    margin-right: 0;
  }

  .hero-small-intro-title {
    font-size: 9px;
  }

  .hero-main-title {
    font-size: 36px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

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

  .section {
    padding: 35px 25px;
  }

  .section.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-mockup-column {
    height: 180px;
    display: none;
  }

  .responsive-image-block {
    height: 170px;
    margin-top: 30px;
  }

  .responsive-image-block.home-1 {
    height: 180px;
  }

  .section-title {
    font-size: 23px;
    line-height: 24px;
  }

  .section-title.small-white {
    font-size: 23px;
    line-height: 27px;
  }

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

  .section-title-wrapper.full {
    padding-right: 0;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .button.hero-button {
    margin-right: 0;
  }

  .section-description {
    width: 90%;
  }

  .section-description.centered {
    font-size: 17px;
  }

  .section-description.full-width {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .feature-info-title {
    font-size: 21px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .overlall-hero-overlay {
    text-align: center;
    padding-top: 95px;
    padding-bottom: 40px;
  }

  .hero-left-block {
    float: none;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-title-large {
    font-size: 26px;
    line-height: 30px;
  }

  .hero-description {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

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

  .block-description {
    font-size: 15px;
    line-height: 23px;
  }

  .testimonial-half-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }

  .testimonial-block-name {
    font-size: 13px;
  }

  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 23px;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
  }

  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .field {
    height: 40px;
    font-size: 13px;
  }

  .event-hero-overlay {
    padding: 100px 35px 40px;
  }

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

  .wide-hero-cta-form {
    margin-top: 30px;
  }

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

  .video-column {
    padding-top: 20px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .icon-button-block {
    margin-bottom: 6px;
  }

  .icon-button-title {
    font-size: 14px;
  }

  .page-header-overlay {
    padding: 31px 10px 40px;
  }

  .page-header-overlay.subpage {
    padding-bottom: 61px;
  }

  .header-column-title {
    font-size: 30px;
    line-height: 37px;
  }

  .header-paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .checklist-item {
    padding-left: 25px;
  }

  .check-icon {
    height: 15px;
  }

  .checklist-text {
    font-size: 15px;
    line-height: 23px;
  }

  .header-contact-form {
    padding: 25px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .image-section-block-left {
    width: 100%;
  }

  .popup {
    width: 86%;
    padding: 21px;
    top: 50px;
  }

  .popup-close-link {
    top: -30px;
  }

  .text-field {
    height: 35px;
  }

  .logo {
    height: 50px;
  }

  .contact-block {
    margin-top: -44px;
  }

  .contact-map {
    height: 170px;
  }

  .service-row {
    margin-top: 40px;
  }

  .image-proxima {
    width: 45%;
  }

  .heading-2.blue.padding {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 19px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .image-link-block {
    height: 130px;
  }

  .learn-more-title-wrapper {
    margin-top: 15px;
  }
}


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