body {
  background-color: #FFF;
}
div.content {
  padding-top: 0;
  padding-right: max(calc((100% - 1020px)/2 + 32px), 32px);
  padding-bottom: 0;
  padding-left: max(calc((100% - 1020px)/2 + 32px), 32px);
  background-color: #FFF;
  box-shadow: none;
}
@media (max-width: 943px) {
  div.content {
    padding-right: 24px;
    padding-left: 24px;
  }
}
section h2,
.recent h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section h2,
  .recent h2 {
    width: 100%;
    margin-bottom: 8px;
    line-height: 20px;
  }
}
section a.more,
.recent a.more {
  display: inline-block;
  width: unset;
  margin-left: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  section a.more,
  .recent a.more {
    margin-bottom: 24px;
    margin-left: 0;
    line-height: 20px;
  }
}
header.header {
  display: flex;
  flex-direction: row;
  padding-bottom: 72px;
  background-color: #FFF;
  background-image: url("https://winnie-static.imgix.net/childcare/hero_images/wavy.svg");
  background-repeat: no-repeat;
  background-size: 100vw 50%;
}
@media (max-width: 943px) {
  header.header {
    flex-direction: column;
    padding-bottom: 24px;
    background-size: 100vw 70%;
  }
}
header.header .left-background,
header.header .right-background {
  background-size: auto 100%;
}
@media (max-width: 943px) {
  header.header .left-background,
  header.header .right-background {
    background-size: auto 100%;
  }
}
header.header .left-background {
  flex: 0 0 calc((100% - 1020px)/2);
  height: 244px;
  background-image: url("https://winnie-static.imgix.net/childcare/hero_images/desktop/sun.png");
  background-position: 100% -40px;
  background-repeat: no-repeat;
}
@media (max-width: 943px) {
  header.header .left-background {
    display: none;
  }
}
header.header .right-background {
  height: 340px;
  flex-grow: 1;
  margin-top: 40px;
  background-position: 40px bottom;
  background-repeat: no-repeat;
}
@media (max-width: 943px) {
  header.header .right-background {
    height: 240px;
    margin-top: 24px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  header.header .right-background {
    height: 180px;
  }
}
header.header .header-container {
  max-width: 500px;
  padding-top: 64px;
  padding-right: 24px;
  padding-left: 32px;
}
@media (max-width: 943px) {
  header.header .header-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-left: 24px;
  }
}
header.header .header-container h1,
header.header .header-container .childcare,
header.header .header-container .description {
  width: 100%;
}
header.header .header-container h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 943px) {
  header.header .header-container h1 {
    margin-bottom: 26px;
    font-size: 30px;
    line-height: 40px;
  }
}
header.header .header-container .description {
  margin-bottom: 12px;
  font-size: 20px;
}
@media (max-width: 943px) {
  header.header .header-container .description {
    font-size: 16px;
  }
}
form.landing-search {
  max-width: 500px;
}
div.explore {
  margin-bottom: 64px;
}
div.explore .header-nav-container {
  overflow: auto;
}
div.explore .header-nav-container h2 {
  float: left;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  div.explore .header-nav-container h2 {
    float: none;
    margin-bottom: 12px;
  }
}
div.explore .see-all {
  float: right;
}
@media (max-width: 767px) {
  div.explore .see-all {
    float: none;
    font-size: 16px;
    line-height: 28px;
  }
}
div.explore ul.featured-places {
  margin-top: 24px;
  margin-bottom: 24px;
}
div.explore section.place-list {
  margin-bottom: 24px;
}
div.explore section.place-list div.place {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  div.explore section.place-list div.place {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
div.explore section.place-list div.place .contact-wrapper {
  display: none;
}
div.explore .view-more {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}
div.explore .view-more a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  padding-top: 12px;
  padding-right: 48px;
  padding-bottom: 12px;
  padding-left: 48px;
  background-color: #0DAEF2;
  box-shadow: 0px 8px 24px rgba(0, 135, 194, 0.12);
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
div.explore .view-more a:focus,
div.explore .view-more a:hover {
  background-color: #0d8fc6;
  text-decoration: none;
}
@media (max-width: 943px) {
  div.explore .view-more a {
    width: fit-content;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 943px) {
  div.explore .view-more {
    display: block;
    text-align: center;
    padding-bottom: 48px;
  }
}
section.what-is {
  max-width: 336px;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #F7FCFF;
}
@media (max-width: 943px) {
  section.what-is {
    max-width: 500px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
}
section.what-is div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 1099px) {
  section.what-is div {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
section.what-is div h2 {
  width: 216px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
section.what-is .sticker-accessory-questionballoon {
  display: none;
}
@media (max-width: 1099px) {
  section.what-is .sticker-accessory-questionballoon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
section.what-is p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.what-is p {
    font-size: 18px;
    line-height: 28px;
  }
}
section.intro {
  margin-bottom: 32px;
}
section.intro p {
  margin-bottom: 24px;
}
@media (max-width: 943px) {
  section.intro p {
    margin-bottom: 24px;
  }
}
section.intro p.callout {
  margin-right: -24px;
  padding: 24px;
  background-color: #F5F5F5;
}
@media (max-width: 943px) {
  section.intro p.callout {
    margin-right: 0;
  }
}
section.intro nav li {
  display: inline;
}
section.intro nav li + li:before {
  content: "\000B7 \00A0";
  margin: 0 2px;
}
section.explore-more {
  position: relative;
}
@media (max-width: 943px) {
  section.explore-more::after {
    content: '';
    position: absolute;
    top: 38px;
    right: 0;
    bottom: 24px;
    width: 38px;
    background: linear-gradient(270deg, #D9DCE0 0%, rgba(217, 220, 224, 0) 100%);
  }
}
section.explore-more ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 943px) {
  section.explore-more ul {
    flex-wrap: unset;
    overflow-x: auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 943px) {
  section.explore-more ul > :first-child {
    margin-left: 16px;
  }
}
@media (max-width: 943px) {
  section.explore-more {
    margin-bottom: 48px;
  }
}
@media (max-width: 943px) {
  section.explore-more::after {
    bottom: 16px;
  }
}
section.explore-more ul {
  gap: 8px;
}
section.explore-more li > a {
  display: block;
  width: 150px;
  height: 100%;
  border-radius: 16px;
  background-color: #0DAEF2;
  filter: drop-shadow(0px 2px 4px rgba(42, 44, 46, 0.12));
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  overflow-wrap: break-word;
  text-decoration: none;
}
@media (max-width: 943px) {
  section.explore-more li > a {
    min-width: 120px;
  }
}
section.explore-more li > a:hover,
section.explore-more li > a:focus {
  transition: all 120ms ease-out;
  transform: scale(1.01);
  background-color: #FFF;
  color: #0DAEF2;
}
div.why-winnie {
  display: flex;
  flex-direction: row;
  padding-bottom: 48px;
}
@media (max-width: 943px) {
  div.why-winnie {
    flex-direction: column;
  }
}
div.why-winnie section.intro {
  max-width: 580px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 32px;
  margin-left: 0;
}
@media (max-width: 943px) {
  div.why-winnie section.intro {
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
  }
}
div.why-winnie section.intro .bullets {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1099px) {
  div.why-winnie section.intro .bullets {
    font-size: 18px;
    line-height: 28px;
  }
}
div.why-winnie section.intro .bullets li {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
div.why-winnie section.intro .bullets li span.material-icons {
  margin-right: 16px;
  font-size: 32px;
}
@media (max-width: 767px) {
  div.why-winnie section.intro .bullets li span.material-icons {
    margin-right: 12px;
  }
}
div.why-winnie section.intro .bullets li .security {
  color: #F083E3;
}
div.why-winnie section.intro .bullets li .rating {
  color: #FCC059;
}
div.why-winnie section.intro .bullets li .update {
  color: #86DB70;
}
div.resources {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
@media (max-width: 943px) {
  div.resources {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}
div.resources ul.posts {
  margin-bottom: 32px;
}
div.resources .faq-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
div.resources .faq-column {
  display: flex;
  flex: 1;
  flex-direction: column;
}
div.resources .faq-column-first {
  flex: 2;
}
@media (max-width: 943px) {
  div.resources .faq-column-first {
    flex-basis: 100%;
  }
}
div.resources .faq-container {
  margin-right: 24px;
}
@media (max-width: 943px) {
  div.resources .faq-container {
    margin-right: 0;
  }
}
div.resources .faq-container .dropdown {
  cursor: pointer;
}
div.resources .faq-container .dropdown .question-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.resources .faq-container .dropdown .question-container .question {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}
div.resources .faq-container .dropdown .question-container .up-arrow {
  display: none;
}
div.resources .faq-container .dropdown .answer {
  display: none;
  padding-bottom: 16px;
  color: #56595D;
}
div.resources .faq-container .dropdown.active .question-container .down-arrow {
  display: none;
}
div.resources .faq-container .dropdown.active .question-container .up-arrow {
  display: block;
}
div.resources .faq-container .dropdown.active .answer {
  display: block;
}
div.resources .faq-container .dropdown:not(:last-child) {
  border-bottom: 1px solid #D9DCE0;
}
div.resources .faq-container .qa {
  flex: 0 0 400px;
  background-color: #F7FCFF;
}
div.resources .what-is {
  height: max-content;
}
@media (max-width: 943px) {
  div.resources .what-is {
    margin-top: 48px;
  }
}
div.resources a.view-more {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  padding-top: 12px;
  padding-right: 48px;
  padding-bottom: 12px;
  padding-left: 48px;
  background: #0DAEF2;
  box-shadow: 0px 8px 24px rgba(0, 135, 194, 0.12);
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
div.resources a.view-more:hover,
div.resources a.view-more:focus {
  background-color: #007EB5;
  text-decoration: none;
}
@media (max-width: 943px) {
  div.resources a.view-more {
    font-size: 16px;
  }
}
@media (min-width: 944px) {
  section.featured {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 943px) {
  section.featured {
    margin-bottom: 24px;
  }
}
section.featured > ul > li {
  margin-bottom: 24px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  section.featured > ul > li {
    margin-bottom: 16px;
    padding-right: 0;
  }
}
section.featured > ul > li:last-child {
  margin-bottom: 0;
}
section.featured > ul > li h2 {
  margin-bottom: 8px;
}
section.featured .photo {
  float: left;
  width: 88px;
  height: 88px;
}
@media (max-width: 767px) {
  section.featured .photo {
    width: 80px;
    height: 80px;
  }
}
section.featured .photo + div {
  min-height: 88px;
  margin-left: 112px;
}
@media (max-width: 767px) {
  section.featured .photo + div {
    min-height: 80px;
    margin-left: 104px;
  }
}
section.featured h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.featured h3 {
    font-size: 18px;
    word-wrap: break-word;
  }
}
section.featured .meta {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}
section.featured .meta .rating {
  color: #56595D;
}
section.featured .meta .rating:after {
  color: #FCC059;
}
section.featured .description {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
}
section.featured .properties {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #56595D;
}
section.featured span.upcoming {
  color: #FFA72E;
}
section.featured span.full {
  color: #DA3559;
}
section.featured .quote {
  position: relative;
  margin-top: 12px;
}
section.featured .quote > a {
  display: block;
  border-left: solid 4px #5DCFFF;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 14px;
  background-color: #F9F9F9;
  color: inherit;
  overflow-wrap: break-word;
}
section.featured .quote > a:hover,
section.featured .quote > a:focus {
  border-color: #5DCFFF;
  text-decoration: none;
}
section.featured .quote > a:after {
  position: absolute;
  top: -4px;
  left: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #5DCFFF;
  content: "";
}
section.featured span.sponsor {
  display: inline-block;
  margin-top: 1px;
  margin-right: 8px;
  border: 1px solid #D9DCE0;
  border-radius: 2px;
  padding: 2px;
  font-size: 12px;
  line-height: 10px;
  vertical-align: top;
}
section.featured span.sponsor:after {
  display: none;
}
section.map {
  margin-bottom: 32px;
  padding: 0;
}
section.map a.map {
  display: block;
  height: 260px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  section.map a.map {
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
section.map a.map + div {
  padding: 12px 24px;
}
section.map strong {
  display: block;
  line-height: 1.5;
}
section.map .meta a {
  color: #007EB5;
}
div.place {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #FFF;
  border-bottom-color: #D9DCE0;
  padding: 16px;
  transition: all 120ms ease-out;
}
@media (max-width: 943px) {
  div.place {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (max-width: 767px) {
  div.place {
    margin: 0 -16px;
  }
}
div.place.INSERTED_AD {
  margin-top: -1px;
  border-color: transparent;
  background-color: #F5F5F5;
}
div.place.INSERTED_AD .place-heading {
  padding-bottom: 12px;
}
div.place .info-wrapper,
div.place .description-wrapper,
div.place .program-wrapper,
div.place .contact-wrapper,
div.place .job-wrapper {
  margin-left: 156px;
}
@media (max-width: 767px) {
  div.place .info-wrapper,
  div.place .description-wrapper,
  div.place .program-wrapper,
  div.place .contact-wrapper,
  div.place .job-wrapper {
    margin-left: 0;
  }
}
div.place .image-wrapper {
  position: relative;
  float: left;
}
div.place .photo {
  width: 140px;
  height: 140px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  div.place .photo {
    width: 100px;
    height: 100px;
  }
}
div.place .info-wrapper {
  margin-bottom: 12px;
  justify-content: center;
  align-content: flex-start;
}
@media (max-width: 767px) {
  div.place .info-wrapper {
    min-height: 100px;
    padding-left: 8px;
  }
}
div.place h2 {
  margin-bottom: 6px;
  font-size: 20px;
}
@media (max-width: 767px) {
  div.place h2 {
    word-wrap: break-word;
    font-size: 18px;
  }
}
div.place div.place-name {
  float: left;
  width: 75%;
}
@media (max-width: 767px) {
  div.place div.place-name {
    float: none;
    width: 100%;
  }
}
div.place div.place-location {
  float: right;
  width: 23%;
  margin-bottom: 6px;
  text-align: right;
  font-size: 12px;
  color: #788491;
}
@media (max-width: 767px) {
  div.place div.place-location {
    float: none;
    width: 100%;
    text-align: left;
  }
}
div.place div.place-location > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  div.place div.place-location > span {
    display: inline-block;
  }
}
div.place div.place-location > span:after {
  display: none;
}
@media (max-width: 767px) {
  div.place div.place-location > span:after {
    display: inline-block;
  }
}
div.place div.place-location > span:last-child:after {
  display: none;
}
div.place .place-badges {
  float: left;
  width: 75%;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  div.place .place-badges {
    float: none;
    width: 100%;
  }
}
div.place .place-badges:last-child {
  margin-bottom: 0;
}
div.place .description-wrapper {
  margin-bottom: 16px;
}
div.place .description-wrapper .description + .quote {
  margin-top: 16px;
}
div.place .description,
div.place .quote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #56595D;
}
div.place .quote {
  font-style: italic;
}
div.place .quote:before {
  content: '\201C';
  vertical-align: middle;
  margin-right: 2px;
  line-height: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #AFB5BC;
}
div.place div.program-wrapper,
div.place div.job-wrapper {
  margin-top: 8px;
}
div.place div.program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 1px solid #5DCFFF;
  border-radius: 6px;
  transition: all 120ms ease-out;
}
div.place div.program:hover {
  box-shadow: 0 4px 16px 0 rgba(93, 207, 255, 0.4);
  transform: scale(1.01);
  cursor: pointer;
}
div.place div.program:hover h3 {
  font-weight: bold;
  color: #005F89;
}
div.place div.program h3 {
  margin-bottom: 0;
}
div.place div.program .badges {
  margin-top: 0;
  margin-bottom: 0;
}
div.place div.program .description {
  flex-basis: 100%;
  padding-top: 8px;
  line-height: 18px;
}
div.place a.program-link {
  text-decoration: none;
}
div.place div.more-programs {
  margin-top: 8px;
}
div.place div.more-programs p {
  font-size: 14px;
  color: #56595D;
}
div.place div.more-programs a {
  text-decoration: underline;
  color: #007EB5;
}
div.place div.more-programs a:first-of-type {
  margin-left: 3px;
}
div.place div.more-programs a:hover {
  color: #005F89;
}
div.place .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  border-top: 1px solid #D9DCE0;
  padding-top: 16px;
  font-size: 14px;
  color: #56595D;
}
div.place .contact-wrapper div.details p {
  display: inline-block;
  margin-right: 8px;
}
div.place .contact-wrapper div.details p > .material-icons {
  font-size: 16px;
  vertical-align: sub;
}
div.place .contact-wrapper div.details p.response > .material-icons {
  color: #FF5373;
}
div.place .contact-wrapper div.details p.spanish > .material-icons {
  color: #9860CA;
}
div.place aside {
  display: none;
}
@media (min-width: 767px) {
  div.place aside .place-name {
    color: #2A2C2E;
  }
}
@media (max-width: 767px) {
  div.place aside {
    padding-right: 10px;
  }
}
.featured-places a {
  display: block;
  margin-bottom: 8px;
}
.featured-places li {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background-color: #FFF;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  box-shadow: 0px 4px 10px #D9DCE0;
}
.featured-places li:hover .name {
  text-decoration: underline;
}
.featured-places img {
  width: 258px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.featured-places .name {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 943px) {
  .featured-places .name {
    font-size: 20px;
    line-height: 30px;
  }
}
.featured-places .description {
  margin-bottom: 16px;
  color: #2A2C2E;
  font-size: 16px;
  line-height: 24px;
}
header.church_daycares .right-background,
header.daycare_centers .right-background,
header.daycare_homes .right-background,
header.daycares .right-background,
header.drop_in_daycares .right-background,
header.guarderias .right-background,
header.infant_daycares .right-background,
header.part_time_daycares .right-background,
header.spanish_daycares .right-background,
header.special_needs .right-background,
header.toddler_daycares .right-background,
header.transportation .right-background,
header.weekend_daycares .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/daycares.png");
}
header.preschools .right-background,
header.bilingual .right-background,
header.free_preschools .right-background,
header.part_time_preschools .right-background,
header.pre_k .right-background,
header.spanish_immersion .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/preschools.png");
}
header.school_care .right-background,
header.after_school_care .right-background,
header.before_school_care .right-background,
header.private_kindergarten .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/school_care.png");
}
header.tutoring .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/tutoring.png");
}
header.k12 .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/k12_schools.png");
}
header.parochial_schools .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/parochial_schools.png");
}
header.au_pairs .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/au-pairs.png");
}
header.babysitters .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/babysitters.png");
}
header.daycare_24hour .right-background,
header.overnight_childcare .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/overnight.png");
}
header.montessori_schools .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/montessori.png");
}
header.summer_care .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/summer_camp.png");
}
header.childcare .right-background,
header.childcare_centers .right-background,
header.emergency_childcare .right-background,
header.military_childcare .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/daycares.png");
}
header.childcare_jobs .right-background,
header.daycare_jobs .right-background,
header.preschool_jobs .right-background {
  background-image: url("https://winnie-static.imgix.net/landing/hero/preschools.png");
}
footer.content {
  margin-top: 64px;
  background-color: #F5F5F5;
}
section.nearby {
  margin-top: 32px;
  margin-bottom: 32px;
}
section.nearby h3 {
  margin-bottom: 24px;
  font-size: 20px;
}
@media (min-width: 768px) {
  section.nearby ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
section.nearby li {
  margin-bottom: 8px;
}
section.nearby li a {
  color: #56595D;
}
section.cards {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 767px) {
  section.cards {
    flex-wrap: wrap;
  }
}
section.cards .card {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  padding: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  section.cards .card {
    margin-bottom: 16px;
  }
}
section.cards .card div.card-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
section.cards .card a.btn {
  font-size: 14px;
}
section.cards .card strong {
  font-size: 16px;
}
section.cards .card p {
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 32px;
}
section.cards .card p strong {
  font-size: 14px;
}
section.cards .card span.icon {
  width: 40px;
  margin-top: -8px;
  background-size: contain;
}
section.cards .card span.ask {
  width: 78px;
  background-image: url("https://winnie-static.imgix.net/childcare/confused@3x.png");
}
section.cards .card span.claim {
  width: 78px;
  background-image: url("https://winnie-static.imgix.net/childcare/balloons@3x.png");
}
section.cards .card span.advice {
  background-image: url("https://winnie-static.imgix.net/childcare/eyes@2x.png");
}
section.cards .card span.upgrade {
  background-image: url("https://winnie-static.imgix.net/childcare/ribbon@2x.png");
}
section.cards .card span.job {
  background-image: url("https://winnie-static.imgix.net/childcare/apple@2x.png");
}
section.cards .icon {
  width: 78px;
  height: 78px;
}
.hero .checkbox input[type="checkbox"],
.header .checkbox input[type="checkbox"] {
  position: unset;
  margin-left: unset;
}
.hero .form-control,
.header .form-control {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.hero .form-control:hover,
.header .form-control:hover,
.hero .form-control:focus,
.header .form-control:focus {
  border-color: #5DCFFF;
}
@media (max-width: 943px) {
  .hero .form-control,
  .header .form-control {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.hero .button-group .btn,
.header .button-group .btn {
  float: unset;
}
form.landing-search .form-groups {
  display: block;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
form.landing-search .form-groups::before,
form.landing-search .form-groups::after {
  display: table;
  content: " ";
}
form.landing-search .form-groups::after {
  clear: both;
}
@media (max-width: 767px) {
  form.landing-search .form-groups {
    flex-direction: column;
  }
}
form.landing-search .form-group {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  form.landing-search .form-group {
    margin-right: auto;
    margin-left: auto;
    max-width: unset;
  }
}
form.landing-search label {
  margin-bottom: 8px;
  color: #56595D;
  font-size: 14px;
}
form.landing-search .input-group {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #D9DCE0;
  border-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  background-color: #FFF;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 120ms ease-out;
}
form.landing-search .input-group::before,
form.landing-search .input-group::after {
  display: table;
  content: " ";
}
form.landing-search .input-group::after {
  clear: both;
}
form.landing-search .input-group:focus,
form.landing-search .input-group:hover {
  border-color: #5DCFFF;
  box-shadow: 0 4px 16px rgba(93, 207, 255, 0.24);
  cursor: pointer;
}
form.landing-search .input-group.error {
  border-color: #FF5373;
  box-shadow: 0 4px 16px rgba(93, 207, 255, 0.24);
}
@media (max-width: 767px) {
  form.landing-search .input-group {
    border-radius: 10000px;
  }
}
form.landing-search .form-group.age-inputs {
  margin-right: 16px;
}
@media (max-width: 767px) {
  form.landing-search .form-group.age-inputs {
    margin-right: 0;
  }
}
form.landing-search .form-group.age {
  margin-top: 12px;
  margin-bottom: 12px;
}
form.landing-search .form-group.age li {
  margin-right: 12px;
  margin-left: 12px;
}
form.landing-search .form-group.age label.checkbox {
  margin-bottom: 0;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 16px;
}
form.landing-search .form-group.age label.checkbox > span {
  display: inline-block;
  margin-left: 8px;
}
form.landing-search .form-group.age label.checkbox:hover,
form.landing-search .form-group.age label.checkbox:focus {
  background-color: #F7FCFF;
  border-color: #5DCFFF;
  color: #007EB5;
  cursor: pointer;
}
form.landing-search .form-group.location {
  max-width: unset;
}
form.landing-search .material-icons,
form.landing-search .input.selected-ages,
form.landing-search .input.location {
  float: left;
}
form.landing-search .input-group .form-control {
  width: auto;
}
@supports (display:flex) {
  form.landing-search .input-group .form-control {
    width: 100%;
  }
}
form.landing-search .material-icons {
  color: #788491;
  font-size: 20px;
}
@media (max-width: 767px) {
  form.landing-search .material-icons {
    font-size: 14px;
  }
}
form.landing-search input.selected-ages,
form.landing-search input.location {
  border-color: transparent;
  border-width: 0;
  padding-left: 8px;
  background-color: transparent;
  font-size: 16px;
}
form.landing-search input.selected-ages ::placeholder,
form.landing-search input.location ::placeholder {
  color: #AFB5BC;
}
@media (max-width: 767px) {
  form.landing-search input.selected-ages,
  form.landing-search input.location {
    font-size: 14px;
  }
}
form.landing-search input.selected-ages:hover,
form.landing-search input.selected-ages:focus {
  cursor: pointer;
}
form.landing-search .age-options {
  display: none;
  height: auto;
  margin-top: 2px;
  border-radius: 8px;
  position: absolute;
  padding: 0;
  background-color: #FFF;
  text-align: left;
  z-index: 10;
}
form.landing-search .button-group {
  display: block;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  font-size: 14px;
  overflow: unset;
  text-align: left;
}
form.landing-search .button-group::before,
form.landing-search .button-group::after {
  display: table;
  content: " ";
}
form.landing-search .button-group::after {
  clear: both;
}
@media (max-width: 767px) {
  form.landing-search .button-group {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
form.landing-search .btn-search {
  margin-bottom: 12px;
  max-width: min-content;
  min-width: fit-content;
  white-space: normal;
  padding-top: 6px;
  padding-right: 24px;
  padding-bottom: 6px;
  padding-left: 24px;
  background-color: #0DAEF2;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  transition: all 120ms ease-out;
  border-radius: 8px;
}
form.landing-search .btn-search:disabled {
  background-color: #AFB5BC;
  color: #56595D;
  transform: none;
}
form.landing-search .btn-search:disabled:hover,
form.landing-search .btn-search:disabled:focus {
  background-color: #AFB5BC;
  box-shadow: 0 0 0 0 transparent;
}
form.landing-search .btn-search:hover,
form.landing-search .btn-search:focus {
  background-color: #0DAEF2;
  box-shadow: 0 4px 16px 0 rgba(93, 207, 255, 0.4);
}
@media screen and (max-width: 767px) {
  form.landing-search .btn-search {
    max-width: unset;
  }
}
a.tertiary-link {
  display: inline-block;
  text-decoration: none;
  color: #005F89;
  font-weight: bold;
}
.hero form.landing-search .form-group.location {
  max-width: 240px;
}
@media (max-width: 767px) {
  .hero form.landing-search .form-group.location {
    margin-right: auto;
    margin-left: auto;
    max-width: unset;
  }
}
div.nearby {
  margin-bottom: 48px;
}
@media (max-width: 943px) {
  div.nearby {
    margin-bottom: 16px;
  }
}
div.nearby nav li {
  display: inline;
}
div.nearby nav li + li:before {
  content: "\000B7 \00A0";
  margin-right: 2px;
  margin-left: 2px;
}
div.rating {
  margin-bottom: 48px;
}
div.rating h3 {
  margin-bottom: 24px;
  font-size: 20px;
}
div.rating p {
  margin-bottom: 16px;
}
.job-explore .header-nav-container .featured-header {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 943px) {
  .job-explore .header-nav-container .featured-header {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 943px) {
  .job-explore div.featured-container {
    padding-top: 8px;
  }
}
div.job-why-winnie {
  padding-top: 0;
}
div.job-why-winnie section.intro {
  max-width: none;
}
@media (max-width: 943px) {
  div.job-why-winnie section.intro {
    margin-bottom: 0;
  }
}
div.job-why-winnie section.intro .bullets {
  display: flex;
}
@media (max-width: 943px) {
  div.job-why-winnie section.intro .bullets {
    flex-direction: column;
  }
}
div.job-why-winnie section.intro .bullets li {
  align-items: start;
  margin-top: 0;
  margin-right: 24px;
}
div.hire-with-winnie {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 943px) {
  div.hire-with-winnie {
    flex-direction: column;
  }
}
div.hire-with-winnie img {
  width: 432px;
  margin-right: 64px;
}
@media (max-width: 943px) {
  div.hire-with-winnie img {
    width: 298px;
    margin-right: unset;
    padding-bottom: 24px;
  }
}
div.hire-with-winnie div.description h2 {
  margin-bottom: 24px;
}
div.hire-with-winnie div.description p {
  margin-bottom: 24px;
}
div.hire-with-winnie div.description .btn {
  display: block;
  width: 170px;
  font-weight: 600;
}
@media (max-width: 943px) {
  div.hire-with-winnie div.description .btn {
    margin: auto;
  }
}
.non-geo-container header {
  justify-content: center;
}
@media (max-width: 943px) {
  .non-geo-container header {
    flex-direction: column-reverse;
  }
}
.non-geo-container header .header-container {
  padding-left: 0;
}
@media (max-width: 943px) {
  .non-geo-container header .header-container {
    padding-top: 0;
    padding-left: 24px;
  }
}
.non-geo-container header .right-background {
  background-position: center;
  background-size: contain;
  max-width: 444px;
}
@media (max-width: 943px) {
  .non-geo-container header .right-background {
    max-width: unset;
  }
}
.non-geo-container .explore {
  margin-bottom: 64px;
}
@media (max-width: 943px) {
  .non-geo-container .explore .explore-header {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.non-geo-container .places .featured-place,
.non-geo-container .places .place {
  display: flex;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 4px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #D9DCE0;
  border-left: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(174, 181, 187, 0.6);
  transition: all 120ms ease-out;
}
@media (max-width: 943px) {
  .non-geo-container .places .featured-place,
  .non-geo-container .places .place {
    display: block;
  }
}
.non-geo-container .places .featured-place:focus,
.non-geo-container .places .place:focus,
.non-geo-container .places .featured-place:hover,
.non-geo-container .places .place:hover {
  text-decoration: none;
  margin-right: -10px;
  margin-left: -10px;
  border: 1px solid #F7FCFF;
  border-radius: 16px;
  transform: scale(1.01);
}
@media (max-width: 943px) {
  .non-geo-container .places .featured-place:focus,
  .non-geo-container .places .place:focus,
  .non-geo-container .places .featured-place:hover,
  .non-geo-container .places .place:hover {
    margin-right: 1px;
    margin-left: 1px;
  }
}
.non-geo-container .places .featured-place:focus .info-wrapper > h2,
.non-geo-container .places .place:focus .info-wrapper > h2,
.non-geo-container .places .featured-place:hover .info-wrapper > h2,
.non-geo-container .places .place:hover .info-wrapper > h2 {
  color: #005F89;
}
.non-geo-container .places .featured-place .image-wrapper,
.non-geo-container .places .place .image-wrapper {
  padding-right: 16px;
}
@media (max-width: 943px) {
  .non-geo-container .places .featured-place .image-wrapper,
  .non-geo-container .places .place .image-wrapper {
    display: flex;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.non-geo-container .places .featured-place .image-wrapper img,
.non-geo-container .places .place .image-wrapper img {
  height: 172px;
  width: 240px;
  object-fit: cover;
}
@media (max-width: 943px) {
  .non-geo-container .places .featured-place .image-wrapper img,
  .non-geo-container .places .place .image-wrapper img {
    height: 120px;
    width: 100%;
  }
}
.non-geo-container .places .featured-place .info-wrapper,
.non-geo-container .places .place .info-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.non-geo-container .places .featured-place .info-wrapper p,
.non-geo-container .places .place .info-wrapper p {
  color: #2A2C2E;
}
.non-geo-container .places .featured-place .info-wrapper h2,
.non-geo-container .places .place .info-wrapper h2 {
  margin-bottom: 8px;
  font-size: 24px;
}
.non-geo-container .places .featured-place .badges,
.non-geo-container .places .place .badges {
  margin-bottom: 8px;
}
.non-geo-container .places .featured-place .badges .views,
.non-geo-container .places .place .badges .views {
  background-color: initial;
  color: #2A2C2E;
}
.non-geo-container .places .featured-place .badges .views .material-icons,
.non-geo-container .places .place .badges .views .material-icons {
  color: #AFB5BC;
}
.non-geo-container .places .place .image-wrapper {
  display: flex;
  align-items: center;
}
.non-geo-container .places .place .image-wrapper img {
  height: 72px;
  width: 72px;
  border-radius: 6px;
}
@media (max-width: 943px) {
  .non-geo-container .places .place .image-wrapper img {
    height: 48px;
    width: 48px;
    margin-right: 8px;
  }
}
.non-geo-container .places .place .image-wrapper h2 {
  display: none;
}
@media (max-width: 943px) {
  .non-geo-container .places .place .image-wrapper h2 {
    display: block;
    flex: 1;
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media (max-width: 943px) {
  .non-geo-container .places .place .info-wrapper h2 {
    display: none;
  }
}
.non-geo-container .places .place .info-wrapper p {
  max-width: 728px;
}
.non-geo-container .places .featured-place .image-wrapper > h2 {
  display: none;
}
.non-geo-container .places .featured-place .info-wrapper > p {
  max-width: 570px;
}
.non-geo-container .places .featured-place:first-of-type {
  box-shadow: 0px 1px 2px rgba(174, 181, 187, 0.6);
}
/* layout */
div.content-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  div.content-flex {
    display: block;
    margin-bottom: 24px;
  }
}
div.content-flex section {
  flex: 1;
}
@media (max-width: 767px) {
  div.content-flex section {
    margin-bottom: 24px;
  }
}
div.content-flex section + section.highlight {
  max-width: 336px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  div.content-flex section + section.highlight {
    max-width: auto;
    margin-left: 0;
  }
}
/* highlight */
section.highlight {
  padding: 40px;
  background-color: #F7FCFF;
}
@media (max-width: 767px) {
  section.highlight {
    padding: 24px;
  }
}
section.highlight h2 {
  margin-bottom: 16px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.5;
}
/* winnie bullets */
section.winnie p {
  margin-bottom: 24px;
}
section.winnie ul {
  font-size: 18px;
}
@media (max-width: 767px) {
  section.winnie ul {
    font-size: 16px;
  }
}
section.winnie ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
section.winnie ul span.material-icons {
  margin-right: 16px;
  font-size: 32px;
  line-height: 32px;
}
section.winnie .security {
  color: #F083E3;
}
section.winnie .rating {
  color: #FCC059;
}
section.winnie .update {
  color: #86DB70;
}
/* resources */
section.faq dl > dt {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  cursor: pointer;
}
section.faq dl > dt h3 {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
section.faq dl > dt span.material-icons {
  position: absolute;
  right: 0;
}
section.faq dl > dd {
  padding-bottom: 16px;
  color: #56595D;
}
section.faq dl dd + dt {
  border-top: 1px solid #D9DCE0;
}
section.faq dt + dd {
  display: none;
}
section.faq dt span.down-arrow {
  display: inline-block;
}
section.faq dt span.up-arrow {
  display: none;
}
section.faq dt.active + dd {
  display: block;
}
section.faq dt.active span.down-arrow {
  display: none;
}
section.faq dt.active span.up-arrow {
  display: inline-block;
}
div.more {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
div.more .btn-primary {
  padding-left: 48px;
  padding-right: 48px;
  box-shadow: 0px 8px 24px rgba(0, 135, 194, 0.24);
}
