<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #eee;
  margin-top: 20px;
}

.border-5,
.border-w-5 {
  border-width: 5px !important;
}

.border-white {
  border: 1px solid transparent;
  border-color: #fff !important;
}

hr.hr-primary {
  border-top-color: #CC164D !important;
}

em {
  font-style: italic;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.py-7 {
  color: white !important;
  background-color: transparent;
}

.pic-top {
  margin-top:65px;
}

.pic-top2 {
  margin-top: 80px;
}

.pic-left {
  margin-left: 50%;
}

.row-margincustom {
  margin-left: -17%;
  text-wrap: pretty;
  padding-left:50px !important;
}

.team-header {
    margin-top: 24px;
}

@media only screen and (max-width: 600px) {
.pic-top2 {
    margin-top: 0;
    display: inline;
  }
.row-margincustom {
  margin-left: -20px;
}

.bios {
  text-align: left;
}


}

@media (max-width: 575px) {
.font-weight-bold {
    padding-top: 20px;
    font-size : 24px !important;
  }

  .font-weight-normal {
      padding-top: 5px;
    }
}
</pre></body></html>