/*Variables*/
#lgh #repsPage #repSearch #searchRepForm {
  margin-bottom: 2rem;
}
#lgh #repsPage #repSearch #searchRepResults > h3 {
  text-align: center;
}
#lgh #repsPage #repSearch #searchRepResults .row {
  justify-content: center;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 20px;
  margin: 1rem 0 30px;
  background-color: #fafafa;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-img {
  width: 150px;
  height: 180px;
  align-self: center;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  z-index: 1;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-name {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  text-transform: uppercase;
  text-align: center;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-info {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
  margin-top: -1.7rem;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-cell,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-tel,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-state,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-email {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: left;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-cell::before,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-tel::before,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-state::before,
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-email::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-cell::before {
  background-image: url('../img/svg-cell.svg');
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-tel::before {
  background-image: url('../img/svg-tel.svg');
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-state {
  font-size: .9rem;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-state::before {
  background-image: url('../img/svg-map-pin.svg');
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-email {
  margin-bottom: 0;
}
#lgh #repsPage #repSearch #searchRepResults .row .rep .rep-email::before {
  width: 24px;
  height: 24px;
  background-image: url('../img/svg-email.svg');
}
#lgh #repsPage #repSearch #searchRepResults .search-error {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#lgh #repsPage #repSearch #searchRepResults .search-warning {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#lgh #repSearch #searchRepForm {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 40px 20px 20px;
  border-radius: 5px;
}
#lgh #repSearch #searchRepForm .form-container {
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#lgh #repSearch #searchRepForm .form-container input[type="text"],
#lgh #repSearch #searchRepForm .form-container .select,
#lgh #repSearch #searchRepForm .form-container .custom-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: fieldtext;
}
#lgh #repSearch #searchRepForm .form-container input[type="text"]:disabled,
#lgh #repSearch #searchRepForm .form-container .select:disabled,
#lgh #repSearch #searchRepForm .form-container .custom-select:disabled {
  background-color: #f5f5f5;
  /* Light background color for disabled */
  color: #a9a9a9;
  /* Greyed-out text color */
  border-color: #ccc;
  /* Light border color */
  cursor: not-allowed;
  /* Change the cursor to indicate the element is disabled */
  opacity: .7;
  background-image: none;
}
#lgh #repSearch #searchRepForm .form-container input[type="text"]:disabled::placeholder,
#lgh #repSearch #searchRepForm .form-container .select:disabled::placeholder,
#lgh #repSearch #searchRepForm .form-container .custom-select:disabled::placeholder {
  color: #a9a9a9;
}
#lgh #repSearch #searchRepForm .form-container input[type="text"]:focus,
#lgh #repSearch #searchRepForm .form-container .select:focus,
#lgh #repSearch #searchRepForm .form-container .custom-select:focus {
  outline: none;
  border-color: #b0aa00;
  box-shadow: 0 0 0 0.2rem rgba(176, 170, 0, 0.25);
}
#lgh #repSearch #searchRepForm .sr-submit {
  text-align: center;
}
#lgh #repSearch #searchRepForm .sr-submit #submit {
  cursor: pointer;
}
#repSearch .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#repSearch [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  margin-bottom: 1rem;
}
#repSearch .col-sm-4,
#repSearch .col-sm-5,
#repSearch .col-sm-6,
#repSearch .col-sm-7 {
  width: 100%;
}
#repSearch .form-container {
  display: block;
}
#repSearch .sr-submit #submit {
  margin-top: 0;
}
@media (min-width: 576px) {
  #repSearch .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #repSearch .col-sm-3 {
    width: 25%;
  }
  #repSearch .col-sm-4 {
    width: 50%;
  }
  #repSearch .col-sm-5 {
    width: 41.66666667%;
  }
  #repSearch .col-sm-7 {
    width: 58.33333333%;
  }
  #repSearch .col-sm-9 {
    width: 75%;
  }
  #repSearch .form-container {
    display: flex;
  }
  #repSearch [class*="col-"] {
    margin-bottom: 0;
  }
  #repSearch .sr-submit #submit {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #repSearch .col-sm-4 {
    width: 33.33333333%;
  }
}
