/*lime*/
/*jade - not used*/
/*forest*/
/* red */
/* Original Reds */
/*neutrals*/
/*fonts*/
#logo img.logo {
  max-height: 60px;
}

.icon_phone-custom:before {
  color: #63E263;
}

footer img.logo-small {
  max-height: 55px;
  margin-right: 46px;
  width: 85%;
  max-width: 200px;
}

#gallery .overlay {
  background-color: #22261f;
  height: auto;
  bottom: 0;
  justify-content: start;
}
#gallery .project-name {
  text-transform: none !important;
  color: white;
  font-weight: 300;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr auto auto;
  column-gap: 10px;
  padding: 10px;
}
#gallery .project-name p {
  margin: 0;
  text-align: left;
  line-height: 1.7;
}
#gallery .project-name p.subtitle {
  font-weight: 600;
}

#info-box {
  height: 100px;
  margin-top: -100px;
}
#info-box .info-box_subtite.second-line {
  margin-top: -9px;
}
#info-box + div #de-map iframe {
  width: 95%;
  height: 25em;
}
#info-box + div .col-md-12 h3 {
  font-size: 23px;
  text-transform: uppercase !important;
  margin-bottom: 1.3em;
}

div.contact-details a.location {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
div.contact-details a.location p {
  margin: -1px 0 5px 4px;
  line-height: 1.3;
}

.slide {
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .builds {
    padding: 0;
  }
}
.builds .row.slide-detail {
  display: block;
}
.builds .row.slide-detail .build-details, .builds .row.slide-detail .project-overview {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .builds .row.slide-detail .build-details, .builds .row.slide-detail .project-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 3rem;
  }
}
.builds .row.slide-detail .build-details .subhead, .builds .row.slide-detail .project-overview .subhead {
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
}
.builds .row.slide-detail .build-details .blurb, .builds .row.slide-detail .project-overview .blurb {
  padding: 10px;
}
.builds .row.slide-detail .build-details .blurb .copy-number, .builds .row.slide-detail .project-overview .blurb .copy-number {
  font-size: 1.8em;
  padding-right: 0.33em;
  color: var(--primary-color-1);
}
.builds .row.slide-detail .build-details .project-name, .builds .row.slide-detail .project-overview .project-name {
  text-transform: none !important;
  font-weight: 500;
  padding: 10px;
}
.builds .row.slide-detail .build-details .project-name p, .builds .row.slide-detail .project-overview .project-name p {
  margin: 0;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 0.99em;
}
.builds .row.slide-detail .build-details .project-name span.subtitle, .builds .row.slide-detail .project-overview .project-name span.subtitle {
  font-weight: 300;
  margin-right: 0.5rem;
  color: #D3DAD3;
  letter-spacing: normal;
}

.row.slide-detail.hide {
  display: none;
}

.section-projects .categories-filter {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  gap: 1em;
  margin-bottom: 3em;
  margin-top: -1em;
}
.section-projects .categories-filter li {
  border: 1.5px solid #7DA47E;
  color: #7DA47E;
  padding: 0.3em 1em;
  transition: all 0.5s;
  cursor: pointer;
}
.section-projects .categories-filter li.active, .section-projects .categories-filter li:hover {
  background-color: #7DA47E;
  color: #151616;
}

.hide-build {
  opacity: 0.15;
}

#section-services {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #section-services .service-detail {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;
  }
}
#section-services .service-detail .svc-description {
  padding-right: 3em;
}
#section-services .service-detail .subhead {
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  line-height: 1.26em;
  margin-bottom: 1.15em;
}
#section-services .service-detail .img-box img:first-of-type {
  display: block;
  margin-bottom: 17px;
}
#section-services .separator {
  margin: 90px auto 45px auto;
}
@media screen and (max-width: 991px) {
  #section-services .separator {
    margin: 32px auto 0px auto;
  }
}

#section-hero-1 {
  min-height: 550px;
}

.row.blog .post-content h3 {
  margin-top: 0;
}
.row.blog .post-content div.month {
  letter-spacing: 6px;
}
.row.blog .post-content a {
  color: #7DA47E;
}
.row.blog .post-content a:hover {
  color: white;
}
.row.blog ul.pagination.blog {
  justify-content: center;
}

#subheader {
  background-size: cover !important;
}

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