.form-control, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: rgba(247, 247, 247, 0.1);
  background-clip: padding-box;
  border: 1px solid rgba(213, 213, 213, 0.5);
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox]) {
    transition: none;
  }
}
.form-control[type=file], .community-search__form .twitter-typeahead input[type=file]:not([type=radio]):not([type=checkbox]) {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .community-search__form .twitter-typeahead input[type=file]:not(:disabled):not([readonly]):not([type=radio]):not([type=checkbox]) {
  cursor: pointer;
}
.form-control:focus, .community-search__form .twitter-typeahead input:focus:not([type=radio]):not([type=checkbox]) {
  color: #2d2d2d;
  background-color: rgba(247, 247, 247, 0.1);
  border-color: #969696;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .community-search__form .twitter-typeahead input:disabled:not([type=radio]):not([type=checkbox]), .form-control[readonly], .community-search__form .twitter-typeahead input[readonly]:not([type=radio]):not([type=checkbox]) {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #2d2d2d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .community-search__form .twitter-typeahead input:hover:not(:disabled):not([readonly]):not([type=radio]):not([type=checkbox])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #2d2d2d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox])::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .community-search__form .twitter-typeahead input:hover:not(:disabled):not([readonly]):not([type=radio]):not([type=checkbox])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.community-search {
  min-height: 100vh;
  background-color: #f7f7f7;
  text-align: center;
  padding: calc(var(--component-spacing) * 0.5);
}
.community-search__header {
  margin-bottom: var(--component-spacing);
}
.community-search__header img {
  max-width: 100%;
  height: auto;
  width: 200px;
  margin: 0 auto;
}
.community-search__header h1 {
  font-size: clamp(1.56rem, 0.58vw + 1.42rem, 2rem);
  margin: 2rem 0 0 0;
}
.community-search__form {
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
  padding: calc(var(--component-spacing) * 0.5);
  border: 1px solid rgba(213, 213, 213, 0.5);
  background-color: white;
  border-radius: 0.125rem;
  text-align: left;
}
.community-search__form #divLoanOfficer {
  max-width: 300px;
  margin: 0 0 2.5rem 0;
}
.community-search__form #divLoanOfficer .lob__name-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
}
.community-search__form #divLoanOfficer .lob-profile-picture {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
}
.community-search__form #divLoanOfficer .lob-profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.community-search__form #divLoanOfficer .lob-titles span {
  display: block;
}
.community-search__form #divLoanOfficer .lob-name {
  font-weight: 600;
  font-size: 1rem;
}
.community-search__form #divLoanOfficer .lob-tele a {
  font-weight: 400;
  text-decoration: none;
}
.community-search__form #divLoanOfficer .lob-tele a:hover, .community-search__form #divLoanOfficer .lob-tele a:focus {
  text-decoration: underline;
}
.community-search__form .twitter-typeahead {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox]) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-color: #767676;
  transition: all 0.3s ease-in;
  outline: 0;
}
.community-search__form .twitter-typeahead input:not([type=radio]):not([type=checkbox]):focus {
  background-color: rgba(247, 247, 247, 0.25);
  border-color: rgba(247, 247, 247, 0.25);
  border-bottom-color: #000000;
  box-shadow: 0 1px 0 #2d2d2d;
}
.community-search .footer a,
.community-search .footer a:visited,
.community-search .footer a:hover,
.community-search .footer a:active,
.community-search .footer a:focus {
  color: #2d2d2d;
}
@media (max-width: 767.98px) {
  .community-search .footer a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .community-search .footer a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1rem;
    background-color: #767676;
    margin: 0 0.75rem 0 0.5rem;
    vertical-align: middle;
  }
}
