@font-face {
  font-family: Quasimoda;
  src: url('../fonts/Quasimoda-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quasimoda;
  src: url('../fonts/Quasimoda-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quasimoda;
  src: url('../fonts/Quasimoda-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.full-width-container {
  width: 100%;
  max-width: none;
  position: relative;
}

.heading-1 {
  text-align: left;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 7rem;
}

._70-30-section {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._70-30-section.gray {
  background-color: #f9fafb;
}

._50-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._50-div.body-copy {
  padding: 2rem;
}

._50-div.left {
  align-items: flex-start;
}

._40-div {
  width: 40%;
  height: 80vh;
}

.green-span {
  color: #318560;
  border: 1px #000;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 300;
}

.heading-2 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.ctas-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.cta-green {
  color: #fff;
  background-color: #5b8a8c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: Cormorant Garamond, sans-serif;
  text-decoration: none;
  display: flex;
}

.cta-green.ghost {
  background-color: #5b8a8c00;
  border: 2px solid #c85a54;
}

.cta-text {
  margin-bottom: 0;
  font-family: Quasimoda, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.cta-text.dark {
  color: #1a1a1a;
  font-family: Quasimoda, Arial, sans-serif;
  font-weight: 300;
}

.ital {
  font-weight: 600;
}

.body-copy {
  font-family: Quasimoda, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.body-copy.news {
  border-left: 1px solid #333;
  padding-left: 1rem;
}

.body-copy.caption {
  margin-top: 1rem;
}

._50-div-body-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: block;
}

._50-div-body-copy.body-copy {
  padding: 2rem;
}

._50-div-headshot {
  width: 50%;
}

._50-50-section {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-50-section.hero {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.headshot {
  border: 2px solid #318560;
  width: 75%;
  margin-bottom: 1rem;
}

.ghost-cta {
  color: #fff;
  background-color: #fdfdfd00;
  border: 2px solid #318560;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
}

.ghost-cta.ghost {
  background-color: #5b8a8c00;
  border: 2px solid #c85a54;
}

.h3-subhead {
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.green-line {
  background-color: #5b8a8c;
  width: 30%;
  height: 2px;
  margin-bottom: 2rem;
}

._100-section {
  background-color: #f9fafb00;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._100-div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0 0;
}

.orange-line {
  background-color: #318560;
  width: 30%;
  height: 2px;
  margin-bottom: 4rem;
}

.full-width-container-gray {
  background-color: #f9fafb;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
}

._30-div-thumb {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 2rem 0 2rem 2rem;
  display: flex;
}

._30-div-thumb.left {
  padding-left: 0;
  padding-right: 2rem;
}

.thumb {
  border: 1px solid #ccc;
  width: 100%;
  overflow: clip;
}

.h4-subhead {
  width: 80%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.h4-subhead._2rem-bottom {
  margin-bottom: 2rem;
}

._70-div-content {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

._70-div-content.body-copy {
  padding: 2rem;
}

._1000-max-container {
  border: 1px #000;
  width: 100%;
  max-width: 1000px;
}

.h5-label {
  color: #999090;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  display: inline-block;
}

.book-icon {
  width: 30px;
  margin-right: 1rem;
  padding-bottom: 4px;
}

._50-div-hero-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._50-div-hero-right.body-copy {
  padding: 2rem;
}

._50-50-section-second {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-50-section-second.hero {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.heading-1-alt {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 7rem;
}

.heading-2-hero {
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.orange-line-80 {
  background-color: #318560;
  width: 80%;
  height: 2px;
}

.heading-two-cm {
  width: 80%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.title-para-wrapper {
  margin-bottom: 2rem;
}

.title-para-wrapper._2-rem-tm {
  margin-top: 2rem;
}

.inline-link {
  color: #333;
}

.background {
  z-index: -1;
  opacity: .75;
  background-image: radial-gradient(circle at 100% 0, #93dbd7, #fff 43% 63%, #fff);
  height: 90vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar {
  background-color: #fff6;
  border: 1px solid #5b8a8c;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-container {
  max-width: 1000px;
}

.nav-link {
  color: #5b8a8c;
  font-family: Quasimoda, Arial, sans-serif;
  font-size: 1rem;
}

.nav-link.w--current {
  color: #5b8a8c;
}

.footer {
  border: 1px solid #318560;
  border-bottom-style: none;
  margin-top: 0;
  padding: 1rem 4rem;
}

.footer-text {
  text-align: center;
  font-family: Quasimoda, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.footer-text.news {
  border-left: 1px solid #333;
  padding-left: 1rem;
}

.dropdown-toggle {
  color: #5b8a8c;
  font-family: Quasimoda, Arial, sans-serif;
  font-size: 1rem;
}

.dropdown-list.w--open {
  padding: 1rem;
}

._1000-max-container-homepage {
  border: 1px #000;
  width: 100%;
  max-width: 1000px;
  display: none;
}

.link-block, .link-block-2 {
  width: 45%;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 6rem;
    line-height: 5rem;
  }

  ._50-div {
    margin-left: 3rem;
  }

  ._50-div.left {
    width: 90%;
    margin-right: 3rem;
  }

  ._50-div-body-copy {
    width: 100%;
    padding: 4rem;
  }

  ._50-div-headshot {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .headshot {
    width: 50%;
  }

  .ghost-cta {
    width: 200px;
    height: 70px;
  }

  .ghost-cta.works {
    width: 175px;
    height: 60px;
  }

  ._100-div {
    padding: 4rem;
  }

  ._30-div-thumb {
    width: 40%;
  }

  .h4-subhead {
    font-size: 2.3rem;
  }

  ._70-div-content {
    width: 60%;
  }

  .h5-label {
    font-size: 1.4rem;
  }

  .book-icon {
    width: 25px;
  }

  ._50-div-hero-right {
    margin-left: 3rem;
    display: none;
  }

  ._50-50-section-second {
    flex-flow: column;
  }

  .heading-1-alt {
    font-size: 4rem;
    line-height: 5rem;
  }

  .brand {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  ._70-30-section {
    flex-flow: column;
  }

  ._50-div.left {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .headshot {
    width: 56%;
  }

  .ghost-cta.works {
    margin-left: auto;
    margin-right: auto;
  }

  ._30-div-thumb {
    width: 100%;
    padding-left: 2rem;
  }

  ._30-div-thumb.left {
    align-items: center;
  }

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

  .h4-subhead {
    text-align: center;
    width: 100%;
  }

  .h4-subhead.left-aligned {
    text-align: left;
    margin-bottom: 0;
    font-size: 2rem;
  }

  ._70-div-content {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .h5-label {
    width: 72%;
  }

  .book-icon {
    padding-bottom: 10px;
  }

  .label-wrapper {
    justify-content: center;
    display: flex;
  }

  .heading-1-alt {
    margin-top: 2rem;
    font-size: 3.5rem;
  }

  .heading-2-hero, .heading-two-cm {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  ._50-div.left {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-2 {
    width: 100%;
    font-size: 1.6rem;
  }

  .ctas-wrapper {
    width: 100%;
  }

  .cta-green {
    width: 175px;
    height: 60px;
  }

  .cta-text {
    font-size: 1.3rem;
  }

  .body-copy {
    font-size: 1.1rem;
  }

  ._50-div-body-copy {
    padding: 2rem;
  }

  .headshot {
    width: 70%;
  }

  .ghost-cta {
    width: 175px;
    height: 60px;
  }

  ._100-div {
    padding: 2rem;
  }

  ._30-div-thumb {
    padding-left: 0;
  }

  .thumb {
    width: 100%;
  }

  .h4-subhead {
    font-size: 2.1rem;
  }

  .h4-subhead.left-aligned {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  ._70-div-content {
    padding-right: 0;
  }

  .h5-label {
    width: 75%;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .book-icon {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-1-alt {
    margin-top: 4rem;
    font-size: 3.3rem;
  }

  .heading-2-hero, .heading-two-cm {
    width: 100%;
    font-size: 1.6rem;
  }

  .nav, .dropdown-list.w--open {
    background-color: #fff;
  }

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


@font-face {
  font-family: 'Quasimoda';
  src: url('../fonts/Quasimoda-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quasimoda';
  src: url('../fonts/Quasimoda-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quasimoda';
  src: url('../fonts/Quasimoda-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}