/*FONT SIZE MIXIN */
/* BREAKPOINTS MIXIN */
/* DEVICES BREAKPOINTS */
.path-search .region-content {
  order: 1;
  z-index: 5;
}
.path-search .region-content .search-page-form .search-help-link {
  display: none;
}
.path-search .region-content .search-page-form .search-advanced {
  display: none;
}
.path-search .region-content h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 10px;
  color: #63666a;
}
.path-search .region-content ol {
  background-color: #ffffff;
  list-style-type: none;
  padding-right: 1.5em;
}
.path-search .region-content ol li {
  border-bottom: solid 1px #d0d3d4;
}
.path-search .region-content ol li p {
  margin-bottom: 20px;
}
.path-search .region-content ol li h3 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.path-search .region-content ol li:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.path-search .region-content .input-group-btn {
  position: absolute;
}
.path-search .region-content .input-group {
  display: block;
}
.path-search .region-content input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: 60px;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #63666a;
}
.path-search .region-content button {
  border: none;
  height: 50px;
  width: 60px;
  text-indent: -9999em;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #a50050;
  background-color: transparent;
  z-index: 3 !important;
}
.path-search .region-content button:after {
  content: "\e003";
  float: left;
  text-indent: 0;
  font-size: 32px;
}
.path-search .pagination li a, .path-search .pagination li span {
  color: #56a6d2 !important;
}
.path-search .pagination > .active > a, .path-search .pagination > .active > span {
  color: #fff !important;
  background-color: #56a6d2 !important;
  border-color: #56a6d2 !important;
}
.path-search .pagination > .active > a:focus, .path-search .pagination > .active > a:hover, .path-search .pagination > .active > span:focus, .path-search .pagination > .active > span:hover {
  background-color: #56a6d2 !important;
  border-color: #56a6d2 !important;
}

/*# sourceMappingURL=search_page.css.map */
