/* cmsms stylesheet: foundation_styles modified: Thursday, February 20, 2025 3:18:28 PM */
 /*adds transparency to $light*/

@font-face {
  font-family: 'Metropolis-Regular';
  src: url('/assets/fonts/WOFF2/Metropolis-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Metropolis-Medium';
  src: url('/assets/fonts/WOFF2/Metropolis-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Metropolis-RegularItalic';
  src: url('/assets/fonts/WOFF2/Metropolis-RegularItalic.woff2') format('woff2');
}

.no-js #top-menu {
  display: none;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  background: #F2F9F2;
  font-family: 'Metropolis-Regular', Arial, sans-serif;
  color: #464646;
}

.grid-container.narrow {
  max-width: 800px;
}

a {
  color: #0F560F;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #5ABA5C;
}

a:hover img {
  filter: brightness(80%);
}

.button {
  background: #FBB13C;
  color: #FFF;
  border-radius: 25px;
  padding: 1rem 2rem;
}

.button.light {
  background: transparent;
  border: 1px solid #5ABA5C;
  color: #5ABA5C;
}

.button:hover {
  background: #5ABA5C;
}

.button.light:hover {
  color: #FFF;
}

.pad {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-shadow {
  text-shadow: 1px 1px 4px #666;
}

h1 {
  color: #5ABA5C;
  font-family: 'Metropolis', Arial, sans-serif;
  font-weight: 600;
  font-size: calc(22px + 2vw);
  margin: 2rem 0;
}

h2 {
  color: #5ABA5C;
  font-size: calc(20px + 1.7vw);
  margin: 1rem 0;
  font-weight: 500;
}

h3 {
  color: #0F560F
}

legend {
  color: #5ABA5C;
  font-size: 1.5rem;
}

.corner {
  border-radius: 25px;
}

.shadow {
  box-shadow: -15px 15px #5ABA5C;
}

.upper {
  text-transform: uppercase;
}

.divider {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}

.divider.narrow {
  padding: 3rem;
}

.divider .button {
  margin-top: 1rem;
}

#header {
  background: rgba(252, 255, 252, 0.88);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#logo a {
  display: block;
}

#logo img {
  margin: 0.5rem;
  transition: all 0.2s;
  max-width: 180px;
}

.menu-icon {
  margin-top: 0.5rem;
}

.menu-icon::after {
  background: #FBB13C;
  box-shadow: 0 7px 0 #FBB13C, 0 14px 0 #FBB13C;
}

.menu-icon:hover::after {
  background: #5ABA5C;
  box-shadow: 0 7px 0 #5ABA5C, 0 14px 0 #5ABA5C;
}

#top-menu .menudepth0.last_child > a {
  border: 1px solid #0F560F;
  border-radius: 25px;
  margin-left: 1rem;
}

#top-menu .accordion-menu .menudepth0.last_child {
  text-align: center;
}

#top-menu .accordion-menu .menudepth0.last_child > a {
  display: inline-block;
  margin: 1rem auto;
}

#top-menu .menudepth0.last_child > a:hover {
  background: #5ABA5C;
  color: #FFF;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #0F560F transparent transparent;
}

.dropdown.menu>li.is-active>a {
  color: #5ABA5C;
}

.is-dropdown-submenu {
  background: rgba(252, 255, 252, 0.88);
  border: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #0F560F transparent transparent;
}

.accordion-menu {
  padding-top: 1rem;
}

.is-accordion-submenu {
  padding-left: 1rem;
}

.hero-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Metropolis-Medium', helvetica, sans-serif;
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.hero-heading {
  text-shadow: 3px 3px #464646;
  font-size: 8vw;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.hero-content {
  font-size: 3.5vw;
}

.hero-button a {
  margin: 0;
}

.card {
  background: transparent;
  padding: 1rem 2rem;
  border: 0;
  color: #464646;
}

.card img {
  width: 150px;
  margin: 0 auto 2rem auto;
  background: #FFF;
  box-shadow: -15px 15px #FBB13C;
}

.panels-container {
  padding: 0.75rem;
}

.white {
  background: #FFF;
  border-radius: 25px;
  padding: 2rem;
}

.panels {
  padding: 1rem;
}

.panels .shadow {
  margin: 0 0 2rem 1rem;
  padding-right: 1rem;
}

.panel {
  margin: 1rem 0;
}

.panels .button {
  margin: 0;
}

.overlapping-panels .panel-image {
  position: relative;
}

.overlapping-panels .panel-text {
  position: relative;
  background: #FFF;
  padding: 1rem 2rem;
  border-radius: 25px;
  margin-top: -60px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.blockquote {
  color: #464646;
  font-style: italic;
  margin-bottom: 2rem;
}

.blockquote cite {
  font-size: 1rem;
}

#values-divider {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: white;
}

#values-divider h3 {
  color: white;
}

#values-divider strong {
  font-weight: 600;
  font-size: 1.5rem;
}

#contact-form {
  margin-bottom: 1rem;
}

#call-to-action {
  padding-top: 2rem;
  padding-bottom: 2rem;
} 

#call-to-action h2 {
  margin-bottom: 2rem;
}

#social-media a {
  font-size: 1.9rem;
  color: #464646;
  margin: 1.5rem 0.75rem;
}

#social-media a:hover {
  color: #0F560F;
}

#footer {
  background: #0F560F;
  color: #FFF;
  padding-top: 1rem;
}

#footer .cell {
  padding: 0 1rem;
}

#footer h4 {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #F2F9F2;
}

#footer a {
  color: #FBB13C;
}

#footer a:hover {
  color: #FFF;
}

#footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 1px solid #FFF;
}
/* cmsms stylesheet: foundation_queries modified: Thursday, February 20, 2025 3:17:51 PM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  #main-content img {
    float: none !important;
    margin: 0 !important;
    width: 100%;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  h3 {
    font-size: 1.5rem;
  }

  .narrow.wide-margin {
    max-width: 900px;
  }

  .wide-margin .cell {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .shadow {
    box-shadow: -20px 20px #5ABA5C;
  }

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-content {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .hero-heading {
     font-size: 4vw;
  }

  .hero-content {
    font-size: 2.2vw;
  }

  .panels {
    padding: 2rem 4rem;
  }

  .panel-image, .panel-text {
    padding: 2rem;
  }

  .overlapping-panels .panel-text {
    margin-top: -100px;
  }

  #main-content img {
    max-width: 50%;
  }


}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  .overlapping-panels .panel {
    position: relative;
  }

  .overlapping-panels .panel-text {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    width: 55%;
    transform: translateY(-50%);
  }

  .overlapping-panels .panel-text.medium-order-1 {
    right: auto;
    left: 0;
  }

  .overlapping-panels .panel-image.medium-order-2 {
    text-align: right;
  }

  .card-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }


}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

}
