@font-face {
  font-family: 'Museo Sans';
  src: url('MuseoSans-300.eot');
  src: url('MuseoSans-300.eot?#iefix') format('embedded-opentype'),
    url('MuseoSans-300.woff') format('woff'),
    url('MuseoSans-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('MuseoSans-500.eot');
  src: url('MuseoSans-500.eot?#iefix') format('embedded-opentype'),
    url('MuseoSans-500.woff') format('woff'),
    url('MuseoSans-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('MuseoSans-700.eot');
  src: url('MuseoSans-700.eot?#iefix') format('embedded-opentype'),
    url('MuseoSans-700.woff') format('woff'),
    url('MuseoSans-700.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: 'Museo Sans', sans-serif;
  font-size: 10px;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 700px;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.26;
  font-weight: 700;
}

.hide-fully {
  visibility: hidden;
  display: none;
}

.btn {
  display: block;
  border-radius: 5px;
  background-image: linear-gradient(111deg, #ff6c5d, #e74c3c);
  color: #fcfcfc;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  padding: 13px 100px;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}

.btn.btn-secondary {
  border: 1px solid;
  background: transparent;
  background-image: none;
  margin-top: 2rem;
}

.btn.disabled {
  opacity: 0.5;
  cursor: default;
}

button.btn {
  width: 100%;
}

.buttons-container {
  height: 50px;
}

.buttons-container:after {
  content: '';
  clear: both;
  display: table;
}

.g-btn {
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 13px 0;
  font-weight: 300;
  color: #7e7e7e;
  width: 24%;
  float: left;
  margin-right: 1%;
  text-align: center;
  cursor: pointer;
}

.g-btn:last-of-type {
  margin-right: 0;
}

.g-btn.active {
  border: solid 1px #dddddd;
  font-weight: bold;
}

.error {
  color: #e74c3c;
  font-size: 1.2rem;
}

a.subtle-link,
a.subtle-link:hover,
a.subtle-link:visited,
a.subtle-link:active,
a.subtle-link:focus {
  color: inherit !important;
  text-decoration: underline;
}

/* STEPS */
#step1,
#step2,
#step3,
#step4 {
  width: calc(100% - 40px);
  overflow: hidden;
}

@media (max-width: 700px) {

  #step1,
  #step2,
  #step3,
  #step4 {
    padding: 10px !important;
    width: calc(100% - 20px);
  }
}

/* STEP 1 */
#step1 {
  padding: 20px;
  position: relative;
  transition: opacity 0.5s ease;
  z-index: 5;
}

#step1.fadeout {
  opacity: 0;
}

#step1 .top {
  position: relative;
  height: 200px;
  background-image: linear-gradient(110deg, #ff6c5d, #e74c3c);
  border-radius: 10px 10px 0 0;
}

#step1 .middle .logo-placeholder {
  background-color: black;
  width: 100px;
  height: 80px;
}

#step1 .banner {
  margin-left: -20px;
  margin-top: -75px;
  margin-bottom: 20px;
  position: relative;
  max-width: calc(100% + 40px);
  border-radius: 10px 10px 0 0;
}

#step1 .middle,
.manage-subscription .top {
  background-color: #fcfcfc;
  position: relative;
  z-index: 1;
  padding-top: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#step1 .middle .p20 {
  padding: 20px;
}

#step1 .middle .hero,
#step4 .hero {
  height: 180px;
  background-size: cover;
  background-position: center;
  /* border-radius: 10px 10px 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 600px) {

  #step1 .middle .hero,
  #step4 .middle .hero {
    height: 300px;
  }
}

#step1 .middle .logo {
  margin-left: 20px;
  margin-top: 20px;
  max-width: 200px;
}

#step1 .middle .hero.sm {
  height: 75px;
}

#step1 .middle2 {
  background-color: #fcfcfc;
  position: relative;
  z-index: 1;
  padding: 20px;
}

#step1 .bottom,
#step2 .bottom,
#step3 .bottom,
.manage-subscription .bottom,
.payment-step .bottom,
section .bottom,
.story .bottom,
.event .bottom {
  padding: 20px;
  text-align: center;
}

#step1 .bottom p,
#step2 .bottom p,
#step3 .bottom p,
.manage-subscription .bottom p,
.payment-step .bottom p,
section .bottom p,
.story .bottom,
.event .bottom {
  margin-top: 25px;
  font-size: 1.4rem;
  color: #7e7e7e;
  line-height: 1.57;
}

#step1 .suggested {
  color: #7e7e7e;
  text-align: right;
  width: 100%;
  display: block;
}

.monthly-ask {
  height: auto;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin: 10px 0;
  padding: 10px 13px;
  width: calc(100% - 26px);
}

.monthly-ask::after {
  content: '';
  clear: both;
  display: table;
}

.monthly-ask .left {
  float: left;
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #7e7e7e;
}

.monthly-ask .left h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #363131;
  margin-bottom: 5px;
  margin-top: 0;
}

.monthly-ask .right {
  float: right;
  width: 30%;
  text-align: right;
}

.monthly-ask .right .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.monthly-ask .right .switch input {
  display: none;
}

.monthly-ask .right .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.monthly-ask .right .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: '';
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

.monthly-ask .right input:checked+.slider {
  background-color: #66bb6a;
}

.monthly-ask .right input:checked+.slider:before {
  transform: translateX(26px);
}

.monthly-ask .right .slider.round {
  border-radius: 34px;
}

.monthly-ask .right .slider.round:before {
  border-radius: 50%;
}

/*end of ma*/

.meter {
  height: 10px;
  position: relative;
  border-radius: 100px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  /*padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);*/
}

.meter>span {
  display: block;
  height: 100%;
  border-radius: 100px;
  background-color: #e74c3c;
  background-image: linear-gradient(95deg, #ff6c5d, #e74c3c);
  position: relative;
  overflow: hidden;
  animation: expandWidth 1s linear;
  width: 75%;
  max-width: 100%;
}

.meter>span:nth-of-type(2) {
  position: absolute;
  top: 0;
  opacity: 0.5;
  transition: width 0.5s linear;
}

@keyframes expandWidth {
  0% {
    width: 0;
  }

  50% {
    width: 65%;
  }

  100% {
    width: 75%;
  }
}

#step2 {
  padding: 20px;
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease;
  /* left: 100%; */
  left: 0;
  top: 0;
  max-width: 660px;
  opacity: 0;
}

#step2.in {
  /* left: 0;*/
  z-index: 5;
  opacity: 1;
}

#step2.fadeout {
  opacity: 0;
}

@media screen and (min-width: 701px) {
  #step2 {
    left: calc(50vw - 350px);
  }
}

#step2 form {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 20px;
}

#step2 h5 {
  font-weight: normal;
  font-size: 14px;
}

#step2 h5 img {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

#step1 .amount-container {
  position: relative;
  margin: 20px 0;
}

#step1 .amount-container .usd {
  position: absolute;
  bottom: 3px;
  left: 15px;
  line-height: 60px;
  font-size: 3rem;
  font-weight: 300;
  color: #363131;
  margin-bottom: 21px;
}

#step2 form input,
#donor-form input {
  border: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  height: 45px;
  line-height: 45px;
  padding-left: 13px;
  font-size: 1.4rem;
  color: #7e7e7e;
  width: calc(100% - 13px);
  margin: 5px 0;
}

#step2 form .big {
  font-size: 3rem;
  line-height: 6rem;
  height: 60px;
  color: #7e7e7e;
  text-align: right;
  margin-top: 20px;
}

#step2 form .tip-jar {
  height: auto;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin: 10px 0;
  padding: 10px 13px;
  width: calc(100% - 26px);
}

#step2 form .tip-jar::after {
  content: '';
  clear: both;
  display: table;
}

#step2 form .tip-jar .left {
  float: left;
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #7e7e7e;
}

#step2 form .tip-jar .left h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #363131;
  margin-bottom: 5px;
  margin-top: 0;
}

#step2 form .tip-jar .right {
  float: right;
  width: 30%;
  text-align: right;
}

#step2 form .tip-jar .right .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

#step2 form .tip-jar .right .switch input {
  display: none;
}

#step2 form .tip-jar .right .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

#step2 form .tip-jar .right .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: '';
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

#step2 form .tip-jar .right input:checked+.slider {
  background-color: #66bb6a;
}

#step2 form .tip-jar .right input:checked+.slider:before {
  transform: translateX(26px);
}

#step2 form .tip-jar .right .slider.round {
  border-radius: 34px;
}

#step2 form .tip-jar .right .slider.round:before {
  border-radius: 50%;
}

#step2 form .monthly-disclaimer {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #7e7e7e;
  display: none;
}

#step2 form .monthly-disclaimer.show {
  display: block;
}

#donation-amount {
  border: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 0 13px;
  width: calc(100% - 26px);
  margin: 5px 0;
  font-size: 3rem;
  line-height: 6rem;
  height: 60px;
  color: #7e7e7e;
  text-align: right;
  margin-top: 20px;
}

#step2 form .state-zip-wrap {}

#step2 form .state-zip-wrap input {
  width: 45%;
  float: left;
}

#step2 form .state-zip-wrap input:nth-of-type(2) {
  margin-left: 1%;
}

#step2 form .state-zip-wrap::after {
  content: '';
  clear: both;
  display: table;
}

#step2 #back-btn {
  font-size: 1.2rem;
  cursor: pointer;
}

#step3 {
  padding: 20px;
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease;
  left: 0;
  top: 0;
  max-width: 660px;
  opacity: 0;
}

#step3.in {
  /*left: 0;*/
  z-index: 8;
  opacity: 1;
}

@media screen and (min-width: 701px) {
  #step3 {
    left: calc(50vw - 350px);
  }
}

#step3 .thank-you {
  background-color: #fcfcfc;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

#step3 .thank-you hr {
  border-color: rgba(0, 0, 0, 0.1);
}

#step3 .thank-you .share-container {
  margin: 20px 0;
}

#step3 .thank-you .share-container .shares {
  margin-top: 20px;
}

#step3 .thank-you .share-container .shares #copylink {
  margin: 10px 0;
  width: calc(100% - 40px);
  height: 40px;
  border: 0;
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.4);
}

#step3 .thank-you .share-container .shares #share-copy-link {
  cursor: pointer;
  width: 100px;
  margin-left: -100px;
  height: 40px;
  background-color: lightgray;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  line-height: 40px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

#step3 .thank-you .share-container .shares #share-copy-link.copied {
  background-color: #3cba54;
  color: #fff;
}

#step3 .thank-you .share-container .shares #share-copy-link .done {
  display: none;
}

#step3 .thank-you .share-container .shares #share-copy-link.copied .done {
  display: inherit;
}

#step3 .thank-you .share-container .shares #share-copy-link.copied .default {
  display: none;
}

/* Mobile form zooming */
#step2 form input[type='color'],
#step2 form input[type='date'],
#step2 form input[type='datetime'],
#step2 form input[type='datetime-local'],
#step2 form input[type='email'],
#step2 form input[type='month'],
#step2 form input[type='number'],
#step2 form input[type='password'],
#step2 form input[type='search'],
#step2 form input[type='tel'],
#step2 form input[type='text'],
#step2 form input[type='time'],
#step2 form input[type='url'],
#step2 form input[type='week'],
#step2 form select:focus,
#step2 form textarea {
  font-size: 16px;
}

table#t-address {
  width: 100%;
}

table .third {
  width: 33%;
}

.manage-subscription {
  padding: 20px;
}

.manage-subscription .cancelled {
  display: none;
}

.manage-subscription .cancel-error {
  display: none;
  color: red;
  margin: 10px 0;
}

.manage-subscription .top {
  padding: 20px;
}

/* STRIPE */
.stripe-form .group {
  background: #f4f4f4;
  /*box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);*/
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  height: 50px;
}

.stripe-form label {
  position: relative;
  color: #8898aa;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  display: block;
}

.stripe-form .group label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

.stripe-form label>span {
  width: 20%;
  text-align: right;
  float: left;
}

.stripe-form .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325f;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  width: 100%;
  height: 40px;
  float: right;
}

.stripe-form .field::-webkit-input-placeholder {
  color: rgba(49, 50, 95, 0.8);
}

.stripe-form .field::-moz-placeholder {
  color: rgba(49, 50, 95, 0.8);
}

.stripe-form .field:-ms-input-placeholder {
  color: rgba(49, 50, 95, 0.8);
}

.stripe-form button {
  float: left;
  display: block;
  background: #666ee8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

.stripe-form button:focus {
  background: #555abf;
}

.stripe-form button:active {
  background: #43458b;
}

.stripe-form .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

.stripe-form .success,
.stripe-form .error {
  display: none;
  font-size: 13px;
}

.stripe-form .success.visible,
.stripe-form .error.visible {
  display: inline;
}

.stripe-form .error {
  color: #e4584c;
}

.stripe-form .success {
  color: #666ee8;
}

.stripe-form .success .token {
  font-weight: 500;
  font-size: 13px;
}

#step1 .img-wrapper,
#step2 .img-wrapper,
#step3 .img-wrapper,
#step4 .img-wrapper {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
}

#step1 .img-child,
#step2 .img-child,
#step3 .img-child,
#step4 .img-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#donor-form select {
    cursor: pointer;
    padding: 0 15px;
    font-size: 16px;
    background: #F9F8F8;
    border: 1px solid #DDDDDD;
    margin: 0;
    height: 57px;
    color: #363131;
    line-height: 0;
    border-radius: 10px;
    width: 100%;
}

#step2 #donor-form select,
#donor-form .donor-info select {
    border-radius: 5px;
    background-color: #f4f4f4;
}

.event #donor-form .donor-info select {
    margin-bottom: 8px;
    vertical-align: middle;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.g-recaptcha > div {
    margin: 10px auto;
}