/* TOSAS SCSS */
/* --- Variables --- */
/* --- Mixins --- */
/* --- Base --- */
html, body {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: "Figtree", sans-serif;
  color: #2a343d;
  overflow-x: hidden;
  background: white;
  position: relative;
}

#wpadminbar {
  position: absolute;
}

b, strong, .bold {
  font-weight: 600;
}

.full-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.full-top {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.full-bottom {
  background-position: 80% 0%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.half-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.full-background-fixed {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.hidden {
  display: none;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

.col-0-gutter-left {
  padding-left: 0;
}

.col-0-gutter-right {
  padding-right: 0;
}

.col-0-margin {
  margin-left: 0;
  margin-right: 0;
}

.tiny-top::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 1px;
  background-color: #b2c6d8;
}

.display-none {
  display: none;
  left: -999em;
}

.vh-75 {
  height: 75vh;
}

h1 {
  font-size: 2rem;
  line-height: 1.6;
}

h2 {
  font-size: 1.66rem;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.063rem;
  line-height: 1.6;
}

p.white-read-more a {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  color: white;
  background: transparent;
  padding: 7px 35px 7px 15px;
  transition: all, 0.25s;
  border: 1px solid white;
  border-radius: 25px;
}
p.white-read-more a:hover {
  color: #e9a121;
  border-color: #e9a121;
}
p.white-read-more a:hover::after {
  transform: rotate(-45deg);
  right: 13px;
}
p.white-read-more a::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "\f138";
  font-family: "Bootstrap-icons";
  margin-top: -11px;
  margin-left: 5px;
  transition: all, 0.25s;
}

p.download-pdf a {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  color: white;
  background: #003366;
  background: linear-gradient(55deg, rgb(0, 51, 102) 22%, rgb(0, 117, 174) 84%);
  padding: 7px 35px 7px 15px;
  transition: all, 0.25s;
  border: 1px solid white;
  border-radius: 25px;
}
p.download-pdf a:hover {
  background: #e9a121;
  border-color: #e9a121;
  color: white;
}
p.download-pdf a:hover::after {
  transform: none;
}
p.download-pdf a::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "\f30a";
  font-family: "Bootstrap-icons";
  margin-top: -11px;
  margin-left: 5px;
  transition: all, 0.25s;
}

p.orange-read-more a {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  color: #e9a121;
  background: transparent;
  padding: 7px 35px 7px 15px;
  transition: all, 0.25s;
  border: 1px solid white;
  border-radius: 25px;
}
p.orange-read-more a:hover {
  color: white;
  border-color: white;
}
p.orange-read-more a:hover::after {
  transform: rotate(-45deg);
  right: 13px;
}
p.orange-read-more a::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "\f138";
  font-family: "Bootstrap-icons";
  margin-top: -11px;
  margin-left: 5px;
  transition: all, 0.25s;
}

.invert {
  color: white;
}

.orange {
  color: #e9a121;
}

.up-animate, .up-animate-faster {
  opacity: 0;
}

.unbreakable-word {
  white-space: nowrap;
}

nav.navbar-light {
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid white;
  padding: 0;
  z-index: 1001;
  background-color: rgb(241, 245, 248);
  transition: all, 0.25s;
}
nav.navbar-light a.navbar-brand {
  width: 110px;
  height: 62px;
  display: block;
  margin-bottom: 2px;
  background: url("../images/Tosas-Logo.png") no-repeat left top;
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link {
  font-size: 14px;
  color: #404d5d;
  padding: 10px 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link::before {
  position: absolute;
  transition: all, 0.25s;
  content: "";
  width: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: #e9a121;
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link:hover, nav.navbar-light ul.navbar-nav li.nav-item a.nav-link:focus {
  font-weight: 600;
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link:hover::before, nav.navbar-light ul.navbar-nav li.nav-item a.nav-link:focus::before {
  width: 100%;
  right: 0;
  left: auto;
}
nav.navbar-light ul.navbar-nav li.dropdown div.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 1px;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products {
  padding: 0;
  background: #003366;
  color: white;
  position: relative;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  background-color: #00172e;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.col-lg-3 {
  position: relative;
  z-index: 15;
  background: #00172e;
  border-right: 1px solid white;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products p a {
  min-width: 225px;
  max-width: 100%;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products h5 {
  font-size: 0.875rem;
  margin: 30px 0 15px 0;
  font-weight: 600;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products h5.right {
  margin-left: 12px;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products p.left {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products img {
  border-radius: 15px;
  margin-bottom: 1rem;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.first p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(0, 128, 128) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.first p a:hover {
  background: none;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.second p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(178, 195, 109) 100%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.second p a:hover {
  background: none;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.third p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(73, 38, 70) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
nav.navbar-light ul.navbar-nav li.dropdown div.products div.third p a:hover {
  background: none;
}
nav.navbar-light .dropdown-toggle::after {
  display: none;
}
nav.navbar-light div.search {
  border-left: 1px solid white;
}
nav.navbar-light div.search a {
  color: #404d5d;
  padding: 10px;
  font-size: 1.2rem;
}
nav.navbar-light div.search a:hover {
  color: #25D366;
}

nav.navbar-light.top-scrolled {
  background-color: rgba(0, 23, 46, 0.65);
  backdrop-filter: blur(5px);
}
nav.navbar-light.top-scrolled a.navbar-brand {
  background-image: url("../images/Tosas-Logo-White.png");
}
nav.navbar-light.top-scrolled ul.navbar-nav li.nav-item a.nav-link {
  color: white;
}
nav.navbar-light.top-scrolled div.search a {
  color: white;
}
nav.navbar-light.top-scrolled div.search a:hover {
  color: #25D366;
}

#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #545d64;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
  color: #545d64;
  z-index: 1111;
}
#back-to-top:hover {
  background: #0071b9;
  color: white;
  border-color: white;
}

#back-to-top.visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

div.content-slider .slick-slide, div.image-slider-first .slick-slide, div.image-slider-second .slick-slide {
  transform: scale(1) !important;
  opacity: 1;
  transition: none;
}

div.content-slider .slick-active, div.image-slider-first .slick-active, div.image-slider-second .slick-active {
  transform: none !important;
  opacity: 1;
}

section#home .slick-vertical .slick-slide {
  border: none;
}
section#home section {
  position: relative;
  z-index: 10;
}
section#home section#first {
  background-image: url("../images/home-intro-bg.jpg");
  position: relative;
  z-index: 5;
}
section#home section#first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: #033F85;
  background: linear-gradient(0deg, rgba(3, 63, 133, 0.9) 0%, rgba(3, 63, 133, 0.9) 60%, rgba(3, 63, 133, 0) 100%);
  z-index: 10;
}
section#home section#first div.row, section#home section#first div.container {
  position: relative;
  z-index: 11;
}
section#home section#first div.row {
  height: 100vh;
}
section#home section#first h1 {
  color: white;
  font-weight: 400;
  margin-bottom: 73px;
  line-height: 1.1;
  padding-bottom: 10px;
  position: relative;
  z-index: 11;
}
section#home section#first h1 strong {
  display: block;
  font-weight: 600;
  font-size: 57px;
}
section#home section#first div.bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid white;
  z-index: 12;
}
section#home section#first div.bottom-bar a {
  display: block;
  width: 100vw;
  padding: 15px 0;
  text-decoration: none;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all, 0.25s;
}
section#home section#first div.bottom-bar a span {
  border-top: 3px solid #e9a121;
  margin-top: -17px;
  padding-top: 9px;
  padding-right: 10px;
}
section#home section#first div.bottom-bar a .bi-arrow-down {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 15px;
  padding-bottom: 2px;
}
section#home section#first div.bottom-bar a:hover {
  color: #e9a121;
  background-color: rgba(0, 23, 46, 0.3);
}
section#home section#second {
  background-image: url("../images/home-second-bg.jpg");
  position: relative;
  z-index: 5;
}
section#home section#second div.col-md-12 {
  position: relative;
}
section#home section#second div.dark-grey-before {
  position: absolute;
  bottom: 0;
  width: 30%;
  display: block;
  background: #2a343d;
  z-index: 9;
  height: 178px;
}
section#home section#second div.blue-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0vw;
  display: block;
  background: #0071b9;
  z-index: 8;
  opacity: 0;
  height: 178px;
}
section#home section#second div.container {
  position: relative;
  z-index: 11;
  overflow: hidden;
  min-height: 80vh;
}
section#home section#second div.container div.col-md-12 {
  position: relative;
}
section#home section#second div.second-left {
  background: #2a343d;
  border-right: 1px solid white;
}
section#home section#second div.second-left h3 {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 1.313rem;
  margin-bottom: 0;
  padding: 30px 20px 30px 0;
  font-weight: 400;
}
section#home section#second div.second-right h4 {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 1rem;
  padding: 30px 0 30px 10px;
  margin-bottom: 0;
  font-weight: 400;
}
section#home section#second div.last p.left {
  width: 40vw;
  padding: 0 20px 40px 20px;
  border-right: 1px solid white;
  margin: 0;
}
section#home section#third {
  background-image: url("../images/home-second-bg.jpg");
  position: relative;
  z-index: 5;
}
section#home section#third::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(42, 52, 61, 0.9);
  z-index: 9;
}
section#home section#third div.container {
  position: relative;
  z-index: 11;
}
section#home section#third div.container div.left-content {
  width: 33.33333%;
  --height: 0;
}
section#home section#third div.container div.left-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: white;
  height: var(--height);
}
section#home section#third div.container div.left-content h3.second-lines {
  position: relative;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 80px 30px 20px 30px;
  --height: 0;
}
section#home section#third div.container div.left-content h3.second-lines::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: white;
  height: var(--height);
}
section#home section#third div.container div.left-content p.first-lines {
  position: relative;
  --height: 0;
}
section#home section#third div.container div.left-content p.first-lines::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: white;
  height: var(--height);
}
section#home section#third div.container div.left-content p.first-lines::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: white;
  height: var(--height);
}
section#home section#third div.container div.left-content p.first-lines {
  color: white;
  padding: 0 30px 62px 30px;
  margin: 0;
}
section#home section#third div.container div.right-content {
  width: 66.66667%;
}
section#home section#third div.container div.right-content #image-map {
  position: relative;
  margin-left: -20px;
  margin-bottom: 30px;
}
section#home section#third div.container div.right-content #image-map .pin {
  display: none;
}
section#home section#third div.container div.right-content #image-map {
  /* Begin styling the tooltips and pins */
}
section#home section#third div.container div.right-content #image-map .tooltip-up, section#home section#third div.container div.right-content #image-map .tooltip-down {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  background: #0071b9;
  border-radius: 50%;
  outline: 2px solid rgb(0, 117, 175);
  outline-offset: 2px;
  transition: all, 0.25s;
  z-index: 11;
  animation: pulsing 2s infinite;
}
section#home section#third div.container div.right-content #image-map .tooltip-up:hover, section#home section#third div.container div.right-content #image-map .tooltip-down:hover {
  background: white;
  outline: 10px solid rgba(0, 117, 175, 0.2);
  outline-offset: 0;
  cursor: pointer;
}
section#home section#third div.container div.right-content #image-map {
  --pulseSize: 20px;
  --blue: rgba(95,139,250,.65);
  --transparentBlue: rgba(95,139,250,0);
}
@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 var(--blue);
  }
  70% {
    box-shadow: 0 0 0 var(--pulseSize) var(--transparentBlue);
  }
  to {
    box-shadow: 0 0 0 0 var(--transparentBlue);
  }
}
section#home section#third div.container div.right-content #image-map .tooltip {
  display: none;
  width: 150px;
  position: absolute;
  z-index: 12;
  margin-left: -115px;
  padding: 15px;
  color: white;
  background: none;
  opacity: 1;
}
section#home section#third div.container div.right-content #image-map .tooltip hr {
  width: 100%;
}
section#home section#third div.container div.right-content #image-map .tooltip-down .tooltip {
  top: -33px;
  right: -164px;
}
section#home section#third div.container div.right-content #image-map .tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #ffdb90;
}
section#home section#third div.container div.right-content figure {
  margin: 0;
  position: relative;
  z-index: 10;
}
section#home section#third div.container div.right-content div.right-block {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 11;
}
section#home section#third div.container div.right-content div.right-block p.huge-right {
  font-size: 4.9rem;
  font-weight: 800;
  color: #0071b9;
  padding: 0 15px 0 0;
  line-height: 1;
}
section#home section#third div.container div.right-content div.right-block p.large-right {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0071b9;
  margin: 6px 0 0 0;
  line-height: 1.2;
}
section#home section#third hr {
  position: absolute;
  z-index: 10;
  bottom: 62px;
  height: 1px;
  margin: 0;
  width: 100%;
  opacity: 1;
  border-top: 1px solid white;
  z-index: 10000;
}
section#home section#third hr.tooltip-hr {
  bottom: 50px;
  width: 0;
  transition: all, 0.25s;
}
section#home section#third p.last {
  height: 40px;
  width: 33.33333%;
  padding: 0 20px 40px 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0;
}
section#home section#fourth {
  background-color: #00172e;
  color: white;
  position: relative;
  padding: 80px 0 0 0;
}
section#home section#fourth h4 {
  margin-bottom: 10px;
}
section#home section#fourth div.col-md-4 figure {
  margin: 0;
}
section#home section#fourth div.col-md-4 div.first, section#home section#fourth div.col-md-4 div.second, section#home section#fourth div.col-md-4 div.third {
  border: 1px solid white;
  padding: 0 30px 10px 30px;
}
section#home section#fourth div.col-md-4 div.first h2, section#home section#fourth div.col-md-4 div.second h2, section#home section#fourth div.col-md-4 div.third h2 {
  font-weight: 600;
  padding: 20px 0 10px 0;
  margin: 0;
}
section#home section#fourth div.col-md-4 div.first {
  background: rgba(0, 128, 128, 0.3);
}
section#home section#fourth div.col-md-4 div.first p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(0, 128, 128) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#home section#fourth div.col-md-4 div.first p a:hover {
  background: none;
}
section#home section#fourth div.col-md-4 div.second {
  background: rgba(187, 203, 109, 0.3);
}
section#home section#fourth div.col-md-4 div.second p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(178, 195, 109) 100%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#home section#fourth div.col-md-4 div.second p a:hover {
  background: none;
}
section#home section#fourth div.col-md-4 div.third {
  background: rgba(91, 60, 88, 0.3);
}
section#home section#fourth div.col-md-4 div.third p a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(73, 38, 70) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#home section#fourth div.col-md-4 div.third p a:hover {
  background: none;
}
section#home section#fifth {
  background-image: url("../images/home-final.jpg");
}
section#home section#fifth div.container {
  position: relative;
}
section#home section#fifth div.container div.row {
  position: relative;
  z-index: 10;
  min-height: 100vh;
}
section#home section#fifth div.container div.row::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -100vw;
  width: 300vw;
  height: 1px;
  background-color: white;
}
section#home section#fifth div.container div.row::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: white;
  height: 100%;
  z-index: 11;
}
section#home section#fifth div.container div.row div.col-md-12 {
  margin-top: 80px;
  position: relative;
}
section#home section#fifth div.container div.row div.col-md-12 h2 {
  margin-top: 40px;
  color: #033f85;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
section#home section#fifth div.container div.row div.col-md-12 p {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
section#home section#fifth div.container div.row div.col-md-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  width: 150%;
  display: block;
  background: rgba(255, 255, 255, 0.86);
  z-index: 9;
}
section#home section#fifth div.container div.row div.col-md-12::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 300vw;
  height: 1px;
  background-color: white;
}

section#about-us div.about-us-intro {
  padding-top: 150px;
  background-image: url("../images/about-us-intro-bg.jpg");
  color: white;
}
section#about-us div.about-us-intro div.col-md-4 {
  border-right: 1px solid #b2c6d8;
}
section#about-us div.about-us-intro div.col-md-4 figure {
  position: absolute;
  bottom: 0;
  right: -100px;
  margin: 0;
}
section#about-us div.about-us-intro div.col-md-4 figure img {
  width: 588px;
  height: 175px;
  max-width: 588px;
}
section#about-us div.about-us-intro div.col-md-5 {
  border-right: 1px solid #b2c6d8;
}
section#about-us div.about-us-intro div.vision-mission {
  padding: 30px 15px;
}
section#about-us div.about-us-intro h1 {
  line-height: 1.2;
  margin-bottom: 195px;
}
section#about-us div.about-us-intro p.heading {
  font-size: 0.813rem;
}
section#about-us div.about-us-intro .right {
  padding-left: 20px;
}
section#about-us div.about-us-intro .left {
  padding-right: 20px;
}
section#about-us div.about-us-intro p.background-block {
  padding: 30px 20px 30px 35px;
  margin: 0 0 0 -13px;
  position: relative;
  z-index: 9;
}
section#about-us div.about-us-intro p.background-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200vw;
  background: rgba(136, 133, 116, 0.2);
}
section#about-us div.about-us-intro h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
section#about-us div.about-us-intro div.intro-first, section#about-us div.about-us-intro div.intro-second {
  border-bottom: 1px solid #b2c6d8;
}
section#about-us div.second {
  padding: 30px 0 60px 0;
  background: url("../images/timeline-bg-line.png") left center repeat-x;
}
section#about-us div.second h3 {
  font-size: 1.438rem;
  margin: 0 0 30px 0;
}
section#about-us div.second div.timeline-list {
  width: 100%;
  gap: 30px;
}
section#about-us div.second div.timeline-list div.timeline-block {
  width: 20%;
}
section#about-us div.second div.timeline-list div.timeline-block h3 {
  color: #e9a121;
  margin-bottom: 0px;
}
section#about-us div.second div.timeline-list div.timeline-block p.last-block {
  margin: 0;
  padding: 20px;
  border-radius: 15px;
  background: rgba(64, 77, 93, 0.8);
}
section#about-us div.white-section div.before-lines div.container {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
}
section#about-us div.white-section div.first-line {
  border-top: 1px solid #8d949e;
  border-bottom: 1px solid #8d949e;
}
section#about-us div.white-section div.first-line h3 {
  font-size: 1.438rem;
  color: #00172e;
  margin: 0;
}
section#about-us div.white-section div.first-line div.col-md-12 {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
  padding: 20px;
}
section#about-us div.white-section div.second-line div.col-md-4 {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
  padding: 20px 30px;
}
section#about-us div.white-section div.second-line div.col-md-4 p {
  color: #0071b9;
  margin: 0;
}
section#about-us div.white-section div.second-line div.col-md-8 {
  border-right: 1px solid #8d949e;
  padding: 20px 30px;
}
section#about-us div.white-section div.second-line div.col-md-8 p {
  margin: 0;
}
section#about-us div.tabs-and-slider div.slider-overlay {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: 10;
}
section#about-us div.tabs-and-slider div.slider-overlay div.container {
  width: 100%;
  height: 600px;
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
  padding-top: 10vh;
}
section#about-us div.tabs-and-slider div.slider-overlay div.container h3 {
  font-size: 1.438rem;
  color: white;
  margin: 0;
  position: relative;
  padding: 20px 30px;
}
section#about-us div.tabs-and-slider div.slider-overlay div.container h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: rgba(42, 52, 61, 0.75);
  z-index: -1;
}
section#about-us div.tabs-and-slider div.about-slider {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 600px;
}
section#about-us div.tabs-and-slider div.about-slider div {
  width: 100%;
  height: 100%;
  display: block;
}
section#about-us div.tabs-and-slider div.about-slider div.tab-first {
  background-image: url("../images/about-tab-first.jpg");
}
section#about-us div.tabs-and-slider div.about-slider div.tab-team {
  background-image: url("../images/about-tab-team.jpg");
}
section#about-us div.tabs-and-slider div.about-slider div.tab-experience {
  background-image: url("../images/about-tab-experience.jpg");
}
section#about-us div.tabs-and-slider div.about-slider div.tab-solutions {
  background-image: url("../images/about-tab-solutions.jpg");
}
section#about-us div.tabs-and-slider div.about-slider div.tab-integrity {
  background-image: url("../images/about-tab-integrity.jpg");
}
section#about-us div.tabs-and-slider div.about-slider div.tab-results {
  background-image: url("../images/about-tab-results.jpg");
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI {
  position: relative;
  z-index: 11;
  margin-top: -100px;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs {
  position: relative;
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
  z-index: 1;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: rgba(42, 52, 61, 0.75);
  z-index: 0;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs li {
  position: relative;
  z-index: 1;
  width: 20%;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs li a {
  font-size: 1.25rem;
  text-align: center;
  padding: 20px;
  color: white;
  border-radius: 0;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs li a:hover {
  border-color: transparent;
  background: url("../images/tab-background-block.png") center center no-repeat;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs li a.active {
  border-color: transparent;
  background: url("../images/tab-background-block.png") center center no-repeat;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs li:has(a#first) {
  display: none;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI .tab-content > .tab-pane {
  display: block; /* undo "display: none;" */
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI .tab-content > .active {
  visibility: visible;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content {
  display: flex;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content figure {
  padding: 30px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8d949e;
  border-bottom: 1px solid #8d949e;
  margin: 0;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content figure img {
  width: auto;
  max-width: inherit;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content figure:first-of-type {
  border-left: 1px solid #8d949e;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex {
  height: 100%;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex div.d-flex {
  width: 20%;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex div.d-flex figure {
  width: 100% !important;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content h4 {
  width: 0;
  height: 0;
}
section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content p {
  border-right: 1px solid #8d949e;
  border-bottom: 1px solid #8d949e;
  margin: 0;
  width: 80%;
  padding: 30px;
  display: flex;
  align-items: center;
}
section#about-us div.tabs-and-slider div.no-pad {
  padding: 0 0 60px 0;
}
section#about-us div.tabs-and-slider div.no-pad::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

section#road-construction div.road-construction-intro {
  padding-top: 150px;
  background-image: url("../images/road-construction-intro-bg.jpg");
  color: white;
}
section#road-construction div.road-construction-intro p.second a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(178, 195, 109) 100%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#road-construction div.road-construction-intro p.second a:hover {
  background: none;
}
section#road-construction div.road-construction-intro p.third a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(73, 38, 70) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#road-construction div.road-construction-intro p.third a:hover {
  background: none;
}
section#road-construction div.road-construction-intro div.bottom-line {
  border-bottom: 1px solid #dbdad5;
}
section#road-construction div.road-construction-intro div.bottom-line h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
section#road-construction div.road-construction-intro div.bottom-line div.buttons {
  gap: 15px;
  margin-bottom: 30px;
}
section#road-construction div.road-construction-intro div.bottom-line div.buttons p {
  margin-bottom: 0;
}
section#road-construction div.road-construction-intro div.second-bg {
  background: rgba(92, 174, 174, 0.33);
}
section#road-construction div.road-construction-intro div.second-bg div.extra-padded {
  padding: 30px 15px;
}
section#road-construction div.road-construction-intro div.second-bg div.extra-padded h2, section#road-construction div.road-construction-intro div.second-bg div.extra-padded p {
  margin: 0;
}
section#road-construction div.road-construction-intro div.second-bg div.extra-padded h2 {
  margin-right: -2px;
  padding-right: 15px;
  border-right: 3px solid #dbdad5;
}
section#road-construction div.road-construction-intro div.second-bg div.extra-padded p {
  padding: 0 15px;
}
section#road-construction div.road-construction-intro div.second-bg div.no-right-pad {
  padding-right: 0;
}
section#road-construction div.road-construction-intro div.second-bg div.col-md-9 {
  border-right: 1px solid #dbdad5;
}
section#road-construction div.road-construction-intro div.col-md-4 {
  border-right: 1px solid #dbdad5;
}
section#road-construction div.page-nav {
  background: #d9ecec;
}
section#road-construction div.page-nav div.container {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
}
section#road-construction div.page-nav div.container div.holder {
  display: flex;
  flex-direction: column;
  width: 600px;
  padding: 30px 0 26px 0;
}
section#road-construction div.page-nav div.container div.holder p {
  width: 100%;
  margin-bottom: 4px;
}
section#road-construction div.page-nav div.container div.holder p a {
  display: block;
  width: inherit;
  padding: 25px 30px;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: all, 0.5s;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 15px;
  text-shadow: 0px 0px 20px #000000;
}
section#road-construction div.page-nav div.container div.holder p a:hover {
  padding: 40px 30px;
}
section#road-construction div.page-nav div.container div.holder p.first-layer a {
  background-image: url("../images/nav-layer-one.jpg");
}
section#road-construction div.page-nav div.container div.holder p.second-layer a {
  background-image: url("../images/nav-layer-two.jpg");
}
section#road-construction div.page-nav div.container div.holder p.third-layer a {
  background-image: url("../images/nav-layer-three.jpg");
}
section#road-construction div.page-nav div.container div.holder p.fourth-layer a {
  background-image: url("../images/nav-layer-four.jpg");
}
section#road-construction div.page-nav div.container div.holder p.fifth-layer a {
  background-image: url("../images/nav-layer-five.jpg");
}
section#road-construction div.top-lined {
  border-top: 1px solid #8d949e;
}
section#road-construction div.right-lined {
  border-right: 1px solid #8d949e;
}
section#road-construction div.wider-padded {
  padding: 0 30px;
}
section#road-construction div.product-block div.container {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
}
section#road-construction div.product-block div.container div.col-md-5 {
  padding: 0 30px;
  border-right: 1px solid #8d949e;
}
section#road-construction div.product-block div.container div.col-md-5 h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
section#road-construction div.product-block div.container div.col-md-5 figure img {
  min-width: 100%;
  height: auto;
}
section#road-construction div.product-block div.container div.col-md-7, section#road-construction div.product-block div.container div.col-md-6 {
  padding: 0;
}
section#road-construction div.product-block div.container div.underlined {
  border-bottom: 1px solid #8d949e;
}
section#road-construction div.product-block h3 {
  position: relative;
  color: white;
  padding: 20px 18px;
  margin: 0;
}
section#road-construction div.product-block h3 span {
  position: relative;
  z-index: 1;
}
section#road-construction div.product-block h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: #008080;
  z-index: 0;
}
section#road-construction div.product-block h4 {
  font-size: 1.125rem;
  color: #545d64;
  margin: 20px 0 12px 0;
}
section#road-construction div.product-block p {
  color: #545d64;
}
section#road-construction div.product-block p.extra-text {
  margin-bottom: 0;
  padding: 20px 18px 20px 18px;
}
section#road-construction div.product-block div.product-block {
  padding: 0 30px 10px 30px;
  border-bottom: 1px solid #545d64;
}
section#road-construction div.product-block div.product-block:last-of-type {
  border-bottom: none;
}
section#road-construction div.product-block div.product-block div.d-md-flex {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section#road-construction div.product-block div.product-block p.download-button {
  flex: 1 1 calc(33.333% - 20px);
  max-width: 50%;
}
section#road-construction div.product-block div.product-block p.download-button a {
  display: block;
  border: 1px solid #545d64;
  border-radius: 25px;
  text-align: left;
  color: #545d64;
  padding: 7px 45px 7px 20px;
  text-decoration: none;
  position: relative;
  transition: all, 0.25s;
}
section#road-construction div.product-block div.product-block p.download-button a:hover {
  background: #545d64;
  color: white;
}
section#road-construction div.product-block div.product-block p.download-button a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  content: "\f30a";
  font-family: "bootstrap-icons";
}

section#dust-suppression div.road-construction-intro {
  padding-top: 150px;
  background-image: url("../images/dust-suppresion-intro-bg.jpg");
  color: white;
}
section#dust-suppression div.road-construction-intro p.first a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(0, 128, 128) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#dust-suppression div.road-construction-intro p.first a:hover {
  background: none;
}
section#dust-suppression div.road-construction-intro p.third a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(73, 38, 70) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#dust-suppression div.road-construction-intro p.third a:hover {
  background: none;
}
section#dust-suppression div.road-construction-intro div.bottom-line {
  border-bottom: 1px solid #dbdad5;
}
section#dust-suppression div.road-construction-intro div.bottom-line h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
section#dust-suppression div.road-construction-intro div.bottom-line div.buttons {
  gap: 15px;
  margin-bottom: 30px;
}
section#dust-suppression div.road-construction-intro div.bottom-line div.buttons p {
  margin-bottom: 0;
}
section#dust-suppression div.road-construction-intro div.second-bg {
  background: rgba(212, 222, 162, 0.33);
}
section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded {
  padding: 30px 15px;
}
section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded h2, section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded p {
  margin: 0;
}
section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded h2 {
  margin-right: -2px;
  padding-right: 15px;
  border-right: 3px solid #dbdad5;
}
section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded p {
  padding: 0 15px;
}
section#dust-suppression div.road-construction-intro div.second-bg div.no-right-pad {
  padding-right: 0;
}
section#dust-suppression div.road-construction-intro div.second-bg div.col-md-8 {
  border-right: 1px solid #dbdad5;
}
section#dust-suppression div.road-construction-intro div.col-md-4 {
  border-right: 1px solid #dbdad5;
}
section#dust-suppression div.top-lined {
  border-top: 1px solid #8d949e;
}
section#dust-suppression div.right-lined {
  border-right: 1px solid #8d949e;
}
section#dust-suppression div.product-block div.container {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
}
section#dust-suppression div.product-block div.container div.col-md-5 {
  padding: 0 30px;
  border-right: 1px solid #8d949e;
}
section#dust-suppression div.product-block div.container div.col-md-5 h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
section#dust-suppression div.product-block div.container div.col-md-5 figure img {
  min-width: 100%;
  height: auto;
}
section#dust-suppression div.product-block div.container div.col-md-7, section#dust-suppression div.product-block div.container div.col-md-6 {
  padding: 0;
}
section#dust-suppression div.product-block div.container div.col-md-12 {
  padding: 0 30px;
}
section#dust-suppression div.product-block h3 {
  position: relative;
  color: white;
  padding: 20px 18px;
  margin: 0;
}
section#dust-suppression div.product-block h3 span {
  position: relative;
  z-index: 1;
}
section#dust-suppression div.product-block h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: #bccc6d;
  z-index: 0;
}
section#dust-suppression div.product-block h4 {
  font-size: 1.125rem;
  color: #545d64;
  margin: 20px 0 15px 0;
}
section#dust-suppression div.product-block p {
  color: #545d64;
}
section#dust-suppression div.product-block p.extra-text {
  border-bottom: 1px solid #8d949e;
  margin-bottom: 0;
  padding: 20px 18px 20px 18px;
}
section#dust-suppression div.product-block div.product-block {
  padding: 0 30px 10px 30px;
  border-bottom: 1px solid #545d64;
}
section#dust-suppression div.product-block div.product-block:last-of-type {
  border-bottom: none;
}
section#dust-suppression div.product-block div.product-block div.d-md-flex {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section#dust-suppression div.product-block div.product-block p.download-button {
  flex: 1 1 calc(33.333% - 20px);
  max-width: 50%;
}
section#dust-suppression div.product-block div.product-block p.download-button a {
  display: block;
  border: 1px solid #545d64;
  border-radius: 25px;
  text-align: center;
  color: #545d64;
  padding: 7px 45px 7px 20px;
  text-decoration: none;
  position: relative;
  transition: all, 0.25s;
}
section#dust-suppression div.product-block div.product-block p.download-button a:hover {
  background: #545d64;
  color: white;
}
section#dust-suppression div.product-block div.product-block p.download-button a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  content: "\f30a";
  font-family: "bootstrap-icons";
}
section#dust-suppression div#benefit-section {
  background: #B1C36D;
  background: linear-gradient(126deg, rgb(177, 195, 109) 0%, rgb(0, 51, 102) 77%);
}
section#dust-suppression div#benefit-section div.bottom-lined {
  border-bottom: 1px solid white;
}
section#dust-suppression div#benefit-section h3::before {
  display: none;
}
section#dust-suppression div#benefit-section div.container {
  border-color: white;
}
section#dust-suppression div#benefit-section div.benefits {
  background: rgba(212, 222, 162, 0.25);
}
section#dust-suppression div#benefit-section div.benefits div.col-md-3 {
  border-right: 1px solid white;
  padding: 20px 15px 20px 15px;
}
section#dust-suppression div#benefit-section div.benefits div.col-md-3:last-of-type {
  border-right: none;
}
section#dust-suppression div#benefit-section div.benefits p {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: white;
  font-weight: 600;
}
section#dust-suppression div#benefit-section div.benefits p img {
  margin-right: 10px;
}
section#dust-suppression div#last {
  border-top: 1px solid #8d949e;
}
section#dust-suppression div#last div.container {
  height: 30px;
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
}

section#dam-roof-sealing div.road-construction-intro {
  padding-top: 150px;
  background-image: url("../images/damroof-sealing-intro-bg.jpg");
  color: white;
}
section#dam-roof-sealing div.road-construction-intro p.first a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(0, 128, 128) 80%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#dam-roof-sealing div.road-construction-intro p.first a:hover {
  background: none;
}
section#dam-roof-sealing div.road-construction-intro p.second a {
  background: #023366;
  background: linear-gradient(57deg, rgb(2, 51, 102) 21%, rgb(178, 195, 109) 100%);
  background-size: 100% 100%; /* Force fill */
  background-repeat: no-repeat;
}
section#dam-roof-sealing div.road-construction-intro p.second a:hover {
  background: none;
}
section#dam-roof-sealing div.road-construction-intro div.bottom-line {
  border-bottom: 1px solid #dbdad5;
}
section#dam-roof-sealing div.road-construction-intro div.bottom-line h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
section#dam-roof-sealing div.road-construction-intro div.bottom-line div.buttons {
  gap: 15px;
  margin-bottom: 30px;
}
section#dam-roof-sealing div.road-construction-intro div.bottom-line div.buttons p {
  margin-bottom: 0;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg {
  background: rgba(73, 38, 70, 0.33);
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded {
  padding: 30px 15px;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded h2, section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded p {
  margin: 0;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded h2 {
  margin-right: -2px;
  padding-right: 15px;
  border-right: 3px solid #dbdad5;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded p {
  padding: 0 15px;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.no-right-pad {
  padding-right: 0;
}
section#dam-roof-sealing div.road-construction-intro div.second-bg div.col-md-9 {
  border-right: 1px solid #dbdad5;
}
section#dam-roof-sealing div.road-construction-intro div.col-md-4 {
  border-right: 1px solid #dbdad5;
}
section#dam-roof-sealing div.top-lined {
  border-top: 1px solid #8d949e;
}
section#dam-roof-sealing div.right-lined {
  border-right: 1px solid #8d949e;
}
section#dam-roof-sealing div.wider-padded {
  padding: 0 30px;
}
section#dam-roof-sealing div.product-block div.container {
  border-right: 1px solid #8d949e;
  border-left: 1px solid #8d949e;
}
section#dam-roof-sealing div.product-block div.container div.col-md-5 {
  padding: 0 30px;
  border-right: 1px solid #8d949e;
}
section#dam-roof-sealing div.product-block div.container div.col-md-5 h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
section#dam-roof-sealing div.product-block div.container div.col-md-5 figure img {
  min-width: 100%;
  height: auto;
}
section#dam-roof-sealing div.product-block div.container div.col-md-7, section#dam-roof-sealing div.product-block div.container div.col-md-6 {
  padding: 0;
}
section#dam-roof-sealing div.product-block h3 {
  position: relative;
  color: white;
  padding: 20px 18px;
  margin: 0;
}
section#dam-roof-sealing div.product-block h3 span {
  position: relative;
  z-index: 1;
}
section#dam-roof-sealing div.product-block h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: #492646;
  z-index: 0;
}
section#dam-roof-sealing div.product-block h4 {
  font-size: 1.125rem;
  color: #545d64;
  margin: 20px 0 15px 0;
}
section#dam-roof-sealing div.product-block p {
  color: #545d64;
}
section#dam-roof-sealing div.product-block p.extra-text {
  border-bottom: 1px solid #8d949e;
  margin-bottom: 0;
  padding: 20px 18px 20px 18px;
}
section#dam-roof-sealing div.product-block div.product-block {
  padding: 0 30px 10px 30px;
  border-bottom: 1px solid #545d64;
}
section#dam-roof-sealing div.product-block div.product-block:last-of-type {
  border-bottom: none;
}
section#dam-roof-sealing div.product-block div.product-block div.d-md-flex {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section#dam-roof-sealing div.product-block div.product-block p.download-button {
  flex: 1 1 calc(33.333% - 20px);
  max-width: 50%;
}
section#dam-roof-sealing div.product-block div.product-block p.download-button a {
  display: block;
  border: 1px solid #545d64;
  border-radius: 25px;
  text-align: center;
  color: #545d64;
  padding: 7px 45px 7px 20px;
  text-decoration: none;
  position: relative;
  transition: all, 0.25s;
}
section#dam-roof-sealing div.product-block div.product-block p.download-button a:hover {
  background: #545d64;
  color: white;
}
section#dam-roof-sealing div.product-block div.product-block p.download-button a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  content: "\f30a";
  font-family: "bootstrap-icons";
}
section#dam-roof-sealing div#benefit-section {
  background: #492646;
  background: linear-gradient(138deg, rgb(73, 38, 70) 0%, rgb(0, 51, 102) 77%);
}
section#dam-roof-sealing div#benefit-section div.bottom-lined {
  border-bottom: 1px solid white;
}
section#dam-roof-sealing div#benefit-section h3::before {
  display: none;
}
section#dam-roof-sealing div#benefit-section div.container {
  border-color: white;
}
section#dam-roof-sealing div#benefit-section div.benefits {
  background: rgba(189, 177, 188, 0.25);
}
section#dam-roof-sealing div#benefit-section div.benefits div.col-md-4 {
  border-right: 1px solid white;
  padding: 20px 15px 0 15px;
}
section#dam-roof-sealing div#benefit-section div.benefits div.col-md-4:last-of-type {
  border-right: none;
}
section#dam-roof-sealing div#benefit-section div.benefits p {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: white;
}
section#dam-roof-sealing div#benefit-section div.benefits p strong {
  font-weight: 600;
}
section#dam-roof-sealing div#benefit-section div.benefits p img {
  margin-right: 10px;
}
section#dam-roof-sealing div#last {
  background: #ededea;
  border-top: 1px solid #8d949e;
}
section#dam-roof-sealing div#last div.container {
  height: 30px;
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
}
section#dam-roof-sealing div#grey-bg {
  background: #ededea;
  color: #3f4851;
}
section#dam-roof-sealing div#grey-bg ul {
  margin: 15px 0 15px 0;
  padding: 0 0 0 18px;
  color: #3f4851;
}

section#health-and-safety div.health-and-safety-intro {
  padding-top: 150px;
  background-image: url("../images/health-and-safety-intro-bg.jpg");
  color: white;
}
section#health-and-safety div.health-and-safety-intro h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
section#health-and-safety div.health-and-safety-intro p.heading {
  font-size: 0.813rem;
}
section#health-and-safety div.health-and-safety-intro .right {
  padding-left: 20px;
  margin: 0;
}
section#health-and-safety div.health-and-safety-intro .left {
  padding-right: 20px;
}
section#health-and-safety div.health-and-safety-intro p.background-block {
  padding: 30px 20px 30px 35px;
  margin: 0 0 0 -13px;
  position: relative;
  z-index: 9;
}
section#health-and-safety div.health-and-safety-intro p.background-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200vw;
  background: rgba(136, 133, 116, 0.2);
}
section#health-and-safety div.health-and-safety-intro h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
section#health-and-safety div.health-and-safety-intro div.second-bg {
  background: rgba(0, 51, 102, 0.73);
}
section#health-and-safety div.health-and-safety-intro div.second-bg div.extra-padded {
  padding: 30px 15px;
}
section#health-and-safety div.health-and-safety-intro div.second-bg div.extra-padded h3, section#health-and-safety div.health-and-safety-intro div.second-bg div.extra-padded p {
  margin: 0;
}
section#health-and-safety div.health-and-safety-intro div.second-bg div.extra-padded h3 {
  font-size: 1.125rem;
  margin-right: -2px;
  padding-right: 15px;
  border-right: 3px solid #dbdad5;
}
section#health-and-safety div.health-and-safety-intro div.second-bg div.extra-padded p {
  padding: 0 15px;
  margin: 0;
}
section#health-and-safety div.health-and-safety-intro div.second-bg div.no-right-pad {
  padding-right: 0;
}
section#health-and-safety div.health-and-safety-intro div.col-md-4 {
  border-right: 1px solid #dbdad5;
}
section#health-and-safety div.policy-band {
  border-top: 1px solid #dbdad5;
  background: #0075B0;
  background: linear-gradient(74deg, rgb(0, 117, 176) 15%, rgb(0, 51, 102) 67%);
}
section#health-and-safety div.policy-band div.lined {
  border-top: 1px solid #8d949e;
  border-bottom: 1px solid #8d949e;
}
section#health-and-safety div.policy-band div.col-md-6 {
  padding: 0;
}
section#health-and-safety div.policy-band h3 {
  font-size: 1.438rem;
}
section#health-and-safety div.policy-band p {
  font-size: 0.875rem;
}
section#health-and-safety div.policy-band p.download-pdf {
  margin-top: auto;
}
section#health-and-safety div.policy-band div.first {
  position: relative;
  z-index: 2;
}
section#health-and-safety div.policy-band div.first h3 {
  color: #033f85;
}
section#health-and-safety div.policy-band div.first div.content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 42px 30px 30px 0;
}
section#health-and-safety div.policy-band div.first::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200vw;
  background: rgba(255, 255, 255, 0.83);
  z-index: 1;
}
section#health-and-safety div.policy-band div.safety-group {
  width: 100%;
  padding: 40px 0;
}
section#health-and-safety div.policy-band div.safety-group figure {
  margin: 0;
}
section#health-and-safety div.policy-band div.safety-group div.small-group figure {
  padding: 0 40px;
}
section#health-and-safety div.policy-band div.safety-group div.small-group figure.right-border {
  border-right: 1px solid #80bad7;
}
section#health-and-safety div.policy-band div.right-content {
  height: 100%;
  color: white;
  background: #0075B0;
  background: linear-gradient(74deg, rgb(0, 117, 176) 15%, rgb(0, 51, 102) 67%);
  padding: 42px 30px 30px 30px;
  border-right: 1px solid #8d949e;
}
section#health-and-safety div.grey-blocks {
  background: #ecece9;
}
section#health-and-safety div.grey-blocks div.col-md-3 {
  border-right: 1px solid #8d949e;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
section#health-and-safety div.grey-blocks div.col-md-3:first-of-type {
  border-left: 1px solid #8d949e;
}
section#health-and-safety div.grey-blocks div.col-md-3 p {
  font-size: 0.913rem;
}
section#health-and-safety div.grey-blocks div.col-md-3 p.d-md-flex {
  font-size: 1rem;
  align-items: center;
}
section#health-and-safety div.grey-blocks div.col-md-3 p.d-md-flex img {
  margin-right: 10px;
}
section#health-and-safety div.grey-blocks div.last-block {
  padding: 30px;
  background: #ECECE9;
  background: linear-gradient(127deg, rgba(236, 236, 233, 0.5) 50%, rgba(0, 117, 175, 0.5) 100%);
}
section#health-and-safety div.grey-blocks div.last-block h3 {
  color: #033f85;
  margin: 0;
}
section#health-and-safety div.grey-blocks div.col-md-12 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #8d949e;
  position: relative;
  z-index: 2;
}
section#health-and-safety div.grey-blocks div.col-md-12::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200vw;
  z-index: 1;
  background: #ECECE9;
  background: linear-gradient(55deg, rgb(236, 236, 233) 90%, rgb(0, 117, 174) 100%);
}
section#health-and-safety div.grey-blocks div.col-md-12 div.content {
  position: relative;
  z-index: 2;
}
section#health-and-safety div.grey-blocks div.col-md-12 p {
  font-size: 0.875rem;
  margin-right: 15px;
}
section#health-and-safety div.grey-blocks div.col-md-12 p.download-pdf {
  margin-left: 20px;
}
section#health-and-safety div.grey-blocks div.col-md-12 p.download-pdf a {
  min-width: 150px;
}
section#health-and-safety div.grey-blocks div.col-md-12 h3 {
  font-size: 1.438rem;
  color: #033f85;
}
section#health-and-safety div.grey-blocks div.lined {
  border-top: 1px solid #8d949e;
  border-bottom: 1px solid #8d949e;
}

section#technical h3 {
  font-size: 1.438rem;
  font-weight: 600;
}
section#technical div.technical-intro {
  padding-top: 150px;
  color: white;
  background: #D4C489;
  background: linear-gradient(132deg, rgb(212, 196, 137) 0%, rgb(0, 51, 102) 90%);
}
section#technical div.technical-intro div.col-md-4 {
  border-right: 1px solid #b2c6d8;
  position: relative;
  z-index: 2;
}
section#technical div.technical-intro div.col-md-8 {
  position: relative;
}
section#technical div.technical-intro div.col-md-8 figure {
  position: absolute;
  bottom: 0;
  left: -451px;
  margin: 0;
  z-index: 1;
}
section#technical div.technical-intro div.col-md-8 figure img {
  width: 551px;
  height: 141px;
  max-width: 551px;
}
section#technical div.technical-intro div.technical-sub {
  padding: 30px 15px;
}
section#technical div.technical-intro h1 {
  line-height: 1.2;
  margin-bottom: 155px;
}
section#technical div.technical-intro p.heading {
  font-size: 0.813rem;
}
section#technical div.technical-intro .right {
  padding-left: 20px;
}
section#technical div.technical-intro .left {
  padding-right: 20px;
}
section#technical div.technical-intro p.background-block {
  padding: 30px 20px 30px 35px;
  margin: 0 0 0 -13px;
  position: relative;
  z-index: 9;
}
section#technical div.technical-intro p.background-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200vw;
  background: rgba(136, 133, 116, 0.2);
}
section#technical div.technical-intro div.technical-block {
  padding: 40px 0;
}
section#technical div.technical-intro div.technical-block h3 {
  margin-top: 0;
}
section#technical div.technical-intro div.technical-block p {
  margin: 0;
}
section#technical div.technical-intro h4 {
  font-size: 1.125rem;
  margin-bottom: 38px;
}
section#technical div.technical-intro div.intro-first, section#technical div.technical-intro div.intro-second {
  border-bottom: 1px solid #b2c6d8;
}
section#technical div.second {
  padding-top: 350px;
  background-image: url("../images/technical-second-bg.jpg");
}
section#technical div.second div.second-bottom {
  background: #003366;
  background: linear-gradient(90deg, rgba(0, 51, 102, 0.85) 0%, rgba(0, 51, 102, 0.85) 23%, rgba(0, 117, 175, 0.85) 75%, rgba(212, 196, 137, 0.85) 100%);
  color: white;
}
section#technical div.second div.second-bottom div.container {
  padding: 30px;
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
}
section#technical div.second div.top-lined {
  border-top: 1px solid #8d949e;
}
section#technical div.third div.top-lined {
  border-top: 1px solid #8d949e;
}
section#technical div.third div.bottom-lined {
  border-bottom: 1px solid #8d949e;
}
section#technical div.third div.side-lined {
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
}
section#technical div.third h3 {
  color: #033f85;
}
section#technical div.third div.left-block div.container {
  padding: 30px;
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
  position: relative;
}
section#technical div.third div.left-block div.container div.col-md-6 {
  padding-right: 30px;
}
section#technical div.third div.left-block div.container div.col-md-6 p {
  margin: 0;
  color: #545d64;
}
section#technical div.third div.left-block div.container::after {
  background: url("../images/technical-third-right-bg.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
section#technical div.third div.right-block div.container, section#technical div.third div.first-right-block div.container {
  min-height: 254px;
  padding: 30px;
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
  position: relative;
}
section#technical div.third div.right-block div.container div.col-md-6, section#technical div.third div.first-right-block div.container div.col-md-6 {
  height: 100%;
  padding-left: 30px;
}
section#technical div.third div.right-block div.container div.col-md-6 p, section#technical div.third div.first-right-block div.container div.col-md-6 p {
  color: #545d64;
  margin: 0;
}
section#technical div.third div.right-block div.container::after, section#technical div.third div.first-right-block div.container::after {
  background: url("../images/technical-third-left-bg.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
section#technical div.third div.first-right-block div.container::after {
  background-image: url("../images/technical-first-left-bg.jpg");
}
section#technical div.fourth {
  background-image: url("../images/technical-final-bg.jpg");
}
section#technical div.fourth div.container-first {
  padding-top: 350px;
  position: relative;
  z-index: 3;
}
section#technical div.fourth div.side-lined {
  border-left: 1px solid #8d949e;
  border-right: 1px solid #8d949e;
}
section#technical div.fourth h3 {
  font-size: 1.438rem;
  color: white;
  margin: 0;
  position: relative;
  padding: 20px 14px;
}
section#technical div.fourth h3 span {
  position: relative;
  z-index: 2;
}
section#technical div.fourth h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 300vw;
  height: 100%;
  background: rgba(42, 52, 61, 0.75);
  z-index: 1;
}
section#technical div.fourth p {
  color: #545d64;
}
section#technical div.fourth div.white-block {
  background: white;
}
section#technical div.fourth div.white-block div.col-md-12 {
  padding: 30px;
}
section#technical div.fourth div.white-block div.col-md-12 p {
  margin: 0;
}
section#technical div.fourth div.top-lined {
  border-top: 1px solid #8d949e;
}
section#technical div.fourth div.second-white-block {
  background: white;
}

section#gallery div.gallery-intro {
  padding-top: 150px;
  background-image: url("../images/health-and-safety-intro-bg.jpg");
  color: white;
}
section#gallery div.gallery-intro p.heading {
  font-size: 0.813rem;
}
section#gallery div.second-bg {
  padding-bottom: 60px;
}
section#gallery div.second-bg ul.nav-tabs {
  border: none;
  padding: 30px 0;
  gap: 30px;
  position: relative;
  margin-bottom: 30px;
}
section#gallery div.second-bg ul.nav-tabs::before {
  content: "";
  position: absolute;
  left: -150vw;
  right: -150vw;
  top: 0;
  bottom: 0;
  background: #d9eaf3;
  z-index: 1;
}
section#gallery div.second-bg ul.nav-tabs li.nav-item {
  position: relative;
  z-index: 2;
}
section#gallery div.second-bg ul.nav-tabs li.nav-item a {
  border: 1px solid #3391bf;
  color: #3391bf;
  border-radius: 15px;
  padding: 15px 40px;
}
section#gallery div.second-bg ul.nav-tabs li.nav-item a.active {
  background: #3391bf;
  color: white;
}

section#contact-us div.contact-us-intro {
  padding-top: 150px;
  background-image: url("../images/health-and-safety-intro-bg.jpg");
  color: white;
}
section#contact-us div.contact-us-intro p.heading {
  font-size: 0.813rem;
}
section#contact-us div.contact-us-intro div.blue-band {
  background: rgba(0, 51, 102, 0.73);
  border-top: 1px solid #b1c5d7;
  border-bottom: 1px solid #b1c5d7;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 {
  padding: 30px 0;
  color: white;
  border-right: 1px solid #b1c5d7;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 div {
  margin-left: -2px;
  border-left: 3px solid #b1c5d7;
  padding: 0 20px;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 h3 {
  padding-left: 12px;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 h4 {
  margin-bottom: 0;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 p {
  margin: 0;
}
section#contact-us div.contact-us-intro div.blue-band div.col-md-3 p a {
  color: white;
  text-decoration: none;
}
section#contact-us div.map {
  padding: 30px 0;
}
section#contact-us div.map h3 {
  color: #033f85;
}
section#contact-us div.map div.ol-marker {
  display: flex;
  justify-content: center;
}
section#contact-us div.map div.ol-marker img {
  transform: translate(0) !important;
}
section#contact-us div.map div.ol-marker div.ol-marker-label {
  padding: 5px 10px;
  background: white;
  border-radius: 15px;
  display: inline-block;
  transform: translate(0) !important;
}
section#contact-us div.map div.wpgmza-panel-info-window div.wpgmza-panel-actions {
  background: #033f85;
  color: white;
}
section#contact-us div.map div.wpgmza-panel-info-window div.wpgmza-description {
  color: #545d64;
}
section#contact-us div.map div.wpgmza-panel-info-window div.wpgmza-description img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section#contact-us div.map div.wpgmza-panel-info-window div.wpgmza-description p a {
  color: #033f85;
  text-decoration: none;
}
section#contact-us div.map div.wpgmza-panel-info-window div.wpgmza-description p a:hover {
  color: #00172e;
}

footer {
  padding: 30px 0 10px 0;
  background: #0071b9;
  color: white;
  position: relative;
  z-index: 12;
}
footer h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
footer a {
  color: white;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 15px;
  transition: all, 0.25s;
}
footer a:hover {
  color: white;
  background: #e9a121;
  padding: 4px 10px;
}
footer div.padded-right p {
  margin-right: 30px;
}
footer hr {
  margin-top: 0;
  opacity: 1;
}
footer div.fifty-years img {
  margin-bottom: 1rem;
}
footer div.fifty-years div.d-flex a {
  margin-bottom: 1rem;
  margin-right: 10px;
}
footer div.fifty-years div.d-flex a:last-of-type {
  margin-right: 0;
}
footer div.fifty-years div.d-flex a:hover {
  padding: 5px 8px 4px 8px;
}
footer p.copyright {
  font-size: 0.85rem;
  font-weight: 500;
}
footer p.copyright a {
  color: #e9a121;
}
footer p.copyright a:hover {
  color: white;
}
footer p.copyright span.small {
  font-size: 0.75rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  section#home section#second div.dark-grey-before, section#home section#second div.blue-after {
    height: 236px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  nav.navbar-light {
    background-color: rgba(0, 23, 46, 0.65);
    backdrop-filter: blur(5px);
  }
  nav.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
    height: 50px;
    margin-top: 10px;
  }
  nav.navbar-light .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
  }
  nav.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  nav.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  nav.navbar-light ul.navbar-nav li.dropdown div.products::before {
    display: none;
  }
  nav.navbar-light ul.navbar-nav li.dropdown div.products img {
    display: none;
  }
  nav.navbar-light ul.navbar-nav li.dropdown div.products p a {
    min-width: 100%;
  }
  nav.navbar-light .h-100 {
    height: auto !important;
  }
  nav.navbar-light div.search {
    width: 80px;
    padding: 10px 0;
    text-align: center;
    border: none;
  }
  section#home section#second div.dark-grey-before, section#home section#second div.blue-after, section#home section#second div.second-left {
    height: 215px;
  }
  section#road-construction div.product-block div.product-block div.d-md-flex, section#dust-suppression div.product-block div.product-block div.d-md-flex, section#dam-roof-sealing div.product-block div.product-block div.d-md-flex {
    margin-bottom: 20px;
  }
  section#road-construction div.product-block div.product-block p.download-button, section#dust-suppression div.product-block div.product-block p.download-button, section#dam-roof-sealing div.product-block div.product-block p.download-button {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  p.white-read-more, p.orange-read-more, p.download-pdf {
    display: inline-block;
  }
  p a {
    display: inline-block;
  }
  .tiny-top::before {
    display: none !important;
  }
  nav.navbar-light div.search {
    width: 80px;
    padding: 10px 0;
    text-align: center;
    border: none;
  }
  nav.navbar-light .navbar-toggler {
    border-width: 0;
    border-style: none;
    padding: 0 10px;
    height: 50px;
    margin-top: 10px;
  }
  nav.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    height: auto !important;
    border-bottom: 1px solid rgba(0, 113, 185, 0.75);
  }
  nav.navbar-light li.dropdown div.products {
    background: transparent !important;
  }
  nav.navbar-light li.dropdown div.products::before {
    display: none;
  }
  nav.navbar-light li.dropdown div.dropdown-menu {
    position: relative !important;
    max-width: 100%;
    top: 0 !important;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container {
    padding: 10px 20px;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container div.col-md-3 {
    background: none;
    padding: 16px 25px 0px 15px;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container div.container {
    padding: 0 20px 0 0;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container h5 {
    display: none;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container figure, nav.navbar-light li.dropdown div.dropdown-menu div.container img {
    display: none;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container p.white-read-more {
    width: 100%;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container p.white-read-more a {
    width: 100%;
  }
  nav.navbar-light li.dropdown div.dropdown-menu div.container p.left {
    color: #033f85;
  }
  nav.navbar-light .h-100 {
    height: auto !important;
  }
  nav.navbar-light.top-scrolled .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
  }
  nav.navbar-light.top-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  nav.navbar-light.top-scrolled ul.navbar-nav li.dropdown div.products p.left {
    color: white;
  }
  nav.navbar-light.top-scrolled ul.navbar-nav li.nav-item a.nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  section#home section#first {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 30% 0%;
  }
  section#home section#first::after {
    height: 400px;
  }
  section#home section#first div.col-md-12 {
    display: flex;
    -ms-display: flex;
    align-items: end;
    -ms-flex-align: end;
  }
  section#home section#second {
    background-size: auto;
  }
  section#home section#second div.dark-grey-before, section#home section#second div.blue-after {
    display: none;
    height: 0;
  }
  section#home section#second div.container {
    min-height: auto;
  }
  section#home section#second div.container div.blue-line-trigger {
    padding-top: 160px;
  }
  section#home section#second div.match-height {
    background: #2a343d;
  }
  section#home section#second div.match-height div.second-left {
    border: none;
  }
  section#home section#second div.match-height h3 {
    padding: 30px 0;
  }
  section#home section#second div.col-lg-8 {
    background: #033f85;
  }
  section#home section#second div.col-lg-8 h4 {
    margin: 0;
    padding: 30px 0;
  }
  section#home section#third::before {
    background-color: rgba(42, 52, 61, 0.85);
  }
  section#home section#third div.container div.left-content {
    width: 100%;
  }
  section#home section#third div.container div.left-content p.first-lines {
    padding-bottom: 20px;
  }
  section#home section#third div.container div.right-content {
    width: 100%;
  }
  section#home section#third div.container div.right-content #image-map {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  section#home section#third div.container div.right-content #image-map svg {
    stroke: lightgray;
    stroke-width: 1;
  }
  section#home section#third div.container div.right-content div.right-block {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  section#home section#third div.container div.right-content div.right-block p.huge-right {
    padding: 0;
  }
  section#home section#third div.container div.right-content div.right-block p.large-right br {
    display: inline;
  }
  section#home section#third p.last {
    width: 100%;
  }
  section#home section#third hr {
    bottom: 40px;
  }
  section#home section#fourth {
    padding: 40px 0 0 0;
  }
  section#home section#fourth div.first-row div.container {
    padding: 0;
  }
  section#home section#fourth div.col-md-4 {
    margin-bottom: 20px;
  }
  section#home section#fifth {
    background-position: 30% 0%;
  }
  section#home section#fifth div.container div.row {
    min-height: 0 !important;
    padding-bottom: 375px;
  }
  footer div.fifty-years {
    text-align: right;
  }
  footer div.fifty-years img {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  footer div.fifty-years div.d-flex {
    justify-content: end;
  }
  footer span.small {
    display: block;
  }
  section#about-us div.about-us-intro {
    padding-top: 100px;
  }
  section#about-us div.about-us-intro div.col-md-4 {
    border: none !important;
  }
  section#about-us div.about-us-intro div.col-md-4 figure {
    right: auto;
  }
  section#about-us div.about-us-intro div.col-md-8 {
    border: none !important;
  }
  section#about-us div.about-us-intro div.col-md-8 h4 {
    margin-top: 20px;
  }
  section#about-us div.about-us-intro div.col-md-8 p.background-block {
    padding: 30px 15px;
  }
  section#about-us div.about-us-intro div.col-md-5 {
    border-right: none !important;
  }
  section#about-us div.about-us-intro .right {
    padding: 0;
  }
  section#about-us div.about-us-intro div.vision-mission {
    padding: 31px 15px;
  }
  section#about-us div.about-us-intro div.vision-mission:first-of-type {
    border-bottom: 1px solid white;
  }
  section#about-us div.about-us-intro div.vision-mission p {
    margin: 0;
  }
  section#about-us div.second {
    background: none;
  }
  section#about-us div.second div.timeline-list {
    background-image: url("../images/mobile-timeline-bg-line.png");
    background-repeat: repeat-y;
    background-position: 12px 0;
  }
  section#about-us div.second div.timeline-list div.timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  section#about-us div.second div.timeline-list div.timeline-block h3, section#about-us div.second div.timeline-list div.timeline-block p {
    margin-left: 50px;
  }
  section#about-us div.second div.timeline-list div.timeline-block p.last-block {
    margin-left: 50px;
    margin-top: -60px;
  }
  section#about-us div.white-section div.first-line div.col-md-12 {
    border: none;
    padding: 12px;
  }
  section#about-us div.white-section div.second-line div.col-md-4 {
    border: none;
    padding: 20px 12px;
    border-bottom: 1px solid #8d949e;
  }
  section#about-us div.white-section div.second-line div.col-md-8 {
    border: none;
    padding: 20px 12px;
  }
  section#about-us div.tabs-and-slider div.slider-overlay {
    display: none;
  }
  section#about-us div.tabs-and-slider div.about-slider {
    height: auto;
  }
  section#about-us div.tabs-and-slider div.about-slider div {
    width: 100%;
    height: 100%;
    display: block;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI {
    margin-top: 0px;
    border: none;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI ul.nav-tabs {
    display: none;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content {
    display: block;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 0px;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content .tab-pane:first-of-type {
    display: none !important;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content figure {
    width: 100%;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content figure:first-of-type {
    border-left: none;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex {
    height: 100%;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex div.d-flex {
    width: 100%;
    border-bottom: 1px solid #8d949e;
    align-items: center;
    -ms-flex-align: center;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex div.d-flex figure {
    border: none !important;
    width: auto !important;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content div.d-md-flex div.d-flex h4 {
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
  }
  section#about-us div.tabs-and-slider div#bs-tabs-Z16eOSI div.tab-content p {
    width: 100%;
    border-right: none;
  }
  section#road-construction div.road-construction-intro {
    padding-top: 100px;
  }
  section#road-construction div.road-construction-intro div.col-md-4 {
    border: none !important;
  }
  section#road-construction div.road-construction-intro div.bottom-line div.buttons p {
    margin-bottom: 10px;
  }
  section#road-construction div.road-construction-intro div.bottom-line div.buttons p a {
    width: 100%;
  }
  section#road-construction div.page-nav div.container {
    border: none;
  }
  section#road-construction div.page-nav div.container div.holder {
    width: 100%;
  }
  section#road-construction div.product-block h3 {
    padding: 20px 0px;
  }
  section#road-construction div.product-block div.container {
    border: none;
  }
  section#road-construction div.product-block div.container div.col-md-5 {
    border: none;
    padding: 0 12px;
  }
  section#road-construction div.product-block div.container div.col-md-5 figure:last-of-type {
    margin: 0;
  }
  section#road-construction div.product-block p.extra-text {
    padding: 20px 0;
  }
  section#road-construction div.product-block div.product-block {
    padding: 0 12px 10px 12px;
  }
  section#road-construction div.product-block div.product-block p.download-button {
    max-width: 100%;
  }
  section#dust-suppression div.road-construction-intro {
    padding-top: 100px;
  }
  section#dust-suppression div.road-construction-intro div.col-md-4, section#dust-suppression div.road-construction-intro div.col-md-8 {
    border: none !important;
  }
  section#dust-suppression div.road-construction-intro div.bottom-line div.buttons p {
    margin-bottom: 10px;
  }
  section#dust-suppression div.road-construction-intro div.bottom-line div.buttons p a {
    width: 100%;
  }
  section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded {
    padding: 0px 0px 30px 0px;
  }
  section#dust-suppression div.road-construction-intro div.second-bg div.extra-padded h2 {
    padding: 30px 15px 0 15px;
    border: none;
  }
  section#dust-suppression div.product-block h3 {
    padding: 20px 0px;
  }
  section#dust-suppression div.product-block div.container {
    border: none;
  }
  section#dust-suppression div.product-block div.container div.col-md-12 {
    padding: 0 12px 8px 12px;
  }
  section#dust-suppression div.product-block div.container div.col-md-5 {
    padding: 0 12px;
  }
  section#dust-suppression div.product-block div.container div.col-md-5 figure:last-of-type {
    margin: 0;
  }
  section#dust-suppression div.product-block div.product-block {
    padding: 0 12px 10px 12px;
  }
  section#dust-suppression div.product-block div.product-block p.download-button {
    max-width: 100%;
  }
  section#dust-suppression div#benefit-section div.benefits div.col-md-3 {
    border: none;
    border-bottom: 1px solid white;
  }
  section#dust-suppression div#benefit-section div.benefits div.col-md-3:last-of-type {
    border: none;
  }
  section#dam-roof-sealing div.road-construction-intro {
    padding-top: 100px;
  }
  section#dam-roof-sealing div.road-construction-intro div.col-md-4, section#dam-roof-sealing div.road-construction-intro div.col-md-8 {
    border: none !important;
  }
  section#dam-roof-sealing div.road-construction-intro div.bottom-line div.buttons p {
    margin-bottom: 10px;
  }
  section#dam-roof-sealing div.road-construction-intro div.bottom-line div.buttons p a {
    width: 100%;
  }
  section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded {
    padding: 0px 0px 30px 0px;
  }
  section#dam-roof-sealing div.road-construction-intro div.second-bg div.extra-padded h2 {
    padding: 30px 15px 0 15px;
    border: none;
  }
  section#dam-roof-sealing div.product-block h3 {
    padding: 20px 0px;
  }
  section#dam-roof-sealing div.product-block div.container {
    border: none;
  }
  section#dam-roof-sealing div.product-block div.container div.col-md-5 {
    padding: 0 12px;
  }
  section#dam-roof-sealing div.product-block div.container div.col-md-5 figure:last-of-type {
    margin: 0;
  }
  section#dam-roof-sealing div.product-block div.product-block {
    padding: 0 12px 10px 12px;
  }
  section#dam-roof-sealing div.product-block div.product-block p.download-button {
    max-width: 100%;
  }
  section#dam-roof-sealing div#benefit-section div.benefits div.col-md-4 {
    border: none;
    border-bottom: 1px solid white;
  }
  section#dam-roof-sealing div#benefit-section div.benefits div.col-md-4:nth-child(3) {
    border-bottom: none !important;
  }
  section#health-and-safety div.health-and-safety-intro {
    padding-top: 100px;
  }
  section#health-and-safety div.policy-band div.safety-group {
    padding: 30px 0;
  }
  section#health-and-safety div.policy-band div.safety-group figure {
    text-align: center;
    width: 100%;
    border-right: none;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  section#health-and-safety div.policy-band div.safety-group div.small-group figure.right-border {
    border: none;
  }
  section#health-and-safety div.policy-band div.safety-group div.small-group figure.size-full {
    padding-top: 12px;
    padding-bottom: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid white;
  }
  section#health-and-safety div.policy-band div.safety-group div.small-group figure.size-full:last-of-type {
    border: none;
    margin-bottom: 10px;
  }
  section#health-and-safety div.policy-band p.download-pdf {
    margin-bottom: 2px;
  }
  section#health-and-safety div.policy-band div.first div.content {
    padding: 30px 15px;
  }
  section#health-and-safety div.policy-band div.right-content {
    padding: 30px 15px;
  }
  section#health-and-safety div.grey-blocks div.col-md-12 p.download-pdf {
    margin-left: 0;
  }
  section#health-and-safety div.grey-blocks div.col-md-3 {
    border: none !important;
    border-bottom: 1px solid #8d949e !important;
  }
  section#health-and-safety div.grey-blocks div.col-md-3:nth-child(4) {
    border-bottom: none !important;
  }
  section#health-and-safety div.grey-blocks div.last-block {
    padding: 20px 12px;
  }
  section#technical div.technical-intro {
    padding-top: 100px;
  }
  section#technical div.technical-intro h1 {
    margin-bottom: 20px;
  }
  section#technical div.technical-intro .right {
    padding-left: 0;
    margin-bottom: 20px;
  }
  section#technical div.technical-intro p.background-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#technical div.technical-intro div.col-md-8 figure {
    display: none;
  }
  section#technical div.technical-intro div.col-md-4, section#technical div.technical-intro div.col-md-8 {
    border: none !important;
  }
  section#technical div.second {
    padding-top: 150px;
    background-position: 0% 0%;
  }
  section#technical div.second div.second-bottom div.container {
    padding: 30px 15px;
    border: none;
  }
  section#technical div.third div.left-block div.container {
    padding: 30px 25px 30px 15px;
    border-left: none !important;
    border-right: none !important;
  }
  section#technical div.third div.left-block div.container::after {
    display: none;
  }
  section#technical div.third div.left-block div.container div.col-md-6 {
    padding-right: 0;
  }
  section#technical div.third div.side-lined {
    border: none !important;
  }
  section#technical div.third div.right-block div.container, section#technical div.third div.first-right-block div.container {
    padding: 30px 15px 30px 25px;
    border-left: none !important;
    border-right: none !important;
  }
  section#technical div.third div.right-block div.container::after, section#technical div.third div.first-right-block div.container::after {
    display: none;
  }
  section#technical div.third div.right-block div.container div.col-md-6, section#technical div.third div.first-right-block div.container div.col-md-6 {
    padding-left: 0;
  }
  section#technical div.fourth {
    background-position: 10% 50%;
  }
  section#technical div.fourth h3 {
    padding: 30px 0;
  }
  section#technical div.fourth div.white-block div.col-md-12 {
    padding: 30px 15px;
  }
  section#technical div.fourth div.side-lined {
    border: none !important;
  }
  section#gallery div.gallery-intro {
    padding-top: 100px;
  }
  section#gallery div.second-bg ul.nav-tabs {
    gap: 15px;
  }
  section#gallery div.second-bg ul.nav-tabs li.nav-item {
    width: 100%;
    text-align: center;
  }
  section#contact-us div.contact-us-intro {
    padding-top: 100px;
  }
  section#contact-us div.contact-us-intro div.blue-band div.col-md-3 {
    padding: 10px 0;
    padding-left: 15px;
  }
  section#contact-us div.contact-us-intro div.blue-band div.col-md-3:first-of-type {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 0;
  }
  section#contact-us div.contact-us-intro div.blue-band div.col-md-3:last-of-type {
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */