/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding: 0px;
}

@font-face {
  font-family: "Gotham Book";
  src: url(fonts/Gotham-Book.b135605a.woff) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url(fonts/GothamBold.f8ff2da4.woff) format("woff2");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gotham Book", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 200%;
}

.no-scroll {
  overflow: hidden;
  height: 100vh; /* Prevent the page from scrolling */
}

* {
  box-sizing: border-box;
}

button {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background-color: #1d1c1d;
  border: 1px solid #1d1c1d;
  color: #fff;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}

*:focus {
  outline: none;
}

.header {
  width: 100%; /* Ensure header spans full width */
  margin: 0;
}

.main-container {
  width: 100%;
  flex: 1 0 auto;
}
@media (max-width: 479px) {
  .main-container {
    margin-top: 0;
  }
}

.large-text {
  font-size: 12.5rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -8px;
}

.label {
  font-size: 0.75rem;
  line-height: 160%;
  margin: 0;
}

.full-height {
  min-height: 82vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1693px) {
  .full-height {
    min-height: 50vh;
  }
}

.darkPurple {
  color: #1e1646;
}

.white-bg {
  background-color: #fff;
}

.darkPurple-bg {
  background-color: #1e1646 !important;
}

.pink-bg {
  background-color: #eae3ff !important;
}

.blue-bg {
  background-color: #badbff;
}

.green-bg {
  background-color: #01933c;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.max-padding {
  padding: 3rem;
}
@media (max-width: 1024px) {
  .max-padding {
    padding: 1.5rem;
  }
}
.max-padding--no-side {
  padding: 8rem 0;
}
.max-padding--side {
  padding: 0 8rem;
}
@media (max-width: 1024px) {
  .max-padding--side {
    padding: 2rem 1.5rem;
  }
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.margin-center {
  margin: 0 auto;
}

img[src=""],
img:not([src]) {
  visibility: hidden;
}

.hidden {
  display: none;
}

.mobile-hide {
  display: none;
}
@media (max-width: 479px) {
  .mobile-hide {
    display: block;
  }
}

.ac {
  --color-white: #fff;
  --color-light-grey: #eee;
  --color-grey: #8a8a8a;
  --color-black: #111;
  margin-bottom: 8px;
  border: 1px solid var(--color-light-grey);
  background-color: var(--color-white);
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font-family: "Gotham Bold", sans-serif;
  text-align: left;
  font-weight: 800;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
  color: #1e1646;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: var(--color-grey);
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font-family: "Gotham Bold", sans-serif;
  padding: 8px 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.ac-items {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.ac-item {
  margin: 0 0 10px;
  line-height: 120%;
}

.navbar {
  background-color: #1e1646;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 3px solid #FCDA01;
}
.navbar__logo {
  position: relative;
  width: 250px;
  max-width: 100%;
  z-index: 1000;
}
.navbar__logo img {
  width: 100%;
  height: auto;
}
.navbar__toggle {
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.navbar__toggle svg {
  width: 30px;
  height: 30px;
}
.navbar__menu {
  display: none;
}
.navbar__menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__menu a {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
}
.navbar nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 1333px) {
  .navbar nav {
    flex-direction: column;
    width: 100%;
    padding-top: 120px;
  }
}
.navbar nav a {
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
}

.donate {
  background-color: #FCDA01;
  padding: 6px 20px 4px;
  line-height: 100%;
  font-weight: bold;
  margin: 0 20px;
  color: #1e1646 !important;
}
@media (max-width: 1333px) {
  .donate {
    background-color: transparent;
    margin: 0;
    color: #fff !important;
  }
}

.twitter__logo {
  width: 25px;
  max-width: 100%;
}

@media (max-width: 1333px) {
  .navbar__menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    background-color: #1e1646;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    padding: 35px;
  }
  .navbar__menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navbar__menu li {
    width: 100%;
  }
  .navbar__menu a {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
  }
  .navbar__menu--open {
    transform: translateX(0);
  }
  .navbar__menu--hidden {
    transform: translateX(100%);
    transition: none;
  }
  .navbar__toggle {
    display: block;
  }
}
.navbar__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.letter {
  background-color: #FCDA01;
  padding: 10px 0;
  width: 100%;
  top: 0;
  z-index: 2000;
}
.letter__copy {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: auto;
  line-height: 100%;
}
@media (max-width: 820px) {
  .letter__copy {
    font-size: 1rem;
  }
}
.letter__arrow {
  max-width: 70px;
  position: absolute;
  top: -17px;
  right: -57px;
}
@media (max-width: 820px) {
  .letter__arrow {
    display: none;
  }
}
.letter__read {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.25rem;
  color: #1e1646;
  font-weight: bold;
  text-decoration: underline;
}

.why-scott__read {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.25rem;
  color: #1e1646;
  font-weight: bold;
  text-decoration: none; /* Remove underline from the overall link */
  display: inline-flex; /* Allows alignment between text and arrow */
  align-items: center;
  gap: 0.25rem; /* Spacing between text and arrow */
}

.why-scott__text {
  text-decoration: underline; /* Underline only the text */
}

.why-scott__arrow {
  text-decoration: none; /* No underline for the arrow */
  font-size: 1rem; /* Adjust arrow size */
  font-weight: normal; /* Match arrow weight to design */
}

.hero {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: 25% 20%; /* 25% across horizontally, 75% down vertically */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  margin-top: 0;
}
@media (max-width: 820px) {
  .hero {
    background-position: 15%; /* 25% across horizontally, 75% down vertically */
  }
}
.hero__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 3;
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 820px) {
  .hero__content {
    display: none;
  }
}
.hero__content__mobile {
  display: none;
}
@media (max-width: 820px) {
  .hero__content__mobile {
    padding: 20px;
    background-color: #1e1646;
    display: block;
  }
}
.hero__text {
  width: 520px;
  max-width: 100%;
  text-align: left;
  margin-left: 250px; /* Shift text to the right */
}
@media (max-width: 820px) {
  .hero__text {
    margin-left: 0;
  }
}
.hero__text h1 {
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  font-size: 4.2rem;
  margin: 0;
  line-height: 60px;
}
.hero__cta {
  font-weight: 800;
  padding: 3px 30px;
  border: 7px solid #FCDA01;
  background-color: transparent;
  color: white;
  font-size: 3.75rem;
  position: relative;
}
@media (max-width: 820px) {
  .hero__cta {
    font-size: 2.75rem;
  }
}
.hero__cta-arrow {
  max-width: 70px;
  position: absolute;
  left: 190px;
}
@media (max-width: 820px) {
  .hero__cta-arrow {
    top: -7px;
    left: 150px;
  }
}
.hero__cta:hover {
  background-color: #FCDA01; /* Darken button on hover */
}
.hero__cta-copy {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  padding-top: 20px;
  line-height: 125%;
  word-spacing: 0.1em;
  width: 440px;
  max-width: 100%;
  margin: auto;
}

.hero-scott {
  color: #badbff !important;
  font-size: 3.96rem !important;
}
@media (max-width: 820px) {
  .hero-scott {
    font-size: 2rem;
    line-height: 100%;
  }
}

.hero-nyc {
  font-family: "Gotham Book", sans-serif;
  color: #badbff;
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .hero-nyc {
    font-size: 1.4rem;
    line-height: 100%;
  }
}

.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 40px 40px;
}

.card {
  background-color: #badbff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:last-child {
  background-color: #1e1646;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.card-title {
  color: #badbff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.card-header {
  font-family: "field-gothic-condensed", sans-serif;
  color: #1e1646;
  font-size: 2rem;
  margin: 10px 0;
}
.card-header--last {
  display: flex; /* Enables flexbox */
  justify-content: center; /* Horizontally centers the child elements */
  align-items: center; /* Vertically centers the child elements */
  height: 6vh;
  font-size: 3rem;
  text-transform: uppercase;
}

.card-text {
  color: #34495e;
  font-size: 1rem;
  line-height: 1.6;
  margin: 15px 0;
}

.card-link {
  color: #1e1646;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.card-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1e1646;
  transition: width 0.3s;
}

.card-link:hover::after {
  width: 100%;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .card-container {
    grid-template-columns: 1fr;
  }
}
.footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #1e1646;
}
.footer__hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.footer__hero-logo {
  width: 250px;
  max-width: 100%;
}
.footer__hero-text {
  font-size: 7.875rem;
  text-align: center;
}
.footer__hero-text p {
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  font-size: 7.8rem; /* Adjust font size */
  margin: 0;
  padding: 0 0 40px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .footer__hero-text p {
    font-size: 5rem;
  }
}

.footer h2 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.footer__copy {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  font-family: "field-gothic-condensed", sans-serif;
}
.footer__link {
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
}
.footer__press {
  padding: 30px 0;
}

.footer .box {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid white;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.5rem;
}

.footer .small-text {
  font-size: 1rem;
  margin: 20px 0;
  color: white;
}

.footer .small-text a {
  color: white;
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.footer-nav a {
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
}

.footer-links a {
  font-size: 1rem;
  color: white;
  text-decoration: underline;
}

.footer-link {
  color: white;
  text-decoration: underline;
}

.priority-card {
  margin: 0 0 50px;
}

.priority-card > .headline {
  font-size: 2.5rem;
}

.priority-card > ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}

.priority-card > ol {
  list-style: bullet;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}

.priority-card > ul > li {
  margin: 0 0 10px;
}

.priority-card > ol > li {
  margin: 0 0 10px;
}

/* Two-column grid */
.two-column-grid-layout {
  padding: 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 40px; /* Adjust spacing between columns */
  align-items: center; /* Vertically centers content */
}
@media (max-width: 1024px) {
  .two-column-grid-layout {
    display: block; /* Stack columns vertically */
  }
}
@media (max-width: 479px) {
  .two-column-grid-layout {
    padding: 30px 20px;
  }
}

.text-column-grid {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically centers the text content */
}

.image-column-grid {
  display: flex;
  justify-content: center; /* Horizontally centers the image */
  align-items: center; /* V ertically centers the image */
}
@media (max-width: 1024px) {
  .image-column-grid {
    margin: auto;
  }
}

.image-column img {
  max-width: 100%; /* Ensures the image is responsive */
  height: auto; /* Maintains aspect ratio */
}

/* Two-column layout */
.two-column-layout {
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap; /* Allows wrapping for smaller screens */
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .two-column-layout {
    flex-direction: column; /* Stack columns vertically */
  }
}
@media (max-width: 479px) {
  .two-column-layout {
    padding: 30px 20px;
  }
}

/* Text column styling */
.text-column {
  flex: 1; /* Take up equal space */
  min-width: 300px; /* Prevents columns from shrinking too small */
}
@media (max-width: 479px) {
  .text-column {
    width: 100%;
  }
}
.text-column__wrapper {
  padding: 60px 40px 40px;
}
@media (max-width: 479px) {
  .text-column__wrapper {
    padding: 1.5rem;
  }
}

.headline {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-size: 7rem;
  color: #1e1646;
  line-height: 100%;
  text-align: left;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  .headline {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.headline--white {
  color: #fff;
}
.headline--form {
  padding: 0 0 20px;
  font-size: 6.75rem;
}
@media (max-width: 479px) {
  .headline--form {
    font-size: 4rem;
  }
}
.headline--priorities {
  font-size: 3rem;
  color: #1e1646;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .headline--priorities {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.copy {
  font-weight: 400;
  font-size: 1.25rem;
  text-align: left;
  line-height: 125%;
  color: #1e1646;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .copy {
    padding: 0;
    text-align: left;
  }
}
.copy--white {
  color: #fff;
}
.copy--priorities {
  margin-bottom: 0px;
}

.copy > ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}

.copy > ol {
  list-style: bullet;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}

.copy > ul > li {
  margin: 0 0 10px;
}

.copy > ol > li {
  margin: 0 0 10px;
}

/* Image column styling */
.image-column {
  flex: 1; /* Take up equal space */
  min-width: 300px;
  text-align: center; /* Center the image horizontally */
  position: relative;
}
@media (max-width: 479px) {
  .image-column {
    width: 100%;
  }
}

.image-column img {
  max-width: 100%; /* Ensures the image is responsive */
}

/* Responsive design for small screens */
@media (max-width: 768px) {
  .text-column,
  .image-column {
    text-align: center; /* Center-align text and image for a stacked view */
  }
}
.bg-darkPurple {
  background-color: #1e1646;
}

.bg-red {
  background-color: #FCDA01;
}

.bg-image {
  position: relative;
}
@media (max-width: 820px) {
  .bg-image {
    background-image: none;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
}
@media (max-width: 820px) {
  .grid-container {
    display: block;
  }
}

.number-column-and-headline {
  display: flex;
  align-items: center; /* Vertically align number and headline */
  gap: 8px; /* Add spacing between number and headline */
}
@media (max-width: 479px) {
  .number-column-and-headline {
    margin-bottom: 20px;
  }
}

.number-column img {
  width: 60px; /* Adjust the width of the number image */
  height: auto; /* Maintain aspect ratio */
}

.quote-container {
  gap: 16px;
  color: #3366cc;
  text-align: center;
  position: relative;
}

.quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-left {
  position: absolute;
  left: 20px;
  top: 23px;
  max-width: 70px;
}
@media (max-width: 1024px) {
  .quote-left {
    left: 0;
    top: 3px;
  }
}

.quote-right {
  position: absolute;
  right: 80px;
  bottom: 23px;
  max-width: 70px;
}
@media (max-width: 1024px) {
  .quote-right {
    right: 0;
    bottom: 3px;
  }
}

.quote-text {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 4px;
  color: #706987;
  text-align: left;
  line-height: 100%;
}
.quote-text__headline {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-size: 7rem;
  text-align: center;
}
.quote-text__subheadline {
  font-size: 2rem;
  text-align: center;
}
.quote-text--form {
  color: #fff;
  margin-bottom: 20px;
}
.quote-text--disclaimer {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 20px;
}

.quote-container .quote-left svg,
.quote-container .quote-right svg {
  width: 40px;
  height: 40px;
}

/* Container for the donation block */
.donation-container {
  background-color: #1e1646;
  text-align: center;
}

.donation-wrapper {
  background-color: #1e1646;
}

/* Title styling */
.donation-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

/* Description styling */
.donation-description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #ffffff;
}

/* Options grid styling */
.donation-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Button styling */
.donation-button {
  font-family: "field-gothic-condensed", sans-serif;
  background-color: #FCDA01; /* Green background */
  color: #1e1646;
  font-size: 3.3rem;
  font-weight: 600;
  border: none;
  padding: 16px 16px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 479px) {
  .donation-button {
    font-size: 2.75rem;
  }
}

.donation-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Special styling for the 'OTHER AMOUNT' button */
.other-amount {
  background-color: transparent;
  padding: 11px 16px;
  border: 5px solid #FCDA01;
  color: #fff;
}

#priorities {
  scroll-margin-top: 80px; /* Adjust based on the navbar's height */
}

#volunteer {
  scroll-margin-top: 80px; /* Adjust based on the navbar's height */
}

#donate {
  scroll-margin-top: 80px; /* Adjust based on the navbar's height */
}

.swiper {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #fff;
  left: 0;
  right: 0;
}

.swiper-slide p {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
@media (max-width: 820px) {
  .swiper-slide p {
    width: 350px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.frm_forms {
  background-color: white;
  padding: 25px;
}

.frm_primary_label {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800 !important;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.5rem !important;
  margin: 0;
  padding: 0 0 40px;
  color: #1e1646 !important;
}
@media (max-width: 479px) {
  .frm_primary_label {
    font-size: 2.75rem !important;
  }
}

.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=tel] {
  border-radius: 0 !important;
  border: 1px solid #1e1646 !important;
  font-family: "field-gothic-condensed", sans-serif;
}

.frm_button_submit {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 400;
  background-color: #1e1646 !important; /* Red background for the Donate button */
  padding: 20px 20px !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  width: 40% !important;
  border: none !important;
  font-size: 1.5rem !important;
}
@media (max-width: 479px) {
  .frm_button_submit {
    width: 100% !important;
  }
}

.letter-image {
  display: block;
  width: 250px;
  max-width: 100%;
}

.letter-image-signature {
  display: block;
  width: 480px;
  max-width: 100%;
  padding-bottom: 30px;
}

.short-text .more-text {
  display: none;
}

.short-text.expanded .dots {
  display: none;
}

.short-text.expanded .more-text {
  display: inline;
}

.read-more-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.quote-box {
  border: 2px solid #badbff; /* Blue border */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Padding inside the box */
  display: inline-block; /* Makes it fit the content */
  line-height: 1.6; /* Line spacing */
  text-align: left; /* Align text to the left */
  margin: 0 0 24px;
  font-size: 1.2rem;
}

.meet-scott-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 64px;
  display: flex;
}
@media (max-width: 479px) {
  .meet-scott-wrapper {
    padding: 64px 15px;
  }
}

.meet-scott-content {
  width: 960px;
  max-width: 100%;
  margin-bottom: 2em;
}

.hidden {
  display: block;
}
@media (max-width: 479px) {
  .hidden {
    display: none;
  }
}

.image-caption {
  text-align: center;
}

.press-section {
  margin: 0 auto;
  padding: 40px 40px;
}
.press-section h1 {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  color: #1d1c1d;
  font-size: 5.625rem;
  margin: 0;
}
.press-section__download-link {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #1d1c1d;
  text-decoration: none;
  font-size: 1.42rem;
  padding-bottom: 30px;
}

.press-section .press-section a.download-link svg {
  margin-left: 8px;
}

.press-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px; /* Adjust as per your layout */
  margin: 0 auto; /* Center container */
  gap: 3rem;
}
@media (max-width: 1024px) {
  .press-container {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  }
}
@media (max-width: 820px) {
  .press-container {
    grid-template-columns: repeat(1, 1fr); /* Switch to 2 columns */
  }
}
@media (max-width: 479px) {
  .press-container {
    gap: 1.5rem; /* Reduce spacing between items */
  }
}

.press-card {
  margin: 0 0 50px;
}
.press-card__date {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1rem;
  margin-bottom: 15px;
  color: #1d1c1d;
}
.press-card__headline {
  display: block;
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-size: 3rem;
  margin-bottom: 15px;
  color: #1e1646;
  line-height: 100%;
}
.press-card__headline a {
  color: inherit; /* Matches the text color */
  text-decoration: none; /* Removes underline */
}
.press-card__headline a:hover {
  text-decoration: underline; /* Add underline on hover */
  color: #0073e6; /* Optional: Add hover color */
}
.press-card__copy {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #1d1c1d;
}
.press-card__read {
  display: block;
  font-size: 1.125rem;
  color: #1f1546;
  text-decoration: underline;
}

.single__container {
  max-width: 1000px;
  margin: 70px auto 0;
  padding: 30px 10px;
}
.single__headline {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 3rem;
  margin-bottom: 15px;
}
.single__copy p {
  margin: 0 0 24px;
}
.single__copy p strong {
  font-family: "Gotham Bold", sans-serif;
}
.single__copy p a {
  text-decoration: underline;
}
.single__copy h2 {
  font-family: "field-gothic-condensed", sans-serif;
  margin-bottom: 20px;
  font-size: 2rem;
}
.single__copy h3 {
  font-family: "field-gothic-condensed", sans-serif;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.single__copy > ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}
.single__copy li {
  margin: 0 0 10px;
}
.single__copy li:last-child {
  margin: 0 0 24px;
}
.single__copy li strong {
  font-family: "Gotham Bold", sans-serif;
}

.press-subtitle {
  display: block;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 24px !important;
  padding: 30px 0 10px 0;
}
@media (max-width: 479px) {
  .press-subtitle {
    text-align: left;
  }
}

.endorsements {
  margin-top: 60px;
}
@media (max-width: 820px) {
  .endorsements__title {
    text-align: center;
  }
}
.endorsements__card {
  display: flex;
  gap: 30px;
}
@media (max-width: 820px) {
  .endorsements__card {
    display: block;
  }
}
.endorsements__headline {
  display: block;
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-size: 3rem;
  margin-bottom: 15px;
  color: #1e1646;
  line-height: 100%;
}
@media (max-width: 820px) {
  .endorsements__headline {
    text-align: center;
  }
}
.endorsements__image {
  max-width: 200px;
}
@media (max-width: 820px) {
  .endorsements__image {
    display: block;
    padding: 30px 0;
    margin: auto;
  }
}
.endorsements__copy {
  place-content: center;
}
@media (max-width: 820px) {
  .endorsements__copy {
    text-align: center;
  }
}

.error-404 {
  margin: auto;
  text-align: center;
  padding-top: 30px;
}
.error-404__button {
  display: block;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background-color: #1d1c1d;
  border: 1px solid #1d1c1d;
  color: #fff;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  line-height: 150%;
  width: 300px;
  margin: 30px auto 0;
}
.error-404__button:hover {
  background-color: #f2f1ec;
  color: #1d1c1d;
}
.error-404__headline {
  font-weight: 300;
  font-size: 1.6em;
  margin: 0;
  width: 100%;
}
.error-404__copy {
  padding: 20px 0;
  line-height: 25px;
  font-size: 1.25rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style-index.css.map*/