.here {
  background-color: #000;
}

.image {
  max-width: 180px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: opacity .2s;
}

.dropdown {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom-style: none;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: color .2s;
  display: block;
  transform: translate(0);
}

.nav-link:hover {
  opacity: 1;
  color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 0;
  transform: none;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
  display: flex;
}

.nav-icon {
  color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  padding-top: 2px;
  transition: opacity .2s;
}

.nav-icon:hover {
  opacity: .8;
}

.nav-icon.w--current {
  padding-top: 2px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.flex {
  max-width: 1250px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  height: 55px;
  float: none;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.dropdown-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.navbar {
  height: 55px;
  background-color: #2d2d2d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-spacer {
  width: 80px;
  height: 10px;
  margin-top: 0;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #333;
  border-bottom: 1px solid #424242;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s, background-color .2s;
  transform: translate(0);
}

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

.dropdown-link.w--current {
  color: #fff;
  cursor: pointer;
}

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

.dropdown-list-2.w--open {
  text-align: left;
  margin-left: -4px;
}

.slider {
  height: 48vh;
  margin-top: 55px;
}

.slide-blue {
  background-image: url('../images/banner_home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-logos {
  background-image: linear-gradient(to right, #476496, #7bbede);
  margin-left: auto;
  margin-right: auto;
  padding-top: 63px;
  padding-bottom: 45px;
  font-size: 14px;
  display: block;
}

.title-logos {
  max-width: 1250px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.logos-cont-flex {
  max-width: 1250px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 30px;
  display: flex;
}

.logos-link-block {
  margin-top: 6px;
  margin-bottom: 6px;
  transition: opacity .2s;
}

.logos-link-block:hover {
  opacity: .65;
}

.logo-supplier {
  opacity: 1;
}

.call-to-action {
  color: #fff;
  font-size: 26px;
  font-weight: 100;
}

.call-to-action:hover {
  color: #fff;
}

.footer-inline-text-link {
  color: #999;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s;
}

.footer-inline-text-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-inline-text-link.copyright {
  font-size: 11px;
  line-height: 18px;
}

.footer-col {
  border-right: 1px solid rgba(169, 169, 172, .35);
  flex: 1;
  padding-left: 20px;
  padding-right: 10px;
  display: block;
}

.footer-col.omega {
  border-right-width: 0;
}

.footer-col.calc {
  display: none;
}

.footer-logo {
  cursor: pointer;
  margin-top: 27px;
  margin-bottom: 27px;
  padding-right: 10px;
  transition: opacity .2s;
}

.footer-logo:hover {
  opacity: .8;
}

.footer-logo.w--current {
  margin-top: 27px;
  margin-bottom: 27px;
}

.link-block-calc {
  width: 120px;
  height: 120px;
  cursor: pointer;
  background-color: #389c3e;
  background-image: linear-gradient(#63a832, #389c3e);
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 15px;
  transition: background-color .325s ease-in-out;
}

.link-block-calc:hover {
  background-color: #fff;
  background-image: none;
}

.link-block-calc.w--current {
  background-image: linear-gradient(#63a832, #389c3e);
}

.footer-title {
  color: #c3c3c3;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.footer {
  background-color: #2d2d2d;
  border-bottom-style: solid;
  padding-top: 70px;
  padding-bottom: 55px;
}

.footer-link {
  color: #999;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-masterproof-logo {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-links-wrapper {
  text-align: center;
  margin-top: 15px;
  display: block;
}

.footer-text {
  width: 100%;
  opacity: 1;
  color: #999;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.footer-text.mobile {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.footer-text.copyright {
  opacity: .7;
  font-size: 11px;
  line-height: 18px;
}

.suppliers-text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.call-to-action-link {
  color: #fff;
  font-size: 26px;
  text-decoration: underline;
  transition: all .2s;
}

.call-to-action-link:hover {
  color: #999;
  text-decoration: underline;
}

.body {
  color: #000;
}

.slider-div-flex {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.slider-col-1 {
  width: 48%;
  height: 100%;
  background-image: url('../images/masterproof_icon_tint35.png');
  background-position: 50% -49px;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  padding-left: 7%;
  padding-right: 4%;
  display: flex;
}

.image-2 {
  opacity: .47;
}

.intro-text {
  color: #333;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.intro-text.trinidad {
  color: #333;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.pagetitle-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.column-alpha {
  flex: 1;
  margin-right: 20px;
  padding-bottom: 0;
}

.more-text-button {
  color: #666;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #999;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 32px;
  font-size: 14px;
  font-weight: 900;
  transition: all .3s;
}

.more-text-button:hover {
  color: #fff;
  background-color: #9e9e9e;
  border-color: #7a7a7a;
}

.body-text-wrapper {
  max-width: 1250px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-wrapper-flex-bodytext {
  max-width: 1250px;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 77px;
  display: flex;
}

.section-bodytext {
  background-color: #fff;
}

.image-18 {
  margin-bottom: 26px;
}

.page-title {
  color: #616161;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.column-omega {
  flex: 1;
  margin-left: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.body-text-1 {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  flex: 1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.body-text-1.alpha {
  color: #444;
  text-transform: none;
  margin-bottom: 30px;
  margin-right: 0;
  line-height: 23px;
}

.slider-col-2 {
  width: 52%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3%;
  padding-right: 5%;
  display: flex;
}

.image-19 {
  opacity: .37;
}

.slider-heading-div {
  border-left: 1px solid #fff;
  margin-top: 8%;
  padding-left: 5%;
}

.slider-heading {
  width: 650px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 3%;
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 53px;
}

.slider-subhead {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.slider-logo-hori {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.slider-button-black {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #333;
  border-radius: 100px;
  margin: 10px;
  padding: 12px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-black:hover {
  color: #000;
  background-color: #fff;
}

.slider-button-black.w--current {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #333;
  border-radius: 100px;
  margin: 10px;
  padding: 12px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-black.w--current:hover {
  color: #333;
  background-color: #fff;
}

.slide-black {
  background-color: #292929;
}

.slide-nav {
  background-image: linear-gradient(to right, #476496, #7bbede);
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.slider-heading-2 {
  color: #fff;
  letter-spacing: -1px;
  font-family: proxima-nova, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 42px;
}

.slider-heading-2.mobonly {
  display: none;
}

.thin {
  font-weight: 100;
}

.slider-circle-image-div {
  width: 26%;
  margin-left: 1%;
  margin-right: 1%;
}

.circle-image {
  border-radius: 50%;
}

.slider-col-3 {
  width: 43%;
  height: 100%;
  background-image: url('../images/masterproof_icon_tint35.png');
  background-position: 100% -32px;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12%;
  display: flex;
}

.slider-col-4 {
  width: 57%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
  padding-right: 3%;
  display: flex;
}

.slider-heading-div-2 {
  margin-top: 10%;
}

.slider-button-white {
  color: #333;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.slider-button-white.w--current {
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-white.w--current:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.slide-white {
  background-color: #fff;
}

.slider-heading-3 {
  color: #333;
  letter-spacing: -1px;
  font-family: proxima-nova, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 42px;
}

.slider-heading-3.mobonly {
  display: none;
}

.slider-button-blue {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4c95dd;
  border: 1px solid #4c95dd;
  border-radius: 100px;
  padding: 13px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-blue:hover {
  color: #4c95dd;
  background-color: rgba(0, 0, 0, 0);
}

.slider-button-blue.w--current {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4c95dd;
  border: 1px solid #4c95dd;
  border-radius: 100px;
  padding: 13px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.slider-button-blue.w--current:hover {
  color: #4c95dd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4c95dd;
}

.icon-3 {
  text-shadow: 1px 0 rgba(0, 0, 0, .65);
}

.icon-4 {
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.section-temp {
  height: 70vh;
  background-image: linear-gradient(to right, #476496, #7bbede);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  font-size: 14px;
  display: flex;
}

.image-20 {
  width: 100%;
  max-width: 574px;
}

.blue-star {
  color: #1196d3;
}

.slide-button-div {
  margin-top: 20px;
  margin-left: 4%;
}

.slider-logo-vert {
  display: none;
}

.slide-button-div-2 {
  margin-top: 2%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.header-panel-1 {
  height: 28vh;
  background-image: url('../images/masterproof_icon_tint35.png'), url('../images/banner_services.jpg');
  background-position: 80px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.heading-1 {
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.text-wrapper-flex-services {
  max-width: 1250px;
  border-bottom: 2px solid #ccc;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
}

.text-wrapper-flex-services.omega {
  border-bottom-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-image {
  border-radius: 0 50px 50px;
}

.service-image-div {
  width: 40%;
  margin-right: 60px;
}

.div-block {
  flex: 1;
}

.heading-2 {
  color: #333;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.header-panel-2 {
  height: 20vh;
  background-image: url('../images/masterproof_icon_tint35.png'), url('../images/banner_home.jpg');
  background-position: 80px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.quote-div {
  width: 10%;
  margin-right: 40px;
}

.author {
  color: #444;
  text-align: right;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.text-wrapper-flex-testimonials {
  max-width: 1250px;
  border-bottom: 2px solid #ccc;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 20px;
  display: flex;
}

.text-wrapper-flex-testimonials.omega {
  border-bottom-width: 0;
}

.nav-link-phone {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #505050;
  border-radius: 100px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
  display: block;
}

.nav-link-phone:hover {
  opacity: .54;
  border-bottom-style: solid;
}

.nav-link-phone.w--current {
  color: #fff;
  font-weight: 700;
  display: flex;
}

.title-footer {
  max-width: 1250px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.click-to-contact-div-flex {
  display: none;
}

.heading-3 {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

.header-panel-retaining {
  height: 28vh;
  background-image: url('../images/masterproof_icon_tint35.png'), url('../images/banner_retaining.jpg');
  background-position: 80px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.header-panel-internal {
  height: 28vh;
  background-image: url('../images/masterproof_icon_tint35.png'), url('../images/banner_internal-wet-areas.jpg');
  background-position: 80px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.header-panel-remediation {
  height: 28vh;
  background-image: url('../images/masterproof_icon_tint35.png'), url('../images/banner_remediation_2.jpg');
  background-position: 80px, 50% 59%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 112%, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.quote {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  flex: 1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.quote.alpha {
  color: #444;
  text-transform: none;
  margin-bottom: 30px;
  margin-right: 0;
  line-height: 23px;
}

.section-cat-links {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 90px;
  display: flex;
}

.section-cat-links.services-page {
  margin-top: 95px;
}

.section-cat-links.servicespage {
  margin-top: 80px;
}

.cat-link-block {
  width: 350px;
  height: 350px;
  cursor: pointer;
  background-image: url('../images/pic_remedial-maintenance_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112% 112%;
  border-radius: 50%;
  transition: all .2s;
}

.cat-link-block:hover {
  background-size: 100% 100%;
}

.cat-block-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.cat-heading {
  color: #555;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 18px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 27px;
}

.cat-link-block-new {
  width: 235px;
  height: 235px;
  cursor: pointer;
  background-image: url('../images/pic_roofs-gutters-decks_category.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112% 112%;
  border-radius: 50%;
  transition: all .2s;
}

.cat-link-block-new:hover {
  background-size: 100% 100%;
}

.cat-link-block-remedial {
  width: 235px;
  height: 235px;
  cursor: pointer;
  background-image: url('../images/pic_remedial-maintenance_category.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112% 112%;
  border-radius: 50%;
  transition: all .2s;
}

.cat-link-block-remedial:hover {
  background-size: 100% 100%;
}

.cat-link-block-foundations {
  width: 235px;
  height: 235px;
  cursor: pointer;
  background-image: url('../images/pic_foundations-walls-planters_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112% 112%;
  border-radius: 50%;
  transition: all .2s;
}

.cat-link-block-foundations:hover {
  background-size: 100% 100%;
}

.cat-link-block-internal {
  width: 235px;
  height: 235px;
  cursor: pointer;
  background-image: url('../images/pic_internal-wet-areas_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 112% 112%;
  border-radius: 50%;
  transition: all .2s;
}

.cat-link-block-internal:hover {
  background-size: 100% 100%;
}

.link-block-cat-text {
  width: 100%;
  cursor: pointer;
  flex: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.link-block-cat-text:hover {
  opacity: .74;
}

.section-footer-temp {
  height: 30vh;
}

.nobr {
  white-space: nowrap;
}

.text-span {
  font-weight: 500;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  opacity: 0;
  height: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 150px;
    color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    padding: 6px 9px;
  }

  .nav-link {
    letter-spacing: 1px;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
  }

  .nav-icon {
    max-width: 100%;
    color: rgba(0, 0, 0, 0);
    margin-left: 5px;
  }

  .nav-icon.w--current {
    padding-top: 0;
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
  }

  .container.flex {
    padding: 0 20px;
  }

  .nav-menu {
    height: 50px;
    color: #b14b4b;
    padding-left: 0;
    padding-right: 10px;
  }

  .dropdown-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar {
    height: 50px;
    color: rgba(0, 0, 0, 0);
    position: fixed;
  }

  .nav-spacer {
    width: 1px;
  }

  .dropdown-link {
    text-align: left;
    letter-spacing: 1px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
  }

  .icon-2 {
    color: #b6b6b8;
    font-size: 40px;
  }

  .dropdown-list-2.w--open {
    margin-left: -13px;
  }

  .slider {
    height: 300px;
    margin-top: 50px;
  }

  .section-logos {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .title-logos {
    width: auto;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-left: 63px;
    padding-right: 63px;
    font-size: 16px;
    line-height: 24px;
  }

  .logos-cont-flex {
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 70px;
  }

  .logos-link-block {
    text-align: center;
  }

  .logo-supplier {
    max-width: 70%;
  }

  .call-to-action {
    font-size: 20px;
  }

  .footer-inline-text-link {
    font-size: 14px;
    display: block;
  }

  .footer-inline-text-link.copyright {
    display: inline-block;
  }

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

  .footer-col.omega {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-logo {
    text-align: center;
    padding-right: 10px;
    display: block;
  }

  .footer-logo.w--current {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .link-block-calc {
    width: 100px;
    height: 100px;
  }

  .footer-title {
    letter-spacing: 0;
    margin-bottom: 13px;
    font-size: 12px;
  }

  .footer {
    background-image: none;
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 26px;
  }

  .footer-masterproof-logo {
    max-width: 75%;
    margin: 4px auto 0;
    display: block;
  }

  .footer-links-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    padding-right: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .footer-text.mobile {
    padding-right: 0;
  }

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

  .suppliers-text, .call-to-action-link {
    font-size: 20px;
  }

  .slider-div-flex {
    padding-bottom: 0;
  }

  .slider-col-1 {
    padding-bottom: 40px;
  }

  .intro-text {
    font-size: 18px;
    line-height: 25px;
  }

  .intro-text.trinidad {
    margin-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 19px;
    line-height: 30px;
  }

  .pagetitle-wrapper {
    float: none;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .column-alpha {
    margin-right: 10px;
  }

  .body-text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-wrapper-flex-bodytext {
    background-color: rgba(0, 0, 0, 0);
    padding: 45px;
  }

  .section-bodytext {
    text-align: center;
  }

  .image-18 {
    width: 160px;
    margin-bottom: 15px;
  }

  .page-title {
    text-align: center;
    letter-spacing: -1px;
    text-transform: none;
    margin-bottom: 9px;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
  }

  .column-omega {
    margin-left: 10px;
  }

  .body-text-1 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }

  .body-text-1.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .slider-heading {
    width: 280px;
    letter-spacing: 0;
    margin-bottom: 4%;
    font-size: 32px;
    font-weight: 800;
    line-height: 28px;
  }

  .slider-subhead {
    font-size: 18px;
    line-height: 18px;
  }

  .slider-logo-hori {
    width: 100%;
    max-width: 260px;
    margin-right: 0;
  }

  .slider-button-black {
    letter-spacing: 1px;
    padding: 10px 18px;
    font-size: 13px;
    line-height: 14px;
  }

  .slider-button-black.w--current {
    letter-spacing: 1px;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
  }

  .slider-heading-2 {
    letter-spacing: 0;
    font-size: 26px;
    line-height: 25px;
  }

  .slider-heading-2.mobonly {
    display: none;
  }

  .thin {
    font-weight: 300;
  }

  .slider-col-3 {
    background-position: 94% -44px;
    background-size: contain;
    padding-bottom: 2%;
  }

  .slider-col-4 {
    padding-bottom: 5%;
  }

  .slider-heading-div-2 {
    margin-top: 0%;
    padding-left: 10px;
  }

  .slider-button-white {
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .slider-button-white.w--current {
    letter-spacing: 1px;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
  }

  .slider-heading-3 {
    letter-spacing: 0;
    font-size: 26px;
    line-height: 25px;
  }

  .slider-button-blue {
    letter-spacing: 1px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .slider-button-blue.w--current {
    letter-spacing: 1px;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
  }

  .icon-3 {
    margin-bottom: 150px;
  }

  .section-temp {
    padding: 19px 138px 10px;
  }

  .slide-button-div {
    margin-top: 10px;
    margin-left: 2%;
  }

  .slide-button-div-2 {
    margin-left: 3%;
  }

  .header-panel-1 {
    height: 240px;
    background-position: 80px, 50%;
    background-size: contain, cover;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-1 {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
  }

  .text-wrapper-flex-services {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 1px;
    padding: 65px 50px;
  }

  .text-wrapper-flex-services.omega {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .service-image {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .service-image-div {
    width: 35%;
    margin-right: 40px;
  }

  .heading-2 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .header-panel-2 {
    height: 200px;
    background-position: 80px, 50%;
    background-size: contain, cover;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote-div {
    width: 12%;
    margin-right: 20px;
  }

  .author {
    font-size: 15px;
    line-height: 20px;
  }

  .text-wrapper-flex-testimonials {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 1px;
    padding: 50px 65px 50px 50px;
  }

  .nav-link-phone {
    letter-spacing: 1px;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
  }

  .title-footer {
    width: auto;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-left: 63px;
    padding-right: 63px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }

  .header-panel-retaining, .header-panel-internal, .header-panel-remediation {
    height: 240px;
    background-position: 80px, 50%;
    background-size: contain, cover;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .quote.alpha {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }

  .section-cat-links {
    margin-bottom: 44px;
  }

  .section-cat-links.services-page {
    margin-top: 50px;
  }

  .section-cat-links.servicespage {
    margin-top: 58px;
  }

  .cat-block-div {
    justify-content: flex-start;
    padding: 8px;
  }

  .cat-heading {
    letter-spacing: 0;
    margin-top: 28px;
    margin-left: 7px;
    font-size: 17px;
    line-height: 18px;
  }

  .cat-link-block-new, .cat-link-block-remedial, .cat-link-block-foundations, .cat-link-block-internal {
    width: 160px;
    height: 160px;
  }
}

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

  .menu-button {
    float: right;
    padding: 3px 9px 0;
    position: relative;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    text-align: right;
    letter-spacing: 2px;
    background-color: #242424;
    border-bottom-width: 1px;
    border-bottom-color: #424242;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 35px 20px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
  }

  .nav-link:hover {
    background-color: #585858;
  }

  .nav-link.w--current {
    justify-content: flex-end;
  }

  .nav-icon, .nav-icon.w--current {
    display: none;
  }

  .container {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    overflow: auto;
  }

  .nav-menu {
    height: auto;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    background-color: #232323;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .navbar {
    z-index: 1000;
    height: 45px;
    background-image: url('../images/masterproof_logo.png');
    background-position: 17px;
    background-repeat: no-repeat;
    background-size: 150px;
    justify-content: space-between;
    align-items: center;
    display: block;
    position: fixed;
  }

  .dropdown-link {
    text-align: right;
    letter-spacing: 1px;
    margin-left: 0;
    padding: 15px 50px 15px 0;
    font-size: 14px;
  }

  .icon-2 {
    color: #969696;
    font-size: 40px;
  }

  .slider {
    height: 370px;
    margin-top: 45px;
  }

  .slide-blue {
    background-image: url('../images/banner_home_mob.jpg');
    background-size: cover;
  }

  .section-logos {
    background-image: linear-gradient(to right, #476496, #7bbede);
  }

  .title-logos {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos-cont-flex {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    padding: 10px 39px 25px;
  }

  .logos-link-block {
    text-align: center;
  }

  .logo-supplier {
    max-width: 65%;
  }

  .footer-inline-text-link {
    letter-spacing: 2px;
    font-size: 11px;
  }

  .footer-inline-text-link.copyright {
    letter-spacing: 0;
    font-size: 12px;
    display: inline-block;
  }

  .footer-col.omega {
    text-transform: uppercase;
  }

  .footer-logo {
    padding-right: 10px;
  }

  .footer {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .footer-text.mobile {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    font-size: 18px;
  }

  .footer-text.copyright {
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
  }

  .suppliers-text {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-div-flex {
    background-image: url('../images/masterproof_icon_tint35.png');
    background-position: 50% 31%;
    background-repeat: no-repeat;
    background-size: 90%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .slider-col-1 {
    display: none;
  }

  .intro-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .intro-text.trinidad {
    color: #333;
    text-align: justify;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .pagetitle-wrapper {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .column-alpha {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-wrapper-flex-bodytext {
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 49px;
  }

  .image-18 {
    width: 140px;
    margin-bottom: 21px;
  }

  .page-title {
    margin-bottom: 0;
    font-size: 29px;
  }

  .column-omega {
    text-align: center;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-1 {
    color: #555;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .body-text-1.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .slider-col-2 {
    width: 100%;
    align-items: center;
    padding-bottom: 66px;
    padding-right: 0;
  }

  .slider-heading-div {
    border-left-width: 0;
    padding-left: 0;
  }

  .slider-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }

  .slider-subhead {
    text-align: center;
    font-size: 19px;
    line-height: 19px;
  }

  .slider-button-black {
    margin-top: 40px;
    font-weight: 600;
  }

  .slider-heading-2 {
    text-align: center;
    display: none;
  }

  .slider-heading-2.mobonly {
    display: block;
  }

  .thin {
    font-weight: 300;
  }

  .slider-col-3 {
    width: 100%;
    height: auto;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-left: 0%;
  }

  .slider-col-4 {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0% 8%;
  }

  .slider-heading-div-2 {
    text-align: center;
    padding-left: 0;
  }

  .slider-button-white {
    font-size: 13px;
    line-height: 13px;
  }

  .slider-heading-3 {
    display: none;
  }

  .slider-heading-3.mobonly {
    display: block;
  }

  .slider-button-blue {
    font-size: 13px;
    line-height: 13px;
  }

  .icon-3 {
    margin-top: 145px;
  }

  .section-temp {
    padding-left: 61px;
    padding-right: 61px;
  }

  .slide-button-div {
    margin-top: 10px;
    margin-left: 0;
  }

  .slider-logo-vert {
    display: block;
  }

  .slide-button-div-2 {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .header-panel-1 {
    height: 180px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading-1 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .text-wrapper-flex-services {
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 35px 30px;
  }

  .service-image-div {
    margin-right: 35px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .header-panel-2 {
    height: 140px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .quote-div {
    width: 14%;
    margin-right: 13px;
  }

  .text-wrapper-flex-testimonials {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 35px 40px 25px;
  }

  .text-wrapper-flex-testimonials.omega {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-link-phone {
    text-align: right;
    letter-spacing: 2px;
    background-color: #242424;
    border-width: 0;
    border-bottom-color: #424242;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 35px 20px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
  }

  .nav-link-phone:hover {
    background-color: #585858;
    border-width: 0;
    border-radius: 0;
  }

  .title-footer {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .click-to-call-email {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #545454;
    border-radius: 100px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 15px 28px;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .click-to-call-email:hover {
    border-color: #b8b8b8;
  }

  .click-to-contact-div-flex {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
  }

  .heading-3 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .header-panel-retaining, .header-panel-internal, .header-panel-remediation {
    height: 180px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .quote {
    color: #555;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .quote.alpha {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-cat-links {
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 31px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-cat-links.services-page {
    margin-top: 50px;
  }

  .cat-block-div {
    margin-bottom: 25px;
  }

  .cat-heading {
    letter-spacing: 0;
    margin-left: 15px;
    font-size: 22px;
    line-height: 23px;
  }

  .cat-link-block-new, .cat-link-block-remedial, .cat-link-block-foundations, .cat-link-block-internal {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    letter-spacing: 3px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .container {
    height: auto;
  }

  .container.flex {
    flex-wrap: wrap;
  }

  .nav-menu {
    text-align: right;
    overflow: visible;
  }

  .navbar {
    height: 45px;
    text-align: left;
    background-size: 130px;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: block;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 23px;
  }

  .icon-2 {
    color: #b6b6b8;
    margin-top: 5px;
    font-size: 35px;
  }

  .slider {
    height: 380px;
  }

  .title-logos {
    margin-bottom: 0;
  }

  .logos-cont-flex {
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
  }

  .logos-link-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .footer-inline-text-link.copyright {
    font-size: 11px;
  }

  .footer-text.copyright {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 11px;
  }

  .suppliers-text {
    font-size: 17px;
  }

  .slider-div-flex {
    background-size: auto;
  }

  .intro-text {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
  }

  .intro-text.trinidad {
    text-align: justify;
    margin-bottom: 5px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .body-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-wrapper-flex-bodytext {
    padding: 28px 29px;
  }

  .image-18 {
    width: 125px;
  }

  .page-title {
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
  }

  .body-text-1 {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .body-text-1.alpha {
    line-height: 20px;
  }

  .slider-col-2 {
    justify-content: center;
    padding: 0 28px 40px;
  }

  .slider-heading {
    margin-bottom: 14%;
    font-size: 25px;
    line-height: 22px;
  }

  .slider-subhead {
    font-size: 18px;
    line-height: 18px;
  }

  .slider-button-black {
    margin-top: 35px;
    font-size: 12px;
  }

  .slider-heading-2.mobonly {
    font-size: 22px;
    line-height: 20px;
  }

  .thin {
    font-weight: 300;
  }

  .slider-col-3 {
    padding-top: 10%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider-col-4 {
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-heading-3.mobonly {
    font-size: 22px;
    line-height: 20px;
  }

  .section-temp {
    padding-bottom: 19px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .right-arrow, .left-arrow {
    width: 40px;
  }

  .text-block {
    font-size: 13px;
    line-height: 13px;
  }

  .slide-button-div-2 {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .header-panel-1 {
    height: 150px;
    background-position: 50%, 50%;
    background-size: cover, cover;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-wrapper-flex-services {
    flex-direction: column;
    align-items: center;
    padding: 48px 29px;
  }

  .service-image-div {
    width: 75%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 28px;
  }

  .header-panel-2 {
    height: 120px;
    background-position: 50%, 50%;
    background-size: cover, cover;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-div {
    width: 30%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .author {
    text-align: center;
  }

  .text-wrapper-flex-testimonials {
    flex-direction: column;
    align-items: center;
    padding: 40px 29px 48px;
  }

  .nav-link-phone {
    letter-spacing: 3px;
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .title-footer {
    margin-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .header-panel-retaining, .header-panel-internal, .header-panel-remediation {
    height: 150px;
    background-position: 50%, 50%;
    background-size: cover, cover;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }

  .quote.alpha {
    line-height: 20px;
  }

  .section-cat-links {
    margin-bottom: 13px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section-cat-links.services-page {
    margin-top: 37px;
  }

  .section-cat-links.servicespage {
    margin-top: 35px;
  }

  .cat-block-div {
    margin-bottom: 15px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .cat-heading {
    letter-spacing: 0;
    margin-top: 14px;
    margin-left: 7px;
    font-size: 14px;
    line-height: 15px;
  }

  .cat-link-block-new, .cat-link-block-remedial, .cat-link-block-foundations, .cat-link-block-internal {
    width: 130px;
    height: 130px;
  }
}


