/* Citizens Styles */

html {
  background-attachment: fixed;
  background-color: #000;
  background-image: url(assets/img/starry-about.svg);
  background-repeat: repeat-y;
  background-size: contain;
}

body { background: transparent; }

html, body { 
  margin: 0; 
  padding: 0; 
  font-family: 'Roboto Slab', serif;
  box-sizing: border-box;
  /*background-color: #000000;*/
  overflow-x: hidden;
}

div#body-wrapper  {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

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

.red {
  color: #FF543D;
}

div#box-1 {
  background: url(assets/img/stars-1.svg) 100% 100% repeat, #000000;
  width: 100%;
  position: relative;
  outline: none;
  padding: 1px 0;
}

div#box-1-content {
  width: 85%;
  margin: 0 auto;
}

div.float-40 {
  float: left;
  width: 40%;
  margin-top: 80px;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  z-index: 250;
  background-color:rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  box-sizing: border-box;
}

#evil h1 {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 35px;
  line-height: 40px;
}

#evil p {
  color: #FFF;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
}

#evil p.desktop-CTA {
  display: block;
}

#form-div p.mobile-CTA {
  display: block;
  text-align: center;
  font-size: 18px;
}

svg#tentacle-1 {
  width: 60%;
  position: relative;
  right: 30px;
}

svg#tentacle-2 {
  width: 40%;
  position: relative;
  left: 80%;
  bottom: 355px;
}

div.clear-all {
  float: none;
  clear: both;
  width: 100%;
}

div#form-div {
  width: 55%;
  float: right;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1000;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-top: 5px solid #FF543D;
  font-family: 'Open Sans', sans-serif;
}

/*AN Form*/
div#can_embed_form_inner h2 {
    display: none;
}

div#can_embed_form_inner h4 {
    display: none;
}

div.country_wrap {
  display: none;
}

li.control-group {
  list-style: none;
}

img.ajax-loading {
  display: none;
}

div#d_sharing {
  display: none;
}

div#action_info {
  display: none;
}

div#logo_wrap {
  display: none;
}

p#static-letter {
  background-color: rgba(0,0,0,0.08);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.33);
  margin: 5px auto 15px auto;
  font-size: 15px;
  color: #000;
}

textarea#letter_text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #9b9b9b;
  margin: 5px auto;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  resize: vertical;
  min-height: 180px;
  display: none;
}

label.control-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

input#form-first_name {
  display: none;
}

div#can_embed_form_inner input[type="text"] {
  height: 45px;
  box-sizing: border-box;
  float: left;
  font-size: 17px;
  padding: 0 0 0 10px;
  border: 1px solid #9b9b9b;
}

div#can_embed_form_inner input[type="email"] {
  height: 45px;
  box-sizing: border-box;
  float: left;
  font-size: 17px;
  padding: 0 0 0 10px;
  border: 1px solid #9b9b9b;
}

/*input#form-email {
  width: 38%;
}

input#form-zip_code {
  width: 20%;
  margin: 0px 2%;
}

div#can_embed_form_inner input#phone {
  width: 38%;
  float: right;
}*/

input#form-email {
  width: 65%;
}

input#form-zip_code {
  width: 33%;
  margin: 0 0 0 2%;
}

input[type="submit"] {
  width: 100%;
  background: #D14532;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px;
  float: none;
  clear: both;
  border-radius: 3px;
  margin: 15px auto 0 auto;
  text-align: center;
  font-weight: 700;
  letter-spacing: .5px;
  height: 53px;
  font-size: 17px;
  min-width: 215px;
  cursor: pointer;
  transition-duration: .5s;
}

input[type="submit"]:hover {
  background: #FF543D;
}

div#form_col2 {
  width: 100%;
  text-align: center;
}

div#can-form-area-google-dont-be-evil-1 li.control-group:nth-of-type(1) {
  display: none;
}

/*div#action_welcome_message ~ div.form_builder_output li.control-group input#phone {
  float: none;
  width: 100%;
}*/

div.can_thank_you-block {
  display: none;
}

div.can_thank_you_wrap h4 {
  display: none;
}

div#can_thank_you h1 {
  display: none;
}

div#action-share {
  display: none;
  text-align: center;
}

div#action-share h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

div#action-share a#share-fb {
  background: #53217c;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  margin: 10px;
  border-radius: 3px;
  transition-duration: .5s;
}

div#action-share a#share-fb:hover {
  background: #7630B0;
}

div#action-share a#share-donate {
  background: #D14532;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  margin: 10px;
  border-radius: 3px;
  transition-duration: .5s;
}

div#action-share a#share-donate:hover {
  background: #FF543D;
}

div#action-share i {
  margin: 15px 13px 35px 5px;
  font-size: 22px;
}

p#edit-letter {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  color: #FF543D;
  position: relative;
  float: right;
  top: 5px;
}

div#tentacle-4 {
  width: 40%;
  position: absolute;
  left: 80%;
  z-index: 240;
  top: -50px;
}

div#tentacle-4 img {
  -webkit-animation: float-1 6s ease-in-out infinite alternate;   
  -moz-animation: float-1 6s ease-in-out infinite alternate;   
  animation: float-1 6s ease-in-out infinite alternate; 
  position: relative;
}

div#tentacle-3 {
  width: 60%;
  position: absolute;
  left: -12%;
  top: 65vh;
  z-index: 200;
}

div#tentacle-3 img {
  position: relative;
  -webkit-animation: float-1 6s ease-in-out infinite 1s alternate;
  -moz-animation: float-1 6s ease-in-out infinite 1s alternate;
  animation: float-1 6s ease-in-out infinite 1s alternate;
}

svg#black-wave-down {
  position: absolute;
  width: 100%;
  top: 98%;
}

div#box-2 {
  background: url(assets/img/bubbles-1.svg) repeat, -webkit-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
  background: url(assets/img/bubbles-1.svg) repeat, -moz-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
  background: url(assets/img/bubbles-1.svg) repeat, -ms-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
  background: url(assets/img/bubbles-1.svg) repeat, -o-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
  text-align: center;
  padding-top: 200px;
  background-size: 100%, 150%;
  background-attachment: fixed;
}

div#tentacle-1 {
  position: absolute;
  width: 40%;
  left: -10%;
}

div#tentacle-1 img {
  position: relative;
  -webkit-animation: float-1 6s ease-in-out infinite 2.5s alternate;
  -moz-animation: float-1 6s ease-in-out infinite 2.5s alternate;
  animation: float-1 6s ease-in-out infinite 2.5s alternate;
}

div#tentacle-2 {
  width: 40%;
  position: absolute;
  left: 70%;
}

div#tentacle-2 img {
  -webkit-animation: float-1 6s ease-in-out infinite alternate;   
  -moz-animation: float-1 6s ease-in-out infinite alternate;   
  animation: float-1 6s ease-in-out infinite alternate; 
  position: relative;
}

div.story-text  {
  width: 55%;
  margin: auto;
  position: relative;
  z-index: 5000;
}

div.alt-story {
  margin-top: 5%; 
  width: 35%;
}

.story-text h2  {
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

.story-text h3  {
  color: #FFF;
  font-size: 32px;
  margin-bottom: 0;
}

.story-text h4  {
  font-size: 50px;
  margin-top: 0;
  color: #FFF;
}

.story-text p {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

hr.white-bar  {
  width: 15%;
  border: 2px solid #FFF; 
  margin: 100px auto;
  background-color: #FFF;
}

div#octopus-1 {
  position: relative;
  margin: auto;
  top: 5vw;
}

div#octopus-1 img#head  {
  width: 50%;
  position: relative;
  z-index: 22;
}

div#octopus-1 img#l-tent {
  width: 60%;
  position: absolute;
  left: -20%;
  z-index: 20;
  margin-top: 70px;
  -webkit-animation: float-1 6s ease-in-out infinite .75s alternate;
  -moz-animation: float-1 6s ease-in-out infinite .75s alternate;
  animation: float-1 6s ease-in-out infinite .75s alternate;
}

div#octopus-1 img#r-tent {
  width: 60%;
  position: absolute;
  left: 60%;
  z-index: 21;
  margin-top: 70px;
  -webkit-animation: float-1 6s ease-in-out infinite alternate;
  -moz-animation: float-1 6s ease-in-out infinite alternate;
  animation: float-1 6s ease-in-out infinite alternate;
}

div#box-3 {
  text-align: center;
  background-color: #FF543D;
  z-index: 100;
  position: relative;
  padding-top: 1%;
}

svg#orange-wave-1 {
  position: absolute;
  width: 100%;
  right: 0%;
  top: -5%;
}

div#money-1 {
  width: 25%;
  position: absolute;
  top: 200px;
  left: 5%;
  display: block;
}

svg#dollar-1 {
  overflow: visible;
}

svg#dollar-1 g#half-a {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-1 g#half-b {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-1 g#half-a.rip-up {
  transform: translate(-20px, -10px);
}

svg#dollar-1 g#half-b.rip-down {
  transform: translate(20px, 15px);
}

div#money-2 {
  width: 25%;
  position: absolute;
  left: 70%;
  display: block;
}

svg#dollar-2 {
  overflow: visible;
}

svg#dollar-2 g#half-a {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-2 g#half-b {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-2 g#half-a.rip-up {
  transform: translate(-20px, -10px);
}

svg#dollar-2 g#half-b.rip-down {
  transform: translate(20px, 15px);
}

div#money-3 {
  width: 25%;
  margin: 100px auto 0 auto;
}

svg#dollar-3 {
  overflow: visible;
}

svg#dollar-3 g#half-a {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-3 g#half-b {
  transition: all 1s ease-out;
  transform: translate(0, 0);
}

svg#dollar-3 g#half-a.rip-up {
  transform: translate(-20px, -10px);
}

svg#dollar-3 g#half-b.rip-down {
  transform: translate(20px, 15px);
}

svg#orange-wave-2 {
  position: absolute;
  right: 0%;
}

div#box-4 {
  background: url(assets/img/bubbles-2.svg) repeat, -webkit-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
  background: url(assets/img/bubbles-2.svg) repeat, -moz-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
  background: url(assets/img/bubbles-2.svg) repeat, -ms-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
  background: url(assets/img/bubbles-2.svg) repeat, -o-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
  text-align: center;
  background-attachment: fixed, fixed;
  background-size: 100%, 100%;
  padding-top: 10%;
  padding-bottom: 1px;
  margin-bottom: -13vh;
  position: relative;
  background-size: 100%, 150%;
}

div#seaweed-1 {
    width: 20%;
    position: absolute;
    right: -45%;
}

div#tentacle-money {
  position: absolute;
  width: 50%;
  left: -55%;
}

div#tentacle-money img {
  position: relative;
  -webkit-animation: float-1 6s ease-in-out infinite alternate;
  -moz-animation: float-1 6s ease-in-out infinite alternate;   
  animation: float-1 6s ease-in-out infinite alternate;
}

div.timeline-text  {
  width: 55%;
  margin: auto;
  padding-top: 100px;
  position: relative;
  z-index: 5000;
}

.timeline-text h2  {
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
}

.timeline-text h3  {
  color: #FFF;
  font-size: 32px;
  margin-bottom: 0;
}

.timeline-text h4  {
  font-size: 50px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
  z-index: 5000;
}

.timeline-text p {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}

hr.timeline-hr-short  {
  border: 2px solid #FFF;
  width: 75px;
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 60px auto;
  background-color: #FFF;
}

hr.timeline-hr-long  {
  border: 2px solid #FFF;
  width: 375px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 220px auto;
  background-color: #FFF;
}

hr#tippy-top {
  z-index: 1000;
  position: relative;
  width: 300px;
  margin: 190px auto;
}

div#seaweed-critter {
    width: 40%;
    position: absolute;
    bottom: 0vh;
}

div#box-5 {
  background-color: #FF543D;
  text-align: center;
  position: relative;
}

div#glass {
  width: 25%;
  margin: auto;
  position: relative;
  bottom: -20px;
}

div#glass img {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

div#glass img.roll-up {
  opacity: 1;
  transform: translateY(0);
}

div#box-6 {
  background-color: #00C29E;
  text-align: center;
  position: relative;
}

div#statement {
  width: 110%;
  margin: auto;
  position: relative;
  left: -2%;
}

div#box-7 {
  background-color: #7630B0;
  text-align: center;
  position: relative;
}

div#email-container { 
  width: 100%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  padding: 100px 0 50px 0;
}

div#email-compose {  
  min-width: 400px;
  max-width: 950px;
  width: 90%;
  background-color: #FFF;
  margin: auto;
  -moz-box-shadow: 3px 3px 10px #232323;
  -webkit-box-shadow: 3px 3px 10px #232323;
  box-shadow: 3px 3px 10px  #232323;
}

#email-container div#bar-1 {
  margin: 0;
  padding: 0;
  height: 32px;
  float: none;
  clear: both;
  background-color: #404040;
}

#email-container p#title-bar {
  float: left;
  margin: 7px 0 0 12px;
  color: #FFF;
  font-size: 12px;
}

#email-container #bar-1 i {
  font-size: 13px;
  color: #B3B3B3;
  float: left;
  margin: 9px 6px 0;
}

#email-container div#title-bar-buttons {
  float: right;
  margin: 0 7px 0 0;
}

#email-container div#bar-2 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
  height: 40px;
  float: none;
  clear: both;
}

#email-container div#to-field {
  margin: 0 0 0 7px;
}

#email-container #to-field p.p-label {
  font-size: 12px;
  color: #737373;
  margin: 11px 10px 0 5px;
}

#email-container #to-field p {
  float: left;
  margin: 8px 0 0 0;
  font-size: 16px;
}

#email-container #email-opts {
  float: right;
  margin: 0 10px 0 0;
}

#email-container #email-opts p {
  float: left;
  margin: 11px 6px 0 0;
  color: #737373;
  font-size: 12px;
}

#email-container div#bar-3 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
  height: 40px;
  float: none;
  clear: both;
}

#email-container div#subj-field {
  margin: 0 0 0 7px;
}

#email-container #subj-field p.p-label {
  font-size: 12px;
  color: #737373;
  margin: 11px 10px 0 5px;
}

#email-container #subj-field p {
  float: left;
  margin: 8px 0 0 0;
  font-size: 16px;
}

#email-container div#email-body {
  padding: 10px 20px 2px 20px;
  height: 100%;
}

#email-container .email-copy {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

#email-container .email-copy-bold {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

#email-container .email-copy-slant {
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

#email-container div#bar-4 {
  width: 100%;
  height: 40px;
  background-color: #F5F5F5;
  border-top: 1px solid #DEDEDE;
}

#email-container div#sent-button {
  background-color: #777777;
  width: 70px;
  border: 1px solid #454545;
  border-radius: 2px;
  text-align: center;
  margin: 5px 0 0 8px;
  float: left;
}

#email-container #sent-button p {
  color: #DCDCDC;
  margin: 5px 0;
  font-size: 14px;
  font-style: italic;
}

#email-container div#trash {
  float: right;
  margin: 9px 15px 0 0;
}

#email-container #trash i.fa-trash {
  color: #6E6E6E;
  font-size: 20px;
  padding: 1px 15px 1px 0;
  border-right: 1px solid #D8D8D8;
}

#email-container #trash i.fa-caret-down {
  color: #959595;
  font-size: 13px;
  padding-left: 10px;
}

#email-container div.clear-all {
  float: none;
  clear: both;
  height: 0;
  width: 100%;
}

svg#purple-wave-1 {
    position: absolute;
    right: 0%;
    z-index: 1000;
}

div#box-8 {
  background: url(assets/img/bubbles-1.svg) repeat, -webkit-linear-gradient(top, #009DB1, #0074A5, #005F9F);
  background: url(assets/img/bubbles-1.svg) repeat, -moz-linear-gradient(top, #009DB1, #0074A5, #005F9F);
  background: url(assets/img/bubbles-1.svg) repeat, -ms-linear-gradient(top, #009DB1, #0074A5, #005F9F);
  background: url(assets/img/bubbles-1.svg) repeat, -o-linear-gradient(top, #009DB1, #0074A5, #005F9F);
  text-align: center;
  position: relative;
  background-attachment: fixed;
  padding-top: 10%;
  margin-bottom: -30%;
  background-size: 100%, 150%;
}

div#tentacle-8 {
  width: 40%;
  position: absolute;
  top: 230px;
  left: 80%;
  display: block;
}

div#tentacle-8 img {
  -webkit-animation: float-1 6s ease-in-out infinite alternate;
  -moz-animation: float-1 6s ease-in-out infinite alternate;   
  animation: float-1 6s ease-in-out infinite alternate; 
  position: relative;
}

div#box-9 {
  position: relative;
  background: url(assets/img/stars-2.svg) 100% repeat, #000000;
  text-align: center;
  padding-bottom: 100px;
}

div#octopus-2 {
  width: 100%;
  position: relative;
  top: -130px;
}

svg#black-wave {
    position: absolute;
    right: 0%;
    top: -5vw;
}

div.action-text  {
  width: 55%;
  margin: auto;
  padding-top: 100px;
  position: relative;
  z-index: 9000;
}

.action-text h2  {
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 0.4);
}

.action-text h3  {
  color: #FFF;
  font-size: 32px;
  margin-bottom: 0;
}

.action-text h4  {
  font-size: 40px;
  margin: 0 auto;
  color: #FFF;
}

.action-text p {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.4);
}

div#action-form {
  width: 75%;
  position: relative;
  z-index: 9999;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-top: 5px solid #FF543D;
  font-family: 'Open Sans', sans-serif;
  margin: 50px auto;
  max-width: 540px;
}

hr.action-hr {
  border: 2px solid #FFF;
  width: 35%;
  margin: 70px auto;
  background-color: #FFF;
}

div#octopus-2 {
  width: 100%;
  position: relative;
  top: 0px;
}

img#botleft {
  width: 50%;
  position: relative;
  right: 20%;
  -webkit-animation: float-1 6s ease-in-out infinite .75s alternate;
  -moz-animation: float-1 6s ease-in-out infinite .75s alternate;
  animation: float-1 6s ease-in-out infinite .75s alternate;
}

img#botmid {
  width: 45%;
  position: relative;
  right: 20%;
  -webkit-animation: float-1 6s ease-in-out infinite alternate;
  -moz-animation: float-1 6s ease-in-out infinite alternate;
  animation: float-1 6s ease-in-out infinite alternate;
  margin-bottom: -200px;
}

img#bothead {
  width: 40%;
  position: relative;
  bottom: 25vw;
  left: 40%;
}

a.donate {
  width: 25%;
  background-color: #53217c;
  color: #FFF;
  text-decoration: none;
  display: block;
  margin: 25px auto;
  padding: 20px 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition-duration: .5s;
  border-radius: 3px;
  min-width: 200px;
  cursor: pointer;
}

a.donate:hover {
  background-color: #7630B0;
}

div#floating-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: url(assets/img/stars-1.svg) no-repeat, #000000;
  padding: 15px 0;
  transform: translateY(-100%);
  background-size: cover;
  background-position: left top;
  opacity: 0;
  transition: all 1s ease-out;
  bottom: auto;
  box-shadow: 0 0px 4px rgba(0,0,0,0.12), 0 0px 3px rgba(0,0,0,0.24);
}

div#floating-header.appear {
  opacity: 1;
  transform: translateY(0);
}

div#floating-header.appear.disappear {
  opacity: 0;
  transform: translateY(-100%);
}

div#floating-header a.logo {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 0 50px;
  float: left;
  cursor: pointer;
}

div#floating-header h1 {
  margin: 0;
  padding: 10px;
  color: #FFF;
  font-size: 20px;
  float: left;
  margin-left: 40px;
  margin-top: 10px;
}

div#floating-header a.to-form {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin: 10px;
  float: right;
  background-color: #D14532;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 50px;
  transition-duration: .5s;
}

div#floating-header a.to-form:hover {
  background-color: #FF543D;
}

p#email-note {
  color: #000000;
  margin: 0;
  font-family: 'Sedgwick Ave', cursive;
  letter-spacing: 1px;
  mix-blend-mode: soft-light;
}

div#keep-reading {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 91%;
  z-index: 10000;
  mix-blend-mode: hard-light;
  display: block;
  opacity: 0;
  transform: translateY(250%);
  transition: all 1s ease-out;
}

div#keep-reading.apparate {
  opacity: .5;
  transform: translateY(0);
}

div#keep-reading.apparate.disapparate {
  opacity: 0;
  transform: translateY(250%);
}

div#keep-reading i.fa.fa-chevron-down {
  color: #000000;
  font-size: 50px;
  position: relative;
  animation: read 6s infinite;
  -webkit-animation: read 6s infinite;
  -moz-animation: read 6s infinite;
}

div#scroll-down {
  position: fixed;
  text-align: center;
  width: 100%;
  top: 88%;
  z-index: 10000;
  mix-blend-mode: normal;
  display: block;
}

div#scroll-down i.fa.fa-chevron-down {
  color: #FFF;
  font-size: 50px;
  position: relative;
  animation: read 6s infinite;
  -webkit-animation: read 6s infinite;
  -moz-animation: read 6s infinite;
}

.action-text.left-float {
  padding-top: 1px;
  float: left;
  width: 45%;
  text-align: left;
  margin-left: 10%;
}

.action-text.right-float {
  width: 45%;
  float: right;
  text-align: left;
  margin-right: 10%;
}

.action-text.bump-up {
  padding-top: 1px;
}

i.fa.fa-check-square-o {
  position: absolute;
  transform: translate(-45px, 1px);
  font-size: 32px;
}

div#action-tent-1 {
  width: 45%;
  position: absolute;
  left: 60%;
}

div#action-tent-2 {
  width: 50%;
  position: absolute;
  transform: translate(-25%, 10vh);
}

div#action-tent-1 img {
  -webkit-animation: float-1 6s ease-in-out infinite .75s alternate;
  -moz-animation: float-1 6s ease-in-out infinite .75s alternate;
  animation: float-1 6s ease-in-out infinite .75s alternate;
  position: relative;
}

div#action-tent-2 img {
  -webkit-animation: float-1 6s ease-in-out infinite alternate;
  -moz-animation: float-1 6s ease-in-out infinite alternate;
  animation: float-1 6s ease-in-out infinite alternate;  
  position: relative;
}

div#footer-links p {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
}

div#footer-links a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  padding-top: 30px;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .8;
  transition-duration: .5s;  
}

div#footer-links a:hover {
  opacity: 1.2;
}

div#social-links {
  margin: 25px 0 10px 0;
}

div#social-links a {
  color: #FFF;
  font-size: 35px;
  margin: 10px;
  opacity: .8;
  transition-duration: .5s;
}

div#social-links a:hover {
  opacity: 1;
}

div#footer-logo {
  width: 150px;
  height: 150px;
  margin: 70px auto 0px;
}

div#action-share-footer {
  display: none;
  text-align: center;
}

div#action-share-footer h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

div#action-share-footer a {
  background: #53217c;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  margin: 10px auto;
  border-radius: 3px;
  transition-duration: .5s;
}

div#action-share-footer a:hover {
  background: #7630B0;
}

div#action-share-footer i {
  margin: 15px 13px 35px 5px;
  font-size: 22px;
}

@keyframes float-1 {
  50% { transform: translate(0px, 25px); }
}

@-webkit-keyframes float-1 {
  50% { transform: translate(0px, 25px); }
}

@-moz-keyframes float-1 {
  50% { transform: translate(0px, 25px); }
}

@keyframes read {
  0% { transform: translate(0px, 0px); }
  35% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, 0px); }
  100% { transform: translate(0px, 0px); }
}

@-webkit-keyframes read {
  0% { transform: translate(0px, 0px); }
  35% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, 0px); }
  100% { transform: translate(0px, 0px); }
}

@-moz-keyframes read {
  0% { transform: translate(0px, 0px); }
  35% { transform: translate(0px, -10px); }
  50% { transform: translate(0px, 0px); }
  100% { transform: translate(0px, 0px); }
}

/*About Styles*/

div#about-div p {
  color: #FFF;
  font-weight: 300;
}

div#about-header {
  width: 100%;
  padding: 15px 0;
  display: block;
}

div#about-header a.logo {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 0 50px;
  float: left;
  cursor: pointer;
}

div#about-header a.to-form {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin: 10px;
  float: right;
  background-color: #D14532;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 50px;
  transition-duration: .5s;
}

div#about-header a.to-form:hover {
  background-color: #FF543D;
}

div#about-summary {
  background: transparent;
  /*background-repeat: repeat-y;*/
  text-align: center;
  padding: 1px;
}

div#about-summary h1, div#about-summary h3, div#about-summary p {
  color: #FFF;
  font-weight: 300;
}

div#about-body { 
  background: #FFF; 
  font-family: 'Roboto', sans-serif;
  padding: 30px 40px;
}

div.about-copy {
  width: 85%;
  margin: 0 auto 50px;
  background-color: rgba(0, 0, 0, 0.4);
}

div.about-copy h1 {
  display: inline-block;
  font-size: 30px;
  padding: 10px;
  border-bottom: 4px solid #FFF;
  width: auto;
  margin: 0 auto;
}

div.about-copy h3 {
  font-size: 25px;
  line-height: 32pt;
  margin: 50px auto 30px;
}

div.about-copy p {
  font-size: 18px;
  line-height: 32pt;
}

div#about-faces {
  background: #FFF;
  margin: 0;
  padding: 10px;
}

div#about-faces h3 {
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  width: fit-content;
  margin: 30px auto;
  border-bottom: 4pt solid #000;
  padding: 10px 30px;
}

div#faces-container {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 30px auto;
  width: 95%;
  justify-content: center;
  -webkit-justify-content: center;
}
div#statement-container {
  margin: 30px auto;
  width: 95%;
	max-width:900px;
  justify-content: center;
  -webkit-justify-content: center;
}
h3#statement-title {
  width: 95%;
	max-width:900px;
  justify-content: center;
  -webkit-justify-content: center;
}

div.citizen-box {
  width: 250px;
  margin: 15px 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  padding: 15px;
}

div.citizen-pic {
  height: 200px;
  width: 200px;
  border-radius: 150px;
  margin: 10px auto 15px;
  box-shadow: 0px 0px 10px #B2B2B2;
}

div.citizen-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 5px auto 5px 30px;
}

div.citizen-box a {
  color: #0BB3DB;
  text-decoration: none;
  margin: 5px auto 5px 30px;
}

a#legal {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #000;
  opacity: .36;
  text-align: center;
  margin: 200px auto 75px;
  text-decoration: none;
  display: block;
}

div#zephyr {
  background: url("assets/img/zephyr.png");
}

div#matt {
  background: url("assets/img/matt.jpg");
}

div#lina {
  background: url("assets/img/lina.jpg");
}

div#barry {
  background: url("assets/img/barry.jpg");
}

div#sarah {
  background: url("assets/img/sarah.jpg");
}

/* Privacy Policy Styles */

div#privacy-banner {
  background: url("assets/img/starry-about.svg");
  background-repeat: repeat;
  text-align: center;
  padding: 1px;
}

div#privacy-banner h1 {
  color: #FFF;
  font-weight: 300;
}
div.privacy-body { 
  background: #FFF; 
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 30px 40px;
}

div#privacy-copy {
  background: #FFF;
  margin: 0;
  padding: 30px 50px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 800px) {
  div#scroll-down {
    display: none;
  }

  div.float-40 {
    float: none;
    width: 90%;
    min-width: 270px;
    text-align: center;
    margin: 80px auto 30px auto;
  }

  #evil p.desktop-CTA {
    display: none;
  }

  #form-div p.mobile-CTA {
    display: block;
    text-align: center;
  }

  div#tentacle-4 {
    width: 80%;
    position: absolute;
    left: 60%;
    z-index: 240;
    top: -40px;
  }

  div#form-div {
    width: 100%;
    float: none;
    margin-top: 45px;
    position: relative;
    z-index: 1000;
  }

  div#tentacle-3 {
    width: 100%;
    position: relative;
    left: -25%;
    top: 0;
    z-index: 200;
  }

  div#box-2 {
    background: url(assets/img/bubbles-1.svg) repeat, -webkit-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
    background: url(assets/img/bubbles-1.svg) repeat, -moz-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
    background: url(assets/img/bubbles-1.svg) repeat, -ms-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
    background: url(assets/img/bubbles-1.svg) repeat, -o-linear-gradient(top, #76FFCD, #25D2C1, #009DB1);
    text-align: center;
    padding-top: 100px;
    background-attachment: fixed;
    background-size: 100%, 150%;
  }

  div#tentacle-1 {
    position: absolute;
    width: 70%;
    left: -40%;
  }

  div#tentacle-2 {
    width: 80%;
    position: absolute;
    left: 50%;
  }

  hr.white-bar {
    width: 15%;
    border: 2px solid #FFF;
    margin: 100px auto;
    position: relative;
    background-color: #FFF;
  }

  div#octopus-1 {
    position: relative;
    margin: auto;
    top: 5vw;
  }

  div#octopus-1 img#l-tent {
    width: 60%;
    position: absolute;
    left: -20%;
    z-index: 20;
    margin-top: 20px;
    -webkit-animation: float-1 6s ease-in-out infinite .75s alternate;
    -moz-animation: float-1 6s ease-in-out infinite .75s alternate;
    animation: float-1 6s ease-in-out infinite .75s alternate;
  }

  div#octopus-1 img#r-tent {
    width: 60%;
    position: absolute;
    left: 60%;
    z-index: 21;
    margin-top: 20px;
    -webkit-animation: float-1 6s ease-in-out infinite alternate;
    -moz-animation: float-1 6s ease-in-out infinite alternate;
    animation: float-1 6s ease-in-out infinite alternate;
  }

  div#money-1 {
    display: none;
  }

  div#money-2 {
    display: none;
  }

  div.story-text {
    width: 75%;
  }

  div.alt-story {
    margin-top: 5%;
    width: 75%;
  }

  div#money-3 {
    width: 30%;
    margin: 75px auto 0 auto;
  }

  div.timeline-text {
    width: 75%;
    margin: auto;
    padding-top: 100px;
  }

  div.static {
    position: static;
  }

  div.static h4 {
    position: static;
  }

  div.timeline-text-initial {
    width: 75%;
    margin: auto;
    padding-top: 100px;
  }

  hr.timeline-hr-long {
    border: 2px solid #FFF;
    width: 225px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 170px auto;
    background-color: #FFF;
  }

  div#box-4 {
    background: url(assets/img/bubbles-2.svg) repeat, -webkit-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
    background: url(assets/img/bubbles-2.svg) repeat, -moz-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
    background: url(assets/img/bubbles-2.svg) repeat, -ms-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
    background: url(assets/img/bubbles-2.svg) repeat, -o-linear-gradient(top, #25D2C1, #009DB1, #0074A5);
    text-align: center;
    background-attachment: fixed, fixed;
    background-size: 100%, 100%;
    padding-top: 10%;
    padding-bottom: 1px;
    margin-bottom: -70px;
    position: relative;
    background-size: 100%, 150%;
  }

  div#email-compose {
    min-width: 270px;
    width: 90%;
    background-color: #FFF;
    margin: auto;
    -moz-box-shadow: 3px 3px 10px #232323;
    -webkit-box-shadow: 3px 3px 10px #232323;
    box-shadow: 3px 3px 10px #232323;
  }

  #email-container div#email-body {
    padding: 10px 20px 2px 20px;
    height: 100%;
  }

  div#octopus-2 {
    width: 100%;
    position: relative;
    top: 0px;
  }

  div.action-text {
    width: 75%;
    margin: auto;
    padding-top: 100px;
    position: relative;
    z-index: 999;
  }

  div#action-form {
    z-index: 999;
  }

  div#seaweed-1 {
    width: 30%;
    position: absolute;
    left: 95%;
  }

  div#tentacle-8 {
    display: none;
  }

  img#botleft {
    width: 50%;
    position: relative;
    right: 20%;
    -webkit-animation: float-1 6s ease-in-out infinite .75s alternate;
    -moz-animation: float-1 6s ease-in-out infinite .75s alternate;
    animation: float-1 6s ease-in-out infinite .75s alternate;
  }

  img#botmid {
    width: 45%;
    position: relative;
    right: 20%;
    -webkit-animation: float-1 6s ease-in-out infinite alternate;
    -moz-animation: float-1 6s ease-in-out infinite alternate;
    animation: float-1 6s ease-in-out infinite alternate;
    margin-bottom: -20%;
  }

  img#bothead {
    width: 40%;
    position: relative;
    bottom: 25vw;
    left: 40%;
  }

  div#tentacle-money {
    position: absolute;
    width: 50%;
    left: -35%;
    margin-top: 100px;
    display: none;
  }

  a.donate {
    width: 75%;
  }

  #evil h1 {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 40px;
  }

  #evil p {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
  }

  .story-text h2 {
    color: #FFF;
    font-weight: 400;
    font-size: 25px;
  }

  .story-text h3 {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 0;
  }

  .story-text h4 {
    font-size: 40px;
    margin-top: 0;
    color: #FFF;
    margin-bottom: 30px;
  }

  .story-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
  }

  .timeline-text h4 {
    font-size: 40px;
    margin: 0 auto;
    color: #FFF;
    position: relative;
    z-index: 5000;
  }

  .timeline-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    position: relative;
  }

  .action-text h4 {
    font-size: 30px;
    margin: 0 auto;
    color: #FFF;
  }

  .action-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
  }

  .action-text h4 {
    font-size: 25px;
    margin: 0 auto;
    color: #FFF;
  }

  .action-text h2 {
    color: #FFF;
    font-weight: 400;
    font-size: 27px;
  }

  div#floating-header {
    transform: translateY(100%);
    background-size: cover;
    background-position: left top;
    transition: all 1s ease-out;
    bottom: 0%;
  }

  div#floating-header.appear.disappear {
    opacity: 0;
    transform: translateY(100%);
  }

  div#seaweed-critter {
    width: 50%;
    position: absolute;
    bottom: 3vh;
  }

  div#keep-reading {
    top: 73%;
  }

  .action-text.left-float {
    float: none;
    width: 75%;
    text-align: center;
    margin: auto;
  }

  .action-text.right-float {
    width: 75%;
    float: none;
    padding-left: 10%;
    margin-right: auto;
    padding-top: 40px;
  }

  i.fa.fa-check-square-o {
    transform: translate(-35px, 1px);
    font-size: 26px;
  }

}

@media screen and (max-width: 575px) {
  
  div#can_embed_form_inner input[type="text"] {
    float: none;
  }

  div#can_embed_form_inner input[type="email"] {
    float: none;
  }

  input#form-email {
    width: 100%;
  }

  input#form-zip_code {
    width: 100%;
    margin: 8px 0 0 0;
  }

  /*div#can_embed_form_inner input#phone {
    width: 100%;
    float: none;
  }*/

  input[type="submit"] {
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }

}

@media screen and (max-width: 475px) {
  div#floating-header {
    text-align: center;
  }

  div#floating-header h1 {
    margin: 10px auto;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    float: none;
  } 

  div#keep-reading {
    top: 73%;
  }

  textarea#letter_text {
    min-height: 300px;
  }

  div#action-share a#share-fb {
    padding: 0;
    margin: 10px auto;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 55px;
  }

  div#action-share a#share-donate {
    padding: 0;
    margin: 10px auto;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 55px;
  }
}

@media screen and (max-width: 350px) {
  div#floating-header a.logo {
    margin: 0 auto 0 20px;
  }

  div#floating-header a.to-form {
    margin: 10px 20px 10px 10px;
  }

  div#about-header a.logo {
    margin: 0 auto 0 20px;
  }

  div#about-header a.to-form {
    margin: 10px 20px 10px 10px;
  }

  textarea#letter_text{
    min-height: 380px;
  }
}

.paper {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 -10px 0 -5px #eee,
    /* The second layer shadow */
    0 -10px 1px -4px rgba(0,0,0,0.15),
     /* The third layer */
    0 -20px 0 -10px #eee,
    /* The third layer shadow */
    0 -20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
	    border: 1px solid rgba(0,0,0,0.08);
    margin: 30px;
}
#ctabox {
	
    background-color: #efefef;
box-sizing:border-box;padding:40px; font-size:20px;font-weight:bold;text-align:left;
}
#ctabox a {
	
    display: block;
    color: #FFF;
    text-decoration: none;
    margin: 0 0 0 30px;
    float: right;
    background-color: #D14532;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    /* margin-right: 50px; */
    font-size: 18px;
    transition-duration: .5s;

}
@media screen and (max-width: 1118px) {
	div#about-summary h3.makesmaller { font-size: 23px;}
}
@media screen and (max-width: 1000px) {
	div#about-summary h3.makesmaller { font-size: 21px;}
}
@media screen and (max-width: 800px) {
	div#about-summary h3.makesmaller { font-size: 17px;
    line-height: 24px;}
}

@media screen and (max-width: 716px) {
	#ctabox {
	text-align:center;
}
	#ctabox a {
	
    display: block;clear:both;
		float:none;margin:0 auto;margin-bottom:30px;
	}
}


/* Petition Page */
h1.take-action-title { width: 170px; }

div.action-body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  padding: 30px 40px;
}

div.action-body p {
  font-size: 18px;
}

div.action-body li {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

div.action-copy {
  float: left;
  width: 55%;
}

div.action-copy.no-form {
  float: left;
  width: 49%;
}

div.action-body p.action-cta {
  color: #7630B0;
  font-size: 20px;
  font-weight: 700;
}

div.action-body span.action-cta {
  font-weight: 700;
}

div.action-form-div {
  float: right;
  margin: 35px auto 0;
  width: 42%;
}

div.action-form-div.no-form {
  float: right;
  margin: 35px auto 0;
  width: 48%;
}

div.action-form-div.alt {
  margin: 15px auto 0;
  width: 49%; 
}

div.action-form-div input {
  outline: none;
}

div#can_embed_form_inner input[type="text"]:focus,
div#can_embed_form_inner input[type="email"]:focus {
  border: 2px solid #FF543D;
}

input[type="submit"]:focus {
  background: #FF543D;
}

div.action-form {
  background: #F7F7F7;
  border-radius: 10px;
  border-top: 5px solid #FF543D;
  box-sizing: border-box;
  font-family: 'Open Sans',sans-serif;
  padding: 15px 30px;
  width: 100%;
}

div.action-form label { display: none !important; }

div.action-form h6 {
  font-weight: 400;
  margin: 15px auto;
}

div.action-form input,
div.action-form input#form-first_name,
div.action-form input#form-last_name,
div.action-form input#form-email,
div.action-form input#form-zip_code,
div.action-form input#phone {
  display: block;
  float: none;
  margin: 10px auto;
  width: 100%;
}

@media screen and (max-width: 799px) {
  div.action-copy {
    float: none;
    width: 100%;
  }

  div.action-form-div {
    float: none;
    width: 100%;
  }
}
div.action-body p a {
  color: #000;
}
div.action-body p a:hover,
div.action-body p a:focus {
  color: #FF543D;
}
footer {
  background: transparent;
  color: #FFF;
  padding: 30px 40px 40px;
  text-align: center;
}
footer p {
  font-size: 14px;
  font-weight: 300;
  opacity: .8;
}
footer a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  opacity: .8;
}
footer a.story { 
  font-size: 16px;
  text-decoration: none; 
  transition-duration: .4s;
}
footer a.story i {
  left: 5px;
  position: relative;
  top: 1px;
  transition-duration: .3s;
}
footer a:hover,
footer a:focus {
  opacity: 1;
}
footer a:hover i,
footer a:focus i {
  left: 7px;
}
footer span { opacity: .8; }
footer hr {
  background-color: #FFF;
  border: 0;
  height: 1px;
  margin: 20px auto;
  opacity: .8;
  width: 350px;
}