/* Community v18: readable, light-green automatic-screening section. */
.cv-screening>.cv-shell{
  background:linear-gradient(120deg,#f8fcf9 0 42%,#d7ecdf 42%);
  border-color:#9fc9b3;
}
.cv-screening-copy>span{
  color:#08704f;
}
.cv-screening-copy h2{
  color:#103b2d;
}
.cv-screening-copy p,
.cv-screening-copy p+p{
  color:#355d4d;
}
.cv-screening-path article,
.cv-screening-path article:nth-of-type(n+2){
  color:#123d2f;
}
.cv-screening-path article:before,
.cv-screening-path article:nth-of-type(n+2):before{
  border-color:#edf7f1;
  background:#16805c;
}
.cv-screening-path span,
.cv-screening-path article:nth-of-type(n+2) span{
  color:#08704f;
}
.cv-screening-path small,
.cv-screening-path article:nth-of-type(n+2) small{
  color:#526f63;
}
.cv-screening-lines{
  border-color:#bad8c7;
  background:#dceee4;
}
.cv-screening-lines span{
  color:#153f31;
}
.cv-screening-lines span:before{
  color:#08704f;
}
@media(max-width:1000px){
  .cv-screening>.cv-shell{background:linear-gradient(145deg,#f8fcf9 0 35%,#d7ecdf 35%)}
  .cv-screening-copy>span{color:#08704f}
  .cv-screening-copy h2{color:#103b2d}
  .cv-screening-copy p,.cv-screening-copy p+p{color:#355d4d}
  .cv-screening-path article:first-of-type{color:#123d2f}
  .cv-screening-path article:first-of-type span{color:#08704f}
  .cv-screening-path article:first-of-type small{color:#526f63}
  .cv-screening-path article:before{border-color:#edf7f1;background:#16805c}
}
@media(max-width:760px){
  .cv-screening>.cv-shell{background:linear-gradient(145deg,#f8fcf9 0 30%,#d7ecdf 30%)}
}
