@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap");
.stfl-members-wrap {
  padding-top: 1.5rem;
}

@media (min-width: 48em) {
  .stfl-members-wrap {
    padding-top: 1.5rem;
  }
}

@media (min-width: 64em) {
  .stfl-members-wrap {
    padding-top: 2rem;
  }
}

@media (min-width: 81.25em) {
  .stfl-members-wrap {
    padding-top: 3rem;
  }
}

@media (min-width: 100em) {
  .stfl-members-wrap {
    padding-top: 4rem;
  }
}

@media (min-width: 112.5em) {
  .stfl-members-wrap {
    padding-top: 4.5rem;
  }
}

.resource-item-teaser {
  line-height: 1.4;
  font-size: 1.05rem;
  text-align: left;
}

.resource-item-teaser p {
  margin-bottom: 1rem;
}

.resource-item-teaser plast-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .resource-item-teaser {
    font-size: 1.2em;
  }
  .resource-item-teaser p {
    margin-bottom: 1.1rem;
  }
}

@media (min-width: 64em) {
  .resource-item-teaser {
    font-size: 1.3rem;
  }
  .resource-item-teaser p {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .resource-item-teaser p {
    margin-bottom: 1.3rem;
  }
}

@media (min-width: 100em) {
  .resource-item-teaser p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .resource-item-teaser p {
    margin-bottom: 1.5rem;
  }
}

.basic-text-headline, .page-share-your-story .text-layer-headline {
  font-family: agenda, sans-serif;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .basic-text-headline, .page-share-your-story .text-layer-headline {
    font-size: 2.2rem;
  }
}

@media (min-width: 64em) {
  .basic-text-headline, .page-share-your-story .text-layer-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .basic-text-headline, .page-share-your-story .text-layer-headline {
    font-size: 2.8rem;
  }
}

@media (min-width: 100em) {
  .basic-text-headline, .page-share-your-story .text-layer-headline {
    font-size: 3.2rem;
  }
}

@media (min-width: 112.5em) {
  .basic-text-headline, .page-share-your-story .text-layer-headline {
    font-size: 3.5rem;
  }
}

.grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
  font-family: agenda, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  .grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
    font-size: 2.7rem;
  }
}

@media (min-width: 112.5em) {
  .grid-layer-headline, .text-layer-headline, #block-110822 .text-layer-headline, .stfl-members-headline {
    font-size: 3rem;
  }
}

.event-list-headline {
  font-family: agenda, sans-serif;
  font-size: 1.2rem;
}

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

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

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

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

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

.event-title, .gm-style-iw-d h4 {
  font-family: agenda, sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .event-title, .gm-style-iw-d h4 {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .event-title, .gm-style-iw-d h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .event-title, .gm-style-iw-d h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .event-title, .gm-style-iw-d h4 {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .event-title, .gm-style-iw-d h4 {
    font-size: 2rem;
  }
}

.external-news {
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(3rem);
}

.external-news.reveal {
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 1;
  transform: translateY(0);
}

@font-face {
  font-family: eurostyle;
  font-weight: bold;
  src: url("/theme/custom/stafffrontlines/font/eurostile-condensed-bold.otf") format("opentype");
}

.hero-headline {
  font-family: eurostyle;
  background: #1d548c;
  display: table;
  margin: 0 auto;
  padding: .75rem 1rem;
  text-transform: uppercase;
  line-height: .95;
}

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

.hero-pre-headline {
  font-family: eurostyle;
}

.hero-blurb {
  font-family: "Montserrat", sans-serif;
}

.hero .button {
  background: #05ad52;
  font-family: eurostyle;
}

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

.hero .button-text {
  font-size: 1.5rem;
}

.hero .button:before, .hero .button:after {
  display: none;
}

.basic-text-headline {
  text-align: center;
  margin: 0 auto;
  background: transparent;
  color: #006633;
  font-family: eurostyle;
}

@media (min-width: 64em) {
  .basic-text-headline {
    text-align: left;
  }
}

.basic-text-headline:after {
  width: 6rem;
  height: 0.5rem;
  display: block;
  background: #05ad52;
  content: "";
  position: relative;
  margin: 2rem auto 3rem;
}

@media (min-width: 48em) {
  .basic-text-headline:after {
    margin: 2rem 0 3rem;
  }
}

.basic-text-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}

.grid-layer-headline {
  width: 100%;
  flex: 0 1 auto;
  text-align: left;
  margin-bottom: 1rem;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  color: #006633;
  font-family: eurostyle;
}

@media (min-width: 64em) {
  .grid-layer-headline {
    text-align: left;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
}

.grid-layer-headline:after {
  width: 6rem;
  height: 0.5rem;
  display: block;
  background: #05ad52;
  content: "";
  position: relative;
  margin: 2rem auto 3rem;
}

@media (min-width: 64em) {
  .grid-layer-headline:after {
    margin: 2rem 0 3rem;
  }
}

.grid-layer .button {
  margin: 0 auto;
}

@media (min-width: 64em) {
  .grid-layer .button {
    margin-left: 0;
  }
}

.grid-layer .button-block {
  text-align: center !important;
  padding-bottom: 2rem;
}

@media (min-width: 64em) {
  .grid-layer .button-block {
    text-align: left !important;
    padding-bottom: 0;
  }
}

.text-layer-headline {
  background: #05ad52;
  color: #fff !important;
  padding: .25rem 1rem;
  font-family: eurostyle !important;
  display: table;
  margin-bottom: 2rem;
}

.text-layer-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.text-layer .video-player {
  border: 0.3rem solid #05ad52;
}

.grid-layer .button {
  background: #05ad52;
  font-family: eurostyle;
  margin-left: 0;
}

.grid-layer .button-text {
  font-size: 1.5rem;
}

.grid-layer .button:before, .grid-layer .button:after {
  display: none;
}

.grid-layer .button-block {
  text-align: left;
  padding-top: 1rem;
}

.photo-promo-item-headline {
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: eurostyle !important;
}

@media (min-width: 48em) {
  .photo-promo-item-headline {
    font-size: 3rem;
  }
}

@media (min-width: 64em) {
  .photo-promo-item-headline {
    font-size: 4rem;
  }
}

.photo-promo-item-blurb {
  font-family: "Montserrat", sans-serif;
}

.photo-promo-item .button {
  background: #05ad52;
  font-family: eurostyle;
  margin-left: 0;
}

.photo-promo-item .button-text {
  font-size: 1.5rem;
}

.photo-promo-item .button:before, .photo-promo-item .button:after {
  display: none;
}

.sidebar-banner-headline {
  font-family: eurostyle;
  text-transform: uppercase;
}

.sidebar-banner-teaser {
  font-family: "Montserrat", sans-serif;
}

.join-layer-headline {
  font-family: eurostyle !important;
}

.join-layer-disclaimer {
  font-family: "Montserrat", sans-serif;
}

.join-layer-button {
  font-family: eurostyle !important;
  font-size: 1.8rem;
}

.join-input {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

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

.page-share-your-story .text-layer-headline {
  text-align: center;
  margin: 0 auto;
  background: transparent;
  color: #006633;
  font-family: eurostyle;
}

.page-share-your-story .text-layer-headline:after {
  width: 6rem;
  height: 0.5rem;
  display: block;
  background: #05ad52;
  content: "";
  position: relative;
  margin: 2rem auto 3rem;
}

.page-share-your-story .text-layer-wrap {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.photo-promo-item {
  min-height: 30rem;
}

@media (min-width: 64em) {
  .photo-promo-item {
    min-height: 45rem;
  }
}

.photo-promo-item-photo {
  background-position: center top;
}

.photo-promo-item-center {
  max-width: 93.75em;
}

.photo-promo-item .photo-promo-item-text {
  text-align: left;
}

.photo-promo-item .photo-promo-item-headline {
  line-height: 1;
  max-width: 700px;
}

.photo-promo-item .photo-promo-item-blurb, .photo-promo-item .button-block {
  text-align: left;
}

#block-110822 .text-layer-headline {
  background: transparent;
  color: #006633;
  font-family: eurostyle;
  margin-left: auto;
  margin-right: auto;
}

#block-110822 .text-layer-headline:after {
  width: 6rem;
  height: 0.5rem;
  display: block;
  background: #05ad52;
  content: "";
  position: relative;
  margin: 2rem auto 1rem;
}

#block-110823 .button {
  background: #05ad52;
  font-family: eurostyle;
  margin-left: 0;
}

#block-110823 .button-text {
  font-size: 1.5rem;
}

#block-110823 .button:before, #block-110823 .button:after {
  display: none;
}

.stfl-members {
  position: relative;
  color: #1d548c;
  z-index: 101;
  margin: 2rem auto 0;
  overflow: hidden;
}

@media (min-width: 48em) {
  .stfl-members {
    margin-top: 4rem;
  }
}

.stfl-members-wrap {
  max-width: 93em;
  margin: 0 auto;
  position: relative;
  padding: 1rem;
}

@media (min-width: 64em) {
  .stfl-members-wrap {
    padding-bottom: 3rem;
  }
}

.stfl-members-headline {
  color: #006633;
  font-family: eurostyle;
}

.stfl-members-headline:after {
  width: 6rem;
  height: 0.5rem;
  display: block;
  background: #05ad52;
  content: "";
  position: relative;
  margin: 2rem auto 3rem;
}

.stfl-members-slider {
  position: relative;
}

.stfl-members-slider-initiate {
  position: relative;
}

.stfl-members-item {
  background: #f7f7f7;
  position: relative;
  border-radius: .25rem;
  box-shadow: 0.35rem 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
  margin: .5rem;
  text-align: center;
  padding: 2rem;
}

@media (min-width: 81.25em) {
  .stfl-members-item {
    padding: 3rem;
    margin: 1rem;
  }
}

.stfl-members-item-photo {
  border-radius: 1rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 0 auto 1rem;
  object-fit: cover;
  object-position: center center;
}

.stfl-members-item-text {
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  color: #404141;
}

@media (min-width: 48em) {
  .stfl-members-item-text {
    width: auto;
    text-align: left;
  }
}

.stfl-members-item-quote {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 1.1rem;
}

.stfl-members-item-cite {
  font-size: .9rem;
  line-height: 1.3 !important;
  font-style: normal;
  margin-top: 1rem;
  display: block;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}

.stfl-members-item-cite-name {
  font-weight: 900;
  display: block;
  color: #05ad52 !important;
}

.stfl-members-item-cite span {
  display: block;
}

.stfl-members-share {
  width: 40rem;
  max-width: 100%;
  margin: 1rem auto;
}

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

.stfl-members-share-link {
  display: block;
}

.stfl-members-share-img {
  width: 100%;
  vertical-align: center;
  border: 1px solid #d0d0d0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.stfl-members-share-img:hover {
  box-shadow: 0.35rem 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

.slick-dots {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.slick-dots li {
  margin: 0 auto;
  padding: .35rem;
}

.slick-dots button {
  background: #d0d0d0;
  width: 1rem;
  height: 1rem;
  outline: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  color: #d0d0d0;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}

.slick-dots button:hover {
  background: #05ad52;
  color: #05ad52;
}

.slick-active button {
  background-color: #05ad52;
  color: #05ad52;
}

.external-news {
  background: #1d548c;
  color: #fff;
  padding: 1rem;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.external-news-headline {
  padding: 1rem;
  font-size: 1.6rem;
  font-family: eurostyle;
}

.external-news ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.external-news-item {
  margin: 0 auto;
  padding: .75rem 1rem;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.external-news-item:hover {
  background: #05ad52;
}

.external-news-item-link {
  color: #fff;
}

.external-news-item-headline {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-size: 1rem;
}

.external-news-item-date {
  font-size: .8rem;
  display: block;
  margin-top: .25rem;
}

.resource-group {
  max-width: 64rem;
  margin: 0 auto;
  text-align: left;
}

.resource-group-headline {
  font-family: eurostyle;
}

.resource-item {
  padding: 1rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

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

.resource-item:hover {
  background: #1d548c;
}

.resource-item:hover .resource-item-headline {
  color: #fff !important;
}

.resource-item:hover .resource-item-teaser {
  color: #fff;
}

.resource-item-link {
  display: block;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.resource-item-headline {
  font-size: 2rem !important;
  font-family: eurostyle !important;
  color: #05ad52 !important;
  margin-bottom: .5rem !important;
}

.resource-item-teaser {
  font-family: "Montserrat", sans-serif !important;
  color: #505050;
  font-weight: 300 !important;
}

.resource-item-teaser p:last-of-type {
  margin-bottom: 0;
}

.event-map {
  background: #05ad52;
  height: 40rem;
  margin: 0 auto 2rem;
  position: relative;
  padding-top: 33.3333333333%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 64em) {
  .event-map {
    margin: 0 auto 4rem;
  }
}

.event-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-list {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .event-list {
    margin-bottom: 4rem;
  }
}

.event-list-headline {
  background: #1d548c;
  font-family: eurostyle;
  color: #fff;
  margin-bottom: 0;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: table;
  padding: .25rem .4rem;
  margin: 0 auto 1rem;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .event-list-headline {
    margin-bottom: 2rem;
  }
}

.event-item {
  text-align: left;
  max-width: 48em;
  margin: 0 auto;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.event-item:hover {
  background: #05ad52;
}

.event-item:hover .event-title, .event-item:hover .event-meta, .event-item:hover .event-description {
  color: #fff;
}

.event-item-link, .event-item-container {
  padding: 1rem;
  display: block;
}

.event-item-link .event-title {
  color: #05ad52;
}

.event-item-container .event-title {
  color: #505050;
}

.event-title {
  font-family: eurostyle;
  margin-bottom: 0;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.event-meta {
  color: #404141;
  margin-bottom: .4rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.event-meta-ind {
  font-size: 1.5rem;
  text-align: center;
  font-family: eurostyle;
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .event-meta-ind {
    margin-bottom: 2rem;
  }
}

.event-meta-ind strong {
  color: #1d548c;
}

.event-description {
  color: #404141;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.gm-style-iw-d {
  padding: 1rem;
}

.gm-style-iw-d h4 {
  color: #1d548c;
  margin-bottom: 0;
  font-family: eurostyle;
  text-transform: uppercase;
}

.gm-style-iw-d p {
  font-size: 1.1rem;
  margin-bottom: .75rem;
}

.gm-style-iw-d a {
  background-color: #05ad52;
  color: #fff;
  display: inline-block;
  padding: .75rem 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: eurostyle;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.gm-style-iw-d a:hover {
  background-color: #1d548c;
}
