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

@keyframes parallax {
  from {
    background-position: center 0;
  }
  to {
    background-position: center -1000px;
  }
}
.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--product-list {
  padding: 0 1em;
}
.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;
}
.landing-page-container p.small-p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.landing-page-container p.extra-small-p {
  font-size: 1rem;
  line-height: 1.3;
}
.landing-page-container p + p {
  margin-top: 0;
  margin-bottom: 2em;
}
@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;
}
@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: 1.75em !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%;
  background-size: cover;
  background-attachment: fixed;
  margin: -3em -50vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  max-height: calc(80vh - 224px);
  min-height: 600px;
  height: 100%;
  padding: 4em 0;
}
.landing-page-container .lp__hero .lp__hero-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 0 4em;
}
.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 {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  font-size: 2rem;
  filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
  text-transform: uppercase;
}
.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: 1540px) {
  .landing-page-container .lp__hero .lp__hero-container {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .landing-page-container .lp__hero {
    min-height: 50%;
  }
  .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 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  .landing-page-container .lp__hero .lp__hero-container h1 {
    font-size: 3rem;
  }
  .landing-page-container .lp__hero .lp__hero-container h3 {
    font-size: 3.5rem;
  }
  .landing-page-container .lp__hero .lp__hero-container p {
    font-size: 1.4rem;
  }
}
@supports (animation-timeline: scroll()) {
  @media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
    .landing-page-container.parallax-hero .lp__hero {
      background-attachment: unset;
      animation: parallax linear;
      animation-timeline: scroll(root);
    }
  }
}
.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 auto 0.5em;
  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;
  }
}

body {
  color: #211f52 !important;
}

.landing-page-container.cold-stress-hazard-lp .lp__hero {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/cold-stress-hero.jpg");
  margin-bottom: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: fixed linear-gradient(to bottom right, rgb(0, 147, 255), rgb(180, 181, 255));
  mix-blend-mode: multiply;
}
.landing-page-container.cold-stress-hazard-lp .lp__hero .lp__hero-container {
  width: 65%;
}
.landing-page-container.cold-stress-hazard-lp .lp__hero .lp__hero-container p {
  font-weight: 300;
  margin-top: 0.5em;
  text-transform: initial;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__hero {
    padding: 2em;
  }
  .landing-page-container.cold-stress-hazard-lp .lp__hero .lp__hero-container {
    width: 100%;
    padding: 0;
  }
  .landing-page-container.cold-stress-hazard-lp .lp__hero .lp__hero-container h1 {
    font-size: 3rem;
  }
}
.landing-page-container.cold-stress-hazard-lp .how-cold-stress-happens .figure-left {
  margin-right: 2em;
}
.landing-page-container.cold-stress-hazard-lp .how-cold-stress-happens .figure-left img {
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .how-cold-stress-happens .figure-left {
    margin: 0;
  }
}
.landing-page-container.cold-stress-hazard-lp .lp__three-column-section {
  margin-top: 6em;
}
.landing-page-container.cold-stress-hazard-lp .lp__three-column-section img {
  max-width: 220px;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance {
  margin: 10em 0;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 4em;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon {
  background: #ff4c00;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  transition: 0.2s ease;
  font-size: 1rem;
  align-items: center;
  text-align: center;
  margin: 0 0.5em;
  display: flex;
  justify-content: center;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon p {
  display: none;
  font-size: 0.75rem;
  padding: 1em;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:hover, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:active, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:focus {
  scale: 1.4;
  background-color: #211f52;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:hover p, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:active p, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:focus p {
  display: inline-block;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:hover img, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:active img, .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon:focus img {
  display: none;
}
.landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container figcaption {
  margin: 1em auto;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance {
    margin: 8em 0;
  }
  .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container {
    padding: unset;
    margin: 1em auto;
  }
  .landing-page-container.cold-stress-hazard-lp .regulations-and-guidance .osha-icon-container .osha-icon {
    width: 100px;
    height: 100px;
    margin: 0.5em;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses {
  background-color: #f7f7f7;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  padding: 10em 15px 12em;
  text-align: center;
  min-height: 1000px;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses {
    padding: 4em calc(2em + 15px);
    height: unset;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion {
  width: 100%;
  display: flex;
  cursor: pointer;
  max-width: 1200px;
  flex-direction: row;
  margin: 4em auto;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion {
    flex-direction: column;
    max-width: 90vw;
    margin-top: 2em;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile {
  flex: 1;
  filter: drop-shadow(1px 1px 18px rgba(0, 0, 0, 0.2));
  background-size: 275px 275px;
  background-repeat: no-repeat;
  background-position: center 90px;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: 1em;
  padding: 1.5em;
  min-height: 425px;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile {
    min-width: unset;
    border: 4px solid #ff4c00;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-top: 0.5em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile .symptom-tile__contents {
  display: none;
  color: #ffffff;
  text-align: left;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active {
  flex: 5;
  background-color: #211f52;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active {
    flex: 1;
    border-color: transparent;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover h3, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus h3, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active h3 {
  color: #ffffff;
  text-align: left;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents {
  display: block;
  padding: 1em 1em 0;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents h4, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents h4, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents h4 {
  margin-bottom: 0;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents h4::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents h4::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents h4::before {
  width: 35px;
  margin-right: 18px;
  margin-top: 2px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents h4:nth-of-type(1)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents h4:nth-of-type(1)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents h4:nth-of-type(1)::before {
  content: url("/sites/default/files/lp/cold-stress-hazard/images/icon-how-it-happens-white.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents h4:nth-of-type(2)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents h4:nth-of-type(2)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents h4:nth-of-type(2)::before {
  content: url("/sites/default/files/lp/cold-stress-hazard/images/icon-symptoms-white.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents h4:nth-of-type(3)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents h4:nth-of-type(3)::before, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents h4:nth-of-type(3)::before {
  content: url("/sites/default/files/lp/cold-stress-hazard/images/icon-how-to-treat-it-white.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:hover .symptom-tile__contents p, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:focus .symptom-tile__contents p, .landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .symptom-accordion__tile:active .symptom-tile__contents p {
  font-size: 1.2rem;
  margin: -4px 0 1.5em 54px;
  letter-spacing: 0.5px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .frost-bite {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/icon-frostbite.png?v=042126");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .hypothermia {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/icon-hypothermia.png?v=042126");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-illnesses .dehydration {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/icon-dehydration.png?v=042126");
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small {
  background-color: #211f52;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small .lp__section-divider-small-container {
  max-width: 1400px;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small .lp__section-divider-small-container .col-md-6 {
  padding: 0 6em;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small .lp__section-divider-small-container .col-md-6 {
    padding: unset;
  }
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small .lp__section-divider-small-container {
    padding: 2em calc(2em + 15px);
  }
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts h2 {
  font-size: 6rem;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats .cold-stress-stats-container {
  display: flex;
  border-bottom: 3px solid #ffffff;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats .cold-stress-stats-container figure img {
  max-width: 125px;
  width: 100%;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats .cold-stress-stats-container figure figcaption {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats .cold-stress-stats-container figure figcaption {
    font-size: 0.75rem;
  }
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats h3 {
  font-size: 2.25rem;
  margin: 0.5em 0 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats p {
  margin-top: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats p span {
  font-size: 1rem;
  font-style: italic;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats p span a {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts h2 {
    font-size: 3.5rem;
  }
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats h3 {
    font-size: 1.5rem;
  }
  .landing-page-container.cold-stress-hazard-lp .lp__section-divider-small.cold-hard-facts .cold-stress-stats .cold-stress-stats-container {
    margin: 1em 0;
  }
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider .lp__section-divider-container {
  background-color: #211f52;
  color: #ffffff;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider .lp__section-divider-container h2 + p {
  font-weight: 500;
  margin: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider.prevention {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/section-gear-guide.jpg");
  margin-bottom: 0;
  margin-top: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider.gear-guide {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/section-gear-guide.jpg");
  margin-top: -10em;
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider.temp-rated-gear-guide {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/section-temp-rated-gear-guide.jpg");
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider.essentials {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/section-prevention-and-solutions.jpg");
}
.landing-page-container.cold-stress-hazard-lp .lp__section-divider.resources {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/section-resources.jpg");
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section h2 {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 0.4em;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section .section__container {
  display: flex;
  padding: 0 1em;
  margin-top: 2em;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section .section__container .section__text h3 {
  margin-bottom: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section .section__container .section__text p {
  margin: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section .section__container .section__image {
  flex: 1;
  padding-right: 1em;
  min-width: 0;
  max-width: 12%;
  padding-top: 4px;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section .section__container .section__image img {
  margin: 0;
}
.landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .section::before {
  background-color: #211f52;
}
@media (max-width: 1024px) {
  .landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section .reverse {
    order: 2;
  }
  .landing-page-container.cold-stress-hazard-lp .lp__horizontal-ribbon-section img {
    border: none;
    margin-bottom: 2em;
  }
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content {
  background-color: #211f52;
  color: #ffffff;
  min-height: 500px;
  display: flex;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content p {
  margin: 0;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 1em 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 66.64%;
  transition: 0.3s;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button:first-of-type {
  margin-top: 0;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-1 {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-1-inactive.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-1.active, .landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-1.focus {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-1-active.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-2 {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-2-inactive.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-2.active, .landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-2.focus {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-2-active.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-3 {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-3-inactive.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-3.active, .landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.step-3.focus {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/step-3-active.svg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.tablinks {
  background: none !important;
  height: auto !important;
  padding: 0 !important;
  text-align: left;
  position: relative;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.tablinks.active .tabs-hover, .landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-buttons button.tablinks.focus .tabs-hover {
  clip: inherit;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel {
  flex: 10;
  height: 100%;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent {
  height: 100%;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.insulation-levels h3 + p {
  color: #d84000;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.insulation-levels .tabcontent-container > div:nth-child(2) {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/cold-stress-background.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.insulation-levels .tabcontent-container img {
  height: auto;
  width: 100%;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels h3 + p {
  color: #ffcc05;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) {
  display: flex;
  flex-direction: row;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels {
  background-color: #ffffff;
  color: #211f52 !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 4px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels img {
  max-width: 50px;
  border-radius: 25px;
  padding: 4px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels h4 {
  margin-top: 1em;
  text-align: center;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels .facility-levels__top {
  position: relative;
  text-align: center;
  padding: 1em 0.5em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels .facility-levels__top img {
  position: absolute;
  left: calc(50% - 25px);
  top: -24px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels .facility-levels__middle {
  background-size: cover;
  min-height: 115px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels .facility-levels__bottom {
  display: flex;
  flex-direction: row;
  padding: 1em 0.5em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels .facility-levels__bottom img {
  margin-right: 8px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(1) {
  margin-right: 10px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(1) img {
  background-color: #ff7d59;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(1) h4 span {
  background-color: #ff7d59;
  padding: 0 8px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(1) .facility-levels__middle {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/facility-manual-photo.jpg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(2) {
  margin-left: 10px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(2) img {
  background-color: #ffcc05;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(2) h4 span {
  background-color: #ffcc05;
  padding: 0 8px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.activity-levels div:nth-child(2) .facility-levels:nth-child(2) .facility-levels__middle {
  background-image: url("/sites/default/files/lp/cold-stress-hazard/images/facility-automated-photo.jpg");
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration h3 + p {
  color: #00aeef;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration img {
  max-width: 100px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div {
  margin: 0 1em;
  background-color: #ffffff;
  color: #211f52 !important;
  padding: 1em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div p:last-of-type {
  border-radius: 25px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div h4 span {
  padding: 0 8px;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div:nth-child(1) h4 span,
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div:nth-child(1) p:last-of-type {
  background-color: #ff7d59;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div:nth-child(2) h4 span,
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-gauge > div:nth-child(2) p:last-of-type {
  background-color: #ffcc05;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent.time-duration .facility-time-graph {
  text-align: center;
  margin-top: 2em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container > div {
  flex: 1;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container > div h3 + p {
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container > div:nth-child(1) {
  padding: 0 2em;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container > div:nth-child(2) {
  height: 100%;
}
.landing-page-container.cold-stress-hazard-lp .cold-stress-hazard-tabbed-content .tabs .tab-panel .tabcontent .tabcontent-container > div:nth-child(2) p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
}