/*
HD Green: #8DA03A;
HD Dk Green: #545C23
*/
/* HTML Tags
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
aside,
footer,
header,
hgroup,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
  font-display: auto;
}

html {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin: 1px 1px 6px 1px;
  padding: 0px 0px 0px 0px;
  color: #555;
}

h1:focus {
  background: rgba(0, 0, 0, .05);
}

#H1 {
  /* Used in H1 text fields in the Admin Panel - Page */
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #555;
}

h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 500;
  margin: 1px 1px 6px 1px;
  /* Keep at least 1px on all sides for :focus */
  padding: 0px 0px 0px 0px;
  color: #666;
}

h2:focus {
  background: rgba(0, 0, 0, .05);
}

#H2 {
  /* Used in H2 text fields in the Admin Panel - Page */
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 500;
  color: #666;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 24px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  color: #000;
}

h3:focus {
  background: rgba(0, 0, 0, .05);
}

#H3 {
  /* Used in H3 text fields in the Admin Panel - Sections */
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  color: #666;
}

h4:focus {
  background: rgba(0, 0, 0, .05);
}

p {
  margin: 5px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
}

p:focus {
  background: rgba(0, 0, 0, .05);
}

ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}

ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

li:focus {
  background: rgba(0, 0, 0, .05);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  margin: 10px 0px 18px 0px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #8DA03A;
  color: #545C23;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #8DA03A;
  color: #545C23;
  text-decoration: underline;
}

a img {
  border: 0;
}

img {
  width: 100%;
}

section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}

/* FORMS
-----------------------------------------------------------------------------*/
form {
  overflow: hidden;
}

fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #DDD;
  padding: 18px;
  border-radius: 4px;
}

legend {
  color: #555;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

label {
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #555;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=color]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
}

input[type="date"] {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

input[type="color"] {
  border: none;
  width: 100%;
  height: 36px;
  padding: 4px;
  box-sizing: border-box;
}

textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

textarea:focus {
  background: rgba(0, 0, 0, .08);
}

select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

select:focus {
  background: rgba(0, 0, 0, .08);
}

input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #999;
}

textarea:disabled {
  color: #999;
}

select:disabled {
  color: #999;
}

#submit {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  border-radius: 2px;
  padding: 18px 0 18px 0;
  text-align: center;
  margin: 18px 0 0 0;
  background: #555;
  color: #FFF;
  border: none;
  font-size: 1.2rem;
  font-weight: 100;
  border-radius: 4px;
}

#submit:hover,
#submit:focus {
  background: #8DA03A;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

/* NAVIGATION
------------------------------------------------------------------------*/
#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000EE;
}

#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

.topOffset {
  padding-top: 0px;
}

#topOffsetAdmin {
  padding-top: 28px;
}

/* ADMIN
-----------------------------------------------------------------------------*/
#admin {
  background: #333;
  overflow: hidden;
  text-align: right;
  z-index: 10000;
}

#admin-nav a {
  display: inline-block;
  width: 30px;
  padding: 6px 6px 4px 6px;
}

#admin-nav img {
  height: 18px;
}

#admin-nav a:hover,
#admin-nav a:focus {
  background: rgba(255, 255, 255, .3);
}

.admin-divider {
  border-right: 1px solid #999;
  padding: 0 12px 0 0;
  margin: 4px 12px 0 0;
  height: 16px;
  width: 1px;
  display: inline-block;
}

header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  background-color: transparent;
  background-image: url('/media/static/images/header.svg');
  background-size: 4000px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 37, 49, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 37, 49, 0);
  -ms-box-shadow: 0px 0px 0px 0px rgba(0, 37, 49, 0);
  -o-box-shadow: 0px 0px 0px 0px rgba(0, 37, 49, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 37, 49, 0);
}

nav {
  background-color: transparent;
  border-top: 1px solid #CCC;
  text-align: center;
  width: 80%;
  margin: 0 auto 0 auto;
}

.navTitleDesktop {
  display: block;
}

.navTitleMobile {
  display: none;
}

nav a {
  font-size: 1.1rem;
  line-height: 1.2rem;
  display: inline-block;
  width: 15%;
  padding: 23px 0 24px 0;
  color: #111;
  margin: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

nav a:hover,
nav a:focus {
  text-decoration: none;
  background: #EEE;
  letter-spacing: .5px;
  color: #000;
}

#navat {
  text-decoration: none;
  background: #DDD;
  letter-spacing: .5px;
  color: #000;
}

#navat:hover,
#navat:focus {
  background: #CCC;
}

#navHome {
  margin: 0 0 0 0;
  width: 35%;
  padding: 6px 0 6px 0;
}

#navHome:hover,
#navHome:focus {
  background: transparent;
}

#navHome img {
  margin: 0 0 24px 0;
  height: 60px;
  padding: 6px 0 6px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#navHome img:hover,
#navHome img:focus {
  scale: .9;
}

footer {
  background: #8DA03A;
  background: #545C23;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 36px 0 36px 0;
  color: #FFF;
  text-align: center;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  color: #FFF;
  text-decoration: dashed;
}

#footerLogo {
  width: 48px;
  height: 48px;
  margin: 0 0 18px 0;
}

.org_phone {
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0 0 12px 0;
}

.org_address {
  margin: 0 0 18px 0;
}

#footer-phone {
  margin: 0 0 18px 0;
  font-weight: 700;
}

#footer-google-map {
  margin: 0 0 18px 0;
  display: block;
}

#contact-phone {
  color: #545C23;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 18px 0 18px 0;
  display: block;
}

#contact-google-map {
  font-weight: 700;
}

/* VIDEO
------------------------------------------------------------------------*/
.video-container {
  z-index: -1;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background: #909E4A;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.video-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 36vh;
}

.video-text p {
  color: #FFF;
  font-size: 4vw;
  line-height: 6vw;
  margin: 0 0 36px 0;
  display: block;
}

.video-text p b {
  font-weight: 700;
}

/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: auto;
  margin-bottom: 6px;
}

.videoWrapper iframe {
  background-color: #000;
  background-image: url('../../media/static/images/missing.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PORTFOLIO
------------------------------------------------------------------------*/
.portfolioTile {
  width: 22.5%;
  margin: 0 1% 18px 1%;
  display: inline-block;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 0 25% 0;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  position: relative;
  border-radius: 6px;
}

.portfolioTile h2 {
  display: none;
}

.portfolioTile:hover,
.portfolioTile:focus {
  background-blend-mode: multiply;
  background-color: #8DA03A;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow: 6px 6px 8px #AAA;
}

.portfolioTile:hover h2,
.portfolioTile:focus h2 {
  display: block;
  width: 100%;
  padding: 45% 0 0 0;
  margin: 0 0 0 1%;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}

/* BIG BUTTONS
------------------------------------------------------------------------*/
.bigBtn {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #E2E8CA;
  border: 1.5px solid #FFF;
  border-radius: 8px;
  padding: 8px 0 8px 0;
  color: #111;
  text-decoration: none;
}

.bigBtn:hover,
.bigBtn:focus {
  background: #555;
  color: #FFF;
  text-decoration: none;
}

.bigBtnGray {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #444;
  border: 1.5px solid #FFF;
  border-radius: 8px;
  padding: 8px 24px 8px 24px;
  color: #EEE;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bigBtnGray:hover,
.bigBtnGray:focus {
  background: #E2E8CA;
  color: #111;
  text-decoration: none;
}

/* STATS
------------------------------------------------------------------------*/
#stats {
  background: #FFF;
  text-align: center;
  margin-top: -200px;
  padding: 20px 0 20px 0;
}

.stat {
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #333;
  font-weight: 100;
  text-align: center;
  display: inline-block;
  width: 15%;
  padding: 8px 0 8px 0;
}

#years {
  border-right: 1px solid #333;
  width: 17%;
}

.stat i {
  font-size: 3.0rem;
  line-height: 3.0rem;
  color: #607F2F;
  font-style: normal;
  display: block;
}

@property --num1 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num2 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num3 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num4 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num5 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --num6 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.stat1 {
  counter-reset: num1 var(--num1);
  animation: animate1 2s forwards ease-in-out;
  animation-delay: 0s;
}

.stat1:before {
  content: counter(num1);
}

@keyframes animate1 {
  to {
    --num1: 24;
  }
}

.stat2 {
  counter-reset: num2 var(--num2);
  animation: animate2 2s forwards ease-in-out;
  animation-delay: .5s;
}

.stat2:before {
  content: counter(num2);
}

@keyframes animate2 {
  to {
    --num2: 248;
  }
}

.stat3 {
  counter-reset: num3 var(--num3);
  animation: animate3 2s forwards ease-in-out;
  animation-delay: 1s;
}

.stat3:before {
  content: counter(num3);
}

@keyframes animate3 {
  to {
    --num3: 44;
  }
}

.stat4 {
  counter-reset: num4 var(--num4);
  animation: animate4 2s forwards ease-in-out;
  animation-delay: 1.5s;
}

.stat4:before {
  content: counter(num4);
}

@keyframes animate4 {
  to {
    --num4: 456;
  }
}

.stat5 {
  counter-reset: num5 var(--num5);
  animation: animate5 2s forwards ease-in-out;
  animation-delay: 2.5s;
}

.stat5:before {
  content: counter(num5);
}

@keyframes animate5 {
  to {
    --num5: 312;
  }
}

.stat6 {
  counter-reset: num6 var(--num6);
  animation: animate6 2s forwards ease-in-out;
  animation-delay: 3s;
}

.stat6:before {
  content: counter(num6);
}

@keyframes animate6 {
  to {
    --num6: 220;
  }
}

/* SERVICES
------------------------------------------------------------------------*/
#services {
  padding: 48px 0 36px 0;
  background: rgb(244, 244, 244);
  background: linear-gradient(160deg, rgba(244, 244, 244, 1) 40%, rgba(197, 197, 197, 1) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  box-shadow: inset 0 0 14px #444;
}

#services h2 {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}

#services .intro {
  text-align: center;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #333;
  margin: 0 0 0 0;
  padding: 0 0 48px 0;
}

#services .intro a {
  color: #333;
  text-decoration: underline dotted;
}

#services .intro a:hover,
#services .intro a:focus {
  color: #000;
  text-decoration: none;
}

.serviceCard {
  color: #333;
  text-align: left;
  display: inline-block;
  width: 45%;
  margin: 0 1.5% 40px 1.5%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 8px #CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.serviceCardImgA {
  height: 240px;
  width: 50%;
  margin: 0 5% 0 0;
  background-color: #666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 12px 0 0 12px;
}

.serviceCardImgB {
  height: 240px;
  width: 50%;
  margin: 0 0 0 5%;
  background-color: #666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  float: right;
  border-radius: 0 12px 12px 0;
}

.serviceCardTxtA {
  float: left;
  width: 40%;
  padding: 18px 5% 18px 0;
}

.serviceCardTxtB {
  float: right;
  width: 40%;
  padding: 18px 0 18px 5%;
}

.serviceCard h3 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
  margin: 0 0 12px 0;
}

.serviceCard p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  min-height: 40px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.serviceCard span {
  display: block;
}

.serviceCard span:after {
  content: "\00a0";
}

.serviceCard .bigBtn {
  width: 100%;
  bottom: 0;
  margin: 0 0 0 0;
}

/* PHILOSOPHY
------------------------------------------------------------------------*/
.formFunctionHalves {
  width: 50%;
  float: left;
  text-align: center;
  padding: 24px 0 24px 0;
  vertical-align: center;
}

.formBox {
  width: 450px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.formBoxText {
  min-height: 110px;
  margin: 48px 0 48px 0;
}

.formBoxIcon {
  min-height: 110px;
  margin: 24px 0 24px 0;
  background-repeat: no-repeat;
  background-position: center center;
}

/* PROCESS
------------------------------------------------------------------------*/
#process {
  padding: 48px 0 36px 0;
  text-align: center;
}

#process h2 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
  margin: 0 0 48px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #333;
  color: #333;
  text-transform: lowercase;
}

#process h3 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 100;
  margin: 0 0 24px 0;
}

#process img {
  width: 100px;
  height: 100px;
  margin: 0 0 24px 0;
}

#process p {
  margin: 0 0 24px 0;
}

/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}

.intro {
  /* Used in Page Intros */
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
  color: #555;
}

.intro:focus {
  background: rgba(0, 0, 0, .05);
}

#INTRO {
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #555;
}

.intro2 {
  /* Used in Section Intros */
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 1px 1px 20px 1px;
  padding: 0px 0px 0px 0px;
  color: #555;
}

.intro2:focus {
  background: rgba(0, 0, 0, .05);
}

#INTRO2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #555;
}

.body {
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}

.fineprint {
  font-size: 0.7rem;
  line-height: 1.0rem;
  margin: 6px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
}

.footnote {
  font-size: 0.7rem;
  line-height: 1.0rem;
  border-top: 1px solid #CCC;
  margin: 36px 0 24px 0;
  padding-top: 6px;
}

#byline {
  font-size: .8rem;
  text-align: right;
  margin: -15px 0 12px 0;
}

/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: .9rem;
  line-height: 1.1rem;
}

.mediaElements h3 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}

.mediaElements p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.mediaElements ul {
  margin: 0 0 0 12px;
}

.mediaElements li {
  margin: 0 0 12px 0;
}

.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}

/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}

.buttons a,
.buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
  /* Links */
}

.buttons button {
  overflow: visible;
  padding: 6px;
  /* IE6 */
}

.buttons button[type] {
  padding: 6px;
  /* Firefox */
  line-height: .7rem;
  /* Safari */
}

*:first-child+html button[type] {
  padding: 6px;
  /* IE7 */
}

.buttons button img,
.buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}

/* ADMIN BUTTONS: Standard */
button,
.buttons a {
  background: #B8CDEA;
  border: 1px solid #96B2DB;
  color: #196DB6;
}

button:hover,
.buttons a:hover,
.buttons a:focus {
  background: #96B2DB;
  color: #196DB6;
}

/* ADMIN BUTTONS: Positive */
button.positive,
.buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}

.buttons a.positive:hover,
button.positive:hover,
button.positive:focus {
  background: #C6D880;
  color: #529214;
}

/* ADMIN BUTTONS: Negative */
.buttons a.negative,
button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}

.buttons a.negative:hover,
button.negative:hover,
button.negative:focus {
  background: #FBC2C4;
  color: #D12F19;
}

.req {
  color: #F00;
}

#ADDRESS3label {
  display: none;
}

#ADDRESS3 {
  display: none;
}

/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.socialLinks a {
  margin: 0 6px 0 6px;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: inline-block;
}

.socialLinks a img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  border: 0;
}

.socialLinks a:hover,
.socialLinks a:focus {
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
  transform: scale(.85);
}



.accordionTitle {
  background-color: #FFF;
  color: #444;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 100;
  border-bottom: 1px solid #CCC;
}
.active,
.accordionTitle:hover,
.accordionTitle:focus {
  background-color: #EEE;
  color: #444;
}
.accordionBody {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionTitle:after {
  content: '+';
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #444;
  float: right;
  margin-left: 6px;
}
.active:after {
  content: "—";
}


.accordionServiceButton {
  background: #FFF;
  color: #444;
  cursor: pointer;
  padding: 4px 8px 4px 8px;
  margin: 6px 0 6px 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 100;
  border-radius: 60px;
  transition: 0.4s;
  float: right;
}
.active2,
.accordionServiceButton:hover,
.accordionServiceButton:focus {
  color: #8DA03A;
  background: #EEE;
}
.accordionServiceContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionServiceContent ul {
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
.accordionServiceContent li {
  font-size: 0.9rem;
  line-height: 1.2rem;
  list-style: none;
  border-bottom: 1px solid #DDD;
  padding: 6px 0 6px 0;
  margin: 0 0 0 0;
}
.accordionServiceButton:after {
  content: '+';
  font-size: 1rem;
  line-height: 1rem;
  color: #555;
}
.active2:after {
  content: "X";
}

.body {
column-count: 3;
column-gap: 24px;

}

/* Responsive Columns
------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 1100px;
}

[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}

[class*="span"]:first-child {
  margin-left: 0;
}

.span1 {
  width: 6.38298%;
}

.span1x {
  width: 5%;
  margin-left: 0;
}

.span2 {
  width: 14.89362%;
}

.span2x {
  width: 20%;
  margin-left: 0;
}

.span3 {
  width: 23.40426%;
}

.span3x {
  width: 25%;
  margin-left: 0;
}

.span4 {
  width: 31.91489%;
}

.span4x {
  width: 33.3333%;
  margin-left: 0;
}

.span5 {
  width: 40.42553%;
}

.span6 {
  width: 48.93617%;
}

.span6x {
  width: 50%;
  margin-left: 0;
}

.span7 {
  width: 57.44681%;
}

.span8 {
  width: 65.95745%;
}

.span8x {
  width: 70%;
  margin-left: 0;
}

.span9 {
  width: 74.46809%;
}

.span10 {
  width: 82.97872%;
}

#rating {
  background-color: #EFEFEF;
  overflow: hidden;
  padding: 12px 0 10px 0;
}

#rating p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}

#rating img {
  width: 18px;
}

#rating .span4y {
  width: 20%;
  float: left;
}

#titleDiv {
  background: #8DA03A;
  background: linear-gradient(130deg, rgba(141, 160, 58, 1) 48%, rgba(101, 115, 40, 1) 100%);
  color: #FFF;
  padding: 124px 0 36px 0;
  box-shadow: inset 0 0 14px #666;
}

#titleDiv h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #FFF;
  font-weight: 100;
  text-align: right;
  border-right: 1px solid #FFF;
  padding: 6px 24px 12px 0;
}

#titleDiv .intro {
  color: #FFF;
  padding: 12px 0 12px 0;
}

#pageMain {
  padding: 24px 0 24px 0;
}

#pageMain h2 {
  font-size: 2.0rem;
  line-height: 2.4rem;
  margin: 8px 0 12px 0;
  color: #8DA03A;
}

#pageMain h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 8px 0 12px 0;
  color: #444;
  font-weight: 700;
}


/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .container {
    width: 1000px;
  }
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    width: 700px;
  }
}

@media only screen and (max-width: 749px) {
  nav {
    width: 100%;
  }

  nav a {
    width: 18%;
    padding: 16px 0 16px 0;
    border-radius: 99px;
  }

  #navHome {
    width: 28%;
  }

  #navHome img {
    width: 75%;
    margin-top: 2px;
  }

  .navTitleDesktop {
    display: none;
  }

  .navTitleMobile {
    display: block;
  }

  .navTitleMobile img {
    margin: 4px;
    width: auto;
    height: 22px;
  }

  #titleDiv h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: left;
    border-right: none;
    padding: 0 0 0 0;
  }

  .video-container {
    margin-top: 32px;
  }

  .video-text {
    top: 24%;
  }

  .video-text h2 {
    font-size: 7vw;
    line-height: 8vw;
    margin: 0 0 24px 0;
  }

  #stats {
    margin-top: 0px;
  }

  .stat {
    font-size: 1.0rem;
    line-height: 1.1rem;
    width: 30%;
    padding: 8px 0 8px 0;
  }

  #years {
    border-right: none;
    width: 33%;
  }

  .stat i {
    font-size: 2.0rem;
    line-height: 2.1rem;
  }

  .serviceCard {
    width: 99%;
    margin: 0 1.5% 36px 1.5%;
  }

  .serviceCard h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .serviceCard p {
    min-height: 10px;
    margin: 0 0 24px 0;
  }

  .serviceCardImgA {
    height: 200px;
    width: 100%;
    margin: 0 0 0 0;
    border-radius: 12px 12px 0 0;
  }

  .serviceCardImgB {
    height: 200px;
    width: 100%;
    margin: 0 0 0 0;
    border-radius: 12px 12px 0 0;
  }

  .serviceCardTxtA {
    width: 90%;
    padding: 18px 5% 18px 5%;
  }

  .serviceCardTxtB {
    width: 90%;
    padding: 18px 5% 18px 5%;
  }

  .serviceCard .bigBtn {
    width: 99%;
  }

  .serviceCard span {
    display: inline-block;
  }

  .formBox {
    width: 90%;
    min-height: 120px;
    padding: 0 5% 0 5%;
  }

  .formBoxText {
    min-height: 10px;
    width: 95%;
  }

  .formBoxIcon {
    display: none;
  }

  #hero {
    padding: 120px 0 120px 0;
    background-attachment: scroll;
  }

  #hero p {
    font-size: 4.6vw;
    line-height: 4.8vw;
    width: 70%;
    margin: 0 13% 0 13%;
  }

  .topOffset {
    padding-top: 40px;
  }

  #topOffsetAdmin {
    padding-top: 70px;
  }

  #mobile_nav {
    display: inline-block;
    width: 100%;
  }

  #header_nav {
    display: none;
  }

  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }

  .portfolioTile {
    width: 47.5%;
    padding: 0 0 48% 0;

  }

  .container {
    width: 90%;
    margin: 0 5% 0 5%;
  }

  #breadcrumb {
    display: none;
  }

  [class*="span"] {
    margin-left: 0;
  }

  [class*="span"]:first-child {
    margin-left: 0;
  }

  .span1 {
    width: 100%;
  }

  .span2 {
    width: 100%;
  }

  .span3 {
    width: 100%;
  }

  .span4 {
    width: 100%;
  }

  .span4x {
    width: 100%;
  }

  .span5 {
    width: 100%;
  }

  .span6 {
    width: 100%;
  }

  .span6x {
    width: 100%;
  }

  .span7 {
    width: 100%;
  }

  .span8 {
    width: 100%;
  }

  .span8x {
    width: 100%;
  }

  .span9 {
    width: 100%;
  }

  .span10 {
    width: 100%;
  }
}