/* cmsms stylesheet: foundation_styles modified: Monday, February 16, 2026 2:29:19 PM */
    
body, html {
  background: #dad7cd;
}

.no-js #nav {
  display: none;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "abadi-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.button {
  background: #344e41;
  color: #dad7cd;
  border-radius: 5px;
}

.button:hover {
  background: #588157;
  color: white;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

#header {
  background: #344e41;
  color: white;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#logo h1 {
  margin: 0;
}

#logo a {
  display: block;
  max-width: 125px;
}

#logo a:hover {
  opacity: 0.8;
}

#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

#hero video {
  height: 100%;
}

#hero .grid-container {
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-content {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.75rem;
  border-left: 2px solid #dad7cd;
  font-family: "abadi", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hero-content p {
  margin: 0;
  line-height: 1.4;
}

.title-block {
  color: #344e41;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.title-block h2, .title-block h3 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #a3b18a;
}




#nav {
  padding-top: 1rem;
}

#nav a {
  color: #dad7cd;
}

#nav a:hover, #nav .is-active>a, #nav .menuactive>a {
  color: #a3b18a;
}

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

.is-dropdown-submenu {
  border: 0;
  background: #588157;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent ;
  right: 0;
}

.drilldown .is-drilldown-submenu {
  background-color: black;
}

.drilldown a {
  background-color: transparent;
}



.service-card {
  background: rgba(255,255,255,0.25);
  padding: 1rem;
  margin-bottom: 2rem;
  color: #344e41;
  border-left: 2px solid #a3b18a;
  }

.service-card h3 {
  color: #588157;
}

#about {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #344e41;
  color: white;
}

#about h2, #about h3 {
  color: white;
}

#about .team {
  padding: 1rem 1.5rem;
  background: rgba(0,0,0,0.1);
}

.team p {
  margin: 0;
}

#about blockquote p {
  color: #dad7cd;
}

#about img {
  border: 1px solid #dad7cd;
}

#about .float-right {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

#contact {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}

#contact::before {
  content: "";
  background-image: url('https://meotaconsulting.com/uploads/images/pexels-cheryl-prince-55232333-7824833.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

#contact .grid-container {
  position: relative;
  z-index: 1;
}

.fieldset {
  border: 1px solid #a3b18a;
  color: #344e41;
}

.fieldset label {
  color: #344e41;
}

.fieldset input, .fieldset textarea {
  background-color: rgba(255,255,255,0.5);
}

.g-recaptcha {
  margin-bottom: 1rem;
}

#footer {
  font-size: 0.8rem;
  color: #dad7cd;
  padding: 2rem;
  background: #344e41;
}

#footer p {
  margin: 0;
}

.item {
  /* Default state: hidden */
  opacity: 0;
  transition: opacity 1s ease-out; /* Smooth transition */

}

.item.show {
  /* State when in viewport: visible */
  opacity: 1;
}
/* cmsms stylesheet: foundation_queries modified: Monday, February 16, 2026 7:46:35 AM */

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

  #about .team .float-right {
    float: none !important;
    margin-left: 0;
  }

  #about .team {
    margin-bottom: 1rem;
  }

}

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

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

  #hero video {
    width: 100%;
    height: auto;
  }

}

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

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

  #nav {
    padding: 0;
  }

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

  #hero {
    height: 30rem;
  }

  #hero video {
    width: 100%;
    height: auto;
  }

  .hero-content {
    max-width: 50%;
  }

  #about-photo img {
    margin-top: 6rem;
  }

}

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

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

}
