@charset "UTF-8";

:root {
  --mainColor: #0578FF;
  --bgColor: #EFEFEF;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');

body,
input,
select {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

img {
  width: 100%;
}

h3 {
  color: #fff;
  font-weight: bolder;
}

a {
  text-decoration: underline;
}

.logo {
  width: 200px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 15px auto auto;
}

.mobile-logo {
  display: none;
}

@media screen and (min-width: 992px) {
  .content::before {
    content: "";
    height: 100vh;
    width: 99%;
    position: fixed;
    background: rgb(2, 0, 36);
    background: linear-gradient(9deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    left: 0;
    z-index: 2;
  }
}


.content {
  width: 100%;
  position: absolute;
  background: url("../images/bg.jpg") no-repeat 100% center / 150%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 300px;
  overflow-y: auto;
}

form header {
  text-align: center;
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

form header h1 {
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--mainColor);
}

form header h1 span {
  display: block;
  font-size: 1.35em;
}

form header p {
  font-size: 16px;
  line-height: 22px;
}

form input,
form select,
form label {
  width: 100%;
}

form input[type="text"],
form input[type="email"],
form select {
  border-radius: 2px;
  background-color: #fcfcfc;
  border: 1px solid #c7c7c7;
  font-size: medium;
  padding: 0 10px 0;
}

.step-2 input,
.step-2 select,
.step-3 input,
.step-3 select {
  font-size: 16px !important;
  font-family: "Source Sans Pro", "Open Sans", Monsterrat, "Courier New",
    sans-serif;
  color: rgb(64, 64, 64);
  height: 40px;
  width: 100%;
  outline: none;
}

label:not(.accept-label) {
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.24px;
  color: #6a6a6a;
  text-transform: uppercase;
  margin: 10px 0 0;
}

form input[type="text"]:not(.gift-amount-other),
form input[type="email"],
form select {
  height: 42px;
}

form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  align-self: center;
  position: relative;
  top: 5px;
}


/* form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../images/arrow-down.png') no-repeat 97% center / 15px;
    color: #707070;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

form select:hover,
form input:not(.gift-amount-other):hover {
  outline: 3px solid #add8e6;
  border-radius: 2px;
  background-color: #fcfcfc;
}

.form-inner {
  background: #fff;
  position: relative;
  padding: 30px 20px 20px;
  display: none;
}

.form-inner.step-visible {
  display: block;
}

.step-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1e1e23;
  border-radius: 50%;
  background-color: #1e1e23;
  color: #efefef;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
}

.form-inner-spacer {
  height: 10px;
}

.logo-container,
.form-container {
  position: absolute;
  right: 0;
  left: 30%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  min-width: 625px;
  max-width: 625px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 3;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .logo-container,
  .form-container {
    left: 55% !important;
  }

  body,
  input,
  select {
    font-family: sans-serif !important;
  }
}

.form-container {
  top: 120px;
}

.form-container form {
  background-color: #fefefe;
}

.donation-choice-container {
  padding: 0 10px 0 0;
}

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

body .donation-choice {
  margin: 10px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 70px;
  min-height: 80px;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-weight: 600;
  color: #000;
}

#gift {
  width: 100%;
  padding: 0 2%;
}

body .donation-choice:hover,
.donation-choice:focus {
  text-decoration: none;
  border-color: var(--mainColor);

  outline: 3px solid #add8e6;
  border-radius: 2px;
}

body .donation-selected,
.donation-selected:active {
  background-color: var(--mainColor);
  color: #fff;
  border: 1px solid #122a4a;
}

.donation-other .gift-amount-other {
  height: 33px;
  padding-left: 12px;
}

.donation-other {
  position: relative;
}

.donation-other input {
  width: 100%;
  align-self: flex-end;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.price-mark {
  left: 0px;
  font-weight: bold;
  top: 5px;
  left: 3px;
  font-size: 130%;
  color: rgba(51, 51, 51, 0.55);
}

#gift {
  padding: 20px 12px;
}

#gift::before {
  content: "$";
  display: inline-block;
  color: #777;
  position: absolute;
  z-index: 99;
  margin: 10px 10px 0px;
}

#giftAmount {
  padding-left: 25px;
}

#gift-4 {
  padding: 2%;
}

.form-button,
button:not(.close) {
  height: 45px;
  width: 175px;
  border: 1px solid #e03e52;
  border-radius: 6px;
  background-color: #e03e52;
  line-height: 18px;
  font-weight: 600;
  color: #fefefe;
  outline: none;
  margin: 10px auto;
  display: block;
  font-size: inherit;
  font-family: "ibm-plex-mono", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.payment-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 240px;
  min-height: 50px;
  width: 100%;
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: #fefefe;
  border-radius: 3px;
  font-weight: 600;
}

.payment-type i {
  content: url("../images/card.svg");
  width: 18px;
  height: 16px;
  margin-right: 5px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.bold {
  font-weight: 700;
}

.submit-container {
  text-align: right;
}

.submit-container img {
  max-width: 250px;
  margin: auto;
  display: block;
}
.submit-container .charity-navigator {
  max-width: 100px; 
  margin: 1em auto 0 auto;
}
.bottom-info {
  bottom: 0;
  padding: 2em;
}

.bottom-info .row {
  flex-wrap: nowrap;
  padding-top: 2em;
}

.bottom-info.show-mobile .row {
  flex-wrap: wrap;
  padding-top: 2em;
}

.bottom-info h5 {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}

.bottom-info h6,
.bottom-info h5,
.bottom-info p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.bottom-info.show-mobile h6,
.bottom-info.show-mobile h5,
.bottom-info.show-mobile p {
  color: var(--mainColor);
  text-align: center;
  margin: 0;
}

.bottom-info h6 {
  flex-basis: 100%;
}

.bottom-info.show-mobile h6 {
  color: #757576;
  line-height: 1.2em;
}

.bottom-info.show-mobile {
  background: var(--bgColor);
}

.submit-container {
  padding: 2em 0;
  background-color: var(--bgColor);
}

.bottom-info.show-mobile .icon {
  filter: invert(60%) sepia(80%) saturate(3590%) hue-rotate(204deg) brightness(102%) contrast(101%);
}

.bottom-info .icon {
  height: 25px;
}

.bottom-info .icon img {
  max-width: 25px;
  margin: auto;
  display: block;
}

.bottom-info img,
.bottom-info svg {
  max-width: 100%;
  margin: auto;
}

.bottom-info .row>div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 5px;
}

.bottom-info.show-mobile .row>div {
  margin-top: 1em;
}

body form .fw-normal {
  font-weight: normal;
}

.seal img {
  max-width: 95px;
}

.terms {
  background-color: #fcfcfc;
  border: 1px solid #c7c7c7;
  padding: 10px;
  height: 100px;
  overflow-y: scroll;
}

.email-opt-in {
  width: 15px;
  height: 15px;
  align-self: flex-end;
  display: flex;
}

.submit {
  background-color: #122a4a;
  font-weight: bolder;
  border-color: #1a58a3;
  text-transform: uppercase;
  color: #fff;
}

.step-2,
.step-3 {
  position: relative;
  margin-top: 10px;
  padding: 40px 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.step-3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mobile-hero {
  width: 100%;
  background: url("../images/bg-mobile.jpg") no-repeat center center / cover;
  min-width: 100%;
  min-height: 217px;
}

footer {
  background-color: #fefefe;
}

.footer-info {
  background: none repeat scroll 0 0 #242d3a;
  padding: 10px;
}

.footer-info p {
  color: #fff;
  margin: 0;
}

footer a {
  color: #fff;
}

footer a:focus,
footer a:hover {
  color: #fff;
}

.cc-img {
  max-width: 200px;
  margin-bottom: 5px;
}

.donation-statement {
  font-size: 22px;
  margin-top: 15px;
  margin-left: 10%;
  line-height: 1.4em;
}

.donation-effect-list {
  color: var(--mainColor);
  max-width: 400px;
  margin: 0.75em auto 1em auto;
  font-size: 1em;
}

@media screen and (max-width:767px) {
  .donation-effect-list {
    padding-left: 1em;
  }

  .donation-effect-list li {
    max-width: 80%;
  }
  .donation-statement {
    margin-left: 0;
  }
}

.donation-effect-list li::marker {
  font-size: 1.5em;
}

.mobile-seal {
  max-width: 50px;
  margin-top: -60px;
  right: 10px;
  position: absolute;
}

.total-donation-container {
  font-size: 100%;
  display: flex;
  margin-left: 10%;
}

.total-donation {
  order: 2;
  padding-left: 5px;
}

img[alt="CAPTCHA"] {
  max-width: 150px;
  height: auto;
}

/*///////ERRORS////////*/

.other-error {
  background-color: #f8f8f8;
  border-color: #c41e3a;
  color: #c41e3a;
}

.other-error #gift .donation-other input {
  border-color: #c41e3a;
}

.error-msg {
  color: #c41e3a;
  font-size: 100%;
}

label.error {
  color: #c41e3a;
}

input[type="checkbox"].error+div {
  background-color: red;
  padding: 2px;
}

.error label.accept-label {
  color: red;
}

/* .error + input {
    border: 2px solid #c41e3a;
} */

.error+img+input {
  border: 2px solid #c41e3a;
}

input.error,
select.error {
  border: 2px solid #c41e3a !important;
}
.captcha.error {
  color: #c41e3a;
}
/* .error input, .error select{
    border: 2px solid
    #c41e3a !important;
} */

@media screen and (min-width: 48em) {
  form header h1 span {
    min-width: 500px;
    margin-left: -12%;
  }
  .step-counter {
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
  }

  .show-mobile {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

}

@media screen and (max-width: 767px) {

  form header {
    position: relative;
  }

  body .content .logo-container {
    z-index: 999;
    right: 10px;
    left: unset;
    margin: unset;
    min-width: auto;
    width: auto;
  }

  form header h1 {
    position: absolute;
    color: #fff;
    font-size: 1.25em;
    right: 10px;
    bottom: 45%;
    text-align: right;
  }

  form header h1 span {
    font-size: 2.15em;
  }

  body .content,
  body .content .form-container {
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
  }

  body form header {
    padding: 0 0 20px 0;
  }

  form header p {
    padding: 10px 20px 0;
  }

  body .content .form-container {
    padding: 0;
  }

  .donation-effect-list {
    background: url('../images/seal.png') no-repeat right bottom / 50px;
  }

  body .content {
    background: none;
  }

  body .content,
  body form {
    padding: 0;
  }

  body form .form-container .form-inner {
    padding: 10px;
  }

  body form .step-counter {
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
  }

  body form .form-container .form-inner .row div {
    padding: 0;
  }

  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  #container .row .p-0-on-small {
    padding: 0;
  }

  #donationAmount .row .col-12 {
    padding: 0;
  }

  /* #container .row > div {
		padding: 10px;
	} */

  body .price-mark {
    top: 8px;
  }

  .form-container {
    padding: 5px;
  }

  form input[type="text"],
  form input[type="email"],
  form select {
    margin: 0;
  }
}

.accept-fees-container {
  flex-wrap: wrap;
}

.donation-grid-item label {
  font-size: 1.25rem;
  font-weight: normal;
}

.donation-grid-item:nth-of-type(4) {
  flex-basis: 100%;
}

.donation-grid-item:nth-of-type(4) label {
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
}