/* cmsms stylesheet: foundation_styles modified: Saturday, February 7, 2026 12:01:04 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 {
  overflow: hidden;
}

#hero video {
  width: 100vw;
}

#hero .grid-container {
  height: 100%;
}

.hero-content {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  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 {
  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 {
  color: white;
}

#about blockquote p {
  color: #dad7cd;
}

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

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

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

.fieldset label {
  color: #344e41;
}

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

#footer p {
  margin: 0;
}
/* cmsms stylesheet: foundation_queries modified: Saturday, February 7, 2026 11:48:15 AM */

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



}

/* 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;
  }

}

/* 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-content {
    max-width: 50%;
  }

  #about 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) {

}
