@charset "UTF-8";
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #444;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #3371c4;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #FFF200;
}

.news-article, .page-content {
  padding: 2rem 2rem;
}

@media (min-width: 48rem) {
  .news-article, .page-content {
    padding: 3rem 2rem;
  }
}

@media (min-width: 81.25rem) {
  .news-article, .page-content {
    padding: 4rem 2rem;
  }
}

@media (min-width: 112.5rem) {
  .news-article, .page-content {
    padding: 5rem 2rem;
  }
}

.secid {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .secid {
    padding: 2rem 1rem;
  }
}

.bio-meta {
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .bio-meta {
    margin-bottom: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .bio-meta {
    margin-bottom: 3rem;
  }
}

@media (min-width: 100rem) {
  .bio-meta {
    margin-bottom: 4rem;
  }
}

.page-content > p,
.page-content > ul,
.page-content > ol {
  line-height: 1.8;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
}

.page-content > p p, .page-content > ul p, .page-content > ol p {
  margin-bottom: 1rem;
}

.page-content > p p:last-of-type, .page-content > ul p:last-of-type, .page-content > ol p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  .page-content > p,
  .page-content > ul,
  .page-content > ol {
    font-size: 1.125rem;
  }
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5rem) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.8rem;
  }
}

.secid-title, .page-content > h2, .page-content h1.page-content-title,
.page-content h2.page-content-title {
  font-family: protipo, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .secid-title, .page-content > h2, .page-content h1.page-content-title,
  .page-content h2.page-content-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25rem) {
  .secid-title, .page-content > h2, .page-content h1.page-content-title,
  .page-content h2.page-content-title {
    font-size: 3rem;
  }
}

@media (min-width: 100rem) {
  .secid-title, .page-content > h2, .page-content h1.page-content-title,
  .page-content h2.page-content-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 112.5rem) {
  .secid-title, .page-content > h2, .page-content h1.page-content-title,
  .page-content h2.page-content-title {
    font-size: 4em;
  }
}

.secid-subheadline, .news-meta-title, .bio-name, .page-content > h3 {
  font-family: protipo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .secid-subheadline, .news-meta-title, .bio-name, .page-content > h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  .secid-subheadline, .news-meta-title, .bio-name, .page-content > h3 {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  .secid-subheadline, .news-meta-title, .bio-name, .page-content > h3 {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  .secid-subheadline, .news-meta-title, .bio-name, .page-content > h3 {
    font-size: 2.3rem;
  }
}

.bio-title {
  font-family: protipo, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .bio-title {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25rem) {
  .bio-title {
    font-size: 1.35rem;
  }
}

@media (min-width: 100rem) {
  .bio-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5rem) {
  .bio-title {
    font-size: 1.5rem;
  }
}

.secid {
  background: #3371c4;
}

.secid-title {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.secid-title-link {
  color: #fff;
  display: block;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.secid-title-link:hover {
  color: #BB2649;
}

.secid-subheadline {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  max-width: 48rem;
  margin: 0 auto;
}

.news-article {
  max-width: 64rem;
  padding-top: 0;
  margin: 0 auto;
}

.news-meta {
  padding-bottom: 1rem;
  margin: 0 auto 1rem;
  max-width: 64rem;
}

@media (min-width: 81.25rem) {
  .news-meta {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.news-meta-date {
  margin-top: 1rem;
  display: block;
  font-size: .95rem;
}

.news-meta-title {
  color: #BB2649;
  font-weight: 600;
}

.news-body {
  text-align: left;
  max-width: 48rem;
  margin: 0 auto;
}

.bio-meta {
  padding-top: 0;
}

@media (max-width: 64rem) {
  .bio-meta {
    padding-left: 0;
    padding-right: 0;
  }
}

.bio-meta-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.bio-meta-text {
  padding: 0 0 0 1rem;
  text-align: left;
}

@media (min-width: 81.25rem) {
  .bio-meta-text {
    padding: 0 0 0 2rem;
  }
}

.bio-name {
  color: #BB2649;
  margin-bottom: .5rem;
}

.bio-title {
  color: #f11f56;
}

.bio-headshot {
  width: 40%;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 48rem) {
  .bio-headshot {
    width: 15rem;
  }
}

.actions-wrap {
  margin-bottom: 2rem;
}

.actions-title {
  color: #BB2649;
  text-transform: uppercase;
  text-align: center;
}

.actions-grid {
  display: block;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 48rem) {
  .actions-grid {
    display: flex;
  }
}

.actions-item {
  position: relative;
  background: #fff;
  padding: 3rem;
}

@media (min-width: 48rem) {
  .actions-item {
    flex: 0 0 calc(50% - 1rem);
  }
}

.anchor-link {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -200px;
  display: block;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-content-fixed {
  max-width: 64rem;
}

.page-content > p,
.page-content > ul,
.page-content > ol {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1rem;
}

.page-content > ul,
.page-content > ol {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64rem) {
  .page-content > ul,
  .page-content > ol {
    margin-left: 1.5rem;
  }
}

.page-content > ul li,
.page-content > ol li {
  margin-bottom: .35rem;
}

.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5,
.page-content > h6 {
  max-width: 64rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64rem) {
  .page-content > h1,
  .page-content > h2,
  .page-content > h3,
  .page-content > h4,
  .page-content > h5,
  .page-content > h6 {
    max-width: none;
  }
}

.page-content > h2 {
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: .5em;
}

.page-content > h3 {
  color: #3371c4;
  margin-bottom: .5em;
}

.page-content a {
  color: #3371c4;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.page-content a:hover {
  color: #BB2649;
}

.page-content h1.page-content-title,
.page-content h2.page-content-title {
  font-weight: 700;
  color: #3371c4;
  line-height: 1 !important;
  max-width: 64rem;
}
