:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.whatwedo {
  margin-left: 30px;
  margin-right: 30px;
}

.whatwedo.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.whatwedo.cc-store-home-wrap {
  margin-top: 60px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  margin-bottom: 30px;
}

.button {
  width: 200px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c29a41;
  border-radius: 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Athelas, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: rgba(255, 255, 255, .56);
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #c29a41;
  position: relative;
}

.button.cc-contact-us.nav {
  margin-top: -6px;
  margin-left: 0;
  margin-right: 56px;
  line-height: 16px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.lookingfor {
  margin-bottom: 40px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-top: -63px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.testimonial {
  opacity: .6;
  font-family: Athelas, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.testimonial.leah {
  margin-top: 78px;
}

.testimonial.jessie {
  margin-top: 75px;
}

.testimonial.jenna {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial.seville {
  margin-top: 72px;
}

.testimonial.tanya {
  margin-top: 78px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: none;
  margin-top: 87px;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Athelas, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  font-family: Athelas, sans-serif;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Athelas, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  padding-bottom: 10px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -86px;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 450px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/goldbkg1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-top: 15px solid #333;
  border-bottom: 15px solid #333;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin: -69px auto 85px;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Athelas, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr .5fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.section-2 {
  background-color: #333;
}

.imggold {
  border: 10px solid #c29a41;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.imggold.topimg {
  margin-top: 6px;
}

.text-block {
  font-weight: 700;
}

.div-block {
  margin-top: -78px;
}

.topquote {
  margin-top: 168px;
}

.div-block-3 {
  width: 1920px;
  height: auto;
  margin-top: 33px;
}

.image-2 {
  width: 1920px;
  height: 600px;
  min-height: 600px;
}

.image-3 {
  width: 100%;
}

.teampic {
  width: 100%;
  border-top: 8px solid #c29a41;
  border-bottom: 8px solid #c29a41;
  margin-top: auto;
}

.biogrey {
  background-color: #f1f1f1;
}

.section-footer {
  background-color: #1a1b1f;
}

.p-footer {
  color: #fff;
  text-align: center;
  border-top: 10px solid #c29a41;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Athelas, sans-serif;
  line-height: 20px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bioname {
  text-align: center;
  margin-top: auto;
  font-family: Athelas, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.bioname.typage {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.handsonbeach {
  height: 350px;
  background-image: url('../images/handsonbeach.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  border-top: 8px solid #c29a41;
  border-bottom: 8px solid #c29a41;
}

.inspquote {
  color: #fff;
  text-align: center;
  background-color: rgba(99, 99, 99, .77);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Athelas, sans-serif;
  font-size: 35px;
}

.quote {
  margin-top: 75px;
  margin-left: 60px;
  margin-right: 60px;
}

.container-7 {
  margin-top: 40px;
}

.pop-up {
  z-index: 9999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(198, 198, 201, .15);
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.formwrapper {
  width: 500px;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin: 20px auto 60px;
}

.closebutton {
  object-fit: fill;
  margin-left: -14px;
  position: relative;
  top: 0%;
  bottom: -10px;
  left: auto;
  right: -95%;
}

.form1 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.popupheadline {
  color: #000;
  text-align: center;
  background-image: linear-gradient(rgba(118, 65, 168, 0), rgba(118, 65, 168, 0));
  border: 0 solid #8b8b8b;
  margin-top: 0;
  font-family: Athelas, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.submit-button {
  width: 100%;
  background-color: #c29a41;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: Athelas, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.formtextbox {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 41px;
  font-family: Athelas, sans-serif;
  font-size: 18px;
}

.popupcontent {
  background-color: #000;
  border: 1px solid #2c023f;
  border-radius: 15px;
  margin-left: 60px;
  margin-right: 60px;
}

.html-embed {
  width: auto;
  border: 8px solid #c29a41;
  margin: 40px 100px 20px;
}

.form-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.bullets {
  margin-top: auto;
  padding-top: 5px;
  padding-left: 20px;
  font-family: Athelas, sans-serif;
  font-size: 25px;
}

.div-block-4 {
  margin-top: 40px;
}

.div-block-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lookingfor {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.columns-2 {
  padding: 20px 20px 0;
  font-family: Athelas, sans-serif;
}

.image-16 {
  width: 300px;
  margin-top: auto;
}

.paragraph {
  margin-left: 20px;
}

.column {
  padding-left: 60px;
}

.html-embed-2 {
  width: 640px;
  height: 360px;
  border: 8px solid #c29a41;
  margin: 20px auto;
}

.heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Athelas, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.container-8 {
  margin-top: 40px;
}

.form1-2 {
  width: 550px;
  font-family: Athelas, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.formwrapper-2 {
  width: 500px;
  background-color: #fff9ef;
  border-radius: 8px;
  margin: 20px auto 60px;
}

.formwrapper-2.survey {
  width: auto;
  background-color: #f1f1f1;
  border-radius: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.select-field {
  border: 2px solid #ddd4cc;
  border-radius: 8px;
  margin-top: 10px;
}

.surveylabel {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.submitapplication {
  background-color: #c29a41;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.textarea-copy {
  border: 2px solid #ddd4cc;
  border-radius: 8px;
}

.survey {
  margin-bottom: 60px;
}

.surveybox {
  color: #353535;
  border: 2px solid #ddd4cc;
  border-radius: 8px;
}

.form-block-3 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.bold-text, .bold-text-2 {
  color: #c29a41;
}

.paragraph-2, .paragraph-3 {
  font-family: Athelas, sans-serif;
  font-size: 20px;
}

.container-9 {
  margin-top: 20px;
}

.checkbox-label {
  padding-left: 20px;
  font-size: 16px;
}

.radio-button-label, .radio-button-label-2 {
  font-size: 16px;
  line-height: 16px;
}

.radio-button-label-3 {
  font-size: 16px;
}

.radio-button-label-4 {
  font-size: 16px;
  line-height: 16px;
}

.radiocolumns {
  margin-top: 10px;
  padding-top: 10px;
}

.btn-findoutmore {
  transition-property: none;
}

.text-block-2 {
  background-color: #c29a41;
  padding: 12px 25px;
  font-family: Athelas, sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.findoutmorebutton {
  width: 200px;
  color: #fff;
  text-align: center;
  background-color: #c29a41;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Athelas, sans-serif;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.container-10 {
  margin-bottom: 40px;
}

.paragraph-4 {
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Athelas, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.kaylin, .katie, .jessi, .jenna, .leah, .tanya, .sara, .seville {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logomid {
  margin-bottom: 20px;
}

.image-17 {
  border: 5px solid #c29a41;
  border-radius: 50%;
  margin-bottom: 10px;
}

.contactdetails {
  margin-top: 0;
  padding-left: 20px;
  font-family: Athelas, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.contactcard {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.mystory {
  text-align: center;
  font-family: Athelas, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

@media screen and (min-width: 1920px) {
  .whatwedo.cc-store-home-wrap {
    margin-top: 60px;
  }

  .topquote {
    margin-top: -87px;
  }

  .teampic {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pop-up {
    display: none;
  }

  .bullets {
    font-size: 28px;
  }

  .heading-2 {
    color: #fff;
    text-align: center;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Athelas, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .whatwedo.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 20px;
    line-height: 20px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 300px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .topquote {
    margin-top: -87px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .teampic {
    margin-top: auto;
  }

  .pop-up {
    display: none;
  }

  .paragraph-4 {
    line-height: 20px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .whatwedo {
    margin-left: 15px;
    margin-right: 15px;
  }

  .whatwedo.cc-cta {
    padding: 15px;
  }

  .whatwedo.cc-home-wrap, .whatwedo.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .testimonial.leah, .testimonial.jessie, .testimonial.jenna, .testimonial.seville, .testimonial.tanya {
    margin-top: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 20px;
    line-height: 20px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading, .inspquote {
    font-size: 30px;
  }

  .quote {
    margin-top: 75px;
  }

  .pop-up {
    display: none;
  }

  .formwrapper {
    width: 400px;
  }

  .closebutton {
    margin-left: -16px;
  }

  .html-embed {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-2 {
    width: 380px;
    margin-left: -50px;
  }

  .bullets {
    font-size: 20px;
    line-height: 20px;
  }

  .image-16 {
    display: none;
  }

  .paragraph {
    text-align: left;
    margin-top: 20px;
  }

  .column {
    padding-left: 0;
  }

  .formwrapper-2 {
    width: 400px;
  }

  .formwrapper-2.survey {
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .form-block-3 {
    width: 100%;
    padding-right: 10px;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .logomid {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 200px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 25px;
    line-height: 25px;
  }

  .imggold {
    margin-bottom: 40px;
  }

  .imggold.topimg {
    margin-top: 0;
  }

  .p-footer {
    font-size: 12px;
  }

  .bioname {
    margin-bottom: 0;
  }

  .handsonbeach {
    height: 300px;
  }

  .inspquote {
    font-size: 20px;
    line-height: 20px;
  }

  .quote {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pop-up {
    display: none;
  }

  .formwrapper {
    width: 290px;
  }

  .closebutton {
    margin-top: 51px;
    margin-bottom: -60px;
    margin-left: -26px;
  }

  .form1 {
    width: 290px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .popupheadline {
    margin-top: -6px;
    font-size: 24px;
    line-height: 24px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .formtextbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popupcontent {
    width: 100%;
    margin-top: -91px;
    margin-left: 0;
  }

  .html-embed {
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-2 {
    width: 100%;
    margin-left: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bullets {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }

  .lookingfor {
    margin-top: -48px;
  }

  .paragraph {
    text-align: left;
    margin-left: 0;
  }

  .column {
    padding-left: 0;
  }

  .html-embed-2 {
    width: 295px;
    height: 160px;
  }

  .heading {
    font-size: 25px;
    line-height: 25px;
  }

  .form1-2 {
    width: 300px;
  }

  .formwrapper-2 {
    width: 290px;
  }

  .formwrapper-2.survey {
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 5px;
  }

  .select-field, .textarea-copy, .surveybox {
    width: 290px;
  }

  .paragraph-2, .paragraph-3 {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
  }

  .paragraph-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-83ccfb1b {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-83ccfb1b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}