<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

*, *::after, *::before{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
div.c{
  position: relative;
  margin:1em;
}
div.c input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
h6.jobs {
  background: #c42e35;
  color:white;
  padding:1em;
  position: relative;
}
div.c label::before{
  content:"";
  display: inline-block;
  border: 15px solid transparent;
  border-left:20px solid white;
}
div.c label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
}
div.p{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.5s;
  background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
div.p p {
  padding: 0.5em 2em 1em 2em;
  margin-bottom: 0;
}
div.c input:checked ~ h6 label::before{
  border-left:15px solid transparent;
  border-top:20px solid white;
  margin-top:12px;
  margin-right:10px;
}
div.c input:checked ~ h6 ~ div.p {
  max-height:100%;
}
div.c a{
  color: #c42e35;
}
div.c a.btn-red {
  color: #fff;
} 
div.c a.btn-red:hover {
  cursor: pointer !important;
} 
div.c ul {
  list-style-image: url(../img/square.png) !important;
  padding: 0 0 1em 3em !important;
  margin-top: 0;
  margin-bottom: 10px;
}
div.c ul li {
  padding-left: 20px !important;
  position: relative !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.file {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem 0 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}</pre></body></html>