<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
}

#profilehead {
  width: 100%;
  border-bottom: 1px solid #ECE9D8;
  background: #f5f5f5;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
}
.profileheadimage {
  width: 125px;
  height: 125px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.profileheadimage img {
  width: 100%;
}
.svg-inline--fa {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.profileheaditem h2{
  margin: 0 !important;
  padding: 0;
  font-size: 23.2px;
  font-weight: 400;
}
.profileheaditem p {
  margin: 3px 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}
.altemail {
  font-size: 14px !important;
  padding-left: 20px !important;
}

.altemail svg {
  padding-right: 5px;
}

#profilebody {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0;
  padding: 30px;
  font-size: 14px;
  border-bottom: 1px solid #ECE9D8;
  column-count: 2;
  column-gap: 30px;
}
#profilebody div {
  margin-bottom: 25px;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
#profilebody p label {
  display: block;
  font-weight: bold;
}


@media only screen and (max-width: 58em) {
  #profilehead {
    grid-template-columns: 1fr;
  }
  #profilebody {
    column-count: 1;
  }
}
</pre></body></html>