#block-uswds-hrsa-custom-findahealthcenter {
  height: 0;
  overflow: visible;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  display: block;
  position: relative;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper #edit-submit,
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper a.open-find-health-center-form {
  padding: 0.8rem;
  background-color: #8b0a03;
  border-width: 1px;
  border-color: #fcfcfc;
  border-style: solid;
  box-shadow: 0 2px 3px 0 #c4c4c4;
  color: white;
  margin-right: 0;
  margin-top: 0;
}


#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper #edit-submit {
  padding: .25rem calc(.5rem + 10px) .25rem .5rem;
  box-shadow: none;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .ext-input {
  position: relative;
  display: inline-block;
}
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .ext-input:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  vertical-align:top;
  color: white;
  background: url('../images/extlink.svg') no-repeat;
  display: block;
  width: 14px;
  height: 16px;
  filter: invert(100%) sepia(10%) saturate(7460%) hue-rotate(195deg) brightness(123%) contrast(103%);
  cursor: pointer;
}

#block-uswds-hrsa-custom-findahealthcenter form.find-health-center-form {
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  max-width: max-content;
  width: max-content;
  padding: 5px;
}
#block-uswds-hrsa-custom-findahealthcenter form.find-health-center-form > * {
  margin: 0;
  padding: 0;
}

#find-health-center-form p {
  display: none;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper {
  position: absolute;
  z-index: 500;
  width: fit-content;
  white-space: nowrap;
  right: 2em;
  top: -1.5em;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-item-zip label {
  font-size: .8rem;
  font-weight: normal;
  margin: 0 0 0 .3rem;
}
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-item-zip input {
  width: 7rem;
  padding: 0;
  height: auto;
  border-width: 0 0 1px 0;
  margin: 4px .3rem 3px .3rem;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-actions a {
  margin: 0 .3rem;
  background-image: url('/modules/custom/hrsa_custom/images/icon-reset-blue.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 1;
  color: transparent;
}

#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-actions,
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-item-zip,
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-item-zip > *,
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-action,
#block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper .form-action > * {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .usa-header--extended {
    margin-top: 3.25em;
  }
  #block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper {
    top: .5em;
    right: 1em;
  }
}

@media only screen and (max-width: 639px) {
  .usa-header--extended {
    margin-top: 2.75em;
  }
  #block-uswds-hrsa-custom-findahealthcenter {
    padding: .5em 1em 0 1em;
  }
  #block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
  #block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper a {
    width: 100%;
  }
  #block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper form {
    text-align: center;
    width: 100%;
    max-width: unset;
  }
}

@media only screen and (max-width: 389px) {
  .usa-header--extended {
    margin-top: 4em;
  }
  #block-uswds-hrsa-custom-findahealthcenter .open-find-health-center-form {
    height: 4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #block-uswds-hrsa-custom-findahealthcenter .find-a-health-center-wrapper form {
    white-space: normal;
    min-height: 4em;
  }
}
