<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 18px;
  overflow-x: hidden
}
header {
  transition: background .5s
}
@media (min-width:768px) {
  header.locked {
    background-color: #FBFAFA
  }
}
.profile-masthead {
  background-color: #555;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, .75)
}
.profile-masthead .title, .profile-masthead h1 {
  transition: .8s ease-out, opacity .8s;
  opacity: 0;
  transform: translate3d(0, 20px, 0)
}
.profile-masthead .title.active, .profile-masthead h1.active {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}
.profile-masthead .print-logo {
  display: none
}
.profile-masthead h1 {
  font-size: 30px
}
@media (min-width:768px) {
  .profile-masthead h1 {
    font-size: 40px;
    margin-bottom: 5px
  }
}
.profile-masthead .title {
  font-size: 15px;
  margin-bottom: 20px
}
.profile-masthead .sig-name {
  border-bottom: 1px solid #D7D2CB;
  height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end
}
@media (min-width:768px) {
  .profile-masthead .sig-name svg {
    width: 42vw;
    height: auto
  }
}
.subnav {
  margin-left: 8.333%;
  width: 83.33%;
  height: max(85px, 15vh);
  transition: border .6s, background;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}
.subnav:not(.locked):before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: rgb(0 0 0 / 0.65);
  z-index: -1;
}
.subnav .left-links {
  display: none
}
@media (min-width:768px) {
  .subnav .left-links {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-left: 28px;
  }
  .subnav .left-links--2 {
    width: 20%;
    columns: 2
  }
  .subnav .left-links--4 {
    width: 40%;
    columns: 2
  }
  .subnav .left-links--5 {
    width: 50%;
    columns: 3
  }
  .subnav .left-links .subnav-item {
    /* width: 160px; */
    text-align: left
  }
  .subnav .left-links .subnav-item:nth-child(odd) {
    /* margin: 0 0 9px */
  }
}
.subnav .right-links {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center
}
.subnav .right-links .col {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  text-align: right
}
.subnav .right-links .subnav-item {
  margin: 0
}
.subnav .right-links .print-btn {
  margin-left: auto;
  text-decoration: none;
}

@media (min-width:768px) {
  .subnav .right-links .col {
    /* width: 50% */
  }
  .subnav .right-links {
    width: 40%
  }
  .subnav .right-links .subnav-item:not(:last-child) {
    margin: 0 0 9px
  }
  .subnav .right-links .print-btn {
    margin-left: 1em;
  }
}
.subnav .right-links .print-btn div {
  margin-left: 10px;
  display: flex;
  padding-left: 0.75em;
  padding-right: 0.75em;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--c-red);
  transition: background 0.3s;
}
.subnav .right-links .print-btn:hover div {
  background-color: var(--c-red-dark)
}

@media (min-width:768px) {
  .subnav.locked {
    text-shadow: 0 0 4px transparent;
    background: #FBFAFA;
    margin-top: 0;
    top: 60px;
    position: fixed;
    z-index: 15;
    width: 100vw;
    padding-left: 8.3333vw;
    padding-right: 8.3333vw;
    border-bottom: 1px solid #CCC;
    margin-left: 0
  }
  .subnav.locked div.subnav-item a {
    color: #000
  }
}
.subnav div.subnav-item.active a {
  color: var(--c-red)
}
.subnav div.subnav-item a {
  font-size: 14px;
  color: #fff;
  transition: color .3s ease-out, border .3s ease-out
}
.subnav div.subnav-item a.phone {
  margin-right: 0
}
.subnav div.subnav-item a:hover {
  color: var(--c-red);
  text-decoration: none
}
.profile-section {
  color: #16205F
}
.profile-section .row {
  border-bottom: 1px solid #D7D2CB
}
.profile-section .row&gt;div {
  padding-left: 0;
  padding-right: 0
}
.profile-section .copy {
  display: none
}
.profile-section .copy.active {
  display: block
}
.profile-section .copy ul {
  padding-left: 20px
}
@media (min-width:768px) {
  .subnav div.subnav-item a {
    font-size: 16px;
    line-height: 1.2;
  }
  .profile-section .row {
    border-bottom: none
  }
  .profile-section .copy {
    display: block
  }
  .profile-section .copy ul {
    padding-left: 100px
  }
}
.profile-section.quote {
  padding-top: 150px;
  padding-bottom: 0
}
.profile-section.quote&gt;div&gt;div {
  padding-left: 0;
  padding-bottom: 50px
}
.profile-section h2 {
  text-align: left;
  font-size: 30px;
  margin: 30px 0
}
.profile-section p {
  font-weight: 400
}
@media (min-width:768px) {
  .profile-section.quote&gt;div&gt;div {
    border-bottom: 1px solid #D7D2CB;
    padding-bottom: 70px
  }
  .profile-section {
    padding-top: 50px;
    padding-bottom: 40px
  }
  .profile-section h2 {
    font-size: 50px;
    margin: 50px 0
  }
  .profile-section p {
    font-size: 20px;
    line-height: 28px
  }
}
.profile-section.mm-card-container {
  display: flex;
  align-items: center;
  justify-content: center
}
.profile-section.mm-card-container .mm-card {
  display: flex;
  padding: 0;
  background-color: #EFEDEA
}
.profile-section.mm-card-container .mm-card .mm-card-image {
  display: none;
  width: 40%;
  background-image: url(../images/mm-card-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.profile-section.mm-card-container .mm-card .mm-card-content {
  width: 100%;
  padding: 6% 8.33%
}
@media (min-width:992px) {
  .profile-section.mm-card-container .mm-card .mm-card-image {
    display: block
  }
  .profile-section.mm-card-container .mm-card .mm-card-content {
    width: 60%
  }
}
.profile-section.mm-card-container .mm-card .mm-card-content h2 {
  margin-top: 0
}
.profile-section.mm-card-container .mm-card .mm-card-content a div.copy {
  display: inline-block
}
</pre></body></html>