/*------------------------------------*\
    Large Hero CSS
\*------------------------------------*/

.lg-hero {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: -1;
  max-width: var(--max-section-width);
  padding: 1px;
  margin: 10px auto 40px auto;
  border-radius: 12px;
  padding: 0 0 0 48px;
  position: relative;
}

.lg-hero-content-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
  width: 49%;
  min-height: 380px;
  margin: 0 0 0 -24px;
}

.lg-hero-cta-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
  width: 49%;
  min-height: 400px;
  padding: 0 25px 0px 0;
}

.inset_logo {
  width: 132px;
  height: auto;
  margin: 0 0 20px 0;
}

.lg-hero_headline {
  max-width: 65%;
  margin: 0 0 20px 0;
}

.lg-hero_headline h1 {
  color: #fff;
}

.lg-hero-description {
  max-width: 55%;
  color:#fff;
  margin: 0 0 30px 0;
}

.hero-cta-1 {
  float: left;
  background: var(--primary-green);
  border: 2px solid var(--primary-green);
  padding: 8px 22px;
  color: var(--screen-black);
  margin: 0 20px 0 0;
  border-radius: 6px;
  text-align: center;
  min-width: 162px;
  font-size: 14px;
  font-weight: 600;
}

.hero-cta-1:hover {
  float: left;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hero-cta-2 {
  background: transparent;
	border: 2px solid #fff;
	padding: 8px 22px;
	color: #fff;
	margin: 0 10px 0 0;
	border-radius: 6px;
	text-align: center;
	min-width: 162px;
  font-size: 14px;
  font-weight: 600;
}

.hero-cta-2:hover {
  background: var(--primary-green);
  border: 2px solid var(--primary-green);
  color: var(--screen-black);
}

.cta-button {
	float: left;
}

.cta-button a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
}

.inset-cta {
  background: #f5e6cc;
  border-radius: 12px;
  padding: 20px;
  width: 345px;
}

.inset-cta h3 {
  margin: 0 0 8px 0;
}

a.cta-link-arrow {
  color: #09471C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-decoration: underline;
}

a.cta-link-arrow:hover {
  color: #09471C;
  text-decoration: none;
}


.cta-link-arrow:after {
  content: ' ';
  position: relative;
  left: 8px;
  top: 10px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(/wp-content/themes/wsfc/img/cta-after-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.lg-hero-mobile {
  display: none;
}


@media screen and (max-width: 1280px) and (min-width: 1025px) {

  .lg-hero {
    background-size: cover;
    background-position: center;
    margin: 0 10px 40px 10px;
    width: 98%;
  }

  .lg-hero_headline {
    max-width: 50%;
    margin: 0 0 20px 0;
  }

  .lg-hero-description {
      max-width: 50%;
      color: #fff;
      margin: 0 0 30px 0;
  }


}

@media screen and (max-width: 1024px) {
  .inset-cta{
    width: 90%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 846px) {

  .lg-hero {
    background-size: cover;
    background-position: 35% center;
    margin: 0 10px 40px 10px;
    width: 98%;
  }

  .lg-hero_headline {
    max-width: 65%;
  }

  .lg-hero-description {
      max-width: 75%;
      color: #fff;
      margin: 0;
  }

}


@media screen and (max-width: 845px) and (min-width: 481px) {

  .lg-hero {
    background-size: cover;
    background-position: 30% center;
    margin: 0 10px 40px 10px;
    width: 97.4%;
  }

  .lg-hero-content-container {
    margin: 0 20px 0 0;
    width:77%;
  }

  .lg-hero_headline h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }

  .lg-hero-description {
      max-width: 60%;
      color: #fff;
      margin: 0 0 30px 0;
  }

  .lg-hero-description h3 {
      font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .inset_logo {
      width: 90px;
      height: auto;
      margin: 30px 0 16px 0;
  }

  .inset-cta {
    width: 98%;
  }

  .inset-cta h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .cta-link-arrow {
    color: #09471C;
    font-size: 10px;
    line-height: 14px;;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-decoration: underline;
  }

.cta-link-arrow:after {
    content: ' ';
    position: relative;
    left: 8px;
    top: 4px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/wp-content/themes/wsfc/img/cta-after-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

  .lg-hero-mobile {
    display: none;
  }

}

@media screen and (max-width: 480px) {

  .hero-banner {
    margin: 10px !important;
  }

  .lg-hero {
    display: none;
  }

  .lg-hero-mobile {
      min-height: 760px;
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: space-between;
      z-index: -1;
      padding: 1px;
      border-radius: 12px;
      position: relative;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .lg-hero_headline {
    max-width: 90%;
    margin: 0 0 20px 0;
  }

  .lg-hero_headline h1 {
    color: #fff;
    line-height: 1.0em;
    font-size: 36px
  }

  .lg-hero-content-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
    width: 100%;
    min-height: 380px;
    width: 100%;
    margin: 20px;
  }

  .lg-hero-description {
    max-width: 95%;
    color: #fff;
    margin: 0 0 30px 0;
  }

  .inset_logo {
    width: 110px;
    height: auto;
    margin: 10px 0 20px 0;
  }

  .hero-cta-1 {
    float: left;
    background: var(--primary-green);
    border: 2px solid var(--primary-green);
    padding: 8px 22px;
    color: var(--screen-black);
    margin: 0 20px 0 0;
    border-radius: 6px;
    text-align: center;
    min-width: 162px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px 20px 0;
  }

  .lg-hero-cta-container{
    min-height: unset;
    width: 100%;
    align-items: flex-start;
    margin: 0 0 20px 25px;
  }

}
