.elementor-710 .elementor-element.elementor-element-9d61321{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}/* Start custom CSS *//* =========================================================
   VOTE PRANGER - GET INVOLVED PAGE
   FULL REPLACEMENT CSS
   Elementor Page Custom CSS safe version

   Structure:
   Get Involved Section
   └── Get Involved Inner
       └── Get Involved HTML
========================================================= */


/* =========================================================
   PAGE SHELL + LOCAL DESIGN VARIABLES
   Variables live on .vp-gi instead of :root so Elementor's
   page-level CSS scoping does not break them.
========================================================= */

.vp-gi {
  --vp-navy: #062a54;
  --vp-navy-dark: #031d3b;
  --vp-navy-soft: #173c63;
  --vp-text: #001c41;
  --vp-gold: #f5ad12;
  --vp-aqua: #05bdb4;
  --vp-white: #ffffff;
  --vp-light: #f4f7fa;
  --vp-line: #d7e0ea;
  --vp-muted: #5c6f83;

  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--vp-text);
  background: var(--vp-navy-dark);
  font-family: inherit;
}

.vp-gi *,
.vp-gi *::before,
.vp-gi *::after {
  box-sizing: border-box;
}

.vp-gi section,
.vp-gi article,
.vp-gi div {
  min-width: 0;
  max-width: 100%;
}

.vp-gi iframe {
  width: 100% !important;
}

.vp-gi img,
.vp-gi iframe {
  max-width: 100%;
}

.vp-gi h1,
.vp-gi h2,
.vp-gi h3,
.vp-gi p {
  margin-top: 0;
}

.vp-gi a {
  text-underline-offset: 3px;
}


/* =========================================================
   SHARED TYPOGRAPHY
========================================================= */

.vp-gi-kicker,
.vp-gi-option-label {
  margin: 0 0 8px;
  color: var(--vp-gold);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.vp-gi-button-primary,
.vp-gi-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease,
    background-color 0.15s ease;
}

.vp-gi-button-primary:hover,
.vp-gi-button-secondary:hover {
  transform: translateY(-1px);
}

.vp-gi-button-primary:focus-visible,
.vp-gi-button-secondary:focus-visible,
.vp-gi-option a:focus-visible {
  outline: 3px solid var(--vp-aqua);
  outline-offset: 3px;
}

.vp-gi-button-primary {
  background: var(--vp-gold);
  color: var(--vp-text);
}

.vp-gi-button-primary:hover {
  opacity: 0.94;
}

.vp-gi-button-secondary {
  border: 2px solid rgba(255, 255, 255, 0.58);
  color: var(--vp-white);
  background: transparent;
}

.vp-gi-button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}


/* =========================================================
   HERO
========================================================= */

.vp-gi-hero {
  width: min(1180px, calc(100% - 80px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 0 68px;
  color: var(--vp-white);
}

.vp-gi-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--vp-white);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.vp-gi-lead {
  max-width: 770px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.65;
}

.vp-gi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}


/* =========================================================
   THREE WAYS TO HELP
========================================================= */

.vp-gi-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, calc(100% - 80px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.vp-gi-option {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 30px;
  border-radius: 14px;
  background: var(--vp-white);
  box-shadow: 0 12px 32px rgba(0, 28, 65, 0.08);
}

.vp-gi-option-featured {
  color: var(--vp-white);
  background: var(--vp-navy-soft);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.vp-gi-option-number {
  margin-bottom: 28px;
  color: var(--vp-gold);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.vp-gi-option h2 {
  margin-bottom: 14px;
  color: var(--vp-text);
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
}

.vp-gi-option-featured h2 {
  color: var(--vp-white);
}

.vp-gi-option p {
  margin-bottom: 24px;
  color: var(--vp-text);
  font-size: 16px;
  line-height: 1.6;
}

.vp-gi-option-featured p {
  color: rgba(255, 255, 255, 0.84);
}

.vp-gi-option a {
  color: var(--vp-navy);
  font-weight: 900;
  text-decoration: none;
}

.vp-gi-option a:hover {
  text-decoration: underline;
}

.vp-gi-option-featured a {
  color: var(--vp-gold);
}


/* =========================================================
   GOOGLE VOLUNTEER / YARD SIGN FORM
========================================================= */

.vp-gi-form-section {
  width: 100%;
  padding: 80px 40px;
  background: var(--vp-light);
}

.vp-gi-section-heading {
  width: min(850px, 100%);
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.vp-gi-section-heading h2 {
  margin-bottom: 16px;
  color: var(--vp-text);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

.vp-gi-section-heading p {
  margin-bottom: 0;
  color: var(--vp-text);
  font-size: 17px;
  line-height: 1.65;
}

.vp-gi-form-card {
  width: min(820px, 100%);
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 16px;
  background: var(--vp-white);
  box-shadow: 0 14px 40px rgba(0, 28, 65, 0.10);
  overflow: hidden;
}

.vp-gi-form-card iframe {
  display: block;
  width: 100%;
  height: 1920px;
  margin: 0;
  border: 0;
  background: var(--vp-white);
}


/* =========================================================
   EMAIL SIGNUP
========================================================= */

.vp-gi-email-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 50px;
  width: min(1180px, calc(100% - 80px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
  color: var(--vp-white);
}

.vp-gi-email-copy {
  min-width: 0;
}

.vp-gi-email-copy h2 {
  max-width: 540px;
  margin-bottom: 18px;
  color: var(--vp-white);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

.vp-gi-email-copy > p {
  max-width: 570px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.vp-gi-email-note {
  margin-top: 20px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 14px !important;
}

.vp-gi-email-form {
  width: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  background: var(--vp-white);
  overflow: hidden;
}

.vp-gi-email-form iframe {
  display: block;
  width: 100%;
  height: 680px;
  margin: 0;
  border: 0;
  background: var(--vp-white);
}


/* =========================================================
   CONTACT
========================================================= */

.vp-gi-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(1100px, calc(100% - 80px));
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 34px 40px;
  border-radius: 14px;
  background: var(--vp-gold);
}

.vp-gi-contact > div {
  min-width: 0;
}

.vp-gi-contact .vp-gi-kicker {
  color: var(--vp-text);
}

.vp-gi-contact h2 {
  margin-bottom: 8px;
  color: var(--vp-text);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.vp-gi-contact p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--vp-text);
  line-height: 1.55;
}

.vp-gi-contact .vp-gi-button-primary {
  flex: 0 0 auto;
  background: var(--vp-navy);
  color: var(--vp-white);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .vp-gi-hero,
  .vp-gi-options,
  .vp-gi-email-section {
    width: calc(100% - 56px);
  }

  .vp-gi-hero {
    padding-top: 72px;
  }

  .vp-gi-options {
    gap: 16px;
  }

  .vp-gi-email-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vp-gi-email-copy {
    max-width: 760px;
  }

  .vp-gi-email-form {
    max-width: 620px;
  }

  .vp-gi-email-form iframe {
    height: 700px;
  }
}

@media (max-width: 900px) {

  .vp-gi-options {
    grid-template-columns: 1fr;
  }

  .vp-gi-option {
    min-height: 0;
  }

  .vp-gi-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .vp-gi-hero,
  .vp-gi-options,
  .vp-gi-email-section {
    width: calc(100% - 44px);
  }

  .vp-gi-hero {
    padding: 56px 0 44px;
  }

  .vp-gi-hero h1 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .vp-gi-lead {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.6;
  }

  .vp-gi-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vp-gi-button-primary,
  .vp-gi-button-secondary {
    width: 100%;
  }

  .vp-gi-options {
    padding: 0 0 56px;
  }

  .vp-gi-option {
    padding: 26px 24px;
  }

  .vp-gi-option-number {
    margin-bottom: 22px;
  }

  .vp-gi-option h2 {
    font-size: 25px;
  }

  .vp-gi-form-section {
    padding: 56px 8px;
  }

  .vp-gi-section-heading {
    padding: 0 14px;
    margin-bottom: 28px;
  }

  .vp-gi-section-heading h2 {
    font-size: 34px;
  }

  .vp-gi-form-card {
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
  }

  .vp-gi-form-card iframe {
    height: 1980px;
  }

  .vp-gi-email-section {
    padding: 58px 0;
    gap: 28px;
  }

  .vp-gi-email-copy h2 {
    font-size: 34px;
  }

  .vp-gi-email-form {
    padding: 0;
    border-radius: 12px;
  }

  .vp-gi-email-form iframe {
    height: 700px;
  }

  .vp-gi-contact {
    width: calc(100% - 44px);
    max-width: 1100px;
    margin: 0 auto 58px;
    padding: 28px 24px;
  }

  .vp-gi-contact h2 {
    font-size: 27px;
  }

  .vp-gi-contact .vp-gi-button-primary {
    width: 100%;
  }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 420px) {

  .vp-gi-hero,
  .vp-gi-options,
  .vp-gi-email-section {
    width: calc(100% - 32px);
  }

  .vp-gi-hero h1 {
    font-size: 39px;
  }

  .vp-gi-form-card iframe {
    height: 2040px;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .vp-gi-button-primary,
  .vp-gi-button-secondary {
    transition: none;
  }

  .vp-gi-button-primary:hover,
  .vp-gi-button-secondary:hover {
    transform: none;
  }
}/* End custom CSS */