@media (max-width: 1279px) {
  .navbar {
    z-index: 1010;
  }
}
body.sitenav .modal-backdrop {
  opacity: 0.1;
}
/*
 * content
 */
@media (max-width: 943px) {
  .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.content section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.wavy {
  background-color: #F7FCFF;
  overflow: hidden;
}
.wavy::before,
.wavy::after {
  display: block;
  content: '';
  width: 100%;
  height: 64px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 856 87" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M856 27V0H0v27l20-8C41 12 81-4 122 6s82 45 122 60c41 16 82 11 123-2 40-14 82-37 122-35 41 1 82 26 123 41 40 15 73 22 110 12 37-9 74-35 134-55Z" fill="%23F7FCFF"/></svg>');
  background-repeat: repeat-x;
  background-color: #FFF;
  overflow: hidden;
}
@media (max-width: 943px) {
  .wavy::before,
  .wavy::after {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .wavy::before,
  .wavy::after {
    height: 32px;
  }
}
.wavy::before {
  transform: scale(-1, -1);
}
@media (max-width: 943px) {
  .wavy::before {
    transform: scale(-1.5, -1);
  }
}
@media (max-width: 767px) {
  .wavy::before {
    transform: scale(-2, -1);
  }
}
@media (max-width: 943px) {
  .wavy::after {
    transform: scale(1.5, 1);
  }
}
@media (max-width: 767px) {
  .wavy::after {
    transform: scale(-2, 1);
  }
}
.wavy > .content {
  position: relative;
  margin-top: -16px;
  margin-bottom: -16px;
}
@media (max-width: 943px) {
  .wavy > .content {
    margin-top: -32px;
    margin-bottom: -32px;
  }
}
@media (max-width: 767px) {
  .wavy > .content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wavy .content {
  background-color: transparent;
  box-shadow: none;
}
.wavy .content section {
  padding-top: 0;
  padding-bottom: 0;
}
/*
 * header
 */
h1 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
header.header {
  background-color: #FFF;
}
header.header section.press {
  padding-top: 0;
  padding-bottom: 0;
}
section.hero {
  min-height: calc( 246px * 2 );
  margin-bottom: 56px;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  background-image: url("https://winnie-static.imgix.net/home/desktop/lg-classroom@2x.png"), url('data:image/svg+xml,<svg viewBox="0 0 856 87" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M856 27V0H0v27l20-8C41 12 81-4 122 6s82 45 122 60c41 16 82 11 123-2 40-14 82-37 122-35 41 1 82 26 123 41 40 15 73 22 110 12 37-9 74-35 134-55Z" fill="%23F7FCFF"/></svg>');
  background-position-x: calc( ( 100% + 528px ) / 2 ), 50%;
  background-position-y: 90%, 0;
  background-size: 600px auto, auto 400px;
  background-repeat: no-repeat, repeat-x;
}
@media (max-width: 1279px) {
  section.hero {
    min-height: calc( 246px * 1.8 );
    background-position-x: calc(528px + 96px), 50%;
  }
}
@media (max-width: 1099px) {
  section.hero {
    background-position-x: 528px, 50%;
  }
}
@media (max-width: 943px) {
  section.hero {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  section.hero {
    min-height: 720px;
    background-image: url("https://winnie-static.imgix.net/home/mobile/sm-classroom@2x.png"), url('data:image/svg+xml,<svg viewBox="0 0 856 87" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M856 27V0H0v27l20-8C41 12 81-4 122 6s82 45 122 60c41 16 82 11 123-2 40-14 82-37 122-35 41 1 82 26 123 41 40 15 73 22 110 12 37-9 74-35 134-55Z" fill="%23F7FCFF"/></svg>');
    background-position-x: 50%, 50%;
    background-position-y: 100%, 0;
    background-repeat: no-repeat;
    background-size: 453px 246px, auto 500px;
  }
}
section.hero .container {
  margin-right: auto;
  margin-left: auto;
  max-width: 944px;
  width: 100%;
}
@media (max-width: 767px) {
  section.hero .container {
    max-width: 528px;
  }
}
section.hero h1 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  section.hero h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
section.hero p.winnie-connects {
  margin-bottom: 12px;
  max-width: 480px;
  font-size: 20px;
}
@media (max-width: 943px) {
  section.hero p.winnie-connects {
    max-width: unset;
  }
}
/*
 * content
*/
div.feature {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 943px) {
  div.feature + div.feature {
    margin-top: 32px;
  }
}
div.feature .illustration {
  object-fit: contain;
}
@media (max-width: 943px) {
  div.feature .illustration {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 767px) {
  div.feature .illustration {
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
div.feature h2 {
  margin-bottom: 24px;
  font-size: 30px;
}
@media (max-width: 943px) {
  div.feature h2 {
    font-size: 24px;
  }
}
div.feature p {
  margin-bottom: 24px;
  font-size: 20px;
}
@media (max-width: 943px) {
  div.feature p {
    font-size: 18px;
  }
}
div.feature .btn {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  div.feature .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.parents div.feature {
    flex-direction: column-reverse;
    gap: 0;
  }
}
section.parents div.feature:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.parents div.feature:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
section.jobs div.feature {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.jobs div.feature {
    margin-bottom: 0;
    flex-direction: column;
  }
}
section.providers div.feature {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.providers div.feature {
    flex-direction: column;
  }
}
section.resources::after {
  clear: both;
  display: block;
  content: "";
}
section.resources div.featured-posts,
section.resources div.for-parents,
section.resources div.for-providers {
  float: left;
}
section.resources div.featured-posts {
  width: 680px;
  margin-bottom: 32px;
  padding-right: 80px;
}
@media (max-width: 943px) {
  section.resources div.featured-posts {
    float: none;
    width: auto;
    margin-bottom: 64px;
    padding-right: 0;
  }
}
section.resources div.for-parents,
section.resources div.for-providers {
  width: 264px;
  margin-bottom: 48px;
}
@media (max-width: 943px) {
  section.resources div.for-parents,
  section.resources div.for-providers {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  section.resources div.for-parents,
  section.resources div.for-providers {
    float: none;
    width: auto;
    margin-top: 40px;
  }
}
ul.posts h3 {
  font-size: inherit;
  line-height: 1.2;
}
ul.posts .card .thumb {
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  ul.posts .card .thumb {
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
  }
}
ul.posts + div.more {
  margin-top: 24px;
  text-align: center;
}
ul.posts + div.more .btn {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  ul.posts + div.more .btn {
    width: 100%;
  }
}
ul.resources li {
  margin-bottom: 16px;
}
ul.resources h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 18px;
}
ul.resources ul {
  margin-bottom: 32px;
}
ul.resources a {
  color: #2A2C2E;
  text-decoration: underline;
}
section.download {
  position: relative;
  text-align: center;
  padding-left: 212px;
  padding-right: 212px;
}
@media (max-width: 943px) {
  section.download {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  section.download {
    padding-left: 0;
    padding-right: 0;
  }
}
section.download::before,
section.download::after {
  display: block;
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 943px) {
  section.download::before,
  section.download::after {
    display: none;
  }
}
section.download::before {
  top: 0;
  left: 0;
  background-image: url("https://winnie-static.imgix.net/home/small-clouds.png?w=180&dpr=3&fit=scale&auto=compress");
  background-position: 0 40px;
}
section.download::after {
  top: 0;
  right: 0;
  background-image: url("https://winnie-static.imgix.net/home/big-cloud.png?w=180&dpr=3&fit=scale&auto=compress");
  background-position: 0 20px;
}
section.download h2 {
  margin-bottom: 16px;
  font-size: 22px;
}
section.download p {
  margin-bottom: 32px;
  font-size: 18px;
}
section.cost-guides p {
  margin-bottom: 16px;
}
section.cost-guides ul {
  margin-top: 32px;
}
ul.guides {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
ul.guides > li {
  width: 20%;
  margin-bottom: 16px;
}
@media (max-width: 943px) {
  ul.guides > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  ul.guides > li {
    width: 180px;
  }
}
ul.guides .thumb {
  float: left;
  width: 35px;
  height: 35px;
}
ul.guides .thumb + div {
  margin-left: 45px;
  line-height: 35px;
}
ul.guides a {
  color: #2A2C2E;
}
section.featured-cities {
  text-align: center;
}
section.featured-cities ul.cities {
  padding-left: 24px;
  padding-right: 24px;
}
ul.cities > li {
  display: inline-block;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  color: #56595D;
}
@media (max-width: 767px) {
  ul.cities > li {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
ul.cities .secondary-link {
  font-weight: bold;
}
@media (max-width: 767px) {
  ul.cities .secondary-link {
    font-size: 14px;
  }
}
ul.cities small {
  color: inherit;
}
@media (max-width: 767px) {
  ul.cities small {
    font-size: 12px;
  }
}
footer.expanded-footer {
  padding-bottom: 0;
}
footer.expanded-footer > .container {
  display: table;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer.expanded-footer > .container {
    display: block;
  }
}
footer.expanded-footer div.list {
  display: table-cell;
  text-align: left;
  padding-right: 16px;
}
@media (max-width: 767px) {
  footer.expanded-footer div.list {
    display: block;
    margin-bottom: 16px;
  }
}
footer.expanded-footer div.list:last-child {
  padding-right: 0;
}
footer.expanded-footer div.list button {
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer.expanded-footer div.list button {
    font-size: 14px;
  }
}
footer.expanded-footer div.list button span.material-icons {
  margin-left: 8px;
  vertical-align: top;
}
footer.expanded-footer div.list ul {
  display: none;
}
footer.expanded-footer div.list li {
  margin-bottom: 8px;
}
footer.expanded-footer div.list li a {
  font-size: 14px;
  color: #56595D;
}
.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;
}
form.landing-search .form-groups::before,
form.landing-search .form-groups::after {
  display: table;
  content: " ";
}
form.landing-search .form-groups::after {
  clear: both;
}
form.landing-search .form-groups::before,
form.landing-search .form-groups::after {
  display: table;
  content: " ";
}
form.landing-search .form-groups::after {
  clear: both;
}
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: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  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::before,
form.landing-search .input-group::after {
  display: table;
  content: " ";
}
form.landing-search .input-group::after {
  clear: both;
}
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::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: 2px;
}
@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: #56595D;
  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;
}
form.landing-search .button-group::before,
form.landing-search .button-group::after {
  display: table;
  content: " ";
}
form.landing-search .button-group::after {
  clear: both;
}
form.landing-search .button-group::before,
form.landing-search .button-group::after {
  display: table;
  content: " ";
}
form.landing-search .button-group::after {
  clear: both;
}
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: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  background-color: #2A2C2E;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  transition: all 120ms ease-out;
}
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;
  }
}
.tertiary-link {
  display: inline-block;
}
.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;
  }
}
section.press {
  padding-bottom: 56px;
}
section.press .container {
  width: 100%;
  max-width: 1300px;
}
section.press ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.press ul li {
  flex: 1 0 16.666%;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 943px) {
  section.press ul li {
    flex: 1 0 33%;
  }
}
@media (max-width: 943px) {
  section.press ul li.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  section.press ul li img {
    width: 100%;
    height: auto;
    padding-right: 24px;
  }
}
