/* **********************************************************
 * FORMS
 * ******************************************************** */


/* ******************************
 * FORMS - GENERAL
 * *************************** */
.ios input {
	font-size: 16px !important;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	border: 1px solid #ccc;	
}
input[type=submit] {
	cursor: pointer;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    border-radius: 2px;
    padding: 0.75em 2em 0.85em 2em;
	border: 1px solid #ccc;		
}
.gform-icon--close:before {
    content: "\e903";
}


/* ******************************
 * FORMS - GRAVITY FORMS
 * *************************** */
.gform_wrapper {
	margin-top: 0 !important;
}
.gform_body *,*:focus,
.gform_body *:hover {
    outline:none !important;
} 
.gfield {
	display: flex;
    flex-direction: column;
    justify-content: space-between; /* To allow room for error message in fields */
}
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	box-shadow: inset 0px 0px 5px #eee;
}
.gform_body input,
.gform_body textarea,
.gform_body select,
.gform_body .ginput_container select,
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	border: 1px solid #bbb !important;
	color: #333;
	outline: none !important;
	background-clip: padding-box !important;	
	line-height: 1.275em;
}
.gform_body input:focus-visible,
.gform_body textarea:focus-visible,
.gform_body select:focus-visible,
.gform_body .ginput_container select:focus-visible {
    border: 1px solid #bbb !important;
	outline: none !important;
	box-shadow: inset 0px 0px 5px #ddd;
}
.gfield-choice-input:focus {
    box-shadow: none !important;
}
.gform_wrapper,
.gform_body .ginput_container,
.gform_body .ginput_container input,
.ginput_container.ginput_container_textarea {
    margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	border: 1px solid #ccc;
    margin-bottom: 0rem;	
}
.ginput_container input,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.ginput_container select,
.ginput_container textarea {
	border: 1px solid #ccc;
}
li.gfield span.name_first {
    padding-bottom: 0.3125rem;
}
span.gfield_required.gfield_required_asterisk {
    margin: 0 !important;
    padding: 0 !important;
}
.gfield {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 640px) {
	/* GRAVITY FORMS NAME FIELDS */
	.gform_wrapper .name_first {
		margin-bottom: 16px !important;
	}
	.gform_wrapper .name_last {
		margin-bottom: 0 !important;
	}
}

/* Select Fields & Date Time */
.ginput_container_select, 
.gfield_date_dropdown_month, 
.gfield_date_dropdown_day, 
.gfield_date_dropdown_year, 
.address_country, 
.gfield_time_ampm {
	position: relative;
}
.ginput_complex .ginput_container_date input, 
.ginput_complex .ginput_container_date select {
/* 	min-width: 10rem !important; */
	min-width: 8rem !important; /* Reduced to 8rem but will leave the old 10rem if ever needed */
}
.gform_wrapper.gravity-theme .ginput_container_time,
.ginput_container_time input {
    max-width: 6rem !important;
    min-width: 6rem !important;
	line-height: inherit !important;
	min-height: 2rem;
}
.ginput_container select {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
	min-height: inherit;	
}
.ginput_container_select:after, .gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .address_country:after, .gfield_time_ampm:after {
	align-items: center;
    content: "\e909";
    display: flex;
    font-family: 'Happy Icons' !important;
    font-size: 16px;
    font-weight: 900;
    justify-content: flex-end;	
	pointer-events: none;
    position: absolute;
    right: 1rem;	
    top: calc(50% + 1px);	
}
.ginput_container_select:after, .gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .gfield_time_ampm:after {
    transform: translateY(-50%);	
}
.address_country:after {
    transform: translateY(-100%);
    right: 1.7rem;
	top: 43%;
}

/* Date / Time */
@media (max-width: 576px) {
	.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
		max-width: 10rem !important;
		padding: 0.5rem; 
		margin-left: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_container_time, .ginput_container_time input {
		padding: 0.5rem;
	}
	.gform_wrapper.gravity-theme .ginput_container_time,
	.ginput_container_time input {
		max-width: 7rem !important;
		min-width: 6rem !important;
		line-height: inherit !important;
	}
	.gform_wrapper.gravity-theme .hour_minute_colon {
		line-height: 3 !important;
    	padding: 0 0.5rem;
	}
	.gform_wrapper.gravity-theme .gfield_time_ampm {
		margin-left: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input, .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
		max-width: 10rem !important;
	}
}

/* Submit Button */
.gform_footer input[type=submit], .gform_button {
    border: none !important;    
    cursor: pointer;
    padding: 0.85em 3em 0.85em 3em !important;
    letter-spacing: .125rem !important;
}
.gform_button span {
    display: block;
}

/* ******************************
 * SECTION WITH FORM - ON DARK OR IMAGE BACKGROUND
 * *************************** */
.section-form {
 margin-bottom: -0.0625rem !important;
}
.section-form input, 
.section-form select,
.section-form textarea {
 background: rgba(255,255,255,.5) !important;
 border: 0; 
 color: #000;
 padding: 0.625rem !important;
}
.section-form select {
 min-height: 2.5rem !important;
}
.section-form ::placeholder {
 color: #000;
}
.section-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}
.section-form .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent !important;
    color: #fff;
    float: right;
}


/* *****************************
 * SEARCH FORMS & RESULTS
 * *************************** */
/* SEARCH FORMS */
form.jupiterx-search-form input.form-control,
.jupiterx-widget.widget_search .form-control {
	border-radius: 0;
}
form.jupiterx-search-form .btn,
.jupiterx-widget.widget_search .jupiterx-search-form .btn, 
.jupiterx-new-search .jupiterx-search-form .btn {
	background: ;
	border-radius: 0;
	height: 100%;
	padding: 0.5rem 0.5rem 0.125rem !important;
}
.jupiterx-new-search button.btn.jupiterx-icon-search-1 {
    padding: 0.5rem 0.5rem 0.125rem !important;
}
form.jupiterx-search-form .btn:hover,
.jupiterx-widget.widget_search .jupiterx-search-form .btn:hover,
.jupiterx-new-search .jupiterx-search-form .btn:hover,
button.btn.jupiterx-icon-search-1:hover {
    background: ;
}
.jupiterx-new-search .jupiterx-search-form .btn,
.jupiterx-icon-search-1:before {
	font-size: ;
}
.raven-search-form-lightbox.raven-search-form-lightbox-open .raven-search-form-close {
    font-size: 4rem;
    position: relative;
}

/* SEARCH RESULTS */
body.search .jupiterx-search-post-title {
    font-size: 2rem !important;
}

@media (max-width: 768px) {
	body.search .jupiterx-primary .jupiterx-search-form {
   	 max-width: 75% !important;
	}	
}

/* JET SEARCH */
.jet-ajax-search__form, .jet-ajax-search-block .jet-ajax-search__form,
.jet-ajax-search__fields-holder {
    align-items: stretch !important;
}
.woocommerce-page .jupiterx-primary .jet-ajax-search__field[type="search"] {
    border: 1px solid #E1E5EB !important;
    width: 100% !important;
    padding: .875rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
}
.jet-ajax-search-block .jet-ajax-search__field[type="search"] {
    width: 100% !important;
    padding: .675rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
}
.jet-ajax-search .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search-block .jet-ajax-search .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search .jet-ajax-search-block .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search-block .jet-ajax-search .jet-ajax-search-block .jet-ajax-search__categories .chosen-container-single .chosen-single {
    padding: .675rem .75rem !important;	
}
.jet-ajax-search__submit[type="submit"], 
.jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
    margin-left: 0 !important;
    padding: .675rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;	
}
.jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
	background-color: #333 !important;	
}



/* ******************************
 * BOTTOM BORDERS GRADIENT FORMS
 * *************************** */
/* CSS SECTIONS
 * FORM STYLING
 * LABELS
 * FORM FIELD TRANSPARENT WITH BORDERS
 * FIELDSET - Like First Last Name & Address
 * CHECKBOX LIST & RADIO LIST
 * FILE UPLOAD 
 * DATE & TIME
 * TOTAL
 * MULTI SELECT  - add class multi-select in form to this field
 * SELECT BOX
 * MULTI PART FORM
 * VALIDATION MESSAGE
 * SUBMIT
 * ERRORS

 * COLORS TO REPLACE
    #A38F88 Yellow LATTE #A38F88
    #182D4C Orange  NAVY #182D4C
    #606B89 Turq  BLUE #606B89
    #182D4C Pink  NAVY #182D4C
    #AA5736 Purp CARAMEL #AA5736
 * *************************** */

/* FORM STYLING */
.gform_wrapper ::placeholder,
p.gform_required_legend {
 color: #182D4C !important;
}
.gform_wrapper {
    position: relative;
    z-index: 10;
}
.gform_wrapper .gform_required_legend {
    position: relative !important;
    display: flex;
}
.gform_wrapper .gform_required_legend .gfield_required {
    padding: .5rem;
    margin-left: .5rem;
}
.gform_wrapper .gfield_required {
	color: #AA5736 !important;
	text-shadow: 0px -1px 0px  #AA5736, 0px 1px 0px  #182D4C;
    font-size: 2rem !important;
	padding-top: .5rem;
	line-height: .55em !important;
}
.gform_wrapper .gfield_error label {
    color: #182D4C;
}
.gform_body input:focus, .gform_body textarea:focus, .gform_body select:focus, .gform_body .ginput_container select:focus,
.gform_body .focused-field input {
    box-shadow: inset 0px 0px 2px 2px #A38F88;
    background: transparent !important;
} 

/* LABELS */
.gfield {
  position: relative;
  margin: 2rem 0px 0 0;
}
.gfield input {
  transition: 500ms all linear;
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex {
	width: fit-content;
}
.gfield label.gfield_label, 
fieldset.gfield legend.gfield_label.gfield_label_before_complex, 
.gf_list legend.gfield_label, 
.gf_list_inline legend.gfield_label, 
.gfield .gfield_label {
    display: flex !important;
    font-size: max(14px, 1rem) !important;
    transition-duration: .4s;
    top: 0.75rem;
    left: 0.85rem;
    position: absolute;
    color: #182D4C;
    font-weight: 400 !important;
    z-index: 5;
}
.gform_validation_error label.gfield_label, 
.gfield_error label.gfield_label,
.gfield:hover label.gfield_label,
.gfield:hover legend.gfield_label,
fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex,
.gfield label.gfield_label.focused,
fieldset.gfield legend.gfield_label.gfield_label_before_complex.focused,
.gf_list legend.gfield_label.focused,
.gf_list_inline legend.gfield_label.focused {
	font-size: max(14px, 1rem) !important;
	top: -1.5rem;
	left: 1rem;
	background: #A38F88cc;
	background: -mozlinear-gradient(to bottom,#182D4C 0%,#A38F88 25%);
	background: -webkitlinear-gradient(to bottom,#182D4C 0%,#A38F88 25%);
	background: linear-gradient(to bottom, #ECE1D5 0%, #A38F88 100%);
	padding: 0.25rem 1rem 0.1rem !important;
	border: 1px solid #A38F88;
	letter-spacing: 1px;
}
.gfield legend.gfield_label {
	width: auto;
}
.ginput_complex label {
	color: #182D4C;
    font-size: max(14px, 1rem) !important;	
	padding: 0 !important;
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex.focused {
    top: -2rem !important;
}

/* FORM FIELD TRANSPARENT WITH BORDERS */
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper .ginput_complex.ginput_container input[type=text], 
.ginput_container textarea,
.ginput_container.ginput_container_select,
.gform_body textarea:focus {
	color: #182D4C;
	padding: 1.25rem 1rem 1.0rem !important;
	background: transparent;
	border: 0 !important;
	z-index: 1;
}
.gform_wrapper.gravity-theme .gfield .ginput_container:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 3px;
  border-radius: 0px;
  background: linear-gradient(30deg, #182D4C, #182D4C);
  background-size: 200%;
  padding: 1px;
  /*padding: 3px;*/
  bottom: 0 !important;
  top: 100%;
}
.gform_wrapper .ginput_complex.ginput_container input {
	border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select:before {
	padding: 0;
	min-width: 100% !important;
}

/* ANIMATION WHEN CLICK IN FIELDS */
.gform_wrapper.gravity-theme .gfield .ginput_container.focused-field:before,
.ginput_container.ginput_container_select.focused-field:before {
	background: linear-gradient(30deg, #182D4C, #182D4C);	
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 400%;	
}
@-webkit-keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

/* FIELDSET - Like First Last Name & Address & Date */
fieldset {
    margin-top: 3rem !important;
}
.gform_wrapper .ginput_complex .ginput_container:before {
	width: 100% !important;
}
.ginput_complex.gform-grid-row .gform-grid-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gform_wrapper .ginput_complex .ginput_container.ginput_container_date:before,
.gform_wrapper .ginput_complex .ginput_container.ginput_container_time:before {
	width: 100% !important;
	height: 0 !important;
	padding: 0 !important;
}
fieldset.gfield--type-choice,
.ginput_complex {
    width: 100%;
    padding: 2rem 0 !important;
    margin: 3rem 0 0 0 !important;
	/* removing borders to match salesforce forms */
    /*border-left: 1px solid #182D4C80;
    border-top: 1px solid #182D4C80;
    border-right: 1px solid #182D4C80;*/
	align-items: stretch !important;	
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex {
    top: 0.5rem !important;
}
fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex {
    top: -1.75rem !important;
}
.gform_wrapper.gravity-theme .gfield:focus-within .ginput_complex.ginput_container:before {
    padding: .25rem !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:before,
.ginput_container:before,
.gform-grid-col:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	height: .25rem;
	border-radius: 0;
	background: linear-gradient(30deg, #182D4C, #182D4C);
	background-size: 200%;
	/* updating divider size to match salesforce */
	/*padding: .35rem;*/
	padding: 0px;
	bottom: 0 !important;
    top: 100%;
	width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:focus:before,
.gform-grid-col:focus:before,
.ginput_container.ginput_container_select.focused-field:before,
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:hover:before {
	background: linear-gradient(30deg, #182D4C, #182D4C);	
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 400% !important;	
}
.gform_wrapper .ginput_complex.ginput_container input[type=text] {
    border-bottom: 3px solid #182D4C !important;
}
.gform_wrapper .ginput_complex.ginput_container input:focus,
.gform_wrapper .ginput_complex.ginput_container input:focus-within {
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme input[type=text] {
    padding-top: 2rem !important;
}
.address_country:after,
.ginput_container_date:after, 
.ginput_container_time:after {
    top: 50% !important;
}
.ginput_container_date input {
    width: 100%;
}
.ginput_container_date:before {
    height: .25rem !important;
    padding: .25rem !important;
    top: 100% !important;
    bottom: 0 !important;
    background-size: 200% !important;
    visibility: visible !important;
}

/* CHECKBOX LIST & RADIO LIST */
.ginput_container.ginput_container_checkbox .gfield_checkbox,
.ginput_container.ginput_container_radio {
    padding: 2rem 0 1.5rem !important;
}
.gf_list legend.gfield_label,
.gf_list_inline legend.gfield_label {
    top: 0px !important;
    padding: 10px 0 10px !important;
}
.gchoice {
    z-index:1;
    position:relative;
    margin: 0;
    padding:0;
    height: 5rem;
    width: 100% !important;
}
input.gfield-choice-input {
    z-index:2;
    appearance:none;
    box-shadow: none !important;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
}
input.gfield-choice-input:hover,
.gchoice label:hover {
    cursor:pointer;
}
input.gfield-choice-input:checked {
    background: #AA5736; 
}
input.gfield-choice-input:checked + label {
    color:#182D4C;
}
.gchoice label {
    z-index:3;
    display:block;
    position: absolute;
    padding: 0 0 0 0px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}
input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -.75rem;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    border: .25rem solid #AA5736;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: #182D4C;
    font-size: 3rem;
    text-align: center;
    line-height: 2.15rem;
    font-weight: 400;
}
html.mac.webkit input.gfield-choice-input + label:after,
html.iphone.webkit input.gfield-choice-input + label:after {
    line-height: 2.25rem;
}
input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
input[type="radio"].gfield-choice-input + label:after {
    border-radius: 50px;
}
input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid #182D4C;
}
.gfield-choice-input:focus {
    box-shadow: none !important;
}

/* FILE UPLOAD */
.ginput_container.ginput_container_fileupload {
    width: 100%;
	padding: 2rem 1rem !important;
    border-left: 1px solid #182D4C80;
    border-top: 1px solid #182D4C80;
    border-right: 1px solid #182D4C80;
}    
.ginput_container.ginput_container_fileupload:before {
    content: "";
    position: absolute !important;
    z-index: -1;
    inset: 0;
    height: .35rem !important;
    border-radius: 0px;
    background: linear-gradient(30deg, #182D4C, #182D4C) !important;
    background-size: 200%;
    padding: .35rem !important;
    bottom: 0 !important;
    top: 100% !important;
    width: 100% !important;
}
.gfield--type-fileupload label {
    margin-top: 0px;
}
.gfield--type-fileupload:before label {
    margin-top: -0.5rem;
}
.gform_body .ginput_container_fileupload input:focus {
    box-shadow: none;
}

/* DATE & TIME FIELDS */
/* Date Picker */
.gfield--input-type-datepicker .ginput_container {
    width: 100%;
	padding: 3rem 0 2rem !important;
    margin: 2rem 0 0 0 !important;
    border-left: 1px solid #182D4C80;
    border-top: 1px solid #182D4C80;
    border-right: 1px solid #182D4C80;
}
.gfield--input-type-datepicker .ginput_container:before {
    content: "";
    position: absolute !important;
    z-index: -1;
    inset: 0;
    height: .25rem !important;
    border-radius: 0px;
    background: linear-gradient(30deg, #182D4C, #182D4C) !important;
    background-size: 200%;
    padding: .35rem !important;
    bottom: 0 !important;
    top: 100% !important;
    width: 100% !important;
}
.gfield--input-type-datepicker label {
	top: 2.15rem !important;	
}
.gfield--input-type-datepicker:hover label,
.gfield--input-type-date .gfield_label.focused  {
	top: -0.15rem !important;	
}
.gfield.gfield--input-type-datepicker,
.gfield--input-type-datefield {
	margin: 3rem 0 0 0 !important;
}
.gfield--input-type-datepicker input {
	box-shadow: none !important;
	width: 100% !important;
}

/* Date & Time Fields */
.ginput_complex .ginput_container_date input, 
.ginput_complex .ginput_container_date select {
	min-width: 12rem !important; 
}
.gform_wrapper.gravity-theme .ginput_container_time {
    min-width: 12rem !important;
    max-width: 12rem !important;
}
.gform_wrapper.gravity-theme .ginput_container_time input {
	min-width: 8rem !important;
}
.gfield--input-type-datedropdown .ginput_container {
	padding: 2rem 1rem !important;
}
.gfield--input-type-datedropdown legend.gfield_label {
    top: 0.15rem !important;
}
.gfield--input-type-datedropdown:hover legend.gfield_label,
.gfield--input-type-date .gfield_label.focused {
    top: -1.5rem !important;
}
.ginput_container_select:after, .gfield_date_dropdown_month:after,
.gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after,
.address_country:after, .gfield_time_ampm:after {
    right: 1.75rem;	
}

/* TOTAL */
.ginput_total {
    width: 100%;
}

/* MULTI SELECT  - add class multi-select in form to this field */
.gform_body .multi-select .ginput_container select {
    padding: 2.5rem 1rem 2rem !important;
    min-height: 10rem !important;
    border: 0 !important;
}

/* SELECT BOX */
.ginput_container.ginput_container_select:before {
	background: transparent !important;
}
.gform-body select {
 background-color: transparent !important;
 border: 0; 
 color: #fff;
 padding: 0.625rem !important;
 min-height: 2.5rem !important;	
}
.gform-body select option {
 background-color: #182D4C !important;
 color: #fff !important;
}
.gfield--type-select.gfield label.gfield_label {
	left: .25rem;
	top: min(-1rem, -1vw);
}
.gfield--type-select.gfield:hover label.gfield_label {
	left: 1rem;
	top: min(1rem, -.55vw);
}
.ginput_container.ginput_container_select {
	padding: 0 !important;
	margin-top: 15px !important;
}
.ginput_container.ginput_container_select:before {
	padding: 0 !important;
}
.gform_body select:focus,
.gform_body .ginput_container select:focus {
  border: double 2px transparent !important;
  border-radius: 4px;
  background: transparent !important;
  background-origin: border-box;
  background-clip: padding-box, border-box !important;
}
.ginput_container.ginput_container_select select,
.ginput_container.ginput_container_select select:focus {
	background-image: none !important;
    border: none !important;
	box-shadow: none !important;
}
.ginput_container.ginput_container_select {
	padding: 0;
}
.ginput_address_country.gform-grid-col:before {
    height: 0;
    padding: 0;
}
.ginput_complex .ginput_container select:before,
.ginput_complex .ginput_container .ginput_address_country.gform-grid-col select:before {
	background: linear-gradient(30deg, #182D4C, #182D4C);
    padding: .35rem !important;
    -webkit-animation: Animation-Input 3s ease infinite;
    -moz-animation: Animation-Input 3s ease infinite;
    animation: Animation-Input 3s ease infinite;
    background-size: 250%;	
}
.gform_body .ginput_container select,
.gform_body .ginput_container select:focus {
	border: 3px solid #182D4C !important;
	border-radius: 0;
	background: transparent;
}

/* MULTI PART FORM  */
.gform_wrapper.gravity-theme .gform_previous_button.button, 
.gform_wrapper.gravity-theme .gform_save_link.button {
	color: #fff;
}
.gform_wrapper.gravity-theme .gform_previous_button.button, 
.gform_wrapper.gravity-theme .gform_save_link.button,
.gform_body .gform_page_footer .gform_next_button,
.gform_body .gform_page_footer input[type=submit] {
    border: 0 !important;
    color: #182D4C !important;
    cursor: pointer;
    padding: 0.85em 3em 0.85em 3em !important;
    letter-spacing: .125rem !important;
    min-width: 20rem;
    background-image: linear-gradient(120deg, rgb(231, 116, 128), rgb(237, 129, 97), rgb(33, 127, 171), rgb(178, 112, 146)) !important;
    transition: all 0.75s ease !important;
    background-size: 300% auto !important;
    position: relative;
    mask-image: url(/wp-content/uploads/2024/01/btn-angle.svg);
    -webkit-mask-image: url(/wp-content/uploads/2024/01/btn-angle.svg);
    mask-size: 100% 100%;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover, 
.gform_wrapper.gravity-theme .gform_save_link.button:hover,
.gform_page_footer .gform_next_button:hover,
.gform_page_footer input[type=submit]:hover {
	background-position: right center !important;
	background-size: 300% 110% !important;		
}

/* SUBMIT STYLING */
.gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}

/* FORM ERRORS */
.gform_wrapper .gfield_error label {
    color: #182D4C;
}
.gform_validation_errors {
    border-radius: 0 !important;
    padding: 13px 15px 12px !important;
}
.white-text .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #FF0000 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.6px;
    margin: 0 0 12px;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .gfield_error label {
    color: #182D4C !important;
}
.gform_wrapper.gravity-theme.gform_validation_error .gfield input {
    border-bottom: 2px solid #FF0000 !important;
}

/* VALIDATION MESSAGE */
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: .5rem;
    margin: 1rem;
    display: flex;
    width: auto !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background:  #A38F88 !important;
}
h2.gform_submission_error.hide_summary {
    color: #ECE1D5 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px !important;
    font-weight: normal !important;
    letter-spacing: 1px;
    line-height: 20px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    position: relative !important;
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    inset-inline-start: 0 !important;
    width: auto !important;
    margin-right: 10px !important;
}
.gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background:  #A38F88 !important;
    border: 1px solid #AA5736 !important;
    color: #ECE1D5 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0.125rem .75rem .1rem;
}
.gfield_error label.gfield_label.gform-field-label,
.gform_validation_error label.gfield_label.gform-field-label {
    top: -1rem;
}
.gform_validation_error .gfield:hover label.gfield_label,
.gform_validation_error .gfield:hover legend.gfield_label,
.gform_validation_error fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex,
.gform_validation_error .gfield label.gfield_label.focused,
.gform_validation_error fieldset.gfield legend.gfield_label.gfield_label_before_complex.focused,
.gform_validation_error .gf_list legend.gfield_label.focused,
.gform_validation_error .gf_list_inline legend.gfield_label.focused  {
    color: #182D4C !important;
    top: -2rem;	
}




/* ******************************
 * SALESFORCE BOTTOM BORDERS GRADIENT FORMS
 * *************************** */
/* SALESFORCE FORM TITLE */
h2.salesforce-form-title {
	font-family: "Cenios", Sans-serif !important;
	font-size: 2.25rem !important;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 1rem;
}
.hero h2.salesforce-form-title {
	font-size: max(24px, 1.63rem) !important;
	text-align: center;
}

.salesforce-style-form form label {
	display: block;
	font-size: 15px;
	line-height: 1.275em;
	margin: 0 !important;
}
.salesforce-style-form form input[type="text"],
.salesforce-style-form form textarea {
	background: transparent;
	font-size: max(16px, 1.175rem);
	width: 100%;
	padding: 0.25em;
	border: none;
	border-bottom: 3px solid #182D4C;
	border-radius: 0 !important;
	outline: none;
	transition: border-bottom 0.3s ease-in-out;
	margin-bottom: 5px;
}
.salesforce-style-form form input[type="text"]:focus,
.salesforce-style-form form textarea:focus {
  border-bottom: 3px solid #182D4C; /* Adjust the color as needed */
}
.hero .form-submit {
	text-align: center;
}
.salesforce-style-form form input[type="submit"] {
    font-family: "Cenios", Sans-serif;
    font-size: max(16px, 1.175rem);
    text-transform: uppercase;
    line-height: 1.275em;
    color: #ECE1D5;
    background-color: #AA5736;
    border-radius: 0px 0px 0px 0px;
	margin-top: 1rem;
    padding: 1rem 2.5rem 1rem 2.5rem;
  transition: background-color 0.3s ease-in-out;
}
.salesforce-style-form form input[type="submit"]:hover {
  background-color: #182D4C;
}

/* SALESFORCE LABELS */
/* Adjust input/textarea fields */
.salesforce-style-form label,
.salesforce-style-form input,
.salesforce-style-form textarea {
  transition: 500ms all linear;
}

/* Label default styling */
.salesforce-style-form label {
    font-size: max(14px, 1rem) !important;
    transition: 0.4s ease;
    color: #182D4C;
    font-weight: 400;
    background: transparent;
	border: 1px solid transparent;
    padding: 0.1rem 0.5rem;
    position: relative;
    display: inline-block;
	letter-spacing: 0;
    z-index: 5;
    transform: translateY(15px);	
}

/* Label on focus and with content */
.salesforce-style-form label.focused {
    transform: translateY(-5px);
    font-size: max(14px, 1rem);
    color: #182D4C;
    background: linear-gradient(to bottom, #ECE1D5 0%, #A38F88 100%);
    padding: 0.1rem 0.5rem;
    border: 1px solid #A38F88;
}

/* FORM COLUMNS */
@media (min-width: 1025px) {
	.salesforce-style-form .two-cols {
		display: flex;
		justify-content: space-between;
	}
	.salesforce-style-form .two-cols-half {
		width: 48%;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.salesforce-style-form .two-cols {
		display: flex;
		justify-content: space-between;
	}
	.salesforce-style-form .two-cols-half {
		width: 48%;
	}
}
@media (min-width: 600px) {
	.hero .salesforce-style-form .two-cols {
		display: flex;
		justify-content: space-between;

	}
	.hero .salesforce-style-form .two-cols-half {
		width: 48% !important;
	}	

}



/* ******************************
 * FOOTER FORM
 * *************************** */
/* Form Alignment */
.footer-form form {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

@media (max-width: 480px) {
	.footer-form form {	
		flex-direction: column !important;
	}
	.footer-form button {
	    width: 100%; 
	}	
}

.footer-form .gform-body.gform_body, .footer-form .gform-body.gform_footer {
    flex-grow: 1;
}
.footer-form .gform_wrapper .gform_footer {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-form button {
    height: 100%; 
    margin: 0 !important;
    box-sizing: border-box;
}


/* Legend & Label */
.footer-form p.gform_required_legend {
	color: #fff !important;
	justify-content: end;
}
.footer-form p.gform_required_legend .gfield_required {
	margin: 10px 5px 0 !important;
}
.footer-form .gfield label.gfield_label {
	text-transform: uppercase;
	top: 25%;
}
.footer-form .gfield:hover label.gfield_label,
.footer-form .gfield label.gfield_label.focused {
	top: -3rem;
}

/* Make input fields background color white */
.footer-form .gfield--type-email {
	padding: 0 !important;
	margin: 0 !important;
}
.footer-form .gform_wrapper.gravity-theme .gfield input {
    background-color: #fff !important;
    color: #182D4C;
	text-transform: uppeercase;
    border: 0 !important;
	margin: 0 !important;
    z-index: 1;
}

/* Align submit button to the right of the input field */
.footer-form .gform_wrapper .gform_footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.footer-form .gform_wrapper .gform_footer .gform_button  {
    background-color: #AA5736;
    color: #fff;
    padding: 0.5rem 3.5rem !important;
    border: none;
    margin-left: -4px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: background 0.3s ease;
}

.footer-form .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #606b89;
}

/* Position input field and submit button inline */
.footer-form .gform_wrapper .ginput_container {
    display: flex;
    align-items: center;
}

.footer-form .gform_wrapper .ginput_container input[type="text"],
.footer-form .gform_wrapper .ginput_container input[type="email"] {
    flex-grow: 1;
    border-radius: 0 !important;
}

.footer-form .gform_wrapper .ginput_container input[type="text"]::placeholder,
.footer-form .gform_wrapper .ginput_container input[type="email"]::placeholder {
    color: #A38F88;
}



footer .gform_validation_error .gform-field-label {
	top: -1.75rem !important;
}
footer .gform_validation_error .gform_heading {
	margin-bottom: 2rem !important;
}
footer .gform_validation_error .gfield_validation_message {
	margin: 0rem !important;
	width: 100% !important;
}

select#lead_source {
    margin-top: 1.5rem;
	background: transparent;
    font-size: max(16px, 1.175rem);
    width: 100%;
    padding: 0.25em;
    border: none;
    border-bottom: 3px solid #182D4C;
    border-radius: 0 !important;
    outline: none;
    transition: border-bottom 0.3s ease-in-out;
}

/* affiliates page form */

/* updating padding so sections are same width */
.gform_wrapper .ginput_container_address .ginput_full.address_line_1 {
	padding: 0;
}

.gform_wrapper .ginput_container_address .address_city.ginput_address_city {
	padding-left: 0;
}

.gform_wrapper .ginput_container_address .address_state.ginput_address_state {
	padding-right: 0;
}

fieldset.gfield legend.gfield_label.gfield_label_before_complex {
	left: 0;
}