* {
  box-sizing: border-box; }

body {
  font-size: 16px; }

article.wrap {
  overflow: hidden; }

body,
h1, h2, h3, h4, h5, p, ul, ol, blockquote {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

/* ----------------------------------------------
 * Generated by Animista on 2021-2-23 8:15:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.show-for-sr {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden; }

.header-wrap,
.body-wrap,
.footer-wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px; }

.body-content {
  background-color: #fff;
  padding-top: 40px; }
  @media screen and (min-width: 640px) {
    .body-content {
      padding-top: 40px; } }
  @media screen and (min-width: 769px) {
    .body-content {
      padding-top: 60px; } }
  @media screen and (min-width: 1025px) {
    .body-content {
      padding-top: 80px; } }

header {
  background-color: #0d4367;
  height: 120px;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 1025px) {
    header {
      z-index: 1; } }

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  .header-wrap__logo {
    width: 240px;
    height: 60px; }
    @media screen and (min-width: 1025px) {
      .header-wrap__logo {
        display: none; } }

.hamburger {
  border: none;
  outline: none; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #fff; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }
  @media screen and (min-width: 1025px) {
    .hamburger {
      display: none; } }

nav {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px; }
  @media screen and (max-width: 1024px) {
    nav {
      display: none;
      padding: 20px; }
      nav li {
        padding: 10px 0; }
      nav.engaged {
        display: block;
        position: absolute;
        right: 0;
        top: 120px;
        background-color: #0d4367; } }
  @media screen and (min-width: 1025px) {
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      width: 100%; } }
  nav ul {
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      nav ul {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%; } }
  @media screen and (min-width: 1025px) {
    nav li {
      display: inline-block;
      margin-right: 1rem; } }
  nav a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 10px 0; }
    nav a::after {
      content: "";
      display: block;
      height: 4px;
      border-radius: 2px;
      position: absolute;
      bottom: 0;
      background-color: rgba(80, 156, 107, 0.5);
      left: 0;
      width: 100%;
      transition: left 0.3s cubic-bezier(1, 0.63, 0.47, 0.8), width 0.3s cubic-bezier(1, 0.63, 0.47, 0.8); }
    nav a:hover::after {
      background-color: rgba(80, 156, 107, 0.5);
      width: 4px;
      left: calc(50% - 2px); }
  nav li.active a {
    pointer-events: none; }
    nav li.active a::after {
      background-color: white;
      left: 0;
      width: 100%; }

.btn,
.special-buttons a {
  display: inline-block;
  background-color: #509c6b;
  border: 2px solid #509c6b;
  border-radius: 6px;
  padding: 10px 20px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  transition: background-color 0.3s cubic-bezier(1, 0.63, 0.47, 0.8); }
  .btn::after,
  .special-buttons a::after {
    display: none; }
  .btn:hover,
  .btn:focus,
  .special-buttons a:hover,
  .special-buttons a:focus {
    text-decoration: none;
    background-color: transparent; }

.btn--endorse-add {
  background-color: #0d4367;
  border: 2px solid #0d4367; }
  .btn--endorse-add:hover,
  .btn--endorse-add:focus {
    color: #0d4367;
    text-decoration: none;
    background-color: transparent; }

.btn--women-for {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  background-color: #0d4367;
  border: 2px solid #0d4367; }
  .btn--women-for:hover,
  .btn--women-for:focus {
    color: #0d4367;
    text-decoration: none;
    background-color: transparent; }

@media screen and (max-width: 1024px) {
  header .special-buttons a {
    margin-top: 10px; } }

@media screen and (min-width: 1025px) {
  .front header .special-buttons {
    display: none; } }

@media screen and (min-width: 1025px) {
  .not-front header .special-buttons {
    position: absolute;
    right: 60px;
    top: 100%; } }

.body-wrap {
  position: relative;
  z-index: 2; }

.hero {
  margin-top: 20px;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .hero {
      margin-top: -20px; } }
  .hero::before {
    content: "";
    width: 1000px;
    height: 205px;
    position: absolute;
    z-index: 0;
    bottom: -40px;
    right: 90%;
    background-color: transparent;
    background-image: url(../img/soundwaves-flat.svg);
    background-size: 358px 205px;
    background-repeat: repeat-x; }
    @media screen and (max-width: 400px) {
      .hero::before {
        display: none; } }
  .hero::after {
    content: "";
    width: 1000px;
    height: 240px;
    position: absolute;
    z-index: 0;
    bottom: -40px;
    left: 80%;
    background-color: transparent;
    background-image: url(../img/soundwaves-up.svg);
    background-size: 548px 240px;
    background-repeat: repeat-x; }
    @media screen and (max-width: 400px) {
      .hero::after {
        display: none; } }
  .hero__photo {
    position: relative;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .hero__photo {
        z-index: 1; } }
    .hero__photo img {
      z-index: 1;
      border-radius: 8px; }
    @media screen and (min-width: 1025px) {
      .hero__photo::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom right, rgba(3, 67, 103, 0.66), rgba(3, 67, 103, 0) 50%, rgba(3, 67, 103, 0));
        border-radius: 8px; } }
  .hero__logo {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 25px; }
    @media screen and (max-width: 1024px) {
      .hero__logo {
        display: none; } }

.sidekick {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse; }
  .sidekick .special-buttons a {
    margin: 5px 0; }
    .sidekick .special-buttons a:hover,
    .sidekick .special-buttons a:focus {
      color: #509c6b; }
  @media screen and (max-width: 768px) {
    .sidekick .special-buttons {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 440px) {
    .sidekick .special-buttons a {
      width: 100%;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 769px) {
    .sidekick {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 1025px) {
    .sidekick {
      flex-direction: row; }
      .sidekick .special-buttons a {
        font-size: 1.5rem;
        line-height: 25px; } }
  .sidekick .tagline {
    font-family: "Montserrat", sans-serif;
    color: #0d4367;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .sidekick .tagline {
        text-align: center; } }
    @media screen and (min-width: 769px) {
      .sidekick .tagline {
        font-size: 32px;
        letter-spacing: 2px; } }
    @media screen and (min-width: 1025px) {
      .sidekick .tagline {
        font-size: 36px;
        letter-spacing: 4px; } }

.body-content {
  font-size: 16px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .body-content {
      font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    .body-content {
      font-size: 20px;
      max-width: 75%;
      margin-left: 0; } }

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2em;
  font-size: 1rem;
  margin-top: 1em; }
  p strong {
    color: #509c6b;
    font-size: 110%;
    font-weight: 700; }
    p strong span {
      color: #0d4367; }
  p.question {
    color: #666; }
  p.answer {
    padding-left: 1em; }
  p a {
    color: #0d4367;
    font-weight: 700;
    text-decoration: underline; }
    p a:focus,
    p a:hover {
      color: #509c6b;
      text-decoration: underline; }
  p.callout {
    border: 2px solid #509c6b;
    border-radius: .5em;
    padding: 0.5em 1em; }

blockquote {
  color: #509c6b;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 2em;
  font-size: 1.5rem;
  margin-top: 1em;
  letter-spacing: 1px; }
  @media screen and (min-width: 1025px) {
    blockquote {
      width: 125%; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 2em; }

h1 {
  font-size: 1.75rem;
  color: #509c6b; }
  h1 .body-wrap {
    display: block; }

.not-front h1 {
  overflow: hidden;
  background-color: #0d4367;
  padding: 2rem 0 2rem;
  color: #fff;
  font-size: 2rem; }
  @media screen and (min-width: 769px) {
    .not-front h1 {
      font-size: 4rem;
      letter-spacing: 1px;
      line-height: 1; }
      .not-front h1 span {
        padding-top: 12px; } }
  @media screen and (min-width: 1025px) {
    .not-front h1 .body-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  .not-front h1 a {
    display: inline-block;
    width: 270px; }
    @media screen and (max-width: 1024px) {
      .not-front h1 a {
        display: none; } }
  .not-front h1 span > span {
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .not-front h1 span > span {
        padding-left: 50px; } }
    .not-front h1 span > span::before {
      content: "";
      display: block;
      position: absolute;
      opacity: .05;
      top: -40px;
      height: 168px;
      width: 1000px;
      right: calc(100% + 20px);
      background-color: transparent;
      background-image: url(../img/soundwaves-white.svg);
      background-size: 368px 168px;
      background-repeat: repeat-x; }
    .not-front h1 span > span::after {
      content: "";
      display: block;
      position: absolute;
      opacity: .05;
      width: 2000px;
      left: calc(100% + 20px);
      background-color: transparent;
      background-repeat: repeat-x;
      background-image: url(../img/soundwaves-white.svg);
      top: -60px;
      height: 168px;
      background-size: 368px 168px; }
      @media screen and (min-width: 769px) {
        .not-front h1 span > span::after {
          top: -40px; } }

.portrait {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%; }
  @media screen and (min-width: 1025px) {
    .portrait {
      margin-right: -33.33%;
      max-width: 800px; } }

.body-wrap.endorsements h2 {
  color: #509c6b; }

.body-wrap.endorsements strong {
  font-family: "Oswald", sans-serif;
  color: #509c6b;
  display: block;
  margin-top: 1rem;
  text-transform: uppercase; }

.body-wrap.endorsements ul {
  padding-left: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif; }
  .body-wrap.endorsements ul li {
    margin-top: 1em; }
  .body-wrap.endorsements ul .tmm {
    font-family: "Oswald", sans-serif;
    font-size: .8em;
    color: #666;
    margin-left: .5rem; }
  .body-wrap.endorsements ul .other {
    display: block;
    font-size: .8em;
    color: #0d4367;
    text-transform: uppercase;
    margin-left: .5rem;
    margin-top: .3em; }
  .body-wrap.endorsements ul div {
    font-size: .8em;
    line-height: 1.5;
    color: #fff;
    margin-top: .25rem;
    background-color: #0d4367;
    max-width: 400px;
    border-radius: 10px;
    padding: 1.5em; }

.body-wrap.endorsements aside {
  padding-top: 20px; }
  .body-wrap.endorsements aside ul {
    margin-top: 1rem; }

@media screen and (min-width: 769px) {
  .body-wrap.endorsements {
    display: flex; }
    .body-wrap.endorsements .body-content.endorsement-list {
      width: 50%;
      min-width: 50%;
      max-width: 50%;
      padding-right: 10px;
      padding-left: 10px; }
      .body-wrap.endorsements .body-content.endorsement-list + aside.body-content {
        padding-top: 60px;
        padding-right: 10px;
        padding-left: 10px; } }

@media screen and (min-width: 1025px) {
  .body-wrap.endorsements .body-content.endorsement-list + aside.body-content {
    padding-top: 80px; } }

.body-wrap.endorsements aside.body-content li {
  margin-top: 1em; }

.body-content.home-page,
.body-content.chat-page {
  max-width: 100%;
  padding-top: 20px; }
  @media screen and (min-width: 769px) {
    .body-content.home-page .intro-text,
    .body-content.chat-page .intro-text {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1025px) {
    .body-content.home-page .intro-text,
    .body-content.chat-page .intro-text {
      max-width: 75%; } }
  @media screen and (min-width: 1025px) {
    .body-content.home-page section,
    .body-content.chat-page section {
      max-width: 75%; } }

.chat .body-wrap,
.chat .body-content {
  max-width: 100%; }

iframe {
  margin-top: 20px; }

.special-endorsement {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  float: right;
  margin: 1em 0 0.5em;
  max-width: 100%;
  background: #509c6b;
  border-radius: 10px;
  position: relative; }
  .special-endorsement__text {
    position: relative;
    z-index: 2;
    padding: 10px 20px 20px; }
    @media screen and (min-width: 580px) {
      .special-endorsement__text {
        padding: 20px 40px 40px; } }
  .special-endorsement p {
    color: #fff;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 769px) {
      .special-endorsement p {
        width: 66%; } }
    .special-endorsement p.name {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-size: 20px; }
      @media screen and (max-width: 580px) {
        .special-endorsement p.name span {
          display: block; } }
  @media screen and (min-width: 1025px) {
    .special-endorsement {
      margin-right: -33.33%;
      max-width: 800px;
      margin-left: 1em; } }
  .special-endorsement img {
    margin-left: 30%;
    max-width: 70%;
    border-bottom-right-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 560px) {
      .special-endorsement img {
        margin-top: -120px;
        margin-left: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 769px) {
      .special-endorsement img {
        max-width: 33%;
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media screen and (min-width: 1015px) {
      .special-endorsement img {
        max-width: 30%; } }
    @media screen and (min-width: 1025px) {
      .special-endorsement img {
        max-width: 40%; } }

footer {
  background-color: #509c6b;
  min-height: 100px;
  margin-top: 40px;
  color: #fff;
  padding: 20px; }
  @media screen and (min-width: 640px) {
    footer {
      margin-top: 40px; } }
  @media screen and (min-width: 769px) {
    footer {
      margin-top: 60px; } }
  @media screen and (min-width: 1025px) {
    footer {
      margin-top: 80px; } }
  .home-sock + footer {
    margin-top: 0; }
  .thanks-wrap + footer {
    margin-top: 28vh; }
  @media screen and (min-width: 769px) {
    footer .footer-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    footer .footer-wrap {
      font-size: 20px; } }
  footer p {
    margin-top: 0;
    font-weight: 400;
    line-height: 1.1; }
  footer ul {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    font-size: 36px; }
    @media screen and (min-width: 769px) {
      footer ul {
        margin-top: 0;
        font-size: 24px; } }
    footer ul li {
      display: inline-block;
      padding-right: .5em; }
  footer a {
    color: #fff; }
    footer a:hover,
    footer a:focus {
      color: #0d4367; }

.thanks-content {
  padding-bottom: 3rem; }

hr {
  border: 2px dotted #509c6b;
  border-width: 0 0 2px; }

.accordion {
  margin-top: 1rem; }
  .accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .accordion label {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 2em;
    font-size: 1rem; }
    .accordion label:hover,
    .accordion label:focus {
      color: #509c6b;
      cursor: pointer; }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(1, 0.63, 0.47, 0.8); }
  .accordion input:checked ~ .accordion__content {
    max-height: 10000px; }

.voter-info h2,
.news article h2 {
  margin-bottom: .5em;
  color: #0d4367; }
  .voter-info h2 + p,
  .news article h2 + p {
    margin-top: .5em; }

.voter-info + hr,
.news article + hr {
  margin-bottom: 2rem; }

.voter-info h2 {
  margin-top: 1em; }

.voter-info ul {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2em;
  font-size: 1rem;
  margin-top: 1em; }

.endorsement-ad {
  max-width: 100%;
  border-radius: 8px; }
  @media screen and (min-width: 1025px) {
    .endorsement-ad {
      max-width: 400px; } }

.endorsement-feature {
  border: 4px solid #0d4367;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1025px) {
    .endorsement-feature {
      max-width: 400px; } }
  .endorsement-feature ul li:first-child {
    margin-top: 0; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0; }
  .responsive-video--wrap {
    margin: 2rem 0 1em;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .responsive-video--wrap {
        margin-left: 1em;
        width: 50%;
        float: right; } }

@media screen and (min-width: 769px) {
  .body-wrap.endorsements .women-for.body-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    column-count: 2; } }

.body-wrap.endorsements .women-for li:first-child {
  margin-top: 0; }

.body-wrap.endorsements .women-for li {
  break-inside: avoid;
  font-size: 1.25em; }
  .body-wrap.endorsements .women-for li span {
    font-size: .75em; }
  .body-wrap.endorsements .women-for li div {
    font-size: .75em;
    min-width: 100%; }

.ads-women-for {
  margin: 20px 0; }
  .ads-women-for ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .ads-women-for ul li {
      margin: 10px 5px 0; }
  .ads-women-for .endorsement-ad {
    max-width: 100%;
    max-width: 300px; }
    @media screen and (min-width: 1025px) {
      .ads-women-for .endorsement-ad {
        max-width: 400px; } }

.home-sock {
  background: #0d4367;
  padding: 2em 0;
  margin-top: 40px; }
  @media screen and (min-width: 640px) {
    .home-sock {
      margin-top: 40px; } }
  @media screen and (min-width: 769px) {
    .home-sock {
      margin-top: 60px; } }
  @media screen and (min-width: 1025px) {
    .home-sock {
      margin-top: 80px; } }

.special-buttons { display: none; }
