body,
div,
html {
  border: 0;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: Lato,sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

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

li {
  background: url(../assets/img/green_dot.png) no-repeat left 17px;
  padding: 3px 0 3px 16px;
  list-style: none;
  font-size: 130%;
  font-weight: 300;
  margin: 0;
}

input {
  border: 1px solid #027b46;
  font-size: 14px;
  height: 40px;
  outline: none;
  padding: 8px;
}

button,
input[type=submit] {
  background-color: #027b46;
  border-style: none;
  color: hsla(0,0%,100%,.87);
  cursor: pointer;
  display: inline-block;
  padding: 8px 28px;
  text-decoration: none;
  font-size: 120%;
  font-weight: 700;
}

button:hover,
input[type=submit]:hover {
  background-color: #229b66;
}

input:focus,
input:hover {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

input[type=email],
input[type=password],
input[type=text] {
  display: inline-block;
  margin: 8px 0;
  padding: 6px 0;
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 16px;
  transition: all .1s linear;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  margin-left: 0;
}

.checkbox label {
  padding-left: 25px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  line-height: 16px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border .15s ease-in-out,color .15s ease-in-out;
}

.checkbox input[type=checkbox]:checked+label:after {
  font-family: FontAwesome;
  content: "\f00c";
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

.form-control.btn {
  background-color: #4caf50;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  height: auto;
  padding: 14px 50px;
}

.btn.google {
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  width: 100%;
  color: #666;
  font-size: 14px;
}

.btn.google:hover {
  border-color: grey;
}

h2 {
  color: #027b46;
  font-weight: 700;
  font-size: 210%;
}

h3 {
  font-size: 160%;
  line-height: 160%;
}

h3,
h4 {
  color: #555;
  font-weight: 300;
}

h4 {
  font-size: 150%;
  line-height: 150%;
}

.contrast,
.contrast h2,
.contrast h3,
.contrast h4 {
  color: #fff;
}

.contrast h2 {
  font-weight: 400;
}

.contrast input {
  height: 39px;
  padding: 7px 5px 8px 18px;
  line-height: 24px;
}

.contrast input,
.contrast textarea {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
}

.contrast textarea {
  padding: 13px 15px 15px;
  background: none;
}

div.hero {
  display: none;
  position: relative;
}

.header-wrapper {
  background-color: #027b46;
  height: 85px;
}

body.home div.hero {
  display: block;
}

body.home .header-wrapper {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.navWrapper {
  float: right;
  height: 85px;
}

.navWrapper .item {
  position: relative;
}

.navWrapper .clickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navWrapper>.item {
  line-height: 85px;
  float: left;
  padding: 0 34px 0 19px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 16px top 40px;
  background-image: url(../assets/img/arrow_down_white.png);
}

body.home .navWrapper>.item:hover {
  background-color: #036d3f;
}

.navWrapper>.item>.items>.item>.label,
.navWrapper>.item>.label {
  text-transform: uppercase;
}

.navWrapper>.item>.items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 218px;
  background-color: #036d3f;
}

.navWrapper>.item>.items>.item {
  padding: 0 0 0 19px;
  color: #15e087;
  height: 44px;
  line-height: 44px;
  font-size: 90%;
}

.navWrapper>.item>.items>.item:hover {
  color: #fff;
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
  background-image: url(../assets/img/arrow_right_white.png);
  background-color: #09a05d;
}

.navWrapper>.item>.items>.item>.items {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 13px 0;
  background-color: #09a05d;
}

.navWrapper>.item>.items>.item>.items>.item {
  font-size: 85%;
  height: 30px;
  line-height: 30px;
  color: #17ef8e;
  white-space: nowrap;
  padding: 0 27px 0 25px;
}

.navWrapper>.item>.items>.item>.items>.item:hover {
  color: #fff;
}

.navWrapper>.item.contact {
  padding-right: 19px;
  margin-right: -19px;
  background: none;
}

.navWrapper .items {
  display: none;
}

.navWrapper .item:hover>.items {
  display: block;
}