/* Import theme variables to overwrite default colors */
/* All default color variables */
/* Gradients */
/* fonts */
.search-page {
  padding-top: 60px;
}
@media (min-width: 500px) {
  .search-page {
    padding-top: calc(4.4776119403vw + 37.6119402985px);
  }
}
@media (min-width: 768px) {
  .search-page {
    padding-top: calc(14.2857142857vw - 37.7142857143px);
  }
}
@media (min-width: 1440px) {
  .search-page {
    padding-top: 168px;
  }
}
.search-page h2 {
  color: #00A9D6;
  margin-bottom: 24px;
}
.search-page__form {
  padding: 24px 0;
  border-top: 2px solid #95D9EB;
}
@media (min-width: 750px) {
  .search-page__form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
.search-page__form h3 {
  color: #00A9D6;
  margin: 0 0 8px 0;
}
@media (min-width: 750px) {
  .search-page__form h3 {
    margin: 0 32px 0 0;
  }
}
.search-page__form form {
  display: flex;
  position: relative;
  flex: 1;
}
.search-page__form form .form-item {
  width: 100%;
  margin-bottom: 0;
  flex-grow: 1;
}
.search-page__form form input[type=search] {
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  width: 100%;
  max-height: 50px;
  height: 50px;
  flex-shrink: 1;
  max-width: 100%;
  background: white;
  border: 2px solid #95D9EB;
  color: #9097BE;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px;
  padding: 0 20px;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .search-page__form form input[type=search] {
    font-size: calc(0.2976190476vw + 13.7142857143px);
  }
}
@media (min-width: 1440px) {
  .search-page__form form input[type=search] {
    font-size: 18px;
  }
}
.search-page__form form input[type=submit] {
  font-size: 16px;
  max-height: 50px;
  height: 50px;
  background-color: #00A9D6;
  border-radius: 0 25px 25px 0;
  color: white;
  flex-shrink: 0;
  padding-right: 45px;
  margin-top: 0;
  background-image: url("../../../nwp_base/images/icon-search-white.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center right 24px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s;
  background-color: #00A9D6;
}
@media (min-width: 768px) {
  .search-page__form form input[type=submit] {
    font-size: calc(0.2976190476vw + 13.7142857143px);
  }
}
@media (min-width: 1440px) {
  .search-page__form form input[type=submit] {
    font-size: 18px;
  }
}
.search-page__form form input[type=submit]:hover {
  background-color: #008db2;
}
.search-page__no-results {
  padding-top: 32px;
  border-top: 2px solid #95D9EB;
}
@media (min-width: 768px) {
  .search-page__no-results {
    padding-top: calc(2.380952381vw + 13.7142857143px);
  }
}
@media (min-width: 1440px) {
  .search-page__no-results {
    padding-top: 48px;
  }
}