/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 2.0
License: GNU General Public License
/* -------------------------------------------------------------- */


html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; }
img { border: 0px;}
/* Force the vertical scrollbar in FF */
html { overflow-y: scroll; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

*{
	box-sizing: border-box;
}

body{
	width: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	background-color: #0A0D1E;
}

.inner {
	width:90%;
	margin:0 auto;
}

#header {
	padding:20px 0;
}

#primarycontent {
	background-color: #fff;
}

#footer {
	padding:0 0 20px 0;
}

.last-updated {
	display:none;
}

.page-id-3 .last-updated {
	display:block;
}

#header {
	background: url('/wp-content/themes/blueprintinteractive/images/header-bg.jpg') center center / cover no-repeat;
	position: absolute;
	padding: 15px 0;
	width: 100%;
}

#header .inner {
	position: relative;
	z-index: 12;
}

#header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 11;
	border-bottom:solid 2px #505050;
}

.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

.header-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
}

.header-logo img {
	height: 30px;
	width: auto;
}

.header-logo span {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.header-menu {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 25px;
	margin: 0;
	padding: 0;
}

.header-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}

.header-menu a:hover {
	border-bottom: 2px dashed #1331C3;
}

.header-menu .header-donate,
.footer-nav .header-donate {
	border: 2px dashed #fff;
	padding: 8px 20px;
}

#masthead {
	background: url('/wp-content/themes/blueprintinteractive/images/homehero.jpg') center center / cover no-repeat;
	position: relative;
	padding: 195px 0 15px 0;
	height:800px;
	width:100%;
}

#masthead svg {
	max-width: 100%;
	height: auto;
	margin:0 auto;
	display: block;
}

#mailersection {
	display: flex;
	justify-content: center;
	background-color: #fff;
}

.mailer-envelope {
	width: 100%;
	background:
		repeating-linear-gradient(
			135deg,
			#1331C3 0px,
			#1331C3 30px,
			#f0ece4 20px,
			#f0ece4 40px,
			#E5351A 40px,
			#E5351A 70px,
			#f0ece4 60px,
			#f0ece4 80px
		);
	padding: 30px;
}

.mailer-content {
	background: url('/wp-content/themes/blueprintinteractive/images/texture1.png') #f0ece4;
	padding: 60px 80px;
	text-align: center;
}

.mailer-content ul {
    list-style-position: inside;
    padding: 0;
    text-align: center;
	margin-bottom:40px;
}

.mailer-content li {
	color: var(--Color-Scheme-1-Text, #1A224D);
	text-align: center;
	font-family: "Besley", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:15px;
}

.mailer-content li strong {
	color: #1331C3;
}

.mailer-label {
	display: inline-block;
	color: #888;
	margin-bottom: 20px;
	font-family: "Geist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mailer-text {
	color: var(--Color-Scheme-1-Text, #1A224D);
	text-align: center;
	font-family: "Besley", serif;
	font-size: 54px;
	font-style: italic;
	font-weight: 400;
	line-height: 120%; /* 64.8px */
	letter-spacing: -0.54px;
	margin-bottom:30px;
}

.mailer-highlight {
	color: #1331C3;
}

.mailer-icon {
	height: 36px;
	width: auto;
	fill: #1331C3;
}

.mailer-content .inner {
	max-width: 800px;
}

#twocolsection {
	padding: 80px 0;
	background-color: #fff;
}

.twocol-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* LEFT COLUMN */
.twocol-left {
	display: flex;
	flex-direction: column;
}

.twocol-item {
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #ddd;
}

.twocol-item:last-of-type {
	margin-bottom: 32px;
}

.twocol-item h3 {
	color: var(--Color-Scheme-1-Text, #1A224D);
	font-variant-numeric: lining-nums proportional-nums ordinal;
	/* Heading/H4 */
	font-family: "Geist", sans-serif;
	font-size: var(--Text-Sizes-Heading-4, 32px);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 41.6px */
	letter-spacing: -0.32px;
	margin-bottom:10px;
}

.twocol-item p {
	color: var(--Color-Scheme-3-Text, #1A1B22);

	/* Text/Regular/Normal */
	font-family: "Inter", sans-serif;
	font-size: var(--Text-Sizes-Text-Regular, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.twocol-btn {
	display: inline-block;
	border: 2px dashed #1331C3;
	color: #1331C3;
	text-decoration: none;
	padding: 12px 24px;
	font-size: 0.9rem;
	font-weight: 600;
	width: fit-content;
}

.twocol-btn:hover {
	border: 2px solid #1331C3;
}

/* RIGHT COLUMN - IMAGE WITH DASHED FRAME */
.twocol-right {
	display: flex;
	justify-content: center;
}

.twocol-image-frame {
	position: relative;
	display: inline-block;
	border: 18px dashed #1331C3;
	overflow: hidden;
}

.twocol-image-frame img {
	display: block;
	width: calc(100% + 24px);
	max-width: none;
	margin: -12px;
}

#footer {
	position: relative;
}

/* RED WAVE / CURVE */
.footer-wave {
	height: 80px;
	background: #0A0D1E;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.footer-main {
	background: #0A0D1E;
	color: #fff;
	padding: 60px 0 0;
}

/* TOP SECTION */
.footer-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding-bottom: 40px;
}

/* LEFT */
.footer-logo {
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 32px;
}

.footer-logo svg {
	height: 60px;
	width: auto;
	fill: #fff;
}

.footer-logo span {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.footer-nav {
	display: flex;
	list-style: none;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}

.footer-nav a:hover {
	opacity: 0.8;
}

/* RIGHT */
.footer-signup-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 16px;
}

.footer-signup-form {
	display: flex;
	margin-bottom: 10px;
}

.footer-signup-form input {
	flex: 1;
	padding: 12px 16px;
	font-size: 0.9rem;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	outline: none;
	margin-right:15px;
}

.footer-signup-form input::placeholder {
	color: #999;
}

.footer-signup-form button {
	padding: 12px 24px;
	font-size: 0.85rem;
	font-weight: 700;
	border: 2px dashed #fff;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.footer-signup-form button:hover {
	background: rgba(255, 255, 255, 0.1);
}

.footer-privacy-note {
	font-size: 0.8rem;
	color: #999;
	margin: 0 0 20px;
}

.footer-social {
	display: flex;
	gap: 16px;
}

.footer-social a {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

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

/* DIVIDER */
.footer-divider {
	border: none;
	border-top: 1px solid #333;
	margin: 0;
}

/* BOTTOM BAR */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	font-size: 0.8rem;
	color: #999;
}

.footer-bottom-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-bottom-sep {
	color: #555;
}

.footer-bottom a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #4d9de0;
}

.footer-bottom a:hover {
	border-bottom: 1px solid #4d9de0;
}

/* CANDIDATES SECTION */
#candidatesection {
	background: #1A224D;
	padding: 80px 0;
	overflow: hidden;
}

.candidates-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

.candidates-header h2 {
	font-family: "Geist", sans-serif;
	font-size: 2.5rem;
	color: #fff;
	margin: 0 0 8px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 57.6px */
	letter-spacing: -0.96px;
}

.candidates-header p {
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 16px */
	color: #ffffff;
	margin: 0;
}

.candidates-nav {
	display: flex;
	gap: 12px;
}

.candidates-arrow {
	width: 60px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border:none;
	transition: opacity 0.2s ease;
}

.candidates-arrow:hover {
	opacity: 0.8;
}

.candidates-arrow svg {
	max-width: 100%;
	height: auto;
}

.section p {
	margin-bottom:10px;
}

/* CAROUSEL */
.candidates-carousel {
	overflow: hidden;
}

.candidates-track {
	display: flex;
	gap: 24px;
	transition: transform 0.4s ease;
}

/* CARD */
.candidate-card {
	flex: 0 0 calc(33.333% - 16px); /* fixed width */
	overflow: hidden;
}

.candidate-photo {
	position: relative;
	aspect-ratio: 4 / 5;
	background-image: radial-gradient(circle, rgba(0,0,0,0.15) 1px, transparent 1px);
	background-size: 8px 8px;
}

.candidate-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	vertical-align: bottom;
}

.candidate-star {
	position: absolute;
	bottom: -46px;
	right: 20px;
	font-size: 2.5rem;
	color: #cc2b2b;
	z-index: 2;
	line-height: 1;
}

.candidate-info {
	background: #fff;
	padding: 20px;
}

.candidate-state {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: 3.2px;
	text-transform: uppercase;
	color: #5E6482;
	margin-bottom: 12px;
	display: block;
}

.candidate-name {
	color: #1A224D;
	font-variant-numeric: lining-nums proportional-nums ordinal;
	font-family: "Geist", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 41.6px */
	letter-spacing: -0.32px;
}

.candidate-office {
	color: #4D4D53;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
}

/* DONATE SECTION */
#donatesection {
	position: relative;
	background-color: #ffffff;
	padding-bottom:0;
}

.donate-container {
	position: relative;
	padding: 100px 0 100px 0;
	background:
		url('/wp-content/themes/blueprintinteractive/images/redtexture.png')
		center center / cover no-repeat;
	background-color: #0A0D1E;
	/* border-radius: 40% / 45px; */
}

.donate-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* LEFT - IMAGE */
.donate-left {
	display: flex;
	justify-content: center;
}

/* RIGHT - CONTENT */
.donate-right {
	text-align: center;
}

.donate-badge {
	margin-bottom: 24px;
}

.donate-badge svg {
	fill: #fff;
}

.donate-title {
	color: #fff;
	text-align: center;
	font-family: "Geist", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 57.6px;
	letter-spacing: -0.96px;
	margin-bottom: 12px;
}

.donate-desc {
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 32px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* AMOUNT BUTTONS */
.donate-amounts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 380px;
	margin: 0 auto 24px;
}

.donate-amount {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 2px dashed #fff;
	text-decoration: none;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.donate-amount:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.donate-amount--full {
	grid-column: 1 / -1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
}

.donate-disclaimer {
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

/* TARGETS SECTION */
#targetsection {
	padding: 80px 0;
	background-color: #fff;
}

.targets-header {
	text-align: center;
	margin-bottom: 48px;
}

.targets-header h2 {
	color: #1A224D;
	text-align: center;
	font-family: "Geist", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 57.6px */	
	letter-spacing: -0.96px;
}

.targets-header p {
	color: #1A1B22;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	max-width: 650px;
	margin: 0 auto;
}

.targets-layout {
	position: relative;
}

/* MAP */
.targets-map {
	width: 100%;
}

.targets-map svg {
	width: 100%;
	height: auto;
	cursor: pointer;
}

/* Default state styles */
.targets-map .state {
	fill: #1a1a2e;
	stroke: #444;
	stroke-width: 1;
	cursor: pointer;
	transition: fill 0.2s ease;
}

/* Highlighted / target states */
.targets-map .state.target {
	fill: #4169E1;
}

.targets-map .state:hover {
	fill: #5a7ff0;
}

/* INFO PANEL */
.targets-info {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #E7EAF9;
	padding: 32px;
	width: 340px;
	display: none;
}

.targets-info.active {
	display: block;
}

.targets-state-name {
	color: #1A224D;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
}

.targets-state-subhead {
	color: #1A224D;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
}

.targets-details {
	margin: 0 0 24px;
	padding-left: 20px;
}

.targets-details li {
	color: #1A1B22;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;	
	margin-bottom: 12px;
}

.targets-details li:last-child {
	margin-bottom: 0;
}

.targets-action-btn {
	display: inline-block;
	border: 2px dashed #1331C3;
	color: #1331C3;
	background-color: #ffffff;
	text-decoration: none;
	padding: 12px 50px;
	font-size: 0.85rem;
	font-weight: 600;
}

.targets-action-btn:hover {
	background: rgba(255, 255, 255, 0.8);
}

#dt-map {
	width: 70%;
	height: auto;
}

.targets-layout {
	position: relative;
}

.targets-info {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dfe4f2;
	padding: 32px;
	width: 30%;
	display: none;
	z-index: 10;
}

.targets-info.active {
	display: block;
}

/* Interior Page */

.page-template-default #header,
.page-template-page-about_us #header,
.error404 #header {
  position:relative;
  z-index: 10;
  background-color:#ffffff;
}

.page-template-default .header-menu a,
.page-template-page-about_us .header-menu a,
.error404 .header-menu a {
  color:#1A224D;
}

.page-template-default #header::before,
.page-template-page-about_us #header::before,
.error404 #header::before {
  display:none;
}

.page-template-default .header-donate,
.page-template-page-about_us .header-donate,
.error404 .header-donate {
  border: 2px dashed #1A224D;
}

.home .header-donate:hover {
	border:solid 2px #ffffff;
}

a.header-donate:hover {
	border:solid 2px #1331C3;
}

.error404 #interior-hero {
	background-color:#ffffff;
	background:url('/wp-content/themes/blueprintinteractive/images/404.jpg') center center / cover no-repeat;
	height:100vh;
}

#interior-hero {
  padding:55px 0;
  background-color:#E7EAF9;
  position: relative;
}

#interior-hero .inner {
	position: relative;
	z-index: 11;
}

#interior-content {
  background-color:#ffffff;
  padding: 80px 0;
}

#interior-content a {
	color:#1331C3;
}

#interior-hero .contentleft {
	width: 55%;
	padding-right: 5%;
	display:inline-block;
	vertical-align: top;
}

#interior-hero .contentright {
	width: 35%;
	display:inline-block;
	vertical-align: top;
}

#interior-hero .contentright h3 {
	color:#1A224D;
	font-family: "Geist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#interior-hero .contentright a {
	color:#1A224D;
	text-decoration: none;
	display: inline-block;
    border: 2px dashed #1331C3;
    color: #1331C3;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    width: fit-content;
	margin-right:10px;
}

#interior-hero .contentright a:hover {
	color:#1331C3;
	background: rgba(26, 58, 138, 0.05);
}

#interior-content .inner {
  max-width: 800px;
  margin: 0 auto;
}

#interior-hero h2 {
  color: var(--Color-Scheme-1-Accent, #1331C3);
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

#interior-hero p {
	color:#1A1B22;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 0px;
}

#interior-hero h1 {
	color:#1A224D;
	font-variant-numeric: ordinal;
	font-feature-settings: 'dlig' on;
	font-family: "Geist", sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 300;
	line-height: 67.2px;
	letter-spacing: -1.12px;
	margin-bottom: 20px;
}

#interior-content h2,
#founderstory h2 {
	font-size: 2rem;
	font-weight: 400;
	color: #1a1a2e;
	margin: 0 0 20px;
}

#interior-content h3,
#founderstory h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0px 0 16px;
}

#interior-content h4,
#founderstory h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 36px 0 14px;
}

#interior-content h5,
#founderstory h5 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 36px 0 14px;
}

#interior-content h6,
#founderstory h6 {
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	color: #1a1a2e;
	margin: 36px 0 14px;
}

#interior-content p,
#founderstory p {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #444;
	margin: 0 0 16px;
}

#interior-content ul,
#interior-content ol {
	margin-bottom:15px;
	margin-left:20px;
}

#interior-content li {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #444;
	margin-bottom:5px;
}

/* FIGURE / IMAGE */
.content-figure {
	margin: 32px 0;
}

.content-figure img {
	width: 100%;
	height: auto;
	display: block;
}

.content-figure figcaption {
	font-size: 0.8rem;
	color: #888;
	margin-top: 8px;
	padding-left: 12px;
	border-left: 2px solid #ccc;
}

/* BLOCKQUOTE */
#interior-content blockquote {
	margin: 32px 0;
	padding: 24px 28px;
	border-left: 3px solid #1a1a2e;
	background: #f5f5f8;
}

#interior-content blockquote p {
	font-style: italic;
	color: #333;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
}

svg#interior-hero-bg {
	position: absolute;
	top: 0px;
	right: 0;
	width: 660px;
	height: auto;
	z-index: 1;
}

#interior-masthead {
	height: 90vh;
	background-color: #E7EAF9;
	display: flex;          /* KEY CHANGE */
}

#masthead-left,
#masthead-right {
	flex: 1;                /* makes both 50% automatically */
	box-sizing: border-box;
	height: 100%;
}

#masthead-left {
	background:url('/wp-content/themes/blueprintinteractive/images/aboutleft.png') center center / cover no-repeat;
}

#masthead-right {
	background-size: cover;
	background-position: center;
}

.masthead-content {
	padding: 20px 5% 20px 10%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.masthead-content h1 {
	color:#ffffff;
	font-family: "Geist", sans-serif;
	font-variant-numeric: ordinal;
	font-feature-settings: 'dlig' on;
	font-family: Geist;
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: -1.12px;
	margin-bottom: 15px;
}

.masthead-content p {
	font-family: "Inter", sans-serif;
	color:#E7EAF9;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-bottom: 10px;
}

.page-template-page-about_us .section {
	padding:60px 0 40px 0;
	background-color:#ffffff;
}

.page-template-page-about_us .aboutsection .twocol-layout {
	align-items:flex-start;
}

.page-template-page-about_us .aboutsection .twocol-left h3 {
	color:#1331C3;
	font-family: "Geist", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-template-page-about_us .aboutsection .twocol-left .issueaccordion h3 {
	color: #1A224D;
}

.page-template-page-about_us .aboutsection .twocol-left h2 {
	color:#1A224D;
	font-family: "Geist", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: -0.96px;
	margin-bottom: 10px;
}

.page-template-page-about_us .aboutsection .twocol-left p {
	color:#1A1B22;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.founder-columns {
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: 40px;
}

.founderleft  { flex: 7 1 0; }
.founderright { flex: 5 1 0; }

#founderstory .section-title {
	color: var(--Color-Scheme-1-Text, #1A224D);
	text-align: center;
	font-family: "Geist", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: -0.96px;
}

#founderstory .section-desc {
	color: var(--Color-Scheme-3-Text, #1A1B22);
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 700px;
	margin: 0 auto;
}

.issueaccordion {
	display:block;
	width:100%;
}

.issueaccordion-item {
	display:block;
	width:100%;
	border-bottom:solid 1px #E7EAF9;
	padding-bottom:10px;
	margin-bottom:20px;
}

.issueaccordion-item-content {
	display:none;
}

.issueaccordion-item-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.issueaccordion-item h3 {
	cursor: pointer;
}

.issueaccordion-item-number {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
}

.issueaccordion-item-icon {
	float:right;
}

#joinmovement {
	background-color: #1A224D;
	background-image: url('/wp-content/themes/blueprintinteractive/images/join.jpg');
	padding: 80px 0;
}

#joinmovement h2 {
	color: #FFF;
	text-align: center;
	font-variant-numeric: ordinal;
	font-feature-settings: 'dlig' on;
	font-family: "Geist", sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: -1.12px;
	margin-bottom: 15px;
}

#joinmovement p {
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* container */
.signup-form{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
  }
  
  /* 3-column grid like the screenshot */
  .signup-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
  }
  
  /* inputs */
  .signup-input{
	width: 100%;
	height: 44px;
	padding: 0 14px;
  
	background: rgba(0,0,0,0.35);
	color: #fff;
  
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 2px;
  
	outline: none;
	box-sizing: border-box;
  }
  
  /* placeholder */
  .signup-input::placeholder{
	color: rgba(255,255,255,0.85);
  }
  
  /* focus */
  .signup-input:focus{
	border-color: #fff;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.15);
  }
  
  /* subscribe button (dashed border like screenshot) */
  .signup-button{
	height: 44px;
	width: 100%;
  
	background: transparent;
	color: #fff;
  
	border: 2px dashed rgba(255,255,255,0.95);
	border-radius: 2px;
  
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
  }
  
  .signup-button:hover{
	background: rgba(255,255,255,0.08);
  }
  

#hamburgermenu {
	display: none;
	cursor: pointer;
}

.disclaimer {
	padding:10px 10px;
	border:solid 1px #1A1B22;
	display:block;
	margin:10px auto 0 auto;
	max-width: 600px;
}

.disclaimer p {
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
}
  
/* RESPONSIVE */
@media (max-width: 992px) {
	.candidate-card {
		min-width: calc(50% - 12px);
	}

	#interior-masthead {
		display: block;
		height: auto;
	}

	#masthead-left {
		width: 100%;
		height: auto;
	}

	.masthead-content {
		position: relative;
		top: 0;
		transform: none;
		width: 100%;
		padding: 80px 7%;
	}

	#masthead-right {
		display: none;
	}

	.founder-columns {
		display: block;
	}
}

@media (max-width: 940px) {
	#hamburgermenu {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		background-color: #1331C3;
		padding:7px 10px;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
	}

	.founderright {
		text-align:center;
	}
	
	/* Mailer */
	.mailer-envelope {
		width: 95%;
	}
	.mailer-content {
		padding: 40px 24px;
	}
	.mailer-text {
		font-size: 1.5rem;
	}

	/* Two-col sections */
	.twocol-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.twocol-image-frame img {
		max-width: 100%;
	}

	/* Footer */
	.footer-top {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.footer-nav {
		flex-wrap: wrap;
		gap: 16px;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}

	/* Donate */
	.donate-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.donate-image-frame img {
		max-width: calc(100% + 24px);
	}

	/* Targets */
	.targets-info {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 100%;
		margin-top: 24px;
	}

	/* Signup form */
	.signup-grid {
		grid-template-columns: 1fr;
	}

	.header-nav {
		display: block;
	}

	.header-menu {
		display: none;
		margin-top: 20px;
	}

	.header-menu.active {
		display: block;
	}

	.header-menu li {
		margin-bottom:10px;
	}

	.header-menu li:last-child {
		margin-top: 20px;
	}

	#header::before {
		background-color: rgba(0, 0, 0, 1);
	}

	#mailersection {
		padding-top:20px;
	}

	.mailer-content ul {
		list-style-position: outside;
	}
	
	.mailer-content li {
		text-align: left;
	}

	#dt-map {
		width: 100%;
	}

}

@media (max-width: 600px) {

	
	
	.candidate-card {
		min-width: 100%;
	}
	.candidates-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.footer-bottom-left {
		display:block;
		margin-bottom:0;
	}

	.footer-bottom-left span {
		display:block;
		line-height: 30px;
	}

	.footer-bottom-left span.footer-bottom-sep {
		display:none;
	}

	.footer-bottom-left a {
		display: block;
		border:none;
		line-height: 30px;
	}
}


/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */
.fade-in-from-left {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
  }
  
  .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .fade-in-from-left.animated {
	animation-name: fade-from-left;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  
  @keyframes fade-from-left {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(-15px);
	  -moz-transform: translateX(-15px);
	  -o-transform: translateX(-15px);
	  -ms-transform: translateX(-15px);
	  transform: translateX(-15px);
	}
  
	45% {
	  opacity: 0.5;
	}
  
	90% {
	  opacity: 1;
	}
  
	100% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -o-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  
  .fade-in-from-bottom {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
  }
  
  .fade-in-from-bottom.animated {
	animation-name: fade-from-bottom;
	animation-duration: 1s;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
  }
  
  @keyframes fade-from-bottom {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(15px);
	  -moz-transform: translateY(15px);
	  -o-transform: translateY(15px);
	  -ms-transform: translateY(15px);
	  transform: translateY(15px);
	}
	90% {
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -o-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  .fade-in-from-right {
	opacity: 0;
	animation-timing-function: ease-out;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
  }
  
  .fade-in-from-right.animated {
	animation-name: fade-from-right;
	animation-duration: 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  
  @keyframes fade-from-right {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(40px);
	  -moz-transform: translateX(40px);
	  -o-transform: translateX(40px);
	  -ms-transform: translateX(40px);
	  transform: translateX(40px);
	}
  
	90% {
	  opacity: 1;
	}
  
	100% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -o-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  
  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
  /* Fade in */
  .fade-in {
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out;
	animation-delay: 1s; /* Add the desired delay here */
	animation-fill-mode: forwards; /* Ensure the final state is maintained */
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }