:root {
  --white-smoke: whitesmoke;
  --midnight-blue: #192634;
  --peach-white: #ece8e5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.nav-link {
  justify-content: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.nav-link.blog {
  display: none;
}

.container {
  max-width: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.brand {
  flex: 1;
}

.brand.w--current {
  justify-content: flex-start;
  display: flex;
}

.triangle-dark-nav-bar {
  height: 80px;
  border-top: 80px solid rgba(0, 0, 0, 0);
  border-bottom: 40px rgba(0, 0, 0, 0);
  border-left: 60px #333;
  border-right: 40px solid #595959;
}

.hero-section {
  background-image: url('../images/Road-Marking.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  display: flex;
}

.triangle-white-nav-nar {
  width: auto;
  height: auto;
  opacity: .85;
  border-bottom: 34vw solid rgba(0, 0, 0, 0);
  border-left: 20ch solid #192634;
}

.div-block {
  width: 50%;
  opacity: .85;
  background-color: #192634;
  border: 34px #000;
  border-width: 34px 34px 1px 1px;
  flex: 0 auto;
  padding: 20px;
}

.heading-1 {
  color: var(--white-smoke);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.heading-3 {
  color: var(--white-smoke);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.heading-3.reverse {
  color: var(--midnight-blue);
  margin-bottom: 10px;
}

.heading-3.reverse.line-removal {
  margin-bottom: 0;
}

.heading-3.centre {
  text-align: center;
  margin-top: 10px;
}

.button {
  border: 1px solid var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px;
  font-family: Open Sans, sans-serif;
}

.button:hover {
  background-color: var(--peach-white);
  color: var(--midnight-blue);
}

.button.reverse {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.reverse:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.section {
  padding: 30px 0;
}

.section.peach {
  background-color: var(--peach-white);
}

.section.blue {
  background-color: var(--midnight-blue);
}

.section.grey {
  background-color: var(--white-smoke);
}

.heading-2 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-2.reverse {
  color: var(--white-smoke);
}

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

.paragraph {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.paragraph.reverse {
  color: var(--white-smoke);
}

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

.grid-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.slide-nav {
  display: none;
}

.section-services {
  background-color: var(--midnight-blue);
  transform-style: preserve-3d;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 0;
  position: relative;
}

.section-services:hover {
  transform: scale3d(1, 1, 1.3);
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 33%;
  text-align: center;
  margin-right: 1%;
}

.team-block {
  background-color: var(--midnight-blue);
  text-align: center;
  padding-bottom: 10px;
}

.team-member-image-two {
  margin-bottom: 0;
}

.team-block-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  margin-left: -70px;
  margin-right: -70px;
  display: block;
  overflow: hidden;
}

.team-slider-nav {
  color: var(--white-smoke);
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.div-block-4 {
  border-bottom: 2px solid var(--white-smoke);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 22px;
  display: flex;
}

.div-block-5 {
  width: 30%;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  width: 70%;
  margin-bottom: 20px;
  padding-top: 20px;
}

.textarea, .text-field {
  margin: 10px 10px 10px 0;
}

.form {
  margin-top: 20px;
}

.footer-dark {
  background-color: var(--midnight-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white-smoke);
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--peach-white);
  -webkit-text-stroke-color: var(--white-smoke);
}

.footer-link.blog {
  display: none;
}

.footer-social-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image {
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--white-smoke);
}

.container-footer {
  width: 100%;
  max-width: 940px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.div-block-8 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.thermoplastic-page {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-2 {
  max-width: none;
}

.image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-link {
  color: var(--white-smoke);
  background-color: #222;
  font-family: Open Sans, sans-serif;
}

.dropdown-link:hover {
  background-color: #333;
}

.dropdown-list {
  max-width: 120px;
}

.dropdown-list.w--open {
  width: 200px;
  max-width: none;
}

.text-link {
  color: #333;
  font-family: Open Sans, sans-serif;
}

.text-link.phone {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.div-block-9 {
  overflow: hidden;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  cursor: pointer;
}

.stack-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.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;
  align-items: center;
  display: flex;
}

.container-footer-2 {
  width: 100%;
  max-width: 940px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  justify-content: flex-start;
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container {
    flex: 1;
  }

  .triangle-white-nav-nar {
    border-bottom-width: 68vw;
    border-left-width: 10ch;
  }

  .grid {
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    display: flex;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .grid-2 {
    display: block;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-footer {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .div-block-8 {
    justify-content: center;
    display: flex;
  }

  .thermoplastic-page, .image-grid, .stack-grid {
    display: block;
  }

  .container-footer-2 {
    max-width: 728px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    background-color: #fff;
  }

  .triangle-white-nav-nar {
    display: none;
  }

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

  .heading-1 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph {
    margin: 0 10px 20px;
  }

  .section-services {
    padding: 60px 15px;
  }

  .grid-3 {
    display: block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-block-2 {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    opacity: .78;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-4 {
    display: block;
  }

  .div-block-6 {
    margin-left: 10px;
  }

  .container-footer {
    max-width: none;
  }

  .footer-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .paragraph-2 {
    margin-left: 0;
  }

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

  .container-footer-2 {
    max-width: none;
    flex-direction: column;
  }

  .footer-block-2 {
    flex-direction: row;
    justify-content: center;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: var(--midnight-blue);
    background-color: #fff;
  }
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-c36b4264, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-c36b4264, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-c36b4264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-c36b4264, #w-node-_4373c126-c080-4ea9-dc92-0fbd1135faf8-c36b4264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4373c126-c080-4ea9-dc92-0fbd1135faea-c36b4264, #w-node-_4373c126-c080-4ea9-dc92-0fbd1135faeb-c36b4264, #w-node-_4373c126-c080-4ea9-dc92-0fbd1135faf6-c36b4264, #w-node-_391c4660-eabf-8e56-145c-6d86317f3334-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f3341-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f334e-317f332e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_391c4660-eabf-8e56-145c-6d86317f3357-317f332e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_391c4660-eabf-8e56-145c-6d86317f3358-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f3364-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f3366-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f3368-317f332e, #w-node-_391c4660-eabf-8e56-145c-6d86317f336a-317f332e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ff0b4e8-eb39-9568-f736-acefaf50dee5-af50dee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9ff0b4e8-eb39-9568-f736-acefaf50defc-af50dee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-6604cdf6, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-6604cdf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-6604cdf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d37e6e94-fc93-aee7-30d6-b97ddc3454ad-6604cdf6, #w-node-d37e6e94-fc93-aee7-30d6-b97ddc3454b0-6604cdf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37e6e94-fc93-aee7-30d6-b97ddc3454b2-6604cdf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-b31349ae, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-b31349ae, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-b31349ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-b31349ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-b3189c14, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-b3189c14, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-b3189c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-b3189c14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-7c48abab, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-7c48abab, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-7c48abab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-7c48abab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-63587ae9, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-63587ae9, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-63587ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a429003a-b723-7fb8-8f54-cb16e67bc072-63587ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b76d9a94-389f-0277-98d9-7f763c9e8ac1-63587ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b76d9a94-389f-0277-98d9-7f763c9e8ad1-63587ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fc9771e4-b82b-858c-d26b-4a02aab82b9f-63587ae9, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-f16c0f0b, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-f16c0f0b, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-f16c0f0b, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-ebc09fb5, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-ebc09fb5, #w-node-a3f7df40-39a3-b42c-26a4-8650cc548e0d-ebc09fb5, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-643e2d28, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-643e2d28, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-7c54014a, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-7c54014a, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-7267d835, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-7267d835, #w-node-_0f2e00ca-c7df-914b-d4e7-1f8208102e6a-643fde31, #w-node-ae7c4bd7-4cc8-6036-65b3-bd1c3c7e60d2-643fde31, #w-node-_4bd67831-92d9-cb4f-a292-ef632f4501d0-51f2033b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ff41bd-366d-784e-52d3-8fc8666d0cf6-51f2033b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_391c4660-eabf-8e56-145c-6d86317f3332-317f332e {
    justify-self: center;
  }
}


