﻿@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.region-content {
  margin-bottom: 0;
}

@keyframes parallax {
  from {
    background-position: center 0;
  }
  to {
    background-position: center -2500px;
  }
}
.pink {
  color: #ff10f0;
}

.layout-content {
  width: 100%;
}

.paragraph h2 {
  margin-top: 2em;
}
.paragraph .field_section_title {
  margin-left: 1em;
  margin-right: 1em;
}
.paragraph .field_list_items {
  margin: 2em 6em 10em;
}
@media (max-width: 1024px) {
  .paragraph .field_list_items {
    margin: 0 1em 10em;
  }
}
.paragraph.paragraph--type--blog-list {
  margin: 0;
}
.paragraph.paragraph--type--media-items {
  margin: 0;
}
.paragraph.paragraph--type--media-items + .paragraph--type--media-items .field_media_item {
  margin: -2em 0 0;
}

.collapsible-contents h3,
.collapsible-contents h4 {
  margin-top: 1em;
}
.collapsible-contents ol,
.collapsible-contents ul {
  margin-top: 1em;
}

.landing-page-container {
  margin: 10em auto;
  padding: 0 1em;
}
.landing-page-container.hero {
  margin: 0 auto;
}
.landing-page-container.product-carousel {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .landing-page-container {
    margin: 4em auto;
  }
  .landing-page-container .mobile-layout {
    display: flex;
    flex-flow: column-reverse;
  }
}
.landing-page-container p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-wrap: pretty;
  margin: 0.5em 0 0;
}
.landing-page-container p.small-p {
  font-size: 1.2rem;
}
.landing-page-container p.extra-small-p {
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .landing-page-container p {
    text-wrap: pretty;
  }
}
@media (max-width: 544px) {
  .landing-page-container p {
    font-size: 1.2rem;
  }
}
.landing-page-container ul,
.landing-page-container ol {
  margin: 0 0 0 2em;
}
.landing-page-container ul li,
.landing-page-container ol li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0.5em 0 0;
}
@media (max-width: 544px) {
  .landing-page-container ul,
  .landing-page-container ol {
    margin-left: 1em;
  }
  .landing-page-container ul li,
  .landing-page-container ol li {
    font-size: 1.2rem !important;
  }
}
.landing-page-container h2 {
  font-size: 2rem !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 544px) {
  .landing-page-container h2 {
    font-size: 1.5rem !important;
  }
}
.landing-page-container h2.lp__h2-center-border {
  text-align: center;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .landing-page-container h2.lp__h2-center-border {
    text-align: left;
  }
}
.landing-page-container .heading-1 {
  font-size: 1.5rem !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 544px) {
  .landing-page-container .heading-1 {
    font-size: 1.25rem !important;
  }
}
.landing-page-container .heading-2 {
  font-size: 2rem !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 544px) {
  .landing-page-container .heading-2 {
    font-size: 1.5rem !important;
  }
}
.landing-page-container .heading-3 {
  font-size: 2.75rem !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
.landing-page-container .heading-3 ~ .heading-2 {
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .landing-page-container .heading-3 {
    font-size: 2.25rem !important;
  }
}
@media (max-width: 544px) {
  .landing-page-container .heading-3 {
    font-size: 2em !important;
  }
}
.landing-page-container .text-center {
  text-align: center;
}
.landing-page-container figure {
  max-width: 850px;
  margin: 0 auto;
  padding: 2em 0;
}
.landing-page-container figure figcaption {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: 1em;
}
.landing-page-container .lp__text-center .lp__text-center-container {
  max-width: 824px;
  text-align: center;
  margin: 6em auto;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__text-center .lp__text-center-container {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.landing-page-container .lp__align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__align-center figure {
    text-align: center;
  }
}
.landing-page-container .lp__mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__mobile-hide {
    display: block;
  }
}
.landing-page-container .lp__show-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__show-mobile {
    display: none;
  }
}
.landing-page-container .lp__show-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__show-desktop {
    display: block;
  }
}
.landing-page-container .lp__circle-image {
  width: 100%;
  max-width: 500px;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
  padding: 1em;
  margin: 2em auto;
}
.landing-page-container .lp__circle-image.right {
  padding-right: 0;
  margin-right: 0;
  padding-left: 1em;
}
.landing-page-container .lp__circle-image.left {
  padding-left: 0;
  margin-left: 0;
  padding-right: 2em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__circle-image {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  .landing-page-container .lp__circle-image.right, .landing-page-container .lp__circle-image.left {
    padding: 1em;
    margin: 2em auto;
  }
}
.landing-page-container .lp__horizontal-ribbon-section {
  margin: 6em 0 4em;
  display: flex;
  flex-direction: row;
}
.landing-page-container .lp__horizontal-ribbon-section > div {
  flex: 1;
}
.landing-page-container .lp__horizontal-ribbon-section > div img {
  width: 100%;
  max-width: 500px;
}
.landing-page-container .lp__horizontal-ribbon-section .section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: left;
}
.landing-page-container .lp__horizontal-ribbon-section .section::before {
  content: "";
  position: absolute;
  left: -55vw;
  height: 250px;
  width: 40vw;
  z-index: -1;
  background-color: #000000;
}
.landing-page-container .lp__horizontal-ribbon-section .section.reverse {
  padding-right: 1em;
}
.landing-page-container .lp__horizontal-ribbon-section .section.reverse::before {
  content: "";
  right: -55vw;
  left: revert;
}
@media (min-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section .section.reverse + div {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section .section::before, .landing-page-container .lp__horizontal-ribbon-section .section.reverse::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .landing-page-container .lp__horizontal-ribbon-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 4em auto;
  }
  .landing-page-container .lp__horizontal-ribbon-section.mobile-reverse {
    flex-flow: column-reverse;
  }
  .landing-page-container .lp__horizontal-ribbon-section img {
    margin: 1em auto;
    border: none;
  }
}
.landing-page-container .lp__section-divider {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 6em;
  margin-top: 8em;
  color: #ffffff;
  background-size: cover;
}
.landing-page-container .lp__section-divider .lp__section-divider-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  flex: 1;
  padding: 8em calc(2% + 4em);
}
.landing-page-container .lp__section-divider .lp__section-divider-container > div {
  max-width: 800px;
  margin: 0 auto;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav {
  display: flex;
  flex-direction: row;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon {
  position: relative;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon .lp__section-divider-icon-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
}
.landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:hover .lp__section-divider-icon-overlay, .landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:active .lp__section-divider-icon-overlay, .landing-page-container .lp__section-divider .lp__section-divider-container .lp__section-divider-nav .lp__section-divider-icon:focus .lp__section-divider-icon-overlay {
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__section-divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5em -50vw;
    background-attachment: scroll;
    min-height: 50vh;
  }
  .landing-page-container .lp__section-divider .lp__section-divider-container {
    width: 100%;
    padding: 4em 2em;
  }
}
.landing-page-container .lp__section-divider-small {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  background-color: #000000;
  margin: -3em -50vw 10em;
  color: #ffffff;
  padding: 4em 0;
}
.landing-page-container .lp__section-divider-small .lp__section-divider-small-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__section-divider-small {
    margin-bottom: 4em;
  }
}
.landing-page-container .lp__hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: -3em -50vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  min-height: 600px;
  height: 100%;
}
.landing-page-container .lp__hero .lp__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.landing-page-container .lp__hero .lp__hero-bg img {
  width: 100%;
  height: calc(100% * var(--parallax-scale, 1.4));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  will-change: transform;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .landing-page-container .lp__hero .lp__hero-bg img {
    will-change: auto;
  }
}
@media (max-width: 544px) {
  .landing-page-container .lp__hero {
    --parallax-scale: 1.25;
  }
}
.landing-page-container .lp__hero .lp__hero-container {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 6%;
}
.landing-page-container .lp__hero .lp__hero-container h1 {
  font-size: 4rem;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container h2 {
  font-size: 2rem;
  display: inline-flex;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container p {
  font-weight: 500;
  margin: 0.5em 0 0;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo {
  align-items: center;
  display: inline-flex;
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo p {
  margin-left: 15px;
  font-weight: 500;
}
.landing-page-container .lp__hero .lp__hero-container .lp__hero-logo img {
  max-width: 160px;
  width: 100%;
  height: 100%;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
}
@media (max-width: 768px) {
  .landing-page-container .lp__hero {
    min-height: 50%;
    min-height: 300px;
  }
  .landing-page-container .lp__hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
  }
  .landing-page-container .lp__hero .lp__hero-container {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 4em 2em;
    width: 100%;
  }
}
.landing-page-container .lp__two-column-section,
.landing-page-container .lp__three-column-section,
.landing-page-container .lp__four-column-section {
  margin: 6em auto;
  text-align: center;
}
.landing-page-container .lp__two-column-section img,
.landing-page-container .lp__three-column-section img,
.landing-page-container .lp__four-column-section img {
  max-width: 300px;
  width: 100%;
}
.landing-page-container .lp__two-column-section h3,
.landing-page-container .lp__three-column-section h3,
.landing-page-container .lp__four-column-section h3 {
  font-size: 1.75rem;
  margin-top: 1em;
}
.landing-page-container .lp__two-column-section p,
.landing-page-container .lp__three-column-section p,
.landing-page-container .lp__four-column-section p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page-container .lp__two-column-section .col-md-4 p,
.landing-page-container .lp__three-column-section .col-md-4 p,
.landing-page-container .lp__four-column-section .col-md-4 p {
  margin: 0.5em auto;
  padding: 0 1.5em;
}
.landing-page-container .lp__two-column-section .col-md-4 p span,
.landing-page-container .lp__three-column-section .col-md-4 p span,
.landing-page-container .lp__four-column-section .col-md-4 p span {
  font-size: 0.9rem;
  font-style: italic;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__two-column-section,
  .landing-page-container .lp__three-column-section,
  .landing-page-container .lp__four-column-section {
    margin: 3em auto;
  }
  .landing-page-container .lp__two-column-section p,
  .landing-page-container .lp__three-column-section p,
  .landing-page-container .lp__four-column-section p {
    padding: 0 1em;
  }
  .landing-page-container .lp__two-column-section .col-md-4,
  .landing-page-container .lp__two-column-section .col-md-3,
  .landing-page-container .lp__two-column-section .col-md-6,
  .landing-page-container .lp__three-column-section .col-md-4,
  .landing-page-container .lp__three-column-section .col-md-3,
  .landing-page-container .lp__three-column-section .col-md-6,
  .landing-page-container .lp__four-column-section .col-md-4,
  .landing-page-container .lp__four-column-section .col-md-3,
  .landing-page-container .lp__four-column-section .col-md-6 {
    margin: 2em auto;
  }
}
.landing-page-container .lp__two-column-section .lp__hexagon,
.landing-page-container .lp__three-column-section .lp__hexagon,
.landing-page-container .lp__four-column-section .lp__hexagon {
  text-align: center;
  position: relative;
}
.landing-page-container .lp__two-column-section .lp__hexagon h3,
.landing-page-container .lp__three-column-section .lp__hexagon h3,
.landing-page-container .lp__four-column-section .lp__hexagon h3 {
  font-size: 1.75rem;
}
.landing-page-container .lp__two-column-section .lp__hexagon .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon .lp__hexagon-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.landing-page-container .lp__two-column-section .lp__hexagon:hover .sr-only, .landing-page-container .lp__two-column-section .lp__hexagon:active .sr-only, .landing-page-container .lp__two-column-section .lp__hexagon:focus .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:hover .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:active .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon:focus .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:hover .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:active .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon:focus .sr-only {
  width: auto;
  height: auto;
  clip: inherit;
}
.landing-page-container .lp__two-column-section .lp__hexagon:hover .lp__hexagon-overlay, .landing-page-container .lp__two-column-section .lp__hexagon:active .lp__hexagon-overlay, .landing-page-container .lp__two-column-section .lp__hexagon:focus .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:hover .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:active .lp__hexagon-overlay,
.landing-page-container .lp__three-column-section .lp__hexagon:focus .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:hover .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:active .lp__hexagon-overlay,
.landing-page-container .lp__four-column-section .lp__hexagon:focus .lp__hexagon-overlay {
  opacity: 1;
  transition: 0.3s ease;
}
.landing-page-container .lp__two-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only,
.landing-page-container .lp__three-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only,
.landing-page-container .lp__four-column-section .lp__hexagon .lp__hexagon_thumb:focus .sr-only {
  width: auto;
  height: auto;
  clip: inherit;
  opacity: 1 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .landing-page-container .lp__three-column-section .feature-third {
    grid-column: span 12;
  }
}
.landing-page-container .lp__four-column-section {
  margin: 10em auto;
  text-align: center;
}
.landing-page-container .lp__four-column-section h2 {
  margin-bottom: 2em;
}
.landing-page-container .lp__four-column-section h3 {
  font-size: 1.75rem;
  margin-top: 1em;
}
.landing-page-container .lp__four-column-section img {
  max-width: 250px;
}
.landing-page-container .lp__four-column-section .col-md-3 p {
  font-size: 1.1rem;
  margin: 0.5em auto 0;
  padding: 0 1em;
}
.landing-page-container .lp__figure-and-text-two-column {
  margin: 4em auto 8em;
}
.landing-page-container .lp__figure-and-text-two-column h3 {
  font-size: 1.5rem;
}
.landing-page-container .lp__figure-and-text-two-column .figure-left {
  margin: 0 6em 0 0;
}
.landing-page-container .lp__figure-and-text-two-column .figure-right {
  margin: 0 0 0 6em;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__figure-and-text-two-column .figure-left,
  .landing-page-container .lp__figure-and-text-two-column .figure-right {
    margin: 2em 0;
  }
}
@media (max-width: 768px) {
  .landing-page-container .lp__figure-and-text-two-column {
    margin: 3em 0;
  }
}
.landing-page-container .lp__small-banner {
  margin: 14em -50vw;
  background-attachment: fixed;
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.landing-page-container .lp__small-banner .lp__small-banner-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
}
.landing-page-container .lp__small-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .landing-page-container .lp__small-banner {
    background-attachment: scroll;
  }
}

.landing-page-container.oah-hazard-lp .lp__hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(50deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
  left: 0;
  top: 0;
}
.landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container {
  color: #000000;
}
.landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container h1 {
  font-size: 4rem;
  filter: none;
}
.landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container p {
  color: #000000;
  filter: none;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .lp__hero {
    background-position: bottom;
    padding: 0;
  }
  .landing-page-container.oah-hazard-lp .lp__hero::after {
    background: rgba(0, 0, 0, 0.75);
  }
  .landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container {
    justify-content: center;
  }
  .landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container h1 {
    font-size: 3rem;
    color: #ffffff;
  }
  .landing-page-container.oah-hazard-lp .lp__hero .lp__hero-container p {
    color: #ffffff;
  }
}
.landing-page-container.oah-hazard-lp .lp__section-divider.dropped-objects-overview {
  background-image: url("../jpg/oah-lp-banner-dropped-objects-overviewh8f8wj.jpg");
}
.landing-page-container.oah-hazard-lp .lp__section-divider.the-standard {
  background-image: url("../jpg/oah-lp-banner-the-standard2269e5.jpg");
}
.landing-page-container.oah-hazard-lp .lp__section-divider.complete-tethering-system {
  background-image: url("../jpg/oah-lp-banner-complete-tethering-systemlsotsf.jpg");
  margin-bottom: 0;
}
.landing-page-container.oah-hazard-lp .lp__section-divider.resources {
  background-image: url("../jpg/oah-lp-banner-resources5d3kuv.jpg");
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart {
  text-align: center;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .safety-at-heights-chart__row {
  display: flex;
  position: relative;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .safety-at-heights-chart__row:first-of-type {
  margin-bottom: -2em;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .safety-at-heights-chart__row .safety-at-heights-chart__col {
  flex: 1;
  position: relative;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart h3 {
  font-size: 1.4rem;
  padding: 1em;
  margin: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart h3 {
    padding: 1em;
    font-size: 2rem;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart h4 {
  font-size: 1.2rem;
  padding: 1.5em;
  margin: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart h4 {
    padding: 1em;
    font-size: 1.5rem;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart h5 {
  font-size: 0.95rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart h5 {
    padding: 1em;
    font-size: 1.1rem;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart ul {
    flex-flow: column nowrap;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .hover-reveal {
  opacity: 0;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8rem;
  transition: transform 0.1s ease-in-out;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .hover-reveal {
    padding: 1em;
    font-size: 0.75rem;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-1,
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-2,
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-3 {
  height: 4px;
  background-color: #000000;
  z-index: -10;
  opacity: 1;
  position: absolute;
}
@media (max-width: 1200px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-1,
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-2,
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-3 {
    display: none;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-1,
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-3 {
  width: 200px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-1 {
  transform: rotate(-45deg);
  left: -50px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-2 {
  transform: rotate(90deg);
  width: 270px;
  left: -38px;
  top: 80px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .line-3 {
  transform: rotate(45deg);
  left: 42px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .bottom-lines,
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .top-lines {
  position: absolute;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .bottom-lines {
  left: 72px;
  top: 150px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .top-lines {
  left: 241px;
  top: 120px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .circle {
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .circle:focus .hover-reveal, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .circle:hover .hover-reveal {
  opacity: 1;
  transform: scale(1.1);
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .small {
  width: 125px;
  height: 125px;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .small .hover-reveal {
  padding: 1.75em 0.5em;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .small {
    width: 100px;
    height: 100px;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .medium {
  width: 150px;
  height: 150px;
  position: relative;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .medium .hover-reveal {
  padding: 2em 1.25em;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .medium {
    height: 200px;
    width: 200px;
  }
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .medium::before, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .medium::after {
    display: none;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .large {
  width: 180px;
  height: 180px;
  position: relative;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .large .hover-reveal {
  padding: 2em;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart .large {
    width: 250px;
    height: 250px;
  }
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .black {
  border: 10px solid #000000;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .black:hover, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .black:focus {
  border: none;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .black:hover .hover-reveal, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .black:focus .hover-reveal {
  background-color: #000000;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .orange {
  border: 10px solid #d84000;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .orange:hover, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .orange:focus {
  border: none;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .orange:hover .hover-reveal, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .orange:focus .hover-reveal {
  background-color: #d84000;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray {
  border: 10px solid #717171;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:hover, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:focus, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:active {
  border: none;
}
.landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:hover .hover-reveal, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:focus .hover-reveal, .landing-page-container.oah-hazard-lp .safety-at-heights-chart .gray:active .hover-reveal {
  background-color: #717171;
}
@media (max-width: 544px) {
  .landing-page-container.oah-hazard-lp .safety-at-heights-chart {
    display: none;
  }
}
.landing-page-container.oah-hazard-lp #luck-is-bad-policy {
  margin-top: 10em;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .mobile-reverse {
    order: 2;
  }
}
.landing-page-container.oah-hazard-lp .three-ts-banner {
  margin: 0 -50vw 10em;
  min-height: 400px;
  background-image: url("../jpg/oah-lp-banner-three-tsd72wb6.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 6em 0;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container {
  width: 30%;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol {
  list-style: none;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li a {
  color: #000000;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li a:hover, .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li a:focus, .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li a:active {
  text-decoration: none;
  color: #d84000;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-trapped::before {
  content: "";
  background-image: url("../png/three-ts-step-1yp255k.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -1.75em;
  margin-top: 8px;
  height: 6rem;
  width: 6rem;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-tethered::before {
  content: "";
  background-image: url("../png/three-ts-step-2uxbboy.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -1.75em;
  margin-top: 8px;
  height: 6rem;
  width: 6rem;
}
.landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-topped::before {
  content: "";
  background-image: url("../png/three-ts-step-3bpum1f.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -1.75em;
  margin-top: 8px;
  height: 6rem;
  width: 6rem;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li {
    font-size: 2rem !important;
  }
  .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-trapped::before, .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-tethered::before, .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container ol li.icon-topped::before {
    width: 3rem;
    height: 3rem;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container {
    width: 40%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 544px) {
  .landing-page-container.oah-hazard-lp .three-ts-banner .three-ts-banner__container {
    margin-right: 2em;
  }
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts {
  margin: 14em auto 10em;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav {
  display: flex;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img {
  border: none;
  max-width: 70px;
  margin-right: 0.5em;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img.thumbnail {
  border: none;
  padding: 0;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img.thumbnail.inactive {
  opacity: 0.4;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img.thumbnail.inactive:hover, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img.thumbnail.inactive:active, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .oah-hazard-lp__three-ts-nav img.thumbnail.inactive:focus {
  opacity: 1;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image {
  position: relative;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image.right {
  margin-left: 4em;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image.left {
  margin-right: 4em;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image .lp__materials-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:hover .lp__materials-overlay, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:active .lp__materials-overlay, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:focus .lp__materials-overlay {
  opacity: 1;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:hover .lp__materials-overlay img, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:active .lp__materials-overlay img, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image:focus .lp__materials-overlay img {
  padding: 0;
  border: 2px solid transparent;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts h3 {
  font-size: 3rem;
  margin-top: 0.25em;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts h4 {
  font-size: 1.75rem;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts img {
  border: 2px solid #dddddd;
  position: relative;
}
@media (max-width: 1024px) {
  .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image.right, .landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts .col-xs-12 .oah-lp__three-ts-main-image.left {
    margin: 2em 0;
  }
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__three-ts.reverse {
  display: flex;
  flex-direction: column-reverse;
}
.landing-page-container.oah-hazard-lp .oah-hazard-lp__areas-of-focus .col-lg-3 {
  background-color: #f7f7f7;
  border: 2px solid #dddddd;
  padding: 1em;
  margin: 0.5em;
  border-radius: 4px;
}
