@charset "UTF-8";
/* Colors */
.body-form-thanks {
  padding: 1.5rem 1.5rem;
}

@media (min-width: 48em) {
  .body-form-thanks {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .body-form-thanks {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-thanks {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .body-form-thanks {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-thanks {
    padding: 7rem 2rem;
  }
}

.body-form-thanks h2, .body-form-thanks h3, .modal-headline {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .body-form-thanks h2, .body-form-thanks h3, .modal-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .body-form-thanks h2, .body-form-thanks h3, .modal-headline {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-thanks h2, .body-form-thanks h3, .modal-headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .body-form-thanks h2, .body-form-thanks h3, .modal-headline {
    font-size: 2.7rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-thanks h2, .body-form-thanks h3, .modal-headline {
    font-size: 3rem;
  }
}

.hero-subhead {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .hero-subhead {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .hero-subhead {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .hero-subhead {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .hero-subhead {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .hero-subhead {
    font-size: 2rem;
  }
}

.body-form-grouping-heading {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .body-form-grouping-heading {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .body-form-grouping-heading {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-grouping-heading {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .body-form-grouping-heading {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-grouping-heading {
    font-size: 1.5rem;
  }
}

.body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.15rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.2rem;
  }
}

@media (min-width: 100em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.25rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.3rem;
  }
}

.text::before, .body::before, .text::after, .body::after {
  display: table;
  content: '';
}

.text::after, .body::after {
  clear: both;
}

.hero {
  background: linear-gradient(to right, #58d66d 0%, #1A83F2 100%);
  width: 100%;
  position: relative;
  z-index: 1010;
  padding: 0;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

@media (min-width: 48em) {
  .hero {
    margin: 2rem 0 0;
  }
}

@media (min-width: 81.25em) {
  .hero {
    margin: 0 0 0 100px;
    width: calc(100% - 100px);
    min-height: 500px;
  }
}

.hero.short {
  min-height: 300px;
}

.hero.short .hero-aspect-ratio {
  height: 25vh;
}

.hero-aspect-ratio {
  display: block;
  width: 100%;
  height: 70vh;
  position: relative;
}

@media (min-width: 64em) {
  .hero-aspect-ratio {
    height: 60vh;
  }
}

.hero-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .hero-image {
    height: 100%;
    background-position: center top;
  }
}

.hero-image.reveal {
  opacity: .35;
}

.hero-message {
  width: calc(100% - 3rem);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}

@media (min-width: 48em) {
  .hero-message {
    max-width: 860px;
    left: 50%;
    top: 50%;
    bottom: auto;
    z-index: 100;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 81.25em) {
  .hero-message {
    left: calc(50% - 50px);
  }
}

.hero-message.reveal .hero-headline, .hero-message.reveal .hero-subhead {
  opacity: 1;
  transform: translateY(0);
}

.hero-headline {
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .9s;
  line-height: 1;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 3.75rem;
  }
}

.hero-headline-mask {
  overflow: hidden;
}

.hero-subhead {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
}

.main {
  position: relative;
}

.text, .body {
  text-align: left;
  max-width: 64em;
  padding: 2rem 1.5rem 1.5rem;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.6, 0.2, 0.2, 0.9);
}

@media (min-width: 48em) {
  .text, .body {
    padding: 3rem 3rem;
  }
}

@media (min-width: 81.25em) {
  .text, .body {
    padding: 4rem 5rem;
  }
}

@media (min-width: 112.5em) {
  .text, .body {
    padding: 6rem 5rem;
  }
}

.text.reveal, .body.reveal {
  opacity: 1;
}

.text.pt0, .body.pt0 {
  padding-top: 0;
}

.text.pb0, .body.pb0 {
  padding-bottom: 0;
}

@media (max-width: 48em) {
  .text.pb0 p, .body.pb0 p {
    font-size: .9rem;
    line-height: 1.3;
  }
}

.text.pb0 p:last-of-type, .body.pb0 p:last-of-type {
  margin-bottom: 1.5rem;
}

.text-date, .body-date {
  display: block;
  margin-bottom: 1rem;
  opacity: .7;
}

@media (min-width: 64em) {
  .text-date, .body-date {
    margin-bottom: 2rem;
  }
}

.text-date-label, .body-date-label {
  text-transform: uppercase;
}

.text-date-item, .body-date-item {
  display: block;
}

.text p, .body p {
  font-size: .9rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .text p, .body p {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25em) {
  .text p, .body p {
    font-size: 1.2rem;
  }
}

.body {
  opacity: 1;
}

/* ---------- Prev/Next ---------- */
.post-link {
  width: 49%;
  padding: .5rem;
  margin-top: 3em;
  display: inline-block;
  color: #535353;
  vertical-align: text-top;
  opacity: .6;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.no-margin .post-link {
  margin-top: 0;
}

.post-link:hover {
  color: #58d66d;
  opacity: 1;
}

.post-link strong {
  font-size: 90%;
  line-height: 1;
  margin-bottom: .4em;
  display: block;
  color: #535353;
  position: relative;
  display: inline-block;
}

.post-link:hover strong {
  color: #58d66d;
}

.post-link h4 {
  font-weight: 300;
  color: #535353;
  font-size: 100%;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 739px) {
  .post-link h4 {
    display: none;
  }
}

.post-link:hover h4 {
  color: #535353;
  text-decoration: none;
}

.prev-post {
  text-align: left;
  padding-left: 2em;
}

.next-post {
  text-align: right;
  padding-right: 2em;
}

@media only screen and (min-width: 1000px) {
  .prev-post {
    padding-right: 0;
  }
  .next-post {
    padding-left: 0;
  }
}

.prev-post strong:before,
.next-post strong:before {
  display: block;
  font-family: 'Trilogy-Icons';
  font-size: 130%;
  color: #535353;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.prev-post:hover strong:before,
.next-post:hover strong:before {
  color: var(--lt-blue);
}

.prev-post strong:before {
  left: -1.2em;
  content: "<";
}

.next-post strong:before {
  right: -1.2em;
  content: ">";
}

@keyframes arrow_left {
  0% {
    left: -1.2em;
  }
  50% {
    left: -1.45em;
  }
  100% {
    left: -1.2em;
  }
}

@keyframes arrow_right {
  0% {
    right: -1.2em;
  }
  50% {
    right: -1.45em;
  }
  100% {
    right: -1.2em;
  }
}

.prev-post:hover strong:before {
  left: -1.35em;
  animation: arrow_left .6s linear infinite;
}

.next-post:hover strong:before {
  right: -1.35em;
  animation: arrow_right .6s linear infinite;
}

@media only screen and (min-width: 1200px) {
  .page-nav {
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    max-width: 1500px;
    transform: translateX(-50%);
  }
  .post-link {
    position: absolute;
    top: 100px;
    background: white;
    width: calc(calc(100% - 880px) / 2);
    z-index: 1000;
  }
  .prev-post {
    left: 0;
    padding: 1em 1em .5em 3em;
  }
  .next-post {
    right: 0;
    padding: 1em 3em .5em 1em;
  }
  .post-link strong {
    font-size: 100%;
  }
}

.body-form {
  z-index: 100;
  position: relative;
  padding: 0 1rem 0;
}

@media (min-width: 81.25em) {
  .body-form {
    padding: 0;
  }
}

.body-form-grid {
  width: 100%;
}

@media (min-width: 48em) {
  .body-form-grid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 1rem;
  }
}

.body-form-grid-masonry {
  flex-wrap: wrap;
}

.body-form-masonry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  margin-top: .5rem;
}

.body-form-masonry .body-form-field {
  width: 100%;
  margin: .5rem 0;
}

@media (min-width: 48em) {
  .body-form-masonry .body-form-field {
    width: 50%;
    margin: .5rem 0;
  }
  .body-form-masonry .body-form-field.wide {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .body-form-masonry .body-form-field:nth-child(odd) div.error {
    right: .75rem;
  }
  .body-form-masonry .body-form-field:nth-child(odd) {
    padding-right: .75rem;
  }
}

.body-form-col {
  position: relative;
  color: #fff;
  text-align: left;
}

@media (min-width: 48em) {
  .body-form-col {
    flex: 1;
    padding: 1rem;
  }
}

@media (min-width: 48em) {
  .body-form-col .body-form-field:last-of-type {
    margin-bottom: 0;
  }
}

.body-form-grouping {
  padding: 0 0 1rem;
}

@media (min-width: 48em) {
  .body-form-grouping {
    padding: 0 0 1.5rem;
  }
}

@media (min-width: 64em) {
  .body-form-grouping {
    padding: 0 0 2rem;
  }
}

.body-form-grouping:last-of-type {
  padding: 0 !important;
}

.body-form-grouping-heading {
  margin-bottom: .5rem;
}

.body-form-field {
  padding: 0 0;
  margin: .5rem 0;
  position: relative;
}

.body-form-field.focused .body-form-label {
  color: #58d66d;
}

.body-form-field.focused:hover .body-form-label {
  color: #58d66d;
}

.body-form-field div.error {
  background: #e20000;
  padding: .15rem;
  font-size: 60%;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0%);
}

.body-form-field:hover .body-form-label {
  color: #fff;
}

.body-form-label {
  padding: .55rem .65rem;
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  color: #023d7d;
  line-height: 1;
  text-transform: uppercase;
  font-size: .65rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .body-form-label {
    font-size: .85rem;
  }
}

.body-form-label:hover {
  color: #58d66d;
}

.body-form-label.revealed {
  font-size: 100%;
  position: relative;
}

.body-form-label small {
  display: block;
}

.body-form-label a {
  color: #58d66d;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-label a:hover {
  background: #58d66d;
}

.body-form-input, .body-form-textarea, .body-form-select {
  font-family: "Work Sans", sans-serif;
  width: 100%;
  background: #fff;
  border: 2px solid #023d7d;
  color: #082A16;
  padding: 1.35rem .75rem 1rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-appearance: none;
  cursor: pointer;
}

.body-form-input.placeholder, .body-form-textarea.placeholder, .body-form-select.placeholder {
  color: #082A16;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:-moz-placeholder, .body-form-textarea:-moz-placeholder, .body-form-select:-moz-placeholder {
  color: #082A16;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input::-moz-placeholder, .body-form-textarea::-moz-placeholder, .body-form-select::-moz-placeholder {
  color: #082A16;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:-ms-input-placeholder, .body-form-textarea:-ms-input-placeholder, .body-form-select:-ms-input-placeholder {
  color: #082A16;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input::-webkit-input-placeholder, .body-form-textarea::-webkit-input-placeholder, .body-form-select::-webkit-input-placeholder {
  color: #082A16;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:hover, .body-form-textarea:hover, .body-form-select:hover {
  border-color: #023d7d;
  background-color: #58d66d;
  color: #fff;
}

.body-form-input:hover.placeholder, .body-form-textarea:hover.placeholder, .body-form-select:hover.placeholder {
  color: #fff;
}

.body-form-input:hover:-moz-placeholder, .body-form-textarea:hover:-moz-placeholder, .body-form-select:hover:-moz-placeholder {
  color: #fff;
}

.body-form-input:hover::-moz-placeholder, .body-form-textarea:hover::-moz-placeholder, .body-form-select:hover::-moz-placeholder {
  color: #fff;
}

.body-form-input:hover:-ms-input-placeholder, .body-form-textarea:hover:-ms-input-placeholder, .body-form-select:hover:-ms-input-placeholder {
  color: #fff;
}

.body-form-input:hover::-webkit-input-placeholder, .body-form-textarea:hover::-webkit-input-placeholder, .body-form-select:hover::-webkit-input-placeholder {
  color: #fff;
}

.body-form-input:focus, .body-form-textarea:focus, .body-form-select:focus {
  background: #fff;
  border-color: #58d66d;
  color: #023d7d;
}

.body-form-input:focus.placeholder, .body-form-textarea:focus.placeholder, .body-form-select:focus.placeholder {
  color: #023d7d;
}

.body-form-input:focus:-moz-placeholder, .body-form-textarea:focus:-moz-placeholder, .body-form-select:focus:-moz-placeholder {
  color: #023d7d;
}

.body-form-input:focus::-moz-placeholder, .body-form-textarea:focus::-moz-placeholder, .body-form-select:focus::-moz-placeholder {
  color: #023d7d;
}

.body-form-input:focus:-ms-input-placeholder, .body-form-textarea:focus:-ms-input-placeholder, .body-form-select:focus:-ms-input-placeholder {
  color: #023d7d;
}

.body-form-input:focus::-webkit-input-placeholder, .body-form-textarea:focus::-webkit-input-placeholder, .body-form-select:focus::-webkit-input-placeholder {
  color: #023d7d;
}

.body-form-input.error, .body-form-textarea.error, .body-form-select.error {
  border-color: #e20000;
}

.body-form-select {
  padding-left: .45rem;
}

.body-form-textarea {
  height: 13rem;
}

.body-form-button {
  font-family: "Sofia Sans", sans-serif;
  background: #023d7d;
  color: #fff;
  padding: 1rem 1.75rem;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  top: 0;
}

.body-form-button-row {
  padding: 2rem 0 1rem;
  text-align: center;
}

@media (min-width: 48em) {
  .body-form-button-row {
    padding: 1rem 0 0;
  }
}

@media (min-width: 48em) {
  .body-form-button-row {
    padding: 1rem 0 0;
  }
}

.body-form-button:hover {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  top: -.3rem;
  position: relative;
}

.body-form-thanks {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .4s;
  z-index: 1;
  text-align: center;
}

.body-form-thanks h2, .body-form-thanks h3 {
  color: #535353;
  margin-bottom: 1rem;
}

.body-form-thanks.long {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: auto;
  right: auto;
  transition: none;
  padding-top: 0;
  padding-bottom: 0;
}

.body-form-container {
  max-width: 64em;
  margin: 0 auto;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-container.no_top_padding {
  padding-top: 0;
}

.body-form-container.reveal {
  opacity: 1;
}

.body-form-container.submitted .body-form {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  height: 10rem;
}

.body-form-container.submitted .body-form-thanks {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.body-form label.error {
  background: #fff148;
  padding: .25rem .5rem .3rem;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  z-index: 9999;
  font-size: .75rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.body-form label.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(255, 241, 72, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #fff148;
  border-width: 6px;
}

#contact-form-response {
  padding: 4rem 5rem;
  text-align: center;
  max-width: 64em;
  font-size: 1rem;
}

@media (min-width: 48em) {
  #contact-form-response {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  #contact-form-response {
    font-size: 1.2rem;
  }
}

.people {
  text-align: center;
  padding: 1.5rem 0 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 48em) {
  .people {
    padding: 2rem 0 0;
    width: calc(100% - 25px);
  }
}

@media (min-width: 81.25em) {
  .people {
    padding: 4rem 0 0;
    margin: 0 100px 0 0;
    width: calc(100% - 100px);
  }
}

.people.governing:after {
  background: #082A16 !important;
}

.people.governing .people-headline {
  color: #fff;
}

.people:after {
  background: #58d66d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1;
}

.people-headline {
  font-size: 1.5rem;
  color: #082A16;
  transform: translateY(2rem);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: relative;
  z-index: 100;
}

@media (min-width: 48em) {
  .people-headline {
    font-size: 3rem;
    padding-left: 100px;
  }
}

.people-grid {
  position: relative;
  z-index: 100;
}

.people-item {
  background: #082A16;
  transform: translateY(2rem);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (max-width: 48em) {
  .people-item:nth-child(even) {
    transition-delay: .2s !important;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(1) {
    transition-delay: 0.6s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(2) {
    transition-delay: 0.7s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(3) {
    transition-delay: 0.8s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(4) {
    transition-delay: 0.9s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(5) {
    transition-delay: 1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(6) {
    transition-delay: 1.1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(7) {
    transition-delay: 1.2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(8) {
    transition-delay: 1.3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(9) {
    transition-delay: 1.4s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(10) {
    transition-delay: 1.5s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(11) {
    transition-delay: 1.6s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(12) {
    transition-delay: 1.7s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(13) {
    transition-delay: 1.8s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(14) {
    transition-delay: 1.9s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(15) {
    transition-delay: 2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(16) {
    transition-delay: 2.1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(17) {
    transition-delay: 2.2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(18) {
    transition-delay: 2.3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(19) {
    transition-delay: 2.4s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(20) {
    transition-delay: 2.5s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(21) {
    transition-delay: 2.6s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(22) {
    transition-delay: 2.7s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(23) {
    transition-delay: 2.8s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(24) {
    transition-delay: 2.9s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(25) {
    transition-delay: 3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(26) {
    transition-delay: 3.1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(27) {
    transition-delay: 3.2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(28) {
    transition-delay: 3.3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(29) {
    transition-delay: 3.4s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(30) {
    transition-delay: 3.5s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(31) {
    transition-delay: 3.6s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(32) {
    transition-delay: 3.7s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(33) {
    transition-delay: 3.8s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(34) {
    transition-delay: 3.9s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(35) {
    transition-delay: 4s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(36) {
    transition-delay: 4.1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(37) {
    transition-delay: 4.2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(38) {
    transition-delay: 4.3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(39) {
    transition-delay: 4.4s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(40) {
    transition-delay: 4.5s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(41) {
    transition-delay: 4.6s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(42) {
    transition-delay: 4.7s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(43) {
    transition-delay: 4.8s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(44) {
    transition-delay: 4.9s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(45) {
    transition-delay: 5s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(46) {
    transition-delay: 5.1s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(47) {
    transition-delay: 5.2s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(48) {
    transition-delay: 5.3s;
  }
}

@media (min-width: 48em) {
  .people-item:nth-child(49) {
    transition-delay: 5.4s;
  }
}

.people-item-headshot {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.people-item-headshot-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}

.people-item-headshot-mask {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 150;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(9, 39, 66, 0) 0%, rgba(9, 39, 66, 0) 30%, #092742 100%);
  transition: all .25s ease-in-out;
}

.people-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 1rem;
}

.people-item-name {
  font-size: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}

@media (min-width: 48em) {
  .people-item-name {
    font-size: 1.25rem;
  }
}

.people-item:hover {
  z-index: 200;
}

.people-item:hover .people-item-headshot {
  transform: scale(1.05);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.people-item:hover .people-item-headshot-image {
  opacity: 1;
}

.people-item:hover .people-item-headshot-mask {
  opacity: 1;
  height: 50%;
}

.people-item:hover .people-item-name {
  color: #fff;
}

@media (max-width: 48em) {
  .people-item.reveal {
    transform: translateY(0);
    opacity: 1;
  }
}

.people.reveal:after {
  transform: scaleX(1);
}

.people.reveal .people-headline {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 48em) {
  .people.reveal .people-item {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 48em) {
  .bio {
    display: inline-block;
    width: calc( 99% - 225px);
    padding-left: 1.5rem;
  }
}

.bio-headshot {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 48em) {
  .bio-headshot {
    text-align: left;
    display: inline-block;
    width: 225px;
    vertical-align: top;
  }
}

.bio-headshot-img {
  width: 100%;
  height: auto;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.bio-heading-name {
  color: #082A16;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 48em) {
  .bio-heading-name {
    text-align: left;
  }
}

.bio-text {
  text-align: left;
}

.modal {
  background: #FFFDDE;
  width: 90%;
  max-width: 48em;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  position: relative;
  transform: scale(0.7);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  padding: 2rem;
}

@media (min-width: 64em) {
  .modal {
    padding: 3rem;
  }
}

@media (min-width: 64em) {
  .modal {
    padding: 4rem;
  }
}

.modal.green {
  background-color: #58d66d;
}

.modal.green .modal-headline, .modal.green .modal-teaser {
  color: #082A16;
}

.modal.green .modal_close {
  background: #fff;
}

.modal.green .modal_close-svg {
  fill: #082A16;
}

.modal.green .modal-buttons .button {
  background: #082A16;
  color: #FFFDDE;
}

.modal.green .modal-buttons .button:hover {
  background: #FFFDDE;
  color: #082A16;
}

.modal_close {
  background: #FFFDDE;
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .3em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  text-align: center;
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.modal_close:hover {
  transform: scale(1.15);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
}

.modal_close-svg {
  width: 60%;
  fill: #082A16;
  margin: 0 auto;
}

.modal-headline {
  color: policy-hub;
  line-height: 1.1;
  text-align: center;
  margin-bottom: .5rem;
}

@media (min-width: 64em) {
  .modal-headline {
    margin-bottom: 1rem;
  }
}

.modal-teaser {
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  font-family: "Work Sans", sans-serif;
  text-align: center;
}

@media (min-width: 64em) {
  .modal-teaser {
    font-size: 1.2rem;
  }
}

.modal-buttons {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .modal-buttons {
    margin-top: 1.5rem;
  }
}

.modal-buttons .button {
  padding: 1rem 2rem;
  text-transform: uppercase;
  display: table;
  font-weight: 900;
  font-size: 1.3rem;
  background: #023d7d;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.modal-buttons .button:hover {
  background: #082A16;
}

.popup_visible .modal {
  transform: scale(1);
}

.post-text {
  font-size: .85rem;
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .post-text {
    margin-top: 2rem;
  }
}

blockquote {
  color: #58d66d;
}

.darkgreen {
  color: #082A16;
}

.text-layer-text a {
  color: #1A83F2;
  text-decoration: underline;
  transition: 0.3s color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.text-layer-text a:hover {
  color: #023d7d;
}

.text-layer-text a:visited {
  color: #082A16;
}
