.elementor-kit-5{--e-global-color-primary:#4FDBFF;--e-global-color-secondary:#FFECB7;--e-global-color-text:#000000;--e-global-color-accent:#8DC73F;--e-global-color-5318091:#4FDBFF;--e-global-color-e05cd41:#FFD46F;--e-global-color-d78e2c9:#8DC73F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;font-size:18px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-e05cd41 );font-family:"Inter", Sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;border-radius:10rem 10rem 10rem 10rem;padding:1rem 1rem 1rem 1rem;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#000000;color:#FFFFFF;border-style:solid;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#000000;font-family:"Inter", Sans-serif;font-size:3rem;}.elementor-kit-5 h1{font-family:"Inter", Sans-serif;font-size:2.5rem;font-weight:400;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:2rem;font-weight:600;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:2rem;font-weight:600;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;font-size:2rem;font-weight:600;}.elementor-kit-5 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h6{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 0px;--widgets-spacing-row:24px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Normalize dropdown menu font size */
.elementor-nav-menu .sub-menu a {
  font-size: 1rem;
  line-height: 1.3;
}

/* Ensure header sits above page */
.elementor-location-header {
  position: relative;
  z-index: 1000;
}

/* Make the mobile dropdown overlay instead of pushing content (scoped to header only) */
@media (max-width: 1024px) {
  .elementor-location-header .elementor-nav-menu--dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1100;
  }
}

/* DESKTOP: allow dropdowns to render outside header containers */
@media (min-width: 1025px) {
  .elementor-location-header,
  .elementor-location-header .e-con,
  .elementor-location-header .e-con-inner {
    overflow: visible !important;
  }

  .elementor-location-header { z-index: 9999 !important; position: relative !important; }
  .elementor-location-header .sub-menu { z-index: 10000 !important; }
}


/* Print: prevent URLs from appearing after links */
@media print {
  a[href]::after {
    content: "" !important;
  }
}

/* Print: disable animations/transitions and undo fade-in hidden states */
@media print {
  *, *::before, *::after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .animated,
  .elementor-invisible,
  [class*="fadeIn"],
  [class*="fadeInDown"],
  [data-settings*="_animation"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}

/* ===========================
   Gravity Forms: typography + sizing
   =========================== */

/* Force GF Theme Framework to inherit site typography */
.gform_wrapper.gform-theme,
.gform_wrapper.gform-theme--framework,
[data-parent-form] {
  --gf-ctrl-font-family: var(--e-global-typography-text-font-family, inherit) !important;
  --gf-ctrl-label-font-family-primary: var(--e-global-typography-primary-font-family, inherit) !important;

  /* Labels */
  --gf-ctrl-label-font-size-primary: 16px !important;
  --gf-ctrl-label-font-size-tertiary: 13px !important;

  /* Descriptions */
  --gf-ctrl-desc-font-size: 1rem !important;
  --gf-ctrl-desc-line-height: 1.5 !important;

  /* Misc GF local sizing */
  --gf-local-font-size: 1rem !important;
}

/* Descriptions below fields */
.gform_wrapper .gfield_description,
.gform_wrapper .gform-field-description {
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.85;
}

/* ===========================
   Gravity Forms: submit buttons match site buttons
   =========================== */

.gform_wrapper input.gform_button[type="submit"],
.gform_wrapper input.gform_button[type="button"],
.gform_wrapper button.gform_button {
  background: #F5B916 !important;
  color: #000 !important;

  background-image: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;

  border-radius: 999px !important;
  padding: 0.75em 1.5em !important;

  font-family: inherit !important;
  font-weight: 600;
  cursor: pointer;

  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-text-fill-color: #000 !important; /* Safari */
}

.gform_wrapper input.gform_button[type="submit"]:hover,
.gform_wrapper input.gform_button[type="button"]:hover,
.gform_wrapper button.gform_button:hover,
.gform_wrapper input.gform_button[type="submit"]:focus-visible {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* ===========================
   Gravity Forms: validation + confirmation readability
   =========================== */

/* Validation summary heading shouldn't inherit big H2 styling */
.gform_wrapper .gform_validation_errors h2.gform_submission_error,
.gform_wrapper h2.gform_submission_error {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin: 0 0 0.75rem 0 !important;
  font-weight: 600 !important;
}

.gform_wrapper .gform_validation_errors ol {
  margin: 0 !important;
  padding-left: 1.25rem !important;
}

.gform_wrapper .gform_validation_errors a.gform_validation_error_link {
  font-size: 1rem !important;
  line-height: 1.35 !important;
}

/* Confirmation message */
.gform_wrapper .gform_confirmation_message,
.gform_wrapper .gform_confirmation_message * {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* Normalize GravityView table text + links */
/* Normalize all GravityView links */
.gv-container a,
.gv-back-link a,
.gv-search-box a,
.gv-notice a,
.ginput_preview a,
a.page-numbers {
  font-size: 1em !important;
  line-height: 1.4;
}

/* Truncate email field in GravityView table */
.gv-table-view a[href^="mailto:"],
.gv-back-link a{
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gv-table-view{
  table-layout: fixed;
  width: 100%;
}
.gv-table-view td{ overflow: hidden; 
}
.gv-table-view a {
    text-decoration: underline !important;
}
.gravityview-fancybox img {
    height: 15rem !important;
    width: 15rem !important;
    border-radius: 999px !important;
}

.learn-more-text:hover {
    color: #fff
    
}/* End custom CSS */