<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* navigation */
.guides {
    display: none !important;
}
.library {
    display: none !important;
}

/* prequalify */
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}

/* headshot */
.headshot:before {
  height: 461px;
  width: 404px;
  left: 70%;
  transform: translateX(-70%);  
  bottom: 40%;
}
@media (min-width: 576px) {
  .headshot:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .headshot:before {
    display: none;
  }
  .headshot &gt; .col:after {
      left: -170%;
      height: 461px;
      width: 404px;
      background-size: 100%;
	  background-repeat: no-repeat;
  }  
}
@media (min-width: 992px) {
  .headshot &gt; .col:after {
      left: -130%;
      height: 461px;
      width: 404px;
  }
}
@media (min-width: 1200px) {
  .headshot &gt; .col:after {
      left: -110%;
  }
}</pre></body></html>