/* -------------------- imports -------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.com/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
figure {
  margin: 0;
}
/* -------------------- wordpress -------------------- */
.gform_validation_container,
.gform_ajax_spinner,
.validation_error {
  display: none;
}
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 752px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 792px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
.button {
  background: #008d4f;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  display: inline-block;
  padding: 10px 40px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  color: #008d4f;
  background: #fff;
}
.sb-slidebar {
  background: #008d4f;
  padding: 20px 0 0;
}
.sb-slidebar ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
}
.sb-slidebar ul li ul li a {
  padding: 10px 40px;
}
body {
  padding-top: 348px;
}
@media only screen and (max-width: 1170px) {
  body {
    padding-top: 272px;
  }
}
@media only screen and (max-width: 978px) {
  body {
    padding-top: 146px;
  }
}
@media only screen and (max-width: 560px) {
  body {
    padding-top: 100px;
  }
}
header {
  position: fixed;
  background: #efefef;
  z-index: 99;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  height: 348px;
}
@media only screen and (max-width: 1170px) {
  header {
    height: 272px;
  }
}
@media only screen and (max-width: 978px) {
  header {
    height: 146px;
    top: 0px !important;
  }
}
@media only screen and (max-width: 560px) {
  header {
    height: 100px;
  }
}
header .header {
  background: #fff;
}
header .header .header-top {
  background: #000;
  height: 92px;
}
@media only screen and (max-width: 978px) {
  header .header .header-top {
    height: 46px;
  }
}
@media only screen and (max-width: 560px) {
  header .header .header-top {
    display: none;
  }
}
header .header .header-top .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1130px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
header .header .header-top .wrapper:before,
header .header .header-top .wrapper:after {
  content: '';
  display: table;
}
header .header .header-top .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  header .header .header-top .wrapper {
    padding: 0 20px;
  }
}
header .header .header-top .wrapper a {
  width: 315px;
  display: block;
  float: left;
  font-size: 17px;
  color: #fff;
  padding: 0 0 0 60px;
  line-height: 33px;
  background: url("../img/header-top-phone.png") center left no-repeat;
  -webkit-background-size: 36px 33px;
  -moz-background-size: 36px 33px;
  background-size: 36px 33px;
  margin: 29px 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  header .header .header-top .wrapper a {
    margin: 15px 20px 0 0;
    background: url("../img/header-top-phone.png") center left no-repeat;
    -webkit-background-size: 18px 16px;
    -moz-background-size: 18px 16px;
    background-size: 18px 16px;
    line-height: 16px;
    font-size: 16px;
    padding: 0 0 0 30px;
    width: auto;
  }
}
header .header .header-top .wrapper a strong {
  font-weight: 700;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 978px) {
  header .header .header-top .wrapper a strong {
    margin: 0 10px 0 0;
  }
}
header .header .header-top .wrapper a:last-of-type {
  background: url("../img/header-top-email.png") center left no-repeat;
  -webkit-background-size: 36px 33px;
  -moz-background-size: 36px 33px;
  background-size: 36px 33px;
}
@media only screen and (max-width: 978px) {
  header .header .header-top .wrapper a:last-of-type {
    background: url("../img/header-top-email.png") center left no-repeat;
    -webkit-background-size: 18px 16px;
    -moz-background-size: 18px 16px;
    background-size: 18px 16px;
  }
}
header .header .header-top .wrapper a:hover {
  color: #00884d;
}
header .header .header-bottom {
  background: #fff;
  height: 256px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
@media only screen and (max-width: 1170px) {
  header .header .header-bottom {
    height: 180px;
  }
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom {
    height: 100px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  }
}
header .header .header-bottom .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1130px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
header .header .header-bottom .wrapper:before,
header .header .header-bottom .wrapper:after {
  content: '';
  display: table;
}
header .header .header-bottom .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  header .header .header-bottom .wrapper {
    padding: 0 20px;
  }
}
header .header .header-bottom .wrapper .header-logo {
  float: left;
  margin: 75px 0 0;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
@media only screen and (max-width: 1170px) {
  header .header .header-bottom .wrapper .header-logo {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom .wrapper .header-logo {
    margin: 10px 0 0;
  }
}
header .header .header-bottom .wrapper .header-logo img {
  width: 359px;
  height: 138px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1170px) {
  header .header .header-bottom .wrapper .header-logo img {
    width: 250px;
    height: 96px;
  }
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom .wrapper .header-logo img {
    width: 208px;
    height: 80px;
  }
}
header .header .header-bottom .wrapper .header-certs {
  float: right;
  width: 278px;
  height: 78px;
  margin: 78px 0 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1170px) {
  header .header .header-bottom .wrapper .header-certs {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom .wrapper .header-certs {
    display: none;
  }
}
header .header .header-bottom .wrapper .header-nav {
  float: right;
  clear: right;
  margin: 10px 0 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom .wrapper .header-nav {
    display: none;
  }
}
header .header .header-bottom .wrapper .header-nav ul li {
  float: left;
  position: relative;
}
header .header .header-bottom .wrapper .header-nav ul li a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 57px;
  display: block;
  padding: 0 14px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .header .header-bottom .wrapper .header-nav ul li ul {
  display: none;
  position: absolute;
  background: rgba(0,141,79,0.8);
  z-index: 99;
  margin-left: -180px;
  left: 50%;
}
header .header .header-bottom .wrapper .header-nav ul li ul li a {
  padding: 0 20px !important;
  width: 360px;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
header .header .header-bottom .wrapper .header-nav ul li ul li a:hover {
  background: #008d4f;
}
header .header .header-bottom .wrapper .header-nav ul li ul li:last-child > a {
  border: none;
}
header .header .header-bottom .wrapper .header-nav ul li:hover > ul {
  display: block;
}
header .header .header-bottom .wrapper .header-nav ul li:hover > a,
header .header .header-bottom .wrapper .header-nav ul li.current-menu-item > a,
header .header .header-bottom .wrapper .header-nav ul li.current-page-ancestor > a {
  color: #008d4f;
}
header .header .header-bottom .wrapper .header-nav ul li:first-child > a {
  padding-left: 0;
}
header .header .header-bottom .wrapper .header-nav ul li:last-child > a {
  padding-right: 0;
}
header .header .header-bottom .wrapper .sb-toggle-right {
  padding: 35px 0 35px 20px;
  float: right;
  display: none;
}
@media only screen and (max-width: 978px) {
  header .header .header-bottom .wrapper .sb-toggle-right {
    display: block;
  }
}
header .header .header-bottom .wrapper .sb-toggle-right img {
  width: 22px;
  height: 24px;
}
.scrolling header {
  top: -92px;
  height: 100px;
}
.scrolling header .header .header-bottom {
  height: 100px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.scrolling header .header .header-bottom .wrapper .header-logo {
  margin: 10px 0;
}
.scrolling header .header .header-bottom .wrapper .header-logo img {
  width: 208px;
  height: 80px;
}
.scrolling header .header .header-bottom .wrapper .header-certs {
  top: -200px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scrolling header .header .header-bottom .wrapper .header-nav {
  top: -145px;
}
@media only screen and (max-width: 1170px) {
  .scrolling header .header .header-bottom .wrapper .header-nav {
    top: -88px;
  }
}
.single-post .menu-item-27 > a {
  color: #008d4f;
}
.hero {
  position: relative;
}
.hero .hero-carousel {
  margin: 0;
}
.hero .hero-carousel figure {
  position: relative;
  overflow: hidden;
}
.hero .hero-carousel figure .img {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}
.hero .hero-carousel figure .caption {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
.hero .hero-carousel figure .caption p {
  font-size: 42px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  background: rgba(0,140,78,0.8);
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 60px;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel figure .caption p {
    font-size: 30px;
    padding: 4px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel figure .caption p {
    font-size: 24px;
    padding: 4px 20px;
  }
}
.hero figcaption {
  background: #008d4f;
  position: absolute;
  top: 0;
  right: -656px;
  bottom: 0;
  width: 486px;
  z-index: 2;
  height: 558px;
  -webkit-transition: right 1s ease-out 0.5s;
  -moz-transition: right 1s ease-out 0.5s;
  -o-transition: right 1s ease-out 0.5s;
  -ms-transition: right 1s ease-out 0.5s;
  transition: right 1s ease-out 0.5s;
}
@media only screen and (max-width: 1100px) {
  .hero figcaption {
    top: auto;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 978px) {
  .hero figcaption {
    position: relative;
  }
}
.hero figcaption .text {
  position: absolute;
  text-align: right;
  bottom: 83px;
  right: 75px;
  white-space: nowrap;
  padding-bottom: 100px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-out 1.5s;
  -moz-transition: all 1s ease-out 1.5s;
  -o-transition: all 1s ease-out 1.5s;
  -ms-transition: all 1s ease-out 1.5s;
  transition: all 1s ease-out 1.5s;
}
@media only screen and (max-width: 1100px) {
  .hero figcaption .text {
    text-align: center;
    bottom: 0;
    right: 0;
    width: 100%;
    position: relative;
    padding: 10px 0;
  }
}
.hero figcaption .text h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.214285714;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1100px) {
  .hero figcaption .text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero figcaption .text h2 {
    font-size: 24px;
  }
}
.hero figcaption:before {
  position: absolute;
  top: 0;
  left: -170px;
  content: '';
  border-right: 170px solid #008d4f;
  border-top: 558px solid transparent;
}
@media only screen and (max-width: 1100px) {
  .hero figcaption:before {
    display: none;
  }
}
.hero figcaption.load {
  right: 0;
}
.hero figcaption.load .text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .hero figcaption.load .text {
    padding-bottom: 10px;
  }
}
.services {
  text-align: center;
  padding: 68px 0 99px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .services {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 978px) {
  .services {
    padding: 30px 0 0;
  }
}
.services .services-nav .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1130px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.services .services-nav .wrapper:before,
.services .services-nav .wrapper:after {
  content: '';
  display: table;
}
.services .services-nav .wrapper:after {
  clear: both;
}
.services .services-nav .wrapper .item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.services .services-nav .wrapper .item.load {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.services .services-nav .wrapper .item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.services .services-nav .wrapper .item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.services .services-nav .wrapper .item:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.services .title h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  color: #008d4f;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .services .title h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.services .title p {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 60px;
  padding: 0 50px;
}
@media only screen and (max-width: 978px) {
  .services .title p {
    padding: 0 0 30px;
    margin: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 978px) {
  .services .title p br {
    display: none;
  }
}
@media only screen and (max-width: 978px) {
  .services .items {
    display: none;
  }
}
.services .items a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  height: 400px;
  position: relative;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.services .items a:before,
.services .items a:after {
  content: '';
  display: table;
}
.services .items a:after {
  clear: both;
}
.services .items a .hover {
  background-color: rgba(0,141,79,0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.services .items a img {
  display: block;
  margin: 140px auto 35px;
  width: 50px;
  height: 34px;
  position: relative;
}
.services .items a .text {
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.services .items a .text span {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.058823529;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
.services .items a:hover .hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.services .items a:hover .text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.services .items a:nth-of-type(even) .hover {
  background-color: rgba(0,0,0,0.5);
}
.services-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .services-click {
    position: relative;
    z-index: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px;
  }
}
.services-click .services-click-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #000;
  z-index: 3;
  color: #008d4f;
  font-size: 30px;
  font-family: Arial;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .services-click .services-click-close {
    display: none;
  }
}
.services-click .services-click-close:hover {
  background: #008d4f;
}
.services-click .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: rgba(0,141,79,0.8);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1200px) {
  .services-click .bg {
    display: none;
  }
}
.services-click .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
}
@media only screen and (max-width: 1200px) {
  .services-click .left {
    position: relative;
    right: 0;
    float: none;
    width: 100%;
    height: auto !important;
  }
}
.services-click .left .text {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .services-click .left .text {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 30px 0 30px;
  }
}
.services-click .left .text img {
  width: 133px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1200px) {
  .services-click .left .text img {
    width: 100px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 978px) {
  .services-click .left .text img {
    width: 70px;
  }
}
.services-click .left .text span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.075;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .services-click .left .text span {
    font-size: 32px;
  }
}
.services-click .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.services-click .wrapper:before,
.services-click .wrapper:after {
  content: '';
  display: table;
}
.services-click .wrapper:after {
  clear: both;
}
.services-click .wrapper .right {
  float: right;
  width: 50%;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .services-click .wrapper .right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.services-click .wrapper .right .text {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 135px;
}
@media only screen and (max-width: 1500px) {
  .services-click .wrapper .right .text {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .services-click .wrapper .right .text {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 978px) {
  .services-click .wrapper .right .text {
    padding: 0 20px;
  }
}
.services-click .wrapper .right .text p,
.services-click .wrapper .right .text ul li {
  font-size: 19px;
  line-height: 1.315789474;
  color: #fff;
}
@media only screen and (max-width: 978px) {
  .services-click .wrapper .right .text p,
  .services-click .wrapper .right .text ul li {
    font-size: 16px;
  }
}
.services-click .wrapper .right .text p {
  margin: 0 0 30px;
}
.services-click .wrapper .right .text ul {
  padding: 0 0 30px 20px;
  list-style: disc;
}
.services-click.active {
  z-index: 5;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.blurb {
  background: #008d4f;
  padding: 100px 0;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s 0.2s ease-in-out;
  -moz-transition: opacity 1s 0.2s ease-in-out;
  -o-transition: opacity 1s 0.2s ease-in-out;
  -ms-transition: opacity 1s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .blurb {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 978px) {
  .blurb {
    padding: 30px 0;
  }
}
.blurb p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .blurb p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 978px) {
  .blurb p br {
    display: none;
  }
}
.blurb.load {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.projects-filter {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  .projects-filter {
    padding: 30px 0;
  }
}
.projects-filter h2 {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  color: #008d4f;
  text-transform: uppercase;
}
.projects-filter ul {
  display: inline-block;
  vertical-align: top;
}
.projects-filter ul li {
  display: inline-block;
}
.projects-filter ul li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  padding: 7px 20px;
  border: 2px solid #008d4f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 2px 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.01em;
}
.projects-filter ul li a:hover,
.projects-filter ul li a.active {
  color: #fff;
  background: #008d4f;
}
.projects-grid,
.projects-grid--single {
  *zoom: 1;
  margin: 0 0 100px;
}
.projects-grid:before,
.projects-grid--single:before,
.projects-grid:after,
.projects-grid--single:after {
  content: '';
  display: table;
}
.projects-grid:after,
.projects-grid--single:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .projects-grid,
  .projects-grid--single {
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 978px) {
  .projects-grid,
  .projects-grid--single {
    margin: 0 0 40px;
  }
}
.projects-grid .item,
.projects-grid--single .item {
  display: block;
  width: 25%;
  position: relative;
  overflow: hidden;
  height: 342px;
  background: #efefef;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .projects-grid .item,
  .projects-grid--single .item {
    height: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .projects-grid .item,
  .projects-grid--single .item {
    height: 250px;
  }
}
@media only screen and (max-width: 978px) {
  .projects-grid .item,
  .projects-grid--single .item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 800px) {
  .projects-grid .item,
  .projects-grid--single .item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .projects-grid .item,
  .projects-grid--single .item {
    width: 100%;
  }
}
.projects-grid .item .img,
.projects-grid--single .item .img {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projects-grid .item .triangle,
.projects-grid--single .item .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: url("../img/triangle.png") bottom right no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 3;
}
.projects-grid .item .triangle .text,
.projects-grid--single .item .triangle .text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
  width: 40%;
}
@media only screen and (max-width: 1200px) {
  .projects-grid .item .triangle .text,
  .projects-grid--single .item .triangle .text {
    bottom: 10px;
    right: 10px;
  }
}
.projects-grid .item .triangle .text p,
.projects-grid--single .item .triangle .text p {
  color: #008d4f;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 1600px) {
  .projects-grid .item .triangle .text p,
  .projects-grid--single .item .triangle .text p {
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}
@media only screen and (max-width: 1200px) {
  .projects-grid .item .triangle .text p,
  .projects-grid--single .item .triangle .text p {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
}
.projects-grid .item .triangle .text span,
.projects-grid--single .item .triangle .text span {
  color: #008d4f;
  font-size: 12px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 1200px) {
  .projects-grid .item .triangle .text span,
  .projects-grid--single .item .triangle .text span {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
}
.projects-grid .item .hover,
.projects-grid--single .item .hover {
  background-color: rgba(0,141,79,0.8);
  background-blend-mode: multiply;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.projects-grid .item:nth-of-type(4n+1),
.projects-grid--single .item:nth-of-type(4n+1) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.projects-grid .item:nth-of-type(4n+2),
.projects-grid--single .item:nth-of-type(4n+2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.projects-grid .item:nth-of-type(4n+3),
.projects-grid--single .item:nth-of-type(4n+3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.projects-grid .item:nth-of-type(4n+4),
.projects-grid--single .item:nth-of-type(4n+4) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.projects-grid .item:hover .hover,
.projects-grid--single .item:hover .hover {
  top: 0;
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.projects-grid .item.load,
.projects-grid--single .item.load {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.projects-grid--single {
  background: #ebebeb;
  padding: 64px 0 50px;
  margin: 0;
}
.projects-grid--single h2 {
  text-align: center;
  margin: 0 0 48px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  color: #008d4f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.projects-grid--single .items {
  *zoom: 1;
  margin: 0 0 53px;
}
.projects-grid--single .items:before,
.projects-grid--single .items:after {
  content: '';
  display: table;
}
.projects-grid--single .items:after {
  clear: both;
}
.projects-grid--single .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.projects-grid--single .items .item:before,
.projects-grid--single .items .item:after {
  content: '';
  display: table;
}
.projects-grid--single .items .item:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .projects-grid--single .items .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .projects-grid--single .items .item:before,
  .projects-grid--single .items .item:after {
    content: '';
    display: table;
  }
  .projects-grid--single .items .item:after {
    clear: both;
  }
  .projects-grid--single .items .item:nth-child(3n) {
    float: right;
  }
  .projects-grid--single .items .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .projects-grid--single .items .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .projects-grid--single .items .item:before,
  .projects-grid--single .items .item:after {
    content: '';
    display: table;
  }
  .projects-grid--single .items .item:after {
    clear: both;
  }
  .projects-grid--single .items .item:nth-child(2n) {
    float: right;
  }
  .projects-grid--single .items .item:nth-child(2n + 1) {
    clear: both;
  }
  .projects-grid--single .items .item:nth-child(3n) {
    float: left;
  }
  .projects-grid--single .items .item:nth-child(3n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  .projects-grid--single .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .projects-grid--single .items .item:first-child {
    margin-left: auto;
  }
  .projects-grid--single .items .item:last-child {
    margin-right: auto;
  }
}
.projects-grid--single .button {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}
.projects-button {
  margin: 0 0 100px;
  text-align: center;
}
.latest {
  position: relative;
  text-align: center;
  *zoom: 1;
}
.latest:before,
.latest:after {
  content: '';
  display: table;
}
.latest:after {
  clear: both;
}
.latest .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.latest .wrapper:before,
.latest .wrapper:after {
  content: '';
  display: table;
}
.latest .wrapper:after {
  clear: both;
}
.latest .wrapper .text {
  max-width: 500px;
  position: relative;
  padding: 0 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .text {
    padding: 0;
  }
}
.latest .wrapper h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper h3 {
    font-size: 22px;
  }
}
.latest .wrapper p {
  color: #fff;
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper p {
    font-size: 16px;
  }
}
.latest .wrapper .button {
  position: absolute;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .button {
    position: relative;
    left: 0;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.latest .wrapper .col {
  padding: 50px 60px;
  position: relative;
  background: #000;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .col {
    padding: 50px 20px;
  }
}
.latest .wrapper .col-1 {
  background: #008d4f;
}
.latest .wrapper .col-1 .button {
  background: #000;
}
.latest .wrapper .col-1 .button:hover {
  background: #fff;
  color: #000;
}
.giving {
  padding: 90px 0 97px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .giving {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 978px) {
  .giving {
    padding: 30px 0;
  }
}
.giving h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  color: #008d4f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .giving h2 {
    font-size: 24px;
  }
}
.giving p {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 60px;
}
@media only screen and (max-width: 978px) {
  .giving p {
    font-size: 16px;
  }
}
.giving .giving-carousel {
  margin: 0;
  position: relative;
}
.giving .giving-carousel .slick-prev,
.giving .giving-carousel .slick-next {
  width: 30px;
  height: 64px;
  margin-top: -32px;
  left: -40px;
  background: url("../img/slick-nav.png") center center no-repeat;
  -webkit-background-size: 10px 14px;
  -moz-background-size: 10px 14px;
  background-size: 10px 14px;
  border: 1px solid #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.giving .giving-carousel .slick-next {
  left: auto;
  right: -40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.giving .giving-carousel .slick-prev:hover,
.giving .giving-carousel .slick-next:hover {
  border-color: #000;
}
.giving .giving-carousel .slick-prev:before,
.giving .giving-carousel .slick-next:before {
  display: none;
}
.giving .giving-carousel .item {
  padding: 0 16px;
}
.sitemap {
  background: #008d4f;
  padding: 88px 0;
  *zoom: 1;
}
.sitemap:before,
.sitemap:after {
  content: '';
  display: table;
}
.sitemap:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .sitemap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 978px) {
  .sitemap {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .sitemap {
    text-align: center;
  }
}
.sitemap .sitemap-logo {
  float: left;
  width: 339px;
  height: 126px;
  margin: 20px 0 65px;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-logo {
    width: 250px;
    height: 93px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.sitemap .sitemap-blackhawks {
  float: right;
  width: 175px;
  height: 160px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-blackhawks {
    width: 130px;
    height: 119px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-blackhawks {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.sitemap hr {
  clear: both;
  margin: 0 0 56px;
  border: none;
  border-top: 5px solid #fff;
}
@media only screen and (max-width: 978px) {
  .sitemap hr {
    border-width: 3px;
    margin: 0 0 20px;
  }
}
.sitemap .sitemap-social {
  float: left;
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-social {
    float: none;
  }
}
.sitemap .sitemap-social h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0 0 15px;
}
.sitemap .sitemap-social ul {
  *zoom: 1;
}
.sitemap .sitemap-social ul:before,
.sitemap .sitemap-social ul:after {
  content: '';
  display: table;
}
.sitemap .sitemap-social ul:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-social ul {
    display: inline-block;
    vertical-align: top;
  }
}
.sitemap .sitemap-social ul li {
  float: left;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-social ul li {
    margin: 0 10px;
  }
}
.sitemap .sitemap-social ul li a {
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.sitemap .sitemap-social ul li a img {
  width: 48px;
  height: 48px;
}
.sitemap .sitemap-social ul li a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.sitemap .sitemap-certs {
  float: right;
  margin: 22px 0 0;
  width: 147px;
  height: 45px;
}
@media only screen and (max-width: 600px) {
  .sitemap .sitemap-certs {
    float: none;
  }
}
footer {
  padding: 30px 0;
  background: #000;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  footer {
    padding: 20px 0;
  }
}
footer p {
  color: #fff;
  font-size: 19px;
  line-height: 1.105263158;
}
@media only screen and (max-width: 978px) {
  footer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer p {
    font-size: 14px;
  }
}
footer p a {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer p a:hover {
  color: #008d4f;
}
.banner {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: rgba(0,141,79,0.8);
  background-blend-mode: multiply;
  text-align: center;
  padding: 110px 0;
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 80px 0;
  }
}
.banner h1,
.banner h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .banner h1,
  .banner h2 {
    font-size: 30px;
  }
}
.banner--lg {
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .banner--lg {
    padding: 120px 0;
  }
}
.single-item {
  padding: 150px 0 80px;
}
@media only screen and (max-width: 978px) {
  .single-item {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-item {
    padding: 30px 0;
  }
}
.single-item img {
  margin: 0 0 70px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-item img {
    margin: 0 0 20px;
  }
}
.single-item h1,
.single-item h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  text-transform: uppercase;
  color: #008d4f;
  margin: 0 0 70px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .single-item h1,
  .single-item h2 {
    margin: 0 0 20px;
  }
}
.single-item p {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 20px;
}
.single-item p a {
  color: inherit;
  text-decoration: underline;
}
.call,
.download {
  padding: 70px 0 70px;
  background: #000;
  text-align: center;
}
.call p,
.download p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
.download {
  background: #008d4f;
}
.download .button {
  background: #000;
}
.download .button:hover {
  background: #fff;
  color: #000;
}
.news {
  padding: 80px 0 117px;
}
@media only screen and (max-width: 978px) {
  .news {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 0;
  }
}
.news .item {
  padding: 45px 0 50px;
  border-bottom: 3px solid #008d4f;
  *zoom: 1;
}
.news .item:before,
.news .item:after {
  content: '';
  display: table;
}
.news .item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .news .item {
    padding: 30px 0;
  }
}
.news .item h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.225806452;
  text-transform: uppercase;
  color: #008d4f;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .news .item h2 {
    margin: 0 0 20px;
  }
}
.news .item p {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 30px;
}
.news .item a {
  float: left;
}
@media only screen and (max-width: 767px) {
  .news .item a {
    float: none;
  }
}
.news .item span {
  float: right;
  font-size: 19px;
  line-height: 1;
  color: #008d4f;
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .news .item span {
    float: none;
    padding: 0;
    display: block;
    margin: 20px 0 0;
  }
}
.project {
  padding: 100px 0 115px;
}
@media only screen and (max-width: 978px) {
  .project {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .project {
    padding: 30px 0;
  }
}
.project h1 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #008d4f;
}
@media only screen and (max-width: 767px) {
  .project h1 {
    margin: 0 0 20px;
  }
}
.project h3 {
  color: #008d4f;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 25px;
}
.project p,
.project ul li {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 25px;
}
.project ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
.project ul li {
  margin: 0;
}
.project .notes {
  margin: 0 0 40px;
}
.project .notes p {
  border-bottom: 3px solid #008d4f;
  padding: 13px 0;
  margin: 0;
}
.project .notes p label {
  color: #008d4f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.default {
  padding: 120px 0 110px;
  background: #ebebeb;
}
@media only screen and (max-width: 978px) {
  .default {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .default {
    padding: 30px 0;
  }
}
.default h1,
.default h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  text-transform: uppercase;
  color: #008d4f;
  margin: 0 0 40px;
  letter-spacing: 0.1em;
}
.default h3 {
  color: #008d4f;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 25px;
}
.default p,
.default ul li {
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 25px;
}
.default ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
.default ul li {
  margin: 0;
}
.default--centered {
  text-align: center;
}
.pride {
  background: #008d4f;
  padding: 105px 0 140px;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  .pride {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pride {
    padding: 30px 0;
  }
}
.pride h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  margin: 0 0 60px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .pride h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 752px) {
  .pride h2 br {
    display: none;
  }
}
.pride .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.pride .items .item:before,
.pride .items .item:after {
  content: '';
  display: table;
}
.pride .items .item:after {
  clear: both;
}
.pride .items .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .pride .items .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 45%;
    margin-left: 0%;
    margin-right: 10%;
    margin: 0 0 20px;
  }
  .pride .items .item:before,
  .pride .items .item:after {
    content: '';
    display: table;
  }
  .pride .items .item:after {
    clear: both;
  }
  .pride .items .item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .pride .items .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .pride .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pride .items .item:first-child {
    margin-left: auto;
  }
  .pride .items .item:last-child {
    margin-right: auto;
  }
}
.pride .items .item img {
  width: 80px;
  height: 53px;
  margin: 0 0 10px;
}
.pride .items .item p {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.235294118;
}
@media only screen and (max-width: 767px) {
  .pride .items .item p br {
    display: none;
  }
}
.people {
  text-align: center;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 978px) {
  .people {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .people {
    padding: 30px 0;
  }
}
.people h2 {
  text-transform: uppercase;
  color: #008d4f;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.612903226;
  margin: 0 0 60px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .people h2 {
    margin: 0 0 30px;
  }
}
.people .items {
  *zoom: 1;
  padding: 0 2px;
  *zoom: 1;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.people .items:before,
.people .items:after {
  content: '';
  display: table;
}
.people .items:after {
  clear: both;
}
.people .items:before,
.people .items:after {
  content: '';
  display: table;
}
.people .items:after {
  clear: both;
}
.people .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}
.people .items .item:before,
.people .items .item:after {
  content: '';
  display: table;
}
.people .items .item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .people .items .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .people .items .item:before,
  .people .items .item:after {
    content: '';
    display: table;
  }
  .people .items .item:after {
    clear: both;
  }
}
@media only screen and (max-width: 420px) {
  .people .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .people .items .item:first-child {
    margin-left: auto;
  }
  .people .items .item:last-child {
    margin-right: auto;
  }
}
.people .items .item img {
  width: 100%;
  display: block;
}
.people .items .item .text {
  background: #096;
  text-align: right;
  padding: 0 30px 10px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .people .items .item .text {
    padding: 20px 20px 10px;
  }
}
.people .items .item .text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.235294118;
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 978px) {
  .people .items .item .text p {
    font-size: 15px;
  }
}
.people .items .item .text p strong {
  font-weight: 700;
}
.people .items .item .text p span {
  text-transform: uppercase;
}
.people .items .item .text:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -100px;
  height: 100px;
  background: url("../img/people-bg.png") left bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.contact-map #map {
  height: 680px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .contact-map #map {
    height: 500px;
  }
}
@media only screen and (max-width: 978px) {
  .contact-map #map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map #map {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-map #map {
    height: 200px;
  }
}
.contact-form {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 0;
  }
}
.contact-form .gform_title {
  color: #008d4f;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .contact-form .gform_title {
    font-size: 32px;
  }
}
.contact-form .gform_wrapper ul li {
  margin: 0 0 30px;
  *zoom: 1;
}
.contact-form .gform_wrapper ul li:before,
.contact-form .gform_wrapper ul li:after {
  content: '';
  display: table;
}
.contact-form .gform_wrapper ul li:after {
  clear: both;
}
.contact-form .gform_wrapper ul li .validation_message {
  font-size: 14px;
  float: right;
  clear: both;
  margin: 2px 0 0;
}
.contact-form .gform_wrapper ul li .gfield_label {
  float: left;
  display: block;
  width: 20%;
  text-transform: uppercase;
  color: #59595c;
  line-height: 30px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form .gform_wrapper ul li .gfield_label {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact-form .gform_wrapper ul li input,
.contact-form .gform_wrapper ul li textarea {
  float: right;
  border: 1px solid #bbb8b7;
  width: 78%;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  padding: 6px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .contact-form .gform_wrapper ul li input,
  .contact-form .gform_wrapper ul li textarea {
    float: none;
    width: 100%;
  }
}
.contact-form .gform_wrapper ul li textarea {
  resize: none;
  height: 200px;
}
.contact-form .gform_wrapper .gform_footer {
  text-align: center;
}
.contact-form .gform_wrapper .gform_footer button {
  border: none;
  line-height: 1;
  font-family: 'Montserrat', 'Arial', sans-serif;
  cursor: pointer;
}
.contact-form .gform_wrapper .gform_footer button:hover {
  color: #fff;
  background: #000;
}
.contact-info {
  padding: 50px 0 20px;
  background: #008d4f;
  *zoom: 1;
}
.contact-info:before,
.contact-info:after {
  content: '';
  display: table;
}
.contact-info:after {
  clear: both;
}
.contact-info .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.contact-info .item:before,
.contact-info .item:after {
  content: '';
  display: table;
}
.contact-info .item:after {
  clear: both;
}
.contact-info .item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-info .item:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .contact-info .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contact-info .item:first-child {
    margin-left: auto;
  }
  .contact-info .item:last-child {
    margin-right: auto;
  }
}
.contact-info .item img {
  float: left;
  margin: 5px 20px;
  width: 50px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .contact-info .item img {
    float: none;
    margin: 0 0 10px;
  }
}
.contact-info .item p {
  overflow: hidden;
  color: #fff;
  font-size: 19px;
  line-height: 1.315789474;
}
.contact-info .item p span,
.contact-info .item p strong {
  font-weight: 700;
}
.contact-info .item p span {
  width: 80px;
  display: inline-block;
}
.testimonials .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.testimonials .wrapper:before,
.testimonials .wrapper:after {
  content: '';
  display: table;
}
.testimonials .wrapper:after {
  clear: both;
}
.testimonials .wrapper .testimonials-carousel {
  margin: 0;
}
.testimonials .wrapper .testimonials-carousel .item {
  position: relative;
  padding: 100px 0 70px;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 978px) {
  .testimonials .wrapper .testimonials-carousel .item {
    padding: 50px 0;
  }
}
.testimonials .wrapper .testimonials-carousel .item .bg {
  background-color: rgba(0,141,79,0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.testimonials .wrapper .testimonials-carousel .item .text {
  *zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.testimonials .wrapper .testimonials-carousel .item .text:before,
.testimonials .wrapper .testimonials-carousel .item .text:after {
  content: '';
  display: table;
}
.testimonials .wrapper .testimonials-carousel .item .text:after {
  clear: both;
}
@media only screen and (max-width: 1040px) {
  .testimonials .wrapper .testimonials-carousel .item .text {
    padding: 0 20px;
  }
}
.testimonials .wrapper .testimonials-carousel .item .text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 978px) {
  .testimonials .wrapper .testimonials-carousel .item .text h2 {
    font-size: 22px;
  }
}
.testimonials .wrapper .testimonials-carousel .item .text p {
  color: #fff;
  font-size: 19px;
  line-height: 1.315789474;
  margin: 0 0 30px;
}
@media only screen and (max-width: 978px) {
  .testimonials .wrapper .testimonials-carousel .item .text p {
    font-size: 16px;
  }
}
.thin-video {
  background: #fff;
}
.thin-video video {
  display: block;
  width: 100%;
}
