@charset "UTF-8";
/* blue #003da5 */
/* green #8fad15 */
/* orange #ed8b00 */
/* light-blue #00a3eo */
/* red #e03e52 */

@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: #8fad15;
  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;
}
.content {
  width: 100%;
  position: absolute;
  background: url("../images/guiding-eyes-black-lab-puppy-wide.jpg") no-repeat
    center center / cover;
  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;  
}

form header h3 {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

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 label,
form label small {
  /* font-weight: 700; */
}
/* 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: 20%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  min-width: 560px;
  max-width: 560px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@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;
  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: #1a58a3;

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

body .donation-selected,
.donation-selected:active {
  background-color: #003da5;
  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;
}

.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: #1a58a3;
  background-color: #1a58a3;
  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;
}

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

.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/guiding-eyes-black-lab-puppy-wide.jpg") no-repeat
    center center / cover;
  min-width: 100%;
  min-height: 217px;
}

.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: 18px;
  font-weight: bold;
  text-align: center;
  margin-top:15px;
}

.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;
}

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

@media screen and (min-width: 48em) {
  .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) {
  body .content,
  body .content .form-container,
  body .content .logo-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;
    margin-top: 20px;
  }

/*  .logo-container img {
    margin: 10px auto;
    display: block;
  }*/

  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;
}