body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #900;
}

.button.full-width:hover {
  background-color: #246664;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #191e24;
}

.navigation-link:hover {
  color: #900;
}

.navigation-link.w--current {
  color: #900;
}

.navigation-bar {
  background-color: #ccc;
  background-image: url('../images/brushed-alum.png');
  background-position: 0px 0px;
  background-repeat: repeat;
  color: #191e24;
}

.navigation-menu {
  position: relative;
  top: 45px;
  font-family: Roboto, sans-serif;
  color: #191e24;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 3px;
  padding-bottom: 3px;
}

.brand-link.w--current {
  padding-top: 2px;
  padding-bottom: 2px;
}

.services-section {
  position: relative;
  padding: 50px 10px;
  background-color: #e0e0e0;
  text-align: center;
}

.services-section.accent {
  background-color: #fafafa;
  color: #191e24;
}

.white-box {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.red-box {
  background-color: rgba(187, 8, 8, 0.33);
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 150px;
  padding-bottom: 185px;
  border-bottom: 4px none #69b9ff;
  background-image: url('../images/Woodhouse-main-image.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.hero-heading {
  margin-bottom: 0px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  color: #191e24;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  white-space: normal;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Roboto, sans-serif;
  color: #900;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #900;
}

.section-subheading.center {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  color: #191e24;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #191e24;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ccc;
  background-image: url('../images/brushed-alum.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #191e24;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #191e24;
  background-image: none;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.grid-image {
  position: static;
  display: block;
  width: 40%;
  margin: 20px auto;
  padding: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #900;
  box-shadow: 0 0 0 1px #900;
  color: #900;
  background-clip: padding-box;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #900;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
  border-bottom-color: #fff;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  max-height: 500px;
  max-width: 500px;
  -o-object-fit: none;
  object-fit: none;
}

.div-block {
  position: static;
  max-height: 500px;
  max-width: 300px;
  min-height: 400px;
  min-width: 400px;
  float: left;
  border-style: solid;
  border-width: 10px;
  border-color: #fff #f0ea18 #ec2428 #000;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.wh-button {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #900;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.wh-button:hover {
  background-color: #5e0000;
}

.wh-button.w--current {
  background-color: #2e80b6;
}

.wh-button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.wh-button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.wh-button.tab:hover {
  background-color: #2e80b6;
}

.wh-button.tab.w--current {
  background-color: #2e80b6;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #191e24;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
}

.heading {
  color: #191e24;
  font-weight: 700;
}

.heading-2 {
  color: #191e24;
  font-weight: 700;
}

.heading-3 {
  color: #191e24;
  font-weight: 700;
}

.paragraph-2 {
  color: #191e24;
  font-size: 16px;
}

.paragraph-3 {
  color: #191e24;
  font-size: 16px;
}

.paragraph-4 {
  color: #191e24;
  font-size: 16px;
}

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

.quote-section {
  position: relative;
  padding: 60px 10px 0px;
  background-color: #900;
  text-align: center;
}

.quote-section.accent {
  background-color: #348986;
  color: #191e24;
}

.quote-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.quote-heading.centered {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
}

.quote-heading.centered.white {
  color: #900;
}

.quote-section-subheading.center {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.quote-section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #191e24;
}

.image {
  display: block;
}

.image-slider {
  overflow: visible;
  width: auto;
  height: 500vh;
  max-height: 500px;
  max-width: 281px;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide {
  width: 100%;
  height: 750px;
  max-height: 750px;
  max-width: 422px;
  min-height: 750px;
  min-width: 231px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Woodhouse-Lines-1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  height: 56.27vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-1 {
  background-image: url('../images/Woodhouse-Lines-6.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  background-image: url('../images/Woodhouse-Lines-5.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/Woodhouse-Lines-8.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.who-we-are-section {
  position: relative;
  padding: 80px 10px 50px;
  background-color: #e0e0e0;
  text-align: center;
}

.who-we-are-section.accent {
  background-color: #fafafa;
  color: #191e24;
}

.who-are-we-white-box {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.who-are-we-white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.interior-page-section {
  position: relative;
  padding: 50px 10px;
  background-color: #e0e0e0;
  text-align: center;
}

.interior-page-section.accent {
  background-color: #fafafa;
  color: #191e24;
}

.paragraph-5 {
  font-family: Roboto, sans-serif;
  color: #191e24;
  font-size: 16px;
  text-align: left;
}

.columns-2 {
  margin-bottom: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  color: #900;
  font-size: 26px;
  text-align: left;
  letter-spacing: 2px;
}

.bold-text {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 5px;
}

.title-heading {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #900;
  font-size: 26px;
  text-align: left;
  letter-spacing: 2px;
}

.paragraph-6 {
  color: #191e24;
  font-size: 16px;
  text-align: left;
  white-space: normal;
}

.paragraph-7 {
  color: #191e24;
  font-size: 16px;
}

.image-slider-bigger {
  overflow: visible;
  width: 30vw;
  height: 86vh;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon {
  background-color: transparent;
}

.list-item {
  margin-bottom: 10px;
  color: #191e24;
  font-weight: 300;
  text-align: left;
}

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

.utility-page-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 40vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 60px;
  -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;
  background-color: #e0e0e0;
}

.utility-page-content {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  margin-top: 0px;
  clear: none;
  -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-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  position: static;
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    margin-top: 40px;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .brand-link.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .heading {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-position: 50% 0%;
  }

  .hero-heading {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .wh-button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .wh-button.tab {
    font-size: 12px;
  }

  .paragraph {
    font-size: 22px;
  }

  .quote-heading.centered {
    font-size: 29px;
  }

  .image-slider {
    margin-bottom: 40px;
  }

  .who-are-we-white-box {
    margin-bottom: 30px;
  }

  .image-slider-bigger {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hamburger-button {
    margin-top: 0px;
    float: right;
    clear: none;
  }

  .white-box {
    margin-bottom: 20px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 65% 0%;
    background-size: cover;
  }

  .hero-heading {
    color: #fff;
    font-size: 29px;
    text-align: center;
  }

  .section-heading.centered {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .div-block {
    min-height: 300px;
    min-width: 250px;
    margin-left: 10px;
    float: none;
    clear: none;
    background-color: rgba(0, 0, 0, 0.47);
  }

  .wh-button {
    margin-bottom: 25px;
  }

  .paragraph {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }

  .quote-heading.centered {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .quote-section-subheading.center {
    line-height: 30px;
  }
}

