@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
/*Basic stuff*/
*{margin:0;padding:0}
html {height: 100%;width: 100%;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body{font:300 18px "Lato", sans-serif;color: #242021;background:#fff;line-height:28px;word-spacing: 4px;}
h1 {font-size:52px;line-height:62px;font-weight:normal;padding-bottom:25px;}
h2 {font-size: 32px;line-height:42px;font-weight:normal;}
h3 {font-size: 28px;line-height:38px;font-weight:normal;color:#69bd45;padding-top:20px;}
h4 {font-size: 24px;line-height:34px;font-weight:normal;}
p {font-size: 18px;line-height:28px;margin: 25px 0;font-weight:300;}
a {text-decoration: none;outline: none;color:#69bd45;}
a:hover {border-bottom:3px;color:#5a5a5a;text-decoration:underline;}
a img {border: 0;outline: none;}
.imgsize {width:30%;height:auto;}
.clear {clear: both;}
.center {text-align:center;}
.frt {float:right;padding-left:20px;}
.flt {float:left;padding-right:20px;}
.in {margin-left: 50px;list-style-position: outside;line-height:28px;}
.sm {font-size:15px; color:#69bd45;}
li.right { float:right;}
.space{padding-right:42px;}
hr {border-top: 1px solid #69bd45;margin:10px 0;}
blockquote {padding-left: 3%;}

/* BUTTONS */
ul.btn1 {margin: 0;padding: 14px 0;font-size:15px;list-style: none;text-align:center;text-transform:uppercase;}  
ul.btn1 li {display: inline;margin:0;}  
ul.btn1 li a {padding: 12px 25px;color:#fff;background:#69bd45;text-decoration: none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
ul.btn1 li a:hover {color: #fff;background-color: #5a5a5a;text-decoration:none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.btn2 {margin: 0;padding:0;text-align: center;text-transform:uppercase;}
.btn2 a {width: 550px;height:42px;color:#fff;background-color:#5a5a5a;display: inline-block;font-size: 16px;text-transform: uppercase;text-decoration: none;line-height: 42px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.btn2 a:hover {background-color:#69bd45;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;} 
ul.btn3 {margin: 0;padding: 14px 0;list-style: none;text-align:center;text-transform:uppercase;}  
ul.btn3 li {display: inline-block;margin:0;}  
ul.btn3 li a {padding: 12px 25px;color:#fff;background:#5a5a5a;text-decoration: none;font-size:18px;}
ul.btn3 li a:hover {color: #69bd45;background-color: #fff;text-decoration:none;-webkit-transition: background-color 500ms ease-out;-moz-transition: background-color 500ms ease-out;transition: background-color 500ms ease-out;}

/* HEADER */
.header {width:90%; padding: 20px 5% 0 5%;margin:0 auto;background: #dfdfdf;}
.logo {width: 30%; padding:0;float:left;}
.logo img {width:268px;height:auto;}
.top {width:70%;padding:0;color:#5a5a5a;text-align:right;float:left;}
/* NAV */
#cssmenu {
  background: #fff;
  margin: 0;
  width: auto;
  padding: 0 0 20px 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 6px 0 0 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #69bd45;
  z-index: 1;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #fff;
  z-index: 2;
  top: 17px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #fff;
}
#cssmenu ul li ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #69bd45;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #5a5a5a;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  color: #5a5a5a;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #69bd45;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 18px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #ffffff;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 23px;
}
#cssmenu > ul > li > a {
  color: #69bd45;
  padding: 15px 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
 border-bottom:6px solid #5a5a5a;color: #5a5a5a;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  border-bottom:6px solid #5a5a5a;color: #5a5a5a;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media only screen and (max-width: 1140px) {
#cssmenu ul li ul li a {
  font-size: 15px;	
}
#cssmenu > ul > li > a {
  font-size: 15px;}
  
}

@media only screen and (max-width: 1020px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #69bd45;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #5a5a5a;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #69bd45;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #69bd45;
    border-bottom: 2px solid #69bd45;
    right: 20px;
    top: 18px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #69bd45;
    right: 20px;
    top: 28px;
  }
}

/* CONTENT STYLES */
.hmtop {width:90%; padding:0 5%;margin:0 auto;min-height:409px;border-bottom:16px solid #dedee1;}
.hmslide {width:45%;float:left;}
.hmcta {width:55%;float:right;text-align:center;background:url(../images/hmbg.svg) no-repeat center top;background-size: contain;min-height:409px;}
.hmcta h1 {color:#5a5a5a;font-size:39px;text-align:center;margin:80px 0 10px 0;}
.hmcta p {color:#5a5a5a;text-align:center;width:70%;padding:0 15%;}
.hmctalg {color: #5a5a5a;font-size:65px;text-transform:uppercase;}
.hmgreen {width:82%; padding: 30px 9%;margin:0 auto;background:#69bd45;color:#fff;}
.hmgreen h3 {color:#fff;font-size: 32px;font-weight:400;text-align:center;text-transform:uppercase;}
.gcol {width:22%;float:left;padding-top:20px;}
.gcol2 {width:34%;float:left;padding-top:20px;}
.gcol p, .gcol2 p {margin:10px 0;padding:0;font-size:16px;text-transform:uppercase;color:#fff;}
.content {width:80%; padding:2% 10%;}
.circles {width:150px;float:left;padding:25px 20px 25px 0;}
.circles img {width: 150px; height:150px;}
.services {width:85%;float:left;padding:25px 0;}
.services h3 {padding-top:0;}
/* FOR THE SLIDESHOW */
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {vertical-align:bottom; bottom:0;height: auto;float: left;width: 100%;border: 0;}
.rslides p {}
/* FORM */
.field {text-align:left;border:2px solid #5a5a5a;margin:9px;padding:9px;width:60%;font-size:18px;}
.check {color: #69bd45;text-transform:uppercase;font-weight:700;}
#nofield {display:none;}
.submitb {background:#5a5a5a;color:#fff;padding:9px 25px;margin:0 25px;border:0;font-size:20px;text-transform:uppercase;text-decoration: none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.submitb:hover {background:#69bd45;color:#fff;text-decoration: none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
/* FOOTER */
.footer {width:90%; padding:0 5%;font-size:13px;color:#5a5a5a;text-align:center;}

/* RESPONSIVE STUFF */
@media only screen and (max-width: 1460px) {
.services {width:80%;}
}
@media only screen and (max-width: 1375px) {
.hmgreen {width:90%; padding: 30px 5%;}
}
@media only screen and (max-width: 1320px) {
.hmcta h1 {margin:40px 0 10px 0;}
}
@media only screen and (max-width: 1285px) {
.hmtop {min-height:350px;}
.hmcta {min-height:350px;}
.hmcta h1 {margin:20px 0 10px 0;}
}
@media only screen and (max-width: 1240px) {
.gcol {width:50%;}
.gcol2 {width:50%;}	
}
@media only screen and (max-width: 1130px) {
.hmcta h1 {margin:0 0 10px 0;}
.hmtop {min-height:255px;}
.hmcta {min-height:255px;}
.btn2 a {width: 500px;font-size: 15px;}
.hmcta h1 {font-size:32px;line-height:44px;}
.hmctalg {font-size:55px;}
}
@media only screen and (max-width: 1095px) {
.logo img {width:70%;}
.services {width:75%;}
}
@media only screen and (max-width: 1020px) {
body {font-size: 16px;}
.logo {width: 20%;}
.logo img {width:100%;}
.hmtop {width:94%; padding:0 3%;height:auto;min-height:309px;}
.hmslide {width:100%;float:none;border-bottom: 6px solid #dedee1;}
.hmcta {width:100%;float:none;background:url(../images/hmbg.svg) no-repeat center 20px;min-height:309px;padding-top:40px;}
}
@media only screen and (max-width: 940px) {
body {font-size: 16px;}
.logo {width:100%;padding-right:0;margin:0 auto;text-align:center;float:none;}
.logo img {width:50%;max-width:382px;}
.top {width:100%;float:none;padding-bottom:10px;}
.gcol {width:100%;float:none;text-align:center;}
.gcol2 {width:100%;float:none;text-align:center;}
.circles {width:115px;}
.circles img {width: 115px; height:115px;}		
}
@media only screen and (max-width: 800px) {
#cssmenu {padding: 0;}
}
@media only screen and (max-width: 760px) {
ul.btns li {display: block;margin-bottom:40px;}
h1 {font-size: 40px;}
.hmtoptxt {width:90%;padding:2% 5%;font-size:18px;line-height:28px;}
.hmtoptxt h2 {font-size:18px;line-height:28px;}
.hmphotosimg {width:100%;float:none;}
}
@media only screen and (max-width: 680px) {
.circles {width:100%;float:none;padding-right:0;text-align:center;}
.services {width:100%;float:none;}	
}
@media only screen and (max-width: 560px) {
h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
.logo img {width:70%;}
.btn2 a {width: 350px;height:85px;font-size: 14px;}
}
@media only screen and (max-width: 400px) {
body {font-size: 15px;}	
p {font-size:15px;line-height:24px;}
ul.btn2 li a {font-size:14px;}
.hmtoptxt {width:96%;padding:1% 3%;}
.noshow {display:none;}
.circles h3 {padding-bottom:15px;}
.footer {width:90%;padding:20px 5%;font-size:13px;}
}
