/* Typography */
blockquote {
  padding-left: 0;
  position: relative; }
  blockquote:before {
    content: '\201C';
    display: block;
    font-size: 580px;
    line-height: 0.5;
    position: absolute;
    top: 0.1em;
    left: -0.16em;
    color: #94CE24;
    opacity: 0.2; }

.et_pb_testimonial_content blockquote {
  margin: 0; }

.et_pb_testimonial_author {
  margin: 0; }

.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter {
  margin-top: 0;
  margin-bottom: 1.5em; }

.entry-content .alignleft {
  margin-right: 1.5em; }

.entry-content .alignright {
  margin-left: 1.5em; }

.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* Navigation */
.et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__wrap {
  align-items: center; }

.et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li {
  position: relative;
  margin: 0 0.5em;
  align-items: center; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #083b1c;
    transition: all 0.2s ease-out;
    z-index: 0; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li:hover:before, .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li:focus:before {
    height: 100%;
    background-color: #94CE24; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item:before {
    height: 4px; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item:hover:before, .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item:focus:before {
    height: 100%; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-item--cta:before {
    display: none; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-item--cta a {
    border: 1px solid #0F7236;
    font-size: 18px;
    padding: 13px 24px;
    line-height: 1.7em;
    border-radius: 8px;
    background-color: #0F7236;
    color: white !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-item--cta:hover a {
    background-color: #083b1c; }
  .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    cursor: pointer; }
    .et_pb_menu_0_tb_header.et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
      opacity: 1; }

/* Forms */
body .gform_wrapper .gf_progressbar {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #d6d6d6;
  box-shadow: none; }
  body .gform_wrapper .gf_progressbar:after {
    background-color: #f2f2f2;
    box-shadow: none; }
  body .gform_wrapper .gf_progressbar .percentbar_blue {
    background: #94CE24;
    position: relative;
    z-index: 1000; }
  body .gform_wrapper .gf_progressbar .gf_progressbar_percentage span {
    text-shadow: none;
    line-height: 24px;
    font-weight: bold; }

body .gform_wrapper .gsection {
  border: none;
  margin-top: 48px; }
  body .gform_wrapper .gsection > h2.gsection_title {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px !important;
    font-weight: 300;
    font-size: 32px; }

body .gform_wrapper .gform_fields .gfield {
  margin: 0;
  margin-bottom: 1em; }

body .gform_wrapper .gform_fields .field_description_below .ginput_container_radio {
  margin-top: 8px; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
  font-size: 16px;
  line-height: 1.5;
  color: #083b1c;
  border-radius: 8px;
  border-color: #d6d6d6;
  padding: 0.5em;
  transition: border-color 0.2s linear; }
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  body .gform_wrapper textarea:focus {
    border-color: #1a1a1a; }

body .gform_wrapper .gform_page_footer,
body .gform_wrapper .gform_footer {
  border: none; }
  body .gform_wrapper .gform_page_footer input[type="button"],
  body .gform_wrapper .gform_page_footer input.button,
  body .gform_wrapper .gform_footer input[type="button"],
  body .gform_wrapper .gform_footer input.button {
    appearance: none;
    border: 1px solid #0F7236;
    font-size: 18px;
    padding: 13px 24px;
    line-height: 1.7em;
    border-radius: 8px;
    background-color: #0F7236;
    color: white;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    body .gform_wrapper .gform_page_footer input[type="button"]:hover, body .gform_wrapper .gform_page_footer input[type="button"]:focus,
    body .gform_wrapper .gform_page_footer input.button:hover,
    body .gform_wrapper .gform_page_footer input.button:focus,
    body .gform_wrapper .gform_footer input[type="button"]:hover,
    body .gform_wrapper .gform_footer input[type="button"]:focus,
    body .gform_wrapper .gform_footer input.button:hover,
    body .gform_wrapper .gform_footer input.button:focus {
      background-color: #083b1c;
      border-color: #083b1c;
      cursor: pointer; }

body .gform_wrapper ul.gfield_radio {
  margin: 0;
  line-height: 1.5; }
  body .gform_wrapper ul.gfield_radio li {
    margin-bottom: 0; }

body .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, body .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-bottom: 0; }

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0; }

body .gform_wrapper.gravity-theme .gfield_error label {
  color: inherit; }

body .gform_wrapper.gravity-theme .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #d63931; }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 0;
  border: none;
  background: white;
  box-shadow: none;
  padding-inline-start: 0;
  padding-inline-end: 0; }
  body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-weight: 700;
    display: flex;
    gap: 1em;
    align-items: center; }
    body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
      inset-inline-start: 0;
      position: relative; }
      body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon.gform-icon--circle-error {
        color: #d63931; }

.gform_confirmation_message {
  padding: 1em;
  border: 2px solid #ff8345;
  border-radius: 3px;
  font-weight: normal; }

.et_password_protected_form > p {
  padding-bottom: 1.5em !important; }

.et_password_protected_form form {
  display: flex;
  width: auto;
  min-width: 50%;
  gap: 20px;
  justify-content: space-between; }
  .et_password_protected_form form p input {
    font-size: 16px;
    line-height: 1.5;
    color: #083b1c;
    background-color: transparent;
    border: 1px solid #d6d6d6 !important;
    border-radius: 8px !important;
    border-color: #d6d6d6;
    padding: 0.5em;
    transition: border-color 0.2s linear; }
    .et_password_protected_form form p input:focus {
      border-color: #1a1a1a; }
  .et_password_protected_form form p:first-child {
    flex: 1 1 auto; }
  .et_password_protected_form form .et_submit_button {
    margin: 0 !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    padding: 13px 24px !important;
    color: #083b1c !important;
    background-color: white;
    border-color: white; }
    .et_password_protected_form form .et_submit_button:hover {
      background-color: #083b1c;
      padding: 13px 24px !important;
      color: white !important; }

/*# sourceMappingURL=styles.css.map */
