body {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #bd5b00;
  font-weight: 700;
  text-decoration: none;
}

li {
  text-align: left;
  padding-bottom: 10px;
}

.sticky-nav {
  z-index: 1;
  height: auto;
  background-color: #fff;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
  box-shadow: 1px 1px 9px -1px rgba(24, 34, 143, .23);
}

.nav-grid {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  object-fit: fill;
  grid-template-rows: .25fr;
  grid-template-columns: 1.75fr max-content max-content max-content .5fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0;
  display: grid;
  position: relative;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  opacity: .9;
  color: #103971;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px 10px;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #fa7c20;
  text-decoration: none;
  transform: translate(0, -3px);
}

.nav-link.w--current, .nav-link.orange, .nav-link.current {
  color: #fa7c20;
}

.button {
  color: #fa7c20;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fa7c20;
  border-radius: 20px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: color .3s, transform .3s, background-color .3s;
  transform: translate(0);
}

.button:hover {
  color: #fff;
  background-color: #fa7c20;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 11px #fa7c20;
}

.button.inverse {
  clear: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  background-color: #fa7c20;
  border-radius: 25px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 7px 30px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.top-section {
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#bdeafc, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#fdf2e4 100%, #fff);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.top-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.paragraph {
  width: auto;
  color: #103971;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
  overflow: visible;
}

.paragraph.footer-link {
  width: auto;
  text-align: left;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 16px;
}

.paragraph.centered {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 200px;
  padding-right: 200px;
}

.paragraph.date {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 44px;
  display: flex;
}

.paragraph.comment {
  text-align: center;
  font-size: 18px;
}

.paragraph.footer-text {
  font-size: 14px;
  font-weight: 700;
}

.heading {
  color: #103971;
  text-align: left;
  margin-bottom: 40px;
  font-family: Dosis, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.heading.centered {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 29px;
}

.heading.centered.mobile {
  padding-bottom: 0;
}

.heading.centered.mobile.mobileimage {
  display: none;
}

.heading.centered.heading2 {
  font-size: 48px;
}

.heading.mobile {
  text-align: left;
  line-height: 60px;
  display: block;
  position: relative;
}

.heading.mobile.partner {
  letter-spacing: -.02em;
  margin-top: 0;
  line-height: 60px;
}

.heading.mobile.center {
  color: #00254a;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading.heading3 {
  width: auto;
  margin-bottom: 20px;
  font-size: 38px;
  display: none;
}

.heading.heading3.center {
  justify-content: center;
  display: flex;
}

.heading.heading3.storyheading {
  margin-top: -15px;
  padding-top: 0;
}

.heading.center.main-heading {
  color: #00254a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 17px;
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image.mobileimage {
  display: none;
}

.body {
  color: #103971;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Sky.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
}

.image-2 {
  object-fit: fill;
  position: static;
}

.image-2.mobileimage {
  display: none;
}

.container {
  max-width: 740px;
  object-fit: fill;
  justify-content: center;
  display: flex;
}

.column {
  align-items: center;
  display: flex;
}

.columns {
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logobody {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-flex-container {
  /* min-width: 100%; */
  max-width: 1265px;
  margin: 0 auto;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 20px; */
  display: flex;
  padding: 0 40px;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  /* max-width: 211px; */
  text-align: left;
  object-fit: scale-down;
  object-position: 0% 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #103971;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.orange {
  color: #fa7c20;
  text-align: center;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 16px;
}

.footer-link.orange.terms {
  text-align: center;
  margin-bottom: 0;
}

.columns-2 {
  min-width: 870px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  text-align: center;
}

.header {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 70px;
  position: static;
}

.navbar {
  z-index: 100;
  color: #fff;
  background-color: #fff;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
}

.div-block {
  align-items: center;
  margin-top: 60px;
  display: block;
}

.columns-3 {
  align-items: flex-start;
  display: flex;
}

.column-8 {
  flex: none;
}

.column-9 {
  text-align: center;
  align-self: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-10 {
  align-self: flex-start;
  position: relative;
}

.linkname {
  color: #103971;
  font-family: Dosis, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.linkname.linknameorange {
  color: #ff6220;
  margin-top: -12px;
  margin-bottom: 60px;
  padding-top: 0;
  font-size: 18px;
  line-height: 45px;
  text-decoration: underline;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 6px 15px -2px rgba(0, 0, 0, .3);
}

.h5 {
  color: #ff6220;
  letter-spacing: .2em;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.image-3 {
  width: 760px;
  border-radius: 25px;
  display: inline-block;
}

.container-3 {
  max-width: 760px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.img-blog {
  width: 760px;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.container-4 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-5 {
  opacity: 1;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .1);
}

.div-block-5.next {
  flex-wrap: nowrap;
  align-self: auto;
  align-items: center;
  padding-left: 0;
}

.image-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.image-4.nextbutton {
  padding-left: 0;
  padding-right: 25px;
}

.bold-text {
  padding-top: 8px;
  padding-left: 19px;
  padding-right: 20px;
  display: block;
}

.bold-text.next {
  padding-left: 40px;
}

.column-11 {
  display: flex;
}

.column-12 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.columns-4 {
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}

.div-block-6 {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 0 25px 40px;
  box-shadow: 0 4px 11px -2px rgba(0, 0, 0, .26);
}

.column-13 {
  display: flex;
}

.div-block-7 {
  width: 20px;
  height: 20px;
  background-color: #05a357;
  border-radius: 20px;
  align-self: center;
  margin-top: 8px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
}

.container-5 {
  padding-bottom: 20px;
}

.column-14 {
  align-self: center;
}

.section-2 {
  margin-top: -45px;
  margin-bottom: 75px;
  padding-top: 0;
}

.image-5 {
  display: none;
}

.div-block-8 {
  padding-right: 40px;
}

.main-container {
  background-image: linear-gradient(#e4f7ff 20%, #fff), url('../images/Sky.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

._2-col-img-right {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 70px;
}

._2-col-img-left {
  width: 100%;
  max-width: 1320px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-graphic {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-19 {
  padding-right: 60px;
}

.column-20 {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 60px;
}

.navbar-transparent {
  z-index: 100;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  top: 0;
}

.column-21 {
  text-align: center;
  align-self: center;
}

.column-22 {
  align-self: center;
}

.copyright {
  color: #1b3d6e;
  font-size: 14px;
  font-weight: 700;
}

.body-home {
  color: #103971;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.paragraph-home {
  width: 100%;
  max-width: 800px;
  color: #00254a;
  text-align: center;
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Dosis, sans-serif;
  font-size: 29px;
  line-height: 34.8px;
  display: inline-block;
  overflow: visible;
}

.paragraph-home.footer-link {
  text-align: center;
  padding-right: 40px;
}

.paragraph-home.centered {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 200px;
  padding-right: 200px;
}

.paragraph-home.date {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 44px;
  display: flex;
}

.paragraph-home.comment {
  text-align: center;
  font-size: 18px;
}

.posts {
  border-radius: 9px;
}

.columns-8 {
  max-width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-small {
  width: 200px;
  height: 200px;
  max-height: 200px;
  max-width: 200px;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  padding: 35px 25px 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.card-small:hover {
  background-color: #fff;
  transform: scale3d(1.02, 1.02, 1.1);
  box-shadow: 0 20px 19px rgba(0, 0, 0, .2);
}

.spacer-700 {
  height: auto;
  margin-top: 100px;
}

.img-article {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.text-block {
  text-align: right;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 700;
}

.label {
  color: #fa7c20;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 35px;
}

.circle-green {
  width: 21px;
  height: 21px;
  float: left;
  background-color: #41ad49;
  border-radius: 10px;
  margin-top: 3px;
  margin-right: 7px;
}

.container-6 {
  max-width: none;
}

.container-7 {
  margin-top: 100px;
}

.container-8 {
  padding-top: 60px;
}

.column-23 {
  flex: none;
  align-self: flex-end;
}

.column-24 {
  align-self: center;
}

.column-25, .column-26 {
  text-align: center;
}

.container-9 {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-9 {
  width: 760px;
}

.section-3 {
  display: none;
}

.section-4 {
  display: block;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
}

.paragraph-2 {
  text-align: left;
}

.text-span {
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.img-rounded-10 {
  border-radius: 10px;
}

.section-5, .section-6 {
  display: none;
}

.heading-3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  text-align: left;
}

.div-orange {
  background-color: #fa7c20;
  border-radius: 25px;
  margin-top: 40px;
  padding: 20px 40px;
}

.div-orange.orange-01 {
  background-color: #f15a24;
}

.div-orange.orange-03 {
  background-color: #f9a003;
}

.div-orange.orange-04 {
  background-color: #f5ba3d;
}

.div-orange.orange-04.spacer-bot-40px {
  margin-bottom: 40px;
}

.list {
  color: #fff;
  list-style-type: square;
}

.footer-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.container-10 {
  display: block;
}

.partners-columns {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.partners-columns.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.partners-hero-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.partners-hero-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.partners-image-section {
  margin-top: -45px;
  margin-bottom: 75px;
  padding-top: 0;
}

.join-us-cta-section-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.join-us-cta-section-copy.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.join-us-cta-section-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.join-us-cta-section-copy.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.section-4-copy {
  display: none;
}

.h2-left {
  text-align: left;
}

.text-span-2 {
  margin-left: 0;
  font-style: italic;
}

.text-span-3 {
  font-style: italic;
}

.text-span-4 {
  margin-left: 20px;
  font-style: italic;
}

.text-span-5 {
  padding-left: 20px;
  font-style: italic;
}

.text-span-6, .text-span-7, .text-span-8 {
  margin-left: 20px;
  font-style: italic;
}

.privacy {
  width: auto;
  font-size: 14px;
  line-height: 18px;
}

.container-privacy {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span-9 {
  margin-left: 20px;
  font-style: italic;
}

.paragraph-3 {
  text-align: left;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.card-small-flex {
  max-width: 1275px;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.card-small-heading {
  color: #00254a;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 23px;
}

.image-6 {
  margin-top: 60px;
}

.grass-section {
  min-height: 400px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mask-group.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -55px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.grass-section img {
  max-height: 346px;
  width: auto;
  margin-bottom: 11px;
}

.grass-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.image-7 {
  padding-top: 70px;
  padding-bottom: 0;
}

.happiness-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#f7e1cd, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#ecdbdb 53%, #fff), linear-gradient(#e4e4d6 100%, #fff);
  margin-top: 0;
  display: block;
  position: relative;
}

.happiness-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.section-heading {
  font-size: 40px;
  font-weight: 800;
}

.section-paragraph {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.card-medium-grid {
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card-medium {
  align-self: center;
  display: flex;
}

.card-medium-img {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 30px;
  order: 1;
  padding-bottom: 190px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.card-medium-heading {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: block;
}

.card-medium-flex {
  max-width: 1100px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 0 #000;
}

.card-med {
  width: 340px;
  height: 362px;
  max-height: 362px;
  max-width: 340px;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 12.5px;
  margin-right: 12.5px;
  padding: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.card-med:hover {
  transform: scale3d(1.02, 1.02, 1.1);
  box-shadow: 0 20px 400px rgba(0, 0, 0, .2);
}

.card-med-heading {
  color: #00254a;
  text-align: left;
  letter-spacing: -.04em;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}

.card-med-img {
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
}

.card-med-text {
  color: #00254a;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 5px;
  padding: 10px 25px 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 140%;
  transform: translate(0);
}

.card-med-learn {
  color: #fff;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 110px;
}

.link-block {
  box-shadow: 1px 1px 3px #000;
}

.link-block.w--current {
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  transform: translate(0);
}

.section-end-text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fa7c20;
}

.healthy-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#bcde9f, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#f5ebd2 100%, #fff);
  margin-top: 0;
  display: block;
  position: relative;
}

.healthy-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.apps-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#d8bde1, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#ecdbdb 53.36%, #fff), linear-gradient(#e4e4d6 100%, #fff);
  margin-top: 0;
  display: block;
  position: relative;
}

.apps-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.suicide-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ffd3aa, #ffddc4 50%, #ffefcc 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0));
  margin-top: 0;
  display: block;
  position: relative;
}

.suicide-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.parents-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#d9f9f8, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#eef5d2 100%, #fff);
  margin-top: 0;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.parents-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.students-section {
  min-height: 800px;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#bdeafc, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#fdf2e4 100%, #fff);
  margin-top: 0;
  display: block;
  position: relative;
}

.students-section.blog-section {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.footer-left {
  width: 300px;
}

.footer-middle {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.footer-right {
  text-align: right;
}

.image-8 {
  max-width: 155px;
}

.footer-image-2 {
  width: 90px;
  max-width: 100%;
  text-align: left;
  object-fit: scale-down;
  object-position: 0% 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.orange-btn-large {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large:hover {
  background-color: #bd5b00;
}

.orange-btn-small {
  width: 140px;
  height: 34px;
  max-height: 34px;
  max-width: 140px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-small:hover {
  background-color: #bd5b00;
}

.btn-flex {
  display: flex;
}

.card-med-tall {
  width: 340px;
  height: 419px;
  max-height: 419px;
  max-width: 340px;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 12.5px;
  margin-right: 12.5px;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.card-med-tall:hover {
  transform: scale3d(1.02, 1.02, 1.1);
  box-shadow: 0 20px 400px rgba(0, 0, 0, .2);
}

.card-med-tall.height-533 {
  height: 533px;
  max-height: 533px;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-med-tall.height-406 {
  height: 406px;
  max-height: 406px;
  padding-bottom: 25px;
}

.card-med-tall.height-406.smaller {
  height: 345px;
  max-height: 345px;
}

.card-med-tall.med {
  height: 430px;
  max-height: 430px;
}

.card-med-tall.mobile.show {
  display: none;
}

.card-med-tall {
  max-height: 531px;
  padding-bottom: 0;
}

.card-med-tall.height-533 {
  height: 555px;
  max-height: 555px;
  flex: 0 auto;
  padding-bottom: 25px;
}

.call-text, .paragraph-4 {
  text-align: left;
}

.tel-numb-text {
  width: 290px;
  max-width: 290px;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.tel-numb-text.custom1 {
  height: 118px;
}

.text-span-10 {
  color: #bd5b00;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 700;
}

.hearme-span {
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
}

.text-span-11 {
  font-size: 10px;
}

.back-to-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.paragraph-5.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #63cdd3, #5eb2d3 50%, #538dda);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 5px;
  margin-left: 18px;
}

.paragraph-5-copy {
  color: #ea730b;
  text-align: justify;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.copyright-p {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-11 {
  text-align: center;
}

.section-footer {
  max-width: 780px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 60px;
  font-size: 20px;
  display: block;
}

.text-block-2 {
  padding-right: 2px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
}

.text-block-2.mb20 {
  margin-bottom: 20px;
}

.link-2 {
  font-weight: 700;
}

.link-3 {
  color: #bd5b00;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-4, .link-5, .link-6 {
  color: #bd5b00;
  font-weight: 700;
}

.col-3-flex {
  flex: 0 32%;
}

.video {
  width: 100%;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.orange-btn-large-hero {
  z-index: 10;
  width: auto;
  height: 34px;
  max-height: 34px;
  max-width: none;
  text-align: center;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  position: relative;
  bottom: -29px;
}

.orange-btn-large-hero:hover {
  background-color: #bd5b00;
}

.div-block-12 {
  text-align: center;
  position: relative;
}

.orange-btn-large-copy {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 7px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large-copy:hover {
  background-color: #bd5b00;
}

.image-logo {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-copy {
  width: 100%;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13, .div-block-13-copy {
  height: 170px;
}

.div-block-14, .div-video {
  height: 170px;
  background-color: #2d5e66;
}

.video-copy-2 {
  width: 100%;
  height: 170px;
  background-color: #1d4953;
  border: 1px #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-7, .link-8 {
  color: #bd5b00;
  font-weight: 700;
}

.link-20 {
  color: #bd5b00;
  padding-left: 20px;
  font-weight: 700;
}

.link-21 {
  color: #bd5b00;
}

.card-med-text-copy {
  color: #00254a;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 5px;
  padding: 10px 25px 22px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 140%;
  transform: translate(0);
}

.text-block-3 {
  padding-right: 2px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  display: none;
}

.link-7-copy {
  color: #bd5b00;
  color: #bd5b00;
  font-weight: 700;
}

.text-block-2-copy {
  padding-right: 2px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.link-4-copy, .link-5-copy, .link-4-copy, .link-4-copy, .link-4-copy {
  color: #bd5b00;
  font-weight: 700;
}

.heading-4, .paragraph-6 {
  text-align: left;
}

.contact-box {
  text-align: left;
  padding-bottom: 13px;
  padding-left: 25px;
}

.orange-btn-large-2 {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: auto;
  margin-left: 25px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large-2:hover {
  background-color: #bd5b00;
}

.orange-btn-large-copy {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large-copy:hover {
  background-color: #bd5b00;
}

.orange-btn-large-copy {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large-copy:hover {
  background-color: #bd5b00;
}

.paragraph-6-copy {
  text-align: left;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.heading-4-copy {
  text-align: left;
  margin-bottom: 0;
}

.orange-btn-large-3 {
  width: 290px;
  height: 34px;
  max-height: 34px;
  max-width: 290px;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: auto;
  margin-left: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.orange-btn-large-3:hover {
  background-color: #bd5b00;
}

.contact-box-np {
  text-align: left;
  padding-bottom: 13px;
  padding-left: 0;
}

.card-med-tall-copy {
  width: 340px;
  height: 419px;
  max-height: 419px;
  max-width: 340px;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: 12.5px;
  margin-right: 12.5px;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.card-med-tall-copy:hover {
  transform: scale3d(1.02, 1.02, 1.1);
  box-shadow: 0 20px 400px rgba(0, 0, 0, .2);
}

.card-med-tall-copy.height-533 {
  height: 533px;
  max-height: 533px;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-med-tall-copy.height-406 {
  height: 406px;
  max-height: 406px;
  padding-bottom: 25px;
}

.card-med-tall-copy.height-406.smaller {
  height: 345px;
  max-height: 345px;
}

.card-med-tall-copy.med {
  height: 430px;
  max-height: 430px;
}

.text-block-4 {
  color: #668abb;
}

.paragraph-5-copy-2 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.link-24 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #63cdd3, #5eb2d3 50%, #538dda);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 18px;
}

.nav {
  height: 60px;
  max-height: 60px;
  text-align: center;
  background-color: #00254a;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.text-block-5 {
  color: #fff;
}

.dropdown-desktop {
  float: right;
  margin-left: auto;
  padding-right: 0;
}

.nav-container {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.text-block-6 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: -352px;
  padding-left: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.dropdown {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.dropdown.dropdown-mobile {
  display: none;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-top: 4px solid #ff7a00;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 3px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.dropdown-link {
  color: #00254a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #fa7c20;
  font-weight: 700;
}

.dropdown-link.w--current {
  color: #00254a;
  font-weight: 700;
}

.nav-wr {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  display: flex;
}

.image-10 {
  margin-left: 0;
  padding-left: 0;
}

.navbar-2 {
  display: none;
}

.text-block-6-copy {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: -352px;
  padding-left: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.image-10-copy {
  margin-left: 0;
  padding-left: 0;
}

.orange-btn-large-hero-copy {
  z-index: 10;
  width: 300px;
  height: 34px;
  max-height: 34px;
  max-width: 300px;
  text-align: center;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  position: relative;
  bottom: -29px;
}

.orange-btn-large-hero-copy:hover {
  background-color: #bd5b00;
}

.link-block-4 {
  padding-top: 10px;
  padding-left: 150px;
}

.card-med-heading-copy {
  color: #00254a;
  text-align: left;
  letter-spacing: -.04em;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}

.card-med-heading-right {
  color: #00254a;
  text-align: right;
  letter-spacing: -.04em;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}

.text-span-10-copy {
  color: #bd5b00;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 700;
}

.text-span-10-copy.mb20 {
  margin-left: 70px;
}

.text-span-10-copy, .text-span-10-copy-copy {
  color: #bd5b00;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 700;
}

.text-span-10-copy-copy.mb20 {
  margin-left: 100px;
}

.cta {
  width: auto;
  max-width: 415px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  margin: 0 auto;
  padding: 25px;
  transition: all .2s;
  position: relative;
  top: 15px;
  bottom: auto;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.cta:hover {
  transform: scale3d(1.02, 1.02, 1.1);
  box-shadow: 0 20px 19px rgba(0, 0, 0, .1);
}

.cta-paragraph {
  color: #00254a;
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-weight: 800;
}

.text-span-13 {
  color: #ea730b;
}

.text-block-7 {
  padding-right: 2px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.menu-link {
  color: #fff;
  letter-spacing: -.02em;
  padding-top: 15px;
  padding-right: 84px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 84px;
}

.menu-btn {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 15px;
  padding: 8px 22px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.nav-wr-2 {
  max-width: 1160px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-2 {
  float: right;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.link-block-5 {
  padding-top: 10px;
  padding-left: 0;
}

.dropdown-link-2 {
  color: #00254a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  transition: all .3s;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #fa7c20;
  font-weight: 700;
}

.dropdown-link-2.w--current {
  color: #00254a;
  font-weight: 700;
}

.dropdown-toggle-2 {
  display: none;
}

.menu {
  align-items: center;
  display: flex;
}

.nav-happy {
  height: 60px;
  max-height: 60px;
  text-align: center;
  background-color: #00254a;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.menu-btn-mobile {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #ea730b;
  border-radius: 17px;
  margin-top: 10px;
  padding: 8px 22px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.gratitude-nav {
  min-height: 48px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.image-14 {
  width: 217px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.ducks-logo-mobile {
  margin-top: 60px;
}

.field-label {
  text-align: left;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

.section-paragraph-gratitude {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.textarea {
  min-height: 65px;
  border: 1px solid #d9dee4;
  border-radius: 10px;
}

.section-heading-gratitude {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Dosis, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.video-gratitude {
  width: 100%;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  background-color: #fff;
  border: 1px solid rgba(189, 119, 119, .15);
  border-radius: 20px;
}

.form {
  border: 0 #000;
}

.section-heading-gratitude-form {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Dosis, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.section-sub-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Dosis, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}

.gratitude {
  min-height: auto;
  color: #00254a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ffd3aa, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, rgba(253, 242, 228, 0) 100%, #fdf2e4), linear-gradient(#ffddc4 53%, #fff), linear-gradient(#ffefcc 100%, #fff);
  margin-top: 0;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.submit-button {
  width: 355px;
  background-color: #ea730b;
  border-radius: 24px;
  margin-bottom: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  bottom: -40px;
}

.form-block {
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 24px;
  padding: 36px 24px 24px;
  position: static;
}

.container-768 {
  margin-top: 0;
  margin-bottom: 30px;
}

.cta-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-container-2 {
  display: none;
}

.cta-2 {
  width: 400px;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  margin: 0 auto 15px;
  padding: 25px;
  transition: all .2s;
  display: block;
  position: relative;
  top: 15px;
  bottom: auto;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.cta-2:hover {
  transform: scale3d(1.02, 1.02, 1.1);
}

.cta-2 {
  width: 400px;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  margin: 0 auto;
  padding: 25px;
  transition: all .2s;
  display: block;
  position: relative;
  top: 15px;
  bottom: auto;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.cta-2:hover {
  transform: scale3d(1.02, 1.02, 1.1);
}

.cta-2-copy {
  width: 400px;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  margin: 0 auto 15px;
  padding: 25px;
  transition: all .2s;
  display: block;
  position: relative;
  top: 15px;
  bottom: auto;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.cta-2-copy:hover {
  transform: scale3d(1.02, 1.02, 1.1);
}

.disclaimer-footer {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .paragraph.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading.mobile.center {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 42px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    min-width: auto;
  }

  .columns-2 {
    min-width: 700px;
  }

  .header {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #fa7c20;
  }

  .body-home {
    background-size: contain, 100%;
  }

  .paragraph-home {
    margin-bottom: 0;
    font-size: 29px;
    line-height: 30px;
  }

  .paragraph-home.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spacer-700 {
    height: 10vw;
  }

  .container-9, .container-768 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .columns-2 {
    min-width: auto;
  }

  .paragraph-home {
    margin-bottom: 0;
    padding-top: 0;
  }

  .columns-8 {
    max-width: 360px;
  }

  .column-23 {
    align-self: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-image-2 {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #bd5b00;
    font-weight: 700;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 94px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    list-style-type: none;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    width: 60%;
    object-fit: contain;
    position: relative;
    top: 14px;
    left: 74px;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-section {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .paragraph.footer-link {
    display: block;
  }

  .paragraph.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph.date {
    text-align: right;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph.comment {
    display: none;
  }

  .paragraph.comment.previous {
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

  .heading.centered.mobile {
    font-size: 40px;
  }

  .heading.centered.mobile.mobileimage {
    display: block;
  }

  .heading.mobile {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading.mobile.partner {
    margin-bottom: 0;
  }

  .heading.heading3.storyheading {
    margin-top: -5px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading.center.main-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .image.desktop {
    display: none;
  }

  .image.mobileimage, .image-2 {
    display: block;
  }

  .image-2.mobileimage {
    padding: 20px;
    display: block;
    overflow: visible;
  }

  .image-2.desktop {
    display: none;
  }

  .logobody {
    display: block;
  }

  .footer {
    text-align: left;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link.orange {
    font-size: 12px;
    display: inline-block;
  }

  .footer-link.orange.terms {
    display: block;
  }

  .columns-2 {
    flex: 1;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    display: block;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #fa7c20;
  }

  .column-5, .column-6, .column-7 {
    justify-content: center;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .columns-3 {
    display: block;
  }

  .column-8 {
    object-fit: contain;
    flex-wrap: nowrap;
    flex: none;
    order: -1;
    display: flex;
  }

  .column-9 {
    flex: 0 auto;
  }

  .linkname.linknameorange {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    overflow: visible;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-3, .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-blog {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-5.previous {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .div-block-5.next {
    flex: 1;
  }

  .image-4.previousbutton {
    flex: 0 auto;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .image-4.nextbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .bold-text {
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
    padding-left: 10px;
    font-size: 15px;
  }

  .bold-text.next {
    padding-right: 10px;
  }

  .column-11 {
    align-self: center;
  }

  .columns-4 {
    align-items: center;
    display: flex;
  }

  .column-13 {
    flex-wrap: nowrap;
    align-self: center;
  }

  .div-block-7 {
    margin-top: 0;
  }

  .section-2 {
    display: none;
  }

  .columns-5 {
    justify-content: flex-start;
    align-items: baseline;
    padding-top: 20px;
    display: flex;
  }

  .columns-6 {
    padding-top: 20px;
    display: flex;
  }

  .column-15 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    padding-left: 10px;
  }

  .columns-7 {
    padding-top: 17px;
    display: flex;
  }

  .column-17 {
    justify-content: flex-end;
    align-self: center;
    display: flex;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-5 {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }

  .body-home {
    background-size: contain, contain;
  }

  .paragraph-home {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-home.footer-link {
    display: block;
  }

  .paragraph-home.centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-home.date {
    text-align: right;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-home.comment {
    display: none;
  }

  .paragraph-home.comment.previous {
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

  .card-small {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    padding: 15px 0 0;
  }

  .container-9 {
    margin-bottom: 30px;
  }

  .footer-text {
    font-size: 12px;
  }

  .partners-columns, .partners-hero-section {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .partners-image-section {
    display: none;
  }

  .join-us-cta-section-copy {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .container-privacy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-small-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 15px;
  }

  .small-card-img {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }

  .card-small-heading {
    margin-top: 5px;
    font-size: 14px;
    line-height: 15.82px;
  }

  .image-6 {
    width: 80px;
    margin-top: 50px;
  }

  .grass-section {
    min-height: auto;
    background-position: 50% 6%;
    background-size: cover;
    margin-top: -7px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .image-7 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .happiness-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: block;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .section-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-med {
    height: auto;
    max-height: none;
    max-width: 290px;
    padding-bottom: 25px;
  }

  .card-med-text {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .healthy-section, .apps-section, .suicide-section, .parents-section, .students-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: block;
  }

  .footer-left {
    width: 100%;
    text-align: center;
  }

  .footer-middle {
    width: 100%;
    order: -1;
    padding-bottom: 40px;
  }

  .footer-right {
    width: 100%;
    text-align: center;
  }

  .image-8 {
    text-align: center;
  }

  .footer-image-2 {
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    flex: 0 30%;
  }

  .orange-btn-large {
    width: 75vw;
    max-width: 250px;
  }

  .orange-btn-small {
    width: 35vw;
  }

  .btn-flex {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .card-med-tall {
    width: 85vw;
    height: auto;
    max-height: none;
    max-width: 340px;
    align-items: flex-start;
    padding-bottom: 25px;
  }

  .card-med-tall.height-533 {
    width: 85vw;
  }

  .card-med-tall.height-406 {
    width: 85vw;
    height: auto;
    max-height: none;
    max-width: 340px;
  }

  .card-med-tall.med {
    width: 85vw;
    max-width: 340px;
  }

  .card-med-tall.mobile {
    display: none;
  }

  .card-med-tall.mobile.show {
    display: block;
  }

  .card-med-tall.height-533 {
    height: auto;
    max-height: none;
  }

  .tel-numb-text {
    width: auto;
    max-width: none;
    padding-left: 25px;
  }

  .text-span-10 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .back-to-top {
    position: static;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .back-to-top.less {
    bottom: 2%;
  }

  .paragraph-5 {
    text-align: center;
  }

  .paragraph-5.gradient {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5-copy {
    text-align: center;
  }

  .copyright-p {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .div-block-10, .link-block-3 {
    text-align: center;
  }

  .div-block-11 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .section-footer {
    padding-bottom: 20px;
  }

  .text-block-2 {
    width: 85%;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    position: static;
  }

  .link-4 {
    display: none;
  }

  .video {
    background-color: #dbf2fe;
  }

  .orange-btn-large-hero {
    bottom: -16px;
  }

  .image-logo {
    width: 192px;
    margin-top: 35px;
  }

  .video-copy {
    background-color: #dbf2fe;
  }

  .video-copy-2 {
    background-color: #2d5e66;
  }

  .link-7 {
    width: 100%;
    display: none;
  }

  .link-20 {
    display: none;
  }

  .card-med-text-copy {
    margin-bottom: 10px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 16px;
    display: block;
  }

  .link-7-copy {
    width: 100%;
    width: 100%;
  }

  .text-block-2-copy {
    font-size: 16px;
    display: none;
  }

  .link-4-copy {
    display: block;
  }

  .div-block-15 {
    width: 85%;
    text-align: center;
    display: inline-block;
  }

  .link-22 {
    color: #bd5b00;
    font-weight: 700;
  }

  .heading-4 {
    width: 100%;
    text-align: left;
    letter-spacing: -.01em;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-4.mt15 {
    margin-top: 15px;
  }

  .paragraph-6 {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
  }

  .paragraph-6.m25 {
    margin-bottom: 25px;
  }

  .link-23 {
    width: 100%;
    color: #bd5b00;
  }

  .text-span-12 {
    width: 100.012%;
  }

  .orange-btn-large-2 {
    width: 70vw;
    margin-left: 25px;
  }

  .orange-btn-large-copy {
    width: 70vw;
    width: 70vw;
  }

  .paragraph-6-copy {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
  }

  .paragraph-6-copy.m25 {
    margin-bottom: 25px;
  }

  .heading-4-copy {
    width: 100%;
    text-align: left;
    letter-spacing: -.01em;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-4-copy.mt15 {
    margin-top: 15px;
  }

  .orange-btn-large-3 {
    width: 70vw;
    margin-left: 25px;
  }

  .card-med-tall-copy {
    width: 85vw;
    height: auto;
    max-height: none;
    max-width: 340px;
    align-items: flex-start;
    padding-bottom: 25px;
  }

  .card-med-tall-copy.height-533 {
    width: 85vw;
  }

  .card-med-tall-copy.height-406 {
    width: 85vw;
    height: auto;
    max-height: none;
    max-width: 340px;
  }

  .card-med-tall-copy.med {
    width: 85vw;
    max-width: 340px;
  }

  .paragraph-5-copy-2 {
    text-align: center;
  }

  .nav {
    display: none;
  }

  .dropdown, .dropdown.dropdown-mobile {
    display: block;
  }

  .navbar-2 {
    background-color: #00254a;
    display: none;
  }

  .icon-2 {
    color: #fff;
    display: inline-block;
  }

  .image-11 {
    max-width: 80%;
    padding-top: 12px;
  }

  .nav-menu {
    color: #fff;
    background-color: #00254a;
  }

  .nav-link-2, .nav-link-3 {
    color: #fff;
  }

  .menu-button {
    background-color: #00254a;
    align-items: center;
    padding-right: 40px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #00254a;
    padding-right: 40px;
  }

  .text-block-6-copy {
    float: right;
    margin-bottom: 0;
  }

  .image-10-copy {
    float: left;
  }

  .orange-btn-large-hero-copy {
    bottom: -16px;
  }

  .orange-btn-large-hero-copy.w--current {
    height: auto;
    max-height: none;
  }

  .brand {
    padding-left: 20px;
  }

  .text-span-10-copy {
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .text-span-10-copy-copy {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .cta-container {
    margin-top: -15px;
  }

  .cta {
    width: 330px;
    max-width: 330px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 30px;
  }

  .cta-paragraph {
    font-size: 14px;
  }

  .link-25 {
    width: 100%;
    color: #bd5b00;
  }

  .text-block-7 {
    width: 85%;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    position: static;
  }

  .dropdown-2 {
    display: block;
  }

  .nav-happy {
    display: none;
  }

  .brand-2 {
    padding-top: 5px;
    padding-left: 10px;
  }

  .image-13 {
    max-width: 80%;
    padding-top: 12px;
    padding-right: 40px;
  }

  .menu-btn-mobile {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 12px;
    display: block;
  }

  .nav-menu-2 {
    color: #fff;
    background-color: #00254a;
    padding-bottom: 40px;
  }

  .container-11 {
    justify-content: space-between;
    display: flex;
  }

  .menu-button-2 {
    background-color: #00254a;
    align-items: center;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #00254a;
    padding-top: 0;
    padding-right: 0;
  }

  .link-26 {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 35px;
    align-self: center;
    padding: 6px 10px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 12px;
    line-height: 22px;
  }

  .gratitude-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    padding-left: 0;
  }

  .ducks-logo-mobile {
    width: 80px;
    margin-top: 24px;
  }

  .section-paragraph-gratitude {
    letter-spacing: -.02em;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-gratitude {
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 32px;
  }

  .video-gratitude {
    background-color: #dbf2fe;
  }

  .form {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 24px;
  }

  .section-heading-gratitude-form {
    letter-spacing: -.01em;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 36px;
    line-height: 36px;
  }

  .section-sub-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .gratitude {
    max-width: none;
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .submit-button {
    width: 100%;
    max-width: 355px;
    color: #fff;
    background-color: #ea730b;
    border-radius: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }

  .form-block {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px;
  }

  .container-768 {
    max-width: 768px;
    margin-bottom: 0;
  }

  .cta-container-2 {
    margin-top: 0;
  }

  .cta-2 {
    width: 330px;
    max-width: 330px;
    width: 330px;
    max-width: 330px;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 10px;
    display: block;
  }

  .cta-2-copy {
    width: 330px;
    max-width: 330px;
    margin-bottom: 0;
    padding: 15px 10px;
    display: block;
  }

  .link-block-6 {
    margin-bottom: 15px;
  }
}


