html.ccm-toolbar-visible body {
  margin-top: 47px;
}

#craft-workers {
  border-top: 25px solid #CCDC00;
  color: white;
}

#craft-workers h1 {
  margin-top: 5rem;
}

#craft-workers-h1-break {
  display: none;

  @media screen and (max-width: 1199px) and (min-width: 992px) {
    display: block;
  }

  @media screen and (max-width: 483px) and (min-width: 358px) {
    display: block;
  }
}

#craft-workers h1,
#craft-workers h3 {
  font-weight: 500;
  margin-bottom: 0;
}

#craft-workers h1,
#craft-workers h2 {
  font-size: 4.25rem;
}

#craft-workers h2 {
  font-weight: bold;
  margin-top: 0;
}

#craft-workers h2 + h3 {
  margin-top: 0;
}

#craft-workers h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 65px;
}

#craft-workers h1,
#craft-workers h2,
#craft-workers h3,
#craft-workers h3 + p {
  color: #005359;
}

#craft-workers h3 + p {
  color: #005359;
  font-size: 2.5rem;
}

#craft-workers h1,
#craft-workers h2,
#craft-workers h3,
#craft-workers li,
#craft-workers p {
  font-family: 'Motiva Sans', sans-serif;
}

#craft-workers li,
#craft-workers p {
  color: #000;
  font-size: 2rem;
}

#craft-workers video {
  margin-top: 108px;
}

#craft-workers .col-md-6:first-child h1,
#craft-workers .col-md-6:first-child h2,
#craft-workers .col-md-6:first-child h3,
#craft-workers .col-md-6:first-child p {
  padding-left: 60px;
}

#craft-workers .col-md-6:first-child a img,
#craft-workers .col-md-6:first-child p {
  max-width: 80%;
}

#craft-workers .col-md-6:first-child ul:not(.ccm-ui) {
  border-bottom: 20px solid #CCDC00;
  margin: 3rem 0 3rem 60px;
  list-style: none;
  padding: 0;
}

#craft-workers .col-md-6:first-child ul li:not(.ccm-ui) {
  background-color: #CCDC00;
  border-bottom: 1px solid #EBEBEB;
  color: #005359;
  padding: 5%;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
}

#craft-workers .col-md-6:first-child ul a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#craft-workers .col-md-6:first-child ul a,
#craft-workers .col-md-6:first-child ul li span {
  color: inherit;
  font-size: 3.25rem;
  font-weight: bold;
  text-decoration: none;
}

#craft-workers .col-md-6:last-child h2 {
  margin: 8rem auto 2rem;
  max-width: 80%;
}


#craft-workers .col-md-6:last-child ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 80%;
}

#craft-workers img {
  max-width: 100%;
  height: auto;
}

#craft-workers footer {
  background-color: #005359;
  margin-bottom: 50px;
  margin-top: 150px;
  padding: 50px 0;
  position: relative;
}

#craft-workers footer .row {
  display: flex;
}

#craft-workers footer .col-md-6:first-child img {
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 1199px) {
  #craft-workers .col-md-6:first-child h1,
  #craft-workers .col-md-6:first-child h2,
  #craft-workers .col-md-6:first-child h3,
  #craft-workers .col-md-6:first-child p {
    padding-left: 45px;
  }

  #craft-workers .col-md-6:first-child ul:not(.ccm-ui) {
    margin-left: 45px;
  }
}

@media screen and (max-width: 991px) {
  #craft-workers .col-md-6:first-child h1,
  #craft-workers .col-md-6:first-child h2,
  #craft-workers .col-md-6:first-child h3,
  #craft-workers .col-md-6:first-child p {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  #craft-workers .col-md-6:first-child a img {
    display: block;
    margin: 0 auto;
    transform: translateX(-8px);
  }

  #craft-workers .col-md-6:first-child ul:not(.ccm-ui) {
    margin-left: 0;
  }
  
  #craft-workers footer {
    margin-top: 100px;
  }

  #craft-workers footer .row {
    flex-direction: column-reverse;
  }

  #craft-workers footer .col-md-6:first-child img {
    margin-top: -85px;
    position: static;
    transform: translateY(100px);
  }
}

@media screen and (max-width: 400px) {
  #craft-workers .col-md-6:first-child a img {
    max-width: 100%;
    transform: translateX(0);
  }

  #craft-workers .col-md-6:first-child ul li br {
    display: none;
  }
}