/** uswds input classes */
.usa-input,
.usa-textarea, .usa-range, .usa-select, .usa-fieldset,
.usa-hint {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
}

.usa-input,
.usa-textarea, .usa-range, .usa-select {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  appearance: none;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5rem;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
  width: 100%;
}
.usa-input--success.usa-input,
.usa-input--success.usa-textarea, .usa-input--success.usa-range, .usa-input--success.usa-select {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
}

.usa-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.usa-form-group--error {
  border-left-width: 0.25rem;
  border-left-color: #b50909;
  border-left-style: solid;
  margin-top: 2rem;
  padding-left: 1rem;
  position: relative;
}
@media all and (min-width: 64em) {
  .usa-form-group--error {
    margin-left: -1.25rem;
  }
}

.usa-error-message {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #b50909;
  display: block;
  font-weight: bold;
}

.usa-hint {
  color: #71767a;
}

.usa-label {
  display: block;
  line-height: 1.1;
  margin-top: 1.5rem;
  max-width: 30rem;
}

.usa-label--error {
  font-weight: bold;
  margin-top: 0;
}

.usa-label--required {
  color: #b50909;
}

.usa-legend {
  font-size: 2.13rem;
  font-weight: bold;
}

.usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-input-list li {
  line-height: 1.3;
}

.usa-prose .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-input-list li {
  line-height: 1.3;
}

.usa-checkbox__input,
.usa-radio__input {
  position: absolute;
  left: -999em;
}
.lt-ie9 .usa-checkbox__input,
.lt-ie9 .usa-radio__input {
  border: 0;
  float: left;
  margin: 0.25rem 0.25rem 0 0;
  position: static;
  width: auto;
}

.usa-checkbox__label,
.usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
  text-indent: -2rem;
}

.usa-checkbox__label::before,
.usa-radio__label::before {
  background: white;
  content: " ";
  display: inline-block;
  left: 2px;
  position: relative;
  vertical-align: middle\0 ;
}

.usa-checkbox__label::before {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
}

.usa-radio__label::before {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
}

.usa-checkbox__label::before,
.usa-radio__label::before {
  box-shadow: 0 0 0 2px #71767a;
  line-height: 1.25rem;
  margin-right: 0.75rem;
}

.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-radio__input:checked + .usa-radio__label::before {
  background-color: #005ea2;
  box-shadow: 0 0 0 2px #005ea2;
}

.usa-radio__input:checked + .usa-radio__label::before {
  box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px white;
}
@media print {
  .usa-radio__input:checked + .usa-radio__label::before {
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
  }
}

.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
  background-image: url("../img/correct8.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75rem auto;
}
@media print {
  .usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
    background-image: none;
    background-color: white;
    content: url("../img/checkbox-check-print.svg");
    text-indent: 0;
  }
}

.usa-radio__input:focus + .usa-radio__label::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}

.usa-checkbox__input:disabled + .usa-checkbox__label {
  color: #c9c9c9;
}

.usa-checkbox__input:focus + .usa-checkbox__label::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}

.usa-checkbox__input:disabled + .usa-checkbox__label::before,
.usa-radio__input:disabled + .usa-radio__label::before {
  background: #e6e6e6;
  box-shadow: 0 0 0 2px #c9c9c9;
  cursor: not-allowed;
}

.usa-memorable-date {
  display: flex;
}
.usa-memorable-date [type=number] {
  -moz-appearance: textfield;
}
.usa-memorable-date [type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

.usa-form-group--day,
.usa-form-group--month,
.usa-form-group--year {
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
}

.usa-form-group--year {
  width: 4.5rem;
}

.usa-select {
  background-image: url("../img/arrow-both.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  appearance: none;
  background-color: white;
  background-position: right 0.75rem center;
  background-size: 0.5rem;
  padding-right: 2rem;
}
.usa-select::-ms-expand {
  display: none;
}
.usa-select:-webkit-autofill {
  appearance: menulist;
}
.usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

[type=file] {
  border: none;
  padding-left: 0;
}

.usa-range {
  appearance: none;
  border: none;
  padding-left: 1px;
  width: 100%;
}
.usa-range:focus {
  outline: none;
}
.usa-range:focus::-webkit-slider-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-moz-range-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-ms-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
  appearance: none;
  margin-top: -0.19rem;
}
.usa-range::-moz-range-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.usa-range::-ms-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.usa-range::-ms-fill-lower {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.usa-range::-ms-fill-upper {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}

.usa-textarea {
  height: 10rem;
}

.usa-input--error {
  border-width: 0.25rem;
  border-color: #b50909;
  border-style: solid;
}

/* from custom.css */
.usa-input,
.usa-select {
  height: 40px;
  padding-left: 20px;
  color: var(--body-text-color);
  font-family: "Merriweather Web", Georgia, Cambria, "Times New Roman", Times,
    serif;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  transition: 0.25s ease;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.usa-input.usa-input-search {
  background-image: url("../../images/svg-icons/icon-search-blue.svg");
  background-size: 1.4rem 1.4rem;
  background-position: calc(100% - 5px);
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

.usa-form .usa-input {
  max-width: 350px;
  transition: 0.25s ease;
}

.usa-form .usa-select,
.content-moderation-entity-moderation-form .usa-select,
.select-wrapper .usa-select {
  max-width: 350px;
  background: #fff url("../../images/svg-icons/select-arrow-down.svg") no-repeat right
    50%;
  transition: 0.25s ease;
  padding-right: 4rem;

}

.usa-select:hover,
.usa-select:focus {
  background-image: url("../../images/svg-icons/select-arrow-down-active.svg");
  transition: 0.25s ease;
}

.sidebar-container.views-exposed-form input[type=submit]{
  background-color: var(--fdic-dark-blue);
  width: 100%;
  margin-top: 1rem;
}
