@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k.ttf) format('truetype');
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
html {
  height: 100%;
}
body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/background.jpg');
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfeee+0,fbfeee+100&0+35,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 238, 0)), color-stop(35%, rgba(251, 254, 238, 0)), to(#fbfeee));
  background: -o-linear-gradient(top, rgba(251, 254, 238, 0) 0%, rgba(251, 254, 238, 0) 35%, #fbfeee 100%);
  background: linear-gradient(to bottom, rgba(251, 254, 238, 0) 0%, rgba(251, 254, 238, 0) 35%, #fbfeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fbfeee', endColorstr='#fbfeee', GradientType=0);
  /* IE6-9 */
  z-index: -2;
}
.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: -1;
}
body:before {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
#wpadminbar:before,
body:before {
  content: 'All (Smallest Up)';
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
  position: fixed;
}
html[lang="en-US"] {
  margin-top: 0 !important;
}
a {
  cursor: pointer;
}
a,
a:link,
a:visited {
  color: #00542d;
  text-decoration: none;
}
a:hover {
  color: #ac3636;
}
p {
  margin-top: 0;
}
#top {
  padding: 30px 0;
  background-color: rgba(0, 84, 45, 0.85);
}
#mainWrap {
  background-color: #fff;
  border: 2px solid #00542d;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.taglineSide {
  text-align: center;
  padding-bottom: 2px;
}
.taglineSide .nestedFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.taglineSide .tagline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  color: #00542d;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  border: 3px solid #00542d;
}
.taglineSide .phone {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0 4px 0 0;
}
.bottomIt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.stretchIt {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.navWrap {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 16px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.navWrap .hamburgerWrap {
  display: none;
}
.navWrap .container > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-family: 'Josefin Slab', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.navWrap .container > ul li {
  position: relative;
}
.navWrap .container > ul li a,
.navWrap .container > ul li a:link,
.navWrap .container > ul li a:visited {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.navWrap .container > ul li a:hover,
.navWrap .container > ul li a.active {
  color: #bece91;
}
.navWrap .container > ul li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -5000px;
  right: auto;
  background-color: #fff;
  list-style-type: none;
  padding: 20px 0px 10px 0px;
  text-align: center;
  background-color: transparent;
  z-index: 1000;
}
.navWrap .container > ul li > ul.sub-menu li {
  padding: 5px 0;
  font-size: 0.9em;
  display: block;
  background-color: #00542d;
}
.navWrap .container > ul li > ul.sub-menu li a,
.navWrap .container > ul li > ul.sub-menu li a:link,
.navWrap .container > ul li > ul.sub-menu li a:visited {
  display: block;
  padding: 5px;
  background-color: #00542d;
}
.navWrap .container > ul li:hover > ul.sub-menu {
  left: -50%;
  right: -50%;
  z-index: 10000;
}
.skitter {
  background-color: transparent;
}
.skitter .image > a img,
.skitter .image > img {
  border-radius: 20px 20px 0 0;
}
.contentWrap {
  padding: 30px;
  line-height: 1.4;
}
.centerItText {
  text-align: center;
}
.intro {
  font-size: 22px;
}
.innerText {
  font-size: 18px;
  color: #393939;
  line-height: 1.4;
}
h1 {
  font-family: 'Josefin Slab', serif;
  color: #00542d;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
h2 {
  font-family: 'Josefin Slab', serif;
  color: #00542d;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 40px;
}
/* --------- SLIDE VIEWER STUFF ------------- */
#viewer_wrap {
  width: 472px;
  clear: right;
}
#main_image {
  width: 394px;
  height: 236px;
  overflow: hidden;
  background-color: #9C0;
  float: left;
  position: relative;
  left: 0;
  top: 0;
}
#main_image_slider {
  position: relative;
  left: 0px;
  top: 0;
}
#main_image_slider img {
  width: 394px;
  height: 236px;
  float: left;
  position: absolute;
}
#viewer_wrap {
  width: 100%;
  clear: right;
}
#main_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #9C0;
  float: left;
  position: relative;
  left: 0;
  top: 0;
}
#main_image_slider {
  position: relative;
  left: 0px;
  top: 0;
}
#main_image_slider img {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
}
#leftArrow,
#rightArrow {
  cursor: pointer;
  float: left;
}
.featuredImage {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.bx-wrapper img {
  max-width: none;
  display: block;
  width: 100%;
  height: auto;
}
#contact_form {
  max-width: 800px;
  margin: 20px auto;
}
#contact_form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*input {
			width: 68%;
			max-width: 400px;
			display: inline-block;
			padding: 10px 5px;
		}*/
}
#contact_form p label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  text-align: left;
  display: inline-block;
}
#contact_form p select,
#contact_form p input,
#contact_form p textarea {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 50%;
          flex: 2 1 50%;
  padding: 18px 5px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact_form p select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../images/select.svg');
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 95% 50%;
  padding: 0 30px 0 18px;
}
#contact_form p textarea {
  height: 60px;
}
#contact_form p select::-ms-expand {
  display: none;
}
#contact_form p select:hover {
  border-color: #888;
}
#contact_form p select:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
#contact_form p select option {
  font-weight: normal;
}
.btn,
a.btn,
a.btn:link,
a.btn:visited {
  background: #00542d;
  -webkit-transition: background ease 0.5s;
  -o-transition: background ease 0.5s;
  transition: background ease 0.5s;
  border-radius: 3px;
  display: inline-block;
  border: none;
  padding: 10px 22px;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Josefin Slab', serif;
  font-weight: bold;
  font-spacing: 1px;
}
.btn.reset,
a.btn.reset,
a.btn:link.reset,
a.btn:visited.reset {
  background-color: rgba(236, 236, 236, 0.705);
  color: #000;
}
a.btn:hover,
.btn:hover {
  background-color: #bece91;
}
a.btn:hover.reset,
.btn:hover.reset {
  background-color: #ececec;
}
.submitters {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#servicesFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#servicesFlex a.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 16px;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 40px;
}
#servicesFlex a.item img {
  display: block;
  width: 100%;
  margin: 10px auto;
  border: 2px solid #00542d;
}
#servicesFlex a.item:hover img {
  border: 4px solid #ac3636;
}
#footer {
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
}
.customMarginBottom {
  margin-bottom: 20px;
}
#logo {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.navWrap.mobile {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.navWrap.mobile .hamburgerWrap {
  display: block;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  background-color: #00542d;
  border-width: 1px 0;
  border-color: #fff;
  border-style: solid;
}
.navWrap.mobile .container > ul {
  display: none;
}
.navWrap.mobile .container > ul.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  font-family: 'Josefin Slab', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navWrap.mobile .container > ul.open li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.navWrap.mobile .container > ul.open li a,
.navWrap.mobile .container > ul.open li a:link,
.navWrap.mobile .container > ul.open li a:visited {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.navWrap.mobile .container > ul.open li a:hover,
.navWrap.mobile .container > ul.open li a.active {
  color: #bece91;
}
.navWrap.mobile .container > ul.open li > ul.sub-menu {
  position: static;
  /*top: 100%;
				left: -5000px;
				right: auto;*/
  display: none;
  background-color: #fff;
  list-style-type: none;
  padding: 20px 0px 10px 0px;
  text-align: center;
  background-color: transparent;
  z-index: 1000;
}
.navWrap.mobile .container > ul.open li > ul.sub-menu li {
  padding: 5px 0;
  font-size: 0.9em;
  display: inline-block;
  background-color: #00542d;
}
.navWrap.mobile .container > ul.open li > ul.sub-menu li a,
.navWrap.mobile .container > ul.open li > ul.sub-menu li a:link,
.navWrap.mobile .container > ul.open li > ul.sub-menu li a:visited {
  display: block;
  padding: 5px;
  background-color: #00542d;
}
.navWrap.mobile .container > ul.open li > ul.sub-menu.open {
  display: inline-block;
}
.navWrap.mobile .container > ul.open li:hover > ul.sub-menu.open {
  left: 0;
  top: 100%;
  display: block;
}
/* testimonials */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #111;
  margin: 30px 3% 65px 3%;
  padding: 20px 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .title {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.wrapper:after,
.wrapper:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: #00542d;
  background: #fff;
}
.wrapper:after {
  content: '\f10d';
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 10px 10px 0 #fff;
          box-shadow: 10px 10px 0 #fff;
}
.wrapper:before {
  content: '\f10e';
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-box-shadow: -10px -10px 0 #fff;
          box-shadow: -10px -10px 0 #fff;
}
.description {
  font-size: 20px;
}
.description p {
  margin-bottom: 0;
}
.description .quoter {
  font-weight: bold;
}
.description .quoter:before {
  content: '—';
  display: inline-block;
  color: #00542d;
  margin-right: 3px;
}
.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px 0 0;
}
.title small {
  display: block;
  font-size: 25px;
}
.border-radius {
  border-radius: 30px;
}
.text-right {
  text-align: right;
}
@media all {
  body:before,
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  body:before,
  #wpadminbar:before {
    content: 'Small Up';
  }
}
@media all and (min-width: 768px) {
  body:before,
  #wpadminbar:before {
    content: 'Medium Up';
  }
  #contact_form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact_form p label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 38%;
            flex: 1 0 38%;
    margin-right: 2%;
    text-align: right;
  }
  #contact_form p select,
  #contact_form p input,
  #contact_form p textarea {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 60%;
            flex: 2 1 60%;
  }
  #servicesFlex a.item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media all and (min-width: 992px) {
  body:before,
  #wpadminbar:before {
    content: 'Large Up';
  }
  #servicesFlex a.item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16.66666%;
            flex: 0 1 16.66666%;
    max-width: 16.66666666%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .taglineSide {
    text-align: right;
    padding-bottom: 2px;
  }
  .taglineSide .nestedFlex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .customMarginBottom {
    margin-bottom: 0;
  }
  /* testimonials */
  .wrapper .title {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  body:before,
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
}
@media all and (min-width: 1500px) {
  body:before,
  #wpadminbar:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=ss.css.map */