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

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 {
  display: block;
}

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

strong {
  font-weight: bold;
}

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-size: 14px;
  line-height: 26px;
}

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

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

.section {
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-top: 59px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  text-decoration: none;
}

.section.cc-store-home-wrap {
  border: 0 #000;
  width: auto;
}

.section.footer {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background: black;
  color: white;
}
.section.footer li * {
    color: white;
}

.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;
  font-family: Montserrat, sans-serif;
}

.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: .88;
  margin-bottom: -3px;
  font-size: 30px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: darkblue;
  border-radius: 0;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.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;
  position: relative;
}

.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.right {
  float: left;
  text-align: left;
}

.button.wide {
  text-align: left;
  width: 100%;
}

.button.wide.padtop {
  text-align: center;
  margin-top: 10px;
}

.button.wide.padtop:hover {
  text-decoration: underline;
}

.button.wide.goldilocks {
  background-color: #9b7729;
}

.button.wide.goldilocks:hover {
  text-decoration: underline;
}

.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;
  color: #3c3e46;
  font-size: 1em;
  font-weight: 700;
}

.label.cc-light.large {
  font-size: 25px;
}

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

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  margin-top: 26px;
  margin-bottom: 5px;
  padding-left: 0;
  position: static;
}

.heading-jumbo {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 4px 5px rgba(71, 69, 69, .62);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.small {
  opacity: .88;
  color: #74767e;
  text-shadow: 0 0 rgba(71, 69, 69, .62);
  font-size: 34px;
  line-height: 55px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  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;
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  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: #838794;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

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

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  border: 1px solid rgba(255, 255, 255, 0);
  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 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/darker.jpg');
  background-blend-mode: darken;
  /* background-position: -310px -130px; */
  background-size: 1960px;
  justify-content: center;
  align-items: center;
  /* width: 1360px; */
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: rgb(0,0,0,0.5);
  background-image: url('../images/darker.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

.intro-header.cc-subpage.team {
  /*background-image: url('../images/board-shutterstock_1715508100-1.jpg');*/
  background-image: url('../images/darker.jpg');
}

.intro-header.cc-subpage.team.teamhero {
  background-image: url('../images/SHERWOODBANNERLEFT.jpeg');
}

.intro-header.cc-subpage.contact, .intro-header.cc-subpage.about {
  background-image: url('../images/contact-shutterstock_226935043-1.jpg');
}

.intro-header.cc-subpage.services {
    /* background-image: url('../images/board-shutterstock_1715508100-1.jpg'); */
    background-image: url('../images/bgcoloured.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

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

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

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.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: 20px;
  margin-bottom: 2em;
}

.service-icon {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
  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::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 {
  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-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 {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

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

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 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 {
  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;
  height: 620px;
  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 {
  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;
}

.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: 80px;
  margin-bottom: 120px;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

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

.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 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.work-heading.small {
  color: #6c6c6d;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -38px;
  font-size: 26px;
  font-weight: 300;
}

.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-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

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

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

.paragraph {
  text-align: center;
}

.heading {
  font-family: Oswald, sans-serif;
}

.list {
  padding-left: 0;
}

.list-2 {
  width: 740px;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.list-3 {
  padding-left: 25px;
}

.footer {
  text-align: center;
  border-top: 1px solid #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.bold-text {
  font-size: 18px;
}

.list-4 {
  max-width: 320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  margin-top: -57px;
}

.paragraph-3 {
  text-align: center;
  margin-top: -43px;
  font-style: italic;
}

.image {
  filter: grayscale(73%);
}

.image-2 {
  filter: grayscale(45%);
}

.image-3 {
  filter: grayscale(83%);
}

.rich-text-block {
  font-size: 10px;
  line-height: 19px;
}

.rich-text-block-2 {
  margin-top: -100px;
  padding-top: 0;
}

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

.list-item {
  color: #18181b;
}

.heading-2 {
  text-align: center;
  font-family: Oswald, sans-serif;
}

.paragraph-5 {
  text-align: left;
  max-width: 100%;
  margin: 0 auto 20px;
  padding-top: 0;
}

.bold-text-2 {
  color: rgba(0, 0, 0, .54);
}

.bold-text-2.big {
  color: #9c7e1a;
  font-size: .7em;
}

.list-item-2 {
  color: #15161a;
}

.narrow-list {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-list.benefits {
  margin-bottom: 40px;
}

.callus {
  font-size: 15px;
}

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

.quote {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.inline-link {
  color: #9b7729;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.inline-link:hover {
  text-decoration: underline;
}

.rich-text-block-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  text-align: center;
  margin: 1em 0;
}

.rtfmain {
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.service-heading {
  color: rgba(26, 27, 31, .64);
  text-align: center;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.bold-text-3 {
  color: #9c7e1a;
}

.quotebutton {
  text-align: center;
  background-color: #9b7729;
  width: 100%;
  max-width: 290px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  display: block;
}

.quotebutton:hover {
  color: #fff;
  text-decoration: underline;
}

.narrow-para {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.padding-top {
  margin-top: 20px;
}

.grid.padding-top.padding-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.heading-5 {
  font-size: 22px;
}

.team {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.team-paragraph {
  text-align: center;
  min-height: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.team-paragraph.last {
  min-height: 370px;
}

.italic-text {
  min-height: 190px;
  display: inline-block;
}

.paragraph-8 {
  min-height: 470px;
  display: inline-block;
}

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

.heading-6.padding-top {
  margin-top: 60px;
  margin-bottom: 20px;
}

.image-4, .container-2 {
  text-align: center;
}

.button-2 {
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  text-decoration: underline;
}

.button-2.hide-button {
  display: none;
}

.team-paragraph-2 {
  text-align: left;
  min-height: 260px;
}

.team-paragraph-3 {
  text-align: left;
  min-height: 300px;
}

.grid-2 {
  grid-template-columns: .5fr .5fr;
}

.image2 {
  min-width: 360px;
}

.team-paragraph-copy {
  text-align: left;
  min-height: 260px;
  display: inline-block;
}

.image-5, .image-6 {
  margin-left: auto;
  margin-right: auto;
}

.image-7, .image-8 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-top.heading-6 {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
}

.text-block-3 {
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.button-3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.button-3:hover {
  color: #fff;
  text-decoration: underline;
}

@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, .button.wide.padtop, .button.wide.goldilocks {
    display: none;
  }

  .label {
    text-align: left;
  }

  .label.cc-light {
    text-align: center;
  }

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    width: auto;
    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 {
    width: auto;
  }

  .intro-header.cc-subpage {
    background-position: -550px 0;
  }

  .intro-header.cc-subpage.team.teamhero {
    background-position: -60px 0;
  }

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

  .contact-email-link {
    text-align: left;
  }

  .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 {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .list-2 {
    width: auto;
  }

  .list-3 {
    text-align: left;
  }

  .footer, .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3.bio {
    display: none;
    overflow: visible;
  }

  .team-member {
    width: auto;
  }

  .rich-text-block-3, .rtfmain.padmob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quotebutton {
    display: block;
  }

  .list-5 {
    text-align: left;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    width: 100%;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

  .label.cc-light.large {
    text-align: center;
  }

  .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: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-header {
    width: auto;
  }

  .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 {
    width: 100%;
    height: auto;
    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;
  }

  .list-2 {
    width: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .team-member {
    width: auto;
  }

  .narrow-list {
    width: 100%;
  }

  .div-block {
    width: 50%;
  }
}

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

  .label.cc-light {
    text-align: center;
  }

  .label.cc-light.large {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .heading-jumbo-small {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 38px;
  }

  .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 {
    width: auto;
  }

  .intro-header.cc-subpage.team {
    text-align: left;
    background-position: -730px 0;
  }

  .intro-header.cc-subpage.team.teamhero {
    background-position: -180px 0;
  }

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

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    height: auto;
  }

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

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

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

  .list-2 {
    width: auto;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-wrap {
    padding-top: 0;
  }

  .footer-image {
    margin-bottom: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    position: static;
  }

  .bold-text-2.big {
    line-height: 10px;
  }

  .paragraph-6 {
    text-align: left;
  }

  .div-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

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

  .heading-4 {
    font-size: 27px;
    line-height: 39px;
  }

  .narrow-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-flow: row;
  }

  .team {
    margin-left: 10px;
  }

  .team-paragraph {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-paragraph.last {
    min-height: 170px;
  }

  .team-paragraph-2, .team-paragraph-3 {
    text-align: center;
    margin-left: 40px;
  }

  .grid-2 {
    grid-template-columns: minmax(100%, .5fr);
    grid-auto-flow: row;
  }

  .image-5, .image-6, .image-7, .image-8 {
    margin-left: auto;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    margin-left: auto;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-17ffd4ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-17ffd4ed, #w-node-_86e64837-0616-515b-4568-76c147234d41-17ffd4ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-17ffd4ed, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-39ffd4f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-39ffd4f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_646bb764-6fb4-3f9d-b9da-712a8737e7b3-d1ffd4fa, #w-node-_0928ae35-8433-0c05-6504-04f59a3f8870-d1ffd4fa, #w-node-fc1d9a59-c996-2f9e-9cfe-6736c030b77c-d1ffd4fa, #w-node-_6fdfb02c-ca1a-b8ca-d7df-037c0e2d03bc-d1ffd4fa, #w-node-_1dc3bf2f-d155-50f8-2e7c-6b22a0d34fd9-d1ffd4fa, #w-node-cda40290-c00b-f246-42d4-b87a7ad26bc4-d1ffd4fa, #w-node-_53a5a502-ec08-4967-9aac-ebd1cc35cfd9-d1ffd4fa, #w-node-_646bb764-6fb4-3f9d-b9da-712a8737e7b3-db4e3d6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92d23ddd-6e6e-1a01-6a9c-2bbe3b4d5c04-db4e3d6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

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

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

  #w-node-_86e64837-0616-515b-4568-76c147234d41-17ffd4ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-17ffd4ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-39ffd4f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

}


@media screen and (max-width: 991px) {
  .avio-features .avio-left { width: 100% !important; }
  .avio-features .avio-right { width: 100% !important; }
  .avio-img { margin: 1em; }
  .footer-flex-container .div-block { width: 100% !important; }
}

.avio-img img { margin-bottom: 3em !important; box-shadow: 0px 6px 26px grey; }
.avio-features { width: 100%; max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.avio-features .avio-left { width: 50%; }
.avio-features .avio-right { width: 50%; }

h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover { 
	text-decoration: underline;
}

.footer-flex-container .div-block { width: 39%; }
.avio-left ul { margin-top: 5px; }
.footer-flex-container .div-block ul li a, .footer-flex-container .div-block ul li { margin: 0 !important; }
.bold-text-3 a { color: inherit !important; }
.avio-feature { padding: 1em; width: 100%; display: flex; align-content: flex-start; flex-wrap: nowrap; align-items: flex-start; }
.avio-feature-icon img { display: inline; height: 3em; } 
.avio-feature-icon { margin-top: 0.5em; text-align: center; }
.avio-feature-text h4 { margin: 0 0 0.5em; }
.avio-feature-text { width: 85%; padding: 0 2em 0 1em; }
.avio-feature-icon { width: 15%; }
.avio-services-page {
  display: flex;
  flex-wrap: wrap;
}
.avsp-right {
  width: 30%;
  padding: 2em;
}
.avsp-left {
  width: 70%;
}

@media screen and (max-width: 900px) {
  .avio-services-page { flex-direction: column-reverse; }
  .avsp-left { width: 100%; padding: 0 1.5em 0 0; }
  .avsp-right { width: 100% }
}

.avio-feature-icon>i {
  font-size: 3em;
  color: darkblue;
}

.audit {
  background: whitesmoke;
  padding: 1em 0em;
  display: flex;
  margin: 1.5em 0 2em 0;
}
.audit .avio-left {
  width: 80%;
}
.audit .avio-right {
  width: 20%;
  padding: 1.5em 2em 0 0;
}

.audit .avio-feature-text {
  width: 100%;
}

.client-quote {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: whitesmoke;
    display: flex;
    padding: 0em 1em;
    border-radius: 10px;
    margin-bottom: 2em;
}

.avio-features.bureau-page .client-quote {
    flex-direction: row-reverse;
}

.client-quote .client-text {
    width: 75%;
    padding: 2em;
}

.client-quote .client-img {
    width: 25%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}
p.testimonial {
    font-size: 1.1em;
}

.trusted-by-outer {
    background: whitesmoke;
    padding: 0.5em;
    margin: 0 0 2em;
}

.trusted-by-top {
    text-align: center;
}

.trusted-by-bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em;
}

.trusted-by-bottom img {
    height: 5em;
    margin: 0 1em;
}

@media screen and (max-width: 901px) {
  .audit {
    flex-wrap: wrap;
  }
  .audit .avio-left {
    width: 100% !important;
  }
  .audit .avio-right {
    width: 100% !important;
    padding: 2em;
  }
  .audit .avio-right .avio-feature {
    width: 100%;
    margin: 0;
  }

  .audit .avio-right .avio-feature img {
    width: 100%;
  }
  .client-quote{
    flex-wrap: wrap;
  }
  .client-quote .client-text {
    width: 100%;
  }
  .client-quote .client-img{
    width: 100%;
    margin: 0 0 1em;
  }
}


.div-block.certs img {
    margin: 0 0 1em;
}

@media (max-width: 768px) {
    .trusted-by-bottom img {
	margin: 7px 1em;
    }
    .div-block.certs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
    }
    .div-block.certs img {
	width: 50%;
        margin: 0 5px;
    }
}

.section-heading-wrap.avio {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

form#contact-form-main input[type=text],
form#contact-form-main input[type=email]
{
    width: 100%;
    padding: 0.5em 1em;
    border-radius: 10px;
    border: 1px solid lightgrey;
    background: whitesmoke;
    margin: 0.5em 0 1em;
}
.contact-form-row textarea {
    background: whitesmoke;
    width: 100%;
    height: 6em;
    padding: 0.5em 1em;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin: 0 0 1em;
}

.braindump-article img { width: 100%; max-width: 400px; float: right; padding: 0 2em; }
.flex-2col-brain { display: flex; justify-content: flex-start; flex-wrap: nowrap; align-items: flex-start; }
.flex-2col-brain .left { width: 75%; }
.flex-2col-brain .right { width: 25%; padding: 1em; }
a.xread-more { display: block; margin: 1em 0; }
h2.braindump-list { text-align: left; }
a.blog-heading { text-decoration: none; }
a.blog-heading:hover { text-decoration: underline; }

@media screen and (max-width: 900px) {
	div#articles { margin: 0; padding: 0; }
	div.container#articles { text-align: left; padding: 0 1em; }
	.flex-2col-brain { padding: 0 1em; display: flex; flex-direction: column-reverse; flex-wrap: wrap; }
	.flex-2col-brain .left { width: 100%; }
	.flex-2col-brain .right { width: 100%; padding: 1em; }
	.flex-2col-brain { padding: 0 1em; }
	section.braindump-article img { margin: 1em 0 2em; }
}
