/* Thanks for the reset, Eric. */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.highlight,
code.highlighter-rouge {
  background-color: #49483e;
}
.highlight {
  border: 1px solid #75715e;
  border-radius: 3px;
  overflow: scroll;
  margin: 1rem auto 2rem;
  padding: 0.6rem 1rem 0.8rem;
}
code.highlighter-rouge {
  border-radius: 1px;
  padding: 1px 3px 2px;
}
.highlight .c {
  color: #75715e;
}
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.highlight .k {
  color: #66d9ef;
}
.highlight .l {
  color: #ae81ff;
}
.highlight .n {
  color: #f8f8f2;
}
.highlight .o {
  color: #f92672;
}
.highlight .p {
  color: #f8f8f2;
}
.highlight .cm {
  color: #75715e;
}
.highlight .cp {
  color: #75715e;
}
.highlight .c1 {
  color: #75715e;
}
.highlight .cs {
  color: #75715e;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .kc {
  color: #66d9ef;
}
.highlight .kd {
  color: #66d9ef;
}
.highlight .kn {
  color: #f92672;
}
.highlight .kp {
  color: #66d9ef;
}
.highlight .kr {
  color: #66d9ef;
}
.highlight .kt {
  color: #66d9ef;
}
.highlight .ld {
  color: #e6db74;
}
.highlight .m {
  color: #ae81ff;
}
.highlight .s {
  color: #e6db74;
}
.highlight .na {
  color: #a6e22e;
}
.highlight .nb {
  color: #f8f8f2;
}
.highlight .nc {
  color: #a6e22e;
}
.highlight .no {
  color: #66d9ef;
}
.highlight .nd {
  color: #a6e22e;
}
.highlight .ni {
  color: #f8f8f2;
}
.highlight .ne {
  color: #a6e22e;
}
.highlight .nf {
  color: #a6e22e;
}
.highlight .nl {
  color: #f8f8f2;
}
.highlight .nn {
  color: #f8f8f2;
}
.highlight .nx {
  color: #a6e22e;
}
.highlight .py {
  color: #f8f8f2;
}
.highlight .nt {
  color: #f92672;
}
.highlight .nv {
  color: #f8f8f2;
}
.highlight .ow {
  color: #f92672;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mf {
  color: #ae81ff;
}
.highlight .mh {
  color: #ae81ff;
}
.highlight .mi {
  color: #ae81ff;
}
.highlight .mo {
  color: #ae81ff;
}
.highlight .sb {
  color: #e6db74;
}
.highlight .sc {
  color: #e6db74;
}
.highlight .sd {
  color: #e6db74;
}
.highlight .s2 {
  color: #e6db74;
}
.highlight .se {
  color: #ae81ff;
}
.highlight .sh {
  color: #e6db74;
}
.highlight .si {
  color: #e6db74;
}
.highlight .sx {
  color: #e6db74;
}
.highlight .sr {
  color: #e6db74;
}
.highlight .s1 {
  color: #e6db74;
}
.highlight .ss {
  color: #e6db74;
}
.highlight .bp {
  color: #f8f8f2;
}
.highlight .vc {
  color: #f8f8f2;
}
.highlight .vg {
  color: #f8f8f2;
}
.highlight .vi {
  color: #f8f8f2;
}
.highlight .il {
  color: #ae81ff;
}
* {
  box-sizing: border-box;
}
html {
  background-color: #1C4C6C;
  font-size: 62.5%;
}
body {
  background-color: #1C4C6C;
  background: linear-gradient(to bottom, #307FA7 0%, #1C4C6C 100%);
  color: #a4c6db;
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Corbel, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 100vh;
  padding: 3rem 1.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
body > * {
  margin: 0 auto 2rem;
  max-width: 45rem;
}
body .stripe_checkout_app,
body .modal-parent {
  max-width: 100%;
  margin: auto;
}
a {
  color: #bfe5fd;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
button,
label {
  cursor: pointer;
}
h2 {
  color: #4a677b;
  font-weight: 600;
  margin: 0 1.5rem 1rem;
}
h3 {
  color: #2f6478;
  font-size: 1.75rem;
  font-weight: 300;
}
h3.alt {
  font-size: 2.3rem;
  text-align: center;
}
h4 {
  font-size: 1.7rem;
  font-weight: 600;
}
strong {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
noscript {
  display: block;
}
.hidden {
  display: none;
}
.visually-hidden {
  color: transparent;
  height: 0;
  visibility: hidden;
}
.push-top {
  margin-top: 2rem;
}
.copy {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.225;
}
.copy p {
  margin: 0 0 2rem;
  text-align: justify;
}
.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6 {
  color: #fff;
  font-weight: 100;
  margin: 0 0 2rem;
}
.copy h1 {
  font-size: 4.5rem;
}
.copy h2 {
  font-size: 3.3rem;
}
.copy h3 {
  font-size: 3rem;
}
.text-light {
  color: #fff;
}
.text-dark {
  color: #333;
}
.text-brand-dark {
  color: #2f6478;
}
.text-center {
  text-align: center;
}
.lower-emphasis {
  color: #a4c6db;
  font-size: 1.6rem;
}
.link {
  background: none;
  border: none;
  display: inline;
  font: inherit;
  padding: 0;
}
.link:hover,
.link:active {
  text-decoration: underline;
}
dt {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
dt:first-child {
  margin-top: 0;
}
dd {
  margin-bottom: 1rem;
}
.inline-dl dt {
  clear: left;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.inline-dl dd {
  margin-bottom: 1rem;
  text-indent: 1rem;
}
.bulleted {
  list-style-type: disc;
  padding-left: 0.9em;
}
.icon-list {
  text-align: center;
}
.icon-list li {
  margin-bottom: 1.5rem;
}
.icon-list img {
  display: inline-block;
  height: 16px;
  width: auto;
  margin-right: 0.2rem;
  vertical-align: bottom;
}
.icon-list code {
  display: block;
  margin-top: 0.3rem;
  font-size: 12px;
  font-family: monospace;
  line-height: 1.3;
  word-wrap: break-word;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  height: auto;
  margin-bottom: 1.5rem;
}
.logo h1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('https://s3.fightforthefuture.org/donate/images/logo.png?1546967320697');
  height: 6rem;
  margin: 0 auto;
  width: 100%;
}
.logo h2 {
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.logo .membership-pre-head {
  font-style: italic;
  text-transform: none;
}
.choose {
  transition: opacity 200ms;
}
@media screen and (min-width: 480px) {
  .choose br {
    display: none;
  }
}
.fadeOut {
  opacity: 0;
  transition: opacity 200ms;
}
footer {
  animation-name: fade-in;
  animation-duration: 2s;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 5rem;
  text-align: justify;
}
footer nav {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
footer nav a,
footer nav .link {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
footer strong {
  font-weight: 600;
}
footer p {
  margin-bottom: 1.2rem;
}
.close-modal {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 0.5rem;
  color: #000000;
  cursor: pointer;
  font-size: 2.5rem;
  opacity: 0.4;
  position: absolute;
  right: 0.5rem;
  top: 0;
  text-decoration: none;
}
.close-modal:hover {
  opacity: 0.6;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 1rem;
  color: #000000;
  left: 5%;
  position: fixed;
  margin: 0;
  padding: 1.5rem;
  top: 40%;
  transition: top 400ms ease-out;
  width: 90%;
  z-index: 1011;
}
@media screen and (min-width: 480px) {
  .modal-content.text {
    left: 25%;
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .modal-content.text {
    left: 30%;
    width: 40%;
  }
}
@media screen and (min-width: 800px) {
  .modal-content.text {
    left: 35%;
    width: 30%;
  }
}
.modal-content.off-screen {
  top: -50%;
}
.modal-content h2 {
  margin: 0 0 1rem;
}
.overlay {
  background-color: #000000;
  border: none;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#no-click-for-you {
  cursor: wait;
}
#no-click-for-you + .modal-content {
  cursor: wait;
}
#dismiss-me {
  cursor: pointer;
}
.progress-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.progress-container figcaption {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  text-align: right;
}
.progress-bar-border {
  background: rgba(0, 0, 0, 0.35);
  line-height: 0;
  width: 100%;
}
.progress-bar {
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
}
.progress-bar::-webkit-progress-value {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-size: 5rem 5rem, 100%;
  border-radius: 0.5rem;
}
.progress-bar::-moz-progress-bar {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-size: 5rem 5rem, 100%;
  border-radius: 0.5rem;
}
.progress-bar::-webkit-progress-bar {
  background-color: transparent;
}
.total-goal {
  font-size: 1.8rem;
  line-height: 0.75;
  text-align: center;
  text-transform: lowercase;
}
.stats + .total-goal {
  line-height: inherit;
}
@media screen and (min-width: 480px) {
  .stats + .total-goal {
    font-size: 1.8rem;
  }
}
.stats + .total-goal strong {
  display: block;
}
.stats {
  color: #49CDA2;
  font-size: 1.6rem;
  margin-right: 1rem;
  min-width: 14.5rem;
  text-align: left;
}
.stat-delimiter {
  color: #fff;
  font-size: 1rem;
  position: relative;
  top: -0.2rem;
}
.skinny {
  display: block;
}
.skinny .progress-bar-border {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.skinny .progress-bar {
  height: 1rem;
}
.inset .progress-bar-border {
  padding: 0.3rem;
  border-radius: 0.5rem;
}
.eoy .progress-bar::-webkit-progress-value {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-size: 5rem 5rem, 100%;
  background-image: linear-gradient(-45deg, #f1453b 33%, #fff 33%, #fff 65%, #f1453b 66%);
  background-size: 2.9rem 1.7rem;
  border-radius: 0.5rem;
}
.eoy .progress-bar::-moz-progress-bar {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-size: 5rem 5rem, 100%;
  background-image: linear-gradient(-45deg, #f1453b 33%, #fff 33%, #fff 65%, #f1453b 66%);
  background-size: 2.9rem 1.7rem;
  border-radius: 0.5rem;
}
.rockagainsttpp .progress-bar::-webkit-progress-value {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #333, #f1453b);
  background-size: 5rem 5rem, 100%;
  border-radius: 0.5rem;
}
.rockagainsttpp .progress-bar::-moz-progress-bar {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #38b289, #32A3D3);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent), linear-gradient(to right, #333, #f1453b);
  background-size: 5rem 5rem, 100%;
  border-radius: 0.5rem;
}
.rockagainsttpp .stats {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .social-links {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .social-links {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .social-links {
    display: flex;
  }
}
.social-links h3 {
  min-width: 14rem;
}
.social-block {
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-radius: 0.5rem;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
  font-variant: small-caps;
  height: 5rem;
  width: 47%;
  padding: 1.6rem 0;
  text-indent: 5rem;
  transition: background-color 200ms;
}
@media screen and (min-width: 480px) {
  .social-block {
    width: 32%;
  }
}
@media screen and (min-width: 640px) {
  .social-block {
    width: 47%;
  }
}
@media screen and (min-width: 800px) {
  .social-block {
    text-align: center;
    text-indent: 0;
  }
}
@media screen and (min-width: 960px) {
  .social-block {
    text-align: left;
    text-indent: 5rem;
    width: 32%;
  }
}
.social-block:hover,
.social-block:active {
  text-decoration: none;
}
.social-block.twitter {
  margin-right: 1rem;
}
@media screen and (min-width: 480px) {
  .social-block.twitter {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .social-block.twitter {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .social-block.twitter {
    margin-right: 2rem;
  }
}
.talker-container {
  margin-bottom: 0;
  padding: 0 2rem;
}
.talker-container + .center-box .frequency input[type="radio"] {
  top: 37%;
}
.talker-container + .center-box .frequency-toggle label {
  height: auto;
  padding: 2.5rem 0 2.5rem 1.5rem;
}
.talker {
  position: relative;
}
.talker img {
  position: absolute;
  top: -0.4rem;
  width: 8.8rem;
  height: auto;
  left: -2rem;
}
@media screen and (min-width: 480px) {
  .talker img {
    position: absolute;
    top: -2.7rem;
    width: 10rem;
    height: auto;
    left: -2rem;
  }
}
.talker figcaption {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1rem 1rem 1rem 5rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .talker figcaption {
    padding: 1rem 2rem 1rem 6.5rem;
  }
}
.video {
  border-radius: 1rem;
  height: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-container {
  overflow: hidden;
}
.photo-container figcaption {
  margin-top: 2rem;
}
.photograph {
  border-radius: 0.4rem;
  display: block;
  height: auto;
  max-width: 100%;
}
.pie-chart {
  background-color: rgba(50, 163, 211, 0.43);
  border-radius: 0.5rem;
  overflow: hidden;
  padding-top: 1rem;
  position: relative;
}
@media screen and (min-width: 480px) {
  .pie-chart {
    display: flex;
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .pie-chart {
    display: block;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .pie-chart {
    display: flex;
    padding-top: 0;
  }
}
.pie-chart figcaption {
  background-color: #173e58;
  padding: 2rem 2rem 1rem;
}
@media screen and (min-width: 480px) {
  .pie-chart figcaption {
    min-width: 18rem;
    width: 40%;
  }
}
@media screen and (min-width: 640px) {
  .pie-chart figcaption {
    min-width: 0;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .pie-chart figcaption {
    min-width: 18rem;
    width: 40%;
  }
}
.pie-chart dl {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-size: 1.9rem;
}
.pie-chart dt {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 1rem;
  width: calc(100% - 2rem);
}
.pie-chart dt:last-of-type {
  margin-bottom: 0;
}
.pie-chart dd {
  border-radius: 0.5rem;
  color: transparent;
  height: 2rem;
  margin-bottom: 1rem;
  width: 2rem;
}
.pie-chart dd[data-value="14.4"] {
  background-color: #a4c6db;
}
.pie-chart dd[data-value="64.8"] {
  background-color: #44BFE1;
}
.pie-chart dd[data-value="280.8"] {
  background-color: #38b289;
}
.pie-pan {
  background-color: rgba(51, 51, 51, 0.15);
  border-radius: 50%;
  box-shadow: -0.4rem 0.4rem 0.5rem 0.2rem rgba(51, 51, 51, 0.32);
  box-sizing: content-box;
  height: 20rem;
  margin: 2rem auto;
  position: relative;
  width: 20rem;
}
.pie {
  color: transparent;
  height: 20rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  transform-origin: left center;
  width: 10rem;
}
.pie::before {
  border-radius: 10rem 0 0 10rem;
  content: "";
  height: 20rem;
  left: -10rem;
  position: absolute;
  transform-origin: right center;
  width: 10rem;
}
.pie.big {
  height: 20rem;
  left: 0;
  transform-origin: center center;
  width: 20rem;
}
.pie.big::before {
  left: 0;
}
.pie.big::after {
  border-radius: 0 10rem 10rem 0;
  content: "";
  height: 20rem;
  left: 10rem;
  position: absolute;
  width: 10rem;
}
.pie:nth-of-type(1)::before,
.pie:nth-of-type(1)::after {
  background-image: linear-gradient(166deg, #c4dae7, #84b2cf);
}
.pie:nth-of-type(2)::after,
.pie:nth-of-type(2)::before {
  background-image: linear-gradient(101deg, #61c9e6, #27b5dc);
}
.pie:nth-of-type(3)::before {
  background-image: linear-gradient(180deg, #42c398, #329e79);
}
.pie:nth-of-type(3)::after {
  background-image: linear-gradient(101deg, #42c398 -74%, #329e79);
}
.pie[data-value="14.4"] {
  right: -2px;
  top: -5px;
  transform: rotate(0);
}
.pie[data-value="14.4"] span {
  left: 2px;
  top: -8px;
}
.pie[data-value="14.4"]::before {
  transform: rotate(20.4deg);
}
.pie[data-value="64.8"] {
  right: -8px;
  top: -3px;
  transform: rotate(20.4deg);
}
.pie[data-value="64.8"]::before {
  transform: rotate(64.8deg);
}
.pie[data-value="64.8"] span {
  left: 21px;
  top: 15px;
  transform: rotate(-20.4deg);
}
.pie[data-value="280.8"] {
  bottom: -5px;
  left: -5px;
  transform: rotate(-274.8deg);
}
.pie[data-value="280.8"]::before {
  transform: rotate(274.8deg);
}
.pie[data-value="280.8"] span {
  left: 20px;
  top: 114px;
  transform: rotate(274.8deg);
  z-index: 20;
}
.pie span {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  position: relative;
}
.pie.light-color span {
  color: #286C8F;
}
.personal-contact-box {
  background-color: #1C4C6C;
  border-radius: 0.5rem;
  min-height: 14rem;
  padding: 2rem 2rem 2rem 14rem;
  position: relative;
}
.personal-contact-box h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.personal-contact-box figcaption {
  margin-top: 2rem;
}
.personal-contact-box a {
  color: #a4c6db;
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-decoration: underline;
}
.personal-contact-box .mailto-block {
  background-color: #44BFE1;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0.6rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.avatar-bordered {
  border: solid #44BFE1 thick;
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  float: left;
  height: 10rem;
  left: 1.5rem;
  margin-right: 2rem;
  position: absolute;
  top: 1.5rem;
  width: 10rem;
}
.radio-parent {
  display: none;
  flex-wrap: wrap;
  margin: 2%;
}
@media screen and (min-width: 480px) {
  .radio-parent {
    margin: 0.8rem;
  }
}
.membership .radio-parent {
  display: flex;
}
.radio-parent.hidden {
  display: none;
}
.amount-option {
  border: thin solid #319978;
  border-radius: 0.8rem;
  font-weight: 600;
  margin: 0.7rem 2%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 46%;
}
.amount-option:active {
  top: 0.3rem;
}
@media screen and (min-width: 480px) {
  .amount-option {
    margin: 0.8rem;
    width: 20rem;
  }
}
.amount-option input[type="radio"] {
  display: none;
}
#variable-amount:active {
  top: 0;
}
.button-label {
  background-color: #38b289;
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  transition: background-color 300ms;
}
.button-label:hover,
.no-script [name="amount"]:checked + .button-label {
  background-color: #1b6b4e;
}
@media screen and (min-width: 480px) {
  .button-label:hover .dollars::after {
    opacity: 1;
  }
}
.button-label:hover .title {
  color: #fff;
}
.button-label span {
  display: block;
}
.membership .button-label {
  padding: 0;
}
.dollars {
  color: #fff;
  font-size: 3.6rem;
  padding: 0.7rem 0;
  position: relative;
  text-align: center;
}
.dollars::after {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  content: '\203A';
  display: block;
  font-size: 1.6rem;
  opacity: 0;
  padding: 0 0.7rem 0.4rem 0.8rem;
  position: absolute;
  right: 2.4rem;
  top: 1.5rem;
  transition: opacity 300ms;
}
.membership .dollars {
  padding: 1rem 0 0.7rem;
}
.membership .dollars::after {
  top: 2rem;
}
.title {
  background-color: rgba(158, 255, 213, 0.4);
  color: #217a60;
  font-size: 1.5rem;
  min-height: 4.4rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 300ms;
}
@media screen and (min-width: 400px) {
  .title {
    min-height: 0;
  }
}
.dollar-placeholder {
  bottom: 0;
  color: #b8b8b8;
  font-size: 3rem;
  left: 0;
  padding: 1.6rem 1rem;
  position: absolute;
  top: 0;
}
.other-amount {
  -moz-appearance: textfield;
  border: none;
  color: #333;
  display: block;
  font-size: 2.8rem;
  padding: 1.2rem 4.7rem 1.3rem 3.3rem;
  margin: 0;
  text-align: right;
  width: 100%;
}
.other-amount:focus {
  outline: #49CDA2 auto 8px;
}
.other-amount::-moz-placeholder {
  color: #b8b8b8;
  font-size: calc(8.75vw - 1.4rem);
  padding-top: calc(2.2rem - (1vw / 0.2));;
}
@media screen and (min-width: 480px) {
  .other-amount::-moz-placeholder {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
.other-amount::-webkit-input-placeholder {
  color: #b8b8b8;
  font-size: calc(8.75vw - 1.4rem);
  padding-top: calc(2.2rem - (1vw / 0.2));;
}
@media screen and (min-width: 480px) {
  .other-amount::-webkit-input-placeholder {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
.other-amount:-ms-input-placeholder {
  color: #b8b8b8;
  font-size: calc(8.75vw - 1.4rem);
  padding-top: calc(2.2rem - (1vw / 0.2));;
}
@media screen and (min-width: 480px) {
  .other-amount:-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
.other-amount::-ms-input-placeholder {
  color: #b8b8b8;
  font-size: calc(8.75vw - 1.4rem);
  padding-top: calc(2.2rem - (1vw / 0.2));;
}
@media screen and (min-width: 480px) {
  .other-amount::-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
.other-amount::placeholder {
  color: #b8b8b8;
  font-size: calc(8.75vw - 1.4rem);
  padding-top: calc(2.2rem - (1vw / 0.2));;
}
@media screen and (min-width: 480px) {
  .other-amount::placeholder {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
.other-amount::-webkit-inner-spin-button,
.other-amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#other-amount-go {
  background: #38b289;
  border: 0;
  bottom: 0;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.6rem;
}
#other-amount-go::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  content: '\203A';
  display: block;
  font-size: 3rem;
  height: 2.5rem;
  left: 0.6rem;
  line-height: 0.65;
  position: relative;
  text-indent: 0.3rem;
  top: -0.6rem;
  transition: background-color 300ms;
  width: 2.5rem;
}
#other-amount-go:hover {
  background: #1b6b4e;
}
#other-amount-go:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.frequency {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.frequency input[type="radio"] {
  left: 1.4rem;
  position: absolute;
  top: 3.4rem;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .frequency input[type="radio"] {
    left: 5.5rem;
  }
}
.frequency input[type="radio"]:checked + label {
  background: linear-gradient(to bottom, #44BFE1, #32A3D3);
  color: #fff;
}
.frequency input[type="radio"]:checked + label::after {
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 1.2rem solid #32A3D3;
  bottom: -1.2rem;
  content: '';
  height: 0;
  left: 40%;
  position: absolute;
  width: 0;
}
@media screen and (min-width: 480px) {
  .frequency input[type="radio"]:checked + label::after {
    left: 9.25rem;
  }
}
.frequency-toggle {
  position: relative;
  width: 50%;
}
.frequency-toggle label {
  color: #1e596d;
  background: #DBEEF4;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  height: 9rem;
  padding: 3.5rem 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: background 300ms ease-in, color 300ms ease-in;
}
@media screen and (min-width: 480px) {
  .frequency-toggle label {
    padding: 3.6rem 0 0;
    text-align: left;
    text-indent: 8.4rem;
  }
}
.frequency-toggle label[for="monthly"] {
  border-left: none;
}
.frequency-toggle:last-child label {
  border-left: #DBEEF4 solid 0.1rem;
}
.frequency-toggle:hover label {
  background: linear-gradient(to bottom, #44BFE1, #32A3D3);
  color: #fff;
}
.pagination {
  animation-name: fade-in;
  animation-duration: 500ms;
  display: flex;
}
.pagination a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  transition: opacity 300ms ease, color 400ms ease;
}
.pagination a:link,
.pagination a:visited {
  opacity: 0.8;
}
.pagination a:hover,
.pagination a:active,
.pagination a.active {
  opacity: 1;
}
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
  color: #1a4f6a;
  text-decoration: none;
}
.pagination a::before {
  background-color: rgba(23, 84, 115, 0.28);
  border-radius: 50%;
  color: #aed6e6;
  display: inline-block;
  font-weight: 600;
  height: 3rem;
  line-height: 2.1;
  margin-right: 0.7rem;
  text-align: left;
  text-indent: 1.1rem;
  transition: color 400ms ease, background-color 400ms ease;
  width: 3rem;
}
.pagination a:first-child {
  margin-left: auto;
  margin-right: 2.2rem;
  text-align: right;
}
.pagination a:first-child::before {
  content: '1';
}
.pagination a:first-child::after {
  color: rgba(255, 255, 255, 0.6);
  content: '\232a';
  position: absolute;
  right: -3.5rem;
  top: 0.8rem;
}
.pagination a:last-child {
  margin-left: 2.4rem;
  margin-right: auto;
  text-align: left;
}
.pagination a:last-child::before {
  content: '2';
}
.pagination a.active {
  cursor: default;
}
.pagination a.active:link,
.pagination a.active:visited,
.pagination a.active:hover,
.pagination a.active:active {
  color: #fff;
}
.pagination a.active::before {
  color: #fff;
  background-color: #39b1d9;
}
.summary {
  background-color: #DBEEF4;
  border-bottom: #D8E5E8 solid 0.1rem;
  margin-bottom: 2rem;
  min-height: 6.5rem;
}
@media screen and (min-width: 480px) {
  .summary br {
    display: none;
  }
}
.summary h3 {
  float: left;
  margin-bottom: 0;
  margin-left: 6%;
  padding: 1.6rem 0;
}
@media screen and (min-width: 480px) {
  .summary h3 {
    font-size: 2rem;
    padding-top: 2.3rem;
  }
}
.summary a {
  font-size: 1rem;
  background-color: #C3E0EA;
  border-left: solid 0.1rem rgba(0, 0, 0, 0.01);
  color: #598697;
  display: block;
  float: right;
  height: 6.5rem;
  opacity: 0.85;
  padding: 1.5rem 1rem 0;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 300ms;
}
@media screen and (min-width: 480px) {
  .summary a {
    padding: 1.5rem 2.3rem 0;
  }
}
.summary a:link,
.summary a:visited,
.summary a:hover,
.summary a:active,
.summary a:focus {
  text-decoration: none;
}
.summary a:hover,
.summary a:active,
.summary a:focus {
  opacity: 1;
}
.summary span {
  display: block;
}
.summary .dollar-amount {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 480px) {
  .summary .dollar-amount {
    font-size: 2.5rem;
  }
}
.personal-information img {
  display: inline-block;
  margin: 0 auto;
}
.personal-information button,
.personal-information input[type="text"] {
  display: block;
  font-family: "Open Sans", Corbel, Arial, sans-serif;
  font-weight: 600;
  margin: 0 auto 1.5rem;
  max-width: 35rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .personal-information button,
  .personal-information input[type="text"] {
    width: 19rem;
  }
}
.personal-information button .button,
.personal-information input[type="text"] {
  border-radius: 0.5rem;
  padding: 2rem;
}
.personal-information input[type="text"] {
  background: #ebf2f6;
  color: #4a677b;
  border: 0.1rem solid #c5d1d8;
  box-shadow: inset 0 0.7rem 0.4rem -0.7rem rgba(0, 0, 0, 0.3);
  font-size: 1.478rem;
}
.personal-information input[type="text"]:focus {
  box-shadow: inset 0 0.7rem 0.4rem -0.7rem rgba(0, 0, 0, 0.3), 0 0 1rem #4a677b;
}
.personal-information input[type="text"].error {
  background: #fee;
}
.personal-info-fields,
.personal-info-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem;
}
@media screen and (min-width: 480px) {
  .personal-info-fields,
  .personal-info-buttons {
    padding: 0 1rem;
  }
}
.personal-info-fields ::-moz-placeholder {
  text-transform: uppercase;
}
.personal-info-fields ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.personal-info-fields :-ms-input-placeholder {
  text-transform: uppercase;
}
.personal-info-fields ::-ms-input-placeholder {
  text-transform: uppercase;
}
.personal-info-fields ::placeholder {
  text-transform: uppercase;
}
.personal-info-fields legend,
.personal-info-fields label {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: block;
  font: 0/0 a;
  text-shadow: none;
}
.personal-info-buttons button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.personal-info-buttons button .button {
  position: relative;
  width: 100%;
  line-height: 4rem;
  color: #fff;
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  transition: background-color 300ms, top 150ms;
}
.personal-info-buttons button .button.paypal {
  background-color: #DEB952;
}
.personal-info-buttons button .button.paypal:hover,
.personal-info-buttons button .button.paypal:active {
  background-color: #d1b150;
}
.personal-info-buttons button .button.credit-card {
  background-color: #35C0AA;
}
.personal-info-buttons button .button.credit-card:hover,
.personal-info-buttons button .button.credit-card:active {
  background-color: #1ab19a;
}
.personal-info-buttons button .button.credit-card .bitcoin {
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  font-size: 1.1rem;
}
.personal-info-buttons button .logos {
  width: 100%;
  min-height: 2.3rem;
}
.personal-info-buttons button:focus .button,
.personal-info-buttons button:active .button {
  position: relative;
  top: 0.3rem;
}
.page .bitcoin {
  transition: none;
  display: none;
}
.page.just-once .bitcoin {
  display: inline-block;
}
.no-subscribe {
  align-items: center;
  display: flex;
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
  justify-content: center;
}
.no-subscribe label {
  color: #566875;
}
#donation-information:active .button {
  animation: showError 500ms ease 0ms 1;
}
#donation-information.error {
  background-color: mistyrose;
  color: firebrick;
}
#donation-information.error .button {
  animation: showError 500ms ease 0ms 1;
}
@keyframes showError {
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.make-it-recurring {
  background-color: #E3F1F7;
  padding: 4%;
}
@media screen and (min-width: 480px) {
  .make-it-recurring {
    padding: 1.6rem;
  }
}
.make-it-recurring h3 {
  border-bottom: #cddee7 solid 0.1rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.recurring-options {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.recurring-options li {
  position: relative;
  width: 32%;
}
.recurring-options label,
.recurring-options a {
  background: transparent;
  border: solid 0.1rem #cddee7;
  border-radius: 0.4rem;
  color: #2f6478;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 0.8;
  padding: 1rem 0.3rem 0.7rem;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  transition: background 200ms, color 200ms;
}
@media screen and (min-width: 480px) {
  .recurring-options label,
  .recurring-options a {
    font-size: 1.4rem;
    padding: 1rem;
    text-indent: 1.3rem;
  }
}
.recurring-options label:hover,
.recurring-options a:hover,
.recurring-options label:active,
.recurring-options a:active,
.recurring-options label:focus,
.recurring-options a:focus {
  background: linear-gradient(to bottom, #44BFE1, #32A3D3);
  border: none;
  color: #fff;
  text-decoration: none;
}
.recurring-options input[type="radio"] {
  left: 0.8rem;
  position: absolute;
  top: 0.6rem;
  visibility: hidden;
}
@media screen and (min-width: 480px) {
  .recurring-options input[type="radio"] {
    visibility: visible;
  }
}
.recurring-options input[type="radio"]:checked + label {
  background: linear-gradient(to bottom, #44BFE1, #32A3D3);
  color: white;
  border: none;
}
.page {
  max-height: 1000rem;
  opacity: 1;
  transition: opacity 300ms;
}
.page:not(:target) {
  display: none;
  max-height: 0;
  opacity: 0;
}
#lead-form {
  animation-name: fade-in;
  animation-duration: 1s;
}
.center-box {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding-top: 0;
}
.pad-content {
  padding: 2rem;
}
.fill-blue-grey {
  background-color: #4a677b;
}
.default nav {
  max-width: 45rem;
}
.two-column {
  padding: 10.5rem 1.5rem 0;
}
@media screen and (min-width: 480px) {
  .two-column {
    padding: 10.5rem 0 0;
  }
}
.two-column .logo {
  background: #286C8F;
  height: 9rem;
  left: 0;
  max-width: 100%;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.two-column .pagination {
  display: none;
}
.two-column .center-box {
  margin-bottom: 2rem;
}
.two-column .dollars {
  font-size: 3.2rem;
  padding: 0.5rem 0 0.1rem;
}
.two-column .dollars:after {
  top: 0.9rem;
}
.two-column .dollar-placeholder {
  padding: 1rem 0.6rem;
}
.two-column .other-amount {
  padding: 0.3rem 4.7rem 0.2rem 3.3rem;
}
@media screen and (min-width: 480px) {
  .two-column .make-it-recurring {
    padding: 1rem 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .radio-parent {
    margin: 2%;
  }
}
@media screen and (min-width: 960px) {
  .two-column .radio-parent {
    margin: 0.8rem;
  }
}
.two-column .radio-parent.hidden {
  display: none;
}
@media screen and (min-width: 640px) {
  .two-column .amount-option {
    margin: 0.7rem 2%;
    width: 46%;
  }
}
@media screen and (min-width: 960px) {
  .two-column .amount-option {
    margin: 0.8rem;
    width: 20rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .button-label:hover .dollars::after,
  [name="amount"]:checked + .two-column .button-label .dollars::after {
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .two-column .button-label:hover .dollars::after,
  [name="amount"]:checked + .two-column .button-label .dollars::after {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  .two-column .button-label:hover .dollars::after,
  [name="amount"]:checked + .two-column .button-label .dollars::after {
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .two-column .button-label:hover .dollars::after,
  [name="amount"]:checked + .two-column .button-label .dollars::after {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  .two-column .title {
    min-height: 4.4rem;
  }
}
@media screen and (min-width: 960px) {
  .two-column .title {
    min-height: 0;
  }
}
.two-column .other-amount::-moz-placeholder {
  font-size: calc(6.25vw - 0.2rem);
  padding-top: calc(-6.875vw + 3.6rem);
}
@media screen and (min-width: 480px) {
  .two-column .other-amount::-moz-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .other-amount::-moz-placeholder {
    font-size: calc(3.125vw - 2px);
    padding-top: calc((1vw * -2.1875) + 21px);
  }
}
@media screen and (min-width: 960px) {
  .two-column .other-amount::-moz-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
.two-column .other-amount::-webkit-input-placeholder {
  font-size: calc(6.25vw - 0.2rem);
  padding-top: calc(-6.875vw + 3.6rem);
}
@media screen and (min-width: 480px) {
  .two-column .other-amount::-webkit-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .other-amount::-webkit-input-placeholder {
    font-size: calc(3.125vw - 2px);
    padding-top: calc((1vw * -2.1875) + 21px);
  }
}
@media screen and (min-width: 960px) {
  .two-column .other-amount::-webkit-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
.two-column .other-amount:-ms-input-placeholder {
  font-size: calc(6.25vw - 0.2rem);
  padding-top: calc(-6.875vw + 3.6rem);
}
@media screen and (min-width: 480px) {
  .two-column .other-amount:-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .other-amount:-ms-input-placeholder {
    font-size: calc(3.125vw - 2px);
    padding-top: calc((1vw * -2.1875) + 21px);
  }
}
@media screen and (min-width: 960px) {
  .two-column .other-amount:-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
.two-column .other-amount::-ms-input-placeholder {
  font-size: calc(6.25vw - 0.2rem);
  padding-top: calc(-6.875vw + 3.6rem);
}
@media screen and (min-width: 480px) {
  .two-column .other-amount::-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .other-amount::-ms-input-placeholder {
    font-size: calc(3.125vw - 2px);
    padding-top: calc((1vw * -2.1875) + 21px);
  }
}
@media screen and (min-width: 960px) {
  .two-column .other-amount::-ms-input-placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
.two-column .other-amount::placeholder {
  font-size: calc(6.25vw - 0.2rem);
  padding-top: calc(-6.875vw + 3.6rem);
}
@media screen and (min-width: 480px) {
  .two-column .other-amount::placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .other-amount::placeholder {
    font-size: calc(3.125vw - 2px);
    padding-top: calc((1vw * -2.1875) + 21px);
  }
}
@media screen and (min-width: 960px) {
  .two-column .other-amount::placeholder {
    font-size: 2.8rem;
    padding-top: inherit;
  }
}
@media screen and (min-width: 640px) {
  .two-column .make-it-recurring {
    padding: 4%;
  }
}
@media screen and (min-width: 960px) {
  .two-column .make-it-recurring {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .recurring-options label {
    font-size: 1.3rem;
    padding: 1rem 0.3rem 0.7rem;
    text-indent: 0;
  }
}
@media screen and (min-width: 960px) {
  .two-column .recurring-options label {
    font-size: 1.4rem;
    padding: 1rem;
    text-indent: 1.3rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .recurring-options input[type="radio"] {
    visibility: hidden;
  }
}
@media screen and (min-width: 960px) {
  .two-column .recurring-options input[type="radio"] {
    visibility: visible;
  }
}
@media screen and (min-width: 640px) {
  .two-column .summary br {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .two-column .summary br {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .two-column .summary h3 {
    padding: 1.6rem 0;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .two-column .summary h3 {
    font-size: 2rem;
    padding-top: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .summary a {
    padding: 1.5rem 1rem 0;
  }
}
@media screen and (min-width: 960px) {
  .two-column .summary a {
    padding: 1.5rem 2.3rem 0;
  }
}
.two-column .dollar-amount {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 640px) {
  .two-column .dollar-amount {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .two-column .dollar-amount {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .personal-information button,
  .two-column .personal-information input[type="text"] {
    margin: 0 auto 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .two-column .personal-information button,
  .two-column .personal-information input[type="text"] {
    margin: 1rem;
    width: 19rem;
  }
}
@media screen and (min-width: 640px) {
  .two-column .personal-info-fields,
  .two-column .personal-info-buttons {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  .two-column .personal-info-fields,
  .two-column .personal-info-buttons {
    padding: 0 1rem;
  }
}
.two-column .bulleted {
  color: #44BFE1;
  font-size: 2.8rem;
}
.two-column .bulleted li {
  margin-bottom: 1.5rem;
}
.two-column .bulleted a {
  color: #fff;
  font-size: 2rem;
}
.two-column-container {
  position: relative;
  /*
  .support-us & {
    @media screen and (min-width: @large-phone) {
      height: ~'calc(206rem - 68vw)';
    }
    @media screen and (min-width: @large-tablet) {
      height: 117.5rem;
    }
  }
  */
}
@media screen and (min-width: 640px) {
  .two-column-container {
    align-content: space-around;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 960px;
  }
}
@media screen and (min-width: 1000px) {
  .two-column-container {
    margin: 0 auto;
    max-width: 97rem;
  }
}
@media screen and (min-width: 640px) {
  .template .two-column-container {
    height: calc(158rem - 50vw);
  }
}
@media screen and (min-width: 960px) {
  .template .two-column-container {
    height: 135.27ex;
  }
}
@media screen and (min-width: 640px) {
  .major .two-column-container {
    height: calc(141.5rem - 53vw);
  }
}
@media screen and (min-width: 960px) {
  .major .two-column-container {
    height: 117ex;
  }
}
.two-column-item {
  margin: 1rem 0 2rem;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .two-column-item {
    padding: 0 1.2735%;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .two-column-item {
    width: 48rem;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 640px) {
  [data-order="1"] {
    order: 1;
  }
  [data-order="2"] {
    order: 2;
  }
  [data-order="3"] {
    order: 3;
  }
  [data-order="4"] {
    order: 4;
  }
  [data-order="5"] {
    order: 5;
  }
  [data-order="6"] {
    order: 6;
  }
  [data-order="7"] {
    order: 7;
  }
}
#donations.two-column .button-label {
  padding: 0;
}
.massive-button {
  border-radius: 0.5rem;
  color: white;
  display: block;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 2.4rem;
  min-width: 29rem;
  padding: 1.6rem 0;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 200ms;
}
.massive-button:link,
.massive-button:visited {
  background-color: #49CDA2;
}
.massive-button:hover,
.massive-button:active,
.massive-button:focus {
  background-color: #38b289;
  text-decoration: none;
}
.sticky-donate-button {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 640px) {
  .sticky-donate-button {
    display: none;
  }
}
.sticky-donate-button .massive-button {
  border-radius: 0;
}
@media screen and (min-width: 640px) {
  .two-column-footer {
    background-color: rgba(112, 166, 199, 0.22);
    box-shadow: 0 0 1.8rem 0.1rem rgba(0, 0, 0, 0.31);
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 2rem;
    padding: 2rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
  }
}
@media screen and (min-width: 800px) {
  .two-column-footer {
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .two-column-footer {
    padding: 3rem 5rem;
  }
}
.two-column-footer p {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .two-column-footer nav {
    margin: 0 0 3rem;
    min-width: 43.8rem;
  }
}
.column-placeholder {
  color: transparent;
}
@media screen and (min-width: 640px) {
  .column-placeholder {
    height: 20ex;
  }
}
.stuck.two-column-item:not(#form-parent) {
  margin-right: 50%;
}
.support-us .stuck.two-column-item:not(#form-parent) {
  margin-right: 0;
}
.stuck#form-parent {
  position: fixed;
  left: 50%;
  top: 0;
}
body.hellovote {
  background-color: #2f2b4d;
  padding-bottom: 3rem;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(125, 185, 232, 0) 25px);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(125, 185, 232, 0) 25px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0px, rgba(125, 185, 232, 0) 25px);
  background-repeat: no-repeat;
}
body.hellovote .logo h1 {
  background-image: url('https://s3.fightforthefuture.org/donate/images/hellovote.svg?1546967320697');
}
body.hellovote .logo h2 {
  display: none;
}
body.hellovote .explainer {
  padding: 2rem 0rem 0rem 0rem;
  line-height: 2rem;
  text-align: center;
}
body.hellovote .explainer a {
  color: white;
}
body.hellovote footer p {
  text-align: center;
}
.year .year,
.month .month,
.just-once .just-once {
  display: flex;
}
.thanks .center-box {
  color: #333;
  padding-top: 2rem;
  text-align: center;
}
.thanks .center-box h2 {
  font-size: 3.2rem;
}
.sig {
  padding: 0 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 480px) {
  .sig {
    padding: 0 3rem;
  }
}
.sig::before {
  background-image: url('https://s3.fightforthefuture.org/donate/images/heart.png?1546967320697');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 2.6rem;
  position: relative;
  top: 0.7rem;
  width: 2.4rem;
}
.sig li {
  display: inline;
  line-height: 1.4;
}
.sig li::after {
  content: ',';
}
.sig li:nth-last-child(2)::after {
  content: ' &';
}
.sig li:last-child::after {
  content: '';
}
.cta {
  margin-bottom: 2rem;
}
.share {
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 2rem;
}
.share a {
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  border-radius: 0.5rem;
  color: white;
  display: block;
  margin: 0 1rem;
  padding: 1rem 2rem 1rem 4rem;
  transition: background-color 200ms;
  width: 12.5rem;
}
.share a:link,
.share a:visited,
.share a:hover,
.share a:active,
.share a:focus {
  text-decoration: none;
}
.photo {
  display: block;
}
.facebook {
  background-color: #39579a;
  background-image: url('https://s3.fightforthefuture.org/donate/images/fb_white.png?1546967320697');
}
.facebook:hover,
.facebook:active {
  background-color: #2b4275;
}
.twitter {
  background-color: #02aced;
  background-image: url('https://s3.fightforthefuture.org/donate/images/tw_white.png?1546967320697');
  margin-right: 2rem;
}
.twitter:hover,
.twitter:active {
  background-color: #0287ba;
}
.social {
  align-items: center;
  background-color: #4a677b;
  color: white;
  display: flex;
  justify-content: center;
  padding: 1.6rem 0;
}
.social h3 {
  color: #fff;
}
.fb,
.tw {
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  color: transparent;
  display: inline-block;
  font: 0/0 a;
  height: 3rem;
  margin-left: 0.8rem;
  text-align: center;
  text-shadow: none;
  vertical-align: sub;
  width: 3rem;
}
.fb {
  background-image: url('https://s3.fightforthefuture.org/donate/images/social_facebook.png?1546967320697');
}
.tw {
  background-image: url('https://s3.fightforthefuture.org/donate/images/social_twitter.png?1546967320697');
}
.membership h4 {
  color: #32A3D3;
  text-indent: 1.6rem;
}
.one-time {
  background-color: #f1f8fb;
  color: #333;
  margin: 0;
  padding: 1.3rem;
  text-align: center;
}
.one-time a {
  text-decoration: underline;
  transition: color 100ms;
}
.one-time a:link,
.one-time a:visited {
  color: #2edbe8;
  font-weight: bold;
}
.one-time a:hover,
.one-time a:focus,
.one-time a:active {
  color: #17c0cc;
}
.no-script h2 {
  font-size: 3rem;
  font-variant: small-caps;
  margin: 1rem 2rem;
  text-transform: lowercase;
}
.no-script .summary {
  min-height: 0;
}
.no-script h3 {
  float: none;
}
.no-script h3 br {
  display: none;
}
.no-script form:not(:target) {
  display: none;
}
.documentation-body {
  max-width: 80rem;
}
.documentation-body > h2,
.documentation-body > p {
  margin: 0 auto 2rem;
}
.documentation-body > h2 {
  color: #fff;
  font-weight: 100;
  font-size: 3.3rem;
}
.documentation-body > p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.225;
}
.documentation-body > p p {
  margin: 0 0 2rem;
  text-align: justify;
}
.documentation-body > p h1,
.documentation-body > p h2,
.documentation-body > p h3,
.documentation-body > p h4,
.documentation-body > p h5,
.documentation-body > p h6 {
  color: #fff;
  font-weight: 100;
  margin: 0 0 2rem;
}
.documentation-body > p h1 {
  font-size: 4.5rem;
}
.documentation-body > p h2 {
  font-size: 3.3rem;
}
.documentation-body > p h3 {
  font-size: 3rem;
}
.documentation-body > hr {
  margin: 6rem auto;
}
.documentation-body .pagination,
.documentation-body .choose,
.documentation-body .center-box {
  margin: 0 auto 2rem;
  max-width: 45rem;
}
.documentation-body .talker-container {
  max-width: 45rem;
  margin: 0 auto;
}
.sample-container {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto 2rem;
  padding: 3rem 1rem 0.1rem;
  position: relative;
  max-width: 50rem;
}
.sample-container::before {
  content: 'Sample';
  font-variant: small-caps;
  color: rgba(255, 255, 255, 0.3);
  text-transform: lowercase;
  font-size: 2rem;
  position: absolute;
  top: 8px;
  left: 13px;
}
.rock-against-tpp h2 {
  font-size: 4rem;
  line-height: 0.8;
}
.dates {
  background-color: #000000;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
  margin: 0 auto 2rem;
  padding: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .dates {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .dates {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 800px) {
  .dates {
    font-size: 2.5rem;
  }
}
.dates dd,
.dates dt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 1rem;
}
.dates dd:first-of-type,
.dates dt:first-of-type {
  border-top: none;
}
.dates dt {
  color: #f1453b;
  text-align: right;
  width: 37%;
}
.dates dt::after {
  content: ': ';
}
.dates dd {
  text-align: left;
  width: 57%;
}
.dates .button {
  background-color: #f1453b;
  border: none;
  border-radius: 2.5rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  height: 4.5rem;
  margin: 0.8rem 0 0 0;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 250ms;
}
@media screen and (min-width: 480px) {
  .dates .button {
    font-size: 1.6rem;
    padding: 0.7rem 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .dates .button {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
  }
}
@media screen and (min-width: 800px) {
  .dates .button {
    font-size: 1.6rem;
    padding: 0.7rem 1.2rem;
  }
}
.cryptocurrency header.logo {
  margin-bottom: 2em;
}
.cryptocurrency .copy p {
  text-align: center;
}
.cryptocurrency .make-it-recurring h4 {
  text-align: center;
  text-transform: uppercase;
  line-height: 2em;
}
#cryptocurrency-module .cryptocurrency-list li {
  padding: 1em;
  border-bottom: 1px solid #eee;
}
#cryptocurrency-module .cryptocurrency-list li h4 {
  color: #307FA7;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
}
#cryptocurrency-module .cryptocurrency-list li h4 img {
  height: 26px;
  width: auto;
  display: inline-block;
  position: relative;
  top: 6px;
}
#cryptocurrency-module .cryptocurrency-list li p.note {
  margin-bottom: 0.6em;
}
#cryptocurrency-module .cryptocurrency-list li label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy {
  cursor: pointer;
  display: block;
  padding-right: 40px;
  position: relative;
  margin-bottom: 1em;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy input {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy .copy-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  background-color: #307FA7;
  border-radius: 0 5px 5px 0;
  text-align: center;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy .copy-btn img {
  position: relative;
  top: 7px;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy .copy-btn:before {
  content: "Copied";
  position: absolute;
  right: -10px;
  top: -24px;
  white-space: nowrap;
  color: #36cba8;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 1s, right 1s;
  transition: opacity 1s, right 1s;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy.copied .copy-btn:before {
  opacity: 1.0;
  right: 0px;
}
#cryptocurrency-module .cryptocurrency-list li .click-to-copy.copied .copy-btn {
  background-color: #36cba8;
}
#cryptocurrency-module #show-more {
  overflow: hidden;
  max-height: 75px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
#cryptocurrency-module #show-more .show-more {
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
  height: 75px;
  background-color: white;
  text-decoration: none;
  line-height: 75px;
  font-size: 24px;
  color: #307FA7;
  font-weight: bold;
}
#cryptocurrency-module #show-more ul {
  z-index: 0;
}
#cryptocurrency-module #show-more.open {
  max-height: 9000px;
}
#cryptocurrency-module #show-more.open .show-more {
  display: none;
}
/*# sourceMappingURL=core.css.map */