.navbar form.search {
  display: none;
}
.header {
  display: block;
  height: 528px;
  background-image: url("https://static.winnie.com/childcare/childcare.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .header {
    height: 472px;
    background-position: 80% center;
    margin-bottom: 0;
  }
}
.header > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: rgba(42, 44, 46, 0.1);
}
.header h1 {
  margin-right: 280px;
  font-size: 54px;
  line-height: 1.13;
  color: #fff;
  text-shadow: 0 2px 8px #2a2b2e;
}
@media (max-width: 943px) {
  .header h1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header h1 {
    margin-bottom: 64px;
    font-size: 32px;
    text-align: center;
  }
}
.header .form-control,
.header .btn-search {
  border: none;
  padding: 12px 18px;
  box-shadow: 0 1px 5px 0 rgba(42, 44, 46, 0.59) !important;
  font-size: 20px;
}
.header .keywords {
  width: 280px;
}
.header .location {
  width: 220px;
}
.header .btn-search {
  width: 74px;
}
@media (max-width: 767px) {
  .content {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
footer.search {
  padding: 32px;
}
@media (max-width: 767px) {
  footer.search {
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
footer.search > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer.search > .container {
    display: block;
  }
}
footer.search h4 {
  margin-bottom: 16px;
}
footer.search .form-control,
footer.search .btn-search {
  padding: 8px 16px;
}
footer.search .keywords {
  width: 280px;
}
footer.search .location {
  width: 260px;
}
footer.search .btn-search {
  width: 120px;
}
@media (max-width: 767px) {
  section.featured,
  section.sidebar {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(174, 181, 187, 0.5);
  }
}
section.featured {
  float: left;
  width: 576px;
}
@media (max-width: 943px) {
  section.featured {
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  section.featured h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  section.featured div.place:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
section.sidebar {
  clear: right;
  float: right;
  width: 304px;
  line-height: 20px;
}
@media (max-width: 943px) {
  section.sidebar {
    float: none;
    width: auto;
  }
}
section.sidebar > ul {
  width: 240px;
}
@media (max-width: 943px) {
  section.sidebar > ul {
    width: auto;
  }
}
section.sidebar > ul > li {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.sidebar > ul > li {
    margin-bottom: 16px;
  }
}
section.sidebar > ul > li:last-child {
  margin-bottom: 0;
}
section.sidebar h2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.sidebar h2 {
    margin-bottom: 16px;
  }
}
form.childcare .form-group {
  float: left;
  display: block;
  margin-right: 16px;
}
@media (max-width: 767px) {
  form.childcare .form-group {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  form.childcare .form-control,
  form.childcare .btn-search {
    width: 100% !important;
  }
}
form.childcare .form-control {
  background-color: #fff;
}
form.childcare .btn-search {
  background-color: #ff5373;
  color: #fff;
}
form.childcare .btn-search:hover,
form.childcare .btn-search:focus {
  background-color: #ff395e;
  color: #fff;
}
