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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: inline-block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #6bd8ff;
}

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 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 30px;
  margin-left: 30px;
}

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

.section.home {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  text-align: center;
}

.section.testimonial {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 6px solid #942474;
}

.section.home-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 6px solid #942474;
}

.section.footer {
  position: static;
}

.section.cc-about-wrap {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 6px solid #942474;
}

.section.gallery {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 6px solid #942474;
}

.section.what-we-do-wrap {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 6px solid #942474;
}

.section.cc-what-we-do-wrap {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 6px solid #942474;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.container.what-we-do {
  margin-top: 60px;
}

.paragraph-tiny {
  position: relative;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
  color: #fff;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.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 {
  background-color: #fff;
  color: #000;
}

.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 {
  position: relative;
  z-index: 5;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

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

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

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

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

.paragraph-light {
  overflow: scroll;
  opacity: 0.6;
  text-align: center;
  text-decoration: none;
}

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

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

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

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
  opacity: 1;
}

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

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  padding: 30px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.56);
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-bottom-style: solid;
  opacity: 0.85;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #6bd8ff;
}

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

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

.navigation-item.w--current:hover {
  opacity: 0.8;
}

.navigation-item.w--current:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.86;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  position: absolute;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: transparent;
  background-image: url('../images/P1030403-cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

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

.intro-content.cc-homepage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  width: 100vw;
  height: 50vh;
  margin-bottom: 20px;
  text-align: center;
}

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

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

.about-story-wrap.cc-top-about {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #942474;
  border-bottom: 1px none #000;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

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

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

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._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-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

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

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

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

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

.about-us-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.about-us-header.cc-subpage {
  height: 60vh;
  margin-bottom: 20px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403_1.jpg');
  background-position: 50% 0%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.div-block {
  width: 100vw;
  height: 100vh;
}

.heading {
  text-align: center;
}

.background-video-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.47);
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
}

.home-page-header {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  width: 100vw;
  height: 70vh;
}

.hero {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60px;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: rgba(32, 31, 31, 0.49);
  text-align: center;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a7e;
  color: #fff;
}

.nav-link.w--current {
  color: #00ffeb;
}

.vimeo-light-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: block;
  overflow: auto;
  width: 240px;
  height: 80vh;
  margin: 15vh auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 240px;
  height: 320px;
  margin: 22vh auto 15vh;
}

.home-video-image-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80vw;
  height: 80vh;
  margin: 15vh auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Video-Thumbnail.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.home-down-arrow-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
  display: block;
  width: 10px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.arrow-down {
  width: 10px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/arrow.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.logo {
  height: 45vh;
  background-image: url('../images/SIS-Logo-2---white-blocks.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131111;
  color: #fff;
}

.about-container.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.home-container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131111;
  color: #fff;
}

.home-container-2.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.testimonials-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.testimonials-header.cc-subpage {
  height: 480px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403-cropped.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.testimonials-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #000;
}

.testimonials-header-2.cc-subpage {
  height: 480px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403-cropped.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.navigation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  padding: 30px 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.19);
}

.what-we-do-top {
  overflow: scroll;
  opacity: 0.6;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.what-we-do-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 6px solid #942474;
  background-color: #131111;
  color: #fff;
}

.what-we-do-container.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.what-we-do-container-right {
  position: relative;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 6px solid #942474;
  background-color: #131111;
  color: #fff;
}

.what-we-do-container-right.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #942474;
  background-color: #131111;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #942474;
}

.what-we-do-cont-white {
  width: 80%;
  margin: 80px auto;
  color: #fff;
  font-size: 19px;
}

.what-we-do-cont-white.cc-top-about {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #942474;
  border-bottom: 1px none #000;
  font-weight: 500;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
}

.column-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 3px solid #942474;
}

.column-b2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #942474;
  background-color: #131111;
}

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

.bold-text-2 {
  font-size: 20px;
}

.home-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-container-3.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.navigation-item-contact {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-bottom-style: solid;
  opacity: 0.85;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-contact:hover {
  opacity: 0.9;
  color: #6bd8ff;
}

.navigation-item-contact:active {
  opacity: 0.8;
}

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

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

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

.contact-us-btn {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.review-headline {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.form-field-catch {
  display: none;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-field-catch::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field-catch:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field-catch::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field-catch::placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.section-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-2.wide.img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/Home-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/Home-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
  cursor: default;
}

.contact-us-div {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131111;
}

.form-field {
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form-field::placeholder {
  color: hsla(0, 0%, 100%, 0.51);
}

.form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form-text-area {
  min-height: 6em;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-text-area::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.63);
}

.form-text-area:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.63);
}

.form-text-area::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.63);
}

.form-text-area::placeholder {
  color: hsla(0, 0%, 100%, 0.63);
}

.all-reviews-header {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3vw;
}

.form-label {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.form-success {
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.form-submit-btn {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 15vw;
  margin: 40px auto 20px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1vw;
  cursor: pointer;
}

.form-submit-btn:hover {
  border-color: #00ffeb;
  color: #00ffeb;
}

.form-block {
  margin-top: 40px;
  text-align: left;
}

.contact-us-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.contact-us-header.cc-subpage {
  height: 480px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403-cropped.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.gallery-slider {
  height: 70vh;
  background-color: transparent;
}

.gallery-slide-1 {
  background-image: url('../images/gal-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-right-arrow {
  color: #000;
}

.slider-left-arrow {
  color: #000;
}

.gallery-slide-2 {
  background-image: url('../images/gal-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-div {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vh;
  grid-template-areas: "Area-2 Area-2 Area-3 Area-3 Area-3 Area-3" "Area-2 Area-2 Area-3 Area-3 Area-3 Area-3" "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6" "Area-7 Area-7 Area-7 Area-10 Area-10 Area-10";
  -ms-grid-columns: 15vw 1vw 15vw 1vw 15vw 1vw 15vw 1vw 15vw 1vw 15vw;
  grid-template-columns: 15vw 15vw 15vw 15vw 15vw 15vw;
  -ms-grid-rows: 35vh 1vh 35vh 1vh 35vh 1vh 45vh;
  grid-template-rows: 35vh 35vh 35vh 45vh;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-image-portrait {
  height: 70vh;
}

.div-block-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/gal-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-image-1 {
  background-image: url('../images/gal-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-2 {
  background-image: url('../images/gal-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-3 {
  background-image: url('../images/gal-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-4 {
  background-image: url('../images/gal-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-5 {
  background-image: url('../images/gal-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-7 {
  background-image: url('../images/gal-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #000;
}

.gallery-header.cc-subpage {
  height: 480px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403-cropped.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.gallery-image-6 {
  background-image: url('../images/gal-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-8 {
  background-image: url('../images/gal-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image-9 {
  background-image: url('../images/gal-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-lightbox {
  display: block;
  height: 70vh;
}

.gallery-lightbox-2 {
  display: block;
  height: 35vh;
}

.gallery-lightbox-3 {
  display: block;
  height: 45vh;
}

.about-subheading {
  overflow: scroll;
  opacity: 0.6;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.marion-bio-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 60vw 16px 30vw;
  grid-template-columns: 60vw 30vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.marion-bio-grid.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.marion-bio-pic {
  height: 100%;
  background-image: url('../images/gal-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.thanks-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.thanks-header.cc-subpage {
  height: 60vh;
  margin-bottom: 20px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/P1030403.jpg');
  background-position: 50% 0%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.thanks-wrap {
  width: 80%;
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alex-bio-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 30vw 1vw 60vw;
  grid-template-columns: 30vw 60vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #131111;
  color: #fff;
}

.alex-bio-grid.footer-bg {
  background-color: rgba(0, 0, 0, 0.94);
}

.alex-bio-pic {
  height: 100%;
  background-image: url('../images/Screen-Shot-2020-02-16-at-23.48.20.jpg');
  background-position: 50% 25%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ofsted-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.ofsted-header.cc-subpage {
  height: 60vh;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/gal-16.jpg');
  background-position: 50% 0%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.paragraph-ofsted {
  overflow: scroll;
  opacity: 0.6;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.outcomes-image {
  height: 60vh;
  margin-top: 60px;
  background-image: url('../images/gal-15.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-light-ofsted {
  overflow: scroll;
  opacity: 0.6;
  text-align: left;
  text-decoration: none;
}

.what-we-do-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.what-we-do-header.cc-subpage {
  height: 60vh;
  margin-bottom: 20px;
  padding-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/gal-4.jpg');
  background-position: 50% 0%;
  background-size: 70vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.what-we-do-wrap {
  width: 80%;
  margin: 80px auto;
}

.what-we-do-wrap.cc-top-about {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #942474;
  border-bottom: 1px none #000;
  font-weight: 500;
}

.what-we-do-image {
  height: 60vh;
  margin-top: 60px;
  background-image: url('../images/gal-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid {
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  grid-auto-flow: row;
  grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6" "Area-7 Area-8 Area-9" "Area-10 Area-11 Area-12" "Area-13 Area-14 Area-15";
  -ms-grid-columns: 15vw 15vw 1fr;
  grid-template-columns: 15vw 15vw 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border: 1px solid #000;
}

.sessions-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.paragraph {
  text-align: center;
}

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

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

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

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

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

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

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

.bold-text-3 {
  text-align: center;
}

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

.what-we-do-image-2 {
  height: 60vh;
  margin-top: 60px;
  background-image: url('../images/gal-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .heading-jumbo-small {
    margin-top: auto;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu {
    position: static;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: rgba(0, 0, 0, 0.56);
    color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .intro-content {
    margin-bottom: 40px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .about-story-wrap {
    width: 95%;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .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;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .about-us-header.cc-subpage {
    margin-bottom: auto;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: 80vw;
  }
  .background-video-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .background-video {
    left: auto;
    top: 0%;
    right: -19%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1920px;
    max-width: 150vw;
  }
  .hero {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-menu-2 {
    min-width: 180px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .nav-link {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .menu-icon-2 {
    color: #fff;
    font-size: 40px;
  }
  .vimeo-light-box {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 50vh;
    margin-top: 25vh;
  }
  .image-5 {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 240px;
    margin-top: 12vh;
    margin-bottom: 10vh;
  }
  .home-video-image-container {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 90vw;
    height: 50vh;
    margin-top: 25vh;
    background-size: cover;
  }
  .home-down-arrow-div {
    display: block;
    text-align: center;
  }
  .navigation-2 {
    padding: 0px 0px 25px;
  }
  .navigation-item-contact {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #000;
    text-align: center;
  }
  .navigation-item-contact:hover {
    background-color: #f7f8f9;
  }
  .navigation-item-contact:active {
    background-color: #eef0f3;
  }
  .section-2.wide.img {
    padding: 50px 20px;
  }
  .all-reviews-header {
    display: block;
  }
  .form-submit-btn {
    width: 30vw;
    margin-bottom: 60px;
  }
  .marion-bio-grid {
    grid-column-gap: 2vw;
    -ms-grid-columns: 60vw 30vw;
    grid-template-columns: 60vw 30vw;
  }
  .marion-bio-pic {
    background-position: 50% 15%;
  }
  .thanks-header.cc-subpage {
    margin-bottom: auto;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: 80vw;
  }
  .alex-bio-pic {
    background-position: 50% 15%;
  }
  .ofsted-header.cc-subpage {
    background-position: 50% 0%;
    background-size: 80vw;
  }
  .what-we-do-header.cc-subpage {
    background-position: 50% 0%;
    background-size: 80vw;
  }
  .what-we-do-wrap {
    width: 95%;
  }
  .sessions-heading {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.home {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-about-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.what-we-do-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-what-we-do-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    margin-top: 40px;
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 0px 0px 20px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
    margin-bottom: 10px;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .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;
  }
  .about-us-header.cc-subpage {
    height: 70vh;
    margin-bottom: 0px;
    background-color: #000;
    background-position: 50% 0%;
    background-size: 100vw;
  }
  .nav-menu-2 {
    min-width: 180px;
  }
  .nav-link {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .menu-icon-2 {
    font-size: 30px;
  }
  .vimeo-light-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 70vh;
    max-height: 70vh;
    min-height: 45vh;
    margin-top: 18vh;
  }
  .image-5 {
    width: 120px;
    height: 160px;
    margin-top: 16vh;
  }
  .home-video-image-container {
    width: 70vw;
    height: 70vh;
    max-height: 70vh;
    margin-top: 18vh;
    background-position: 50% 50%;
    background-size: cover;
  }
  .home-down-arrow-div {
    margin-bottom: 60px;
  }
  .about-container {
    text-align: center;
  }
  .home-container-2 {
    padding-top: 0px;
    text-align: center;
  }
  .testimonials-header.cc-subpage {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
  .testimonials-header-2.cc-subpage {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
  .navigation-2 {
    padding: 0px 0px 20px;
  }
  .what-we-do-container {
    text-align: center;
  }
  .what-we-do-container-right {
    text-align: center;
  }
  .home-container-3 {
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .nav-logo {
    margin-top: 5px;
    margin-left: 5px;
  }
  .contact-us-btn {
    margin-right: 5px;
  }
  .review-headline {
    font-size: 18px;
    line-height: 36px;
  }
  .section-2.wide.img {
    padding: 50px 10px;
  }
  .contact-us-div {
    padding-top: 0px;
  }
  .form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .all-reviews-header {
    margin-bottom: 40px;
  }
  .form-submit-btn {
    width: 40vw;
  }
  .contact-us-header.cc-subpage {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
  .gallery-div {
    -ms-grid-rows: 15vh 35vh 15vh 20vh;
    grid-template-rows: 15vh 35vh 15vh 20vh;
  }
  .gallery-header {
    margin-bottom: 0px;
  }
  .gallery-header.cc-subpage {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }
  .marion-bio-grid {
    text-align: center;
  }
  .marion-bio-pic {
    background-position: 50% 5%;
  }
  .thanks-header.cc-subpage {
    height: 70vh;
    margin-bottom: 0px;
    background-color: #000;
    background-position: 50% 0%;
    background-size: 100vw;
  }
  .alex-bio-grid {
    text-align: center;
  }
  .alex-bio-pic {
    background-position: 50% 5%;
  }
  .ofsted-header.cc-subpage {
    height: 70vh;
    margin-bottom: 0px;
    background-position: 50% 0%;
    background-size: 100vw;
  }
  .what-we-do-header.cc-subpage {
    height: 65vh;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: 100vw;
  }
  .grid {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sessions-heading {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-5 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-6 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-7 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-8 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-9 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-10 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-11 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-12 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section.home {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 30px;
    line-height: 44px;
  }
  .heading-jumbo-small {
    font-size: 25px;
    line-height: 40px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-content {
    margin-bottom: 60px;
  }
  .motto-wrap {
    margin-top: 40px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .about-us-header.cc-subpage {
    height: 45vh;
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    background-color: #000;
    background-image: url('../images/P1030403.jpg');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .background-video-mask {
    display: block;
  }
  .background-video {
    position: absolute;
    left: auto;
    top: auto;
    right: -57%;
    bottom: 0%;
    display: block;
    width: 1920px;
    height: 100vh;
    max-width: 130vh;
    text-align: center;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .nav-menu-2 {
    min-width: 160px;
  }
  .nav-link {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .vimeo-light-box {
    height: 50vh;
    max-height: 50vh;
  }
  .image-5 {
    width: 120px;
    height: 160px;
    margin-top: 16vh;
  }
  .home-video-image-container {
    width: 90vw;
    height: 50vh;
    max-height: 50vh;
    background-position: 50% 50%;
    background-size: 200%;
  }
  .home-down-arrow-div {
    margin-bottom: 100px;
  }
  .logo {
    background-size: 80%;
  }
  .testimonials-header.cc-subpage {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 150%;
  }
  .testimonials-header-2.cc-subpage {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 150%;
  }
  .navigation-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-logo {
    margin-left: 5px;
  }
  .contact-us-btn {
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .section-2.wide.img {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .all-reviews-header {
    font-size: 48px;
  }
  .form-submit-btn {
    width: 40vw;
  }
  .contact-us-header.cc-subpage {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 150%;
  }
  .gallery-div {
    grid-auto-columns: 0.25fr;
    grid-template-areas: "Area-2 Area-2 Area-3 Area-3 Area-3 Area-3" "Area-2 Area-2 Area-3 Area-3 Area-3 Area-3" "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6" "Area-7 Area-7 Area-7 Area-10 Area-10 Area-10";
    -ms-grid-rows: 15vh 10vh 15vh 20vh;
    grid-template-rows: 15vh 10vh 15vh 20vh;
  }
  .gallery-header.cc-subpage {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 150%;
  }
  .about-subheading {
    font-size: 16px;
    line-height: 28px;
  }
  .thanks-header.cc-subpage {
    height: 45vh;
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    background-color: #000;
    background-image: url('../images/P1030403.jpg');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .ofsted-header.cc-subpage {
    height: 45vh;
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
  }
  .what-we-do-header.cc-subpage {
    height: 45vh;
    padding-bottom: 40px;
  }
  .grid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-ca159bcac395-8191311b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c183fde88a61-8191311b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-85144b1acd75-8191311b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-86ab1ba405f8-8191311b {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-5;
}

.grid>#w-node-86ab1ba405f8-8191311b {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-87d4de6d0411-8191311b {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: Area-10;
}

.grid>#w-node-87d4de6d0411-8191311b {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-8cc28804c215-8191311b {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-6;
}

.grid>#w-node-8cc28804c215-8191311b {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-218a6fd761c7-8191311b {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area-7;
}

.grid>#w-node-218a6fd761c7-8191311b {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-efe9d30a07c4-95913124 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-845484f654d2-95913124 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.marion-bio-grid>#w-node-845484f654d2-95913124 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.alex-bio-grid>#w-node-845484f654d2-95913124 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid>#w-node-845484f654d2-95913124 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-bf95d3bec2cf-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid>#w-node-bf95d3bec2cf-dcf65611 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-77b5339d4ada-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-5;
}

.grid>#w-node-77b5339d4ada-dcf65611 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-0380c8947544-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-6;
}

.grid>#w-node-0380c8947544-dcf65611 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-31dc29ac4457-dcf65611 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-7;
}

.grid>#w-node-31dc29ac4457-dcf65611 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-93a6073fb4bf-dcf65611 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-8;
}

#w-node-2ab2ee337886-dcf65611 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-9;
}

#w-node-5d762e937671-dcf65611 {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-10;
}

.grid>#w-node-5d762e937671-dcf65611 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-d849af6c8a69-dcf65611 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-11;
}

#w-node-3cd9fc48ec95-dcf65611 {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-12;
}

#w-node-172d736f8d15-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-13;
}

#w-node-8d566b298b6c-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-14;
}

#w-node-62f6fdb594c6-dcf65611 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-15;
}

#w-node-94790d84a08c-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.alex-bio-grid>#w-node-94790d84a08c-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid>#w-node-94790d84a08c-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-01b785b9b98b-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-2;
}

.marion-bio-grid>#w-node-01b785b9b98b-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.alex-bio-grid>#w-node-01b785b9b98b-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid>#w-node-01b785b9b98b-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

#w-node-5368c4d5dd45-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area-3;
}

.grid>#w-node-5368c4d5dd45-dcf65611 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 479px) {
  #w-node-86ab1ba405f8-8191311b {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  #w-node-87d4de6d0411-8191311b {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-8cc28804c215-8191311b {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  #w-node-218a6fd761c7-8191311b {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #w-node-845484f654d2-95913124 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-bf95d3bec2cf-dcf65611 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-77b5339d4ada-dcf65611 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  #w-node-0380c8947544-dcf65611 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  #w-node-31dc29ac4457-dcf65611 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #w-node-5d762e937671-dcf65611 {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-01b785b9b98b-dcf65611 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  #w-node-5368c4d5dd45-dcf65611 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
  }
}

