/* Get Involved Form styling */

.getinvolved #get-involved-form {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  background: rgb(250 248 248/100%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.getinvolved #get-involved-form .js-form-item input, .getinvolved #get-involved-form .js-form-item select {
  width: 100%;
  height: 44px;
  border-radius: 3px;
}
.getinvolved #get-involved-form .js-form-item textarea {
  border-color: #d9d9d9 !important;
}
.getinvolved #get-involved-form .js-form-item label {
  margin: 0px;
  font-size: 16px;
  line-height: normal;
}
@media screen and (min-width: 650px) {
.getinvolved #get-involved-form .js-form-item-first-name {
  width: 49%;
  float: left;
}
.getinvolved #get-involved-form .js-form-item-last-name {
  width: 49%;
  float: right;
}
.getinvolved #get-involved-form .js-form-item-phone {
  width: 49%;
  float: left;
}
.getinvolved #get-involved-form .js-form-item-email {
  width: 49%;
  float: right;
}
.getinvolved #get-involved-form .js-form-item-street-address {
  width: 49%;
  float: left;
}
.getinvolved #get-involved-form .js-form-item-address-2 {
  width: 49%;
  float: right;
}
.getinvolved #get-involved-form .js-form-item-city {
  width: 49%;
  float: left;
}
.getinvolved #get-involved-form .js-form-item-postal-code {
  width: 49%;
  float: right;
}
.getinvolved #get-involved-form .js-form-item-country {
  width: 49%;
  float: left;
}
.getinvolved #get-involved-form .js-form-item-state {
  width: 49%;
  float: right;
}
.getinvolved #get-involved-form .js-form-item-notes {
  width: 100%;
  float: left;
}
}
.getinvolved #get-involved-form .js-form-type-checkbox input {
  border-color: #404c78 !important;
  border-radius: 3px !important;
  border-width: 2px;
  width: 19px;
  height: 19px;
}
.getinvolved #get-involved-form .js-form-type-checkbox input:checked {
  background-image: url(/themes/custom/nc/images/checked.png) !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px;
  background-color: #0DCE41 !important;
  border-color: #0DCE41 !important;
}
.getinvolved #get-involved-form .js-form-type-checkbox input:focus {
  outline: none;
  box-shadow: none;
}
.getinvolved #get-involved-form .js-form-type-checkbox label {
  position: relative;
  top: 1px;
}
.getinvolved #get-involved-form .get-involved-form input {
  height: auto;
  border-radius: 3px;
  font-weight: 500;
  padding: 13px 27px;
  font-size: 16px;
  text-transform: uppercase;
  background: #e11e2d;
}
.getinvolved #get-involved-form .get-involved-form input:hover {
  background: #404c78;
}
/* Get Involved Form styling */
.get-involved-intro {
  margin-bottom: 20px;
}

.get-involved-intro .get-involved-message {
  font-size: 24px;
  font-weight: bold;
  color: #1f2d61;
  line-height: 1.3;
  text-align: center;
}

.get-involved-intro {
  margin-bottom: 20px;
}

.get-involved-intro .get-involved-message {
  font-size: 24px;
  font-weight: bold;
  color: #1f2d61;
  line-height: 1.3;
  text-align: center;
}
.getinvolved #get-involved-form .js-form-item label {
  color: #1f2d61 !important;
}
.getinvolved #get-involved-form .get-involved-intro p.get-involved-message {
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.getinvolved #get-involved-form .get-involved-intro {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}