#heading {
  text-transform: uppercase;
  color: rgb(250,180,35);
  font-weight: normal;
}

#ksusf-form, #contact-form {
  width: leftcenter;
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#ksusf-form fieldset, #contact-form fieldset {
  /*background: white;*/
  border: 0 none;
  /*border-radius: 0.5rem;*/
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#ksusf-form fieldset:not(:first-of-type), #contact-form fieldset:not(:first-of-type) {
  display: none;
}

#ksusf-form input, #ksusf-form textarea, #contact-form input, #contact-form textarea {
  /*padding: 10px 15px 8px 15px;*/
  border: 1px solid transparent;
  /*border: none;*/
  border-radius: 0px;
  /*margin-bottom: 25px;*/
  /*margin-top: 2px;*/
  /*width: 10px !important;*/
  box-sizing: border-box;
  color: black;
  background-color: #ECEFF1;
  /*font-size: 16px;*/
  letter-spacing: 1px;
}

#ksusf-form input:focus, #ksusf-form textarea:focus, #contact-form input:focus, #contact-form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #bb1f11;
  outline-width: 0;
}

#ksusf-form .action-button, #contact-form .action-button {
  width: 100px;
  background: #bb1f11;
  font-weight: bold;
  color: white;
  border: 3px solid #bb1f11;
  border-radius: 0px;
  cursor: pointer;
  padding: 12px 0px;
  margin: 30px 0px 10px 5px;
  /*float: right;*/
  font-size: 0.8em;
}

#ksusf-form .action-button:hover, #ksusf-form .action-button:focus, #contact-form .action-button:hover, #contact-form .action-button:focus {
  background-color: #bb1f11;
}

#ksusf-form .action-button-previous, #contact-form .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#ksusf-form .action-button-previous:hover, #ksusf-form .action-button-previous:focus, #contact-form .action-button-previous:hover, #contact-form .action-button-previous:focus {
  background-color: #000000;
}

.card-header {
  /*z-index: 12;*/
  border: none;
  position: relative;
  /*min-height: 700px;*/
  /*background: rgba(255,255,255,0.3);*/
  border-radius: 15px !important;
  /*top: 4%;*/
}

.card {
  /*z-index: 12;*/
  border: none;
  position: relative;
  /*min-height: 700px;*/
  background: rgba(255,255,255,0.3);
  border-radius: 15px;
}

.fs-title {
  font-size: 12px;
  color: black;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #bb1f11;
  font-weight: normal;
}

.steps {
  font-size: 12px;
  /*color: #fdd105;*/
  color: black;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #bb1f11;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: 'FontAwesome';
  content: "\e28f";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\e28f";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\e28f";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before, #progressbar li.active:after {
  background: #bb1f11;
}

.progress {
  height: 10px;
  background-color: transparent;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

.progress-bar {
  background-color: #bb1f11;
}

.fit-image {
  width: 100%;
  object-fit: cover;
  font-size: 5em;
  color: #bb1f11;
}

.donation-boxes .img-p {
  font-size: 0.7em;
}

.donation-boxes p {
  font-size: 1em;
}

.donation-boxes {
  /*display: flex;*/
  justify-content: center;
  color: black;
}

.donation-boxes .box input {
  display: none;
}

.donation-boxes .box input:checked ~ label {
  box-shadow: 0 0 12px 9px #bb1f11;
  /*background: #fab423;*/
}

.donation-boxes .box label, .donation-boxes .box-img {
  display: block;
  min-width: 100px;
  min-height: 100px;
  line-height: 100px;
  text-align: center;
  box-shadow: 0 0 0px 2px #c6c6c6;
  border-radius: 5px;
  margin: 5px;
  /*padding: 5px;*/
  margin-bottom: 15px;
  font-size: 2em;
  transition: 0.3s;
  cursor: pointer;
  background: white;
}

.donation-boxes .box label:hover, .donation-boxes .box-img:hover {
  /*background: #fab423;*/
  box-shadow: 0 0 12px 9px #bb1f11;
}

.donation-boxes .box label svg {
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  margin: 0 auto;
}

#orderModal, #contactModal {
  /*background-color: rgba(253,209,5,0.7);*/
  /*position: fixed;*/
}

.help-block.with-errors {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  text-indent: 25px;
}

#ksusf-form .mwd-checkbox, #contact-form .mwd-checkbox {
  /*width: 5px !important;*/
  /*height: 5px;*/
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #bb1f11!important;
  height: 20px !important;
  color: black !important;
}

.error1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  position: relative;
  width: 250px;
  left: 5%;
  top: -20px;
  padding: 12px 5px;
  margin-bottom: -39px;
  height: 42px;
  display: block;
  color: white;
  background: #bb1f11;
  border: 0;
  font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 39px;
  white-space: nowrap;
}

.error1:before {
  width: 0;
  height: 0;
  left: 40px;
  top: -12px;
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 6px solid #bb1f11;
}

.error2:after {
  width: 20px;
  height: 20px;
  left: -15px;
  top: 1px;
  position: absolute;
  display: block;
  color: white;
  font-family: FontAwesome;
  font-size: 1.2em;
  content: '\f071';
}

.form-icon-box {
  border: 0.5px;
  background: #ECEFF1;
  border: 1px solid #ccc;
  margin-top: -5px;
  margin-bottom: 15px;
}

.form-icon-box-icon {
  margin: 10px;
  color: #bb1f11;
  font-size: 1.5em;
}

.form-icon-box-border {
  border-right: 1px solid #ccc;
  width: 50px;
}

.ksusf-header-modal {
  background: #bb1f11;
  /*color: white !important;*/
}

.ksusf-modal-button {
  background: #bb1f11;
  color: white;
  font-size: 1em;
  width: 100px;
}

.mwd-span {
  font-size: 0.7em;
}

.hero-container {
  min-width: 500px;
  max-width: 800px;
}

.test-bg-head {
  /*background: url("colorful-2174045.png");*/
  background-image: linear-gradient(#a365a4, #19ff92 );
  background-position: center;
  /*border: 5px solid transparent;*/
  /*border-radius: 15px;*/
  /*padding: 12px;*/
  background-size: cover;
}

.test-bg {
  background: url("colorful-2174045.png");
  background-position: center;
  /*border: 5px solid transparent;*/
  border-radius: 15px;
  padding: 12px;
}

.mwd-box-form {
  display: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: rgba(245,239,211,0.71) !important;
}

span.none {
  display: none;
}

