/* Navigation */

/* Hero */

/* RETINA DISPLAY IMAGES */

.hero {
  padding: 50px 0 0;
  position: relative;
}
.slider {
	overflow: hidden;
	position: relative;
}
.slider .slides {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.slider .slides:after {
  content: "";
  display: table;
  clear: both;
}
.slider .slide {
	background-size: 100% auto;
}
.slider-nav {
    position: absolute;
    bottom: -50px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
@media (min-width: 667px) {
	.slider-nav {
		bottom: 10px;
	}
}
@media (min-width: 768px) {
	.slider-nav {
		display: block;
	}
}
@media (min-width: 1220px) {
	.slider-nav {
		bottom: 30px;
	}
}
@media (min-width: 1800px) {
	.slider-nav {
		bottom: 40px;
	}
}
.slider-nav li {
	margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.slider-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: #dedede !important;
    border: 2px solid #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 18px !important;
    width: 18px !important;
	border-radius: 100px;
}
.slider-nav li a.active {
    background: #78be46 !important;
    cursor: default;
}

.main {
  padding-top: 0;
}

.main .container {
  background: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.main .container-fluid {
  max-width: 100%;
}

.main .container-fluid .content {
  padding: 0;
}

.main-header .main-header-inner .text-sizer {
  display: none;
}

.content .content-inner {
  padding: 0;
}

.whoweare-wrapper {
  background: #2896a0;
  color: #fff;
  text-align: center;
}

.whoweare-wrapper .whoweare-block {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 1170px;
  padding: 1em;
}

.whoweare-wrapper h4 {
  display: inline-block;
  font-size: 1.125em;
  margin: 1em 0 2em;
  position: relative;
  text-transform: uppercase;
}

.whoweare-wrapper h4:after {
  background: #fff;
  bottom: -15px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}

.whoweare-wrapper p {
  font-weight: 300;
}

.hp-media-wrapper {
  background: #fff;
}

.recentnews-block {
  margin: 2em 0 4em;
}

.recentnews-block .news-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}

.recentnews-block .news-item a {
  color: #32424b;
}

.recentnews-block .news-item .news-date {
  color: #2896a0;
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1.25em;
}

.recentnews-block .more-wrapper {
  margin: 1.5em 0;
}

.facebook-block {
  margin: 2em 0 4em;
}

.facebook-block .body {
  text-align: center;
}

.facebook-block .body .fb_iframe_widget {
  display: inline-block;
}

.facebook-block .more-wrapper {
  margin: 1.5em 0;
}

/*
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
*/

.feature-project-wrapper {
  background: #8bb8e8;
  text-align: center;
}

.feature-project-wrapper h4 {
  display: inline-block;
  font-size: 1.125em;
  margin: 2em 0;
  position: relative;
  text-transform: uppercase;
}

.feature-project-wrapper h4:after {
  background: #005a96;
  bottom: -15px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}

.feature-project-wrapper .feature-project {
  padding: 1.5em 0 2.5em;
}

.feature-project-wrapper .feature-project .feature-image-wrapper {
  margin: 0 0 1.5em;
}

.feature-project-wrapper .feature-project .feature-image-wrapper .feature-image-16x9 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.feature-project-wrapper .feature-project .feature-image-wrapper .feature-image-16x9 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-project-wrapper .feature-project .feature-body {
  text-align: left;
}

.feature-project-wrapper .feature-project .feature-company {
  font-size: .938em;
  font-weight: 500;
  margin: 0 0 .25em;
  text-transform: uppercase;
}

.feature-project-wrapper .feature-project .feature-title {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.375em;
  margin: 0 0 1em;
}

.feature-project-wrapper .feature-project .feature-teaser {
  font-weight: 300;
  margin: 0 0 1.5em;
}

.cta-wrapper {
  background: #fff;
}

.cta-wrapper .helpfullinks-block {
  margin: 2em 0 4em;
}

.cta-wrapper .helpfullinks-block a {
  zoom: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #32424b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .75em 0;
  text-decoration: none;
}

.cta-wrapper .helpfullinks-block a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cta-wrapper .helpfullinks-block a .fa,
.cta-wrapper .helpfullinks-block a .far,
.cta-wrapper .helpfullinks-block a .fas {
  color: #2896a0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-size: 2.25em;
  text-align: center;
  text-decoration: none;
}

.cta-wrapper .helpfullinks-block a .fa.fa-map-o,
.cta-wrapper .helpfullinks-block a .far.fa-map-o,
.cta-wrapper .helpfullinks-block a .fas.fa-map-o {
  font-size: 1.75em;
}

.cta-wrapper .helpfullinks-block a span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  line-height: 1.25em;
}

.cta-wrapper .helpfullinks-block a:hover,
.cta-wrapper .helpfullinks-block a:focus {
  background: #f8f8f8;
}

.cta-wrapper .helpfullinks-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta-wrapper .helpfullinks-block ul li {
  border-bottom: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta-wrapper .leafgro-block {
  margin: 2em 0;
  text-align: center;
}

.cta-wrapper .leafgro-block .cta-body {
  text-align: left;
}

.cta-wrapper .leafgro-block .stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-wrapper .leafgro-block .stats-wrapper .stat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 2em;
  text-align: center;
}

.cta-wrapper .leafgro-block .stats-wrapper .stat:last-of-type {
  margin: 0;
}

.cta-wrapper .leafgro-block .stats-wrapper .stat .stat-number {
  color: #78be46;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
}

.cta-wrapper .leafgro-block .stats-wrapper .stat .stat-text {
  font-size: 1.25em;
  font-weight: 500;
}

.cta-blocks {
  margin: 2em 0;
}

.cta-blocks .cta-block .cta-block-inner {
  border: 1px solid #666;
}

.cta-blocks .cta-block .cta-block-inner h4 {
  background: #78be46;
  color: #fff;
  display: block;
  margin: 0;
  padding: .5em .75em;
}

.cta-blocks .cta-block .cta-block-inner .cta-body {
  padding: .25em .75em;
}

.footer .container,
.footer .footer-inner,
.footer .inner {
  border: none;
}

@media all and (min-width: 768px) {
  .whoweare-wrapper .whoweare-block {
    padding: 1.5em 2em;
  }

  .whoweare-wrapper h4 {
    margin: 1em 0 3em;
  }

  .whoweare-wrapper p {
    font-size: 1.125em;
  }

  .recentnews-block .news-item {
    padding: 1em 0;
  }

  .recentnews-block .news-item .news-date {
    font-size: 1.375em;
  }

  .recentnews-block .news-item .news-title {
    font-size: 1.125em;
  }

  .recentnews-block .more-wrapper {
    margin: 1.5em 0;
  }

  .feature-project-wrapper .feature-project .feature-body {
    display: inline-block;
    margin: 0 auto;
    width: 640px;
  }

  .cta-wrapper .helpfullinks-block a {
    padding: 1.25em 0;
  }

  .cta-wrapper .helpfullinks-block a .fa,
  .cta-wrapper .helpfullinks-block a .far,
  .cta-wrapper .helpfullinks-block a .fas {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    font-size: 2.5em;
  }

  .cta-wrapper .helpfullinks-block a span {
    font-size: 1.25em;
  }

  .cta-wrapper .leafgro-block .cta-body {
    font-size: 1.125em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat {
    border-right: 1px solid #dedede;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat:nth-child(2n) {
    border: none;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-number {
    font-size: 4em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-text {
    font-size: 1.25em;
  }
}

@media all and (min-width: 992px) {
  .whoweare-wrapper .whoweare-block {
    padding: 2em 3em 1.5em;
  }

  .whoweare-wrapper p {
    font-size: 1.25em;
  }

  .feature-project-wrapper .feature-project {
    zoom: 1;
    padding: 1.5em .625em 2.5em;
  }

  .feature-project-wrapper .feature-project:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .feature-project-wrapper .feature-project .feature-image-wrapper {
    float: left;
    padding-right: 15px;
    width: 50%;
  }

  .feature-project-wrapper .feature-project .feature-title {
    font-size: 1.75em;
    margin: 0 0 .5em;
  }

  .feature-project-wrapper .feature-project .feature-body {
    float: right;
    padding: 0 0 0 15px;
    width: 50%;
  }

  .cta-wrapper .leafgro-block .cta-body {
    font-size: 1em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-number {
    font-size: 3em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-text {
    font-size: 1em;
  }
}

@media all and (min-width: 1200px) {
  .whoweare-wrapper h4 {
    font-size: 1.25em;
  }

  .whoweare-wrapper p {
    font-size: 1.5em;
  }

  .feature-project-wrapper h4 {
    font-size: 1.25em;
    margin: 3em 0;
  }

  .feature-project-wrapper .feature-project {
    padding: .5em .625em 3.5em;
  }

  .cta-wrapper .leafgro-block .cta-body {
    font-size: 1.125em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-number {
    font-size: 4em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-text {
    font-size: 1.125em;
  }
}

@media all and (min-width: 1440px) {
  .whoweare-wrapper p {
    font-size: 1.875em;
  }

  .feature-project-wrapper .feature-project .feature-title {
    font-size: 2em;
  }

  .feature-project-wrapper .feature-project .feature-teaser {
    font-size: 1.125em;
  }

  .cta-wrapper .leafgro-block .cta-body {
    font-size: 1.25em;
  }

  .cta-wrapper .leafgro-block .stats-wrapper .stat .stat-text {
    font-size: 1.25em;
  }
}

