.required-field {
  color: #9b1a1a !important;
}

.form-submit-disabled {
  background-color: #eee !important;
}

.error {
  display: block !important;
  color: #a94442 !important;
  margin: 5px 0;
}

.side-15-padded {
  padding-left: 15px;
  padding-right: 15px;
}

#vet-captcha {
  text-align: center !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
}

.g-recaptcha {
  display: inline-block;
}

.recaptcha {
  margin-top: 15px;
  margin-bottom: 10px;
}

#vet-prospect-form .ms-container .ms-selectable,
#vet-prospect-form .ms-container .ms-selection {
  background: #fff !important;
  float: left !important;
  width: 45% !important;
}

#vet-prospect-form .ms-container .ms-selectable {
  margin-right: 5% !important;
}

#vet-prospect-form .ms-container .ms-selectable .ms-hover {
  background-color: #f4f4f5;
}

#vet-prospect-form .ms-container .ms-selection {
  margin-left: 5% !important;
}

#vet-prospect-form label {
  color: #555 !important;
}

#vet-prospect-form .form-group {
  margin: 0 15px 15px 0 !important;
}

#vet-prospect-form .form-control {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #f4f4f5 !important;
  border: none;
  border-radius: 4px;
}

#vet-prospect-form select {
  height: 52px;
}

input:-internal-autofill-selected {
  background-color: #f4f4f5 !important;
}

#vet-prospect-form .has-error .form-control {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

#vet-prospect-form .has-error .help-block {
  color: #a94442;
}

#vet-prospect-form .search-submit {
  width: 50%;
  background-image: linear-gradient(1deg, #f16427 0%, #f9a74f 100%) !important;
  background-color: #ff6727;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  text-shadow: none !important;
  text-transform: uppercase;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  transition: all 0.7s ease !important;
  text-align: center !important;
  margin-left: 25% !important;
}

#vet-prospect-form ul {
  overflow: auto !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

#vet-prospect-form li.ms-elem-selectable,
#vet-prospect-form li.ms-elem-selection {
  border-bottom: 1px #eee solid !important;
  padding: 14px 10px !important;
  color: #000000;
}

#vet-prospect-form li.ms-elem-selection.ms-hover {
  background-color: #f4f4f5;
  color: #000000;
}

#vet-prospect-form .ms-container {
  width: 100% !important;
  margin-top: 1em;
}

#vet-prospect-form .ms-selectable,
#vet-prospect-form .ms-selection {
  color: #000000;
}

#vet-prospect-form ul.ms-list {
  min-height: 400px !important;
}

#vet-prospect-form li.ms-elem-selectable span {
  color: #000000;
  font-weight: 400 !important;
}

#vet-prospect-form li.ms-elem-selectable:hover span {
  color: #000000;
}

#vet-prospect-form li.ms-elem-selection span {
  color: #000000;
}

#vet-prospect-form li.ms-elem-selection:hover span {
  color: #fff;
}

#vet-prospect-form .has-error .ms-container .ms-selection {
  color: #a94442 !important;
}

#vet-prospect-form .has-error .ms-container .ms-selection ul.ms-list {
  border-color: #a94442 !important;
}

#vet-prospect-form .error-messages {
  padding: 10px 20px !important;
  margin: 20px 0 !important;
  border: 2px solid #ebccd1 !important;
  border-radius: 6px !important;
  background-color: #f2dede !important;
  color: #a94442 !important;
  font-size: 1.2em !important;
  font-weight: 400 !important;
}

#vet-prospect-form .error-messages ul {
  margin: 1.5em 0 !important;
}

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

.margin-space {
  margin-bottom: 1rem !important;
  margin-bottom: 12rem !important;
}

.vet-callout {
  background: #98d187;
  background: -moz-linear-gradient(45deg, #98d187 0, #73b564 100%);
  background: -webkit-linear-gradient(45deg, #98d187 0, #73b564 100%);
  background: linear-gradient(45deg, #98d187 0, #73b564 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#98d187',endColorstr='#73b564',GradientType=1);
  padding: 6rem 2rem;
  color: #fff;
}

.vet-title-message {
  font-size: 4em;
  margin-bottom: 1.2em;
}

.vet-title {
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(150, 150, 150, 0.5);
}

.vet-hero-title {
  color: #fff;
  font-size: 3.5em;
  padding-top: 5% !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 0.2em;
}

.vet-description {
  font-weight: 300;
  font-size: 1.6em;
  text-shadow: 1px 1px 0 rgba(150, 150, 150, 0.5);
}

.hero-unit {
  text-align: center !important;
  width: 100% !important;
}

.hero-unit p {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 1.4em;
  font-weight: 200;
}

a.vet-cta-button {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border: 3px solid #73b564;
  background-color: #73b564;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  transition: 0.5s ease;
  text-transform: uppercase;
}

a.vet-cta-button:focus,
a.vet-cta-button:hover {
  text-decoration: none;
  border: 3px solid #fff;
}

#vet-entry-form:focus {
  outline: 0;
}

.image-flop {
  position: relative;
  height: 160px;
  width: 160px;
  margin: 0 auto;
}

.image-flop img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.image-flop img.top:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ns-card p {
  font-size: 1.2em;
  color: #525252;
}

select#vet_state_licenses {
  height: 150px;
}
