/*
Theme Name: Andrea Hunley - District 46
Theme URI:
Description: Custom theme for Andrea Hunley
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Local Fonts - - - - - */
@font-face {
  font-family: 'AW Conqueror Carved One';
  src: url("fonts/AWConquerorCarved-One.eot");
  src: url("fonts/AWConquerorCarved-One.eot?#iefix") format("embedded-opentype"), url("fonts/AWConquerorCarved-One.woff2") format("woff2"), url("fonts/AWConquerorCarved-One.woff") format("woff"), url("fonts/AWConquerorCarved-One.ttf") format("truetype"), url("fonts/AWConquerorCarved-One.svg#AWConquerorCarved-One") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-regular-oblique.eot");
  src: url("fonts/greycliff-cf-regular-oblique.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-regular-oblique.woff2") format("woff2"), url("fonts/greycliff-cf-regular-oblique.woff") format("woff"), url("fonts/greycliff-cf-regular-oblique.ttf") format("truetype"), url("fonts/greycliff-cf-regular-oblique.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-regular.eot");
  src: url("fonts/greycliff-cf-regular.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-regular.woff2") format("woff2"), url("fonts/greycliff-cf-regular.woff") format("woff"), url("fonts/greycliff-cf-regular.ttf") format("truetype"), url("fonts/greycliff-cf-regular.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-bold-oblique.eot");
  src: url("fonts/greycliff-cf-bold-oblique.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-bold-oblique.woff2") format("woff2"), url("fonts/greycliff-cf-bold-oblique.woff") format("woff"), url("fonts/greycliff-cf-bold-oblique.ttf") format("truetype"), url("fonts/greycliff-cf-bold-oblique.svg#youworkforthem") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-bold.eot");
  src: url("fonts/greycliff-cf-bold.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-bold.woff2") format("woff2"), url("fonts/greycliff-cf-bold.woff") format("woff"), url("fonts/greycliff-cf-bold.ttf") format("truetype"), url("fonts/greycliff-cf-bold.svg#youworkforthem") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-medium-oblique.eot");
  src: url("fonts/greycliff-cf-medium-oblique.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-medium-oblique.woff2") format("woff2"), url("fonts/greycliff-cf-medium-oblique.woff") format("woff"), url("fonts/greycliff-cf-medium-oblique.ttf") format("truetype"), url("fonts/greycliff-cf-medium-oblique.svg#youworkforthem") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-medium.eot");
  src: url("fonts/greycliff-cf-medium.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-medium.woff2") format("woff2"), url("fonts/greycliff-cf-medium.woff") format("woff"), url("fonts/greycliff-cf-medium.ttf") format("truetype"), url("fonts/greycliff-cf-medium.svg#youworkforthem") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-light-oblique.eot");
  src: url("fonts/greycliff-cf-light-oblique.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-light-oblique.woff2") format("woff2"), url("fonts/greycliff-cf-light-oblique.woff") format("woff"), url("fonts/greycliff-cf-light-oblique.ttf") format("truetype"), url("fonts/greycliff-cf-light-oblique.svg#youworkforthem") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GreycliffCF';
  src: url("fonts/greycliff-cf-light.eot");
  src: url("fonts/greycliff-cf-light.eot?#iefix") format("embedded-opentype"), url("fonts/greycliff-cf-light.woff2") format("woff2"), url("fonts/greycliff-cf-light.woff") format("woff"), url("fonts/greycliff-cf-light.ttf") format("truetype"), url("fonts/greycliff-cf-light.svg#youworkforthem") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "GreycliffCF", Arial, Verdana, sans-serif; }

.aw {
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif; }

.cream {
  color: #eeefdf; }

.yellow {
  color: #e1cc21; }

.orange {
  color: #de4c26; }

.dk-blue {
  color: #131529; }

.grey {
  color: #939598; }

.lt-blue {
  color: #b3e0df; }

.white {
  color: #fff; }

.cream-bg {
  background: #eeefdf; }

.yellow-bg {
  background: #e1cc21; }

.orange-bg {
  background: #de4c26; }

.dk-blue-bg {
  background: #131529; }

.grey-bg {
  background: #939598; }

.lt-blue-bg {
  background: #b3e0df; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 200; }

.medium {
  font-weight: 500; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #de4c26;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a:hover {
  color: #131529; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle,
ul.ilb.vmiddle > li {
  vertical-align: middle; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.7em;
  font-size: 1.1428571429em; }

.text.small-text {
  font-size: 0.8571428571em;
  line-height: 1.5em; }

.text.large-text {
  font-size: 1.9285714286em;
  line-height: 1.5em; }

.text p {
  margin: 15px 0; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block; }

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block; }

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #131529; }

.text.grey ul li:before {
  background: #939598; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #131529;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  line-height: 1.4em; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 50px 0;
  padding: 5px 0 5px 30px;
  border-left: 2px solid #131529;
  color: #b3e0df;
  font-weight: normal;
  font-style: italic;
  font-size: 1.4285714286em;
  line-height: 1.5em;
  text-align: left;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif; }

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 14px;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  color: #131529;
  line-height: 1.6em;
  background: #e1cc21; }

#container {
  background: #fff; }

/* !Borders - - - - - */
.border {
  border: 15px solid #eeefdf; }

.border.yellow-border {
  border-color: #e1cc21; }

.border-left {
  border-left: 15px solid #eeefdf; }

.border-right {
  border-right: 15px solid #eeefdf; }

.border-top {
  border-top: 15px solid #eeefdf; }

.border-bottom {
  border-bottom: 15px solid #eeefdf; }

/* !Buttons + Links - - - - - */
a.button,
input.gform_button {
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 1.0714285714em;
  line-height: 1.3em;
  padding: 13px 20px;
  color: #131529;
  background: #e1cc21;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .05em; }

a.text-link {
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  font-style: italic;
  font-size: 1.0714285714em;
  line-height: 1.3em;
  padding-bottom: 2px;
  border-bottom: 1px solid #131529;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 0; }

a.text-link.white {
  color: #fff;
  border-color: #fff;
  padding: 0 2px; }

a.text-link.white:hover {
  color: #de4c26;
  border-color: #de4c26; }

a.button span {
  position: relative;
  padding: 1px 0;
  border-bottom: 1px solid #131529; }

a.button:hover,
a.button.lt-blue-bg {
  background-color: #b3e0df; }

a.button.lt-blue-bg:hover {
  background: #de4c26; }

a.arrow-button {
  padding-right: 72px; }

a.button.margin-top {
  margin-top: 30px; }

a.arrow-button svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 15; }

a.arrow-button polygon {
  fill: #131529;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.arrow-button:hover polygon {
  fill: #fff; }

a.button.arrow-button:before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(images/button-arrow-bg.svg) no-repeat right center;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.button.arrow-button.alt-bg:before {
  background-image: url(images/button-arrow-bg-white.svg); }

a.button.arrow-button:hover:before {
  background-position: left center; }

/* !Mobile Nav - - - - - */
.nav-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100100;
  background: #e1cc21;
  border: 15px solid #eeefdf;
  min-height: 100%;
  overflow-y: scroll;
  padding: 80px 0;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.nav-wrap .flex-wrap {
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 100011;
  overflow: visible; }

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1; }

.nav-fade .nav-wrap {
  opacity: 0; }

.nav-wrap-left {
  width: 300px; }

.nav-wrap-right {
  width: calc(100% - 300px);
  padding-left: 60px;
  text-align: right; }

.nav-max {
  max-width: 380px;
  margin: 0 0 0 auto;
  text-align: left;
  display: block; }

.mobile-nav-wrap {
  display: none; }

.nav-lockup {
  text-align: right; }

ul.extra-nav li {
  width: 50%;
  margin-top: 30px; }

ul.extra-nav li:nth-child(odd) {
  padding-right: 12px; }

ul.extra-nav li:nth-child(even) {
  padding-left: 12px; }

ul.extra-nav a.button {
  display: block;
  text-align: center; }

.nav-text {
  margin-top: 40px; }

.nav-grid-wrap {
  padding: 12px; }

ul.nav {
  border: 1px solid #131529; }

ul.nav a {
  display: block;
  padding: 12px 30px 12px 55px;
  position: relative;
  font-size: 1.7142857143em;
  line-height: 1.3em;
  color: #131529;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif; }

ul.nav li + li a {
  border-top: 1px solid #131529; }

ul.nav a:before {
  content: attr(data-number);
  font-size: 50%;
  color: #de4c26;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: calc(100% - 15px);
  padding: 15px 0 0 0;
  text-align: center;
  border-right: 1px solid #131529; }

ul.nav a:hover {
  color: #de4c26; }

.nav-wrap .paid {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 101; }

.nav-social {
  position: fixed;
  bottom: 27px;
  right: 30px;
  z-index: 101; }

.social-label:first-child {
  padding-left: 0;
  padding-right: 15px; }

a.social.outline path {
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.social.outline:hover path {
  fill: #de4c26; }

/* !Page Blocks - - - - - */
.inner {
  padding: 0 25px;
  max-width: 850px;
  margin: 0 auto; }

.inner.wide {
  max-width: 990px; }

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

.max {
  max-width: 1400px;
  margin: 0 auto; }

.section-pad {
  padding: 120px 0; }

.big-section-pad {
  padding: 170px 0; }

.small-section-pad {
  padding: 60px 0; }

/* !Header - - - - - */
a.logo {
  width: 122px;
  height: 48px;
  position: fixed;
  top: 35px;
  left: 35px;
  z-index: 100000;
  overflow: hidden; }

a.logo svg {
  height: 48px;
  width: auto; }

a.logo path,
a.logo rect {
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.scrolled a.logo {
  width: 49px; }

.scrolled a.logo path,
.scrolled a.logo rect {
  fill: #de4c26; }

a.nav-toggle {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 100300;
  background: #eeefdf; }

a.donate {
  position: fixed;
  top: 35px;
  right: 83px;
  z-index: 100000;
  height: 48px;
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0; }

.nav-active a.donate {
  opacity: 0;
  visibility: hidden; }

a.nav-toggle div {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 2px;
  background: #131529;
  z-index: 101;
  text-indent: -9999px;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.nav-toggle:hover {
  background: #b3e0df; }

a.nav-toggle.active {
  border-radius: 120%;
  overflow: hidden;
  background: #131529; }

a.nav-toggle.active div {
  background: #fff; }

a.nav-toggle div:nth-child(1) {
  top: 16px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.nav-toggle div:nth-child(3) {
  bottom: 16px;
  width: 18px; }

a.nav-toggle.active div:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 23px;
  width: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

/* !Intro - - - - - */
.intro-wrap {
  padding-left: 100%;
  border: 15px solid #e1cc21;
  height: 100vh;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.intro-loaded .intro-wrap {
  padding-left: 50%;
  border-bottom: 0px solid transparent; }

.intro-image > img {
  display: none; }

.intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intro-loaded .intro-image {
  width: 50%; }

.intro-content {
  width: 100%;
  padding: 100px 0 50px 25px;
  height: 100vh; }

.intro-max {
  max-width: 340px;
  padding-right: 10px;
  margin: 0 auto; }

.intro-logo {
  margin-bottom: 60px; }

.intro-title {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px; }

.for {
  font-size: 80%;
  padding-right: 5px;
  font-style: italic; }

.vert-text {
  font-size: 0.8571428571em;
  position: absolute;
  bottom: -70px;
  writing-mode: vertical-lr;
  right: 40px;
  z-index: 101;
  line-height: 1.3em;
  padding-bottom: 185px;
  background: url(images/big-arrow-down.svg) no-repeat center bottom;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #131529; }

a.button.vol-button {
  position: absolute;
  left: -15px;
  bottom: 0;
  z-index: 101; }

.mobile-intro-logo {
  display: none;
  height: auto;
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.mobile-intro-logo > img.full {
  display: none; }

/* !Headlines - - - - - */
.small-headline,
.headline,
.small-label,
.line-title,
.small-title {
  font-size: 2.1428571429em;
  line-height: 1.4em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

.small-headline.margin-bottom {
  margin-bottom: 25px; }

.headline {
  font-size: 2.7857142857em; }

.headline i {
  font-style: normal;
  background-image: linear-gradient(#b3e0df, #b3e0df);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 15px; }

.headline.margin-bottom {
  margin-bottom: 50px; }

.small-label,
.small-title {
  font-size: 0.9285714286em;
  line-height: 1.4em;
  font-style: italic; }

.small-title {
  font-size: 1.2857142857em; }

.small-label.margin-bottom {
  margin-bottom: 8px; }

.line-title {
  font-size: 1.2857142857em;
  line-height: 50px;
  overflow: hidden; }

.line-title span {
  position: relative;
  padding: 0 20px;
  z-index: 101; }

.line-title span:before,
.line-title span:after {
  content: "";
  width: 10000px;
  position: absolute;
  top: 50%;
  height: 1px;
  z-index: 1;
  right: 100%;
  background: #131529; }

.line-title span:after {
  right: auto;
  left: 100%; }

/* !Meet - - - - - */
#about {
  padding: 130px 0; }

.side-section + .side-section {
  margin-top: 50px; }

ul.dotted-list li {
  font-size: 1.0714285714em;
  line-height: 1.4em;
  padding: 10px 0;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #131529; }

ul.dotted-list a {
  display: block;
  color: #131529; }

ul.dotted-list a:hover {
  color: #de4c26; }

ul.dotted-list li + li {
  border-top: 1px dashed #131529; }

.about-left {
  width: calc(100% - 240px);
  padding-right: 100px; }

.about-right {
  width: 240px; }

.about-under {
  margin-top: 70px; }

.about-under:first-child {
  margin-top: 0; }

/* !Meet / Alternating Blocks - - - - - */
.photo-credit {
  position: absolute;
  top: -40px;
  right: 0;
  line-height: 40px;
  font-size: 0.7142857143em; }

.photo-credit p {
  margin: 0; }

.photo-credit a {
  text-decoration: underline;
  color: #131529; }

.photo-credit a:hover {
  color: #de4c26; }

.alt-image-caption {
  font-size: 0.8571428571em;
  line-height: 1.4em;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
  max-width: calc(100% - 60px); }

.alt-row:first-child .alt-image-wrap:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 65px;
  right: -15px;
  background: url(images/ah-bug-orange-solid.svg) no-repeat center;
  z-index: 101; }

.alt-max {
  max-width: 320px;
  margin: 0 auto;
  padding: 120px 0; }

.alt-image-wrap.has-credit {
  margin-top: 40px; }

.alt-row {
  margin-top: -70px;
  z-index: 1;
  position: relative; }

.alt-row:nth-child(odd) {
  direction: rtl; }

.alt-row:first-child {
  margin-top: 0;
  z-index: 2; }

.no-alts .alt-row {
  margin-top: 0; }

.no-alts .alt-row:nth-child(odd) {
  direction: ltr; }

.alt-image {
  width: 53.9%; }

.alt-content {
  width: 46.1%; }

#meet {
  margin-bottom: -70px;
  position: relative;
  z-index: 10; }

.meet-cycle-wrap {
  position: relative;
  z-index: 101; }

#meet.cream-bg {
  position: relative; }

#meet.cream-bg:before {
  content: "";
  width: 100%;
  height: 70px;
  background: #131529;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

/* !Donate - - - - - */
.page-template-homepage #donate.big-section-pad {
  padding-bottom: 90px; }

.donate-left {
  width: 55%; }

.donate-right {
  width: 45%;
  padding-left: 80px; }

.disclaimer {
  margin-top: 15px; }

ul.donate-list {
  width: calc(100% + 12px);
  margin-left: -6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  align-items: start; }

ul.donate-list li {
  padding: 6px; }

a.donate-link {
  background: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #131529;
  font-size: 1.8571428571em;
  line-height: 1.5em; }

a.donate-link:hover {
  color: #131529;
  background: #e1cc21; }

/* !Issues - - - - - */
.issues-pad {
  padding: 115px 0; }

.issues-left {
  width: 290px;
  padding: 15px 50px 0 40px; }

.issues-right {
  width: calc(100% - 290px); }

.issues-headline {
  font-size: 2.1428571429em;
  line-height: 1.3em;
  font-weight: 500; }

.issue-under {
  margin-top: 55px; }

.issue-under-right {
  width: 230px; }

.issue-under-left {
  width: calc(100% - 230px);
  padding-right: 50px; }

ul.issue-nav li {
  position: relative;
  font-size: 1.2857142857em;
  line-height: 1.3em;
  color: #939598;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

ul.issue-nav li.resp-tab-active {
  color: #131529;
  font-style: italic; }

ul.issue-nav li:hover {
  color: #131529; }

ul.issue-nav li + li {
  margin-top: 15px; }

ul.issue-nav li:before {
  content: "";
  width: 0px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -40px;
  background: url(images/arrow-right.svg) no-repeat right center;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

ul.issue-nav li.resp-tab-active:before {
  width: 20px; }

a.resp-accordion,
.resp-tab-content {
  display: none; }

a.resp-accordion {
  position: relative;
  padding: 25px 75px 25px 25px;
  font-size: 1.4285714286em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #131529;
  line-height: 1.3em;
  font-style: italic; }

a.resp-accordion:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  background: url(images/plus.svg) no-repeat center;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.resp-accordion.resp-tab-active:before {
  background-image: url(images/minus.svg); }

/* !Voices - - - - - */
#voices {
  padding: 90px 0; }

#voices .small-title {
  margin-bottom: 60px; }

.voice-bottom-wrap {
  padding: 0 50px;
  margin: 60px auto 0 auto;
  max-width: 250px;
  position: relative; }

a.slick-prev,
a.slick-next {
  position: absolute;
  top: 52px;
  width: 30px;
  height: 30px;
  z-index: 101;
  padding: 5px 7px; }

a.slick-prev {
  left: -7px; }

a.slick-next {
  right: -7px; }

a.slick-prev polygon,
a.slick-next polygon {
  fill: #de4c26;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.slick-prev:hover polygon,
a.slick-next:hover polygon {
  fill: #131529; }

.voice-image {
  max-width: 134px;
  border: 7px solid #eeefdf;
  margin: 0 auto 40px auto;
  border-radius: 120%;
  overflow: hidden;
  background: #eeefdf; }

.voice-name {
  font-size: 1.0714285714em;
  line-height: 1.4em; }

.voice-details {
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.4em; }

/* !Bold - - - - - */
.bold-left {
  width: 47.15%; }

.bold-right {
  width: 52.85%; }

/* !News Grid - - - - - */
ul.news-grid {
  width: 100%;
  padding: 60px 15px;
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  align-items: start; }

ul.news-grid li {
  padding: 10px;
  height: 100%; }

ul.news-grid > li > a {
  display: block;
  background: #fff;
  height: 100%;
  padding: 20px 30px 55px 30px;
  position: relative; }

.news-cat {
  font-size: 0.8571428571em;
  line-height: 1.4em;
  padding-bottom: 5px;
  border-bottom: 1px solid #131529;
  margin-bottom: 25px; }

.news-title {
  font-size: 1.6428571429em;
  line-height: 1.4em;
  color: #131529;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

ul.news-grid > li > a:hover .news-title {
  color: #de4c26; }

.news-more {
  position: absolute;
  bottom: 20px;
  left: 30px;
  max-width: calc(100% - 60px);
  font-size: 0.8571428571em;
  line-height: 1.4em;
  z-index: 10; }

/* !Bottom CTA - - - - - */
.cta-block {
  padding: 180px 0; }

.over {
  position: relative;
  z-index: 10; }

/*
.cta-block:before {
content: "";
width: 100%;
height: 100%;
z-index: 1;
background: rgba($lt-blue, .7);
mix-blend-mode: multiply;
position: absolute;
top: 0;
left: 0;
}
*/
.cta-icon {
  max-width: 366px;
  margin: 0 auto 35px auto; }

/* !Form Fields - - - - - */
.gfield {
  margin-bottom: 15px;
  clear: both; }

.page-form .gfield {
  margin-bottom: 20px; }

input.medium,
input.large,
input.small,
textarea,
select,
.ginput_complex input {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 12px;
  height: 40px;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  color: #131529;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1.0157714286rem;
  line-height: 1.3em; }

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center #fff;
  padding-right: 50px; }

textarea {
  resize: none;
  height: 150px;
  padding: 12px; }

.gform_validation_container {
  display: none !important; }

.gfield_label,
.ginput_complex label {
  color: #131529;
  font-size: 0.7857142857em;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3em;
  padding-bottom: 10px;
  display: none; }

.show-label .gfield_label,
.show-label .ginput_complex label {
  display: block; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #939598;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #939598;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #939598;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

:-ms-input-placeholder {
  opacity: 1;
  color: #939598;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.gform_submission_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #de4c26;
  font-size: 1.2857142857em;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 30px; }

.validation_message {
  padding-top: 5px;
  color: #de4c26;
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #131529;
  font-weight: bold;
  font-size: 1.2857142857em;
  line-height: 1.4em; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

.gfield_radio .gchoice,
.gfield_checkbox .gchoice {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top; }

.gfield_radio label,
.gfield_checkbox label {
  font-size: 1em;
  display: block;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  font-weight: 600; }

.gfield_radio input,
.gfield_checkbox input,
.offset input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1; }

.gfield_checkbox input,
.offset input[type=checkbox] {
  border-radius: 0; }

.gfield_radio input:checked {
  background: #131529; }

.gfield_checkbox input:checked,
.offset input[type=checkbox] {
  background: url(images/check.svg) no-repeat center #fff; }

ul.gform_fields li.left,
.text ul.gform_fields li.left,
ul.gform_fields li.right,
.text ul.gform_fields li.right,
.ginput_complex span,
.gfield.left,
.gfield.right {
  width: 50%;
  float: left;
  clear: none; }

ul.gform_fields li.left,
.text ul.gform_fields li.left,
.gfield.left {
  padding-right: 10px;
  clear: left; }

ul.gform_fields li.right,
.text ul.gform_fields li.right,
.gfield.right {
  padding-left: 10px;
  padding-right: 0;
  clear: none !important;
  float: right; }

li.clear,
.gfield.clear {
  clear: both; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(19, 21, 41, 0.2);
  border-left: 4px solid #131529;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

.gsection_title {
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #131529;
  color: #131529;
  font-size: 1.8571428571em;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 90px 0 30px 0; }

.gfield:first-child .gsection_title {
  margin-top: 0; }

.dark-form .gsection_title {
  border-color: rgba(255, 255, 255, 0.2); }

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
  display: block; }

.ginput_complex.ginput_container_address span:nth-child(3),
.ginput_complex.ginput_container_address span:nth-child(4),
.ginput_complex.ginput_container_address span:nth-child(5) {
  float: left; }

.ginput_complex.ginput_container_address span:nth-child(3) {
  width: 40%;
  padding: 0; }

.ginput_complex.ginput_container_address span:nth-child(4) {
  width: 30%;
  padding: 0 0 0 20px; }

.ginput_complex.ginput_container_address span:nth-child(5) {
  width: 30%;
  padding: 0 0 0 20px !important;
  clear: none; }

.ginput_complex.ginput_container_address span:nth-child(6) {
  width: 100%;
  margin-top: 30px;
  clear: both; }

.gfield_description:last-child {
  margin-top: 5px; }

legend + .gfield_description {
  margin-top: 0; }

.text .gform_wrapper {
  margin-top: 40px; }

.text .gform_wrapper:first-child {
  margin-top: 0; }

.gfield_required_text {
  display: none; }

.gfield_required:after {
  content: " *";
  color: #131529;
  text-indent: 0; }

.signup-form .gfield_required:after {
  color: #fff; }

.spacer.gfield {
  display: none; }

.under-form-text {
  margin-top: 60px; }

.show-label .gfield_label,
.show-label .ginput_complex label,
fieldset .gfield_label {
  display: block;
  color: #131529;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 5px; }

.gform_drop_area {
  border: 1px dashed #131529;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center; }

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

#extensions_message {
  display: block;
  margin-top: 3px; }

.ginput_preview {
  font-size: 1.0714285714em;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat; }

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important; }

/* !Footer - - - - - */
footer {
  padding: 140px 0; }

.footer-col1 {
  width: 300px; }

.footer-col2 {
  width: calc(58% - 150px);
  padding-left: 100px; }

.footer-col3 {
  width: calc(42% - 150px);
  padding-left: 50px; }

.footer-signup {
  padding-right: 50px; }

.footer-credit {
  margin-top: 20px;
  border-top: 1px solid #131529;
  padding: 20px 0 0 0;
  font-size: 0.7142857143em; }

.credit-left {
  width: 50%;
  padding-right: 12px; }

.credit-right {
  width: 50%;
  padding-left: 12px;
  text-align: right; }

.footer-sep {
  padding: 0 10px; }

.footer-credit a {
  color: #131529; }

.credit-right a {
  text-decoration: underline; }

.footer-credit a:hover {
  color: #de4c26; }

.footer-social {
  margin-top: 30px; }

a.social {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px; }

a.social + a.social {
  margin-left: 8px; }

a.social circle {
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.social:hover circle {
  fill: #de4c26; }

.social-label {
  font-size: 0.7857142857em;
  line-height: 1.3em;
  padding-left: 15px; }

.paid {
  display: inline-block;
  border: 1px solid #de4c26;
  padding: 10px 20px;
  font-size: 0.8571428571em;
  line-height: 1.3em; }

footer .paid {
  display: block;
  text-align: center;
  margin-top: 35px; }

.signup-form a.button.join {
  width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  background: #131529;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0; }

input.gform_button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #131529;
  color: #fff;
  border: none;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.signup-form a.button.join:hover,
input.gform_button:hover {
  background: #de4c26;
  color: #fff; }

#field_1_2 .ginput_container,
#field_2_2 .ginput_container {
  position: relative;
  padding-right: 100px; }

.news-cat.join-headline {
  margin-bottom: 15px; }

.footer-text {
  font-size: 0.8571428571em;
  line-height: 1.7em; }

ul.footer-links li {
  margin: 15px 30px 0 0; }

ul.footer-links a.text-link {
  color: #131529;
  border-color: #131529; }

ul.footer-links a.text-link:hover {
  color: #de4c26;
  border-color: #de4c26; }

.footer-icons-wrap {
  margin-top: 60px; }

.footer-icon {
  max-width: 210px;
  display: block;
  margin: 0 0 0 auto; }

.footer-logo-wrap {
  text-align: right; }

.footer-logo-image {
  margin: -65px 0 0 auto;
  position: relative;
  display: inline-block;
  text-align: right; }

.footer-logo-image .voice-image {
  margin-bottom: 0; }

.footer-logo-image:before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 60px;
  left: -20px;
  background: url(images/ah-orange-bug.svg) no-repeat center;
  z-index: 10; }

.signup-form input[type=submit] {
  position: absolute;
  top: 0;
  left: -9999px; }

/* !District - - - - - */
.map-right > img.full {
  display: none; }

.map-right {
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1; }

.map-wrap {
  padding-right: 55%; }

.map-left {
  padding: 50px; }

ul.place-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #131529;
  font-size: 1.0714285714em;
  line-height: 1.4em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

ul.place-list li {
  width: 50%;
  padding: 6px 10px 6px 20px; }

/* !404 - - - - - */
.error-block {
  padding: 200px 0; }

.error-headline {
  font-size: 4em;
  line-height: 1.4em;
  margin-bottom: 30px; }

/* !Spacer - - - - - */
.small-spacer {
  height: 60px; }

.medium-spacer {
  height: 90px; }

.large-spacer {
  height: 120px; }

/* !Text Block - - - - - */
.issue-col {
  width: 50%;
  margin-top: 45px; }

.issue-col:nth-child(odd) {
  padding-right: 25px; }

.issue-col:nth-child(even) {
  padding-left: 25px; }

.aw-headline {
  font-size: 3em;
  line-height: 1.3em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .05em; }

.aw-headline.margin-bottom {
  margin-bottom: 35px; }

.aw-headline.small {
  font-size: 2em; }

.text-left {
  width: 40%;
  padding-right: 30px; }

.text-right {
  width: 60%;
  padding-left: 30px; }

/* !Modular Intro - - - - - */
.intro-headline {
  font-size: 4.2857142857em;
  line-height: 1.2em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

.intro-headline.bigger {
  font-size: 5.2857142857em;
  line-height: 1.1em; }

.intro-subhead {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 20px; }

.intro-headline.margin-bottom {
  margin-bottom: 25px; }

.alt-row:nth-child(odd) .alt-content {
  padding-right: 40px; }

.alt-row:nth-child(even) .alt-content {
  padding-left: 40px; }

.text.margin-top {
  margin-top: 25px; }

/* !Modular Header - - - - - */
a.page-logo {
  width: 190px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 101; }

#container.mod-header {
  padding-top: 236px;
  background: url(images/header-bg.svg) no-repeat right top #fff;
  background-size: 10000px auto; }

#container.mod-header a.nav-toggle {
  background: #fff; }

.scrolled #container.mod-header a.nav-toggle {
  background: #eeefdf; }

.nav-active #container.mod-header a.nav-toggle,
.scrolled.nav-active #container.mod-header a.nav-toggle {
  background: #131529; }

.mod-header a.logo,
.scrolled a.page-logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.scrolled .mod-header a.logo {
  visibility: visible;
  opacity: 1; }

/* !Mobile Footer - - - - - */
.mobile-footer-bottom,
ul.mobile-footer-top {
  display: none; }

.mobile-footer-bottom {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 50px; }

.mobile-credit {
  padding-left: 50px;
  padding-top: 8px;
  max-width: 260px;
  margin: 40px auto 0 auto;
  font-size: 0.7142857143em;
  line-height: 1.3em; }

.mobile-credit a {
  color: #131529; }

.mobile-credit a:hover {
  color: #de4c26; }

.mobile-credit > div + div {
  margin-top: 5px; }

.mobile-credit:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/footer-icon-lockup.svg) no-repeat left top;
  z-index: 1; }

.mobile-footer-bottom .paid {
  margin-top: 50px; }

.mobile-social {
  margin-top: 30px;
  text-align: center; }

ul.mobile-footer-top {
  max-width: 180px;
  margin: 0 auto 45px auto; }

ul.mobile-footer-top a.button {
  display: block;
  text-align: center;
  background: #eeefdf; }

ul.mobile-footer-top li + li {
  margin-top: 15px; }

ul.mobile-footer-top a.button:hover,
ul.mobile-footer-top a.button.lt-blue-bg {
  background: #b3e0df; }

ul.mobile-footer-top a.button.lt-blue-bg:hover {
  background: #eeefdf; }

/* !News Block - - - - - */
.all-news,
.post-nav {
  padding-bottom: 60px; }

/* !Columns Block - - - - - */
ul.icon-cols li {
  width: 33.33%;
  padding: 25px; }

.inner + ul.icon-cols {
  padding-top: 25px; }

ul.icon-cols {
  max-width: 1200px;
  margin: 0 auto; }

.icon-title {
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  font-size: 1.4285714286em;
  line-height: 1.4em;
  color: #131529;
  text-transform: uppercase;
  letter-spacing: .05em; }

.icon-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #131529; }

.col-wrap {
  max-width: 250px; }

/* !Accordion - - - - - */
a.question {
  display: block;
  position: relative;
  padding: 40px 40px 20px 0;
  font-size: 1.4285714286em;
  line-height: 1.4em;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-style: italic;
  border-bottom: 1px solid #131529;
  color: #131529;
  cursor: pointer; }

a.question:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  background: url(images/plus.svg) no-repeat center;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.question.ui-state-active:before {
  background-image: url(images/minus.svg); }

.answer {
  padding: 20px 0 40px 0; }

.acc-wrap {
  margin-top: -40px; }

/* !Intro Animation - - - - - */
#intro {
  overflow: hidden; }

.intro-loaded #intro {
  overflow: visible; }

#intro:before {
  content: "";
  width: 500px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/homepage-bold-stack.svg) no-repeat center;
  z-index: 101;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.intro-loaded #intro:before {
  opacity: 0;
  left: 25%; }

.intro-image {
  width: calc(100vw - 30px);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.intro-wrap {
  width: 100vw;
  padding-left: calc(100vw - 30px);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.intro-loaded .intro-wrap {
  padding-left: calc(50vw - 15px);
  overflow: visible; }

.intro-loaded .intro-image {
  width: 50vw; }

#intro a.vol-button {
  transform: translate(0, 150%); }

.page-template-homepage a.logo,
.page-template-homepage a.nav-toggle,
.page-template-homepage a.button.donate,
.page-template-homepage #intro .vert-text,
.page-template-homepage #intro a.vol-button,
.page-template-homepage .elect-days {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.page-template-homepage #intro a.vol-button {
  opacity: 1; }

.page-template-homepage .intro-loaded #intro a.vol-button {
  transform: translate(0, 0); }

.page-template-homepage .intro-loaded a.logo,
.page-template-homepage .intro-loaded a.nav-toggle,
.page-template-homepage .intro-loaded a.button.donate,
.page-template-homepage .intro-loaded #intro .vert-text,
.page-template-homepage .intro-loaded #intro a.vol-button,
.page-template-homepage .intro-loaded .elect-days {
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.page-template-homepage #intro .intro-max {
  opacity: 0;
  transform: translate(50%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: .75s;
  -moz-transition-delay: .75s;
  transition-delay: .75s; }

.page-template-homepage .intro-loaded #intro .intro-max {
  opacity: 1;
  transform: translate(0, 0); }

/* !Homepage Map - - - - - */
.map-toggle {
  width: 20px;
  height: 20px;
  background: #de4c26;
  border: 2px solid #fff;
  border-radius: 120%;
  overflow: hidden;
  transform-origin: center;
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 20;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.map-icon {
  z-index: 100; }

.map-icon.active .map-toggle {
  width: 40px;
  height: 40px;
  border-width: 4px;
  transform: translate(-10px, -10px); }

.map-icon.active {
  z-index: 1001 !important; }

.map-list-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.map-list-left {
  width: 50%;
  padding: 60px 50px; }

#map,
#distmap {
  width: 100%;
  height: 100%; }

.map-text-box {
  opacity: 0;
  visibility: hidden;
  width: 320px;
  border: 5px solid #e1cc21;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  background: #fff;
  transform: translate(-50%, -8px);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

.map-text-box .text {
  font-size: 100%; }

.map-text-title {
  margin-bottom: 5px;
  font-size: 110%;
  line-height: 1.4em; }

.map-icon.active .map-text-box {
  visibility: visible;
  opacity: 1; }

.map-close,
#distmap .mapboxgl-popup-close-button {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  text-indent: -9999px;
  background: url(images/x.svg) no-repeat center;
  cursor: po; }

ul.map-toggle-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #131529; }

ul.map-toggle-list li {
  width: 50%;
  padding: 3px 20px 3px 0; }

a.data-map-toggle {
  display: block;
  font-family: "AW Conqueror Carved One", "GreycliffCF", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.0714285714em;
  line-height: 1.3em;
  color: #131529;
  cursor: pointer;
  position: relative; }

a.data-map-toggle span {
  display: inline-block;
  padding: 8px 15px 8px 40px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.data-map-toggle:hover span,
a.data-map-toggle.active span,
li.list-active a.data-map-toggle span {
  background: #fff; }

a.data-map-toggle span:before {
  content: "";
  width: 0;
  height: 16px;
  background: url(images/arrow-right-orange.svg) no-repeat right center;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  z-index: 1;
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }

a.data-map-toggle:hover span:before,
a.data-map-toggle.active span:before,
li.list-active a.data-map-toggle span:before {
  width: 20px; }

.mobile-map-wrap,
ul.mobile-place-list {
  display: none; }

/* !Election Countdown - - - - - */
.elect-days {
  position: absolute;
  top: 35px;
  right: 270px;
  z-index: 10010;
  line-height: 48px;
  font-size: 0.9285714286em; }

.mobile-elect-days {
  display: none;
  margin-top: 30px; }

.mobile-elect-days .elect-days {
  font-size: 1.0714285714em; }

/* !Mobile Footer Signup - - - - - */
.mobile-signup {
  display: none;
  padding-bottom: 40px;
  max-width: 325px;
  margin: 0 auto; }

#field_7_2 .ginput_container {
  position: relative; }

/* !Mobile Neighborhood List - - - - - */
.mobile-neighborhood-list {
  display: none;
  padding: 35px 25px 15px 25px;
  font-size: 1.0714285714em;
  line-height: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

.mobile-neighborhood-list ul li {
  width: 50%;
  padding: 0 20px 20px 0; }

/* !Homepage Edits 3/23/22 - - - - - */
.about-video {
  margin: 30px auto 0 auto; }

.quick-link {
  margin-top: 30px; }

.quick-link + .quick-link {
  margin-top: 15px; }

/* !Voting Map - - - - - */
.vote-left {
  width: 512px;
  height: 750px;
  overflow-y: scroll; }

.vote-header {
  padding: 30px 30px 0 30px; }

.vote-header .text {
  margin-top: 10px; }

.vote-header .text a {
  color: #de4c26; }

.vote-header .text a:hover {
  color: #e1cc21; }

.vote-header p {
  margin: 5px 0 0 0; }

.vote-right {
  width: calc(100% - 512px); }

#votemap {
  width: 100%;
  height: 750px;
  background: #eeefdf; }

.geo-pad {
  padding: 20px 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #131529;
  border-bottom: 1px solid rgba(179, 224, 223, 0.2); }

.listings .item {
  display: block;
  border-bottom: 1px solid rgba(179, 224, 223, 0.2);
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.1428571429em;
  line-height: 1.4em; }

.listings .item > a {
  display: block;
  color: #b3e0df;
  font-weight: bold;
  font-size: 1.2857142857em;
  margin-bottom: 5px;
  line-height: 1.3em; }

.listings .item > a:hover {
  color: #e1cc21; }

.listings .item:last-child {
  border-bottom: none; }

.listings .item .location-title {
  display: block;
  color: #b3e0df;
  font-weight: 900;
  font-size: 1.2857142857em; }

.listings .item.active,
.listings .item:hover {
  background-color: rgba(179, 224, 223, 0.1); }

#voting ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-left: 0;
  background: rgba(179, 224, 223, 0.2); }

#voting ::-webkit-scrollbar-track {
  background: rgba(179, 224, 223, 0.2); }

#voting ::-webkit-scrollbar-thumb {
  background: #b3e0df;
  border-radius: 0; }

.marker {
  border: none;
  cursor: pointer;
  height: 65px;
  width: 66px;
  background: url(images/map-marker.svg) no-repeat center bottom;
  background-size: 36px 43px; }

/* Marker tweaks */
body .mapboxgl-popup {
  padding-bottom: 60px; }

.mapboxgl-popup-close-button,
.mapboxgl-popup-tip {
  display: none !important; }

body .mapboxgl-popup-content {
  font-family: "GreycliffCF", Arial, Verdana, sans-serif;
  padding: 0;
  width: 250px;
  padding: 0;
  border-radius: 0; }

.mapboxgl-popup-content-wrapper {
  padding: 0; }

.mapboxgl-popup-content h3 {
  background: #131529;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: 900;
  font-size: 140%; }

.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 120%; }

.mapboxgl-popup-content div {
  padding: 0; }

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer; }

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 0; }

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949; }

.mapboxgl-ctrl-geocoder {
  border: 2px solid #00853e;
  border-radius: 0;
  position: relative;
  top: 0;
  width: 800px;
  margin-top: 0;
  border: 0; }

.mapboxgl-ctrl-geocoder > div {
  min-width: 100%;
  margin-left: 0; }

body .mapboxgl-ctrl-geocoder {
  width: 100%;
  box-shadow: none;
  max-width: none; }

body input.mapboxgl-ctrl-geocoder--input {
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
  color: #939598;
  width: 100%;
  font-family: "GreycliffCF", Arial, Verdana, sans-serif; }

.vote-pad h3 a:hover {
  color: #fff; }

.location-details p {
  margin: 10px 0 0 0;
  color: #131529; }

.location-details p strong {
  font-weight: 900; }

.location-details {
  font-weight: normal;
  color: #fff;
  font-size: 85%;
  margin-top: 5px; }

body .mapboxgl-popup-anchor-top,
body .mapboxgl-popup-anchor-top-left,
body .mapboxgl-popup-anchor-top-right {
  margin-top: 15px; }

body .mapboxgl-popup-anchor-left {
  margin-left: 35px; }

body .mapboxgl-popup-anchor-right {
  margin-left: -35px; }

body .mapboxgl-ctrl-geocoder--icon-search {
  top: 50%;
  transform: translate(0, -50%); }

a.directions,
a.pop-directions {
  display: block;
  color: #b3e0df;
  font-size: 0.7142857143em;
  font-weight: bold;
  margin-top: 6px;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em; }

a.pop-directions {
  color: #de4c26;
  font-size: 0.7857142857em; }

a.directions:hover,
a.pop-directions:hover {
  color: #e1cc21; }

.mapboxgl-marker:not(.marker) {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: #131529;
  border: 3px solid #fff;
  border-radius: 120%; }

.mapboxgl-marker:not(.marker):after {
  content: "";
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 #131529;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(19, 21, 41, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(19, 21, 41, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(19, 21, 41, 0); } }

.mapboxgl-marker:not(.marker) svg {
  display: none; }

.intro-block + .vote-top,
.intro-block + .voting-block {
  margin-top: 80px; }

/* !New District Map - - - - - */
#distmap .mapboxgl-marker {
  background: #131529;
  z-index: 10500; }

.dist-message {
  display: none; }

.dist-yes,
.dist-no {
  padding-top: 25px; }

.dist-disclaimer {
  padding-top: 10px; }

.dist-title {
  font-size: 1.4285714286em;
  font-weight: bold;
  line-height: 1.4em; }

.dist-map-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr; }

.dist-left {
  padding: 50px; }

#distmap {
  height: 100%;
  display: block; }

.dist-disclaimer .text a {
  color: #131529;
  text-decoration: underline;
  font-weight: bold; }

.dist-disclaimer .text a:hover {
  color: rgba(19, 21, 41, 0.5); }

.dist-search {
  margin-top: 25px; }

#distmap .mapboxgl-marker.marker-icon:not(.marker) {
  width: 26px;
  height: 26px;
  background: #de4c26;
  z-index: 1001; }

#distmap .mapboxgl-marker.marker-icon.marker-active:not(.marker) {
  background: #de4c26;
  width: 40px;
  height: 40px; }

#distmap .mapboxgl-marker.marker-icon:not(.marker):after {
  display: none; }

#distmap .mapboxgl-popup-content {
  border-radius: 0;
  box-shadow: none;
  width: 300px;
  margin-bottom: 20px; }

#distmap .map-text-box {
  width: 300px; }

#distmap .mapboxgl-popup-content .map-text-box {
  opacity: 1;
  visibility: visible;
  position: static;
  transform: none;
  padding: 25px; }

#distmap .mapboxgl-popup {
  z-index: 10100;
  padding-bottom: 0; }

#distmap .mapboxgl-popup-close-button {
  border: none;
  border-radius: 0;
  z-index: 1001;
  display: block !important; }

#distmap .mapboxgl-marker.marker-icon.marker-active {
  z-index: 10200 !important; }

.geocoder {
  position: relative;
  z-index: 1010; }

/* - - - Media Queries - - - */
@media only screen and (max-height: 800px) {
  .intro-logo {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .intro-content {
    min-height: 600px; }
  .intro-loaded .intro-content {
    overflow: scroll; } }

@media only screen and (max-height: 720px) {
  .intro-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  #intro .text.intro-text {
    font-size: 1em; } }

@media only screen and (max-height: 600px) {
  #intro .intro-text,
  #intro .intro-title {
    display: none; }
  .intro-content {
    min-height: 0; } }

@media only screen and (max-width: 1150px) {
  /* Style adjustments for viewports that meet the condition */
  .intro-headline {
    font-size: 3em; }
  .intro-headline.bigger {
    font-size: 3.7142857143em;
    line-height: 1.2em; }
  .intro-subhead {
    font-size: 1.2857142857em; }
  .footer-col2 {
    padding-left: 80px;
    width: calc(50% - 150px); }
  .footer-col3 {
    width: calc(50% - 150px); }
  .credit-left,
  .credit-right {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
    margin: 0; }
  .footer-icon {
    margin: 0 0 0 0; }
  .footer-signup {
    padding-right: 0; }
  footer {
    padding: 90px 0; }
  #about {
    padding: 100px 0; }
  .intro-logo {
    margin: 0 auto 40px auto;
    max-width: 270px; }
  .vert-text {
    right: 15px; }
  .nav-wrap.border,
  .border,
  .border-left,
  .border-right,
  .border-bottom,
  .border-top,
  .intro-wrap {
    border-width: 10px; }
  .intro-max {
    max-width: 370px; }
  .intro-wrap {
    padding-left: calc(100vw - 20px); }
  .intro-image {
    width: calc(100vw - 20px); }
  .intro-logo {
    max-width: 200px; }
  .map-list-left {
    padding-left: 30px;
    padding-right: 30px; }
  a.data-map-toggle {
    font-size: 0.9285714286em; }
  a.data-map-toggle span {
    padding-left: 30px; }
  ul.map-toggle-list li {
    padding: 2px 30px 2px 0; }
  a.data-map-toggle span:before {
    background-size: 14px auto; }
  a.data-map-toggle:hover span:before,
  a.data-map-toggle.active span:before {
    width: 14px; }
  ul.nav a {
    font-size: 1.5714285714em; } }

@media only screen and (max-width: 1023px) {
  .footer-col2,
  .footer-col3,
  a.page-logo,
  .intro-logo,
  a.button.vol-button,
  .vert-text,
  .nav-wrap .paid,
  .nav-wrap .nav-social,
  .nav-wrap > .flex-wrap,
  .mobile-nav-wrap ul.nav a:before,
  #intro:before,
  .map-list-right,
  ul.map-toggle-list,
  header .elect-days {
    display: none; }
  .alt-content,
  .alt-image,
  .donate-left,
  .donate-right {
    width: 50%; }
  .text-left,
  .text-right {
    width: 100%;
    display: block;
    padding: 0; }
  .text-right {
    margin-top: 40px; }
  .section-pad {
    padding: 80px 0; }
  .big-section-pad {
    padding: 110px 0; }
  .small-section-pad {
    padding: 50px 0; }
  .small-spacer {
    height: 40px; }
  .medium-spacer {
    height: 60px; }
  .large-spacer {
    height: 80px; }
  .donate-right {
    padding-left: 40px; }
  ul.mobile-footer-top,
  .mobile-footer-bottom {
    display: block; }
  .footer-col1 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block; }
  footer {
    padding: 50px 0 30px 0; }
  a.nav-toggle {
    top: 15px;
    right: 15px;
    border-radius: 120%;
    background: #b3e0df !important; }
  .scrolled a.nav-toggle {
    background: #b3e0df !important; }
  .nav-active.scrolled a.nav-toggle,
  .nav-active a.nav-toggle {
    background: #131529 !important; }
  .mod-header a.logo,
  a.logo {
    visibility: visible;
    opacity: 1;
    top: 15px;
    left: 15px;
    -webkit-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1); }
  .nav-wrap {
    border: none; }
  #container.mod-header {
    padding-top: 80px;
    background-position: right -50px; }
  ul.news-grid {
    grid-template-columns: repeat(2, 1fr); }
  .text.large-text {
    font-size: 1.4285714286em; }
  .cta-block {
    padding: 130px 0; }
  .map-wrap {
    padding-right: 50%; }
  .map-right {
    width: 50%; }
  ul.place-list li {
    font-size: 1em; }
  .issues-headline {
    font-size: 1.8571428571em; }
  .issue-under-left,
  .issue-under-right {
    display: block;
    width: 100%;
    padding: 0; }
  .issue-under-right {
    margin-top: 35px; }
  #about {
    padding: 80px 0; }
  .about-under {
    margin-top: 55px; }
  .intro-wrap {
    border: none;
    height: auto; }
  .intro-loaded .intro-image,
  .intro-image {
    width: 100% !important; }
  .intro-image.cover {
    background: none !important;
    position: static;
    height: 600px;
    position: relative;
    overflow: hidden; }
  .intro-content {
    height: auto;
    width: 100%;
    display: block;
    padding: 35px 25px; }
  .intro-image > img.full {
    display: block;
    height: 800px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .intro-loaded .intro-wrap,
  .intro-wrap {
    padding: 0; }
  .intro-max {
    max-width: 800px; }
  .mobile-intro-logo,
  .mobile-intro-logo > img.full {
    display: block; }
  .mobile-intro-logo {
    margin-top: -280px; }
  .mobile-nav-wrap {
    display: block; }
  .nav-wrap {
    padding: 120px 25px 25px 25px; }
  .mobile-nav-logo {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 95px;
    height: auto;
    z-index: 101; }
  .nav-grid-wrap {
    padding: 8px; }
  .mobile-extra-nav {
    margin-top: 25px; }
  .mobile-nav-wrap ul.nav a {
    text-align: center;
    padding: 10px 15px;
    font-size: 1.5714285714em; }
  .mobile-nav-social {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #131529;
    border-top: none; }
  a.donate {
    width: 100vw;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 100100;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    display: block; }
  .scrolled a.donate {
    visibility: visible;
    opacity: 1; }
  #intro .intro-text,
  #intro .intro-title {
    display: block !important; }
  .intro-wrap {
    padding-left: 0; }
  #intro .intro-max {
    transform: translate(0, 0);
    opacity: 1; }
  html .intro-content {
    min-height: 0 !important; }
  a.nav-toggle {
    opacity: 1; }
  .mobile-map-wrap,
  ul.mobile-place-list {
    display: block; }
  .map-list-left {
    width: 100%;
    padding: 45px 25px;
    display: block; }
  .mobile-elect-days,
  .mobile-signup,
  .mobile-neighborhood-list {
    display: block; }
  .vote-left {
    width: 100%;
    display: block;
    height: 350px; }
  .vote-right {
    width: 100%;
    display: block; }
  #votemap {
    height: 350px; }
  .vote-header {
    padding: 25px 25px 0 25px; }
  .geo-pad {
    padding: 15px 25px; }
  .listings .item {
    padding: 15px 25px; }
  .listings .item > a {
    font-size: 1.1428571429em; }
  .intro-block + .vote-top,
  .intro-block + .voting-block {
    margin-top: 50px; }
  .mobile-nav-wrap ul.nav a {
    font-size: 1.2857142857em; }
  .dist-map-wrap {
    display: block;
    grid-auto-rows: auto; }
  #distmap {
    height: 300px; }
  .dist-left {
    padding: 45px 25px; }
  #distmap .mapboxgl-popup-content .map-text-title {
    text-align: center; }
  #distmap .mapboxgl-popup-content .text {
    display: none; }
  #distmap .mapboxgl-popup-content {
    width: 240px; }
  #distmap .mapboxgl-popup-content .map-text-box {
    width: 240px;
    padding: 15px 25px; } }

@media only screen and (max-width: 900px) {
  .donate-right .text,
  ul.place-list,
  .issues-left,
  #meet.cream-bg:before {
    display: none; }
  .alt-image {
    width: 100%;
    display: block;
    max-width: 620px;
    margin: 0 auto 40px auto; }
  .alt-content {
    width: 100%;
    padding: 0 !important; }
  .alt-row {
    margin-top: 0; }
  .alt-row + .alt-row {
    margin-top: 50px; }
  .alt-max {
    max-width: 620px;
    padding: 0; }
  .intro-headline,
  .aw-headline {
    font-size: 2.5714285714em; }
  .intro-headline.bigger {
    font-size: 2.8571428571em; }
  .donate-left,
  .donate-right,
  .about-right,
  .about-left {
    width: 100%;
    display: block;
    padding: 0; }
  .donate-left {
    margin-top: 25px; }
  .small-headline {
    font-size: 1.8571428571em; }
  .section-pad {
    padding: 50px 0; }
  .big-section-pad,
  #about {
    padding: 60px 0; }
  .small-section-pad {
    padding: 50px 0; }
  .small-spacer {
    height: 30px; }
  .medium-spacer {
    height: 40px; }
  .large-spacer {
    height: 50px; }
  .small-title {
    font-size: 1.1428571429em; }
  #voices .small-title {
    margin-bottom: 30px; }
  .text.large-text {
    font-size: 1.2857142857em; }
  .voice-image {
    margin-bottom: 30px; }
  .map-wrap {
    padding-right: 0; }
  .map-left {
    width: 100%;
    display: block; }
  .map-right.cover {
    background: none;
    width: 100%;
    position: static;
    height: auto; }
  .map-right > img.full {
    display: block; }
  .issues-right {
    width: 100%;
    display: block;
    padding: 0; }
  a.resp-accordion {
    display: block; }
  .issues-pad,
  .issues-pad > .inner {
    padding: 0; }
  #issues {
    background: #eeefdf; }
  #issues .resp-tab-content:nth-child(4n+2),
  #issues a.resp-accordion:nth-child(4n+1) {
    background: #fff; }
  #issues .resp-tab-content {
    padding: 15px 25px 35px 25px; }
  .issues-headline {
    font-size: 1.2857142857em;
    line-height: 1.5em; }
  .issue-under {
    margin-top: 35px; }
  #meet {
    margin-bottom: 0;
    padding-bottom: 35px; }
  .about-under .about-right,
  .about-under {
    margin-top: 35px; }
  .headline {
    font-size: 2.1428571429em; }
  ul.icon-cols li {
    padding: 25px 15px; }
  ul.icon-cols {
    padding: 0 10px; }
  .icon-title {
    font-size: 1.2857142857em; }
  #meet.cream-bg {
    padding-top: 1px; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .bold-left {
    display: none; }
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  a.donate-link {
    font-size: 1.4285714286em; }
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice {
    width: 100%;
    display: block;
    padding-right: 0; }
  ul.gform_fields li.left,
  .text ul.gform_fields li.left,
  ul.gform_fields li.right,
  .text ul.gform_fields li.right,
  .ginput_complex span,
  .gfield.left,
  .gfield.right {
    width: 100%;
    display: block;
    float: none;
    padding: 0; }
  .intro-headline,
  .aw-headline {
    font-size: 2.1428571429em; }
  .intro-headline.bigger {
    font-size: 2.4285714286em; }
  .issue-col {
    width: 100%;
    display: block;
    padding: 0 !important; }
  .footer-col1 {
    max-width: 270px; }
  .footer-logo-image {
    margin-top: -60px; }
  ul.news-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    padding: 30px 15px; }
  .news-title {
    font-size: 1.4285714286em; }
  .bold-right {
    width: 100%; }
  .cta-icon {
    max-width: 270px;
    margin: 0 auto 30px auto; }
  .cta-block {
    padding: 100px 0; }
  .error-headline {
    font-size: 2.8571428571em; }
  .error-block {
    padding: 120px 0 0 0; }
  a.question {
    font-size: 1.2857142857em; }
  ul.icon-cols li {
    width: 50%; }
  .col-wrap {
    margin: 0 auto; }
  .mobile-intro-logo {
    margin-top: -225px; } }

@media only screen and (max-width: 480px) {
  ul.icon-cols li {
    width: 100%;
    display: block; }
  .mobile-neighborhood-list {
    font-size: 1em; } }

@media only screen and (max-width: 380px) {
  .intro-image.cover {
    height: 600px; }
  .intro-image > img.full {
    height: 700px; }
  .vote-header .headline {
    font-size: 1.8571428571em; } }

@media only screen and (max-width: 350px) {
  /* Style adjustments for viewports that meet the condition */
  .mobile-nav-social .social-label {
    display: none; }
  .paid {
    padding: 10px;
    font-size: 0.7857142857em; }
  .intro-image.cover {
    height: 500px; }
  .intro-image > img.full {
    height: 650px; }
  .mobile-intro-logo {
    margin-top: -180px; } }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
