@charset "UTF-8";
/* Colors */
.form-layer, .text-layer {
  padding: 1.5rem 1.5rem;
}

@media (min-width: 48em) {
  .form-layer, .text-layer {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .form-layer, .text-layer {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .form-layer, .text-layer {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .form-layer, .text-layer {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .form-layer, .text-layer {
    padding: 7rem 2rem;
  }
}

.text-layer.small-padding {
  padding: 1.5rem;
}

@media (min-width: 48em) {
  .text-layer.small-padding {
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 64em) {
  .text-layer.small-padding {
    padding: 2rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .text-layer.small-padding {
    padding: 3rem 2rem;
  }
}

@media (min-width: 100em) {
  .text-layer.small-padding {
    padding: 4rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .text-layer.small-padding {
    padding: 4.5rem 2rem;
  }
}

.story-meta {
  padding-top: 1.5rem;
}

@media (min-width: 48em) {
  .story-meta {
    padding-top: 2rem;
  }
}

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

@media (min-width: 81.25em) {
  .story-meta {
    padding-top: 5rem;
  }
}

@media (min-width: 100em) {
  .story-meta {
    padding-top: 6rem;
  }
}

@media (min-width: 112.5em) {
  .story-meta {
    padding-top: 7rem;
  }
}

.photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
  margin-top: 1.5rem;
}

@media (min-width: 48em) {
  .photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
    margin-top: 2rem;
  }
}

@media (min-width: 64em) {
  .photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
    margin-top: 4rem;
  }
}

@media (min-width: 81.25em) {
  .photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
    margin-top: 5rem;
  }
}

@media (min-width: 100em) {
  .photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
    margin-top: 6rem;
  }
}

@media (min-width: 112.5em) {
  .photo-grid.top_margin, .video-player-container.top_margin, .button-layer.top_margin, .multicol.add-margin-top, .text-layer.top_margin {
    margin-top: 7rem;
  }
}

.photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
    margin-bottom: 2rem;
  }
}

@media (min-width: 64em) {
  .photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
    margin-bottom: 4rem;
  }
}

@media (min-width: 81.25em) {
  .photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
    margin-bottom: 5rem;
  }
}

@media (min-width: 100em) {
  .photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
    margin-bottom: 6rem;
  }
}

@media (min-width: 112.5em) {
  .photo-grid.bottom_margin, .video-player-container.bottom_margin, .button-layer.bottom_margin, .multicol.add-margin-bottom, .text-layer.bottom_margin {
    margin-bottom: 7rem;
  }
}

.blog-hero {
  margin-top: 1.5rem;
}

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

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

@media (min-width: 81.25em) {
  .blog-hero {
    margin-top: 3rem;
  }
}

@media (min-width: 100em) {
  .blog-hero {
    margin-top: 4rem;
  }
}

@media (min-width: 112.5em) {
  .blog-hero {
    margin-top: 4.5rem;
  }
}

.blog-list-description, .image-caption-credit, .blockquote, .accordion-content-body, .video-caption-teaser, .text-layer-wrap {
  line-height: 1.8;
  font-size: 1.1rem;
  text-align: left;
}

.blog-list-description p, .image-caption-credit p, .blockquote p, .accordion-content-body p, .video-caption-teaser p, .text-layer-wrap p {
  margin-bottom: 1rem;
}

.blog-list-description plast-of-type, .image-caption-credit plast-of-type, .blockquote plast-of-type, .accordion-content-body plast-of-type, .video-caption-teaser plast-of-type, .text-layer-wrap plast-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .blog-list-description p, .image-caption-credit p, .blockquote p, .accordion-content-body p, .video-caption-teaser p, .text-layer-wrap p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .blog-list-description, .image-caption-credit, .blockquote, .accordion-content-body, .video-caption-teaser, .text-layer-wrap {
    font-size: 1.3rem;
  }
  .blog-list-description p, .image-caption-credit p, .blockquote p, .accordion-content-body p, .video-caption-teaser p, .text-layer-wrap p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 81.25em) {
  .blog-list-description p, .image-caption-credit p, .blockquote p, .accordion-content-body p, .video-caption-teaser p, .text-layer-wrap p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 100em) {
  .blog-list-description p, .image-caption-credit p, .blockquote p, .accordion-content-body p, .video-caption-teaser p, .text-layer-wrap p {
    margin-bottom: 1.8rem;
  }
}

.story-headline, .press-headline, .news-headline {
  font-family: "Sofia Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

@media (min-width: 48em) {
  .story-headline, .press-headline, .news-headline {
    font-size: 2.2rem;
  }
}

@media (min-width: 64em) {
  .story-headline, .press-headline, .news-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .story-headline, .press-headline, .news-headline {
    font-size: 2.8rem;
  }
}

@media (min-width: 100em) {
  .story-headline, .press-headline, .news-headline {
    font-size: 3.2rem;
  }
}

@media (min-width: 112.5em) {
  .story-headline, .press-headline, .news-headline {
    font-size: 3.5rem;
  }
}

.video-layer-title, .form-layer-headline {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .video-layer-title, .form-layer-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .video-layer-title, .form-layer-headline {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  .video-layer-title, .form-layer-headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .video-layer-title, .form-layer-headline {
    font-size: 2.7rem;
  }
}

@media (min-width: 112.5em) {
  .video-layer-title, .form-layer-headline {
    font-size: 3rem;
  }
}

.story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
    font-size: 1.6rem;
  }
}

@media (min-width: 100em) {
  .story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
    font-size: 2rem;
  }
}

@media (min-width: 112.5em) {
  .story-subheading, .blockquote-cite, .news-list-title, .video-caption-headline {
    font-size: 2.4rem;
  }
}

.image-caption-caption, .blog-list-item-headline, .multicol-headline {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .image-caption-caption, .blog-list-item-headline, .multicol-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .image-caption-caption, .blog-list-item-headline, .multicol-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .image-caption-caption, .blog-list-item-headline, .multicol-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .image-caption-caption, .blog-list-item-headline, .multicol-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .image-caption-caption, .blog-list-item-headline, .multicol-headline {
    font-size: 2rem;
  }
}

.blog-list-headline {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .blog-list-headline {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .blog-list-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .blog-list-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .blog-list-headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .blog-list-headline {
    font-size: 1.5rem;
  }
}

.image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
.form-layer-embed textarea,
.form-layer-embed select {
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
  .form-layer-embed textarea,
  .form-layer-embed select {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
  .form-layer-embed textarea,
  .form-layer-embed select {
    font-size: 1.15rem;
  }
}

@media (min-width: 81.25em) {
  .image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
  .form-layer-embed textarea,
  .form-layer-embed select {
    font-size: 1.2rem;
  }
}

@media (min-width: 100em) {
  .image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
  .form-layer-embed textarea,
  .form-layer-embed select {
    font-size: 1.25rem;
  }
}

@media (min-width: 112.5em) {
  .image-caption-small-caption, .blog-nav-title, .accordion-header-title, .form-layer-embed input,
  .form-layer-embed textarea,
  .form-layer-embed select {
    font-size: 1.3rem;
  }
}

.blog-list-item, .story-meta, .share-grouping-headline, .video-layer, .blog-post-image, .pagination {
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(3rem);
}

.blog-list-item.reveal, .story-meta.reveal, .share-grouping-headline.reveal, .video-layer.reveal, .video-player.reveal, .blog-post-image.reveal, .pagination.reveal {
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 1;
  transform: translateY(0);
}

.blog-list {
  text-align: left;
}

.blog-list-item {
  text-align: left;
}

.blog-list-link {
  color: #fff;
  display: block;
  padding: .8rem;
}

@media (min-width: 48em) {
  .blog-list-link {
    padding: 1rem .5rem;
  }
}

@media (min-width: 100em) {
  .blog-list-link {
    padding: 1rem .5rem;
  }
}

.blog-list-link:hover .blog-list-headline {
  color: #58d66d;
}

.blog-list-link:hover .blog-list-item-more {
  color: #58d66d;
}

.blog-list-link:focus {
  box-shadow: inset 0 0 0 2px #58d66d;
}

.blog-list-date {
  color: #535353;
  font-size: 85%;
  text-transform: uppercase;
}

.blog-list-headline {
  margin-bottom: .5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.blog-list-description {
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-category.dark-text .blog-list-link:hover .blog-list-headline {
  color: #58d66d;
}

.index-category.dark-text .blog-list-headline {
  color: #535353;
}

.index-category.dark-text .blog-list-description {
  color: #535353;
}

.index-category.green .blog-list-link:hover .blog-list-headline {
  color: #535353;
}

.index-category.green .blog-list-link:focus {
  box-shadow: inset 0 0 0 2px #fff;
}

.blog-hero {
  max-width: 81.25em;
  position: relative;
}

.blog-hero.full_width {
  max-width: none;
  width: 100%;
}

.blog-hero-img {
  width: 100%;
  position: relative;
  z-index: 100;
}

.blog-hero-credit {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 75%;
  padding: .4rem .4rem;
  z-index: 500;
}

.story-meta {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

.story-meta-author, .story-meta-date {
  font-size: 80%;
  display: block;
}

.story-meta-seperator {
  padding: 0 .4rem;
  font-size: 90%;
}

.story-meta-tags {
  margin: 1rem auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.story-meta-tags-label {
  color: #535353;
  margin-right: .5rem;
}

.story-meta-tags-link {
  background: #aacff6;
  border-radius: .75rem;
  color: #023d7d;
  padding: .2rem .45rem;
  margin: 0 .15rem;
  font-weight: 700;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.story-meta-tags-link:hover {
  background-color: #1A83F2 !important;
  color: #fff;
}

.story-meta-label {
  color: #535353;
  font-size: 70%;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .story-meta-label {
    position: relative;
    top: .05rem;
    display: inline-block;
    padding: 0 .5rem .5rem;
  }
}

.story-meta-breadcrumb {
  font-size: .8rem;
  margin-bottom: 1rem;
}

.story-meta-breadcrumb-link {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: #58d66d;
  color: #082A16 !important;
  font-weight: 700;
  padding: .4rem .6rem;
}

.story-meta-breadcrumb-link:hover {
  background: #082A16;
  color: #fff !important;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}

.story-meta-breadcrumb-link:visited {
  color: #fff;
}

.story-meta-top {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

@media (min-width: 48em) {
  .story-meta-top {
    margin-top: 2rem;
  }
}

@media (min-width: 81.25em) {
  .story-meta-top {
    margin-top: 3rem;
  }
}

.story-meta-bottom {
  font-size: .8rem;
  text-transform: uppercase;
}

.story-meta-bottom-small {
  display: inline-block;
}

.story-meta-bottom-immediate {
  display: inline-block;
}

.story-meta-bottom-date {
  display: inline-block;
}

.story-meta-bottom-seperator {
  display: inline-block;
  margin: 0 1rem;
}

.story-headline {
  color: #082A16;
  text-align: center;
}

.story-subheading {
  color: #535353;
  font-weight: 300;
  text-align: center;
  padding: 0 1.5rem;
}

@media (min-width: 64em) {
  .story-subheading {
    padding: 0;
  }
}

.image-caption {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  max-width: 81.25em;
}

.image-caption.green {
  background: #58d66d;
}

.image-caption.dark-green {
  background: #082A16;
}

.image-caption.blue {
  background: #58d66d;
}

.image-caption.dark-blue {
  background: #023d7d;
}

.image-caption.full_width {
  max-width: none;
  width: 100%;
}

.image-caption.reveal {
  opacity: 1;
}

.image-caption-aspect {
  padding-top: 50%;
  position: relative;
}

.image-caption-text {
  max-width: 64em;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 48em) {
  .image-caption-text {
    bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .image-caption-text {
    bottom: 2rem;
  }
}

.image-caption-caption {
  color: #fff;
  padding: .3rem .4rem;
}

.image-caption-small-caption {
  margin-top: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}

.image-caption-credit {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0%;
  padding: .25rem .5rem;
  font-size: 80%;
  color: #fff;
  z-index: 100;
}

.image-caption-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: .5;
  transform: scale(1.2);
}

.blog-nav {
  width: 10vw;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 200;
  padding: 1rem;
}

.blog-nav-wrap {
  max-width: 64em;
  position: relative;
  margin: 0 auto;
  display: none;
}

@media (min-width: 64em) {
  .blog-nav-wrap {
    display: none;
  }
}

.blog-nav.back {
  left: 0;
  text-align: left;
}

@media (min-width: 81.25em) {
  .blog-nav.back {
    text-align: right;
  }
}

.blog-nav.next {
  right: 0;
  text-align: right;
}

@media (min-width: 81.25em) {
  .blog-nav.next {
    text-align: left;
  }
}

.blog-nav-label {
  text-transform: uppercase;
  font-size: 80%;
  color: #535353;
  margin-bottom: .5rem;
  display: block;
}

.blog-nav-title {
  opacity: 0;
  visibility: hidden;
  color: #58d66d;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
}

.blog-nav:hover {
  background: #d9d9d9;
}

.blog-nav:hover .blog-nav-title {
  opacity: 1;
  visibility: visible;
}

.blockquote {
  text-align: center;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.blockquote-headshot {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.blockquote-cite {
  color: #082A16;
  display: block;
  margin: 1rem auto .5rem;
  line-height: 1.2;
  font-style: normal;
}

.blockquote-cite-description {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-family: "Work Sans", sans-serif;
}

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

.share-grouping.no_top_padding {
  padding-top: 0;
}

.share-grouping.no_bottom_padding {
  padding-bottom: 0;
}

.share-grouping-headline {
  text-align: center;
  margin-bottom: 1rem;
}

.share-grouping .button-block {
  transform: none !important;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-grouping .button-block .button {
  padding: .75rem;
  flex: 0 1 auto;
  margin: 0 .15rem;
}

.share-grouping .button-block .button-text {
  font-size: .8rem;
  line-height: 1;
  display: block;
}

.share-label {
  font-size: 80%;
  text-transform: uppercase;
  color: #535353;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.share-links {
  display: inline-block;
  vertical-align: middle;
}

.share-links-item {
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 .25rem;
  display: inline-block !important;
  background: #082A16;
  position: relative;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 64em) {
  .share-links-item {
    width: 2rem;
    height: 2rem;
  }
}

.share-links-item:hover {
  background: #58d66d;
  transform: scale(1.1);
}

.share-links-item:hover .share-links-item-icon {
  fill: #082A16 !important;
}

.share-links-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  fill: #fff;
}

.share-box.menu-box {
  text-align: center;
}

.share-box.menu-box .share {
  margin-bottom: 1rem;
}

.share-box.menu-box .share-item {
  width: 3rem;
  height: 3rem;
}

.share-box.menu-box .share-label {
  display: block;
  margin-bottom: .5rem;
}

.accordion {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 64em;
  margin: 0 auto;
  display: block;
}

.accordion:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .accordion:first-child {
    margin-top: 2rem;
  }
}

.accordion-header {
  background: transparent;
  width: 100%;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.accordion-header-icon {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  margin-right: .75rem;
  border: 1px solid #58d66d;
  border-radius: 50%;
  padding: .5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  flex: 0 0 auto;
}

.accordion-header-icon:before {
  width: 2px;
  height: 1rem;
  content: "";
  display: block;
  background: #58d66d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header-icon:after {
  width: 1rem;
  height: 2px;
  content: "";
  display: block;
  background: #58d66d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header-title {
  color: #082A16;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  flex: 1;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header:hover .accordion-header-icon {
  background: #58d66d;
  border-color: #58d66d;
}

.accordion-header:hover .accordion-header-icon:before {
  background: #fff;
}

.accordion-header:hover .accordion-header-icon:after {
  background: #fff;
}

.accordion-header:hover .accordion-header-title {
  color: #58d66d;
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
}

.accordion-content-body {
  padding: .5rem 0 .5rem 2.25rem;
}

.accordion.accordion-open .accordion-header-icon {
  background: #58d66d;
  border-color: #58d66d;
}

.accordion.accordion-open .accordion-header-icon:before {
  background: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.accordion.accordion-open .accordion-header-icon:after {
  background: #fff;
}

.accordion.accordion-open .accordion-header-title {
  color: #58d66d;
}

.accordion.accordion-open .accordion-content {
  max-height: 3000px;
  display: block;
}

.photo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin: 0 auto;
  width: 100%;
  max-width: 81.25em;
}

.photo-grid.full_width {
  max-width: none;
}

.photo-grid-item {
  max-width: 25vw;
  flex: 1;
}

.photo-grid-item-img {
  width: 100%;
  vertical-align: bottom;
}

.press-headline {
  color: #58d66d;
  text-align: center;
}

.news-headline {
  color: #082A16;
  text-align: center;
}

.news-list-link {
  text-align: center;
  display: block;
  padding: 1rem;
  transition: all 0.3s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-decoration: none !important;
}

@media (min-width: 48em) {
  .news-list-link {
    padding: 1.25rem;
  }
}

@media (min-width: 64em) {
  .news-list-link {
    padding: 1.5rem;
  }
}

.news-list-link:hover {
  background: #082A16;
}

.news-list-link:hover .news-list-title, .news-list-link:hover .news-list-small {
  color: #58d66d;
}

.news-list-link:hover .news-list-date, .news-list-link:hover .news-list-blurb {
  color: #fff;
}

.news-list-small {
  color: #082A16;
  display: block;
  font-size: .9rem;
}

.news-list-small-seperator {
  display: inline-block;
  margin: 0 .5rem;
  color: #082A16;
}

.news-list-item {
  margin-bottom: .5rem;
}

@media (min-width: 64em) {
  .news-list-item {
    margin-bottom: 1rem;
  }
}

.news-list-item:nth-child(odd) {
  background-color: rgba(88, 214, 109, 0.05);
}

.news-list-date {
  font-size: .8rem;
  text-transform: uppercase;
  color: #082A16;
}

.news-list-title {
  margin-bottom: .25rem;
  color: #082A16;
  line-height: 1;
}

.news-list-blurb {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.3;
}

.video-layer {
  max-width: 64em;
  margin: 0 auto;
}

.video-layer-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #535353;
}

@media (min-width: 48em) {
  .video-layer-title {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .video-layer-title {
    margin-bottom: 2rem;
  }
}

.video-player {
  margin: 0 auto;
  position: relative;
  background: #58d66d;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
  overflow: hidden;
}

.video-player-container.square {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}

.video-player.square {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  padding-top: 100% !important;
}

.video-player iframe, .video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player.active .video-preview {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.video-player.active .video-embed {
  z-index: 100;
}

.video-caption {
  padding: 1rem 1rem 0;
  max-width: 64em;
  margin: 0 auto;
}

@media (min-width: 64em) {
  .video-caption {
    padding: 2rem 2rem 0;
  }
}

.video-caption-headline {
  color: #082A16;
  text-align: center;
}

.blog-post-image {
  width: auto;
  margin: 1.5rem auto;
  text-align: center;
}

@media (min-width: 64em) {
  .blog-post-image {
    padding: 2rem auto;
  }
}

.blog-post-image-src {
  width: 100%;
  margin: auto;
}

.blog-post-image.full-width {
  width: 100%;
}

.blog-post-image.intrinsic {
  width: auto;
}

.blog-post-image.intrinsic .blog-post-image-src {
  width: auto;
  max-width: 100%;
}

.blog-post-image.match-content {
  max-width: 64em;
}

.blog-post-image-caption {
  padding: 1rem 1rem 0;
  max-width: 64em;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 64em) {
  .blog-post-image-caption {
    padding: 1.5rem 1.5rem 0;
  }
}

.text-layer-text img {
  max-width: 100%;
  height: auto;
}

.careers-table {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .careers-table {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .careers-table {
    margin-bottom: 2rem;
  }
}

@media (min-width: 100em) {
  .careers-table {
    margin-bottom: 3rem;
  }
}

.careers-table-row {
  margin: 0 auto 1px;
}

@media (min-width: 48em) {
  .careers-table-row {
    padding: 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
  }
}

.careers-table-header {
  width: 10rem;
  font-weight: bold;
  padding: .4rem .6rem;
  white-space: nowrap;
  text-align: left;
}

@media (min-width: 48em) {
  .careers-table-header {
    width: 13rem;
    padding-left: 0;
  }
}

.careers-table-details {
  padding: .4rem .6rem;
  white-space: nowrap;
  text-align: left;
}

@media (min-width: 48em) {
  .careers-table-details {
    flex: 1;
  }
}

.button-layer {
  text-align: center;
  margin-top: 1rem;
}

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

@media (min-width: 48em) {
  .button-layer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
  }
}

.button-layer.wysiwyg {
  display: none;
}

.button-item {
  background: #58d66d;
  display: inline-block;
  font-weight: 700;
  color: #082A16;
  padding: .95rem 1.5rem;
  margin: 1rem 0;
  font-size: 1.125rem;
  position: relative;
  transition: all .15s ease-in-out;
  text-decoration: none !important;
}

.button-item.green {
  background: #58d66d;
  color: #082A16;
}

.button-item.green:hover {
  background: #082A16;
  color: #fff;
}

.button-item.dark-green {
  background: #082A16;
  color: #fff;
}

.button-item.blue {
  background: #58d66d;
  color: #082A16;
}

.button-item.dark-blue {
  background: #023d7d;
  color: #fff;
}

.button-item.dark-blue:hover {
  background: #082A16;
}

.button-item:hover {
  background: #023d7d;
  color: #fff;
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
}

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

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

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pagination-list-item {
  padding: 0 .25rem;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.pagination-list-link {
  display: block;
  color: #535353;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  text-decoration: none !important;
}

.pagination-list-link:hover {
  background: #58d66d;
  color: #fff;
}

.pagination-list-link:hover .pagination-arrow {
  fill: #58d66d;
}

.pagination-list-link.active {
  background: #58d66d;
  color: #fff;
}

.pagination-arrow {
  display: inline-block;
}

.pagination-arrow-link {
  color: #535353;
  display: block;
}

.pagination-arrow-link:hover .pagination-arrow-svg {
  fill: #58d66d;
}

.pagination-arrow-svg {
  display: inline;
  width: .5rem;
  position: relative;
  top: .1rem;
  fill: #535353;
  margin: 0 .2rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.blog-list-item {
  text-align: left;
  margin-bottom: .5rem;
}

@media (min-width: 64em) {
  .blog-list-item {
    margin-bottom: 1rem;
  }
}

.blog-list-item:last-of-type {
  border-bottom: none;
}

.blog-list-item-link {
  display: block;
  padding: 1rem;
  transition: background 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-decoration: none !important;
}

@media (min-width: 48em) {
  .blog-list-item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
  }
}

.blog-list-item-link:hover {
  background: #1A83F2;
}

.blog-list-item-link:hover .blog-list-item-photo-aspect {
  transform: scale(1.1);
}

.blog-list-item-link:hover .blog-list-item-date {
  color: #fff;
}

.blog-list-item-link:hover .blog-list-item-headline {
  color: #fff;
}

.blog-list-item-link:hover .blog-list-item-blurb {
  color: #fff;
}

.blog-list-item-link:hover .blog-list-item-blurb p {
  color: #fff;
}

.blog-list-item-link:hover .blog-list-item-more {
  background-color: #fff;
  color: #1A83F2;
}

.blog-list-item-photo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 48em) {
  .blog-list-item-photo-col {
    width: 40%;
  }
}

.blog-list-item-photo-aspect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.blog-list-item-text {
  padding-top: 1rem;
}

@media (min-width: 48em) {
  .blog-list-item-text {
    width: 60%;
    padding-top: 0;
    padding-left: 1rem;
  }
}

@media (min-width: 64em) {
  .blog-list-item-text {
    padding-left: 2rem;
  }
}

.blog-list-item-date {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Sofia Sans", sans-serif;
  color: #000;
  margin-bottom: .25rem;
}

.blog-list-item-headline {
  color: #1A83F2;
  font-weight: 900;
  transition: color 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: .25rem;
}

.blog-list-item-blurb {
  color: #000;
  margin-bottom: .25rem;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 200;
  transition: color 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.blog-list-item-blurb p {
  transition: color 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.blog-list-item-blurb p:last-of-type {
  margin-bottom: 0;
}

.blog-list-item-more {
  background: #1A83F2;
  font-size: 1rem;
  color: #fff;
  margin-top: .5rem;
  display: inline-block;
  padding: .25rem .5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 700;
  margin-bottom: .5rem;
}

.form-layer {
  max-width: 64em;
  text-align: center;
}

.form-layer.full_width {
  width: 100% !important;
  max-width: none;
}

.form-layer.dark-blue {
  background: #023d7d;
}

.form-layer.green, .form-layer.blue {
  background: #58d66d;
}

.form-layer.green .field-check-label, .form-layer.blue .field-check-label {
  color: #082A16 !important;
}

.form-layer.green .field-check-checkbox, .form-layer.blue .field-check-checkbox {
  background-color: #082A16;
  border-color: #082A16;
}

.form-layer.green .field-check-checkbox-checked, .form-layer.blue .field-check-checkbox-checked {
  fill: #58d66d;
}

.form-layer.green .form-layer-headline, .form-layer.blue .form-layer-headline {
  color: #082A16 !important;
}

.form-layer.green .form-layer-teaser, .form-layer.blue .form-layer-teaser {
  color: #000;
}

.form-layer.green .form-layer-embed label, .form-layer.blue .form-layer-embed label {
  color: #000;
}

.form-layer.green .form-layer-embed label:hover, .form-layer.blue .form-layer-embed label:hover {
  color: #082A16;
}

.form-layer.green .form-layer-embed input, .form-layer.blue .form-layer-embed input {
  border-color: #082A16;
  background-color: transparent;
}

.form-layer.green .form-layer-embed input:hover, .form-layer.blue .form-layer-embed input:hover {
  background-color: #082A16;
  color: #fff;
}

.form-layer.green .form-layer-embed input:focus, .form-layer.blue .form-layer-embed input:focus {
  background-color: #fff;
  color: #082A16;
}

.form-layer.green .form-layer-embed button, .form-layer.blue .form-layer-embed button {
  background-color: #082A16;
  color: #fff;
}

.form-layer.green .form-layer-embed button:hover, .form-layer.blue .form-layer-embed button:hover {
  background-color: #023d7d !important;
  color: #fff;
}

.form-layer.dark-green {
  background: #082A16;
}

.form-layer.white .form-layer-headline {
  color: #023d7d;
}

.form-layer.white .form-layer-teaser {
  color: #535353;
}

.form-layer.white .form-layer-embed label {
  color: #023d7d;
}

.form-layer.white .form-layer-embed label:hover {
  color: #082A16;
}

.form-layer.white .form-layer-embed button {
  background-color: #58d66d;
  color: #fff;
}

.form-layer.white .form-layer-embed button:hover {
  background-color: #082A16;
  color: #fff;
}

.form-layer-wrap {
  max-width: 64em;
}

.form-layer-headline {
  color: #fff;
}

.form-layer-teaser {
  color: #fff;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .form-layer-embed .ak-user-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
  }
}

.form-layer-embed .ak-user-form > div {
  text-align: left;
  padding: .5rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .form-layer-embed .ak-user-form > div {
    width: 50%;
  }
}

.form-layer-embed label {
  color: #fff;
  display: block;
  cursor: pointer;
}

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

.form-layer-embed input,
.form-layer-embed textarea,
.form-layer-embed 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-layer-embed button {
  background: #58d66d;
  display: table;
  font-weight: 700;
  color: #082A16;
  padding: .95rem 1.5rem;
  margin: 1rem auto;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
  transition: all .15s ease-in-out;
}

.form-layer-embed button:hover {
  background: #fff;
  color: #082A16;
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
}

.form-layer .field-check {
  display: flex;
  width: auto !important;
  margin: 1rem auto 0;
}

.form-layer .field-check-item {
  display: flex;
}

@media (min-width: 64em) {
  .memo-list-link {
    padding: 2rem;
  }
}

.memo-list-link:hover {
  background: #082A16;
}

.memo-list-link:hover .memo-list-item-headline {
  color: #fff !important;
}

.memo-list-link:hover .memo-list-item-date, .memo-list-link:hover .memo-list-item-blurb {
  color: #fff;
}

.memo-list-link:hover .memo-list-item-more {
  background-color: #fff;
  color: #082A16;
}

.memo-list-small {
  color: #58d66d;
  display: block;
  font-size: .9rem;
}

.memo-list-item {
  margin-bottom: .5rem;
}

@media (min-width: 64em) {
  .memo-list-item {
    margin-bottom: 1.5rem;
  }
}

.memo-list-item-date {
  color: #082A16;
}

.memo-list-item-headline {
  color: #082A16;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  margin-bottom: .5rem;
}

.memo-list-item-more {
  background-color: #082A16;
  color: #fff;
}

.multicol {
  padding: 1rem;
  max-width: 81.25em;
}

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

.multicol.blue {
  background: #1A83F2;
}

.multicol.green {
  background: #58d66d;
}

.multicol.white {
  background: #fff;
}

.multicol.dark-green {
  background: #082A16;
}

.multicol.gray {
  background: #535353;
}

.multicol.blue .grid-layer-headline, .multicol.green .grid-layer-headline, .multicol.dark-green .grid-layer-headline {
  color: #fff;
}

.multicol.blue .grid-layer-text, .multicol.green .grid-layer-text, .multicol.dark-green .grid-layer-text {
  color: #fff;
}

.multicol.dark-green .multicol-headline {
  color: #58d66d !important;
}

.multicol.dark-green .multicol-text {
  color: #fff;
}

.multicol.dark-green .multicol-text p {
  color: #fff;
}

.multicol-headline {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #082A16;
}

.multicol.full_width {
  max-width: none !important;
}

.multicol.no_gaps .multicol-grid {
  gap: 0 !important;
}

.multicol.no_padding {
  padding: 0 !important;
}

@media (min-width: 48em) {
  .multicol-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    gap: 1rem;
  }
}

@media (min-width: 64em) {
  .multicol-grid {
    gap: 2rem;
  }
}

.multicol-col {
  background: #fff;
  padding: 1rem;
}

@media (max-width: 48em) {
  .multicol-col {
    width: 100% !important;
  }
}

@media (min-width: 64em) {
  .multicol-col {
    padding: 2rem;
  }
}

.multicol-col.no_padding {
  padding: 0 !important;
}

.multicol-col.blue {
  background: #1A83F2;
}

.multicol-col.blue .multicol-headline {
  color: #fff !important;
}

.multicol-col.blue .multicol-text {
  color: #fff;
}

.multicol-col.blue .multicol-text p {
  color: #fff;
}

.multicol-col.green {
  background: #58d66d;
}

.multicol-col.green .multicol-headline {
  color: #fff !important;
}

.multicol-col.green .multicol-text {
  color: #fff;
}

.multicol-col.green .multicol-text p {
  color: #fff;
}

.multicol-col.white {
  background: #fff;
}

.multicol-col.white .multicol-text {
  color: #000;
}

.multicol-col.white .multicol-text p {
  color: #000;
}

.multicol-col.gray {
  background: #d9d9d9;
}

.multicol-col.gray .multicol-headline {
  color: #082A16 !important;
}

.multicol-col.gray .multicol-text {
  color: #000;
}

.multicol-col.gray .multicol-text p {
  color: #000;
}

.multicol-col.dark-green {
  background: #082A16;
}

.multicol-col.dark-green .multicol-headline {
  color: #58d66d !important;
}

.multicol-col.dark-green .multicol-text {
  color: #fff;
}

.multicol-col.dark-green .multicol-text p {
  color: #fff;
}

.multicol .image-caption {
  margin-top: 1rem;
}

@media (min-width: 64em) {
  .multicol .image-caption {
    margin-top: 2rem;
  }
}

.multicol .btn {
  background: #58d66d;
  font-size: .9rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: .3em 1rem .33em;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
}

.multicol .btn:hover {
  background-color: #58d66d;
}

.text-layer {
  max-width: 64em;
}

.text-layer.no-padding-top {
  padding-top: 0;
}

@media (min-width: 48em) {
  .text-layer.small-top-padding {
    padding-top: 1.5rem;
  }
}

@media (min-width: 64em) {
  .text-layer.small-top-padding {
    padding-top: 2rem;
  }
}

.text-layer.center {
  text-align: center;
}

.text-layer.no_top_padding {
  padding-top: 0 !important;
}

.text-layer.no_bottom_padding {
  padding-bottom: 0 !important;
}

.text-layer.no_bottom_padding p:last-of-type {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 81.25em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 100em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 2rem;
  }
}

@media (max-width: 48em) {
  .text-layer p {
    font-size: .9rem !important;
    line-height: 1.3;
  }
}

.text-layer ul, .text-layer ol {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 48em) {
  .text-layer ul, .text-layer ol {
    font-size: .9rem !important;
    line-height: 1.3;
  }
}

@media (min-width: 64em) {
  .text-layer ul, .text-layer ol {
    margin-left: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
