.search-form-lrs {
  max-width: 420px;
  width: 100%;
  display: flex;
  margin: inherit;
  justify-content: start;
}

@media only screen and (max-width: 767px)  {
  .search-form-lrs {
    max-width: 520px;
    justify-content: center;
    margin: auto;
  }    
}

.horizontal > .search-form-lrs {
  max-width: 920px;
  margin: 0 auto;
}

.search-form-lrs input {
  border: none;
}

.search-form-lrs input[type="text"] {
  width: calc(100% - 127px);
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff url(../svg/search.svg) no-repeat;
  background-position: 14px center;
}

.search-form-lrs input[type="submit"] {
  background: #0e8215;
  color: #fff;
  box-shadow: 0px 0px 0px 0px #195A2C;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
  transition: all 0.2s;
}

.horizontal .search-form-lrs input[type="text"],
.horizontal .search-form-lrs input[type="submit"] {
  font-size: 18px;
}

.horizontal .search-form-lrs input[type="submit"] {
  padding: 15px 32px;
  box-shadow: 2px 2px 0px 0px #195A2C;
}

@media only screen and (max-width: 1024px)  {
  .horizontal .search-form-lrs input[type="text"],
  .horizontal .search-form-lrs input[type="submit"] {
    font-size: 16px;
  }    
}

.search-form-lrs input[type="submit"]:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 0px #195A2C;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.err-msg {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  color: #153683;
  opacity: 0;
  background: white;
  max-width: 75%;
  padding: 10px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(21, 54, 131, 0.17);
}

.err-msg a {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1600px)  {
.err-msg {
  max-width: 85%;
}    
}

@media only screen and (max-width: 1140px)  {
.err-msg {
  max-width: 90%;
}    
}

.horizontal .err-msg {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px)  {
.err-msg {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}    
}

.search-form-lrs.loading {
  pointer-events: none;
}

.search-form-lrs.loading input[type="submit"] {
  background-color: #e5e5e5;
  color: #999999;
  border-color: #999999;
  pointer-events: none;
}

.horizontal .search-form-lrs.loading input[type="submit"] {
  background-color: #e5e5e5;
  border-color: #999999;
  box-shadow: 2px 2px 0px 0px #666666;
}

#lrs-myModal h5 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

#lrs-myModal small {
  font-size: 0.875em;
}

#lrs-myModal small b {
  font-weight: bolder;
}

#lrs-myModal .modal-locations-group {
  margin-top: 20px;
}

#lrs-myModal .modal-locations-group:first-child {
  margin-top: 0px;
}

#lrs-myModal ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#lrs-myModal .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

#lrs-myModal .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

#lrs-myModal .list-group-item+.list-group-item {
  border-top-width: 0;
}

#lrs-myModal .list-group-item:first-child,
#lrs-myModal .list-group-item:last-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#lrs-myModal .list-group .list-group-item a,
#lrs-myModal .list-group .list-group-item a:hover {
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  color: #303030;
}

#lrs-myModal .list-group .list-group-item a::after {
  content: url(../svg/button-arrow-link-green.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 5px;
}