._wf-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .53);
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
}

._wf-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  color: #007455;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

._wf-nav-link:hover {
  color: #90a163;
  text-decoration: none;
}

._wf-nav-link:active {
  color: #90a163;
  text-decoration: none;
}

._wf-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._wf-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._wf-nav-block {
  display: block;
  width: 90vw;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

._wf-nav-link-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  color: #888;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

._wf-nav-link-more:hover {
  color: #90a163;  
  text-decoration: none;
}

._wf-nav-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
}

._wf-nav-dropdown-link:hover {
  color: #90a163;  
  text-decoration: none;
}

._wf-form-section {
  padding-top: 10px;
  padding-right: 0px;
  background-color: #fff;
}

._wf-form-div {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 40px;
  background-color: #fff;
}

._wf-form-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

._wf-form-label {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

._wf-form-divider {
  height: 1px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, .31);
}

._wf-form-box {
  border-radius: 30px;
}

._wf-form-textarea {
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

._wf-form-button {
  padding: 9px 35px;
  background-color: #90a163;
}

.success-message {
  font-family: Montserrat, sans-serif;
}

.error-message {
  font-family: Montserrat, sans-serif;
}

._wf-newsletter-form-box {
  margin-right: 14px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._wf-newsletter-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._wf-newsletter-form-button {
  padding: 7px 15px;
  background-color: #90a163;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.dropdown-list-long.w--open {
  right: -250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._wf-nav-dropdown-link-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
}

._wf-nav-dropdown-link-long:hover {
  color: #90a163;  
  text-decoration: none;
}

.dropdown-list-long-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tnc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
 
.checkbox-field {
  margin-right: 20px;
}

@media (max-width: 991px) {
  ._wf-nav-link {
    height: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
  }
  ._wf-nav-menu {
    overflow: scroll;
    width: 60%;
    background-color: rgba(0, 116, 85, .97);
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .menu-button:hover {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._wf-nav-link-more {
    height: 60px;
    padding-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._wf-nav-link-more.w--open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._wf-nav-dropdown-link {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
  }
  ._wf-nav-dropdown-link:hover {
    color: #007455;
    text-decoration: none;
  }
  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .icon-3 {
    margin-top: 24px;
    color: #fff;
  }
  .dropdown-list {
    background-color: #90a163;
  }
  .dropdown-list-long {
    background-color: #90a163;
  }
  .dropdown-list-long.w--open {
    overflow: scroll;
    width: 60%;
  }
  ._wf-nav-dropdown-link-long {
    width: 33%;
    margin-right: 30px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
  }
  ._wf-nav-dropdown-link-long:hover {
    color: #007455;
    text-decoration: none;
  }
  .dropdown-list-long-group {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  ._wf-nav-link {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._wf-nav-menu {
    width: 90%;
  }
}

@media (max-width: 479px) {
  ._wf-nav-menu {
    overflow: scroll;
    width: 90%;
    background-color: rgba(0, 116, 85, .97);
  }
  .dropdown-list-long.w--open {
    overflow: visible;
  }
  ._wf-nav-dropdown-link-long {
    width: 60%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
}