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

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

li {
  font-family: Merriweather, serif;
}

.pagination-nav {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.info-wrapper {
  margin-top: 15px;
}

.thumbnail {
  margin-right: 10px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #fcfcfc;
}

.tagline {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.thumbnail-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.subscribe {
  margin-top: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link {
  padding: 19px 22px;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 0 transparent;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: transparent;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 #000;
}

.nav-link.w--current {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 #00b874;
  color: #46bed8;
}

.nav-link.w--current:hover {
  background-color: transparent;
}

.nav-link.page {
  padding-right: 28px;
  padding-left: 28px;
}

.article {
  position: relative;
  z-index: 3;
  display: block;
  padding: 40px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  text-decoration: none;
}

.article:hover {
  background-color: #fcfcfc;
  color: #0050b8;
}

.article-text-wrapper {
  width: 80%;
  padding-left: 10px;
  float: left;
}

.nav-menu {
  float: left;
}

.article-info-wrapper {
  margin-top: 13px;
}

.byline {
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.image-wrapper {
  width: 20%;
  padding-right: 10px;
  float: left;
  text-align: center;
}

.logo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 31px;
  padding: 21px;
  border: 8px solid hsla(0, 0%, 100%, 0.38);
  font-size: 78px;
  line-height: 60px;
  font-weight: 400;
}

.arrow {
  margin-top: 0px;
  float: right;
  font-size: 23px;
}

.footer-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.34);
  text-align: center;
}

.article-info-text {
  display: inline-block;
  margin-right: 6px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.34);
  font-size: 12px;
  line-height: 10px;
}

.article-info-text.tag {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  text-transform: none;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), inset -1px 0 0 0 rgba(0, 0, 0, 0.12);
}

.all-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.main-column {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}

.main-column.header {
  width: 45%;
  padding-top: 164px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 186, 180, 0.82)), to(rgba(15, 186, 180, 0.82))), url('../images/pexels-photo-287237.jpeg');
  background-image: linear-gradient(180deg, rgba(15, 186, 180, 0.82), rgba(15, 186, 180, 0.82)), url('../images/pexels-photo-287237.jpeg');
  background-position: 0px 0px, 91% 50%;
  background-size: auto, cover;
  box-shadow: inset -3px 0 0 0 rgba(0, 0, 0, 0.28);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.main-column.content {
  overflow: scroll;
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12);
  font-weight: 400;
}

.big-tagline {
  margin-bottom: 68px;
  font-size: 45px;
  line-height: 54px;
  font-weight: 300;
}

.footer-nav-link {
  display: block;
  width: 33.3%;
  height: 58px;
  padding-top: 17px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.34);
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease, background-color 250ms ease;
  transition: opacity 250ms ease, background-color 250ms ease;
  text-decoration: none;
}

.footer-nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
}

.bdglogo {
  width: 15rem;
}

.text-content-block {
  padding: 2rem;
}

.text-content-block.services {
  background-color: #f1f1f1;
}

.our-team {
  margin-left: 2rem;
}

.rich-text-block {
  padding-top: 2rem;
  padding-right: 2rem;
}

.hygienist-photo {
  overflow: hidden;
  height: 8rem;
}

.hygienist-col {
  margin-bottom: 31px;
}

.cross-container {
  position: absolute;
  top: 9px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  -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;
}

.cross-vert {
  position: absolute;
  right: 15px;
  bottom: 8px;
  width: 2px;
  height: 1rem;
  background-color: #fff;
}

.about-content-texts {
  padding: 2rem;
  background-color: transparent;
}

.image {
  min-width: 100%;
  margin-top: 0px;
}

.parallax-box {
  margin-bottom: 1rem;
}

.about-tab-content {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
}

.about-photo {
  overflow: hidden;
}

.accordion {
  display: block;
}

.parallax-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ecf0f1;
  border-radius: 3px;
  background-color: #0fbab4;
  opacity: 0.64;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  cursor: pointer;
}

.parallax-btn:hover {
  border-style: none;
  border-color: #fc1279;
  background-color: #000;
  opacity: 1;
}

.cross-hor {
  position: static;
  top: 25px;
  right: 19px;
  bottom: 0px;
  width: 1rem;
  height: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

.paralax-content {
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 3px;
  background-color: #fff;
}

.heading-3 {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-3.aft {
  margin-bottom: 22px;
}

.heading-3.aft {
  margin-bottom: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 3em;
  line-height: 2em;
}

.heading-3.aft.afterpay {
  font-family: Merriweather, serif;
  font-size: 2em;
}

.grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.book-icon {
  width: 2.5rem;
  opacity: 0.67;
}

.grid-2 {
  margin-top: 44px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.app-link {
  position: static;
  display: block;
}

.app-link:hover {
  opacity: 0.71;
}

.app-btns {
  width: 10rem;
}

.button {
  border-radius: 3px;
  background-color: #4da6c4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.button.bigger {
  padding: 15px 20px;
  font-size: 23px;
}

.button.bigger.afterpay {
  display: inline-block;
  background-color: #b2fce2;
  color: #000;
}

.partner-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 1rem;
  -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;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
}

.partner-logo-container:hover {
  background-color: transparent;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

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

.logo-img.nib {
  width: 100%;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.afterpay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.app-link-2 {
  position: static;
  display: block;
  margin-right: 16px;
  margin-left: 16px;
}

.app-link-2:hover {
  opacity: 0.71;
}

.afterpay-button-conainer {
  text-align: left;
}

.book-icon-2 {
  width: 2.5rem;
  margin-bottom: 2rem;
  opacity: 1;
}

.about-text-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.how-it-works-container {
  margin-top: 2rem;
  padding: 10px 34px 41px;
  background-color: #b3fce3;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.afterpay-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rich-text-block-3 {
  margin-bottom: 2rem;
  padding: 30px;
  background-color: #000;
  color: #fff;
  line-height: 25px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 37px;
  column-gap: 37px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.afterpay-logo {
  margin-bottom: 2rem;
}

.afterpay-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  -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;
  border-bottom: 1px solid #000;
}

.appstore-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 41px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block {
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

@media screen and (max-width: 991px) {
  .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
  .main-column.header {
    width: 50%;
    max-width: 600px;
  }
  .image {
    min-width: 100%;
    margin-top: 0px;
  }
  .about-photo {
    height: auto;
  }
  .afterpay {
    position: static;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  }
  .afterpay-icons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-block-3 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .afterpay-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail {
    margin-bottom: 10px;
  }
  .nav-link {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.23);
    color: #fff;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .nav-link.page {
    background-color: #fff;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12);
    color: #000;
  }
  .nav-link.page.w--current {
    color: #00b874;
  }
  .nav-link.page.w--current:hover {
    background-color: #fff;
  }
  .menu-icon {
    margin-right: 5px;
    float: left;
  }
  .nav-menu {
    background-color: #000;
  }
  .byline {
    text-align: left;
  }
  .logo {
    display: inline-block;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 0px;
    padding: 13px 14px;
    float: left;
    border-width: 5px;
    font-size: 42px;
    line-height: 30px;
  }
  .footer-wrapper {
    background-color: #000;
  }
  .menu-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
  }
  .menu-wrapper.w--open {
    background-color: #000;
  }
  .all-content {
    position: relative;
    padding-bottom: 59px;
  }
  .menu {
    margin-top: 1px;
    float: right;
    font-size: 17px;
  }
  .main-column {
    width: 100%;
    max-width: 1000px;
  }
  .main-column.header {
    position: static;
    width: 100%;
    max-width: 1000px;
    padding-top: 37px;
    padding-bottom: 42px;
    text-align: left;
  }
  .big-tagline {
    display: inline-block;
    margin-bottom: 57px;
    float: right;
    font-size: 25px;
    line-height: 29px;
  }
  .hygienist-photo {
    width: 9.2rem;
  }
  .image {
    margin-top: 0px;
  }
  .about-photo {
    height: auto;
    background-color: transparent;
  }
  .accordion {
    display: block;
  }
  .parallax-btn {
    font-size: 1.2em;
    font-weight: 700;
  }
  .hygienist-img {
    width: 100%;
  }
  .partner-logo-container {
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .afterpay-icons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-block-3 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .afterpay-item {
    width: auto;
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.22);
  }
  .byline.small {
    font-size: 20px;
  }
  .logo {
    display: inline-block;
    margin-bottom: 13px;
    float: none;
  }
  .main-column.header {
    padding-bottom: 41px;
  }
  .text-content-block {
    text-align: center;
  }
  .hygienist-photo {
    width: 100%;
    height: 15rem;
    margin-bottom: 9px;
  }
  .cross-container {
    margin-right: 0.5rem;
  }
  .about-content-texts {
    padding-top: 1rem;
    text-align: center;
  }
  .image {
    min-width: 100%;
    margin-top: 0px;
  }
  .hygienist-img {
    width: 100%;
  }
  .rich-text-block-2 {
    text-align: center;
  }
  .heading-3.aft {
    display: block;
    line-height: 1em;
  }
  .partner-logo-container {
    width: 40%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .partners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .how-it-works-container {
    padding: 18px;
  }
}