.no-border-legend legend {border-top: 0px;}
.border-before p {border-top: 1px dotted #A6ACB3; padding-top: 25px;}
.border-after {border-bottom: 1px dotted #A6ACB3; margin-bottom: 0px!important; padding-bottom: 25px;}
.c-box--map-search .c-box__input-wrapper > input {
    text-transform: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 8px 16px 11px;
    color: var(--text-color);
    float: none;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1.5;
}

.leaflet-popup-content {
  width: 380px !important;
}
.c-box--map-search input[type='submit']{
  padding-left: 12px;
}
@media only screen and (min-width: 821px) {
.c-box--map-search {
    margin-top: 12rem;
}
}
.c-box--map-search .c-search-form {
  margin-bottom: 0 !important;
}
.c-box--map-search .c-box__input-wrapper .c-button {
  --background-color: #fff;
  --text-color: #004B76;
  --border-color: #004B76;

  line-height: 1.5;
  width: 100%;
  padding: 8px 16px 11px;
  font-size: 1.8rem;
  border: 1px solid var(--border-color);
  background: var(--background-color);
  color: var(--text-color);
  text-wrap: nowrap;
  border-radius: 5px;
}

.c-box--map-search .c-box__input-wrapper .c-button:hover,
.c-box--map-search .c-box__input-wrapper .c-button:focus,
.c-box--map-search .c-box__input-wrapper .c-button:active {
  --background-color: #CCDBE4;
  --box-shadow-color: rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 3px 0 var(--box-shadow-color);
}
.c-box--map-search .c-search-form + .c-box__input-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 500px), print {
  .c-box--map-search .c-box__input-wrapper > * {
    margin-top: 10px;
  }
  .c-box--map-search .c-box__input-wrapper > *:first-child {
    margin-top: 0;
  }
  .c-box__date-picker .formField {
    width: 100%;
  }
  .c-box__date-picker > div {
    margin-top: 20px;
  }
  .c-box__date-picker > div:first-child {
    margin-top: 0;
  }
}
  .c-box--map-search .c-box__input-wrapper > a {
    text-align: center;
  }
