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

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --deep-sky-blue: #3bcbff;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: #1d1d1d;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

a {
  color: #3bcbff;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  float: left;
}

.header {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-menu {
  color: #838f90;
  font-family: proxima-nova;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: #21ba62;
}

.image {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.brand {
  position: relative;
  top: 0;
  bottom: 0;
}

.navbar {
  background-color: #0000;
}

.splash {
  color: #1d1d1d;
  font-family: Droid Serif, serif;
  font-size: 2.4em;
  line-height: 1.2;
}

.ptb-5 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.text-large {
  margin-bottom: 20px;
  font-size: 140%;
}

.text-large.mb-3 {
  color: #333;
  font-weight: 300;
}

.button {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-width: 0;
  border-radius: 4px;
  font-size: 14px;
}

.button:hover {
  color: #3bcbff;
}

.button.contactbtn {
  color: var(--white);
  background-color: #1d1d1d;
  border: 0 #fff;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
}

.button.contactbtn:hover {
  background-color: #374152;
  border-style: none;
  border-width: 0;
}

.ba-img {
  width: 100%;
  height: auto;
}

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

.text-center.mt-3 {
  margin-top: 30px;
}

.bg-lightgrey {
  background-color: #f2f3f5;
}

.bg-lightgrey.ptb-5 {
  background-color: #f4f5f7;
}

.mt-3 {
  margin-top: 30px;
}

.text-white {
  color: #fff;
}

.text-white.text-right {
  text-align: right;
}

.bg-primary {
  color: #fff;
  background-color: #21ba62;
}

.bg-primary.ptb-5 {
  background-color: var(--deep-sky-blue);
}

.footer {
  background-color: #1d1d1d;
}

.list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.link {
  color: #fff;
}

.list-item-2 {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.pull-left {
  float: left;
}

.section-2 {
  align-items: center;
  display: block;
}

.pull-right {
  float: right;
}

.guide-img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hide {
  display: none;
}

.image-2 {
  width: 100%;
  overflow: visible;
}

.blog-feature-img {
  max-height: 70vh;
  overflow: hidden;
}

.collection-item {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.collection-item:hover {
  color: #34d87a;
}

.date-block {
  margin-left: 0;
  margin-right: 4px;
  display: inline-block;
}

.datestamp {
  display: block;
}

.blog-listing-item {
  margin-bottom: 40px;
}

.image-3, .blog-item-link {
  width: 100%;
}

.heading {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.mb-3 {
  margin-bottom: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  border: 1px #0000;
}

.textarea {
  border: 1px #0000;
  min-height: 78px;
}

.form-block {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #ff5050;
}

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

.fa-span {
  align-self: center;
  align-items: center;
  margin-right: 5px;
  font-family: Fontawesome, sans-serif;
  display: flex;
}

.image-banner {
  background-image: url('../images/home_banner-smile-resized-copy.png');
  background-image: image-set(url("../images/home_banner-smile-resized-copy.png.webp") type("image/webp"), url("../images/home_banner-smile-resized-copy.png") type("image/png"));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 70px;
  position: relative;
}

.text-small {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.logo-heading {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

.flex-row.flex-align-up {
  align-items: flex-start;
}

.splash-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1d1d1d;
  border-radius: 4px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
}

.fa-list {
  color: var(--deep-sky-blue);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.fa-icon {
  text-align: center;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 24px;
  min-width: 24px;
  margin-right: 6px;
  padding-right: 0;
  font-family: Fontawesome, sans-serif;
  display: block;
}

.max-text {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.user-circle {
  background-image: url('../images/hero-image.jpg');
  background-image: image-set(url("../images/hero-image.jpg.webp") type("image/webp"), url("../images/hero-image.jpg") type("image/jpeg"));
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: var(--white);
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.mask {
  height: auto;
}

.slide-text {
  padding-top: 10px;
  font-size: 14px;
}

.right-arrow {
  display: block;
  bottom: 30%;
}

.left-arrow {
  display: block;
  top: 0%;
  bottom: 30%;
}

.bold-text {
  color: var(--deep-sky-blue);
  font-family: Droid Serif, serif;
}

.slide-img {
  width: 100%;
}

.accordion-wrapper {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-item-trigger {
  cursor: pointer;
  padding: 8px;
}

.accordion-item-trigger:hover {
  color: var(--deep-sky-blue);
  background-color: #f4f5f7;
}

.accordion-item-content {
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.accordion-max-width {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.h2-accordion {
  margin-bottom: 0;
  font-size: 20px;
}

.gallery-text {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
}

.ba-wrap {
  position: relative;
}

.slider-2 {
  background-color: var(--black);
  height: 100%;
  padding-bottom: 40px;
}

.italic-text {
  align-self: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    box-shadow: 0 10px 24px #c9c9c980;
  }

  .icon {
    color: #21ba62;
    background-color: #0000;
    display: none;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .flex-row {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 10px 24px #c9c9c980;
  }

  .splash {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .icon {
    color: #21ba62;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #0000;
  }
}


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