:root {
  --bright-blue: #0cf;
  --black: black;
  --light-green: #69ebbd;
  --light-purple: #6a389c;
  --midnight-purple: #341552;
  --white: white;
  --text-black: #1a1b1f;
  --coral: #f27a37;
  --peach: #ee4a60;
}

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

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-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 20px;
  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: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 18px;
}

a {
  color: var(--bright-blue);
  background-color: #0000;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

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;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 18px;
}

img {
  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;
}

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

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

.divider.margin-bottom {
  margin-bottom: 60px;
}

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

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  background-color: var(--black);
  padding: 20px 80px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.footer {
  background-color: var(--black);
}

.section.section-gray {
  background-image: linear-gradient(#f1f1f180, #f1f1f180);
  margin-bottom: 80px;
  padding-bottom: 0;
}

.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-left: auto;
  margin-right: auto;
}

.container.footer-cta-box {
  background-image: linear-gradient(27deg, var(--light-green), var(--light-purple));
  border: 1px #000;
  border-radius: 1.5em;
  padding: 8px;
}

.paragraph-tiny {
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.button {
  border: 2px solid var(--bright-blue);
  background-color: var(--bright-blue);
  background-image: linear-gradient(to right, var(--bright-blue), var(--light-green));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 12px 25px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--midnight-purple);
  color: #fff;
  background-image: none;
}

.button:active {
  background-color: var(--light-purple);
}

.button.cc-jumbo-button {
  border-width: 4px;
  border-color: var(--bright-blue);
  background-color: var(--midnight-purple);
  background-image: none;
  padding: 16px 25px;
  font-size: 14px;
  line-height: 26px;
  transition: background-color .4s, opacity .4s, background-color .4s, opacity .4s, color .4s;
  box-shadow: 4px 4px 20px #0000004d;
}

.button.cc-jumbo-button:hover {
  background-color: var(--bright-blue);
  background-image: none;
}

.button.cc-jumbo-button.secondary {
  background-color: var(--midnight-purple);
  background-image: none;
  margin-left: 15px;
}

.button.cc-jumbo-button.secondary:hover {
  background-image: linear-gradient(to right, var(--bright-blue), var(--light-green));
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--light-purple);
  background-image: none;
  border-width: 4px;
  position: relative;
  box-shadow: 4px 4px 16px -4px #0000004d;
}

.button.cc-contact-us:hover {
  background-color: var(--bright-blue);
}

.button.cc-contact-us.shadow {
  border-color: var(--bright-blue);
  background-color: var(--bright-blue);
  background-image: linear-gradient(to right, var(--bright-blue), var(--light-green));
}

.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: #fffc;
}

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

.button.shadow {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
  box-shadow: 4px 4px 20px #0000004d;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

.label.cc-light {
  opacity: .6;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

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

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

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

.paragraph-light {
  opacity: .6;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.heading-jumbo-small {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.heading-jumbo-small.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.styleguide-header-wrap {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 30px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  display: flex;
}

.paragraph-small {
  font-family: Avenirnextltpro, Arial, sans-serif;
  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: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: var(--black);
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--midnight-purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 12px;
  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;
}

.navigation-item.hide-on-desktop {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 200px;
  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;
  background-color: #000;
  border-radius: 1.5em;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-wrap.home {
  padding-top: 10px;
  padding-bottom: 40px;
}

.introheader-orig {
  opacity: 1;
  background-color: #f4f4f4;
  background-image: linear-gradient(315deg, #341552f2 58%, #6a389ca6), url('../images/Thad-Southpark.svg'), url('../images/portfolio-2---wide.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat-y, repeat;
  background-size: auto, contain, cover;
  background-attachment: scroll, scroll, scroll;
  border: 10px #fff;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.introheader-orig.cc-subpage {
  background-image: linear-gradient(#341552f7, #6a389cf0), url('../images/iso-bg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 400px;
  margin-bottom: 60px;
}

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

.intro-content.cc-homepage {
  clear: both;
  text-align: center;
  flex-flow: column;
  flex: 1;
  place-content: space-between flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  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: "."
  / 5.75fr;
  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::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  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-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
}

.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 {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  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;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

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

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

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

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

.section-heading {
  flex: 1;
  order: 1;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

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

.about-grid.cc-about-2 {
  grid-column-gap: 78px;
  grid-template-columns: 4fr 2.25fr;
  grid-template-areas: ".";
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.blog-heading.margin-top-large {
  margin-top: 80px;
}

.blog-preview-wrap {
  background-color: #fff;
  width: 31.33%;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.blog-preview-wrap.blog-middle {
  margin-left: 10px;
  padding-left: 10px;
}

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

.text-block {
  font-family: Gloria Hallelujah, sans-serif;
}

.logo-text {
  color: var(--white);
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-size: 34px;
}

.text-block-2 {
  text-shadow: 1px 1px 20px #00000073;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
}

.text-block-3 {
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-weight: 400;
}

.field-label {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
}

.body {
  background-color: var(--black);
}

.latest-post-wrap {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding: 40px 20px 50px;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.image {
  width: 100%;
  max-height: 222px;
}

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

.grid {
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
}

.blog-card {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 14px 14px 20px #0000001a;
}

.blog-card.card-shadow {
  box-shadow: 4px 4px 30px -10px #0000004d;
}

.blog-card-thumb {
  width: 100%;
  height: auto;
  display: inline-block;
}

.card-text {
  padding-top: 0;
}

.blog-summary {
  text-align: left;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 18px;
  display: inline;
}

.blog-card-text {
  text-align: left;
  padding: 20px;
}

.button-2 {
  background-color: #3383ff;
  background-image: linear-gradient(270deg, #0cf, #69ebbd);
  font-family: Avenirnextltpro demi, Arial, sans-serif;
}

.button-text {
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 2px 20px #0006;
  font-size: 22px;
}

.text-block-5 {
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.heading {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
  display: inline;
}

.heading-3 {
  margin-bottom: 10px;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.heading-4 {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
}

.heading-5 {
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.heading-6 {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.link {
  color: var(--bright-blue);
  border-bottom: 0 #000;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  text-decoration: none;
}

.footer-text {
  opacity: .6;
  color: #fff;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.gird-mobile-image {
  display: block;
}

.flex-container {
  flex-flow: row;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.image-2 {
  display: block;
}

.flex-box-third-image {
  min-width: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.about-grid-image {
  float: left;
  width: 178px;
}

.about-grid-image.hide-on-mobile {
  float: right;
  clear: both;
}

.about-grid-image.hide-on-desktop {
  display: none;
}

.paragraph-extra-large {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Avenirnextltpro, Arial, sans-serif;
  font-size: 32px;
  line-height: 44px;
  display: flex;
}

.about-col-left {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-col-right {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column {
  text-align: right;
  flex: 0 auto;
  display: block;
  position: static;
}

.section-2 {
  background-image: linear-gradient(#3415521a, #fff);
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.heading-7 {
  font-family: Avenirnextltpro demi, Arial, sans-serif;
}

.blog-subscribe-cta {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.blog-sub-fields {
  margin-bottom: 10px;
}

.dark-bg-field {
  opacity: .6;
  color: var(--midnight-purple);
  background-image: linear-gradient(#0000, #0000);
  border: 2px #fff;
  border-radius: 0;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.dark-bg-field::placeholder {
  color: var(--midnight-purple);
}

.text-field-3 {
  opacity: 1;
}

.text-field-4 {
  border: 0px none var(--light-green);
  border-radius: 0;
  margin-top: 0;
}

.div-block {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
}

.featured-blog-img {
  width: 100%;
  min-width: 400px;
  height: 100%;
  display: inline-block;
}

.featured-blog-image {
  width: 100%;
  max-width: 561px;
  height: 100%;
  display: inline;
}

.div-block-2 {
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.featured-blog-cont {
  margin-bottom: 80px;
  display: flex;
}

.text-block-6 {
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.success-message {
  background-color: var(--light-green);
  background-image: linear-gradient(to bottom, var(--light-green), var(--light-green));
  opacity: 1;
}

.bio-img {
  border-radius: 300px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  max-width: 175px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-2, .link-3 {
  display: inline;
}

.disqus {
  margin-bottom: 60px;
}

.blog-container {
  background-color: #fff;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.author-thumb {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.author-block {
  order: 1;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.author-header {
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  font-family: Avenirnextltpro demi, Arial, sans-serif;
  font-weight: 600;
  display: flex;
}

.author-bio {
  width: 80%;
  margin-left: 30px;
  display: block;
}

.blog-sub-header {
  color: #ffffffa6;
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.paragraph-2 {
  font-family: Avenirnextltpro, Arial, sans-serif;
}

.featured-blog-summary-wrap {
  flex: 0 auto;
  width: 100%;
  padding-left: 40px;
}

.rich-text-block {
  display: inline;
}

.blog-card-link {
  color: #1a1b1f;
  height: 100%;
  text-decoration: none;
}

.block-link {
  color: var(--text-black);
  display: block;
}

.link-block, .link-block-2 {
  width: 100%;
}

.typeform {
  margin-bottom: 60px;
}

.error-message {
  background-color: var(--light-green);
}

.image-3 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.introheader {
  clear: both;
  opacity: 1;
  text-align: center;
  background-color: #f4f4f4;
  border: 10px #fff;
  justify-content: flex-end;
  align-items: center;
  height: 560px;
  margin-bottom: 0;
  display: block;
  transform: skew(0deg);
}

.introheader.cc-subpage {
  background-image: linear-gradient(#341552f2, #6a389ca6), url('../images/portfolio-1---wide.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 920px;
  height: 400px;
  margin-bottom: 60px;
}

.hero-wrap {
  opacity: 1;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}

.image-4 {
  float: none;
  clear: none;
  opacity: .49;
  flex: 0 auto;
  width: 13%;
  height: auto;
  margin-left: 0;
  margin-right: 5px;
  display: block;
  position: static;
}

.thad-south-park {
  margin-right: 8px;
}

.curvy-section {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 230px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: skew(0deg);
}

.sub-head-section {
  margin-top: 0;
}

.html-embed {
  max-width: 100vw;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: inline;
  overflow: hidden;
}

.blog-cta-text {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wave-btm {
  height: auto;
}

.div-block-4 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section.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: 34px;
    line-height: 44px;
  }

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: var(--black);
  }

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

  .navigation-item.hide-on-desktop {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
    width: 101vw;
    margin-left: auto;
    margin-right: auto;
    top: 75px;
    left: auto;
  }

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    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%;
  }

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

  .about-grid.cc-about-2 {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    grid-template: "."
    / 1fr;
  }

  .intro-text {
    width: auto;
  }

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

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

  .about-grid-image {
    position: static;
  }

  .about-grid-image.hide-on-mobile {
    display: block;
  }

  .about-grid-image.hide-on-desktop {
    display: none;
  }

  .paragraph-extra-large {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .about-col-left, .about-col-right {
    margin-bottom: 20px;
  }

  .featured-blog-image {
    flex: 0 auto;
    width: 100%;
  }

  .featured-blog-cont {
    flex-wrap: wrap;
  }

  .featured-blog-summary-wrap {
    flex: 0 auto;
    padding-left: 0;
  }

  .blog-cta-text {
    width: auto;
  }

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

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

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

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation-wrap {
    background-color: var(--black);
  }

  .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 {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo-text {
    background-color: var(--black);
  }

  .about-grid-image, .about-grid-image.hide-on-mobile {
    display: block;
  }

  .about-grid-image.hide-on-desktop {
    margin-bottom: 40px;
    display: none;
  }

  .about-col-left, .about-col-right {
    margin-bottom: 20px;
  }
}

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

  h2 {
    line-height: 46px;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .button.cc-jumbo-button {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cc-jumbo-button.secondary {
    margin-top: 15px;
    margin-left: 0;
  }

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

  .button.align-center {
    float: none;
    text-align: center;
  }

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

  .paragraph-light {
    line-height: 24px;
  }

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

  .heading-jumbo-small {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 26px;
    line-height: 36px;
    display: block;
    position: static;
  }

  .heading-jumbo-small.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-icon {
    filter: blur(5px);
    display: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: var(--black);
    margin-right: 10px;
  }

  .navigation {
    background-color: var(--black);
    text-align: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-item {
    flex: 1;
    line-height: 40px;
  }

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

  .navigation-items {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 75px;
    left: auto;
  }

  .cta-wrap {
    padding: 40px 15px 60px;
  }

  .introheader-orig {
    margin-bottom: 85px;
  }

  .introheader-orig.cc-subpage {
    height: auto;
    min-height: 230px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro-content.cc-homepage {
    width: 80%;
  }

  .motto-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    margin-top: -70px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    line-height: 36px;
  }

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

  .home-content-wrap {
    margin-bottom: 60px;
  }

  .section-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .about-grid {
    clear: none;
    grid-column-gap: 7px;
    grid-template: "."
                   "."
                   / 3.25fr;
    font-family: Avenirnextltpro, Arial, sans-serif;
    display: inline-block;
    position: static;
  }

  .logo-text {
    text-align: left;
  }

  .latest-post-wrap {
    padding-top: 40px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
    justify-content: stretch;
    display: block;
  }

  .blog-card {
    margin-top: 20px;
  }

  .blog-card-text {
    text-align: left;
  }

  .gird-mobile-image {
    float: none;
    clear: both;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .gird-mobile-image2 {
    width: 70%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .about-grid-image {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-grid-image.hide-on-mobile {
    display: none;
  }

  .about-grid-image.hide-on-desktop {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-extra-large {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .about-col-left {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .about-col-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .featured-blog-cont {
    text-align: left;
  }

  .bio-img {
    margin-bottom: 20px;
  }

  .disqus {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-block {
    flex-wrap: wrap;
  }

  .author-header {
    text-align: center;
    justify-content: center;
  }

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

  .introheader {
    height: 460px;
    margin-bottom: 40px;
  }

  .introheader.cc-subpage {
    height: auto;
    min-height: 230px;
    margin-bottom: 40px;
  }

  .hero-wrap {
    height: 100%;
  }

  .thad-south-park {
    flex: 0 auto;
  }

  .curvy-section {
    width: 100%;
    display: none;
  }

  .html-embed {
    width: 100vw;
    margin-top: 40px;
    display: inline;
  }

  .home-container {
    margin-bottom: 0;
  }

  .div-block-4 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .content-block {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb592-fbe4a56c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb598-fbe4a56c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb59e-fbe4a56c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5a4-fbe4a56c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5aa-fbe4a56c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5b1-fbe4a56c {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb59e-fbe4a56c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5a4-fbe4a56c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5aa-fbe4a56c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5b1-fbe4a56c {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb598-fbe4a56c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb59e-fbe4a56c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5a4-fbe4a56c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5aa-fbe4a56c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_917ed975-31bf-39b1-da7a-5d154b8eb5b1-fbe4a56c {
    grid-area: 5 / 1 / 6 / 2;
  }
}


@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextltpro it';
  src: url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextltpro demi';
  src: url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}