:root {
  --mcmaster-red: #8d191c;
}

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

body {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

li {
  margin-bottom: .5rem;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section {
  flex-flow: column;
  padding-bottom: 2rem;
  position: relative;
}

.page_wrapper {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.main_wrapper {
  z-index: 3;
  flex-flow: column;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0%;
}

.hamburger-icon {
  width: 50%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-links-wrapper {
  z-index: 999999;
  border-left: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.menu-links-wrapper.small {
  padding-left: 3rem;
}

.overlay-menu-internal-links {
  line-height: 1;
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
}

.overlay-menu-link:hover {
  color: var(--mcmaster-red);
  font-weight: 700;
}

.overlay-menu-link.small {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.overlay-menu-link.small:hover {
  color: var(--mcmaster-red);
}

.overlay-menu-link.small.top {
  margin-top: 0;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper.w--current {
  font-weight: 700;
}

.overlay-menu-link-wrapper.bottom {
  margin-bottom: 0;
}

.menu-close-cross {
  width: 40%;
}

.social-link-wrapper {
  text-align: right;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  display: none;
  position: relative;
}

.menu-grid {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.7fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  position: relative;
}

.menu-wrapper---full-screen {
  z-index: 100;
  justify-content: center;
  display: none;
  position: relative;
}

.menu-open {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: var(--mcmaster-red);
  border-radius: 2rem;
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
  margin-right: 2rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.overlay-menu-social-link {
  width: 3rem;
  height: 3rem;
  margin-left: 1em;
  font-size: 1rem;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.menu-bg {
  z-index: 99;
  color: #333;
  background-color: #100;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.section_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  min-height: 700px;
  position: relative;
}

.wrapper_home-logo-overlay {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 1rem;
  display: flex;
}

.paragraph {
  color: #000;
  margin-bottom: 1em;
}

.paragraph.white {
  color: #fff;
}

.section-2 {
  height: 200px;
  position: relative;
}

.link-block-2 {
  background-color: #000;
  width: 20em;
  height: 100px;
  position: sticky;
  top: 100px;
}

.menu-feature-text {
  color: #ffffff4d;
  margin-top: 4rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.menu_internal-links {
  color: #fff;
  text-align: left;
  margin-top: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-link_white {
  color: #fff;
  font-size: 1rem;
}

.text-link_white:hover {
  font-weight: 500;
}

.menu-logo {
  width: 100%;
  max-width: 22rem;
}

.wrapper_home-logo-large {
  width: 100%;
  margin-bottom: 3rem;
}

.quicklink_home_finance {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.quicklink_home-nav {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  transform: scale(1);
}

.wrapper_quicklinks_home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.quicklink-background {
  z-index: 0;
  background-color: var(--mcmaster-red);
  width: 100vw;
  position: absolute;
  inset: .3rem 0% .3rem auto;
}

.quicklink-rule_top {
  background-color: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quicklink-rule_bottom {
  background-color: #fff;
  width: 100vw;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.quicklink-rule_bottom.hide {
  display: flex;
}

.wrapper_quicklinks_width {
  width: 85%;
  max-width: 45rem;
  position: relative;
}

.red-dash_quicklinks {
  background-color: var(--mcmaster-red);
  width: 15vw;
  height: 1.5rem;
  position: absolute;
  inset: auto 0% 3rem auto;
}

.footer_home {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.logo_home-footer {
  width: 8rem;
  margin-bottom: 1rem;
}

.footer-fineprint {
  color: #fff;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 300;
}

.footer-fineprint.internal {
  text-align: right;
}

.footer_logo {
  width: 10rem;
}

.footer_logo.home {
  width: 12rem;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.header_text {
  color: #ffffff5c;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.header_logo {
  width: 13rem;
  margin-bottom: 5rem;
  transition: all .2s;
}

.header_logo:hover {
  transform: scale(.98);
}

.hamburger-wrapper {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hamburger-wrapper:hover {
  background-color: var(--mcmaster-red);
  border-style: none;
}

.hamburger-icon_black {
  width: 50%;
  display: none;
}

.footer {
  margin-top: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #ffffff4d;
  grid-template-columns: 1fr .75fr;
  padding-top: 2rem;
}

.footer-text {
  color: #fff;
  border-right: 1px solid #fff;
  margin-right: 1rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-right: 1rem;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .6rem;
  display: inline-block;
}

.footer-text.no-rule {
  border-right-style: none;
}

.footer-text-link {
  color: #fff;
}

.footer-text-link:hover {
  font-weight: 600;
}

.background-image-wrapper {
  z-index: 1;
  background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 12%, #fff0), linear-gradient(58deg, #000, #000 40%, #fff0), url('../images/holder-image_1.jpg');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, 90%;
  position: absolute;
  inset: 0%;
}

.content_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .5fr 1fr;
}

.content-wrapper {
  background-color: #fff;
  padding: 3rem 3.5rem 3rem 0;
  position: relative;
}

.content-wrapper.clear {
  background-color: #fff0;
  padding: 0;
}

.page-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 2em;
  line-height: 1;
}

.page-heading.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 2rem;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
}

.home-background-image-wrapper {
  z-index: 1;
  background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 12%, #fff0), linear-gradient(58deg, #000, #000 40%, #fff0);
  position: absolute;
  inset: 0%;
}

.home-slider {
  opacity: .85;
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow-4, .right-arrow-5, .slide-nav-5, .icon-3, .icon-4 {
  display: none;
}

.home-slider-1 {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/holder-image.jpg');
  background-position: 0 0, 0 0, 15%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 160%;
}

.home-slider-2 {
  background-image: linear-gradient(55deg, #000 19%, #fff0), linear-gradient(207deg, #000 6%, #fff0), url('../images/hire-holder-image.jpg');
  background-position: 0 0, 0 0, 15%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.services-logo-wrapper {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.services-logo-link {
  width: 13%;
  transition: all .2s;
}

.services-logo-link:hover {
  transform: scale(.96);
}

.footer-tagline-text {
  color: #ffffff4d;
  text-align: right;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.subheading {
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.4em;
  font-weight: 600;
}

.subheading.white {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.3em;
  line-height: 1.2;
}

.industrial-quicklink-content {
  z-index: 1;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.quicklink_home_industrial, .quicklink_home_hire, .quicklink_home_civil, .quicklink_home_developments {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.quicklink-content-wrapper {
  position: relative;
}

.hire-quicklink-content {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.quicklink-logo {
  width: 70%;
}

.quicklink-text {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-family: Zalando Sans Expanded, sans-serif;
}

.civil-quicklink-content, .developments-quicklink-content {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.finance-quicklink-content-copy {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-13 {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/civil-holder-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.5;
  }

  .container {
    width: 85%;
  }

  .overlay {
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2em;
    display: none;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .menu-links-wrapper {
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .menu-links-wrapper.small {
    border-top: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
    border-left-style: none;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .overlay-menu-internal-links {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    padding-bottom: 2rem;
    font-size: 1em;
  }

  .overlay-menu-link {
    margin-bottom: .5rem;
    font-size: 1em;
  }

  .overlay-menu-link.small {
    margin-bottom: 0;
  }

  .overlay-menu-link-wrapper {
    text-align: left;
  }

  .social-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .menu-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-top: 15%;
    padding-left: 0;
  }

  .menu-wrapper---full-screen {
    display: none;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    width: 4em;
    height: 4em;
    margin-top: 1em;
    margin-right: 1em;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .wrapper_home-logo-overlay {
    justify-content: space-between;
    padding-top: 20vw;
    padding-bottom: 0;
    position: relative;
  }

  .menu-feature-text {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .menu_logo-link {
    margin-bottom: 2rem;
    display: none;
  }

  .menu_logo-link.w--current {
    display: none;
  }

  .menu-logo {
    max-width: 25rem;
  }

  .wrapper_home-logo-large {
    margin-bottom: 20vw;
  }

  .quicklink_home-nav {
    font-size: 2rem;
  }

  .wrapper_quicklinks_width {
    width: 100%;
  }

  .red-dash_quicklinks {
    bottom: 15vw;
  }

  .footer_home {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .logo_home-footer {
    width: 10rem;
  }

  .footer-fineprint {
    position: static;
  }

  .footer-fineprint.internal {
    text-align: left;
  }

  .header_text {
    font-size: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr .25fr;
  }

  .background-image-wrapper {
    background-image: linear-gradient(223deg, #000, #fff0 45%), linear-gradient(8deg, #000 56%, #fff0), linear-gradient(58deg, #000, #000 53%, #fff0), url('../images/holder-image_1.jpg');
    background-position: 0 0, 0 0, 0 0, 70% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 140%;
  }

  .content_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.5fr .25fr;
    grid-auto-columns: 1fr;
  }

  .home-slider-1 {
    background-size: auto, auto, cover;
  }

  .services-logo-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .services-logo-link {
    width: 10rem;
    margin-bottom: 3rem;
    margin-right: 4rem;
  }

  .footer-tagline-text {
    text-align: left;
  }

  .finance-quicklink-content-copy {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .overlay {
    display: none;
  }

  .menu-links-wrapper {
    margin-bottom: .5em;
    padding-top: 0;
  }

  .overlay-menu-link.small {
    margin-top: .7rem;
    font-size: 1.3rem;
  }

  .menu-wrapper---full-screen {
    z-index: 110;
  }

  .menu-open {
    z-index: 99;
    width: 3em;
    height: 3em;
  }

  .menu-close {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .menu-bg {
    display: block;
  }

  .menu-feature-text {
    margin-top: 2rem;
    font-size: 1.9rem;
  }

  .menu_internal-links {
    margin-top: .7rem;
  }

  .menu_logo-link.w--current {
    display: none;
  }

  .quicklink_home_finance {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quicklink_home-nav {
    text-align: center;
    font-size: 1.5rem;
  }

  .quicklink-background, .quicklink-rule_top {
    width: 100%;
  }

  .quicklink-rule_bottom {
    width: 100%;
    display: flex;
  }

  .quicklink-rule_bottom.hide {
    display: none;
  }

  .red-dash_quicklinks {
    width: 100%;
    height: 1rem;
    inset: auto 0% 0%;
  }

  .footer_home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo_home-footer {
    width: 10rem;
  }

  .header_text {
    font-size: 2.5rem;
  }

  .header_logo {
    width: 10rem;
    margin-bottom: 4rem;
  }

  .footer_links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    border-right-style: none;
    display: block;
  }

  .content-wrapper {
    padding-right: 2rem;
  }

  .page-heading.white {
    font-size: 1.5em;
  }

  .home-slider-1 {
    background-position: 0 0, 0 0, 50%;
  }

  .services-logo-wrapper {
    flex-flow: wrap;
    max-width: 500px;
  }

  .services-logo-link {
    width: 8rem;
    margin-bottom: 2rem;
    margin-right: 3rem;
  }

  .footer-tagline-text {
    font-size: 1rem;
  }

  .quicklink_home_industrial, .quicklink_home_hire, .quicklink_home_civil, .quicklink_home_developments {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quicklink-content-wrapper, .finance-quicklink-content-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    width: 85%;
    display: flex;
  }

  .overlay {
    align-content: flex-start;
    display: none;
  }

  .hamburger-icon {
    width: 45%;
  }

  .menu-links-wrapper {
    margin-bottom: 0;
  }

  .overlay-menu-internal-links {
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .overlay-menu-link.small {
    margin-top: .6rem;
  }

  .overlay-menu-link-wrapper {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .overlay-menu-link-wrapper.w--current {
    font-size: 1.6rem;
  }

  .menu-close-cross {
    width: 50%;
  }

  .social-link-wrapper {
    align-self: flex-start;
  }

  .menu-grid {
    grid-auto-columns: .25fr;
    margin-top: 20%;
  }

  .menu-wrapper---full-screen {
    z-index: 110;
  }

  .menu-open {
    text-decoration: line-through;
  }

  .menu-close {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    margin-right: 1rem;
    font-size: 1.2em;
  }

  .overlay-menu-social-link {
    width: 2.5em;
    height: 2.5em;
  }

  .section_hero {
    min-height: 600px;
  }

  .wrapper_home-logo-overlay {
    width: 85%;
    padding-top: 30vw;
  }

  .menu-feature-text {
    font-size: 1.2rem;
    display: none;
  }

  .menu_internal-links {
    margin-top: .5rem;
  }

  .text-link_white {
    font-size: .9rem;
  }

  .menu-logo {
    max-width: 15rem;
  }

  .wrapper_home-logo-large {
    margin-bottom: 25vw;
  }

  .quicklink_home-nav {
    font-size: 1rem;
  }

  .footer_home {
    max-width: 80%;
  }

  .footer-fineprint {
    text-align: center;
  }

  .header {
    padding-top: 2rem;
  }

  .header_text {
    font-size: 2rem;
  }

  .header_logo {
    width: 8rem;
    margin-bottom: 2rem;
  }

  .hamburger-icon_black {
    width: 45%;
  }

  .footer-grid, .content_grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-heading {
    font-size: 1.7em;
  }

  .page-heading.white {
    font-size: 1.4em;
  }

  .home-slider-1 {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .services-logo-wrapper {
    width: 100%;
  }

  .services-logo-link {
    width: 6rem;
    margin-right: 2rem;
  }

  .subheading.white {
    font-size: 1.2em;
  }
}

#w-node-_98c56312-0b47-4fea-9c0b-e38c99285ae7-6c06a25b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: stretch;
}

#w-node-cba82721-545a-8d9e-209a-7e6e829ff03b-627b0cf4 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_7484c858-5996-104f-44df-e8fae9047a08-627b0cf4 {
  grid-area: 4 / 1 / 5 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
    grid-area: 1 / 3 / 3 / 4;
    place-self: start end;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-cba82721-545a-8d9e-209a-7e6e829ff03b-627b0cf4 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7484c858-5996-104f-44df-e8fae9047a08-627b0cf4 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b669279f-9223-8fe6-d403-4ac578f8d6d7-627b0cf4 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34e3c81e-b40c-2df0-e710-34ddd8419915-6c06a25b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_98c56312-0b47-4fea-9c0b-e38c99285ae7-6c06a25b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-cba82721-545a-8d9e-209a-7e6e829ff03b-627b0cf4 {
    grid-area: 2 / 1 / 4 / 3;
    align-self: stretch;
  }
}


