h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.9vw;
  line-height: 2.8vw;
  font-style: italic;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

strong {
  color: #e02345;
  font-weight: 700;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0) 64%), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0) 64%), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.daycare {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../../images/daycare/Daycare Hero v1.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.hero-title {
  font-family: Quicksand, sans-serif;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-title.daycare {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 6.8vw;
  line-height: 6.8vw;
  font-weight: 100;
  letter-spacing: -2px;
}

.title-container {
  max-width: 50%;
  margin-right: 6%;
  text-align: right;
}

.title-container.daycare {
  max-width: 42%;
  margin-right: 0%;
  margin-left: 6%;
  text-align: left;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #36b7bf;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button.daycare {
  float: left;
}

.arrow {
  width: 30px;
  margin-left: 10px;
}

.subtitle.daycare {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vw;
  line-height: 2.4vw;
  font-weight: 300;
}

.input {
  height: 58px;
  margin-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #36b7bf;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  font-size: 19px;
}

.for-wrapper {
  width: 100%;
}

.form {
  min-width: 550px;
}

.sub-text {
  clear: both;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

html.w-mod-js *[data-ix="button-trigger"] {
  opacity: 0;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

html.w-mod-js *[data-ix="form-trigger"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-1"] {
  opacity: 0;
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

@media (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 33px;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, .96) 23%, hsla(0, 0%, 100%, 0)), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .96) 23%, hsla(0, 0%, 100%, 0)), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section.daycare {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, 0)), url('../../images/daycare/Daycare Hero v1.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, 0)), url('../../images/daycare/Daycare Hero v1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-title {
    font-size: 9.3vw;
    line-height: 9vw;
  }
  .hero-title.daycare {
    font-size: 9.8vw;
    line-height: 8.8vw;
  }
  .title-container {
    max-width: 100%;
    margin-left: 6%;
  }
  .title-container.daycare {
    max-width: 100%;
    margin-right: 6%;
  }
  .subtitle {
    font-size: 2.9vw;
    line-height: 4.2vw;
  }
  .subtitle.daycare {
    font-size: 2.5vw;
    line-height: 3.4vw;
  }
  .form {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 23px;
    line-height: 35px;
  }
  .hero-section {
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, 0)), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, 0)), url('../../images/daycare/woman_on_pc_compressed_v2.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section.daycare {
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, .37)), url('../../images/daycare/Daycare Hero v1.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, .37)), url('../../images/daycare/Daycare Hero v1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-title {
    font-size: 10vw;
    line-height: 10vw;
    font-weight: 300;
  }
  .hero-title.daycare {
    font-size: 12.8vw;
    line-height: 11.8vw;
  }
  .title-container {
    max-width: 90%;
  }
  .subtitle {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }
  .subtitle.daycare {
    font-size: 3.3vw;
    line-height: 4.4vw;
  }
  .form {
    min-width: 90%;
  }
  .sub-text {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 27px;
  }
  .hero-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-section.daycare {
    background-position: 50% 50%;
  }
  .hero-title {
    font-size: 13vw;
    line-height: 13vw;
    font-weight: 300;
  }
  .hero-title.daycare {
    font-size: 14.8vw;
    line-height: 14.8vw;
    font-weight: 300;
  }
  .title-container.daycare {
    max-width: 100%;
    margin-right: 6%;
  }
  .button {
    width: 210px;
    height: 49px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .subtitle {
    font-size: 5vw;
    line-height: 6.5vw;
  }
  .subtitle.daycare {
    font-size: 5.5vw;
    line-height: 8.4vw;
  }
  .input {
    height: 45px;
    margin-top: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: hsla(0, 0%, 100%, .63);
  }
  .sub-text {
    margin-bottom: 0px;
    clear: both;
    font-size: 11px;
    line-height: 17px;
    font-weight: 700;
  }
}

