#searchPage .container {
  max-width: 1200px !important;
}
#searchPage #searchFieldContainer {
  background-color: #275ce4;
  padding-top: 40px;
  padding-bottom: 40px;
}
#searchPage #searchFieldContainer .form-group {
  margin-bottom: 0;
}
#searchPage #searchFieldContainer .form-group #searchTextField {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#searchPage #searchFieldContainer .form-group #searchButton .btn.btn-primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 17px 25px;
}
#searchPage #searchFieldContainer .form-group #searchButton .btn.btn-primary i {
  font-size: 200%;
}
#searchPage #searchContentContainer #searchContentFilters {
  background-color: #e6f2ff;
  padding: 40px 0;
}
#searchPage #searchContentContainer #searchContentFilters div,
#searchPage #searchContentContainer #searchContentFilters h3 {
  color: #0b1541;
}
#searchPage #searchContentContainer #searchContentFilters h3 {
  margin: 0 0 10px;
  font-weight: bold;
}
#searchPage #searchContentContainer #searchCustomContent {
  background-color: #f3f3f3;
  padding: 30px 0;
}
#searchPage #searchContentContainer #searchContentResults {
  min-height: 400px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
#searchPage #searchContentContainer #searchContentResults #searchContentStatus {
  margin: 30px 0;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup {
  background-color: white;
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  h2 {
  font-family: 'Montserrat', sans-serif;
  color: #0b1541;
  font-size: 30px;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem {
  clear: both;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 15px;
  padding-top: 20px;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  a {
  color: #d46a00;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  p,
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  ul,
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  ul
  li,
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  ol,
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  ol
  li {
  font-size: 16px;
}
#searchPage
  #searchContentContainer
  #searchContentResults
  #searchContentResultList
  .searchContentResultListGroup
  .searchContentResultListGroupItem
  p {
  margin: 0;
  padding: 0;
}
#searchPage #searchContentContainer #searchContentResults img {
  height: 78px;
  margin-right: 10px;
  display: block;
  vertical-align: middle;
  float: left;
  margin-top: -25px;
}

/*# sourceMappingURL=search.css.map */
