:root {
  --white: white;
  --grey: #888;
  --hot-pink: #d971ac;
  --light-grey: #ccc;
  --steel-blue: #04344d;
  --gold: #e02425;
  --white-smoke: #f3f3f3;
  --dark-orange: #ec8622;
  --gold-2: #f9ca30;
  --steel-blue-2: #16678e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #13132a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

li {
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

.nav {
  height: 85px;
  background-color: #13132a;
}

.nav-container {
  width: 95%;
  height: 100%;
  max-width: 1170px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.a4f-logo {
  width: 190px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.link-block {
  cursor: pointer;
}

.hero-section {
  height: auto;
  min-height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .58), rgba(255, 255, 255, .58)), url('https://aid4families.com/images/shutterstock_562342009-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.hero-background {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), url('https://aid4families.com/images/shutterstock_562342009-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-hero {
  width: 100%;
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.hero-wrapper {
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: color .25s ease-in-out;
  display: flex;
}

.body {
  color: #272727;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading {
  width: 100%;
  color: var(--white);
  white-space: normal;
  margin: 0 auto 3vh;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.heading.dark {
  width: 90%;
  color: #643b8f;
  text-transform: uppercase;
  margin-bottom: 3vh;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  line-height: 1;
}

.heading.orange {
  color: #d971ac;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 1;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 0 15px;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.button-hero {
  min-width: 190px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #804d9f;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .25s ease-in-out, transform .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 4px 4px 4px 5px rgba(9, 54, 75, .2);
}

.button-hero:hover {
  color: #ad5ba4;
  background-color: #fff;
  transform: translate(0, -2px);
}

.button-wrapper {
  flex-direction: row;
  justify-content: space-around;
  padding: 15px 0;
  display: inline-block;
}

.footer {
  background-color: #090914;
  flex: 0 auto;
  margin-top: auto;
}

.footer-container {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-text {
  color: var(--grey);
  font-size: 14px;
}

.footer-text.legal {
  color: var(--grey);
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.footer-text.legal.hide, .hidden-stuff {
  display: none;
}

.hero-slider {
  z-index: 10;
  width: 100vw;
  height: auto;
  min-height: auto;
}

.hero-slider.hide {
  display: none;
}

.mask {
  width: 100%;
  height: 70vh;
  min-height: auto;
}

.hero-slide {
  background-image: linear-gradient(rgba(19, 19, 42, .55), rgba(19, 19, 42, .55)), url('https://aid4families.com/images/shutterstock_562342009-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(rgba(19, 19, 42, .55), rgba(19, 19, 42, .55)), url('https://aid4families.com/images/shutterstock_1105116683-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: linear-gradient(rgba(19, 19, 42, .55), rgba(19, 19, 42, .55)), url('https://aid4families.com/images/shutterstock_552413260-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content-wrap {
  z-index: 20;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  background-color: #3f71e0;
  font-size: 15px;
  display: none;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: auto;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 60px;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  width: 100%;
  min-height: 70vh;
}

.section.flex {
  width: 100vw;
  min-height: 41vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.section.flex.short {
  height: auto;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blue {
  background-color: #3d70e0;
}

.section.blue.flex {
  background-color: #13132a;
}

.section.blue.flex.hide {
  display: none;
}

.section.gray {
  background-color: #ebebeb;
  flex: none;
}

.section.gray._100vh {
  min-height: 100vh;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.section._100vh {
  min-height: 96vh;
  background-color: rgba(100, 59, 143, .1);
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.section.is-hero {
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.nav-menu {
  flex: 0 auto;
}

.cards-flex {
  width: 100%;
  height: 50vh;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.cards-flex.flip {
  height: auto;
  min-height: 40vh;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.p-jumbo {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.6em;
}

.tabs-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.placeholder-image {
  height: 0;
  padding-top: 75%;
}

.tabs__progress-bar {
  height: 2px;
  background-color: #0073e6;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(46, 53, 77, .12);
  align-items: center;
  padding: 24px 0 8px;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-pane {
  height: 0;
  padding-top: 75%;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.position-relative {
  position: relative;
}

.icon__amenities-icon {
  padding-left: 8px;
  padding-right: 16px;
}

.tabs {
  position: static;
}

.flex-horiztonal__child-50 {
  flex: 0 50%;
}

.flex-horiztonal__child-50.pl-6 {
  padding-left: 6vw;
}

.flex-horiztonal__child-50.pl-6.flex-vertical-align-middle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.max-width-493 {
  max-width: 493px;
  margin-bottom: 24px;
}

._50--image-wrapper {
  width: 50%;
  flex: 0 50%;
}

.div-block-3 {
  flex: 1;
  padding-left: 3vw;
  padding-right: 10vw;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image.move-over {
  object-position: 0% 50%;
}

.flex-50 {
  flex: 1;
  padding-left: 3vw;
  padding-right: 10vw;
}

.flex-50.center {
  height: 100%;
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 0;
  display: flex;
}

.flex-50.center.right-padding {
  justify-content: center;
  padding: 0 2vw 0 0;
}

.div-block-4 {
  width: auto;
  text-align: left;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  position: static;
  top: auto;
  bottom: 13%;
  left: 0%;
  right: auto;
}

.green-dot {
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #19f18f;
  background-image: url('https://aid4families.com/images/down-arrow-wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 6px 10px rgba(25, 50, 114, .25);
}

.text-field {
  border: 1px solid rgba(109, 109, 109, .26);
  border-radius: 5px;
  flex: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block {
  width: 100%;
  height: auto;
  max-width: 930px;
  min-height: 200px;
  min-width: 930px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin: 3vh auto;
  padding: 50px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 7px 9px 2px rgba(0, 0, 0, .14);
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.submit-button {
  box-shadow: none;
  background-color: #193272;
  border-radius: 5px;
  flex: 1;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.submit-button:hover {
  transform: translate(0, -2px);
  box-shadow: 4px 4px 10px rgba(25, 50, 114, .25);
}

.submit-button.hover {
  width: auto;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3eca58;
  flex: none;
  margin: 10px 0 0;
  font-weight: 600;
}

.submit-button.unsubscribe {
  background-color: #3d70e0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.checkbox-label {
  color: #898787;
  text-align: justify;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-2 {
  color: #193272;
  font-size: 25px;
  font-weight: 400;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 0;
  position: relative;
  top: auto;
}

.form-heading {
  color: #643b8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 33px;
  line-height: 1.4;
}

.center {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  color: #643b8f;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-5 {
  width: 50%;
  height: 3px;
  background-color: #d971ac;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5.left {
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  color: #898787;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.community-exclusive {
  width: 45px;
  height: 45px;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://aid4families.com/images/community.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: 4%;
  right: 0%;
}

.exp-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

.badge-label {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.badge-bar {
  width: auto;
  min-width: 250px;
  background-color: #ea5426;
  background-image: url('https://aid4families.com/images/star-1.svg');
  background-position: 4% 100%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding: 3px 20px;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -2.5%;
  right: 0%;
}

.badge-bar.expire {
  background-color: #f00a0a;
  background-image: url('https://aid4families.com/images/hourglass-start-solid.svg');
  background-position: 3%;
  background-size: 13px;
}

.badge-bar.private {
  z-index: 2;
  background-color: #7bac41;
  background-image: url('https://aid4families.com/images/unlock-solid.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 15px;
  top: auto;
  bottom: -5%;
  left: -2.5%;
  right: 0%;
}

.badge-back {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: -36%;
  left: 0%;
  right: auto;
}

.offer-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 0 30px 30px;
  display: flex;
  position: relative;
}

.read-more {
  color: #3d70e0;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.timer-wrapper {
  max-width: none;
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.countdown-paragraph {
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
}

.expiration-wrapper {
  background-color: #e02526;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  display: none;
  position: static;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.expiration-wrapper.exclusive {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.offer-image {
  width: 100%;
  height: 100%;
  min-height: auto;
  object-fit: cover;
  object-position: 50% 0%;
  display: inline-block;
}

.offer-image.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  padding: 0;
  overflow: hidden;
}

.offer {
  height: auto;
  min-height: auto;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column wrap;
  flex: 0 30%;
  align-content: space-between;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin: 20px -20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .4s cubic-bezier(.439, .001, 0, 1.042);
  display: flex;
  position: static;
}

.offer:hover {
  transform: scale(1.025)translate(0, -5px);
}

.offer-img-wrapper {
  width: 100%;
  height: 220px;
  max-height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.offer-img-wrapper.is-top {
  height: 510px;
  max-height: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.bold-subheadline {
  color: #04344d;
}

.offer-wrapper {
  width: auto;
  max-width: none;
  min-height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 0;
  display: grid;
}

.html-embed {
  background-color: rgba(0, 0, 0, 0);
}

.offer-heading {
  color: #643b8f;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.access-button {
  width: 90%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #04344d;
  border-radius: 30px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.access-button:hover {
  background-color: #54d625;
  box-shadow: 2px 2px 9px 1px rgba(4, 52, 77, .24);
}

.access-button.unlock {
  background-image: url('https://aid4families.com/images/unlock-solid.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.corner-badge {
  z-index: 2;
  display: none;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.article-wrapper {
  min-height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 11px 2px rgba(30, 73, 95, .1);
}

.offer-paragraph {
  color: #898787;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.offer-paragraph.line-clamp {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Barlow, sans-serif;
  line-height: 1.4;
  overflow: hidden;
}

.paragraph-2 {
  color: #898787;
  font-size: 18px;
  line-height: 1.5;
}

.thin-line {
  width: 125px;
  height: 3px;
  background-color: #d971ac;
  margin: 5px auto 5px 0;
}

.thin-line.left {
  margin-left: 0;
  margin-right: 0;
}

.sharethis-inline-share-buttons {
  width: 20%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.background-img-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-headline {
  color: #293a56;
  font-size: 44px;
  line-height: 1.2;
}

.hero-headline.white {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.post-hero-section {
  width: 100%;
  height: 530px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.share-this-txt {
  color: rgba(255, 255, 255, .74);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
}

.share-this-txt.author {
  color: #804d9f;
  margin-top: 15px;
}

.share-icon-wrapper {
  z-index: 100;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-img.up-adjust {
  object-position: 50% 33%;
}

.font-awesome {
  padding-left: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.font-awesome.left {
  padding-left: 0;
  padding-right: 15px;
  transform: rotate(0);
}

.hero-wrapper-2 {
  z-index: 101;
  width: 80%;
  max-width: 760px;
  text-align: center;
  position: relative;
}

.profile-img {
  width: 200px;
  height: 200px;
  background-image: url('https://aid4families.com/images/Natalia-Stephens.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #804d9f;
  border-radius: 50%;
}

.profile-img.description {
  z-index: 2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}

.blog-article-button {
  width: auto;
  height: 130px;
  text-align: right;
  background-color: #fff;
  border: 2px solid #30c0c9;
  border-radius: 10px;
  flex: 0 50%;
  margin-left: 0;
  margin-right: 25px;
  padding: 25px 40px 40px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
}

.blog-article-button:hover {
  transform: translate(-10px);
}

.blog-article-button.return-blog {
  display: none;
}

.blog-article-button.next {
  height: 130px;
  text-align: left;
  border-color: #30c0c9;
  margin-right: 0;
  padding-top: 25px;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
}

.blog-article-button.next:hover {
  transform: translate(10px);
}

.blog-article-button.first-article {
  display: none;
}

.prev-text {
  color: #9c258f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fliex-col-30 {
  flex: none;
}

.article-rich-text {
  max-width: 720px;
  min-width: auto;
  padding-left: 10px;
}

.article-rich-text strong {
  color: #804d9f;
  font-size: 20px;
}

.article-rich-text h3 {
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 1.2;
}

.article-rich-text p {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.article-rich-text h4 {
  color: #804d9f;
}

.article-rich-text li {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.blog-article-heading {
  color: #180d49;
  font-size: 20px;
}

.blog-article-heading.next {
  padding-right: 20px;
  font-size: 19px;
  line-height: 1.2;
}

.blog-article-heading.prev {
  padding-left: 40px;
  font-size: 19px;
  line-height: 1.2;
}

.flex-col-70 {
  flex: 0 75%;
}

.div-block-320 {
  z-index: 1;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: -82px;
  padding: 15px 80px 30px 120px;
  display: flex;
  position: static;
}

.mission-header {
  color: #30c0c9;
  font-size: 30px;
  line-height: 1.5;
}

.mission-header.profile {
  color: #804d9f;
  font-weight: 600;
}

.profile-p {
  color: #626263;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.content-section {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.prev-next-wraper {
  width: 100%;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.prev-next-wraper.center {
  justify-content: center;
  display: none;
}

.container-2 {
  width: 95%;
  height: auto;
  max-width: 1170px;
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2._720w {
  max-width: 720px;
  min-height: 20vh;
  align-items: flex-start;
  margin-top: 5vh;
}

.container-2._720w.flex-horz {
  height: auto;
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vh;
}

.container-2._2-col {
  max-width: 970px;
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-link {
  color: var(--hot-pink);
}

.nav-link.w--current {
  color: var(--white);
}

.privacy-paragraph {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.privacy-paragraph.center {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.privacy-table-header {
  border-bottom: 1px solid #000;
  padding: 10px;
  line-height: 1.2;
}

.privacy-table-header.center {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 0;
}

.div-block-9 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh 5vw;
}

.privacy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rich-text-block strong, .rich-text-block h2 {
  color: #3d70e0;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.left {
  align-items: flex-start;
}

.container-3.left.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  padding-right: 30px;
}

.div-block-7 {
  opacity: 1;
  color: var(--grey);
}

.footer-text-2 {
  color: var(--grey);
  font-weight: 300;
}

.footer-text-2.link {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-323 {
  justify-content: space-between;
  display: flex;
}

.field-label-5 {
  margin-bottom: 0;
}

.section-2 {
  height: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.text-field-2 {
  border: 1px solid rgba(109, 109, 109, .26);
  border-radius: 5px;
  flex: 0 25%;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-2.unsubscribe {
  margin: 0 0 20px;
}

.form-block-2 {
  margin-top: 30px;
}

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

.text-block-3 {
  width: 75%;
  color: #193272;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
}

.div-block-8 {
  text-align: center;
  background-color: #fff;
  padding: 80px;
}

.divider-line {
  width: 1px;
  height: 80%;
  background-color: #cca360;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-left: 0;
  padding-right: 0;
}

.divider-line.black {
  width: 80%;
  height: 5px;
  background-color: var(--hot-pink);
  text-align: center;
  margin: 20px auto 0;
}

.image-2 {
  width: 130px;
}

.bold-text-2 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: block;
}

.rich-text-block-2 {
  max-width: 680px;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 45px 45px;
}

.rich-text-block-2.corner-flair {
  background-color: #f6f6f6;
  border-radius: 5px;
}

.rich-text-block-2.corner-flair p {
  font-size: 15px;
}

.rich-text-block-2.corner-flair strong {
  font-size: 18px;
}

.cta {
  color: #9d9b9b;
  margin-top: 35px;
}

.cta strong {
  color: #643b8f;
}

.italic-text {
  line-height: 1.3px;
}

.container-feature {
  padding-left: 3vh;
  padding-right: 4vh;
}

.section-3 {
  max-width: 1440px;
}

.section-3.flex-center {
  max-width: 1440px;
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0;
  display: flex;
}

.sub-head {
  font-size: 30px;
  line-height: 1.2;
}

.sub-head.is--dark {
  color: #804d9f;
  margin-bottom: 20px;
}

.sub-head.is--dark.hide {
  display: none;
}

.field-label-3 {
  color: #240046;
  font-size: 16px;
}

.contact-form-2 {
  padding-top: 0;
  padding-bottom: 4vh;
}

.btn-contact-form {
  width: 20%;
  height: auto;
  text-align: center;
  background-color: #240046;
  border-radius: 16px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 10px;
  font-size: 16px;
}

.container-box {
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.container-box.vertical-center {
  max-width: 1232px;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.container-box.vertical-center.is-white {
  background-color: #fff;
  border-radius: 24px;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-4 {
  text-transform: uppercase;
  margin-top: 2vw;
  margin-bottom: 1vh;
}

.heading-10 {
  font-size: 22px;
}

.text-field-contact {
  color: #534c4c;
  background-color: #fff;
  font-size: 16px;
}

.div-block-2 {
  display: flex;
}

.paragraph-3 {
  font-size: 16px;
}

.paragraph-3.hide {
  display: none;
}

.container-confirmation {
  text-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.p-confirmation {
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 16px;
  line-height: 1.8;
}

.image-4 {
  width: 128px;
  height: 100px;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}

.thank-you {
  max-width: 700px;
  padding-left: 3vh;
  padding-right: 4vh;
}

.checkbox-field-2 {
  display: block;
}

.consent-p {
  margin-top: 10px;
}

.consent-link {
  color: #006eb4;
}

.embed-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.vid-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 18, 42, .73);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header {
  background-image: url('https://aid4families.com/images/shutterstock_1677223612.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.page-header.is-books {
  background-image: url('https://aid4families.com/images/shutterstock_1606546729.jpg');
  background-position: 50%;
}

.page-header.is-services {
  background-image: url('https://aid4families.com/images/shutterstock_680729236.jpg');
  background-position: 50% 60%;
}

.page-header-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding-top: 163px;
  padding-bottom: 163px;
}

.container-4 {
  position: relative;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.page-header-title.subtitle {
  text-transform: none;
  font-size: 21px;
  font-weight: 400;
}

.section-4 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-text {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 24px;
}

.left-column {
  color: #000;
  padding-right: 35px;
}

.left-column.is-book {

}

.section-title {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.section-title.column-intro-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 34px;
}

.highlight-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.highlight-block-overlay:hover {
  background-color: rgba(0, 0, 0, .5);
}

.small-info-block {
  width: 91%;
}

.overall-icon {
  width: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 12px;
}

.link {
  color: #1ca6ac;
}

.link:hover {
  color: #e95500;
}

.info-row {
  margin-top: 45px;
}

.highlight-image-block {
  width: 100%;
  aspect-ratio: 16 / 9;
  color: #fff;
  object-fit: fill;
  background-image: url('https://aid4families.com/images/shutterstock_2310280807-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.highlight-image-block._2 {
  background-image: url('https://aid4families.com/images/shutterstock_725684902.jpg');
  background-size: cover;
}

.highlight-image-block.is-2 {
  background-image: url('https://aid4families.com/images/shutterstock_2389808187-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.highlight-image-block.is-3 {
  background-image: url('https://aid4families.com/images/shutterstock_2239940183-1-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.highlight-image-block.is-4 {
  background-image: url('https://aid4families.com/images/shutterstock_1414416200-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4782ed;
  border: 2px solid #4782ed;
  margin-top: 11px;
  padding: 4px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: border .2s, background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #131313;
  border-color: #000;
}

.button.purple {
  background-color: #814d9f;
  border-color: #4782ed;
}

.button.purple:hover {
  background-color: #000;
  border-color: #000;
}

.button.purple.hide {
  display: none;
}

.right-column {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 35px;
  display: flex;
}

.classes-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.class-item {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.class-item.is-last {
  border-bottom-style: none;
}

.book-item {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.book-item.is-last {
  border-bottom-style: none;
}

.book-img {
  width: 100%;
  color: #fff;
  object-fit: fill;
  background-image: url('https://aid4families.com/images/81w-PVGO62L._SL1500_.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.book-img._2 {
  background-image: url('https://aid4families.com/images/shutterstock_725684902.jpg');
  background-size: cover;
}

.book-img.is-2 {
  background-image: url('https://aid4families.com/images/shutterstock_2389808187-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.book-img.is-3 {
  background-image: url('https://aid4families.com/images/shutterstock_2239940183-1-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.book-img.is-4 {
  background-image: url('https://aid4families.com/images/shutterstock_1414416200-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.book-img.is-book-2 {
  background-image: url('https://aid4families.com/images/71JcSOwQpL._SL1500_.jpg');
}

.book-img.is-book-3 {
  background-image: url('https://aid4families.com/images/61jtILQTAjL._SL1499_.jpg');
}

.book-img.is-book-4 {
  background-image: url('https://aid4families.com/images/81CGWWCSP8L._SL1500_.jpg');
}

.book-img.is-book-5 {
  background-image: url('https://aid4families.com/images/61wkMpXZ2BL._SL1500_.jpg');
}

.highlight-block-overlay-copy {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.highlight-block-overlay-copy:hover {
  background-color: rgba(0, 0, 0, .5);
}

.books-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.section-class-registration {
  background-color: #131329;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.section-class-registration.flex-center {
  max-width: 1440px;
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0;
  display: flex;
}

.content-bento-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bento-image-asset {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.bento-image-asset.hide {
  display: none;
}

.content-bento-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: stretch;
}

.bento-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.service-title {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.services-text_contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.service-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid rgba(129, 77, 159, .25);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.service-wrap:hover {
  background-color: rgba(106, 89, 143, .08);
}

.service-wrap.is-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.service-description {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.service-description.text-color-gray-600 {
  color: #4b5563;
}

.service-description.is-sm {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

.action-l {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.paragraph-small {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: #4b5563;
}

.image-container {
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5.is-behavioral {
  top: 30%;
}

.learn-more_icon {
  width: 1em;
}

.learn-more_wrap {
  width: auto;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #653b8f;
  align-items: center;
  display: flex;
}

.learn-more_text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-header-title-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-header-wrapper-left {
  max-width: 620px;
}

.f-header-scroll-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-image-medium {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.blog-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.subheading-small.text-weight-medium {
  line-height: 26px;
}

.blog-card-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.blog-image-wrap {
  height: 280px;
  flex-direction: column;
  overflow: hidden;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.image-full {
  width: 100%;
  height: auto;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.card-detail {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.subheading-large {
  color: #361b36;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.blog-card-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 16px;
  display: grid;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-button-s {
  color: #814d9f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.text-button-m {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.blog-card-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase.text-weight-medium {
  font-weight: 500;
}

.avatar-r {
  width: 64px;
  height: 64px;
  flex: none;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-2 {
  color: #361b36;
  text-decoration: none;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-7 {
  height: 1px;
}

.article-h2 {
  color: #804d9f;
}

.overlay-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(129, 80, 157, .85);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-content {
  width: 49em;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.s-dynamic-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3vh;
}

.s-dynamic-desc {
  font-size: 16px;
}

.s-dynamic-desc.hide {
  display: none;
}

.services-contact-form {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #240046;
  border-radius: 16px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 10px;
  font-size: 16px;
}

.services-form {
  padding-top: 0;
  padding-bottom: 0;
}

.services-cta {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
}

.close-icon {
  width: 2em;
  cursor: pointer;
  margin-top: 3%;
  margin-right: 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.services-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.service-p {
  font-size: 16px;
}

.service-p.hide {
  display: none;
}

.class-rich-text {
  border-bottom: 1px solid #000;
}

.class-price {
  color: #814d9f;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 17px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    width: 100%;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .heading.dark {
    width: 100%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .section._100vh {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav-menu {
    background-color: #3d70e0;
  }

  .cards-flex {
    grid-column-gap: 20px;
  }

  .checkbox-field {
    bottom: 2%;
  }

  .text-field {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .form-block {
    width: auto;
    height: auto;
    min-width: auto;
  }

  .submit-button {
    width: 100%;
    margin-top: 5px;
  }

  .form {
    flex-direction: column;
  }

  .form-wrapper {
    width: 100%;
  }

  .badge-bar {
    object-fit: none;
    top: auto;
    bottom: -5%;
    left: -3%;
    right: 0%;
  }

  .offer-content {
    height: auto;
    min-height: auto;
    flex: 0 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .offer-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    display: inline-block;
  }

  .offer-image.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: inline-block;
  }

  .offer {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    flex: 0 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    margin: 20px 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .offer-img-wrapper {
    width: 100%;
    height: 220px;
    max-height: 220px;
    min-height: auto;
    object-fit: none;
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    display: block;
    overflow: visible;
  }

  .offer-wrapper {
    width: 100%;
    grid-column-gap: 17px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .offer-heading {
    font-size: 20px;
  }

  .access-button {
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .article-wrapper {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 35px;
    display: flex;
  }

  .hero-headline {
    font-size: 34px;
  }

  .share-this-txt.author {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }

  .hero-wrapper-2 {
    width: 80%;
  }

  .profile-img {
    width: 130px;
    height: 130px;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-img.description {
    flex: none;
    align-self: flex-start;
    margin-left: 0;
    bottom: -42px;
    right: 85px;
  }

  .fliex-col-30 {
    flex: none;
  }

  .blog-article-heading.next {
    font-size: 18px;
    line-height: 1.1;
  }

  .blog-article-heading.prev {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.1;
  }

  .div-block-320 {
    margin-left: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container-2._720w.flex-horz {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    color: #3d70e0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: var(--white);
  }

  .div-block-10, .div-block-9 {
    width: 100%;
  }

  .text-field-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .divider-line.black {
    width: 20%;
  }

  .container-feature {
    padding-left: 2vh;
    padding-right: 0;
  }

  .section-3.flex-center {
    padding-bottom: 4vh;
  }

  .heading-10 {
    font-size: 22px;
  }

  .container-confirmation {
    padding-left: 2vh;
    padding-right: 0;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .image-4 {
    margin-top: 0;
  }

  .thank-you {
    padding-left: 2vh;
    padding-right: 0;
  }

  .page-header-overlay {
    padding: 45px;
  }

  .page-header-title {
    font-size: 23px;
    line-height: 31px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .section-4 {
    padding: 45px;
    font-size: 13px;
  }

  .intro-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

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

  .section-title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 26px;
  }

  .section-title.column-intro-title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 27px;
  }

  .highlight-block-overlay {
    padding: 25px 20% 25px 25px;
  }

  .info-row {
    margin-top: 21px;
  }

  .button.purple {
    margin-top: 8px;
  }

  .right-column {
    padding-left: 25px;
  }

  .highlight-block-overlay-copy {
    padding: 25px 20% 25px 25px;
  }

  .section-class-registration.flex-center {
    padding-bottom: 4vh;
  }

  .content-bento-b {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .blog-card-b {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .services-cta {
    font-size: 22px;
  }

  .class-price {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .heading.dark, .heading.orange {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .section.flex {
    min-height: 80vh;
  }

  .section.flex.short {
    min-height: 50vh;
  }

  .cards-flex {
    max-width: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-flex.flip {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .form-block {
    height: auto;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .badge-bar {
    top: auto;
    bottom: -16%;
    left: -2.5%;
    right: 0%;
  }

  .badge-bar.private {
    top: auto;
    bottom: -5%;
    left: -4%;
    right: 0%;
  }

  .offer-content {
    flex: none;
  }

  .offer-image {
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .offer {
    height: auto;
    flex-basis: 100%;
    margin: 10px 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .offer-img-wrapper {
    height: 150px;
    border-radius: 0;
    display: block;
  }

  .offer-img-wrapper.is-top {
    height: 330px;
  }

  .offer-wrapper {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .offer-heading {
    font-size: 20px;
    line-height: 23px;
  }

  .access-button {
    font-size: 15px;
  }

  .article-wrapper {
    height: auto;
    flex: none;
  }

  .offer-paragraph.line-clamp {
    font-size: .9em;
  }

  .profile-img.description {
    bottom: -29px;
    right: auto;
  }

  .blog-article-button, .blog-article-button.next {
    height: auto;
    padding: 20px;
  }

  .blog-article-heading.next, .blog-article-heading.prev {
    display: none;
  }

  .container-2._720w.flex-horz {
    margin-top: 1vh;
    margin-bottom: 0;
  }

  .container-2._2-col, .div-block-323 {
    flex-direction: column;
  }

  .divider-line.black {
    width: 20%;
  }

  .rich-text-block-2.corner-flair {
    width: 100%;
    max-width: none;
  }

  .rich-text-block-2.corner-flair p {
    font-size: 14px;
    line-height: 1.4;
  }

  .rich-text-block-2.corner-flair strong {
    font-size: 18px;
  }

  .container-feature {
    padding-left: 2vh;
  }

  .contact-form-2 {
    padding: 0;
  }

  .container-box.vertical-center {
    padding: 8vw 4vw 6vw;
  }

  .container-box.vertical-center.is-white {
    padding-left: 6%;
    padding-right: 6%;
  }

  .heading-10 {
    font-size: 22px;
  }

  .container-confirmation {
    padding-left: 0;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .thank-you {
    padding-left: 0;
  }

  .page-header-overlay {
    padding: 25px;
  }

  .page-header-title {
    font-size: 26px;
    line-height: 23px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 15px;
  }

  .section-4 {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
  }

  .section-title.column-intro-title {
    margin-bottom: 14px;
    line-height: 22px;
  }

  .small-info-block {
    width: 100%;
  }

  .right-column {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-bento-b, .content-bento-a {
    grid-template-columns: 1fr;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large, .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 32px;
  }

  .blog-card-b {
    grid-row-gap: 32px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .blog-card-c, .services-form {
    padding: 0;
  }

  .services-cta {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 80vh;
    flex: 0 auto;
  }

  .hero-section.hero-background {
    background-image: linear-gradient(rgba(22, 103, 142, .9), rgba(22, 103, 142, .9)), url('https://aid4families.com/images/auto-avenue-img.jpg');
    background-position: 0 0, 68%;
  }

  .container-hero {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .hero-wrapper {
    width: 100%;
  }

  .heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading.dark, .heading.orange {
    font-size: 26px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .button-hero {
    width: auto;
    min-width: auto;
    flex: 1;
    margin: 5px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .button-wrapper {
    width: 100%;
    flex-direction: row;
    flex: none;
    padding: 0 10px;
    display: flex;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section._100vh {
    padding: 3vh 5vw;
  }

  .cards-flex {
    height: auto;
    min-height: 60vh;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-flex.flip {
    height: auto;
    min-height: 60vh;
    padding-bottom: 30px;
  }

  ._50--image-wrapper {
    width: 100%;
    flex: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .checkbox-field {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 19px;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .green-dot {
    width: 40px;
    height: 40px;
    top: 0;
  }

  .checkbox {
    flex: none;
    margin-top: 0;
    margin-left: -10px;
  }

  .text-field {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    height: auto;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button.hover {
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-2 {
    line-height: 1.2;
  }

  .form {
    flex-direction: column;
  }

  .form-wrapper {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-heading {
    font-size: 23px;
    line-height: 1.1;
  }

  .heading-3 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
  }

  .div-block-5.left {
    margin-left: auto;
    margin-right: auto;
  }

  .community-exclusive {
    top: auto;
    bottom: -13%;
    left: 4%;
    right: auto;
  }

  .exp-header, .badge-label {
    font-size: .7em;
  }

  .badge-bar {
    min-width: 240px;
    border-top-left-radius: 0;
    padding-left: 10px;
    top: auto;
    bottom: -5%;
    left: -4%;
    right: 0%;
  }

  .badge-bar.expire {
    background-size: 10px;
  }

  .badge-bar.private {
    background-color: #7bac41;
  }

  .offer-content {
    margin-top: 0;
    padding: 20px 15px 15px;
    position: relative;
  }

  .read-more {
    padding-top: 5px;
    display: block;
  }

  .countdown-paragraph {
    font-size: .7em;
  }

  .offer-image.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible;
  }

  .offer {
    flex-wrap: nowrap;
    flex: 0 100%;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 0;
    display: block;
    overflow: visible;
  }

  .offer-img-wrapper {
    width: auto;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .offer-img-wrapper.is-top {
    height: 150px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .offer-wrapper {
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .offer-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .access-button {
    width: 90%;
    background-color: #0e3c54;
    border-radius: 30px;
    flex: 0 auto;
    align-self: auto;
    padding: 15px 0;
    font-size: 16px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, .15);
  }

  .corner-badge {
    top: -10%;
    left: -5%;
  }

  .article-wrapper {
    background-color: #fff;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    overflow: visible;
    box-shadow: 0 6px 8px 3px rgba(30, 73, 95, .1);
  }

  .offer-paragraph.line-clamp {
    padding-bottom: 0;
  }

  .hero-headline {
    font-size: 30px;
  }

  .hero-headline.white {
    font-size: 31px;
  }

  .font-awesome {
    padding-left: 4px;
  }

  .blog-article-button {
    text-align: right;
    flex-basis: 100%;
    margin-right: 0;
  }

  .blog-article-button.return-blog {
    display: none;
  }

  .blog-article-button.next {
    margin-top: 20px;
    margin-bottom: 17px;
    margin-right: 0;
  }

  .article-rich-text h3 {
    font-size: 20px;
  }

  .blog-article-heading.next {
    padding-right: 25px;
  }

  .blog-article-heading.prev {
    text-align: right;
    padding-left: 25px;
  }

  .div-block-320 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission-header.profile {
    font-size: 26px;
    line-height: 1.2;
  }

  .prev-next-wraper {
    text-align: left;
    flex-flow: column;
    align-items: stretch;
    padding-top: 20px;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2._2-col {
    flex-direction: column;
  }

  .icon {
    top: auto;
    bottom: 3%;
    left: 6%;
    right: auto;
  }

  .icon-2 {
    top: auto;
    bottom: 3%;
    left: auto;
    right: 6%;
  }

  .div-block-321, .div-block-322, .icon-wrapper {
    text-align: center;
  }

  .privacy-paragraph {
    width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
  }

  .bold-text-5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
  }

  .div-block-9 {
    width: 100%;
  }

  .privacy-grid {
    width: 100%;
    justify-content: center;
    justify-items: stretch;
  }

  .container-3.left.horizontal {
    flex-direction: column;
  }

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

  .div-block-323 {
    flex-direction: column;
  }

  .text-field-2 {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .rich-text-block-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3.flex-center {
    padding-bottom: 0;
  }

  .sub-head {
    margin-bottom: 0;
    line-height: 1.1;
  }

  .sub-head.is--dark {
    font-size: 20px;
  }

  .btn-contact-form {
    width: 50%;
  }

  .container-box.vertical-center {
    padding: 6vh 2vw 8vw;
  }

  .container-box.vertical-center.div-contact-form, .container-box.vertical-center.div-su-form-copy {
    padding-bottom: 12vw;
  }

  .heading-10 {
    font-size: 18px;
  }

  .text-field-contact {
    margin-bottom: 0;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .container-confirmation {
    padding-left: 0;
  }

  .p-confirmation {
    padding-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 1.6;
  }

  .image-4 {
    width: 100%;
    height: auto;
    max-width: 80px;
  }

  .thank-you {
    padding-left: 0;
  }

  .page-header-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 18px;
  }

  .page-header-title.subtitle {
    font-size: 11px;
    line-height: 16px;
  }

  .section-4 {
    padding: 20px;
  }

  .intro-text {
    font-size: 14px;
    line-height: 19px;
  }

  .section-title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title.column-intro-title {
    font-size: 20px;
    line-height: 20px;
  }

  .highlight-block-overlay {
    padding: 20px 40px 20px 20px;
  }

  .button {
    margin-top: 7px;
  }

  .right-column {
    padding-top: 15px;
  }

  .highlight-block-overlay-copy {
    padding: 20px 40px 20px 20px;
  }

  .section-class-registration.flex-center {
    padding-bottom: 0;
  }

  .service-wrap {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-contact-form {
    width: 50%;
  }

  .services-cta {
    font-size: 18px;
  }

  .class-price {
    font-size: 14px;
    line-height: 19px;
  }
}

#w-node-_8c93c7f8-1b04-5f91-7c40-67ea6f403046-9751d7b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7be63dd-99b9-c849-f72d-78e05561d9df-83d92757, #w-node-_34bf6983-58fb-6c95-1589-f63fd45ea98e-83d92757, #w-node-db0eb7a3-f44a-6c2a-fcc2-987542721730-093a0c05, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b416e-968c208c, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b418d-968c208c, #w-node-_4cb0129c-73bb-2469-50dd-bc497e059981-226c64e4, #w-node-_4cb0129c-73bb-2469-50dd-bc497e059989-226c64e4, #w-node-_4cb0129c-73bb-2469-50dd-bc497e059990-226c64e4, #w-node-_4cb0129c-73bb-2469-50dd-bc497e059997-226c64e4, #w-node-_19df30da-fc14-0702-f8ba-dadcafe24868-226c64e4, #w-node-db0eb7a3-f44a-6c2a-fcc2-987542721730-e68d8253, #w-node-d99a3ed4-6d4f-3a19-209d-23b39eaadc1d-650902e6, #w-node-d99a3ed4-6d4f-3a19-209d-23b39eaadc1f-650902e6, #w-node-_7f3a70eb-e136-0f4d-0202-da90c847f508-e067e5cd, #w-node-_7f3a70eb-e136-0f4d-0202-da90c847f50a-e067e5cd, #w-node-_7f3a70eb-e136-0f4d-0202-da90c847f51f-e067e5cd, #w-node-_7f3a70eb-e136-0f4d-0202-da90c847f52a-e067e5cd, #w-node-_7f3a70eb-e136-0f4d-0202-da90c847f535-e067e5cd, #w-node-_75b22b16-533e-9b38-d980-091813a5a420-e067e5cd, #w-node-_7eb63fc2-4aff-9e4c-3420-d0a098e4bce0-e067e5cd, #w-node-ecbff289-11d1-02c0-2bf4-9614db5cbfde-e067e5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4cb0129c-73bb-2469-50dd-bc497e059997-226c64e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4cb0129c-73bb-2469-50dd-bc497e059997-226c64e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97344352-2679-d3b0-350a-ff3811f95de1-9751d7b0, #w-node-b6c67ceb-d75b-7b0f-66ff-a114fcee8461-9751d7b0, #w-node-f07e7938-8af1-0c4e-e563-19c5153921e8-9751d7b0, #w-node-bd0196b3-33f4-0055-44d5-667c8db613b1-9751d7b0, #w-node-_4063a6dc-991d-412f-65b8-2a0756d8ea7e-9751d7b0 {
    grid-column: span 1 / span 1;
  }

  #w-node-a7be63dd-99b9-c849-f72d-78e05561d9ed-83d92757, #w-node-a7be63dd-99b9-c849-f72d-78e05561d9f1-83d92757, #w-node-a7be63dd-99b9-c849-f72d-78e05561d9f5-83d92757, #w-node-a7be63dd-99b9-c849-f72d-78e05561d9f9-83d92757, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b417c-968c208c, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b4180-968c208c, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b4184-968c208c, #w-node-_8c0c5d09-8b9b-578f-6300-b47b888b4188-968c208c, #w-node-_51d08e26-bda4-9abf-c595-f5e4f5bf66fd-968c208c, #w-node-ee3d9a84-bf18-bb36-c714-781134af337b-968c208c, #w-node-_19df30da-fc14-0702-f8ba-dadcafe24876-226c64e4, #w-node-_19df30da-fc14-0702-f8ba-dadcafe2487a-226c64e4, #w-node-_19df30da-fc14-0702-f8ba-dadcafe2487e-226c64e4, #w-node-_19df30da-fc14-0702-f8ba-dadcafe24882-226c64e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('https://aid4families.com/fonts/fa-regular-400.woff') format('woff'), url('https://aid4families.com/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('https://aid4families.com/fonts/fa-solid-900.woff') format('woff'), url('https://aid4families.com/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Play';
  src: url('https://aid4families.com/fonts/Play-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Play';
  src: url('https://aid4families.com/fonts/Play-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Bold.ttf') format('truetype'), url('https://aid4families.com/fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-ExtraBoldItalic.ttf') format('truetype'), url('https://aid4families.com/fonts/Barlow-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://aid4families.com/fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('https://aid4families.com/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}