.elementor-kit-19464{--e-global-color-primary:#1C1F2A;--e-global-color-secondary:#A2A569;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F68D2E;--e-global-color-ba572a4:#FFFFFF;--e-global-color-06954d2:#F2F2F2;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-19464 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-19464 a:hover{color:#000000;}.elementor-kit-19464 h1{font-size:clamp(32px, 6vw, 70px);}.elementor-kit-19464 h2{font-size:clamp(26px, 3vw, 50px);}.elementor-kit-19464 h3{font-size:clamp(22px, 1/5vw, 30px);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
max-width: 100%;
overflow-x: hidden;
}


/*Sticky Header Code*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#1C1F2A;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/*Hide "Contact" menu item when "Contact" button is visible*/
@media screen and (min-width: 1024px){
	.contact-nav-link {
		display: none !important;
	}
}

/*Custom Styles*/
.opportunity-card {
    min-height: 250px;
}

@media screen and (max-width: 1024px){
    .opportunity-card {
    min-height: 0px;
     }
    
}

/* =========================================================
   HubSpot Vertical Form – Elementor Styled
   Scoped to .olp-hubspot-form
   ========================================================= */

/* Grid layout */
.olp-hubspot-form form.hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

/* Full-width fields - Updated to include names */
.olp-hubspot-form .hs_firstname,
.olp-hubspot-form .hs_lastname,
.olp-hubspot-form .hs_email,
.olp-hubspot-form .hs_phone,
.olp-hubspot-form .hs_territory,
.olp-hubspot-form .hs-dependent-field,
.olp-hubspot-form .hs_are_you_a_current_or_former_member_of_our_armed_forces__a_first_responder_or_educator_,
.olp-hubspot-form .hs_submit,
.olp-hubspot-form .hs_i_agree_to_received_sms_messages_and_understand_that_message_and_data_rates_may_apply__text_stop_to,
.olp-hubspot-form .hs_i_agree_to_receive_other_communications_from_empower_brands {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

/* ---------------------------------------------------------
   Labels (text fields only)
   --------------------------------------------------------- */
.olp-hubspot-form
.hs-form-field:not(.hs-fieldtype-booleancheckbox)
> label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.olp-hubspot-form
.hs-form-field:not(.hs-fieldtype-booleancheckbox)
> label span {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

/* Required asterisk */
.olp-hubspot-form .hs-form-required {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

/* ---------------------------------------------------------
   Inputs & Selects
   --------------------------------------------------------- */
.olp-hubspot-form .hs-input {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 14px 12px;
  font-size: 15px;
  width: 100%;
}

.olp-hubspot-form select.hs-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* ---------------------------------------------------------
   Checkbox fields
   --------------------------------------------------------- */
.olp-hubspot-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.olp-hubspot-form .hs-form-booleancheckbox {
  padding-left: 0;
}

.olp-hubspot-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

/* Checkbox input */
.olp-hubspot-form
.hs-form-booleancheckbox-display
input[type="checkbox"] {
  margin: 2px 0 0 0;
  flex-shrink: 0;
}

/* Checkbox text */
.olp-hubspot-form
.hs-form-booleancheckbox-display
span {
  display: inline;
  line-height: 1.4;
}

/* ---------------------------------------------------------
   Submit Button
   --------------------------------------------------------- */
.olp-hubspot-form .hs-button {
  background: #f7932e;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
}

.olp-hubspot-form .hs-button:hover {
  background: #e6821f;
}

/* ---------------------------------------------------------
   Errors
   --------------------------------------------------------- */
.olp-hubspot-form .hs-error-msgs {
  font-size: 12px;
  color: #ffd6d6;
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media (max-width: 880px) {
  .olp-hubspot-form form.hs-form {
    grid-template-columns: 1fr;
  }
}


/* Fix grid row collapse for checkbox fields */
.olp-hubspot-form .hs-fieldtype-booleancheckbox {
  display: block!important;
  align-self: stretch!important;
}

/* 1. Force the container to allow flex alignment */
.olp-hubspot-form .hs-form-booleancheckbox {
  display: block !important;
  width: 100% !important;
}

/* 2. Override Elementor/Theme Reset on labels */
.olp-hubspot-form .hs-form-booleancheckbox-display {
  display: flex !important; /* Ensure flex is active */
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
}

/* 3. Ensure the checkbox doesn't shrink to 0px */
.olp-hubspot-form .hs-form-booleancheckbox-display input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
  cursor: pointer;
  -webkit-appearance: checkbox !important; /* Forces browser default if Hubspot hid it */
}

/* 4. Ensure the text spans the remaining width */
.olp-hubspot-form .hs-form-booleancheckbox-display span {
  display: inline-block !important;
  font-size: 13px;
  line-height: 1.4;
  margin-top: -1px; /* Optical alignment with checkbox */
}

/* =========================================================
   HubSpot Form – Horz
   Scoped to .olp-horz-hubspot-form
   ========================================================= */

/* 1. Container: Flex with wrapping allowed */
.olp-horz-hubspot-form form.hs-form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 20px !important;
}

/* 2. Main Inputs: Force 4 fields per row */
.olp-horz-hubspot-form .hs_firstname,
.olp-horz-hubspot-form .hs_lastname,
.olp-horz-hubspot-form .hs_email,
.olp-horz-hubspot-form .hs_phone {
    flex: 1 1 calc(25% - 20px) !important; /* Distributed across one row */
    min-width: 150px !important;
}

/* 3. Underline Style for Inputs & Labels */
.olp-horz-hubspot-form label:not(.hs-form-booleancheckbox-display) {
    display: block !important;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.olp-horz-hubspot-form .hs-input:not([type="checkbox"]) {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    width: 100% !important;
}

/* 4. Consent Checkboxes: Force to individual full-width lines */
.olp-horz-hubspot-form .hs-fieldtype-booleancheckbox {
    flex: 0 0 100% !important; /* Takes full width to force wrap */
    margin-top: 10px !important;
}

/* Fix for HubSpot's internal list margins */
.olp-horz-hubspot-form ul.inputs-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* 5. Left-Aligned Button */
.olp-horz-hubspot-form .hs_submit {
    flex: 0 0 100% !important;
    text-align: left !important; /* Left aligned as requested */
    margin-top: 20px !important;
}

.olp-horz-hubspot-form .hs-button {
    background: #ff9933 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 40px !important;
    font-weight: 700 !important;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

/* 6. Remove default HubSpot bullet points if they appear */
.olp-horz-hubspot-form .hs-form-booleancheckbox-display::before {
    display: none !important;
}

/* =========================================================
   HubSpot Structural Fixes (Fieldset Overrides)
   ========================================================= */

/* Remove the 500px cap that is squishing your rows */
.olp-horz-hubspot-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
}

/* Ensure the internal HubSpot divs don't limit width */
.olp-horz-hubspot-form .hs-form-field,
.olp-horz-hubspot-form .hs-input,
.olp-horz-hubspot-form .input {
    width: 100% !important;
}

/* Force the fieldset to act as a transparent wrapper for your flex logic */
.olp-horz-hubspot-form fieldset.form-columns-2,
.olp-horz-hubspot-form fieldset.form-columns-1 {
    display: contents !important; /* This "flattens" the fieldset so your flex logic works on the fields inside */
}

/* =========================================================
   Checkbox & Consent Alignment Fixes
   ========================================================= */

/* 1. Force the checkbox and text to sit on the same line */
.olp-horz-hubspot-form .hs-form-booleancheckbox-display {
    display: flex !important;
    flex-direction: row !important; /* Ensures horizontal alignment */
    align-items: flex-start !important; /* Keeps box aligned with the top of long text */
    gap: 10px !important;
    width: 100% !important;
    cursor: pointer;
}

/* 2. Style the text span inside the label */
.olp-horz-hubspot-form .hs-form-booleancheckbox-display span {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    font-size: 13px !important;
    color: #444 !important;
}

/* 3. Prevent the checkbox input from shrinking */
.olp-horz-hubspot-form .hs-form-booleancheckbox-display input[type="checkbox"] {
    flex-shrink: 0 !important;
    margin-top: 4px !important; /* Vertical nudge for alignment */
    width: auto !important;
}

/* 4. Total Bullet Point Annihilation */
/* HubSpot sometimes uses <ul> and <li> for checkboxes which adds bullets */
.olp-horz-hubspot-form ul.inputs-list, 
.olp-horz-hubspot-form ul.inputs-list li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Hide the pseudo-element bullets if they are being forced in */
.olp-horz-hubspot-form ul.inputs-list li::before {
    display: none !important;
    content: none !important;
}

/* =========================================================
   Centering reCAPTCHA, Consent, and Button
   ========================================================= */

/* 1. Center the reCAPTCHA Wrapper */
.olp-horz-hubspot-form .hs_recaptcha {
    display: none!important;
}

/* 2. Target the HubSpot-generated internal div for reCAPTCHA */
.olp-horz-hubspot-form .hs_recaptcha .input,
.olp-horz-hubspot-form .hs_recaptcha .g-recaptcha {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 3. Refined Consent Centering */
/*.olp-horz-hubspot-form .hs-fieldtype-booleancheckbox {*/
/*    flex: 0 0 100% !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    margin-top: 15px !important;*/
/*}*/

/*.olp-horz-hubspot-form .hs-form-booleancheckbox-display {*/
/*    justify-content: center !important;*/
/*    text-align: center !important;*/
/*    max-width: 850px !important;*/
/*    margin: 0 auto !important;*/
/*}*/

/* 4. Center the Submit Button Row */
.olp-horz-hubspot-form .hs_submit {
    flex: 0 0 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 25px !important;
}

.olp-horz-hubspot-form .hs-button {
    margin: 0 !important; /* Reset margins since parent is now flex-centered */
} the Submit Button */
.olp-horz-hubspot-form .hs_submit {
    flex: 0 0 100% !important;
    text-align: center !important; /* Centers the button itself */
}

.olp-horz-hubspot-form .hs-button {
    margin: 0 auto !important;
    display: inline-block !important;
}

/* =========================================================
   Mobile/Tablet Breakpoint (880px)
   ========================================================= */

@media (max-width: 880px) {
    /* 1. Force all input fields to stack 100% wide */
    .olp-horz-hubspot-form .hs_firstname,
    .olp-horz-hubspot-form .hs_lastname,
    .olp-horz-hubspot-form .hs_email,
    .olp-horz-hubspot-form .hs_phone,
    .olp-horz-hubspot-form .hs-form-field {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 2. Ensure the HubSpot internal rows don't try to maintain grid columns */
    .olp-horz-hubspot-form .hs-form-row {
        display: block !important;
    }

    /* 3. Adjust Consent Text for smaller screens */
    .olp-horz-hubspot-form .hs-form-booleancheckbox-display {
        max-width: 100% !important; /* Allow text to use full width */
        text-align: left !important; /* Often looks better left-aligned on mobile */
        justify-content: flex-start !important;
    }

    /* 4. Ensure the button stays full-width or centered */
    .olp-horz-hubspot-form .hs-button {
        width: 100% !important; /* Optional: stretch button on mobile */
    }
}/* End custom CSS */