#masthead {
  background: #00a3e3;
  position: relative;
}

.submenu-container {
  background: #006289;
  min-height: 70px;
  width: 100%;
}

.submenu {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  margin-left: 15px;
  overflow-x: auto;
  display: flex;
}

.submenu li {
  list-style-type: none;
  display: inline-block;
}

.submenu li a {
  font-size: 18px;
  color: #00a3e3;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 20px 15px;
  display: block;
  width: max-content;
}

.submenu li a:hover, .submenu li.selected a {
  background: #00a3e3;
  color: #FFFFFF;
}

.workers-list {
  width: 100%;
  background: #e5e6e7 url(/images/workers/generic-list.png) no-repeat top left;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 40px;
}

.workers-list h3 {
  color: #00a3e3;
  font-size: 18px;
  font-family: "jaf-facitweb", Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.workers-list ul li {
  list-style-type: disc;
  list-style-image: url(/images/workers/bullet.png) !important;
  font-size: 18px;
  color: #282425;
}

/*your health page*/
.your-health-intro {
  padding-right: 30px;
}

.your-health-list, .your-health-intro {
  float: left;
}

.extra-content {
  background: #282425;
  color: #FFFFFF;
  padding-bottom: 40px;
  margin-top: 20px;
}

.extra-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.three-ways h2 {
  font-family: "jaf-facitweb", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 50px 0 30px 0;
  margin: 0;
  margin-left: 15px;
}

.one-way {
  flex: 1;
  height: 510px;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
}

.one-way article h3 {
  font-size: 30px;
  margin-top: 10px;
}

@media (min-width: 1100px) {
  .one-way p {
    padding-right: 60px;
  }
}

.one-way img {
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.7s;
  /* Safari */
  -moz-transition: width 0.7s;
  /* Safari */
  -o-transition: width 0.7s;
  /* Safari */
  transition: width 0.7s;
}
@media (min-width: 1100px) {
  .one-way img {
    position: absolute;
    width: 250px;
  }
}

.video-section h2 {
  text-align: center;
  padding: 10px 0;
  text-transform: none;
  font-family: "jaf-facitweb", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-left: 15px;
  font-weight: bold;
}

.storage h2 {
  text-align: left;
  font-weight: bold;
  padding: 20px 0;
  margin-top: 0;
}

/*keeping safe*/
.keeping-safe .workers-list {
  width: 100%;
  margin-top: 40px;
}

.keeping-safe .workers-list li {
  line-height: 1.5;
  margin: 10px 0;
}

/*labels*/
.labels h2 {
  margin-top: 20px;
}

.tabs {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
@media (min-width: 1100px) {
  .tabs {
    flex-direction: column;
  }
}

.tabs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.tab {
  width: 230px;
  height: 90px;
  background: #58585b;
  cursor: pointer;
}

.tab p {
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.tab.selected {
  background: #f3f3f3;
  color: #58585b;
}

.symbols-container {
  background: #FFFFFF;
  color: #282425;
  display: none;
}

#health-hazard {
  display: block;
}

.symbols-container h3 {
  display: block;
  background: #f3f3f3;
  margin: 0;
  padding: 10px 0;
  text-indent: 15px;
}

.symbols {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  width: 100%;
  display: flex;
  overflow-x: auto;
}
@media (min-width: 1100px) {
  .symbols {
    flex-direction: row;
  }
}

.symbols:last-child {
  border-bottom: none;
}

.symbols:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.symbol {
  border-right: 1px solid #444444;
  width: 20%;
  min-width: 270px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
}

.symbol .picto {
  display: block;
  margin: 20px auto;
}

.tall .symbol {
  height: 470px;
}

.medium .symbol {
  height: 360px;
}

.symbol p, .symbol ul {
  font-size: 13px;
}

.symbol ul {
  margin: 0 10px;
  padding: 0;
}

.symbol-title {
  height: 55px;
}

.symbol .align-left {
  text-align: left;
  padding: 10px 20px;
}

.symbol:last-child {
  border: none;
}

.videos ul {
  list-style-type: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

.videos ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.videos ul li {
  float: left;
  margin-bottom: 40px;
  margin-right: 4%;
  -webkit-transition: width 0.7s;
  /* Safari */
  -moz-transition: width 0.7s;
  /* Safari */
  -o-transition: width 0.7s;
  /* Safari */
  transition: width 0.7s;
}
@media (min-width: 1100px) {
  .videos ul li {
    width: 400px;
  }
}

.videos ul li h3 {
  margin-top: 0;
}

.videos ul li:nth-of-type(odd) {
  margin-left: 0;
}

.videos ul li img {
  width: 90%;
  margin: auto;
}

.videos ul li p {
  font-size: 14px;
  font-weight: 800;
  padding: 5px 0;
}

.videos ul li iframe {
  height: 300px;
}

.three-ways-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .three-ways-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 1100px) {
  .workers-list h3, .workers-list ul li {
    font-size: 20px;
  }

  .one-way {
    height: 500px;
  }

  .videos ul li {
    width: 440px;
  }
}
@media all and (min-width: 1400px) {
  .workers-list h3, .workers-list ul li {
    font-size: 24px;
  }

  .one-way img {
    width: 300px;
  }

  .symbol p, .symbol ul {
    font-size: 14px;
  }

  .videos ul li {
    width: 540px;
  }
}

/*# sourceMappingURL=workers.css.map */
