*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
}

main {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.container, .container--small {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1090px;
  box-sizing: content-box;
}
.container--small {
  max-width: 800px;
}

html {
  font-family: "Nunito Sans", sans-serif;
  color: #1C1703;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: normal;
  font-family: "Noto Serif", sans-serif;
}

h2 {
  font-size: 1.125rem;
}

a,
.callout {
  font-family: "Bebas Neue", sans-serif;
}

button {
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Bebas Neue", sans-serif !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #1C1703;
}
a:hover {
  color: #FFFFFF;
}

.callout {
  font-weight: 200;
}

.fade-right {
  opacity: 0;
  transform: translateX(-100px);
}
.fade-right--active {
  animation: fade-right 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-left {
  opacity: 0;
  transform: translateX(-100px);
}
.fade-left--active {
  animation: fade-left 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(100px);
}
.fade-up--active {
  animation: fade-up 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom-in-container {
  overflow: hidden;
  max-width: 100%;
}

.zoom-in {
  transform: scale(1);
  z-index: -1;
}
.zoom-in--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
    z-index: -1;
  }
  100% {
    transform: scale(1.075);
    z-index: -1;
  }
}
.delay {
  animation-delay: 0.5s;
}

.delay-long {
  animation-delay: 1s;
}

.delay-longer {
  animation-delay: 1.5s;
}

button {
  display: inline-block !important;
  appearance: none !important;
  width: max-content !important;
  background-color: transparent !important;
  padding: 17px !important;
  font-size: 1.125rem !important;
}

.btn--green, .btn--pink {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
.btn--green:hover, .btn--pink:hover {
  background-color: #FFFFFF !important;
}
.btn--yellow, .btn--white, .btn--lightest-green {
  color: #1C1703 !important;
  border: 1px solid #1C1703 !important;
}
.btn--yellow:hover, .btn--white:hover, .btn--lightest-green:hover {
  background-color: #1C1703 !important;
}
.btn--green:hover {
  color: #008436 !important;
}
.btn--pink:hover {
  color: #D61E5C !important;
}
.btn--yellow:hover {
  color: #EEB736 !important;
}
.btn--white:hover {
  color: #FFFFFF !important;
}
.btn--lightest-green:hover {
  color: #DAE393 !important;
}

.bg--yellow {
  background-color: #EEB736;
}
.bg--pink {
  background-color: #D61E5C;
  color: #FFFFFF;
}
.bg--burgundy {
  background-color: #5A3041;
  color: #FFFFFF;
}
.bg--lightest-green {
  background-color: #DAE393;
}
.bg--light-green {
  background-color: #89BD2E;
}
.bg--green {
  background-color: #42AB39;
  color: #FFFFFF;
}
.bg--dark-green {
  background-color: #008436;
  color: #FFFFFF;
}
.bg--darkest-green {
  background-color: #005B39;
  color: #FFFFFF;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.super-nav {
  justify-content: space-between;
  padding-top: 20px;
}
.super-nav img {
  width: 187px;
}
@media (max-width: 900px) {
  .super-nav {
    flex-direction: column;
    gap: 20px;
  }
}

.super-nav--links {
  gap: 30px;
}

.super-nav--link {
  gap: 15px;
  font-size: 1.25rem;
}

.link--green {
  color: #005B39;
}

.link--pink {
  color: #D61E5C;
}

.nav-toggle,
.nav-close {
  display: none !important;
}
@media (max-width: 900px) {
  .nav-toggle,
  .nav-close {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    color: #89BD2E !important;
    border: none !important;
    font-size: 3rem !important;
  }
}

.nav {
  background-image: url("../assets/Navigation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 900px;
  margin-top: 20px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
  /* @include for-mobile-only {
      display: none;
      background-image: none;
      background-color: $darkest-green;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 75px;
      margin-top: 0px;
      position: fixed;
      z-index: 10;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: right 0.3 ease-in-out; 
  } */
}
.nav p,
.nav a {
  color: #FFFFFF;
  font-size: 1.375rem;
  padding: 20px 40px;
  width: 170px;
  text-align: center;
}
.nav p:hover,
.nav a:hover {
  background-image: url("../assets/Navigation Link.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .nav {
    display: none;
  }
}

.nav--mobile {
  display: none;
}
.nav--mobile p,
.nav--mobile a {
  color: #FFFFFF;
  font-size: 1.375rem;
  padding: 20px 40px;
  width: 170px;
  text-align: center;
}
@media (max-width: 900px) {
  .nav--mobile {
    background-image: none;
    background-color: #005B39;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 75px;
    margin-top: 0px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: right 0.3 ease-in-out;
  }
}

.nav--active {
  display: flex;
}

@media (min-width: 901px) {
  .nav--current {
    background-image: url("../assets/Navigation Link.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.dropdown:hover {
  background-image: url("../assets/Navigation Link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.dropdown:hover .dropdown--content {
  display: flex;
}
.dropdown:hover .dropdown--content a,
.dropdown:hover .dropdown--content p {
  background-image: none;
}

.dropdown--content {
  display: none;
  background-color: #89BD2E;
  position: absolute;
  width: 130px;
  text-align: center;
}
.dropdown--content a,
.dropdown--content p {
  display: block;
  width: 100%;
  margin: auto;
  padding: 20px 0px;
}
.dropdown--content a:hover,
.dropdown--content p:hover {
  background-color: #008436;
}

.footer {
  background-color: #42AB39;
  width: 100%;
}
@media (max-width: 1135px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer--content {
  background-color: #005B39;
  gap: 150px;
  padding: 50px 100px;
  margin-right: 0px;
  justify-content: flex-end;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.footer--content * {
  color: #FFFFFF;
}
.footer--content a {
  font-size: 1.125rem;
}
.footer--content p {
  font-size: 1rem !important;
  font-family: "Nunito Sans", sans-serif !important;
}
.footer--content button {
  width: 150px;
}
.footer--content .fdc {
  gap: 25px;
}
@media (max-width: 599px) {
  .footer--content .fdc {
    align-items: center;
  }
}
@media (max-width: 1135px) {
  .footer--content {
    width: 100%;
    margin-right: auto;
    padding: 50px 24px;
    clip-path: none;
    gap: 50px;
    justify-content: center;
  }
}

.social-media {
  gap: 15px;
}

.disclaimer {
  margin-top: -125px;
  max-width: 798px;
}
.disclaimer a {
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}
@media (max-width: 1135px) {
  .disclaimer {
    margin-top: 0px;
    text-align: center;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.close-modal {
  color: #005B39;
  position: absolute;
  right: 0;
  font-size: 3rem;
  font-weight: 800;
}
@media (min-width: 600px) {
  .close-modal {
    right: 15%;
    top: 5%;
  }
}

.header {
  width: 100%;
  padding: 100px 24px;
  margin-top: -40px;
}
.header h1 {
  max-width: 711px;
  margin: auto;
  font-size: 1.75rem;
  text-align: center;
}
@media (max-width: 900px) {
  .header {
    margin-top: 25px;
  }
}
.header .container--small {
  justify-content: space-between;
  gap: 40px;
}
.header .container--small a {
  font-size: 1.75rem;
  font-family: "Noto Serif", sans-serif;
  text-decoration: underline;
}
.header .container--small span {
  gap: 40px;
}
.header .container--small h1 {
  text-align: left;
}

.header--burgundy {
  background-color: #5A3041;
  color: #FFFFFF;
}

.header--pink {
  background-color: #D61E5C;
  color: #FFFFFF;
}

.header--yellow {
  background-color: #EEB736;
}

.header--green {
  background-color: #42AB39;
}

.header--light-green {
  background-color: #89BD2E;
}

.header--lightest-green {
  background-color: #DAE393;
}

.content-block {
  overflow: hidden;
}
.content-block img {
  width: 475px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .content-block img {
    width: 100%;
    height: auto;
  }
}
.content-block .text--right {
  gap: 15px;
  max-width: 601px;
  padding: 50px 24px 50px 50px;
  padding-left: 50px;
  padding-right: 24px;
}
.content-block .text--right p a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #008436;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .content-block .text--right {
    padding: 50px 24px !important;
  }
}
.content-block .content--right {
  flex: 1;
}
.content-block .content--right h1 {
  color: #005B39;
}
.content-block .content--right span {
  gap: 15px;
  margin-top: 15px;
}
@media (max-width: 900px) {
  .content-block .content--right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.content--lightest-green {
  background-color: #DAE393;
}

.content--yellow {
  background-color: #EEB736;
}

.content--reverse {
  flex-flow: row-reverse wrap;
}
.content--reverse .text--right {
  margin-left: auto;
  padding-left: 24px;
  padding-right: 50px;
}
@media (max-width: 900px) {
  .content--reverse .text--right {
    margin-left: 0px;
  }
}

.content--tall img {
  height: 500px;
}

.home-hero {
  min-height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.home-hero h1 {
  max-width: 380px;
  font-size: 3.75rem;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .home-hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 900px) {
  .home-hero {
    margin-top: 25px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url("../assets/Home_Header_Mobile.jpg") !important;
    background-size: 100%;
    background-attachment: scroll;
  }
}

.quick-link {
  width: 336px;
  height: 222px;
  gap: 10px;
}

.quick-link--green {
  background-color: #008436;
  color: #FFFFFF;
}

.quick-link--pink {
  background-color: #D61E5C;
  color: #FFFFFF;
}

.quick-link--yellow {
  background-color: #EEB736;
}

.quick-links {
  gap: 40px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.quick-links h2 {
  font-size: 1rem;
}

.quick-links--text {
  border-left: 4px solid #DAE393;
  margin-top: 35px;
  padding: 0px;
}
.quick-links--text h2 {
  color: #005B39;
}
.quick-links--text * {
  padding: 5px 24px;
}

.mission {
  margin-top: 50px;
}
.mission img {
  flex: 1;
  width: 500px;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .mission img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .mission {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mission--text {
  flex: 2;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #005B39;
  margin-left: -150px;
  padding-left: 50px;
}
.mission--text .callout {
  font-size: 3.125rem;
}
.mission--text * {
  max-width: 582px;
  color: #FFFFFF;
  margin: 0px 24px 0px 50px;
}
@media (max-width: 900px) {
  .mission--text * {
    margin: 24px;
  }
}
@media (max-width: 900px) {
  .mission--text {
    clip-path: none;
    margin-left: 0px;
    padding-left: 0px;
    justify-content: center;
  }
}
.mission--text a {
  margin: 0px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: underline;
  font-weight: 600;
}

.mission--text-burgundy {
  background-color: #5A3041;
}

.hotline {
  background-color: #EEB736;
  margin-top: 50px;
  padding: 35px;
  gap: 35px;
}
.hotline h2 {
  max-width: 250px;
  text-align: center;
}
.hotline span {
  gap: 15px;
}

.testimonials {
  position: relative;
  margin-top: 50px;
}

.testimonial {
  display: none;
}

.btn--next,
.btn--prev {
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  transition: 0.6s ease;
  user-select: none;
}

.btn--prev {
  left: 0px;
}

.btn--next {
  right: 0px;
  transform: rotate(180deg);
}

.testimonial--container {
  position: relative;
  max-width: 830px;
  padding: 50px 0px 50px 130px;
  border-left: solid 4px #DAE393;
  margin: auto;
}
.testimonial--container * {
  font-family: "Noto Serif", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  color: #005B39;
}
.testimonial--container .client {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  color: #1C1703;
}
.testimonial--container svg {
  position: absolute;
  top: 50px;
  left: -25px;
}
@media (max-width: 900px) {
  .testimonial--container svg {
    display: none;
  }
}
@media (max-width: 900px) {
  .testimonial--container {
    border-left: none;
    padding: 0px 50px;
  }
}

.blog-posts {
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-post {
  height: 535px;
  width: 336px;
  background-color: #DAE393;
  overflow: hidden;
  text-align: center;
}
.blog-post img {
  object-fit: cover;
  width: 336px;
  height: 260px;
}
.blog-post .callout {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.blog-description {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-text {
  padding: 28px;
}

.donate .quick-links--text {
  margin-bottom: 35px;
}
.donate .quick-links--text h1 {
  color: #005B39;
}

.quick-links--donate {
  margin-top: 0px;
  margin-bottom: 50px;
}
.quick-links--donate p {
  text-align: center;
}

.services--hotline {
  margin-bottom: 50px;
}

.resources {
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.resource {
  width: 336px;
  min-height: 500px;
  border: 2px solid #008436;
  padding: 45px;
  text-align: center;
  overflow: hidden;
  justify-content: space-between;
}
.resource img {
  max-width: 250px;
  max-height: 115px;
  object-fit: contain;
}
.resource span {
  gap: 15px;
}
.resource .resource-name {
  font-family: "Noto Serif", sans-serif;
  color: #008436;
}

.resources-other {
  gap: 25px;
  margin-bottom: 50px;
}
.resources-other h1 {
  color: #005B39;
}
.resources-other .resource-other-name {
  font-size: 1.375rem;
  font-weight: 600;
}
.resources-other a {
  font-family: "Nunito Sans", sans-serif;
  color: #008436;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 800;
}

#blog-posts a {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: underline;
  color: #008436;
}

.load-more {
  display: block !important;
  margin: 50px auto;
}

.blog-entry .zoom-in-container {
  float: left;
}
@media (max-width: 900px) {
  .blog-entry .zoom-in-container {
    float: none;
  }
}

.blog-image {
  padding-right: 50px;
  padding-bottom: 50px;
  max-width: 506px;
  height: 391px;
  object-fit: cover;
  box-sizing: content-box !important;
}
@media (max-width: 900px) {
  .blog-image {
    padding: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-copy {
  padding: 50px;
}
.blog-copy h1,
.blog-copy h2,
.blog-copy h3,
.blog-copy h4,
.blog-copy h5,
.blog-copy h6,
.blog-copy p {
  padding: 15px;
}
@media (max-width: 900px) {
  .blog-copy {
    padding: 35px 24px 50px;
  }
}

.contact {
  margin-bottom: 50px;
}

.staff {
  padding: 0px !important;
  gap: 15px;
}
.staff p,
.staff h3 {
  text-align: center;
}
.staff h2 {
  color: #005B39;
  font-size: 1.75rem;
}
.staff h3 {
  color: #005B39;
  font-size: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
}
.staff img {
  width: 228px;
  height: 265px;
  object-fit: cover;
}
.staff span {
  padding-left: 0px;
  padding-right: 0px;
}
.staff span p {
  padding: 0px;
}

.staff--card {
  width: 325px;
}

.staff-headline {
  padding-left: 70px;
  padding-bottom: 25px;
}

.ingresos {
  background-color: #EEB736;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ingresos h1 {
  color: #005B39;
}
.ingresos .fdc {
  gap: 25px;
}

table {
  max-width: 775px;
  table-layout: fixed;
  margin: auto;
}
table th,
table td {
  text-align: center;
  width: 50%;
}
table tr {
  background-color: #FFFFFF;
}
table th,
table td {
  padding: 15px;
}
table .first-row {
  background-color: #D61E5C;
  color: #FFFFFF;
}
table .first-column {
  max-width: 350px;
}

.recursos {
  padding-top: 50px;
  padding-bottom: 25px;
}

.form {
  margin-top: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mariposa-form {
  background-color: #DAE393;
}
.mariposa-form h1 {
  color: #005B39;
}

.mariposa-row {
  color: #1C1703 !important;
}

.mariposa-btn {
  color: #FFFFFF !important;
  background-color: #D61E5C !important;
  border: 1px solid #FFFFFF !important;
}
.mariposa-btn:hover {
  background-color: #DAE393;
  color: #1C1703;
  border: 1px solid #1C1703;
}

.attorney-form {
  background-color: #DAE393;
  color: #FFFFFF;
}

.attorney-row {
  color: #FFFFFF !important;
}

/*# sourceMappingURL=app.css.map */
