.search-with-results .ccm-search-block-form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
}
.search-with-results .loupe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0M0QzRDNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIxIDIxTDE2LjY1IDE2LjY1IiBzdHJva2U9IiNDNEM0QzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translate(-10px, -50%);
}
.search-with-results .search-input {
  border: 1px solid #333333;
  padding: 0.5rem 3rem 0.5rem 2rem;
  border-radius: 1.8rem;
  outline: none;
  width: 100%;
}
.search-with-results .white-bg {
  background-color: white;
}
.search-with-results .gray-bg {
  background-color: #f4f4f4;
}
.search-with-results .search-results {
  padding: 2rem 0;
  max-width: 900px;
}
.search-with-results .search-result:not(:last-child) {
  margin-bottom: 0;
}
.search-with-results .search-result h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.search-with-results .search-result h3 a.button {
  font-size: 1.5rem;
  line-height: 1.725rem;
  margin: 0;
  text-decoration: none;
}
.search-with-results .search-result .page-link {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  margin-top: 0.4rem;
}
.search-with-results .search-result .page-link svg {
  margin-left: 0.5rem;
}
.search-with-results .pagination-wrapper {
  padding: 2rem 0;
}
.search-with-results .pagination-wrapper .ccm-pagination-wrapper {
  margin: 0;
}
.search-with-results .pagination-wrapper .ccm-pagination-wrapper .pagination .page-item.active > .page-link {
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
  color: white !important;
}
.search-with-results .pagination-wrapper .ccm-pagination-wrapper .pagination .page-item > .page-link {
  border-color: #727272 !important;
  color: #727272 !important;
}
/*# sourceMappingURL=view.css.map */