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

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, 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; font-family: "Helvetica Neue", Helvetica, arial, sans-serif;}
/* Force the vertical scrollbar in FF */
html { overflow-x:hidden; overflow-y: scroll; }

audio, embed, img, object, video {
    height: auto;
    max-width: 100%; 
}

:focus {
  outline: none;
}

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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
	color:#002634;
	font-family: kiro, sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	width: 100%;
}

.valign {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width:100%;
}

/* WAYPOINTS */
.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.4s;
    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.4;
    }

    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.4s;
    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);
    }
}

/* Pulse Pink */ 
@keyframes pulse {
  0% {
   	color: pink;
    transform: scale(1);
  }
  50% {
    color: lightpink;
    transform: scale(1.5);
  }
  100% {
    color: pink;
    transform: scale(1);
  }
}

.element-to-pulse {
	animation: pulse 2s infinite;
	font-weight:bold;
}

@keyframes spin {
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*================== 
  Typography
==================*/
h1, h2, h3, h4, h5 {
	font-size:60px;
	font-weight: bold;
}

h2 {
	font-size:65px;
	font-weight:800;
    line-height: 70px;
	text-transform:uppercase;
}

h2.accent-flag:after {
	content:'';
	background:url('images/icon-flag.svg') no-repeat;
	background-position:right top 8px;
	display:inline-block;
	height:60px;
	width:60px;
}

h2.accent-horn:after {
	content:'';
	background:url('images/icon-horn.svg') no-repeat;
	background-position:right top 8px;
	background-size: 100%;
	display:inline-block;
	height:60px;
	width:60px;
}

a {
	text-decoration:none;
}

.btn { 
	background:#87C440;
	color:#fff; 
	display:inline-block;  
	font-size:20px;
	font-weight:bold;
	padding:10px 40px;
	text-align:center; 
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	transition: color 0.4s ease, background-color 0.4s ease;
}
a.btn:hover, a.btn.active { background:#3f6413; color:#fff; }

.btn-more { 
	background:#325b71;
	color:#fff; 
	display:inline-block; 
	font-size:20px; 
	padding:25px 0; 
	text-align:center; 
	width:288px; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    text-transform: uppercase;
}
a.btn-more:hover, a.btn-more.active { background:#ea601b; color:#ffffff; }

/*================== 
  Base
==================*/
.inner { 
	box-sizing: border-box; 
	max-width: 1300px;
	margin: 0 auto;
    width: 90%; 
}

.main {
	min-height:200px;
}

.align-left, .alignleft { float:left; margin:0 20px 20px 0; }
.align-right, .alignright { float:right; margin:0 0 20px 20px; }

/*==================
 Mixins
===================*/
.circle-photo {
	background: -webkit-linear-gradient(180deg, #002634 0%, #00A3AB 49%, #87C440 98%);
	background: -moz-linear-gradient(180deg, #002634 0%, #00A3AB 49%, #87C440 98%);
	background: -o-linear-gradient(180deg, #002634 0%, #00A3AB 49%, #87C440 98%);
	background: linear-gradient(180deg, #002634 0%, #00A3AB 49%, #87C440 98%);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
	width: 100%;
	/* overflow: hidden; */
	position:relative;
    padding: 4.7px;
}

.circle-photo img {
    background: white;
	border-radius: 50%;
	display: block;
	height: 100%;
	margin: 0 auto;
	margin-bottom:20px;
	object-fit: cover;
	width: 100%;

	aspect-ratio: 1 / 1;
	margin-bottom: 0;
}

.circle-photo__badges {
	background:#012D3B;
	border-radius:30px;
	bottom:0;
	height:40px;
	padding:9px 0 9px 13px;
	position:absolute;
	right:-10px;
	text-align:left;
	width:80px;
}

.circle-photo__badges--1 {
    padding-left: 0;
	text-align:center;
    width: 50px;
}

.circle-photo__badge {
	display: inline-block;
	height: 23px;	
	width: 26px;
}

.circle-photo__badge--star {
	background:url('images/icon-star.svg') no-repeat center;
	background-size: 100%;
}

.circle-photo__badge--lgbtq {
	background:url('images/icon-heart-1.svg') no-repeat center;
	background-size: 85%;
}

.circle-photo__badge--trans {
	background:url('images/icon-heart-2.svg') no-repeat center;
	background-size: 85%;
}

/*================== 
  Header
==================*/
.header {
	background: linear-gradient(90deg, #002634 0%, #00A3AB 100%);
	padding: 15px 0;
	position:relative;
	width:100%;
	z-index: 2;
}

.header .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
    display: inline-block;
    max-width: 253px;
	width:100%;
}

/*================== 
  Header Menu
==================*/
.header__menu-wrap {
	text-align: right;
	vertical-align: top;
	width: calc(100% - 255px);
}

.header__menu-wrap ul {
    list-style: none;
}

.header__menu-wrap ul li {
    display: inline-block;
    margin: 0 3%;
}

.header__menu-wrap ul li a {
	color:#fff;
	font-size:22px;
	font-weight:800;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.header__menu-wrap > ul > li:last-child > a {
	background:#87C440;
	border-radius: 40px;
	padding:10px 40px;
}
.header__menu-wrap > ul > li:last-child > a:hover { background:#3f6413; color:#fff; }

.header__menu-wrap ul li:hover a {
	color:#87c440;
}

.header__menu-wrap ul li ul.sub-menu {
	display:none;
}

.menu-wrapper ul li.current_page_item a, 
.menu-wrapper ul li.current-page-ancestor a {
}

/*======================= 
  Header Menu Nav Toggle
=========================*/
.header__menu-toggle {
    cursor: pointer;
    display: none;
    height: 69px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 69px;
    z-index: 5;
}

.header__menu-toggle .inner { margin-top: 12px; position:relative; }

.header__menu-toggle .line {
	background: #fff;
	height: 5px;
	left: 15px;
	position: absolute;
	top: 8px;
	width: 47px;
	transition: 200ms all linear;
	transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-webkit-transform-origin: left center;
	-ms-webkit-transform-origin: left center;
	will-change: transform, opacity, left, top;
}
.header__menu-toggle .line-two { top: 19px; }
.header__menu-toggle .line-three { top: 30px; } 

.header__menu-toggle.nav-open {}
.header__menu-toggle.nav-open .line-one { 
    left: 20px;
    top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.header__menu-toggle.nav-open .line-two { opacity:0; }
.header__menu-toggle.nav-open .line-three {
	left: 19px;
	top: 38px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

/*========================= 
  Block - Hero
=========================*/
.hero { 
	align-items: flex-end; 
	background-size: cover; 
	background-position:50% 50%; 
    display: flex;
	height:650px; 
	padding:80px 0;
	position:relative;
}

.hero__content {
	background:rgba(0, 0, 0, 0.25);
	border-radius:10px;
	padding:20px;
    max-width: 820px;
	background: linear-gradient(90deg, #002634 0%, #00A3AB 100%)
}

.hero__headline {
	color:#fff;
	font-size:72px;
	font-weight:800;
	line-height:77px;
	margin-bottom:0px;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px #555;
}

.hero__btn {
	display:inline-block;
	font-size:22px;
	font-weight:800;
	margin-bottom:30px;
	margin-top:30px;
}

.hero__caption {
	color:#fff;
	font-size:18px;
}

/*================== 
  Block - Two Col
==================*/
.two-col-cta {
	overflow: auto;
	max-width: 100%;
}

.two-col-cta .inner {
	align-items:center;
	display:flex;
}

.two-col-cta__col {
	width:50%;
}

.two-col-cta__content--reversed {
	order:1;
}

.two-col-cta__headline {
	color:#012D3B;
	margin-bottom:20px;
	max-width:640px;
}

.two-col-cta__caption p {
	color:#002634;
	font-size:22px;
	line-height:26px;
	margin-bottom:20px;
}

.two-col-cta__caption p a {
	color:#00A3AB;
}

.two_col-cta__list {
	counter-reset: custom-counter;
	list-style:none;
	margin-bottom:30px;
	padding-top:10px;
}

.two_col-cta__list li {
	counter-increment: custom-counter;
	font-size:22px;
	line-height:29px;
	margin-bottom:35px;
	padding-left:40px;
	position:relative;
}

.two_col-cta__list ::before {
	align-items: center;
	border-radius: 50%;
	color: #00A3AB;
	content: counter(custom-counter);
	display: flex;
	font-size: 50px;
	font-weight: bold;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
}

.two-col-cta__image {
	text-align:center;
}
.two-col-cta__image--reversed {
    padding-left: 5%;
    padding-right: 5%;
	text-align:left;
}

.two-col-cta__image img {
    max-width: 400px;
	width: 100%;
}

.two-col-cta__btn {
	font-size:22px;
}

/*=========================
  Block - Priority Races
===========================*/
.priority-races {}
	
.priority-races__headline,
.profile__sub-headline {
	color:#012D3B;
}

.profile__section {
	border-bottom:solid 10px #87C440;
	margin-bottom:70px;
	padding-bottom:70px;
}

.profile__section:last-of-type {
	border:none;
	margin-bottom:0;
}

.profile__sub-headline {
	font-size:43px;
	line-height:46px;
	margin-bottom:10px;
}

.profile__description {
	font-size: 22px;
    line-height: 27px;
    margin-bottom: 40px;
}

.profile__caption p {
	font-size:22px;
	line-height:26px;
	margin-bottom:50px;
}

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

.profile__profiles {
	display:flex;
    flex-wrap: wrap;
	gap: 7%;
	justify-content:center;
	margin:70px 0 30px;
}

.profile__profile {
    margin-bottom: 50px;
	text-align:center;
	width:180px;
}

.profile__profile-photo {
	position:relative;
}

.profile__profile-content {
	font-size:20px;
}

.profile__profile-name {
	font-weight:bold;
	margin-bottom:5px;
}

.profile__profile-name a {
    color: inherit;
	text-decoration:underline;
}

.profile__profile-race {
	margin-bottom:3px;
}

.profile__profile-donate {
	margin-top:10px;
}

.profile__error {
	font-size: 20px;
	padding: 40px 0 50px;
}

/*=========================
  Block - Find Candidate
===========================*/
.find-candidate {
	background:#87C440;
	color:#fff;
    padding: 0 30px;
	text-align:center;
}

.find-candidate__headline {
	margin-bottom:18px;
}

.find-candidate__caption {
    font-size: 22px;
    line-height: 30px;
    max-width: 570px;
    margin: 0 auto 20px;
}

.find-candidate__form {
	position:relative;
}

.find-candidate__select {
	width:250px;
}

.select2-container--default .select2-selection--single {
	border:solid 1px #000;
	font-size:20px;
    height: 31px;
}

/*=========================
  Block - Image CTA
===========================*/
.image-cta {
	
}

.image-cta .inner {
	align-items:center;
	border-bottom:solid 10px #87C440;
	border-top:solid 10px #87C440;
	display:flex;
	gap:5%;
    justify-content: center;
	padding:70px 5%;
}

.image-cta__headline {
	color: #012D3B;
    margin-bottom: 10px;
    max-width: 460px;
}

.image-cta__button {
	text-transform:uppercase;
}

/*=============================
  Block - Endorced Candidates
===============================*/
.endorced-candidates {
	
}

.endorced-candidates__headline {
	color:#012D3B;
	margin-bottom:10px;
}

.endorced-candidates__caption {
	font-size: 22px;
    line-height: 27px;
	margin-bottom:40px;
    max-width: 822px;
}

.endorced-candidates__form {
    display: flex;
    gap: 1%;
	margin-bottom:20px;
}

.endorced-candidates__select {
	width:12%;
}

.endorced-candidates__select--office {
	width:17%;
}

.endorced-candidates__label {
	align-items:center;
	gap:7px;
	display:flex;
    font-size: 19px;
}

.endorced-candidates__label span {
	background-repeat: no-repeat;
	background-size: 40px;
	display: block;
	padding-left: 31px;
}

.endorced-candidates__label--priority span {
	background-image: url('images/icon-star.svg');
	background-size: 23px;
}


.endorced-candidates__label--lgbtq span {
	background-image: url('images/icon-hearts.svg');
	background-position:-6px center;
}

.endorced-candidates__checkbox {
    border: solid 2px #002634;
    border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.endorced-candidates__checkbox:checked::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 8px;
	width: 8px;
	height: 16px;
	border: solid #87C440;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.endorced-candidates__clear {
	color:#012D3B;
	cursor:pointer;
	font-size:22px;
	margin-left: auto;
	text-decoration:underline;
}

.endorced-candidates__alert {
	background:#87C440;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	padding:10px 15px;
	position:relative;
}

.endorced-candidates__alert-close {
	color:#3A5817;
	cursor:pointer;
	position:absolute;
	right:15px;
}

.profile__section--endorsed {
	border:none;
	margin-bottom:0;
	margin-top:70px;
	padding-bottom:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color:#87C440 transparent transparent transparent;
	border-width: 7px 6px 0 6px;
	margin-left: -9px;
}

/*================== 
  Footer
==================*/
.footer { 
	background:#002634;
	padding:40px 0;
	position:relative; 
	text-align:center; 
}

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

.footer__logo {
    display: inline-block;
    max-width: 253px;
	width:100%;
}

.footer__menu-wrap {
	text-align: right;
	vertical-align: top;
	width: calc(100% - 255px);
}

.footer__menu-wrap ul {
    list-style: none;
}

.footer__menu-wrap ul li {
    display: inline-block;
    margin: 0 3%;
}

.footer__menu-wrap ul li a {
	color:#fff;
	font-size:22px;
	font-weight:800;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.footer__menu-wrap > ul > li:last-child > a {
	background:#87C440;
	border-radius: 40px;
	padding:10px 40px;
}
.footer__menu-wrap > ul > li:last-child > a:hover { background:#3f6413; color:#fff; }

.footer__menu-wrap ul li:hover a {
	color:#01a4ab;
}

.footer__menu-wrap ul li ul.sub-menu {
	display:none;
}

.footer__social {
	align-items:center;
    display: flex;
	gap:10px;
    max-width: 253px;
	width:100%;
}

.footer__social svg { 
	display:block;
}

.footer__social path {
	fill:#002634;
	transition: fill 0.4s ease;
}

.footer__social path:first-of-type {
	fill:#87C440;
}

.footer__social svg:hover path:first-of-type { 
	fill:#01a4ab;
}

.footer__privacy {
	color:#fff;
    margin-left: 5px;
	transition: color 0.4s ease;
}

.footer__privacy:hover {
	color:#01a4ab;
}

.footer__copy {
	border:solid 1px #fff;
    max-width: 900px;
	padding:20px;
	width: calc(100% - 300px);
}

.footer__copy p {
	color:#fff;
	font-size:17px;
	line-height:23px;
}

/*================== 
  WYSIWYG Section
==================*/
.wysiwyg {
	padding:100px 0;
}

.wysiwyg .inner {
	max-width:1200px;
}

.wysiwyg h1 { 
    color: #012D3B;
	font-size: 65px;
    line-height: 70px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wysiwyg h2 { color:#00A3AB; font-size:45px; line-height:45px; margin-bottom:25px; text-transform: uppercase; }
.wysiwyg h3 { color:#87C440; font-size:32px; margin-bottom:20px; }
.wysiwyg h4 { color:#012D3B; font-size:25px; margin-bottom:20px; }
.wysiwyg h5 { color:#898989; font-size:20px; text-transform: uppercase; margin-bottom:20px; }
.wysiwyg h6 { color:#0d173f; font-size:25px; text-transform: uppercase; margin-bottom:20px; }
.wysiwyg p { color:#012D3B; font-size:18px; line-height:30px; margin-bottom:30px; }
.wysiwyg p:last-child { margin-bottom:0; }
.wysiwyg p a { color:#00A3AB; }
.wysiwyg p a:hover { color:#87C440; }

.wysiwyg ul, .wysiwyg ol { color:#012D3B; font-size:18px; line-height: 30px; margin-bottom:35px; padding-left:40px; }

.wysiwyg ul li {
	margin-bottom:10px;
}

.wysiwyg ul li strong {
	font-weight:bold;
}

.wysiwyg ul li a {
	color:#00A3AB;
	font-weight:bold;
	text-decoration:underline;
}

.wysiwyg ul li a:hover {
	color:#87C440;
}

.wysiwyg ul li::marker {
    color: #00A3AB;
}

.wysiwyg ol li { counter-increment: list; list-style-type: none; position: relative; }
.wysiwyg ol li:before { 
	color: #00A3AB; 
	content: counter(list) "."; 
	font-weight:bold; 
	left:-34px; 
	position: absolute; 
	text-align: 
	right; 
	width: 26px; 
}

.wysiwyg hr { border: 0; height: 0; border-top: 2px solid rgba(0, 0, 0, 0.1); border-bottom: 2px solid rgba(255, 255, 255, 0.4); margin:35px 0; width:100%; }
.wysiwyg .btn { color:#fff; margin-bottom:5px;  }
.wysiwyg .btn-more { color:#fff; }
