:root {
  --sea-green: #18936f;
  --burntsienna: #e76f51;
  --gold: #d9cb3b;
  --white: white;
  --white-smoke: #e9e9e7;
  --dark-slate-blue: #2e4252;
  --sandy-brown: #e8936f;
  --alice-blue: #ecf1f5;
  --light-grey: #d8d6d2;
  --white-smoke-2: #f0f0ef;
  --pink: #ffc2b4;
}

body {
  color: #373a4b;
  font-family: objektiv-mk1, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--sea-green);
  text-decoration: none;
}

a:hover {
  color: var(--burntsienna);
}

li {
  margin-bottom: 10px;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 8px solid var(--gold);
  color: #60707c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 20px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.alert {
  background-color: var(--burntsienna);
  color: #fff;
  text-align: center;
  padding: 10px 5% 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.nav {
  background-color: var(--white);
  text-align: center;
  border-bottom: 1px solid #ecedf2;
  padding: 15px 3% 0;
}

.nav-menu {
  z-index: 8888;
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

.hero {
  background-image: url('../images/redistricting-illustration-mychal.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 48%;
  background-attachment: scroll;
  padding-top: 5%;
  padding-bottom: 0%;
  padding-left: 5%;
  position: relative;
}

.hero-heading {
  color: var(--dark-slate-blue);
  max-width: 22ch;
  margin-right: auto;
  font-family: objektiv-mk2, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 58px;
}

.hero-subheading {
  color: #495157;
  letter-spacing: 0;
  max-width: 44ch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.button {
  background-color: var(--burntsienna);
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: none;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 22px;
  transition: transform .2s;
}

.button:hover {
  background-color: var(--sandy-brown);
  color: var(--white);
  transform: scale(1.025)translate(0, -3px);
}

.button-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

.white-block {
  background-color: var(--white);
  padding: 5% 5% 7%;
}

.pattern-block {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/3d-patterns-dark-blue-less.svg'), linear-gradient(135deg, #2e4d64, var(--dark-slate-blue));
  text-align: center;
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-left: 4%;
  padding-right: 4%;
}

.icon-box {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-top: 10px solid #d9cb3b;
  border-radius: 0;
  width: 95%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 5% 9%;
  transition: transform .2s;
  position: relative;
  top: -30px;
  box-shadow: 0 16px 20px rgba(7, 48, 36, .2);
}

.icon-box:hover {
  transform: scale(1.05);
}

.icon {
  opacity: .6;
  width: 25%;
  margin-bottom: 12px;
}

.big {
  font-size: 22px;
  line-height: 36px;
}

.right-column {
  padding-left: 5%;
}

.left-col {
  padding-left: 0;
  padding-right: 5%;
}

.footer-col {
  padding-left: 0%;
  padding-right: 5%;
}

.navlink {
  border-left-width: 2px;
  border-left-color: var(--alice-blue);
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.navlink:hover {
  background-color: var(--white);
}

.navlink.w--current {
  background-color: var(--white);
  color: #cf8023;
  text-align: left;
}

.inline-btn-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.small-button {
  background-color: var(--sea-green);
  letter-spacing: .5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.small-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  transform: translate(0, -2px);
}

.social-media-link {
  text-align: center;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding: 7px 2px 2px;
  transition: transform .1s;
}

.social-media-link:hover {
  background-color: #126d52;
  transform: translate(0, -2px);
}

.blue {
  color: #124b5f;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 35px;
}

.subtle-button {
  border-bottom: 4px solid var(--burntsienna);
  color: var(--burntsienna);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.subtle-button:hover {
  border-bottom-color: var(--sandy-brown);
  color: var(--sandy-brown);
}

.footer {
  background-color: var(--dark-slate-blue);
  color: var(--white-smoke);
  padding: 4% 5% 7%;
}

.green-button {
  letter-spacing: .5px;
  background-color: #18936f;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: transform .2s;
}

.green-button:hover {
  background-color: var(--gold);
  color: var(--white);
  transform: scale(1.025)translate(0, -3px);
}

.colophon {
  color: #ffba49;
  text-align: right;
  margin-top: 0%;
  font-size: 14px;
  text-decoration: underline;
}

.author-link {
  color: #f2f1ea;
}

.page-banner {
  background-color: var(--sea-green);
  color: var(--white);
  text-align: left;
  background-image: url('../images/3d-patterns-green-less.svg');
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 5% 2%;
  position: relative;
}

.page-name {
  letter-spacing: -.5px;
  font-size: 70px;
  line-height: 70px;
  display: inline-block;
}

.detail {
  margin-right: 10px;
  display: inline;
}

.staff-detail-row {
  border-bottom: 1px dashed var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.member {
  width: 90%;
  max-width: 900px;
  margin-top: 3%;
  margin-bottom: 5%;
}

.dd-link {
  border-top: 5px rgba(0, 0, 0, 0);
  border-bottom: 1px none var(--white);
  border-left: 1px none var(--white);
  background-color: var(--white);
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.dd-link:hover {
  background-color: var(--white);
}

.dd-link.w--current {
  background-color: var(--white);
  color: var(--sea-green);
  text-align: left;
}

.contact-logo {
  color: #183b41;
  text-align: right;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
}

.detail-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.request-records {
  background-color: #efefed;
  margin: 5%;
  padding: 5%;
  display: none;
}

.job-description {
  border: 1px dashed #d6d6d0;
  width: 90%;
  margin-top: 3%;
  margin-left: 5%;
  padding: 3%;
  font-size: 16px;
  display: none;
}

.hr {
  border-bottom: 2px dashed #dadad3;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cd-meeting-details {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.footer-social-row {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 0;
  display: inline-block;
}

.sb-heading-2 {
  color: var(--dark-slate-blue);
  margin-top: 25px;
}

.sb-link-2 {
  border-left: 7px solid var(--gold);
  color: #414728;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.sb-link-2:hover {
  border-left-color: var(--sandy-brown);
  color: var(--sandy-brown);
  text-decoration: underline;
}

.sb-link-2.w--current {
  border-left-color: var(--sandy-brown);
}

.footer-link {
  color: var(--white-smoke);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.footer-link:hover {
  color: var(--gold);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-button {
  background-color: var(--sea-green);
  text-align: center;
  width: 23%;
  margin-left: 5px;
  font-weight: 700;
  line-height: 20px;
}

.search-button:hover {
  background-color: #557466;
}

.results-container {
  padding-top: 5%;
  padding-bottom: 5%;
}

.search-container {
  border-bottom: 2px dotted var(--white-smoke);
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
}

.big-search {
  text-align: left;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.main-search-bar {
  float: left;
  width: 75%;
  display: inline-block;
}

.wscc-search-home-link {
  width: 40%;
  max-width: 400px;
  margin-bottom: 5%;
}

.search-result-link {
  font-size: 18px;
  font-weight: 700;
}

.text-block-3 {
  font-style: italic;
}

.search-result-item {
  margin-bottom: 3%;
}

.brand {
  float: left;
  width: 250px;
}

.brand.w--current {
  width: 250px;
  margin-top: 5px;
}

.alert-link {
  color: var(--white);
}
.alert-link-active,
.alert-link:hover {
  color: var(--white);
  text-decoration: underline;
}

._404-home-link {
  width: 90%;
  max-width: 400px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

._404-content-container {
  border-bottom: 2px dotted var(--white-smoke);
  text-align: center;
  margin-top: 10%;
  padding-top: 5%;
  padding-bottom: 3%;
}

.menu-logo {
  color: #79ba6f;
}

.utility-page-form {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin: 5%;
  padding: 3% 5% 6%;
}

.right-col {
  padding-left: 5%;
  display: block;
}

.route-link {
  width: 100%;
}

.outreach-cta {
  border: 3px dashed var(--light-grey);
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 5%;
  padding: 3% 7% 8%;
  font-size: 15px;
  line-height: 26px;
}

.how-step {
  border: 3px dashed #eaf0f6;
  border-radius: 10px;
  margin: 3%;
  padding: 1% 5% 5% 3%;
}

.sm-list {
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.map-help-col {
  padding-top: 10px;
  padding-left: 5%;
}

.district-button {
  background-color: var(--sandy-brown);
  letter-spacing: .5px;
  padding: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: transform .1s;
}

.district-button:hover {
  background-color: var(--burntsienna);
  color: var(--white);
  transform: translate(0, -2px);
}

.help {
  border: 3px dashed var(--light-grey);
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  margin-top: 3%;
  padding: 1% 2% 5% 3%;
}

.hero-text {
  width: 55%;
  padding-top: 5%;
  padding-bottom: 7%;
}

.pink-button {
  background-color: var(--sandy-brown);
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: none;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 22px;
  transition: transform .2s;
}

.pink-button:hover {
  background-color: var(--burntsienna);
  color: var(--white);
  transform: scale(1.025)translate(0, -3px);
}

.heading-18 {
  line-height: 30px;
}

.lang {
  width: 100%;
}

.language-list {
  background-color: #d99f9f;
  width: auto;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100px;
  min-width: 0;
  padding: 4px 16px;
  font-size: 14px;
  top: 47px;
  left: auto;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.lang-select {
  color: #484646;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.lang-select:hover {
  color: #ed1d24;
  font-weight: 400;
}

.world-icon {
  background-image: url('../images/Icon-feather-globe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  min-width: 6px;
  height: 16px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 15px;
}

.icon-37 {
  color: #707070;
  margin-right: 0;
  position: relative;
}

.language {
  color: #707070;
  margin-right: 10px;
  font-size: 16px;
  line-height: 16px;
}

.langauge-line-base {
  background-color: rgba(155, 158, 184, .22);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-select-wrapper {
  text-align: right;
  width: 50%;
  margin-left: auto;
  position: relative;
}

.language-dropdown {
  z-index: 9999;
  max-width: 120px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  display: block;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-toggle {
  color: #20355a;
  background-color: rgba(112, 112, 112, .06);
  border: 1px rgba(155, 158, 184, .22);
  border-radius: 4px;
  align-items: center;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.footer-language {
  text-align: left;
  margin-left: auto;
  position: relative;
}

.footer-language-dropdown {
  z-index: 0;
  float: left;
  background-color: var(--white);
  max-width: 120px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 700;
  display: block;
}

.wac {
  background-color: rgba(240, 240, 239, .5);
  margin-top: 20px;
  padding: 25px;
  display: none;
}

.help-outline {
  text-align: center;
  border: 3px dashed #eaf0f6;
  border-radius: 10px;
  margin-top: 5%;
  margin-bottom: 0%;
  padding: 2% 3%;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.help-outline:hover {
  color: #393b48;
  transform: translate(0, -5px);
  box-shadow: 0 8px 10px rgba(199, 204, 209, .1);
}

.proposed-title-2 {
  color: #2e4252;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
}

.intro-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}

.redistricting-logo {
  width: 275px;
}

.hidden-description {
  display: none;
}

.spacer {
  height: 40px;
}

.final-map-body {
  border-style: solid;
  border-width: 20px 20px 22px;
  border-color: var(--sea-green);
  text-align: center;
  padding: 5% 5% 10%;
}

.modal-x {
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 6px 10px 16px;
  display: inline-block;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: -30px;
}

.modal-x:hover {
  background-color: var(--sandy-brown);
  transform: scale(1.1);
}

.modal {
  z-index: 999999;
  background-color: rgba(17, 28, 37, .95);
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-form-wrapper {
  border: 10px solid var(--gold);
  background-color: var(--white);
  text-align: center;
  object-fit: contain;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 5% 5%;
  transition: opacity .2s;
  position: relative;
  box-shadow: 1px 1px 20px #000;
}

.popup-logo {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-34 {
  font-size: 30px;
  font-weight: 800;
}

.popup-message {
  text-align: left;
  margin-top: 20px;
}

.popup-logo-wrapper {
  text-align: center;
  overflow: visible;
}

.sm-subtle-button {
  border-bottom: 3px solid var(--burntsienna);
  color: var(--burntsienna);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 7px 0 4px;
  font-size: 14px;
  font-weight: 700;
}

.sm-subtle-button:hover {
  border-bottom-color: var(--sandy-brown);
  color: var(--sandy-brown);
}

.frequest-boy {
  border: 20px solid var(--sea-green);
  text-align: center;
  padding: 5% 5% 13%;
}

.quick-link {
  border: 3px dashed var(--gold);
  color: var(--dark-slate-blue);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
}

.quick-link:hover {
  background-color: var(--sea-green);
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.no-top-pad {
  margin-top: 0;
}

.home-main {
  padding: 5%;
  transition: transform .2s cubic-bezier(.55, .055, .675, .19);
}

.lite {
  font-weight: 400;
}

.table-wrapper {
  margin-bottom: 7%;
}

.table-row {
  background-color: var(--white-smoke-2);
  margin-bottom: 5px;
  padding: 8px 10px;
  font-size: 15px;
}

.table-cell {
  padding-top: 4px;
}

.button-col {
  text-align: center;
}

.table-header {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.text-block-36 {
  font-weight: 500;
}

.div-block-6, .commissioner {
  margin-top: 5%;
  margin-bottom: 5%;
}

.bio-circle {
  background-color: var(--white-smoke-2);
  background-image: url('../images/single-draw-wa-llustration.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.bio-circle.sarahj {
  background-image: url('../images/Chair-Augustine.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.bio-circle.april {
  background-image: url('../images/Commissioner-Sims-headshot.jpeg');
  background-position: 50% 40%;
  background-size: cover;
}

.bio-circle.paul {
  background-image: url('../images/Paul-Graves.jpeg');
  background-position: 50% 0;
}

.bio-circle.brady {
  background-image: url('../images/Commissioner-Walkinshaw.jpeg');
  background-position: 35%;
  background-size: cover;
}

.bio-wrapper {
  padding-left: 5%;
}

.position {
  margin-top: 10px;
  font-weight: 400;
}

.staff {
  margin-top: 3%;
  margin-bottom: 3%;
}

.starff-photo {
  float: left;
  width: 200px;
}

.center {
  text-align: center;
}

.full-video {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block {
  border-bottom: 2px dashed var(--light-grey);
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 20px;
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: none;
  background-color: #e76f51;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 22px;
  transition: transform .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #e8936f;
  transform: scale(1.025)translate(0, -3px);
}

.asset-link {
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
}

.tvw-link {
  text-align: center;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  padding-top: 0;
  padding-left: 0;
}

.tvw-link:hover {
  transform: translate(0, -2px);
}

.div-block-7 {
  text-align: left;
}

.final-map-cta {
  text-align: center;
  border: 3px dashed rgba(232, 147, 111, .5);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 5%;
  padding: 5% 5% 10%;
  font-size: 15px;
  line-height: 26px;
}

.video-xols {
  margin-top: 30px;
  margin-bottom: 20px;
}

.caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.div-block-8 {
  padding-left: 10px;
}

.outlined {
  border: 3px dashed #eaf0f6;
  border-radius: 10px;
  margin: 3%;
  padding: 1% 5% 1% 3%;
}

.outlined:hover {
  color: #393b48;
  transform: translate(0, -5px);
  box-shadow: 0 8px 10px rgba(199, 204, 209, .1);
}

.core {
  margin-top: 20px;
  margin-bottom: 20px;
}

.core-name {
  margin-top: 10px;
  font-size: 26px;
  line-height: 39px;
}

.highlight {
  color: #18936f;
}

.participate-heading {
  font-size: 48px;
  line-height: 62px;
}

.draw-wa-step {
  background-image: url('../images/single-draw-wa-llustration.svg');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: 25%;
  border: 3px dashed #eaf0f6;
  border-radius: 10px;
  margin: 3%;
  padding: 1% 5% 15% 3%;
}

.outline-button {
  color: #18936f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #18936f;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  transition: all .2s;
}

.outline-button:hover {
  color: #fff;
  background-color: #d9cb3b;
  border-color: #d9cb3b;
  transform: translate(0, -3px)scale(1.025);
}

.outline-button.right-pad {
  margin-left: 10px;
}

.participate-nav-2 {
  background-color: #2e4252;
}

.outline {
  border: 3px dashed var(--light-grey);
  text-align: left;
  border-radius: 10px;
  margin-top: 5%;
  margin-bottom: 0%;
  padding: 3% 8% 8%;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.outline:hover {
  color: #393b48;
  transform: translate(0, -5px);
  box-shadow: 0 8px 10px rgba(199, 204, 209, .1);
}

.map-lightbox-col {
  margin-top: 20px;
}

.final-map-home {
  color: #393b48;
  text-align: left;
  background-color: #18936f;
  background-image: url('../images/3d-patterns-green-less.svg');
  background-position: 50%;
  background-size: 300%;
  background-attachment: fixed;
  padding: 5%;
}

.participate-img {
  text-align: center;
  width: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-19 {
  margin-top: 20px;
}

.white-overlay {
  opacity: 1;
  background-color: #fff;
  padding: 5%;
  font-size: 16px;
}

.thanks {
  margin-top: 0;
}

.exec {
  padding-top: 18px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .nav {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--white);
    color: var(--white);
    text-align: right;
    margin-top: 0;
  }

  .hero {
    background-position: 100% 100%;
    background-size: 45%;
    padding-top: 3%;
    padding-bottom: 20%;
  }

  .hero-heading {
    font-size: 43px;
    line-height: 55px;
  }

  .white-block {
    padding-left: 4%;
    padding-right: 3%;
  }

  .pattern-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-box {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .right-column {
    padding-left: 3%;
  }

  .left-col {
    padding-right: 3%;
  }

  .navlink {
    background-color: var(--white);
    text-align: right;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .navlink.w--current {
    color: var(--burntsienna);
    text-align: right;
  }

  .navlink.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inline-btn-wrapper {
    margin-left: 3px;
    margin-right: 3px;
  }

  .small-button {
    font-size: 12px;
  }

  .blue {
    font-size: 21px;
    line-height: 28px;
  }

  .page-name {
    font-size: 46px;
  }

  .dd-link {
    background-color: var(--white-smoke);
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .sb-link-2 {
    border-left-width: 5px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .icon-2 {
    font-size: 30px;
    display: inline;
  }

  .menu-button {
    color: var(--dark-slate-blue);
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 275px;
    margin-top: 0;
  }

  .brand.w--current {
    width: 250px;
    margin-top: 0;
  }

  .button-label {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .route-link {
    top: -25px;
  }

  .district-button {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-text {
    width: 66%;
  }

  .lang-select {
    color: #707070;
  }

  .language-toggle {
    padding-bottom: 10px;
  }

  .footer-language-dropdown {
    z-index: 9999;
  }

  .proposed-title-2 {
    margin-top: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .redistricting-logo {
    width: 200px;
  }

  .bio-circle, .bio-circle.sarahj {
    width: 125px;
    height: 125px;
  }

  .bio-wrapper {
    padding-top: 0;
  }

  .participate-heading {
    font-size: 40px;
    line-height: 60px;
  }

  .final-map-home {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .alert {
    font-size: 12px;
    display: none;
  }

  .nav {
    z-index: 9999;
    text-align: center;
    padding-top: 0;
    padding-right: 10px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image {
    width: 200px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    text-align: right;
    width: 100%;
  }

  .hero {
    text-align: center;
    background-position: 50% 100%;
    background-size: 80%;
    margin-top: 110px;
    padding-bottom: 63%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .hero-subheading {
    font-size: 24px;
    line-height: 37px;
  }

  .white-block {
    padding-left: 3%;
  }

  .icon-box {
    width: 90%;
    margin-bottom: 3%;
  }

  .icon {
    width: 75px;
  }

  .big {
    font-size: 20px;
    line-height: 30px;
  }

  .left-col {
    padding-bottom: 0%;
  }

  .navlink {
    background-color: var(--white);
    text-align: right;
  }

  .inline-btn-wrapper {
    margin-bottom: 5px;
  }

  .page-banner {
    margin-top: 90px;
    padding-top: 12%;
  }

  .page-name {
    font-size: 40px;
    line-height: 52px;
  }

  .member {
    width: 100%;
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    margin-top: 15px;
    padding-right: 20px;
  }

  .brand {
    width: 200px;
    margin-top: -15px;
    position: static;
  }

  .brand.w--current {
    width: 200px;
    margin-top: -20px;
    padding-top: 0;
  }

  .outreach-cta {
    display: none;
  }

  .help {
    border-width: 2px;
    border-radius: 10px;
    margin-top: 5%;
  }

  .hero-text {
    width: 100%;
  }

  .icon-3 {
    display: inline-block;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .pink-button {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .language-list.w--open {
    z-index: 5;
  }

  .world-icon {
    width: 16px;
  }

  .language {
    font-size: 14px;
  }

  .language-select-wrapper {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    top: 14px;
    left: 29px;
  }

  .language-dropdown {
    margin-top: 10px;
  }

  .language-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-language {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    top: 14px;
    left: 29px;
  }

  .footer-language-dropdown {
    margin-top: 10px;
  }

  .proposed-title-2 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .final-map-body {
    margin-top: 99px;
  }

  .modal {
    display: none;
  }

  .modal-form-wrapper {
    width: 75%;
    padding-bottom: 5%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .frequest-boy {
    margin-top: 99px;
  }

  .table-row {
    text-align: center;
  }

  .button-col {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-header {
    text-align: center;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .bio-circle {
    width: 200px;
    height: 200px;
  }

  .bio-circle.sarahj {
    margin-left: 0;
  }

  .bio-wrapper {
    text-align: center;
    font-size: 16px;
  }

  .final-map-cta {
    display: none;
  }

  .participate-heading {
    font-size: 36px;
    line-height: 50px;
  }

  .participate-nav-2 {
    z-index: 8888;
    text-align: center;
  }

  .menu-button-3 {
    color: #fff;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 21px;
    line-height: 32px;
  }

  h3 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .alert {
    padding-left: 3%;
    padding-right: 3%;
    line-height: 16px;
  }

  .nav {
    padding-left: 10px;
    padding-right: 0%;
  }

  .image {
    width: 85%;
    margin-top: 5px;
  }

  .hero {
    background-size: 80%;
    height: auto;
    margin-top: 80px;
    padding: 10% 10px 63%;
    font-size: 15px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .hero-subheading {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-wrapper {
    margin-bottom: 10px;
  }

  .white-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pattern-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .icon-box {
    border-top-width: 7px;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px;
  }

  .icon {
    width: 25%;
    margin-bottom: 8px;
  }

  .big {
    font-size: 18px;
  }

  .right-column {
    padding-left: 0%;
    padding-right: 0;
  }

  .left-col {
    padding-right: 0%;
  }

  .footer-col {
    margin-bottom: 5%;
  }

  .text-block {
    padding-left: 0;
  }

  .sidebar {
    padding-bottom: 5%;
  }

  .navlink.w--current {
    text-align: right;
  }

  .small-button {
    font-weight: 700;
  }

  .blue {
    font-size: 24px;
    line-height: 32px;
  }

  .page-banner {
    margin-top: 80px;
  }

  .page-name {
    font-size: 30px;
    line-height: 40px;
  }

  .dd-link.w--current {
    text-align: right;
  }

  .sb-link-2 {
    border-left-width: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    font-size: 15px;
    line-height: 18px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 5px;
    padding: 21px;
  }

  .brand {
    float: left;
    width: 53%;
    margin: -16px auto 0;
    padding-left: 0;
  }

  .button-label {
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    display: none;
  }

  .menu-logo {
    padding-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .route-link {
    top: -10px;
  }

  .how-step {
    border-width: 2px;
  }

  .map-help-col {
    margin-top: 20px;
  }

  .district-button {
    font-size: 14px;
    line-height: 22px;
  }

  .help {
    background-color: rgba(216, 214, 210, .39);
    border-style: none;
    border-radius: 0;
    padding-bottom: 7%;
  }

  .text-block-9 {
    font-weight: 500;
  }

  .pink-button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .world-icon {
    background-size: contain;
  }

  .language-select-wrapper {
    width: auto;
    display: none;
  }

  .language-dropdown {
    margin-top: 0;
  }

  .language-toggle {
    padding-top: 15px;
  }

  .footer-language {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .footer-language-dropdown {
    float: left;
    margin-top: 0;
  }

  .proposed-title-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .intro-wrapper {
    margin-top: 10px;
  }

  .redistricting-logo {
    width: 140px;
  }

  .final-map-body {
    border-width: 10px;
    margin-top: 80px;
    padding-top: 60px;
  }

  .modal-x {
    width: 30px;
    height: 30px;
    padding: 3px 0;
    top: -2%;
    right: -5%;
  }

  .modal {
    display: none;
  }

  .modal-form-wrapper {
    width: 85%;
  }

  .popup-logo {
    width: 125px;
  }

  .text-block-34 {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 20px;
  }

  .frequest-boy {
    border-width: 10px;
    margin-top: 80px;
    padding-top: 60px;
  }

  .home-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-36 {
    font-size: 18px;
  }

  .bio-circle {
    margin-left: 0;
  }

  .bio-wrapper {
    text-align: center;
    margin-bottom: 5%;
  }

  .staff {
    text-align: center;
  }

  .button-2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .core {
    margin: 10px 5px;
  }

  .core-name {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }

  .participate-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .draw-wa-step {
    border-width: 2px;
  }

  .menu-button-3 {
    color: #ecf1f5;
    text-align: center;
  }

  .menu-button-3.w--open {
    background-color: #1f2c36;
  }

  .final-map-home {
    background-image: none;
    padding-top: 7%;
    padding-bottom: 5%;
  }
}


