/* Donations CSS and Event Planning CSS */
.contact-section {
  box-shadow: none;
}
.events-planning-form button.contact {
  font-size: 14px;
  padding: 10px 20px 10px;
}
.events-planning-form button.pdf-btn {
  font-size: 14px;
  padding: 10px 20px 10px;
  margin-top: 6px;
  color: #3a3a3a;
  border-radius: 0px;
}
.events-planning-form input {
  border-radius: 4px;
}
.events-planning-form {
  margin: 16px 0;
}
.events-planning-form p {
  font-size: 16px;
}
.events-planning-form h3.events-h3 {
  color: #BE2328;
  font-size: 30px;
  font-weight: 500;
}
.custom-table-events tr th {
  text-align: left;
}
ul.events-list li {
  font-size: 16px;
}
.employment-form {
  margin-top: 6px;
}
hr.employment-hr {
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 16px;
}
.employment-form-heading {
  width: 100%;
  float: left;
}
.employment-form-heading h2 {
  background-color: #6f6f6f;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 6px 0 2px 0;
  margin-bottom: 6px;
}
.employment-form-heading p {
  font-size: 16px;
  font-style: italic;
}
.employment-submit-btn {
  margin: 10px 0;
}
.employment-submit-btn .btn-brand.contact {
  width: 250px;
}
.radio-custom-btns {
  margin-right: 16px;
}
.inline-display-div input.form-control {
  width: 120px;
  display: inline-block;
}
.inline-display-div input.form-control.w-200 {
  width: 200px;
}
p.text-info-waters {
  font-weight: 700;
  margin: 15px 0;
}
textarea.br-4 {
  border-radius: 4px;
}
.dropdown_lightstore {
  position: fixed;
  background-color: #fff;
  min-width: 160px;
  padding: 5px 0;
  margin: 4px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
}
.list_lightstore {
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.list_lightstore a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.list_lightstore a:hover {
  color: #3a3a3a;
}
@media screen and (max-width: 767px) {
  .employment-form-heading p {
    font-size: 14px;
  }
  .employment-form-heading h2 {
    font-size: 16px;
  }
  .dropdown_lightstore {
    margin: 7px 0 0;
    font-size: 13px;
    padding: 4px 0;
  }
}
/*# sourceMappingURL=custom.map */