.view--events--overview .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.view--map-search .form-item-field-ag-geodata-proximity,
.view--map-search .form-item-field-dis-geodata-proximity,
.view--map-search .description {
  display: none;
}

.view--map-search input[type="submit"] {
  display: inline-block;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  white-space: normal;
  text-align: left;
  border-radius: 5px;
  padding: 8px 30px;
  font-weight: 400;
  color: #FFF;
  border: 1px solid transparent;
  background-color: #e30613;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  font-size: 0.875rem;
}

.view--map-search input[type="submit"]:focus, .view--map-search input[type="submit"]:hover {
  text-decoration: none;
}

.view--map-search input[type="submit"]:focus, .view--map-search input[type="submit"]:hover {
  color: #e30613;
  border: 1px solid #e30613;
  background-color: #FFF;
}

.view--map-search input[type="submit"]:focus svg, .view--map-search input[type="submit"]:hover svg {
  fill: currentColor;
}

.view--map-search input[type="submit"] svg {
  transition: all 150ms ease;
  fill: #FFF;
  height: 19px;
  width: 19px;
}

.view--map-search input[type="submit"] svg + span {
  margin-left: 10px;
}

.view--map-search input[type="submit"]:last-child {
  margin-right: 0;
}

.view--map-search .attachment .view-content,
.view--map-search .attachment form > .inner {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.view--map-search .views-form {
  width: 100%;
  display: inline-block;
}

.view--where-to-buy-china .form-item-field-ag-geodata-proximity,
.view--where-to-buy-china .form-item-field-dis-geodata-proximity,
.view--where-to-buy-china .description {
  display: none;
}

.view--knowledge-centre .view-grouping {
  background: #FFF;
}

.view--knowledge-centre .view-grouping + .view-grouping {
  margin-top: 20px;
  padding-top: 40px;
  box-shadow: 0 -54px 86px -77px rgba(50, 50, 50, 0.5);
}

.view--knowledge-centre .view-grouping-header {
  font-size: 1.37em;
  font-weight: 300;
  margin-bottom: 1em;
}

.view--highlighted-software h3 {
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 1em;
  font-weight: 700;
}

.view--highlighted-software h3:first-child {
  margin-top: 0;
}

.bef-exposed-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bef-exposed-form .form--inline .form-item {
  margin-right: 20px;
}

/*# sourceMappingURL=maps/style.css.map */
