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

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  padding: 10px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

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

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image.plus {
  object-position: 50% 0%;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  text-align: center;
  background-color: #373f41;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

.div-block {
  display: block;
}

.div-block-2, .list-item, .list-item-2 {
  display: none;
}

.button {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-copy {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-2, .paragraph-3, .heading-2, .heading-3, .heading-4, .heading-5 {
  display: none;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  margin-top: 20px;
}

.paragraph-copy {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.text-block {
  color: #fff;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.gallery-thumbnail.extra, .paragraph-8, .button-2 {
  display: none;
}

.grid {
  grid-template-rows: auto;
}

.image {
  max-height: 60px;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .gallery-grid-container {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .call-to-action, .footer {
    padding: 40px 20px;
  }

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

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: center;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .button {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

#w-node-_71bba72e-2a7d-92c5-d748-47d26974f6dc-7b158646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_92cc4745-bd92-a8d1-f4e4-bc20887cd563-7b158646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_433114fb-1bbc-6bf4-acad-32c8be5c12bd-9dda33ca, #w-node-_8c127f9e-aad1-f099-37fb-9de79fe87b5d-9dda33ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_821f366f-8322-497e-e276-b17ebca94635-bca94632 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e0843-7b158646, #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e0845-7b158646, #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e084a-7b158646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e084c-7b158646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e0839-7b158646, #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e0840-7b158646, #w-node-_4e67f3e6-5141-77c5-86d9-4dd6168e0847-7b158646, #w-node-_1016fde1-44ec-7703-12a2-750af508fe2e-7b158646 {
    grid-column: span 1 / span 1;
  }

  #w-node-_71bba72e-2a7d-92c5-d748-47d26974f6dc-7b158646, #w-node-_92cc4745-bd92-a8d1-f4e4-bc20887cd563-7b158646, #w-node-_821f366f-8322-497e-e276-b17ebca94635-bca94632 {
    justify-self: center;
  }
}
