.text-white, .text-white *{
	color: #fff;
}
.flex{
	display: flex;
}
.flex.v-center{
	align-items: v-center;
}
.iwithtext
 {
    margin-bottom: 15px !important;
}
.static-containers *,
.static-containers .vc_column-inner{
	position: static;
}
.float-btm {
    position: absolute;
    bottom: 30px;
    right: 0;
    max-width: 190px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.flex-v-h-center > div > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1025px){
	.minH-600{
		min-height: 600px;
	}
}
#header-outer .sf-menu li ul li a{
	color: #333;
}

/* ===== Blue background form theme (Gravity Forms) ===== */
.blue-bg li#field_1_2,
.blue-bg input#input_1_2,
.blue-bg input#input_1_3{
    margin-top: 0;
}
.blue-bg #gform_1,
.blue-bg #gform_1 * {
  box-sizing: border-box;
  color: #0f172a; /* dark text everywhere by default */
}

/* Headline spacing (optional) */
.blue-bg #gform_1 .gform_body { margin-top: 10px; }

/* Labels */
.blue-bg #gform_1 .gfield_label {
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Inputs, selects, textarea */
.blue-bg #gform_1 .ginput_container input[type="text"],
.blue-bg #gform_1 .ginput_container input[type="email"],
.blue-bg #gform_1 .ginput_container input[type="tel"],
.blue-bg #gform_1 .ginput_container input[type="number"],
.blue-bg #gform_1 .ginput_container textarea,
.blue-bg #gform_1 .ginput_container select {
  width: 100%;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15,23,42,0.15);
  border-radius: 10px;
  padding: 12px 14px;
  line-height: 1.2;
  color: #0f172a;
  outline: none;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

/* Placeholder color */
.blue-bg #gform_1 ::placeholder { color: #64748b; }

/* Focus state */
.blue-bg #gform_1 .ginput_container input:focus,
.blue-bg #gform_1 .ginput_container textarea:focus,
.blue-bg #gform_1 .ginput_container select:focus {
  border-color: rgba(15,23,42,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.45);
  background: #fff;
}

/* Name field (complex) spacing fix */
.blue-bg #gform_1 .ginput_container--name .gform-grid-col input {
  margin-top: 0;
}

/* Select arrow (light) */
.blue-bg #gform_1 .ginput_container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,\
");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}

/* Checkboxes */
.blue-bg #gform_1 .gfield_checkbox input[type="checkbox"] {
  width: 18px; height: 18px;
  margin-right: 10px;
  accent-color: #0f172a; /* modern browsers */
}
.blue-bg #gform_1 .gfield_checkbox label {
  color: #fff;
  font-weight: 500;
}

/* Submit button: light pill with dark text */
.blue-bg #gform_1 .gform_footer .gform_button {
  width: 100%;
  background: rgba(255,255,255,0.95);
  color: #0f172a;
  border: 1px solid rgba(15,23,42,0.15);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.blue-bg #gform_1 .gform_footer .gform_button:hover {
  background: #ffffff;
  border-color: rgba(15,23,42,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.08);
}
.blue-bg #gform_1 .gform_footer { margin-top: 14px; }

/* Small print text (consent) */
.blue-bg #gform_1 .gform_description,
.blue-bg #gform_1 .gfield_description,
.blue-bg #gform_1 .gform_wrapper .gfield_consent_description,
.blue-bg #gform_1 .gform_body .gfield_description,
.blue-bg #gform_1 .gform_footer + p {
  color: rgba(15,23,42,0.8);
}

/* Tidy list spacing */
.blue-bg #gform_1 .gform_fields > .gfield {
  margin-bottom: 14px;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .blue-bg #gform_1 .gform_fields > .gfield { margin-bottom: 12px; }
  .blue-bg #gform_1 .gform_footer .gform_button { padding: 14px; }
}
@media only screen and (min-width: 641px) {
    .blue-bg .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
}


/* ===== Light background form theme (Gravity Forms) ===== */
.light-bg li#field_1_2,
.light-bg input#input_1_2,
.light-bg input#input_1_3 {
    margin-top: 0;
}
.light-bg #gform_1,
.light-bg #gform_1 * {
    box-sizing: border-box;
    color: #1f2937; /* dark text everywhere by default */
}

/* Headline spacing (optional) */
.light-bg #gform_1 .gform_body { margin-top: 10px; }

/* Labels */
.light-bg #gform_1 .gfield_label {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Inputs, selects, textarea */
.light-bg #gform_1 .ginput_container input[type="text"],
.light-bg #gform_1 .ginput_container input[type="email"],
.light-bg #gform_1 .ginput_container input[type="tel"],
.light-bg #gform_1 .ginput_container input[type="number"],
.light-bg #gform_1 .ginput_container textarea,
.light-bg #gform_1 .ginput_container select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    line-height: 1.4;
    color: #1f2937;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}

/* Placeholder color */
.light-bg #gform_1 ::placeholder { color: #6b7280; }

/* Focus state */
.light-bg #gform_1 .ginput_container input:focus,
.light-bg #gform_1 .ginput_container textarea:focus,
.light-bg #gform_1 .ginput_container select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* Name field (complex) spacing fix */
.light-bg #gform_1 .ginput_container--name .gform-grid-col input {
    margin-top: 0;
}

/* Select arrow (light) */
.light-bg #gform_1 .ginput_container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,\
");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

/* Checkboxes */
.light-bg #gform_1 .gfield_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    accent-color: #0082CB;
}
.light-bg #gform_1 .gfield_checkbox label {
    color: #1f2937;
    font-weight: 400;
}

/* Submit button: blue pill with white text */
.light-bg #gform_1 .gform_footer .gform_button {
    width: 100%;
    background: #0082CB;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s, box-shadow .15s;
}
.light-bg #gform_1 .gform_footer .gform_button:hover {
    background: #0082CB;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.light-bg #gform_1 .gform_footer { margin-top: 14px; }

/* Small print text (consent) */
.light-bg #gform_1 .gform_description,
.light-bg #gform_1 .gfield_description,
.light-bg #gform_1 .gform_wrapper .gfield_consent_description,
.light-bg #gform_1 .gform_body .gfield_description,
.light-bg #gform_1 .gform_footer + p {
    color: #6b7280;
}

/* Tidy list spacing */
.light-bg #gform_1 .gform_fields > .gfield {
    margin-bottom: 16px;
}

/* Mobile tweaks */
@media (max-width: 640px) {
    .light-bg #gform_1 .gform_fields > .gfield { margin-bottom: 14px; }
    .light-bg #gform_1 .gform_footer .gform_button { padding: 12px; }
}
@media only screen and (min-width: 641px) {
    .light-bg .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
}