/*
----------------------------------------------------------------

gravity-forms-theme-foundation.css
Gravity Forms Theme Foundation Styles & CSS API
A Gravity Forms theme framework foundation responsible for layout,
out-of-the-box enhanced ui, and other basic required styles.
https://www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2022 Rocketgenius Inc.
https://www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*//* Global API: Handles the top-level global CSS API *//* -----------------------------------------------------------------------------
 *
 * Global API
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- *//* Gravity Forms Skeleton Theme | Global CSS API: Layout */.gform-theme--foundation{--gform-theme-form-row-gap:40px;--gform-theme-form-col-gap:16px;--gform-theme-field-row-gap:12px;--gform-theme-field-col-gap:12px;--gform-theme-form-footer-margin-block-start:24px;--gform-theme-form-footer-gap:8px;--gform-theme-field-date-inline-size:168px;--gform-theme-field-time-inline-size:110px;--gform-theme-field-list-buttons-gap:8px;--gform-theme-field-list-buttons-inline-size:calc(32px + var(--gform-theme-field-list-buttons-gap) + var(--gform-theme-field-col-gap));--gform-theme-field-page-steps-row-gap:8px;--gform-theme-field-page-steps-col-gap:24px}/* Base: Handles base-level global styles for forms *//* -----------------------------------------------------------------------------
 *
 * Base
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- */.gform-theme--foundation *,.gform-theme--foundation *::before,.gform-theme--foundation *::after{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:none;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}/*
 * Hide screen reader text.
 */.gform-theme--foundation .screen-reader-text,.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.gform-theme--foundation button.screen-reader-text:focus{border:0;clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;position:static !important;width:auto}/*
 * Utility classes to handle styles across various contexts.
 */.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}/* readonly form controls */.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentColor;font-family:inherit;font-size:inherit;outline:none;padding:inherit;width:auto}/* Layout: Handles form and field layout styles *//* -----------------------------------------------------------------------------
 *
 * Layout
 * Gravity Form Layouts for forms and fields
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- *//*
 * Left and right label alignment
 */@media (min-width: 640px){.gform-theme--foundation .left_label .gfield:where(:not(.gsection):not(.gfield_html):not(fieldset)),.gform-theme--foundation .right_label .gfield:where(:not(.gsection):not(.gfield_html):not(fieldset)){display:flex;flex-wrap:wrap;justify-content:flex-end}.gform-theme--foundation .left_label .gfield:where(fieldset) > .ginput_container,.gform-theme--foundation .left_label .gfield:where(fieldset) > .gfield_password_strength,.gform-theme--foundation .right_label .gfield:where(fieldset) > .ginput_container,.gform-theme--foundation .right_label .gfield:where(fieldset) > .gfield_password_strength{float:right}.gform-theme--foundation .left_label .gfield:where(fieldset) > .ginput_container:where(:not(.gform-grid-row)),.gform-theme--foundation .left_label .gfield:where(fieldset) > .gfield_password_strength:where(:not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield:where(fieldset) > .ginput_container:where(:not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield:where(fieldset) > .gfield_password_strength:where(:not(.gform-grid-row)){inline-size:70%}.gform-theme--foundation .left_label .gfield:where(fieldset) > .ginput_container:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield:where(fieldset) > .gfield_password_strength:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(fieldset) > .ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(fieldset) > .gfield_password_strength:where(.gform-grid-row){inline-size:calc(70% + var(--gform-theme-field-col-gap))}.gform-theme--foundation .left_label .gfield:where(fieldset) > .ginput_container:where(.gform-grid-row--no-gap),.gform-theme--foundation .left_label .gfield:where(fieldset) > .gfield_password_strength:where(.gform-grid-row--no-gap),.gform-theme--foundation .right_label .gfield:where(fieldset) > .ginput_container:where(.gform-grid-row--no-gap),.gform-theme--foundation .right_label .gfield:where(fieldset) > .gfield_password_strength:where(.gform-grid-row--no-gap){inline-size:70%}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html)) > div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)){inline-size:70%}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html)) > div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html)) > div:where(.gform-grid-row){inline-size:calc(70% + var(--gform-theme-field-col-gap))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html)) > div:where(.gform-grid-row--no-gap),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html)) > div:where(.gform-grid-row--no-gap){inline-size:70%}.gform-theme--foundation .left_label .gfield_html_formatted,.gform-theme--foundation .right_label .gfield_html_formatted{-webkit-margin-start:30%;margin-inline-start:30%}}/*
 * RTL styles for left and right label alignment
 * This is unfortunately necessary due to how positioning of fieldset legends work.
 */@media (min-width: 640px){.rtl .gform-theme .gfield:where(fieldset) > .ginput_container{float:left}}/*
 * Sublabel position
 */.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}/*
 * Complex fields.
 * This is legacy, but needed to make complex fields display properly.
 */.gform-theme .ginput_complex label,.gform-theme .ginput_complex legend{display:block}.gform-theme .ginput_complex input,.gform-theme .ginput_complex select{inline-size:100%}/*
 * Styles for full, medium, and small field sizes.
 */.gform-theme .gfield textarea{inline-size:100%}.gform-theme .gfield textarea.small{min-block-size:6rem}.gform-theme .gfield textarea.medium{min-block-size:12rem}.gform-theme .gfield textarea.large{min-block-size:18rem}.gform-theme .gfield input,.gform-theme .gfield select,.gform-theme .gfield .ginput_password{max-inline-size:100%}.gform-theme .gfield input.small,.gform-theme .gfield select.small,.gform-theme .gfield .ginput_password.small{inline-size:calc(25% - var(--gform-theme-form-col-gap) * 3 / 4)}.gform-theme .gfield input.medium,.gform-theme .gfield select.medium,.gform-theme .gfield .ginput_password.medium{inline-size:calc(50% - var(--gform-theme-form-col-gap) / 2)}.gform-theme .gfield input.large,.gform-theme .gfield select.large,.gform-theme .gfield .ginput_password.large{inline-size:100%}/*
 * Form grid layout
 */.gform-theme--foundation .gform_fields{display:grid;grid-column-gap:0;grid-row-gap:var(--gform-theme-form-row-gap);grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(auto-fill, auto);inline-size:100%}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{display:flex;flex-wrap:wrap;gap:var(--gform-theme-form-footer-gap);-webkit-margin-before:var(--gform-theme-form-footer-margin-block-start);margin-block-start:var(--gform-theme-form-footer-margin-block-start)}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full{inline-size:100%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-full,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-full{inline-size:100%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-three-quarter{inline-size:75%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-half,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-half{inline-size:50%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-third,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-third{inline-size:33.3333%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-quarter,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-quarter{inline-size:25%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%}.gform-theme--foundation .gform_footer input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation #field_submit input[type="submit"][id*="gform_submit_button_"].button.gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%}@media (min-width: 640px){.gform-theme--foundation .gform_fields{grid-column-gap:var(--gform-theme-form-col-gap)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{-webkit-padding-start:30%;padding-inline-start:30%}}/*
 * Field grid layout
 * These are classes to be used within complex fields to create a grid system.
 */.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gform-theme-field-col-gap) * -1 / 2);row-gap:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gform-theme-field-col-gap) / 2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gform-theme-field-col-gap))}.gform-theme--foundation .gform-grid-row--no-gap{margin-inline:0;row-gap:initial}.gform-theme--foundation .gform-grid-row--no-gap > .gform-grid-col{padding-inline:0}.gform-theme--foundation .gform-grid-row--no-gap > .gform-grid-col.gform-grid-row--no-gap{inline-size:100%}/*
 * Label layout
 */.gform-theme--foundation .gform-field-label{display:inline-block}/*
	 * Left and right label alignment
	 */.gform-theme--foundation .left_label .gform-field-label:where(:not([class*="gform-field-label--type-"])),.gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"])){display:block}.gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"])){text-align:end}@media (min-width: 640px){.gform-theme--foundation .left_label .gfield:where(fieldset) legend.gform-field-label,.gform-theme--foundation .right_label .gfield:where(fieldset) legend.gform-field-label{float:left;inline-size:30%}.gform-theme--foundation .left_label .gform-field-label:where(:not([class*="gform-field-label--type-"])),.gform-theme--foundation .right_label .gform-field-label:where(:not([class*="gform-field-label--type-"])){inline-size:30%}}/*
 * RTL styles for left and right label alignment
 * This is unfortunately necessary due to how positioning of fieldset legends work.
 */@media (min-width: 640px){.rtl .gform-theme .left_label .gfield:where(fieldset) legend.gform-field-label,.rtl .gform-theme .right_label .gfield:where(fieldset) legend.gform-field-label{float:right}}/*
 * Description layout
 */@media (min-width: 640px){.gform-theme--foundation .left_label .gfield:where(fieldset) .gfield_description,.gform-theme--foundation .right_label .gfield:where(fieldset) .gfield_description{clear:both}}/* Controls: Handles native form input and control-level styles *//* -----------------------------------------------------------------------------
 *
 * Controls
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- *//* Fields: Handles Gravity Forms field-level styles *//* -----------------------------------------------------------------------------
 *
 * Fields
 * Gravity Form Field Types
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- */.gform-theme--foundation .gfield_visibility_hidden,.gform-theme--foundation .gf_invisible{inset-inline-start:-9999px;position:absolute;visibility:hidden}/* Maximum characters counter */.gform-theme--foundation .gf_hide_charleft .charleft{display:none !important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:0.8em}.gform-theme--foundation .ginput_counter_tinymce{-webkit-border-before:1px solid #dcdcde;border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width: 640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip,.gform-theme--foundation .ginput_address_country{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{block-size:32px;display:flex;-webkit-margin-after:8px;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{background-image:url(../../../images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;-webkit-margin-end:0.3rem;margin-inline-end:0.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after{background:url(../../../images/gf-creditcards-check.svg) center center no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:left}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{background-image:url(../../../images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;-webkit-margin-start:0.3em;margin-inline-start:0.3em}@media (min-width: 640px){.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right,.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gform-theme-field-date-inline-size)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.ui-datepicker:not(.gform-legacy-datepicker){background-color:#fff;border:1px solid rgba(0, 0, 0, 0.1);box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);display:none;margin:0.15rem;padding:0.5rem}.ui-datepicker:not(.gform-legacy-datepicker)[style]{z-index:9999 !important}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header{border-bottom:1px solid rgba(0, 0, 0, 0.1);margin-block:0 0.5rem;margin-inline:-0.5rem;padding-block:0 0.5rem;padding-inline:0.5rem;position:relative}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev,.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next{cursor:pointer;position:absolute}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev::before,.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next::before{border-block:0.18em 0;border-inline:0 0.18em;border-style:solid;content:"";display:inline-block;height:0.55em;left:0.15em;position:relative;top:0.3em;transform:rotate(-135deg);vertical-align:top;width:0.55em}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev .ui-icon,.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next .ui-icon{display:none}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev{left:1rem}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next{right:1rem}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next::before{left:0;transform:rotate(45deg)}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title{text-align:center}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title select{margin-inline:0.25rem}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker table{border-spacing:0;margin:0}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker thead{font-size:0.85em}.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker td{padding:0;width:2.2rem}.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default{border-radius:50%;color:#222;display:block;line-height:2.2rem;text-align:center;text-decoration:none;width:100%}.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default:hover{background-color:rgba(0, 0, 0, 0.1)}.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active,.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover{background-color:#3498db;color:#fff}@media (min-width: 640px){.gform-theme--foundation .ginput_container_email .gform-grid-col{flex:1;inline-size:auto}}.gform-theme--foundation .gform_drop_area{-webkit-margin-after:0.5rem;margin-block-end:0.5rem;padding:2rem}.gform-theme--foundation .gform_drop_instructions{display:block;-webkit-margin-after:0.5rem;margin-block-end:0.5rem}.gform-theme--foundation .gfield_validation_message ul{margin-block:1rem;margin-inline:0;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.gform-theme--foundation .gfield_validation_message ul:empty{display:none}.gform-theme--foundation .ginput_preview{margin-block:1rem}.gform-theme--foundation .gform_fileupload_rules{display:block;-webkit-margin-before:0.5rem;margin-block-start:0.5rem}.gform-theme--foundation .gf_hidden,.gform-theme--foundation .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none !important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-break:break-word}.gform-theme--foundation .gfield_list_group{-webkit-margin-after:var(--gform-theme-field-row-gap);margin-block-end:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gfield_list_group:last-child{-webkit-margin-after:0;margin-block-end:0}.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item{-webkit-margin-before:4px;margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item textarea,.gform-theme--foundation .gfield_list_group_item select{inline-size:100%}/* List Item Icons */.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gform-theme-field-list-buttons-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width: 640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:none}.gform-theme--foundation .gfield_list_header,.gform-theme--foundation .gfield_list_group{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item + .gfield_list_group_item{-webkit-margin-before:0;margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gform-theme-field-list-buttons-inline-size);justify-content:center}}@media (min-width: 640px){.gform-theme--foundation .ginput_container--name .gform-grid-col{flex:1;inline-size:auto}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gform-theme-field-page-steps-row-gap) var(--gform-theme-field-page-steps-col-gap)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}/* Remove IE default password visibility toggle */.gform-theme--foundation ::-ms-reveal{display:none}@media (min-width: 640px){.gform-theme--foundation .ginput_container_password .gform-grid-col{flex:1;inline-size:auto}}.gform-theme--foundation .gfield--type-captcha iframe{inline-size:100%}/*
 * Chosen
 *//* updated chosen 1.8.5 styles - defaults  *//* @group Base */.gform-theme--foundation .chosen-container{display:inline-block;font-size:1rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;box-shadow:0 4px 5px rgba(0, 0, 0, 0.15);display:none;position:absolute;top:100%;width:100%;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{display:block}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .search-choice .group-name,.gform-theme--foundation .chosen-container .chosen-single .group-name{color:#999;font-weight:normal;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .search-choice .group-name::after,.gform-theme--foundation .chosen-container .chosen-single .group-name::after{content:":";padding-left:2px;vertical-align:top}/* @end *//* @group Single Chosen */.gform-theme--foundation .chosen-container-single .chosen-single{background-clip:padding-box;background-color:#fff;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0, 0, 0, 0.1);color:#444;display:block;height:2.5rem;line-height:1.5rem;overflow:hidden;padding:0 0 0 8px;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single input[type="text"]{cursor:pointer;opacity:0;position:absolute;width:0}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single span{display:block;line-height:2.4rem;margin-right:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{margin-right:2.25rem}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(../../../legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:26px;top:6px;width:12px}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{display:block;height:100%;position:absolute;right:0;top:0;width:18px}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(../../../legacy/css/chosen-sprite.png) no-repeat 0 10px;display:block;height:100%;width:100%}.gform-theme--foundation .chosen-container-single .chosen-search{margin:0;padding:3px 4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type="text"]{background:url(../../../legacy/css/chosen-sprite.png) no-repeat 100% -20px;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;height:auto;line-height:normal;margin:1px 0;outline:0;padding:4px 20px 4px 5px;width:100%}.gform-theme--foundation .chosen-container-single .chosen-drop{background-clip:padding-box;border-radius:0 0 4px 4px;margin-top:-1px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{opacity:0;pointer-events:none;position:absolute}/* @end *//* @group Results */.gform-theme--foundation .chosen-container .chosen-results{color:#444;margin:0 4px 4px 0;max-height:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding:0 0 0 4px;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin:0;padding:5px 6px;-webkit-touch-callout:none;word-wrap:break-word}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:bold}.gform-theme--foundation .chosen-container .chosen-results li.group-option{padding-left:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}/* @end *//* @group Multi Chosen */.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;border:1px solid #aaa;cursor:text;height:auto;margin:0;overflow:hidden;padding:8px;position:relative;width:100%}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type="text"]{background:transparent !important;border:0 !important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;height:25px;line-height:normal;margin:1px 0;outline:0;padding:0;width:25px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0, 0, 0, 0.05);color:#333;cursor:default;line-height:13px;margin:3px 5px 3px 0;max-width:100%;padding:3px 20px 3px 5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(../../../legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:3px;top:4px;width:12px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);border:1px solid #ccc;color:#666;padding-right:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin:0;padding:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}/* @end *//* @group Active  */.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0, 0, 0, 0.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%, #fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{background:transparent;border-left:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 10px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0, 0, 0, 0.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important}/* @end *//* @group Disabled Support */.gform-theme--foundation .chosen-disabled{cursor:default;opacity:0.5 !important}.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}/* @end *//* @group Right to Left */.gform-theme--foundation .chosen-rtl{text-align:right}.gform-theme--foundation .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform-theme--foundation .chosen-rtl .chosen-single span{direction:rtl;margin-left:26px;margin-right:0}.gform-theme--foundation .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform-theme--foundation .chosen-rtl .chosen-single div{left:3px;right:auto}.gform-theme--foundation .chosen-rtl .chosen-single abbr{left:26px;right:auto}.gform-theme--foundation .chosen-rtl .chosen-choices li{float:right}.gform-theme--foundation .chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.gform-theme--foundation .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform-theme--foundation .chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:4px;right:auto}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform-theme--foundation .chosen-rtl .chosen-results li.group-option{padding-left:0;padding-right:15px}.gform-theme--foundation .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform-theme--foundation .chosen-rtl .chosen-search input[type="text"]{background:url(../../../legacy/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl;padding:4px 5px 4px 20px}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}/* @end *//* @group Retina compatibility */@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.gform-theme--foundation .chosen-rtl .chosen-search input[type="text"],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-container-single .chosen-search input[type="text"],.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span{background-image:url(../../../legacy/css/chosen-sprite@2x.png) !important;background-repeat:no-repeat !important;background-size:52px 37px !important}}/* @end *//* updated chosen 1.8.5 styles - gravityforms specific  */body .gform-theme--foundation .chosen-container a.chosen-single{border-radius:inherit}body .gform-theme--foundation ul.chosen-results li{line-height:inherit}@media (min-width: 640px){/* updated chosen 1.8.5 styles - gravityforms specific  */body .gform-theme--foundation select.medium.gfield_select + div.chosen-container-single[style],body .gform-theme--foundation select.medium.gfield_select + div.chosen-container-multi[style]{width:calc(50% - 8px) !important}body .gform-theme--foundation select.large.gfield_select + div.chosen-container-single[style],body .gform-theme--foundation select.large.gfield_select + div.chosen-container-multi[style]{width:100% !important}body .gform-theme--foundation select.small.gfield_select + div.chosen-container-single[style],body .gform-theme--foundation select.small.gfield_select + div.chosen-container-multi[style]{width:25% !important}}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gform-theme-field-time-inline-size)}.gform-theme--foundation .hour_minute_colon{display:none}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none !important}/* Form: Handles form-level styles *//* -----------------------------------------------------------------------------
 *
 * Form
 * Gravity Form Parts
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- *//*
 * Gravity Forms Ready Class Pre-Set Helper Styles
 */@media (min-width: 640px){.gform-theme--foundation{}/* horizontal list columns */

		/* vertical list columns */

		/* list item heights */


			.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col .gfield_radio{display:grid;grid-template-columns:repeat( 2, 1fr );grid-template-rows:repeat( auto-fill, auto );grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col .gfield_radio{display:grid;grid-template-columns:repeat( 3, 1fr );grid-template-rows:repeat( auto-fill, auto );grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col .gfield_radio{display:grid;grid-template-columns:repeat( 4, 1fr );grid-template-rows:repeat( auto-fill, auto );grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col .gfield_radio{display:grid;grid-template-columns:repeat( 5, 1fr );grid-template-rows:repeat( auto-fill, auto );grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio{display:block}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice{display:inline-grid;-webkit-padding-end:1rem;padding-inline-end:1rem;-webkit-padding-after:var(--gform-theme-field-choice-spacing);padding-block-end:var(--gform-theme-field-choice-spacing)}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label{max-inline-size:none}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio{-moz-column-count:2;column-count:2;grid-column-gap:2rem;display:block}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox .gchoice,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio .gchoice{display:grid;-webkit-margin-after:var(--gform-theme-field-choice-spacing);margin-block-end:var(--gform-theme-field-choice-spacing)}.gform-theme--foundation .gf_list_3col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_3col_vertical .gfield_radio{-moz-column-count:3;column-count:3;grid-column-gap:2rem;display:block}.gform-theme--foundation .gf_list_4col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_4col_vertical .gfield_radio{-moz-column-count:4;column-count:4;grid-column-gap:2rem;display:block}.gform-theme--foundation .gf_list_5col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_5col_vertical .gfield_radio{-moz-column-count:5;column-count:5;grid-column-gap:2rem;display:block}.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice{block-size:25px}.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice{block-size:50px}.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice{block-size:75px}.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice{block-size:100px}.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice{block-size:125px}.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice{block-size:150px}.gform-theme--foundation .gfield.gf_inline{}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none !important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{-webkit-margin-before:0;margin-block-start:0}/* html field colors */.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{border-radius:3px;margin-block:1.25rem !important;margin-inline:0 !important;padding:1.25rem !important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}/* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{block-size:auto;display:table-cell;-webkit-padding-end:1em;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;-webkit-margin-end:0.5em;margin-inline-end:0.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .ginput_container,.gform-theme--foundation .gf_simple_horizontal .gfield{-webkit-margin-before:0 !important;margin-block-start:0 !important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type="submit"],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type="button"],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type="image"]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label,.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message){block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221, 215, 131, 0.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);background-color:#fffbcc;-webkit-border-after:1px solid #e6db55;border-block-end:1px solid #e6db55;-webkit-border-before:2px solid #fff;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86, 122, 86, 0.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:rgb(219, 242, 183);background:linear-gradient(to bottom, rgba(219, 242, 183, 1) 0%, rgba(180, 208, 136, 1) 100%);background-color:#fffbcc;-webkit-border-after:1px solid #a7c37c;border-block-end:1px solid #a7c37c;-webkit-border-before:2px solid #effade;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_green_gradient::after{background:rgba(0, 0, 0, 0.2);box-shadow:0 15px 10px rgba(0, 0, 0, 0.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .gform-field-label{display:inline-block}.gform-theme--foundation .gform-field-label > .gfield_required{-webkit-margin-start:6px;margin-inline-start:6px}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}/*# sourceMappingURL=gravity-forms-theme-foundation.css.map */