/* ================================= 
===============HEADER ==============
 ==================== ==============*/
html {
  scroll-behavior: smooth;
}

#masthead {
  min-height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: var(--ld-navy-blue);
  border-bottom: 1px solid #1c3a66;
  position: sticky;
  top: 0;
  z-index: 10000;
}

#masthead .container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

#masthead .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 36px;
}

.header-left-group {
  display: flex;
  align-items: center;
}

#masthead .site-branding img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

nav#site-navigation {
  padding-left: 32px;
}

.main-navigation ul {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#masthead .main-navigation a {
  /* color: var(--ld-cream-white); */
  color: rgb(246 239 223 / 85%);
  font-family: var(--ld-archivo);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 150%;
  letter-spacing: 0.07px;
  transition: opacity 0.2s linear;
}

#masthead .main-navigation ul li a {
  color: rgb(246 239 223 / 85%);
}

#masthead .main-navigation a:hover {
  opacity: 0.8;
}

.header-action-items {
  display: flex;
  align-items: center;
  gap: 24px;
}

.election-countdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.election-countdown .dot-indicator {
  width: 8px;
  height: 8px;
  background-color: var(--ld-red);
  border-radius: 50%;
  position: relative;
}

.election-countdown .dot-indicator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--ld-red);
  border-radius: 50%;
  animation: electionPulse 2s infinite ease-in-out;
  opacity: 0.6;
}

@keyframes electionPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.election-countdown .countdown-text {
  color: var(--ld-cream-white);
  font-family: var(--ld-jetbrains-mono);
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  white-space: nowrap;
}

.election-countdown .countdown-text strong {
  font-weight: 700;
  color: var(--ld-cream-white);
}

.suffix-wysiwyg-text {
  display: inline-block;
}

.suffix-wysiwyg-text p {
  margin: 0 !important;
  display: inline !important;
}

.mobile-action-group {
  display: none;
}

.toggle-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  padding: 10px 0;
}

.toggle-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.toggle-menu-inner span {
  width: 28px;
  height: 2px;
  background-color: var(--ld-yellow);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s linear,
    background-color 0.3s ease;
  transform-origin: center;
}

.active-mb .toggle-menu-inner span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.active-mb .toggle-menu-inner span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.active-mb .toggle-menu-inner span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* OVERLAY BLUR BACKGROUND */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.active-mb .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.header-cta-btn .btn-donate {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* ===============================================
========================= FOOTER==================
================================================= */
footer#colophon {
  background-color: var(--ld-navy-blue);
  color: var(--ld-cream-white);
  padding: 40px 0 144px 0;
  font-family: var(--ld-archivo);
}

#colophon .site-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Master Grid Layout */
.footer-main-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
}

.footer-brand-block {
  max-width: 735px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.footer-logo-con img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.footer-description p {
  font-family: var(--ld-lib-fran);
  color: var(--ld-cream-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  opacity: 0.65;
  margin: 0;
  max-width: 475px;
  padding-bottom: 12px;
}

.footer-menus-grid {
  display: flex;
  gap: 48px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-menu-col {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu-col li {
  line-height: 0;
}

.footer-menu-list-title {
  color: var(--ld-yellow) !important;
  font-family: var(--ld-archivo);
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.footer-menu-col ul li a {
  text-decoration: none;
  /* color: var(--ld-cream-white); */
  color: rgb(246 239 223 / 85%);
  font-family: var(--ld-lib-fran);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
  transition: opacity 0.2s linear;
}

.footer-menu-col ul li a:hover {
  opacity: 1;
}

.footer-menu-col ul li ~ li a {
  /* color: var(--ld-cream-white) !important; */
  color: rgb(246 239 223 / 85%);
  font-family: var(--ld-lib-fran);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 14px;
}

.footer-bottom-wrapper {
  border-top: 1px solid rgba(246, 239, 223, 0.24);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-disclaimer,
.footer-copyright {
  font-family: var(--ld-jetbrains-mono);
  font-size: 12px;
  font-weight: 400;
  line-height: 162%;
  color: var(--ld-light-gray);
}

.footer-socials .social-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
}

.footer-socials .social-list img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer-socials .social-list a:hover img {
  opacity: 1;
}

/* *** * *** * *** * *** * *** * *** * *** * *** * *** * *** *
** STICKY DONATE BAR STYLES 
** *** * *** * *** * *** * *** * *** * *** * *** * *** * *** */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--ld-yellow);
  padding: 12px 0;
  z-index: 9999;
  border-top: 3px solid #d99712;
}

.sticky-bar .container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.sticky-bar-main-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sticky-bar .countdown-text {
  font-family: var(--ld-jetbrains-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--ld-navy-blue);
  text-transform: uppercase;
  letter-spacing: 1.54px;
}

.sticky-bar-action-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.donation-amount-list {
  display: flex;
  gap: 10px;
}

.sticky-amount-btn {
  padding: 0px 12px;
  border: 1px solid var(--ld-navy-blue);
  background: transparent;
  color: var(--ld-navy-blue);
  font-family: var(--ld-archivo);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.sticky-amount-btn:hover {
  background-color: var(--ld-navy-blue);
  color: var(--ld-yellow);
}

.sticky-main-btn {
  padding: 0px 16px;
  min-height: 36px;
  display: flex;
  align-items: center;
  background-color: var(--ld-navy-blue);
  color: var(--ld-yellow);
  font-family: var(--ld-archivo-black);
  font-size: 12.4px;
  font-weight: 700;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  gap: 8px;
}

.sticky-main-btn:hover {
  background-color: #ffffff00;
  color: var(--ld-navy-blue);
  box-shadow: inset 0 0 0 1px var(--ld-navy-blue);
}

.sticky-main-btn .arrow-icon-mask,
.header-cta-btn .arrow-icon-mask {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;

  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

@keyframes stickyBlinker {
  50% {
    opacity: 0.2;
  }
}

/* Contribution */
.contribution-section {
  padding: 72px 20px 84px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.contribution-section p {
  margin: 0px;
  line-height: 1.6;
}

.header-left h5 {
  letter-spacing: 2.42px;
  text-transform: uppercase;
}

.header-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.con-description {
  width: 100%;
  max-width: 587px;
}

.heading-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.con-heading {
  font-size: 44px;
  color: var(--ld-navy-blue);
  line-height: 100%;
  white-space: nowrap;
}

.contribution-container {
  margin-top: 36px;
  padding: 28px;
  box-shadow: 0px 24px 60px -24px #0c23402e;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.bottom-info {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 2%;
}

.cta-button {
  width: 100%;
  padding: 20px;
  background-color: var(--ld-red);
  border: none;
  letter-spacing: 1.28px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s linear;
  text-align: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.cta-button:hover {
  background-color: var(--ld-navy-blue);
}

.arrow-btn img {
  width: 16px;
  height: 12px;
  /* transition: all 0.25s linear; */
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.arrow-btn:hover img {
  transform: translateX(5px);
}

.light-btn.arrow-btn:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(1740%)
    hue-rotate(324deg) brightness(89%) contrast(95%);
}

.donation-max {
  display: flex;
  gap: 24px;
}

.max {
  flex: 1;
  background-color: var(--ld-cream-white);
  color: var(--ld-steel-blue);
  border: 1px solid rgba(12, 35, 64, 0.24);
  padding: 16px 10px;
  text-align: center;
/*   font-size: 10px; */
  letter-spacing: 1.6px;
	font-size: 24px;
  cursor: pointer;
}

.max.active {
  color: var(--ld-cream-white);
  background-color: #0c2340d4;
}

.max.active h3 {
  color: var(--ld-cream-white);
}

/* max button */
.max:not(.active):hover {
  background-color: var(--ld-steel-blue);
  color: var(--ld-cream-white);
}
.max:not(.active):hover h3 {
  color: var(--ld-cream-white);
}
.donation-input {
  width: 100% !important;
  padding: 18px 12px !important;
  border: none !important;
  border-radius: 0 !important;
}

.donation-input::placeholder {
  font-family: var(--font-libre-franklin);
  color: #0c234040;
}

.input-group {
  display: flex;
  border: 1px solid #0c234033;
}

.input-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #efe5cd;
  font-size: 22px;
  border-right: 2px solid #0c2340;
}

/* candidates */

.candidates-section {
  margin: 84px 0px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.candidates-list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 0;
  border: 1px solid #0c234024;
}

.candidate-row {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-right: 1px solid #0c234012;
  border-bottom: 1px solid #0c234012;
  gap: 12px;
  height: 100%;
}

.sub-candidate {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2.42px;
  margin: 0;
  font-family: var(--ld-jetbrains-mono);
  font-weight: 500;
  text-transform: uppercase;
}

.candidate-info {
  flex-grow: 1;
}

.name-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.highlight {
  font-size: 10px;
  padding: 3px 6px;
  line-height: 14.3px;
  letter-spacing: 1.33px;
}

.number {
  margin-right: 13px;
}

.position {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  line-height: 140%;
  letter-spacing: 2%;
}

/* Oraganization */

.org-list {
  display: flex;
  margin-top: 12px;
}

.sub-heading {
  font-family: var(--ld-jetbrains-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.42px;
  text-transform: uppercase;
}

.org-card {
  flex: 1;
  padding: 32px;
  border: 1px solid #0c234050;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 318px;
}

.org-card:last-child {
  border-left: none;
}

.amount {
  font-weight: 400 !important;
}

.org-content {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.org-card .amount-wrapper {
  margin-top: 12px;
}

.organizations-section hr {
  background-color: #0c234014;
  margin-bottom: 18px !important;
}

.org-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* *** * *** * *** * *** * *** * *** * *** * *** * *** * *** *
** Two Column Content Section
** *** * *** * *** * *** * *** * *** * *** * *** * *** * *** */

.two-col-conent-sec {
  padding: 64px 0;
}

.two-col-conent-sec .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.two-col-conent-sec h2 {
  max-width: 538px;
  width: 100%;
}

.two-col-conent-sec .desc {
  color: rgba(246, 239, 223, 0.85);
}

.two-col-conent-sec .desc p:last-child {
  margin-bottom: 0;
}

.two-col-conent-sec .col1 {
  gap: 11px;
}

.two-col-conent-sec .col2 {
  gap: 13px;
}

.light-btn {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: var(--ld-yellow);
  border-bottom: 1px solid var(--ld-yellow);
  width: fit-content;
  padding: 5px 0;
  transition: all 0.25s linear;
  display: flex;
  align-items: center;
  gap: 10px;
}

.light-btn:hover {
  color: #fff;
  border-color: #fff;
}

.arrow-icon-mask {
  position: relative;
  transition: all .25s linear;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

a:hover .arrow-icon-mask {
  transform: translateX(5px);
  transition: all .25s linear;
}

.sub {
  font-family: var(--ld-jetbrains-mono);
  letter-spacing: 2.64px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}




/* Contributor Popup */
.contribute-pop-section {
  background: #0C2340E5;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#contribution-popup {
  background-color: #FBF6EA !important;
  position: relative;
  padding: 40px 30px;
  max-width: 1024px;
  overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#contribution-popup .cta-button img {
  margin-left: 10px;
}
.close-pop {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.contribute-pop-section {
	display: none;
}

.contribute-pop-section.active {
	display: flex;
}

main.no-scroll {
	overflow: hidden;
	height: 100vh;
}
@media (max-width: 980px) {
  #contribution-popup {
    padding: 50px 24px 24px;
    max-height: 90vh;
  }
  #contribution-popup .con-heading {
    font-size: 40px;
  }
  #contribution-popup .contribution-container {
    padding: 0;
    border: 0;
    box-shadow: unset;
    margin-top: 15px;
  }
}
/* ==============================================
===============RESPONSIVE DESIGN===================
=================================================== */

@media (max-width: 1200px) {
  .heading-area {
    gap: 24px;
  }

  /*** Two Column Content Section */
  .two-col-conent-sec .inner {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-main-grid {
    gap: 64px;
    flex-direction: column;
  }

  .footer-menus-grid {
    justify-content: flex-start;
    gap: 24px;
  }

  /* Contribution */
  .heading-area {
    flex-direction: column;
  }
}

@media screen and (max-width: 998px) {
  /* ==============================
================header==========
================================ */
  #masthead .main-header {
    padding: 0px 0px;
  }

  .toggle-menu {
    display: block;
  }

  .desktop-action-items {
    display: none !important;
  }

  nav#site-navigation {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: var(--ld-navy-blue);
    padding: 24px 36px 24px 36px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
  }

  .active-mb nav#site-navigation {
    transform: translateX(0);
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .mobile-action-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
    width: 100%;
  }

  .mobile-countdown {
    display: flex !important;
  }

  .mobile-action-group .mobile-cta .btn-donate {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff;
  }

  /* Two Column Content Section */
  .two-col-conent-sec .inner {
    grid-template-columns: 100%;
  }

  .two-col-conent-sec h2 {
    font-size: 48px;
  }

  /* ==============================
================footer==========
================================ */

  .footer-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-disclaimer {
    max-width: 100%;
    white-space: normal;
  }

  .footer-copyright {
    white-space: normal;
  }

  /* contribution */
  .candidates-section {
    margin: 36px 0;
  }

  .candidates-list {
/*     grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr); */
	  display: block;
	  column-count: 2;
	  
  }

  .org-list {
    flex-direction: column;
  }

  .org-card:last-child {
    border-left: 1px solid #0c234050;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  /* ==============================
================footer==========
================================ */
  #masthead {
    min-height: 61px;
  }

  footer#colophon {
    padding: 64px 0px 153.5px 0px;
  }

  /* Contribution */
  .contribution-section {
    padding: 64px 20px 84px;
  }

  .contribution-container h4 {
    font-size: 14px;
    line-height: 140%;
  }

  .con-heading {
    white-space: normal;
  }

  .org-content h3,
  .max h3 {
    font-size: 32px;
  }

  .contribution-container {
    padding: 24px;
    border: 1px solid #f6efdf;
  }

  .donation-max {
    flex-direction: column;
    gap: 12px;
  }

  .number {
    margin: 0px;
  }

  .cta-button {
    font-size: 15px;
    padding: 12px;
  }

  .candidates-list {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-flow: row;
	column-count: unset;
  }

  .candidate-row {
    padding: 14px 16px;
    border-right: 1px solid #0c234024;
    border-bottom: 1px solid #0c234012;
  }

  /* ========================================
  ===============Sticky Bar design ==========
  =========================================== */
  .sticky-bar-main-part {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .sticky-bar-action-wrapper {
    width: 100%;
    gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
  }

  .donation-amount-list {
    width: fit-content;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sticky-main-btn {
	  width: max-content;
	  max-width: unset;
	  justify-content: center;
	  font-size: 10px !important;
	  padding: 0px 8px;
	  min-height: 28px;
	  letter-spacing: 0;
  }

  .sticky-amount-btn {
    padding: 0px 8px;
    font-size: 10px;
    min-height: 28px;
  }
}
