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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  padding-left: 23px;
}

a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #c6d1ff;
  text-align: center;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-weight: 600;
}

img {
  display: block;
  width: 250px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.section.cc-cta {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hiking-with-family-mother-and-son-expecting-the-sunset-in-the-mountains_t20_BlEJbr.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hiking-with-family-mother-and-son-expecting-the-sunset-in-the-mountains_t20_BlEJbr.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.cc-home-wrap.our-mission {
  background-color: #f7f7f7;
}

.section.cc-home-wrap.our-mission {
  background-color: #f7f7f7;
}

.section.cc-store-home-wrap {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(69, 116, 185, 0);
}

.section.become-parent {
  display: block;
  background-color: #fff;
}

.section.become-parent.our-mission {
  background-color: #f7f7f7;
}

.section.become-parent.our-mission {
  background-color: #f7f7f7;
}

.section.parent-quotes {
  margin-right: 0px;
  margin-bottom: 39px;
  margin-left: 0px;
}

.section.wasilla {
  margin-top: 105px;
  border-top: 1px solid #e0e0e0;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.container.footer {
  display: block;
  max-width: 100%;
  padding-top: 0px;
}

.paragraph-tiny {
  margin-top: 12px;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #fff;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-top: -5px;
  opacity: 0.6;
  text-align: center;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #4574b9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  background-color: #1bcc00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#acf08a), to(#62da28));
  background-image: linear-gradient(180deg, #acf08a, #62da28);
  color: #000;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  margin-top: 10px;
  padding-bottom: 0px;
  opacity: 0.6;
  color: #6d6d6d;
  text-align: center;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  padding: 34px;
  opacity: 0.6;
  font-weight: 400;
}

.paragraph-light.donate {
  max-width: 800px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  opacity: 1;
}

.paragraph-light.more-info {
  background-color: #77e043;
  color: #000;
}

.paragraph-light.john-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4574b9;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.paragraph-light.who-we-are {
  padding-top: 20px;
  padding-right: 0px;
}

.paragraph-light.our-mission {
  padding-top: 10px;
}

.paragraph-light.more-info {
  background-color: #77e043;
}

.paragraph-light.become-a-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4574b9;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 61px;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.tfc {
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #6d6d6d;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo-small.cta.home {
  color: #fff;
  font-size: 53px;
  font-weight: 700;
}

.heading-jumbo-small.dark {
  margin-top: 26px;
  color: #696969;
  font-weight: 700;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: static;
  z-index: 0;
  display: block;
  padding: 44px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.navigation-item {
  position: relative;
  padding: 9px 10px 9px 24px;
  opacity: 0.6;
  -webkit-transition: color 475ms ease, opacity 200ms ease;
  transition: color 475ms ease, opacity 200ms ease;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.blog {
  display: none;
}

.logo-image {
  position: relative;
  display: block;
}

.navigation-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #4574b9;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  width: 50px;
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta-wrap.tfgh {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.cta-wrap.programs-cta {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
}

.cta-wrap.yess {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('../images/optimized-5zgg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/atop-full-photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/atop-full-photo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-header.cc-subpage.become-parent {
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fosterparent-image-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fosterparent-image-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.rtc {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rtc-outside1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rtc-outside1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.resources {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Resources-bg-pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Resources-bg-pic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.careers {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Carrers-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Carrers-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.tfgh {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TFC-HOME.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TFC-HOME.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.cbfh {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TFC-HOME.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TFC-HOME.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.yess {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/yess-elementary.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/yess-elementary.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.tfc {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/optimized-5zgg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.intro-header.cc-subpage.contact-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/group-fcsa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/group-fcsa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.training {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/training.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/training.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.programs-hero {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/group-fcsa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/group-fcsa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.yess-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/yess-elementary.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/yess-elementary.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.reach {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TFC-HOME.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TFC-HOME.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.clinical-services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ftc-greeting.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ftc-greeting.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.atop {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.our-mission-hero {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/group-fcsa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/group-fcsa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.foster-parent-training {
  max-width: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/training.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/training.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header.cc-subpage.telehealth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TELEHEALTH-HERO.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TELEHEALTH-HERO.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin-left: 164px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.intro-content.cc-homepage {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.intro-content.tfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.motto-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #4574b9;
  text-align: center;
}

.motto-wrap.every-child-counts {
  display: -ms-grid;
  display: grid;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #4574b9;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 80vh;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 33.3%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
  color: #4574b9;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #6d6d6d;
  font-weight: 500;
}

.section-heading.home {
  padding-left: 30px;
}

.section-heading.home.who-we-are {
  margin-top: 0px;
}

.section-heading.apply {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.section-heading.become {
  margin-top: 40px;
  font-size: 36px;
  text-transform: none;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 0px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  padding-top: 40px;
  grid-column-gap: 18px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 18px 1fr;
  grid-template-columns: 0.75fr 1fr;
  border-top: 2px solid #f7f7f7;
}

.about-grid.mission {
  padding-top: 40px;
  grid-column-gap: 18px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 18px 1fr;
  grid-template-columns: 0.75fr 1fr;
  border-top: 2px solid #f7f7f7;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.popup-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  height: 100vh;
}

.div-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 100px;
}

.div-block.popup {
  height: 350px;
  background-color: #fff;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #fff;
}

.text-block {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #77e043;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  margin-top: 19px;
  padding-bottom: 28px;
  text-align: center;
}

.image {
  position: static;
  width: 40px;
}

.text-block-3 {
  position: static;
  margin-top: 34px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #77e043;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.image-2 {
  width: 50px;
  margin-left: 7px;
  padding-left: 4px;
}

.slider {
  z-index: 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  margin-right: auto;
  margin-left: auto;
}

.mask {
  z-index: 0;
  overflow: hidden;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-head-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2nd-slide-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.youtube {
  width: 90%;
  margin-top: 55px;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 168px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fafafa;
}

.button-2 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #4574b9;
}

.div-block-3 {
  position: relative;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
  box-shadow: 3px 0 7px -2px rgba(0, 0, 0, 0.85);
}

.image-3 {
  width: 30px;
  height: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 11px;
}

.link {
  padding-right: 25px;
}

.programs {
  display: none;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4574b9;
}

.row-8 {
  display: block;
  margin-bottom: 30px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 55px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(238, 238, 238, 0.49);
}

.button-3 {
  margin-left: 0px;
  padding: 6px 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  color: #000;
  font-weight: 500;
}

.button-3:hover {
  border: 1px none #fff;
  background-color: #92bbf7;
}

.button-3.button-d {
  background-color: #f5f6f8;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #4f5e78;
  font-weight: 500;
}

.button-3.button-d:hover {
  border-style: none;
  background-color: #e2e4e7;
}

.button-3.button-advert {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-3.button-advert:hover {
  background-color: #5748c5;
}

.cms-container {
  display: none;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.grid-2 {
  display: none;
  height: auto;
  max-height: none;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card-advert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #4574b9;
  text-align: center;
}

.link-9 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-5 {
  color: #4f5e78;
  font-size: 14px;
}

.heading-16 {
  margin-top: 24px;
  color: #8d8d8d;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.heading-17 {
  text-align: center;
}

.centered-heading {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
}

.text-block-6 {
  margin-bottom: 24px;
  color: #696969;
  line-height: 1.5;
  text-align: justify;
}

.link-10 {
  color: #8fa6c7;
  font-weight: 300;
}

.card-advert-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.card-advert-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 29px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.atop-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.flex-container {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.feature-image-mask {
  width: 80%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.rtc-info {
  display: block;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-19 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #6d6d6d;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
}

.container-2 {
  margin-bottom: 38px;
  text-align: center;
}

.image-4 {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
  float: left;
  clear: right;
}

.text-span {
  font-weight: 700;
}

.contact-section {
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  background-image: url('../images/fosterparent-image-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-section.become-a-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/fosterparent-image-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/fosterparent-image-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 54px;
  padding-bottom: 54px;
  border-radius: 10px;
  background-color: #4574b9;
}

.form-block {
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.submit-button {
  border-radius: 8px;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-block-8 {
  padding-bottom: 28px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.form {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.atop-gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.gallery-div {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 900px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-top: 1px solid #e0e0e0;
}

.image-5 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 325ms ease, opacity 200ms ease;
  transition: all 325ms ease, opacity 200ms ease;
}

.lightbox-link:hover {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.lightbox-link._1 {
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lightbox-link._1:hover {
  -webkit-filter: brightness(51%);
  filter: brightness(51%);
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #353535;
}

.div-block-33 {
  position: absolute;
  left: 232px;
  top: 765.391px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #7c7c7c;
}

.text-block-9 {
  width: 100px;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.centerit {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 255, 0.49);
}

.hidden-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.text-block-10 {
  position: absolute;
  z-index: 1;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 83px;
  color: #fff;
  text-align: center;
}

.text-span-2 {
  font-size: 17px;
}

.section-3 {
  padding-top: 83px;
  padding-bottom: 83px;
  background-color: #4574b9;
}

.brand {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-bar-container {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-bar-container.floating-menu {
  width: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #f7f7f7;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar {
  left: auto;
  z-index: 5;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
}

.dropdown-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.dropdown-locations:hover {
  overflow: visible;
  background-color: #4574b9;
  color: #fff;
}

.dropdown-locations.w--open {
  z-index: 100;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #4574b9;
  color: #fff;
}

.nav-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 5px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1a1b1f;
  font-weight: 300;
  text-align: center;
}

.nav-link-2:hover {
  background-color: transparent;
  color: #4574b9;
  font-weight: 300;
}

.nav-link-2:focus {
  background-color: transparent;
}

.nav-link-3 {
  display: none;
  margin-right: 23px;
  font-weight: 300;
}

.nav-link-3:hover {
  background-color: #fff;
  color: #4574b9;
}

.paragraph-small-2 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 24px;
}

.services-simple {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin: -8px auto -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-header-wrapper {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-header-wrapper.no-padding-bottom {
  padding-bottom: 0px;
}

.section-4 {
  display: block;
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-4.grey-section {
  padding-top: 40px;
  border-top: 2px solid #f7f7f7;
}

.section-4.miranda-contact {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.section-4.miranda-contact.no-top-padding {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.section-4.miranda-contact.no-top-padding.no-bottom-padding {
  display: none;
}

.section-4.fairbanks_programs {
  padding-top: 40px;
  border-top: 2px solid #f7f7f7;
}

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

.section-4.no-top-padding {
  display: none;
  padding-top: 0px;
}

.section-4.no-top-padding.no-bottom-padding {
  display: none;
}

.service-simple-header {
  margin-top: 12px;
  color: #2e323c;
}

.section-description {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.service-simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 15px 32px 24px 15px;
  background-color: #f7f7f7;
  text-align: left;
}

.service-simple.mission {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.fairbanks_programs {
  max-width: none;
  margin-top: 0px;
  padding-top: 67px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e0e0e0 #000 #000;
  background-color: #fff;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #6d6d6d;
  font-weight: 500;
}

.service-simple-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #9096a4;
}

.section-small-header {
  margin-bottom: 0px;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.service-simple-icon {
  float: left;
}

.services-button {
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
  border-radius: 0px;
  background-color: #4574b9;
  color: #fff;
  font-size: 14px;
}

.services-button.mission {
  display: block;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 17px;
  background-color: #4574b9;
}

.counter {
  color: #fff;
  font-size: 51px;
  font-weight: 700;
}

.counter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.counter-2 {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #5b3acc;
  font-size: 60px;
}

.counter-support-text {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.56);
  font-size: 22px;
  font-weight: 400;
}

.line {
  position: relative;
  width: 1px;
  height: 35px;
  background-color: #fff;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #5b3acc;
}

.cirlce {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.social-links {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 8;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.line-wrapper {
  position: relative;
  top: -17px;
  z-index: 22;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #5b3acc;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-2 {
  margin-right: 20px;
  padding: 8px;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8faff;
}

.vert-text {
  margin-bottom: 80px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.wrap-corner {
  position: fixed;
  left: 0px;
  bottom: 3%;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  display: inline-block;
  width: 100px;
}

.image-7 {
  height: 30px;
  -webkit-transition: height 625ms ease;
  transition: height 625ms ease;
}

.image-7:hover {
  height: 32px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.mobile-nav {
  display: none;
}

.link-11 {
  color: #fff;
}

.locations-modal-wrapper {
  position: absolute;
  left: 0%;
  top: 98%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  background-color: #4574b9;
}

.nav-list-title {
  margin-bottom: 32px;
  color: #8898aa;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-list-title.small {
  margin-bottom: 11px;
}

.logo-bg {
  height: 25px;
  color: #fff;
}

.right-cheron {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 3px;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  margin-top: 59px;
  background-color: #4574b9;
  color: #4574b9;
}

.nav--header-dropdown {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
}

.logo-link-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-nav-list-item---link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #425466;
  line-height: 1.1;
}

.site-nav-list-item---link.light {
  line-height: 1.2;
}

.site-nav-list-item---link.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav--dropdown-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(50, 50, 93, 0.15);
}

.nav-link-signin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding: 3px 10px 6px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff7455;
  color: #fff;
}

.nav-link-4 {
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.nav-link-4.products {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.small-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  color: #87add2;
}

.small-icon.book {
  margin-top: 2px;
}

.nav--label--main {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a2540;
  line-height: 1.1;
  font-weight: 700;
  text-transform: capitalize;
}

.nav--label--main.light {
  color: #425466;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.nav--label--main.normal {
  color: #0a2540;
  line-height: 1.45;
  text-transform: none;
}

.site-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 254px;
  margin-top: 16px;
  padding-left: 26px;
}

.site-nav-list-item.clear-top {
  margin-top: 0px;
}

.site-nav-list-item.has-icon {
  margin-top: 15px;
  padding-left: 0px;
  line-height: 1.2;
}

.site-nav-list-item.has-icon.medium-space {
  margin-top: 12.5px;
}

.site-nav-list-item.has-icon.clear-top {
  margin-top: 0px;
}

.site-nav-list-item.less-space {
  margin-top: 12px;
}

.nav-header-dashboard {
  position: absolute;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.nav1-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-ui-list-li--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #425466;
}

.moving-arrow {
  position: absolute;
  z-index: 999;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-inner-ul-list {
  min-width: 254px;
  margin-bottom: 0px;
}

.footer----layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.large-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.inner-body----footer {
  margin: 4px;
  padding: 28px;
  background-color: #f6f9fc;
}

.dd-inner-content-wrapper {
  position: relative;
  padding: 32px;
}

.dd-inner-content-wrapper.developers {
  padding: 0px;
}

.nav--dd-card--inner {
  position: absolute;
  left: 50%;
  top: 0px;
  display: inline-block;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav--dd-card--inner.company {
  display: none;
}

.nav--dd-card--inner.products {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav--dd-card--inner.developers {
  display: none;
}

.nav-sigup-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-ui-list---li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.inner-ui-list---li.clear-top {
  margin-top: 0px;
}

.body-header---layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-header---layout.clear-second-row {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inline-button-text {
  color: #fff;
  line-height: 1em;
  font-weight: 700;
}

.link-block {
  background-color: #4353ff;
}

.inner-body---header {
  padding: 32px;
}

.nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-site-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.nav-site-list.add-space-top {
  margin-top: 12px;
}

.nav-container {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-mega-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 300px;
  background-color: #4574b9;
}

.locations-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.dropdown-list {
  width: 900px;
}

.dropdown-list.w--open {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #4574b9;
}

.dropdown-link {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.dropdown-link:hover {
  color: #77e043;
}

.dropdown-link.fairbanks {
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dropdown-link-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-link-2.wasilla {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dropdown-link-3 {
  color: #fff;
}

.div-block-35 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding: 22px 28px 34px 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1.25fr 0.25fr 0.25fr 1.25fr;
  grid-template-columns: 0.25fr 1.25fr 0.25fr 0.25fr 1.25fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #4574b9;
}

.div-block-35:hover {
  color: #fff;
}

.link-block-3 {
  margin-top: -15px;
}

.link-block-4 {
  margin-top: -15px;
}

.link-12 {
  text-align: left;
}

.fairbanks-location {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wasilla-location {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid #f8f8f8;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}

.location-icon {
  width: 20px;
  height: auto;
}

.phone-icon {
  width: auto;
  height: 30px;
}

.email-icon {
  width: auto;
  height: 25px;
}

.text-block-13 {
  font-weight: 700;
  text-transform: none;
}

.bold-text {
  font-weight: 400;
}

.div-block-36 {
  width: 1px;
  background-color: #fff;
}

.text-block-14.tfc {
  text-align: center;
}

.goals-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.grid-5 {
  grid-column-gap: 4px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.heading-21 {
  color: #6d6d6d;
  font-weight: 700;
  text-align: center;
}

.text-block-15 {
  margin-bottom: 22px;
  color: #6d6d6d;
  line-height: 1.3;
  text-align: center;
}

.goals-text-block {
  padding-top: 10px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #6d6d6d;
}

.goals-long-desc-text {
  padding: 10px;
  background-color: #f7f7f7;
}

.bold-text-3 {
  color: #fff;
}

.button-4 {
  display: inline-block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #77e043;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-37.more-info {
  background-color: #77e043;
}

.div-block-38 {
  background-color: #f7f7f7;
}

.div-block-39 {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  width: auto;
  margin-top: 42px;
}

.dropdown-toggle {
  z-index: 100;
}

.dropdown-toggle.w--open {
  background-color: #4574b9;
  color: #fff;
}

.foster-parents-dropdown-list {
  z-index: 100;
  background-color: #4574b9;
}

.foster-parents-dropdown-list.w--open {
  z-index: 100;
  width: 650px;
  padding: 0px;
  color: #fff;
}

.dropdown-link-4 {
  color: #fff;
}

.service-title {
  margin-bottom: 0px;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-2 {
  z-index: 100;
}

.foster-parents-dropdown {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.foster-parents-dropdown:hover {
  opacity: 0.9;
  white-space: normal;
}

.foster-parents-dropdown:active {
  opacity: 0.8;
}

.foster-parents-dropdown.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.foster-parents-dropdown.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.foster-parents-dropdown.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.dd {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
}

.dropdown-list-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  top: 65px;
  overflow: hidden;
  height: auto;
}

.dropdown-toggle-2 {
  overflow: hidden;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-3 {
  position: static;
}

.dropdown-list-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.foster-parent-dropdown {
  font-weight: 400;
  text-align: left;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: transparent;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.dropdown-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.icon-4 {
  margin-right: 5px;
  color: #acacac;
}

.icon-4:hover {
  color: #4574b9;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.flowbase-logo {
  width: 54px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #4574b9;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.09);
  color: #4574b9;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.nav-link-details {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  text-align: left;
}

.link-18 {
  display: block;
  margin-bottom: 15px;
  color: #283338;
  font-size: 15px;
  text-decoration: none;
}

.link-18:hover {
  color: #8c54ff;
}

.text-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #4574b9;
  font-size: 16px;
}

.dropdown-link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-6:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 22px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
  background-color: #f7f7f7;
  color: #4574b9;
}

.nav-content-wrap:hover {
  background-color: #4574b9;
  color: #77e043;
}

.nav-content-wrap.blog {
  display: none;
}

.nav-content-wrap.faq {
  display: none;
}

.nav-content-wrap.staff {
  display: none;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  position: absolute;
  left: 0%;
  top: 101%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
  color: #6d6d6d;
}

.text-block-62 {
  margin-bottom: 14px;
  color: #abaeaf;
  font-size: 14px;
  letter-spacing: 1px;
}

.dropdown-4 {
  position: static;
}

.dropdown-toggle-3 {
  position: static;
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4574b9;
}

.dropdown-toggle-3:hover {
  color: #8c54ff;
}

.dropdown-toggle-3.w--open {
  border: 1px none #000;
  background-color: transparent;
  color: #4574b9;
}

.text-block-63 {
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-7:hover {
  background-color: #4574b9;
}

.dropdown-link-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-8:hover {
  background-color: #4574b9;
  color: #fdfdfd;
}

.dropdown-link-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-9:hover {
  background-color: #77e043;
}

.dropdown {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.dropdown.locations {
  border: 1px none #000;
}

.dropdown.locations:hover {
  background-color: #fff;
  color: #fff;
}

.dropdown.programs-dd {
  border: 1px none #000;
}

.dropdown.programs-dd:hover {
  background-color: transparent;
  color: #fff;
}

.text-block-64 {
  text-align: left;
}

.dropdown-link-10 {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-11:hover {
  background-color: #f8faff;
}

.icon-5 {
  margin-right: 7px;
}

.dropdown-link-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  min-height: 55px;
  padding: 16px 22px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-12:hover {
  background-color: #f8faff;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  position: absolute;
  left: -175%;
  top: 98%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-height: 100vh;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-toggle-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px 29px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dropdown-toggle-4:hover {
  background-color: #fff;
  color: #4574b9;
}

.dropdown-toggle-4.w--open {
  background-color: #f7f7f7;
}

.text-block-65 {
  padding: 11px;
}

.grid-6 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-9 {
  width: auto;
  height: auto;
}

.image-10 {
  height: 30px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 3px;
  padding-left: 3px;
}

.motto-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #4574b9;
  text-align: center;
}

.motto-wrap-2.foster-parent {
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #4574b9;
}

.motto-wrap-2.training {
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #4574b9;
}

.motto-wrap-2.resources {
  margin-top: 77px;
  margin-bottom: 40px;
  background-color: #4574b9;
}

.div-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.div-grid.more-info {
  background-color: #77e043;
}

.bold-text-4 {
  color: #fff;
}

.heading-jumbo-small-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #6d6d6d;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.apply-button {
  display: inline-block;
  margin-top: 19px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #77e043;
}

.apply-button.become {
  position: relative;
  left: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #77e043;
  color: #000;
}

.parent-quotes-container {
  background-color: #4574b9;
}

.slider-2 {
  background-color: #fff;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  top: 340px;
  background-color: #4574b9;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 425ms ease;
  transition: background-color 425ms ease;
}

.slide-wrapper:hover {
  background-color: #f7f7f7;
}

.text-block-66 {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.mask-2 {
  overflow: hidden;
  padding: 33px 0px;
  background-color: #4574b9;
}

.grid-7.become-a-parent {
  margin-top: -1px;
  grid-column-gap: 3px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-5 {
  text-align: left;
}

.bold-text-6 {
  text-align: left;
}

.bold-text-7 {
  text-align: left;
}

.bold-text-8 {
  text-align: left;
}

.become-a-parent-container {
  display: -ms-grid;
  display: grid;
  width: 1140px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #fff;
}

.div-block-42 {
  width: 33%;
}

.div-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.text-block-67 {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7;
}

.div-miranda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7;
}

.steps {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-6 {
  margin-top: 18px;
  background-color: #4574b9;
}

.bold-text-9 {
  text-align: left;
}

.bold-text-10 {
  text-align: left;
}

.button-7 {
  background-color: #4574b9;
}

.steps-title {
  font-weight: 700;
}

.text-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #f7f7f7;
  text-align: center;
}

.bold-text-11 {
  color: #4574b9;
}

.steps-info {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.slide-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.cta-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.cta-container.footer {
  padding-top: 0px;
}

.cta-container.tfgh {
  padding-top: 0px;
}

.training-links {
  color: #7692ff;
  text-align: left;
}

.div-resources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7;
}

.heading-22 {
  padding-top: 36px;
  color: #fff;
  text-align: center;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 0px;
  background-color: #f7f7f7;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 100%;
  margin-top: 60px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-wrapper.faq {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.icon-6.accordion-icon {
  padding-left: 10px;
  color: #4574b9;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.icon-6.accordion-icon {
  padding-left: 10px;
  color: #4574b9;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.section-faq {
  padding: 150px 30px;
  background-color: #f8f8f8;
}

.faq-tag {
  text-align: center;
}

.faq-heading {
  font-size: 18px;
  font-weight: 500;
}

.text-span-3 {
  color: #868686;
  font-style: italic;
  font-weight: 400;
}

.faq-section {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.career-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.career-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 8px;
  margin-bottom: 40px;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f7f7f7;
}

.job-title {
  margin-top: 0px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.collection-list {
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.job-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block-71 {
  display: inline-block;
  float: right;
  clear: none;
  color: #f7f7f7;
  font-size: 12px;
  font-style: italic;
}

.text-block-72 {
  display: inline-block;
  padding-right: 10px;
  float: none;
  clear: none;
  color: #f7f7f7;
  font-size: 11px;
  font-style: italic;
}

.date-div {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #4574b9;
}

.text-block-73 {
  color: #4574b9;
  font-size: 15px;
  font-weight: 700;
}

.job-section {
  padding-right: 10px;
  padding-left: 10px;
}

.job-wrapper.about-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 40px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4574b9;
}

.box-wrapper {
  width: 25%;
  margin-right: 10px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0dede;
  background-color: #fff;
}

.company-size {
  font-size: 20px;
  font-weight: 700;
}

.revenue {
  font-size: 20px;
  font-weight: 700;
}

.industry {
  font-size: 20px;
  font-weight: 700;
}

.company-info-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.about-fcsa {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.about-company-text {
  margin-bottom: 40px;
  font-weight: 100;
}

.about-company-text.careers {
  color: #565656;
}

.reviews-section {
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
}

.reviews-wrapper {
  display: none;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.grid-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-columns: 0.25fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #f7f7f7;
}

.review-text {
  margin-bottom: 0px;
  margin-left: 20px;
}

.review-title {
  margin-left: 20px;
  padding: 10px 10px 10px 0px;
}

.text-block-74 {
  margin-left: 20px;
  padding: 10px 10px 10px 0px;
}

.review-border {
  display: block;
  padding: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #fff;
}

.heading-23 {
  font-weight: 700;
  text-align: center;
}

.image-11 {
  width: 78px;
  margin-right: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
}

.image-12 {
  width: 78px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
}

.div-block-45 {
  position: absolute;
  left: 343.125px;
  top: 806px;
  background-color: #4574b9;
}

.div-block-46 {
  position: relative;
  width: 60px;
  height: 80px;
  background-color: #4574b9;
}

.heading-career {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

.feature-section {
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.feature-image-mask-2 {
  display: block;
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.hr-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block {
  clear: left;
}

.rich-text-block-2 {
  clear: left;
}

.hr-heading {
  font-weight: 700;
  text-align: center;
}

.hr-paragraph {
  float: left;
  clear: left;
  color: #6d6d6d;
}

.hr-image {
  height: 300px;
  margin-right: 23px;
  float: left;
  clear: left;
}

.nav-programs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1a1b1f;
  font-weight: 300;
  text-align: center;
}

.nav-programs:hover {
  background-color: #fff;
  color: #4574b9;
  font-weight: 300;
}

.nav-programs:focus {
  color: #fff;
}

.navigation-dropdown-programs {
  min-width: 140px;
}

.navigation-dropdown-programs.w--open {
  top: 122px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 100vh;
  min-width: auto;
  margin-right: -819px;
  margin-left: -122px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f7f7f7;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
  color: #6d6d6d;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #e0e0e0;
}

.text-block-75 {
  padding-left: 22px;
  font-weight: 600;
  text-align: left;
}

.programs-heading {
  margin-left: 25px;
  font-weight: 600;
  text-align: left;
}

.programs-heading-col {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #fff;
  background-color: #fff;
}

.programs-heading-col.fairbanks {
  border-style: none solid none none;
  border-width: 1px;
  border-color: #8b8b8b #e0e0e0 #8b8b8b #8b8b8b;
}

.rtc-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.rtc-gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

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

.tfc-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rich-text-block-3 {
  margin-bottom: 38px;
  clear: left;
}

.tfc-gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.ftc-gallery-image {
  min-height: 300px;
  min-width: 300px;
  background-image: url('../images/TFC-HOME.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ftc-gallery-image._2 {
  background-image: url('../images/ftc-greeting.jpg');
}

.ftc-gallery-image._3 {
  background-image: url('../images/group-fcsa.jpg');
}

.bold-text-12 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.text-block-76 {
  text-align: center;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.contact {
  width: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.contact.phone {
  clear: left;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.contact.fax {
  width: 25px;
  clear: left;
  -webkit-filter: none;
  filter: none;
}

.text-block-77 {
  margin-left: -61px;
  padding-left: 0px;
}

.text-span-4 {
  font-weight: 700;
}

.contact-text {
  padding-bottom: 0px;
  padding-left: 10px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.contact-text.phone {
  padding-left: 14px;
}

.contact-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.contact-text-div.director {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-text-div.rtc-director {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-text-div.admissions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  text-align: center;
}

.button-8 {
  margin-top: 16px;
  border-radius: 7px;
  background-color: #4574b9;
  color: #fff;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.text-block-78 {
  line-height: 1.2;
  text-align: center;
}

.text-block-79 {
  line-height: 1.2;
  text-align: center;
}

.bold-text-13 {
  line-height: 1.2;
}

.foster-care-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tfc-become-section {
  width: 1100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.text-block-80 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #70a3ee;
  font-weight: 200;
}

.italic-text {
  padding-right: 12px;
  color: #6d6d6d;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-14 {
  width: 30px;
  margin-right: 6px;
}

.cbfh-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.cbfh-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.become-section {
  width: 1100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.act-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.yess-info {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.cta-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-button._1 {
  width: auto;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  color: #fff;
  font-weight: 500;
}

.cta-button._1:hover {
  border-color: #77e043;
  color: #77e043;
}

.cta-button._2 {
  margin-right: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 3px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  color: #fff;
  font-weight: 600;
}

.cta-button._2:hover {
  border-color: #77e043;
  color: #77e043;
}

.cta-button._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 206px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  transition: color 200ms ease, border-color 275ms ease, opacity 200ms ease;
  color: #fff;
  font-weight: 500;
}

.cta-button._3:hover {
  border-color: #77e043;
  color: #77e043;
}

.button-9 {
  width: 206px;
  background-color: #4574b9;
}

.div-block-48 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-24 {
  margin-bottom: 0px;
  color: #6d6d6d;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
}

.steps-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.bold-text-14 {
  font-weight: 400;
}

.bold-text-15 {
  font-weight: 400;
}

.tfc-head-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.anchor-buttons {
  min-width: 389px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-10 {
  min-width: 123.125px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f7f7f7;
  color: #6d6d6d;
}

.button-11 {
  min-width: 123.125px;
  margin-right: 10px;
  background-color: #f7f7f7;
  color: #6d6d6d;
}

.button-12 {
  min-width: 123.125px;
  margin-right: 10px;
  background-color: #f7f7f7;
  color: #6d6d6d;
}

.floating-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: none;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.float-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.brand-3 {
  left: -199px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4574b9;
}

.float-bar {
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-button-3.w--open {
  background-color: transparent;
  color: #4574b9;
}

.icon-7 {
  display: block;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hamburger-menu {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-81 {
  clear: left;
}

.image-15 {
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flower {
  width: 30px;
  margin-right: 10px;
}

.nav-menu-4 {
  z-index: 100;
  display: block;
  background-color: #4574b9;
}

.grid-10 {
  position: relative;
  z-index: 100;
}

.float-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-82 {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 700;
}

.float-menu-open {
  position: absolute;
  left: 0%;
  top: 94%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4574b9;
}

.float-menu-grid {
  position: relative;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.dropdown-5 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-5 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.icon-8 {
  position: absolute;
  right: 28px;
  color: #92bbf7;
}

.div-block-50 {
  position: relative;
  height: 80px;
}

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

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

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.text-block-86 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-11 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-87 {
  margin-top: 122px;
  color: #fff;
  text-align: center;
}

.text-block-88 {
  margin-top: 123px;
  color: #fff;
}

.floating-menu-grid {
  width: 100%;
  height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 57px auto auto auto;
  grid-template-rows: auto 57px auto auto auto;
}

.dropdown-6 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dropdown-6:hover {
  background-color: #3a67a8;
  color: #94a2d8;
}

.text-block-89 {
  color: #f7f7f7;
}

.icon-9 {
  color: #f7f7f7;
}

.contact-bar-float {
  height: 90px;
}

.dropdown-toggle-6 {
  padding-right: 20px;
}

.floating-link {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-90 {
  text-transform: uppercase;
}

.floating-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #f7f7f7;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.floating-link-text:hover {
  background-color: #92bbf7;
}

.text-block-91 {
  font-size: 22px;
  font-weight: 600;
}

.text-block-92 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.text-block-92.backtotop {
  position: relative;
  bottom: -15px;
}

.backtotop {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.backtotop.w--current {
  position: relative;
}

.nav-content-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 22px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
  background-color: #f7f7f7;
  color: #4574b9;
}

.nav-content-wrap-3:hover {
  background-color: #4574b9;
  color: #77e043;
}

.navigation-dropdown-3 {
  min-width: 140px;
}

.navigation-dropdown-3.w--open {
  position: absolute;
  left: 0%;
  top: 101%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
  color: #6d6d6d;
}

.icon-10 {
  margin-right: 5px;
  color: #acacac;
}

.icon-10:hover {
  color: #4574b9;
}

.dropdown-toggle-7 {
  position: static;
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4574b9;
}

.dropdown-toggle-7:hover {
  color: #8c54ff;
}

.dropdown-toggle-7.w--open {
  border: 1px none #000;
  background-color: transparent;
  color: #4574b9;
}

.dropdown-link-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-13:hover {
  background-color: #4574b9;
}

.navigation-item-2 {
  position: relative;
  padding: 9px 10px 9px 24px;
  opacity: 0.6;
  -webkit-transition: color 475ms ease, opacity 200ms ease;
  transition: color 475ms ease, opacity 200ms ease;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.dropdown-toggle-become {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4574b9;
}

.dropdown-toggle-become:hover {
  color: #8c54ff;
}

.dropdown-toggle-become.w--open {
  border: 1px none #000;
  background-color: transparent;
  color: #4574b9;
}

.become-afp {
  position: relative;
  padding: 9px 10px 9px 24px;
  opacity: 0.6;
  -webkit-transition: color 475ms ease, opacity 200ms ease;
  transition: color 475ms ease, opacity 200ms ease;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.become-afp:hover {
  opacity: 0.9;
}

.become-afp:active {
  opacity: 0.8;
}

.become-afp.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.become-afp.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.become-afp.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.yess-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

.intro-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 51px;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  text-align: center;
}

.text-block-93 {
  text-align: center;
}

.image-16 {
  width: 500px;
  padding-right: 40px;
  clear: left;
}

.intro-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  text-align: center;
}

.programs-button-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.programs-button {
  width: 200px;
  min-width: 150px;
}

.programs-button.fairbanks {
  margin-right: 10px;
  background-color: #77e043;
  color: #fff;
}

.programs-button.wasilla {
  background-color: #77e043;
  color: #fff;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #151515;
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.hero-split-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.paragraph-small-3 {
  font-size: 14px;
  line-height: 24px;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56px;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.7);
}

.services-simple-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floating-card {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 250;
  display: none;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.footer-bottom-link {
  color: #2e323c;
}

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

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #2e323c;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  background-color: #7567f8;
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #7567f8;
}

.nav-dropdown-link.w--current:hover {
  color: #fff;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-right: 15px;
  padding-left: 15px;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #151515;
}

.team-member-card-avatar {
  width: 96px;
  height: 96px;
  margin-bottom: -10px;
  border-radius: 50%;
}

.testimonials-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-dropdown-icon {
  margin-right: 18px;
  color: #a5aab6;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.09);
}

.logo {
  width: 100px;
  margin-top: 2px;
  margin-bottom: 11px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-member-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-feature-video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-big {
  font-size: 22px;
  line-height: 40px;
}

.paragraph-big.hero-split-text {
  margin-top: 8px;
  margin-bottom: 36px;
  color: #9096a4;
}

.footer-bottom-link-right {
  margin-left: 24px;
  color: #2e323c;
}

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

.big-map {
  display: block;
  width: 83.33%;
  height: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  border-radius: 8px;
}

.form-label {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.team-member-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 48px 32px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.team-member-card-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-link {
  color: #9096a4;
}

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

.tab-link {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #e1e3ea;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease;
  color: #9096a4;
  font-size: 16px;
  line-height: 48px;
}

.tab-link:hover {
  color: #2e323c;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #7567f8, inset 0 -1px 0 0 #e1e3ea;
  color: #7567f8;
}

.logo-link-2 {
  padding: 25px 16px 23px 14px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.clients-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f6f9;
}

.clients-section.clients-color-section {
  background-color: #4574b9;
  color: #fff;
}

.clients-section.clients-small-padding {
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-text {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.review-card {
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: left;
}

.contact-window-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 56px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  color: #fff;
  text-align: center;
}

.review-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 16px;
}

.button-13 {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button-13:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button-13.form-button {
  padding-top: 7px;
}

.button-13.float-subscribe-button {
  margin-left: 16px;
  background-color: #4574b9;
  background-image: none;
}

.button-13.contact-ready-button {
  margin-top: 20px;
}

.button-13.works-v5-button {
  margin-top: 64px;
}

.button-13.services-simple-button {
  margin-top: 72px;
}

.button-13.testimonials-button {
  margin-top: 16px;
  background-color: #4574b9;
  background-image: none;
}

.button-13.contact-button {
  margin-top: 16px;
  padding-top: 7px;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34568;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.side-feature-video-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  float: left;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: url('../images/play-icon.svg'), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: url('../images/play-icon.svg'), linear-gradient(90deg, #ff753e, #ffb731);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.side-feature-video-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-v4-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 9%;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.floating-card-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
}

.floating-card-close:hover {
  opacity: 1;
}

.black-text {
  color: #2e323c;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.hero-split-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccd0d9;
  background-image: url('../images/TFC-HOME.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-card-text {
  margin-top: -7px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.review-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

.contacts-column {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.side-feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-wrapper {
  overflow: hidden;
}

.floating-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.works-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v4-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0px;
}

.side-feature-info {
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.clients-header {
  display: block;
  max-width: 570px;
  margin: 8px auto 40px;
  text-align: center;
}

.service-simple-2 {
  width: 33.33333333%;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 15px;
  text-align: left;
}

.hero-split-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: 24px;
  padding-right: 8.33%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #2e323c;
  font-size: 15px;
  line-height: 24px;
}

.nav-link:hover {
  color: #7567f8;
}

.nav-link.w--current {
  color: #2e323c;
}

.nav-link.dropdown {
  padding-right: 36px;
}

.section-header-2 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.contacts-column-header {
  margin-top: 0px;
  color: #2e323c;
}

.menu-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-arrow {
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tabs-menu {
  margin-bottom: 80px;
}

.client-logo {
  margin-right: 16px;
  margin-left: 16px;
  padding: 16px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.service-simple-info-2 {
  position: relative;
  overflow: hidden;
  padding-left: 16px;
  color: #9096a4;
}

.section-small-header-2 {
  margin-bottom: 0px;
  color: #ffa535;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-v4-column {
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.subscribe-input {
  margin-bottom: 0px;
  padding-left: 56px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/email-icon.svg');
  background-position: 8px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.input.text-area {
  height: auto;
  min-height: 112px;
}

.contact-window-form {
  margin-right: 56px;
  margin-left: 56px;
  padding-top: 32px;
  text-align: center;
}

.review-card-text {
  font-size: 16px;
  line-height: 28px;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: left;
}

.contact-window.popup-window {
  z-index: 1000;
  margin-right: 0%;
  margin-left: 0%;
}

.clients-logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-right: 24px;
  padding-left: 24px;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.team-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.footer-bottom-text-left {
  margin-right: 24px;
  text-align: left;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #151515;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-overlay.smart-start-landing {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Smart-Start-Learning-Center-|-Educational-Programs-in-Fairbanks-AK-2021-09-03-11-53-56.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Smart-Start-Learning-Center-|-Educational-Programs-in-Fairbanks-AK-2021-09-03-11-53-56.jpg');
  background-size: auto, cover;
}

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

.text-block-94 {
  text-align: left;
}

.columns-2 {
  max-width: 1200px;
  min-width: auto;
  margin: 40px auto;
  padding-bottom: 40px;
}

.reach {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f7f7;
}

.bold-text-16 {
  color: #f7f7f7;
}

.original-about-us {
  background-color: #f7f7f7;
}

.grid-12 {
  background-color: #fff;
}

.heading-25.wasilla-landing {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3;
}

.paragraph-8.wasilla-landing {
  padding-top: 10px;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
}

.circle-diagram-grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.circle.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.circle-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #4574b9;
}

.circle-object.small {
  width: 150px;
  height: 150px;
}

.circle-object.small.top-left {
  position: relative;
  left: 90px;
  bottom: -90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-object.small.top-center {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #77e043;
}

.circle-object.small.top-right {
  position: relative;
  left: -90px;
  bottom: -90px;
}

.circle-object.small.bottom-right {
  position: relative;
  left: -90px;
  top: -90px;
  background-color: #77e043;
}

.circle-object.small.bottom-center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.circle-object.small.bottom-left {
  position: relative;
  left: 90px;
  top: -90px;
  background-color: #77e043;
}

.circle-text {
  padding-right: 17px;
  padding-left: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.circle-text.small {
  font-size: 18px;
  font-weight: 400;
}

.arrow-grid {
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.green-arrow {
  height: 50px;
}

.green-arrow.down {
  position: relative;
  top: 0px;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.green-arrow.bottom-right {
  position: relative;
  top: 0px;
  -webkit-transform: rotate(117deg) translate(-5px, 31px);
  -ms-transform: rotate(117deg) translate(-5px, 31px);
  transform: rotate(117deg) translate(-5px, 31px);
}

.green-arrow.bottom-left {
  position: relative;
  top: 0px;
  -webkit-transform: rotate(-117deg) translate(14px, 31px);
  -ms-transform: rotate(-117deg) translate(14px, 31px);
  transform: rotate(-117deg) translate(14px, 31px);
}

.green-arrow-copy {
  height: 50px;
}

.green-arrow-copy.down {
  position: relative;
  top: -50px;
}

.blue-arrow {
  height: 50px;
}

.blue-arrow.down {
  position: relative;
  top: -50px;
}

.blue-arrow.top-right {
  position: relative;
  top: 0px;
  -webkit-transform: translate(33px, 24px) rotate(60deg);
  -ms-transform: translate(33px, 24px) rotate(60deg);
  transform: translate(33px, 24px) rotate(60deg);
}

.blue-arrow.top-left {
  position: relative;
  top: 0px;
  -webkit-transform: translate(80px, 24px) rotate(-60deg);
  -ms-transform: translate(80px, 24px) rotate(-60deg);
  transform: translate(80px, 24px) rotate(-60deg);
}

.image-17 {
  height: 50px;
  -webkit-transform: translate(0px, 50px) rotate(180deg);
  -ms-transform: translate(0px, 50px) rotate(180deg);
  transform: translate(0px, 50px) rotate(180deg);
}

.circle-diagram-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 54px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
}

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

.text-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7f7f7;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-96 {
  margin-top: -14px;
  color: #e0e0e0;
}

.text-block-97 {
  margin-top: 19px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.text-block-98 {
  display: none;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: center;
}

.div-block-52 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.grid-13 {
  padding: 28px 26px;
  background-color: #4574b9;
}

.grid-13.justin {
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
}

.paragraph-9 {
  margin-top: -30px;
  margin-bottom: 40px;
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-18 {
  display: none;
}

.mobile-nav-container {
  display: none;
}

.miranda-section {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.image-19 {
  max-width: 200px;
}

.program-logos {
  overflow: visible;
  width: auto;
  height: auto;
  max-height: 150px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-53 {
  max-height: 150px;
  max-width: 200px;
}

.program-logos-container {
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 200px;
  min-height: 100px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-block-2 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 31px;
  background-color: #4574b9;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.field-label-4.message {
  margin-top: 24px;
}

.submit-button-2 {
  margin-top: 23px;
  background-color: #77e043;
}

.checkbox-label {
  color: #fff;
}

.text-block-100 {
  padding-bottom: 27px;
  color: #fff;
}

.text-block-101 {
  color: rgba(255, 255, 255, 0.35);
}

.form-3 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.home-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}

.footer {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

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

.footer-image {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-102 {
  text-align: left;
}

.link-19 {
  clear: none;
}

.text-block-103 {
  text-align: left;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #e1e3ea;
  color: #9096a4;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.footer-text.title {
  color: #9c9c9c;
  font-weight: 700;
}

.footer-text.title.wasilla {
  margin-top: 10px;
}

.list-item {
  margin-bottom: 0px;
  list-style-type: none;
}

.list-item-2 {
  margin-bottom: 0px;
  list-style-type: none;
}

.list-item-3 {
  margin-bottom: 0px;
  list-style-type: none;
}

.link-20 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4574b9;
}

.link-21 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4574b9;
}

.link-22 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4574b9;
}

.text-block-104 {
  text-align: left;
}

.link-23 {
  color: #4574b9;
  text-align: left;
}

.image-20 {
  width: 150px;
  margin-top: 55px;
}

.grid-15 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.image-21 {
  padding-right: 30px;
  padding-left: 30px;
}

.partner-images.carf {
  max-width: 100px;
}

.partner-images.ncfmw {
  max-width: 200px;
}

.partner-images.nacbh {
  max-width: 200px;
}

.partner-images.dhss {
  max-width: 250px;
  padding-top: 45px;
}

.footer-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.contact-us-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  margin-top: 0px;
}

.list-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-24 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4574b9;
  font-weight: 400;
  text-align: left;
}

.text-block-105 {
  text-align: left;
}

.client-rights-section {
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #f7f7f7;
}

.client-right-and-privacy-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.client-rights-wrapper {
  margin-top: 31px;
}

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 55px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4574b9;
}

.button-grey {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #f5f6f8;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  color: #4f5e78;
  font-weight: 500;
  cursor: pointer;
}

.button-grey:hover {
  border: 1px none #fff;
  background-color: #e0e0e0;
}

.button-yellow {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #ffab00;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-yellow:hover {
  border: 1px none #fff;
  background-color: #c58910;
}

.client-rights-row {
  display: block;
  margin-bottom: 30px;
}

.text-block-106 {
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 700;
}

.text-block-107 {
  text-align: center;
}

.bold-text-17 {
  color: #4574b9;
}

.bold-text-17:hover {
  color: #92bbf7;
}

.text-block-108 {
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 17px;
  border-top: 1px solid #fff;
}

.heading-26 {
  text-align: center;
}

.client-icons {
  width: auto;
  max-width: 100px;
  min-height: 100px;
  margin-bottom: 23px;
}

.client-icons.application {
  min-height: 100px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.client-icons.bill-of-rights {
  max-width: 100px;
  min-height: 100px;
  margin-bottom: 0px;
}

.client-icons.privacy-notice {
  max-width: 100px;
  min-height: 100px;
  margin-bottom: 0px;
}

.client-icons.grievance-icon {
  max-width: 100px;
  min-height: 100px;
  margin-bottom: 0px;
}

.client-icons.client-request-icon {
  max-width: 100px;
  min-height: 100px;
  margin-bottom: 0px;
}

.client-rights-boxes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 55px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4574b9;
}

.image-wrapper {
  min-height: 120px;
}

.home-youtube-wrapper {
  width: 90%;
}

.div-block-58 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: rgba(79, 94, 120, 0);
}

.button-social {
  padding: 3px 10px;
  border-radius: 200px;
  background-color: #4574b9;
  font-family: 'Type icons', sans-serif;
  color: #fff;
  font-size: 16px;
}

.button-social.mid {
  margin-right: 5px;
  margin-left: 5px;
}

.social-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  margin-top: 22px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: rgba(79, 94, 120, 0);
}

.photos {
  width: 300px;
  height: 300px;
  background-image: url('../images/yess-gym-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photos._2 {
  background-image: url('../images/lizard-thumb.jpg');
}

.photos._3 {
  background-image: url('../images/yess-elem-cafe-thumb.jpg');
}

.photos._4 {
  background-image: url('../images/YESS-classrom3.jpg');
}

.photos._5 {
  background-image: url('../images/YESS-lockers.jpg');
}

.photos._6 {
  background-image: url('../images/YESS-hallway.jpg');
}

.image-22 {
  max-height: 200px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-27 {
  margin-top: 44px;
  color: #6d6d6d;
  font-weight: 700;
}

.yess-orcas-logo {
  max-height: 200px;
  max-width: 200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  float: right;
  text-align: center;
}

.yess-info-grid {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.image-23 {
  max-width: 250px;
  margin-right: 9px;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-right: 22px;
  float: left;
}

.paragraph-10 {
  padding-right: 0px;
}

.open-house-section {
  height: auto;
}

.sticky-nav {
  position: static;
  top: 0px;
  z-index: 1;
  display: block;
  padding: 68px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.25fr -webkit-max-content -webkit-max-content -webkit-max-content 0.5fr 1fr;
  -ms-grid-columns: 1.25fr max-content max-content max-content 0.5fr 1fr;
  grid-template-columns: 1.25fr -webkit-max-content -webkit-max-content -webkit-max-content 0.5fr 1fr;
  grid-template-columns: 1.25fr max-content max-content max-content 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.nav-logo {
  width: auto;
  height: 100%;
  max-width: 40px;
  float: left;
  clear: none;
  opacity: 0.62;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-5 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-5:hover {
  text-decoration: underline;
}

.text-block-109 {
  float: none;
  clear: none;
}

.image-24 {
  display: block;
  float: none;
}

.button-15 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list-item-4 {
  display: inline;
}

.text-block-110 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #4574b9;
  font-size: 49px;
  text-align: center;
}

.div-block-59 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px;
  border-style: solid;
  border-width: 5px;
  border-color: #b5daff;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.open-house-title {
  margin-top: 25px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #4574b9;
  font-size: 49px;
  text-align: center;
}

.subtitle {
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  color: #4574b9;
  font-size: 18px;
  text-align: center;
}

.html-embed-2 {
  margin-top: 61px;
}

.text-block-111 {
  margin-top: 28px;
  padding: 33px 75px;
  border-top: 1px solid rgba(69, 116, 185, 0.23);
  border-bottom: 1px solid rgba(69, 116, 185, 0.28);
  color: #334053;
  line-height: 1.3;
  text-align: center;
}

.image-25 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 61px;
}

.body {
  padding-bottom: 17px;
  background-color: #4574b9;
  background-image: url('../images/second-cloud-set.svg'), url('../images/fist-cloud-set.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: contain, cover;
  background-attachment: scroll, fixed;
}

.footer-wrapper {
  height: auto;
  max-width: 900px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #b5daff;
  border-radius: 20px;
  background-color: #fff;
}

.grid-16 {
  padding-top: 34px;
  padding-bottom: 34px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: transparent;
}

.video-ad {
  display: none;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.website-link-block {
  width: 250px;
  height: 100px;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/smart-start-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-112 {
  color: #4574b9;
  font-weight: 700;
  text-align: center;
}

.visit-our-site-link {
  color: #46a317;
  font-size: 21px;
}

.text-block-113 {
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4574b9;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}

.grid-17 {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.image-26 {
  width: auto;
  max-width: 300px;
  min-width: 200px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.image-27 {
  max-width: 300px;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
}

.atop-info {
  display: block;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-11 {
  padding-left: 0px;
}

.image-28 {
  max-width: 200px;
  padding-right: 50px;
  float: left;
  text-align: left;
}

.paragraph-12 {
  margin-top: -30px;
}

.paragraph-13 {
  margin-top: -30px;
}

.yess-info-p {
  display: block;
}

.rich-text-block-4 {
  float: left;
  color: #6d6d6d;
  font-size: 16px;
}

.image-29 {
  max-width: 200px;
  padding-left: 10px;
  float: right;
}

.div-block-60 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.image-30 {
  max-width: 200px;
  margin-top: 0px;
  padding-right: 10px;
  float: left;
}

.image-30.ssd {
  margin-top: auto;
  margin-left: 16px;
  padding-top: 11px;
  float: right;
}

.paragraph-14 {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #e0e0e0;
}

.bold-text-18 {
  color: #6d6d6d;
}

.accordion-item-2 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 0px;
  background-color: #f7f7f7;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.image-31 {
  width: auto;
  max-height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.heading-28 {
  margin-top: 92px;
  margin-bottom: 40px;
  text-align: center;
}

.columns-4 {
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-29 {
  text-align: center;
}

.heading-30 {
  text-align: center;
}

.column-7 {
  display: inline-block;
  margin-bottom: 77px;
}

.button-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background-color: #77e043;
}

.button-16.fairbanks {
  background-color: #4574b9;
}

.section-6 {
  margin-right: auto;
  margin-left: auto;
}

.image-32 {
  width: 350px;
  margin-top: 8px;
}

.text-block-117 {
  color: #fdfdfd;
}

.image-33 {
  margin: 90px auto 45px;
}

.link-block-5 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-15 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-34 {
  width: 250px;
}

.text-block-118 {
  margin-top: 8px;
}

.field-label-5 {
  color: #fff;
}

.field-label-5.location {
  margin-top: 26px;
}

.checkbox-label-2 {
  color: #fff;
}

.video-section {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-35 {
  max-height: 150px;
}

.text-block-119 {
  color: #4574b9;
}

.floating-card-2 {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 250;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.footer-v1-logo-column {
  width: 25%;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
}

.scroll-down-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 98px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #5d6371;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.scroll-down-link:hover {
  opacity: 1;
}

.hero-imac {
  position: absolute;
  left: 0px;
  top: 16%;
  right: 0px;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-table-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  max-width: 570px;
  margin-top: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9096a4;
  font-size: 22px;
  text-align: center;
}

.service-color-card {
  position: relative;
  left: 16.6666666%;
  z-index: 1;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #4574b9;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6666666%;
}

.testimonials-color-cards-colomn-1 {
  width: 50%;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

.hero-table-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f9;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #fff, #edeff4);
}

.team-member-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.team-member-photo.team-member-2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-4 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-photo.team-member-1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-color-card-author {
  font-size: 13px;
  line-height: 24px;
}

.hero-pencils {
  position: absolute;
  top: 51%;
  right: 8%;
  z-index: 7;
}

.hero-plant-small {
  position: absolute;
  left: 14%;
  top: 24%;
  z-index: 3;
  width: 181px;
}

.work-v1 {
  width: 50%;
}

.contact-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact-split-image {
  width: 50%;
  min-height: 600px;
  background-color: #ccd0d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.15)), to(rgba(46, 50, 60, 0.15))), none;
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.15), rgba(46, 50, 60, 0.15)), none;
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testimonials-color-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-v1-column {
  width: 25%;
  padding: 8px 60px 64px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.nav-bar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.74);
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.contact-split-form {
  padding-top: 0px;
}

.review-color-card {
  margin-bottom: 32px;
  padding: 40px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-radius: 8px;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
}

.hero-mouse {
  position: absolute;
  left: 760px;
  right: 0px;
  bottom: 11%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.testimonials-color-cards-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-plant-big {
  position: absolute;
  top: 16%;
  right: 208px;
}

.team-member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
}

.hero-headphones {
  position: absolute;
  left: 0%;
  right: 1000px;
  bottom: 6%;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-36 {
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  border-radius: 50%;
}

.contact-split-info {
  max-width: 570px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 80px 7% 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-color-card-text {
  color: #fff;
}

.footer-grey-link {
  color: #9096a4;
}

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

.hero-intro-line {
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.hero-pencil {
  position: absolute;
  right: 5%;
  bottom: 25%;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
}

.wrapper-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.wrapper-2.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.services-big-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-header-icon {
  margin-top: -4px;
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: -1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea;
}

.tesimonials-color-cards-info {
  padding-top: 40px;
  padding-right: 55px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.team-member-role {
  margin-top: -12px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.works-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.service-image {
  width: 66.66666667%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}

.service-image.service-image-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-color-cards-column-2 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-v1-column-text {
  color: #9096a4;
}

.service-card-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-card-big.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero-arrow-down-icon {
  margin-top: 6px;
  background-color: transparent;
  color: #4574b9;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
}

.team-member {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.modal-popup-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.68);
  color: #fff;
}

.video-wrapper {
  width: 70%;
}

.text-block-120 {
  margin-top: 6px;
}

.div-block-61 {
  width: 500px;
  text-align: center;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
  color: #4574b9;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

.text-span-5 {
  color: #6d6d6d;
  font-weight: 400;
}

.portrait-cutout {
  position: absolute;
  left: 18%;
  top: 24%;
  z-index: 3;
  width: 181px;
}

.button-17 {
  background-color: transparent;
  color: #4574b9;
  font-weight: 500;
}

.our-mission-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.our-mission-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.our-mission-grid-div._1 {
  background-color: #77e043;
}

.our-mission-grid-div._2 {
  background-color: #4574b9;
}

.green-text {
  padding: 56px;
  color: #000;
}

.blue-text {
  padding: 56px;
  color: #fff;
}

.text-span-6 {
  color: #000;
}

.section-8 {
  height: 100vh;
}

.bold-text-19 {
  color: #d6d6d6;
  font-weight: 300;
}

.list-3 {
  max-width: 800px;
  margin-top: 10px;
}

.bold-text-20 {
  font-weight: 300;
}

.bold-text-21 {
  font-weight: 300;
}

.bold-text-22 {
  font-weight: 300;
}

.bold-text-23 {
  font-weight: 300;
}

.bold-text-24 {
  font-weight: 300;
}

.bold-text-25 {
  font-weight: 300;
}

.bold-text-26 {
  font-weight: 300;
}

.form-4 {
  margin-top: 36px;
  padding: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.bold-text-27 {
  color: #4574b9;
}

.bold-text-28 {
  color: #4574b9;
}

.telehealth-info {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block-121 {
  margin-top: 21px;
}

.yess-info-copy {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.clinical {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.clinical-form-section {
  padding-top: 23px;
  padding-bottom: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0 #000 #000;
  background-color: #fff;
}

.form-block-3 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.heading-32 {
  text-align: center;
}

.form-5 {
  padding: 36px;
  border-radius: 16px;
  background-color: #4574b9;
}

.field-label-6 {
  color: #fff;
}

.field-label-7 {
  color: #fff;
}

.application-div {
  position: relative;
  top: 118px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.html-embed-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-6 {
  position: relative;
  top: -6px;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url('../images/Home.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 225ms ease, -webkit-filter 375ms ease;
  transition: opacity 225ms ease, -webkit-filter 375ms ease;
  transition: filter 375ms ease, opacity 225ms ease;
  transition: filter 375ms ease, opacity 225ms ease, -webkit-filter 375ms ease;
}

.link-block-6:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.programs-nav {
  position: relative;
  padding: 9px 10px 9px 24px;
  opacity: 0.6;
  -webkit-transition: color 475ms ease, opacity 200ms ease;
  transition: color 475ms ease, opacity 200ms ease;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.programs-nav:hover {
  opacity: 0.9;
}

.programs-nav:active {
  opacity: 0.8;
}

.programs-nav.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.programs-nav.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.programs-nav.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.programs-nav.blog {
  display: none;
}

.telehealth-nav {
  position: relative;
  padding: 9px 10px 9px 24px;
  opacity: 0.6;
  -webkit-transition: color 475ms ease, opacity 200ms ease;
  transition: color 475ms ease, opacity 200ms ease;
  color: #1a1b1f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.telehealth-nav:hover {
  opacity: 0.9;
}

.telehealth-nav:active {
  opacity: 0.8;
}

.telehealth-nav.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.telehealth-nav.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.telehealth-nav.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.telehealth-nav.blog {
  display: none;
}

.italic-text-2 {
  font-size: 29px;
  line-height: 1.3;
}

.teletherapy-landing-info {
  margin-top: -7px;
}

.teletherapy-landing-info img {
  margin-top: 0px;
}

.teletherapy-landing-info em {
  display: inline;
}

.image-37 {
  position: relative;
}

.image-38 {
  float: none;
  clear: left;
}

.text-block-122 {
  float: right;
  clear: left;
}

.italic-text-3 {
  float: left;
  clear: none;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-33 {
  margin-right: auto;
  margin-left: auto;
}

.teletherapy-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.announcement-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-4 {
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-5 {
  max-width: 900px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-6 {
  margin-top: 37px;
}

.html-embed-7 {
  margin-top: 42px;
}

.form-container {
  padding-right: 34px;
  padding-left: 34px;
  border-radius: 16px;
  background-color: #4574b9;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-8 {
  display: none;
}

.bold-text-30 {
  padding-right: 7px;
}

.rich-text-block-5 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  margin-right: auto;
  margin-left: auto;
}

.html-embed-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fairbanks-programs-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.program-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  max-width: 150px;
}

.programs-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-sierra-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.clinical-services-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-34 {
  margin-top: 44px;
  color: #6d6d6d;
  font-weight: 700;
}

.ssd-heading {
  margin-top: auto;
  color: #6d6d6d;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.ssd-wrapper {
  display: block;
  margin-top: 87px;
  padding: 31px;
  background-color: #f7f7f7;
}

.hero-overlay-2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-height: none;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/SSD-Hero-BG.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.centered-container-2 {
  margin-top: -73px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.section-11 {
  height: auto;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-10 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-12 {
  height: 50vh;
}

.paragraph-17 {
  color: #4574b9;
}

.heading-35 {
  color: #4574b9;
  line-height: 1.2;
  font-weight: 700;
}

.body-2 {
  background-color: #4574b9;
}

.image-41 {
  margin-right: auto;
  margin-left: auto;
}

.button-18 {
  border-radius: 5px;
  background-color: #77e043;
  color: #2961b3;
  font-weight: 700;
}

.feature-image-3 {
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.caribou-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.div-block-64 {
  padding-right: 0px;
  padding-left: 19px;
  border-right: 1px solid #fff;
  border-left: 1px none #efefef;
}

.orca-grid {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.caribou-div {
  padding-right: 0px;
  padding-left: 19px;
  border-right: 1px none #fff;
  border-left: 2px solid #fff;
}

.orca-div {
  padding-right: 0px;
  padding-left: 19px;
  border-right: 2px solid #fff;
  border-left: 1px none #efefef;
}

.grid-19 {
  padding: 13px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #4574b9;
}

.image-42 {
  width: 30px;
  margin-top: 4px;
  padding-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.bold-text-31 {
  color: #fff;
  font-size: 14px;
}

.text-block-124 {
  padding-left: 24px;
  color: #4574b9;
  font-size: 12px;
}

.image-42-copy {
  width: 30px;
  margin-top: 4px;
  padding-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.phone {
  position: relative;
  top: -9px;
  width: 20px;
  margin-top: 0px;
  padding-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.phone.ssd {
  -webkit-filter: none;
  filter: none;
}

.email {
  position: relative;
  top: -9px;
  width: 20px;
  margin-top: 0px;
  padding-right: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.email.ssd {
  -webkit-filter: none;
  filter: none;
}

.text-block-125 {
  position: relative;
  left: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #ebebeb;
  color: #4574b9;
  font-size: 16px;
  font-weight: 700;
}

.text-block-125.ssd {
  color: #fff;
}

.jamie-contact-grid {
  padding: 13px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #4574b9;
}

.bold-text-32 {
  color: #4574b9;
  font-size: 14px;
}

.bold-text-32.ssd {
  color: #fff;
}

.form-block-4 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 136px;
}

.form-6 {
  padding: 66px 131px;
  background-color: #f7f7f7;
}

.field-label-8 {
  color: #6d6d6d;
  font-size: 17px;
  font-weight: 300;
}

.field-label-9 {
  color: #6d6d6d;
  font-size: 17px;
  font-weight: 300;
}

.submit-button-3 {
  border-radius: 6px;
  background-color: #4574b9;
}

.text-block-126 {
  padding-bottom: 32px;
  color: #888;
  text-align: center;
}

.text-block-127 {
  margin-bottom: 11px;
}

.checkbox-label-3 {
  margin-bottom: 22px;
}

.text-span-7 {
  color: #ff0004;
}

.text-span-8 {
  color: #ff0004;
}

.call-to-action {
  padding-top: 40px;
  padding-bottom: 100px;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-19 {
  margin-top: 13px;
  background-color: #4574b9;
}

.text-span-9 {
  font-weight: 800;
}

.heading-39 {
  color: #4574b9;
  line-height: 1.2;
  font-weight: 700;
}

.paragraph-19 {
  color: #4574b9;
}

.button-20 {
  border-radius: 5px;
  background-color: #77e043;
  color: #2961b3;
  font-weight: 700;
}

.feature-section-2 {
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.orca-grid-2 {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.caribou-div-2 {
  padding-right: 0px;
  padding-left: 19px;
  border-right: 1px none #fff;
  border-left: 2px solid #fff;
}

.orca-div-2 {
  padding-right: 0px;
  padding-left: 19px;
  border-right: 2px solid #fff;
  border-left: 1px none #efefef;
}

.jamie-contact-grid-2 {
  padding: 13px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.caribou-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.text-span-10 {
  text-decoration: line-through;
}

.image-43 {
  width: auto;
  max-width: 250px;
}

.rich-text-block-6 {
  text-align: center;
}

.html-embed-11 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-21 {
  padding: 0px;
}

.div-block-65 {
  padding: 31px;
  background-color: #f7f7f7;
}

.bob-contact-yess-page {
  padding: 13px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.orcas-yess-info {
  margin-bottom: 64px;
  padding: 31px;
  background-color: #f7f7f7;
}

.yess-body-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.caribou-yess-info {
  margin-bottom: 64px;
  padding: 31px;
  background-color: #f7f7f7;
}

.text-block-128 {
  padding-left: 24px;
  color: #4574b9;
  font-size: 12px;
}

.text-block-129 {
  position: relative;
  left: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #ebebeb;
  color: #4574b9;
  font-size: 16px;
  font-weight: 700;
}

.text-block-129.yess {
  color: #fff;
}

.text-block-129.ssd {
  color: #fff;
}

.bold-text-33 {
  color: #4574b9;
  font-size: 14px;
}

.bold-text-33.ssd {
  color: #fff;
}

.jamie-contact-yess-page {
  padding: 13px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.section-13 {
  background-color: #fff;
}

.div-block-66 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 81px 21px;
  background-image: url('../images/fcsa-logo-435x85.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-14 {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-22 {
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-22.no-bottom-pad {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  text-align: center;
}

.paragraph-22.no-bottom-pad.dark-text {
  color: #000;
}

.paragraph-22.no-bottom-pad.management {
  margin-top: 12px;
  color: #000;
  text-align: left;
}

.cards-01-inner-wrap {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 31px;
  background-color: #4574b9;
}

.heading-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.card-content-01 {
  width: auto;
  margin-top: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: transparent;
}

.section-title {
  margin-bottom: 10px;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-image: url('../images/man-on-computer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-01-grid {
  margin-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-01-grid.directors {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.card-01.management {
  background-color: #4574b9;
}

.heading-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.heading-3.green-box-text {
  color: #000;
}

.card-01-button {
  width: 100%;
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #4574b9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.card-01-button:hover {
  opacity: 0.8;
}

.inner-card-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-arrow-3 {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/atop-full-photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/atop-full-photo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-1 {
  margin-top: 0px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
}

.button-22 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-22:hover {
  opacity: 0.8;
}

.div-block-67 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -35%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 500px;
  background-color: #4574b9;
}

.about-us-1 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 31px 0px;
  background-color: transparent;
}

.about-us-2 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 31px;
  background-color: transparent;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #77e043;
}

.card-2.management {
  background-color: #6d6d6d;
}

.card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4574b9;
}

.card-3.management {
  background-color: #6d6d6d;
}

.card-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6d6d6d;
}

.card-4.management {
  background-color: #f7f7f7;
}

.about-us-3 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 31px 28px;
  background-color: transparent;
}

.about-us-4 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 31px 28px;
  background-color: transparent;
}

.text-block-130 {
  font-size: 34px;
  font-weight: 700;
}

.text-block-131 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

.text-block-132 {
  padding-top: 0px;
  line-height: 1.4;
  text-align: center;
}

.text-block-133 {
  margin-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.text-block-134 {
  line-height: 1.3;
}

.hero-overlay-3 {
  display: block;
  width: 80%;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Golf-event-header-image.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.centered-container-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-44 {
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 99px;
  padding-left: 99px;
}

.feature-section-3 {
  margin-top: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-container-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-image-4 {
  display: block;
  width: 300px;
  height: auto;
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-23 {
  margin-bottom: 18px;
  padding-left: 0px;
  text-align: left;
}

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

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

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.22);
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-41 {
  display: block;
  text-align: center;
}

.heading-42 {
  text-align: center;
}

.heading-43 {
  text-align: center;
}

.button-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #4574b9;
}

.button-23.top {
  margin-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

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

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

.heading-44 {
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  margin-bottom: 88px;
  padding-top: 57px;
  padding-bottom: 91px;
}

.text-block-135 {
  margin-top: 8px;
}

.form-block-5 {
  width: auto;
  max-width: 900px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 67px;
  background-color: #4574b9;
}

.field-label-10 {
  color: #fff;
}

.field-label-11 {
  color: #fff;
}

.submit-button-4 {
  background-color: #fff;
  color: #000;
}

.text-block-136 {
  color: #4574b9;
  font-size: 23px;
  text-align: center;
}

.button-24 {
  margin-top: 19px;
  border-radius: 9px;
  background-color: #4574b9;
}

.body-3 {
  background-color: #fff;
}

.div-block-71 {
  width: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px;
  background-color: #f7f7f7;
}

.html-embed-12 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 35px;
  }

  .button.cc-contact-us {
    display: inline-block;
  }

  .button.cc-contact-us.nav-button {
    display: none;
  }

  .label.cc-light {
    line-height: 1.3;
  }

  .paragraph-light.who-we-are {
    padding-right: 52px;
    padding-left: 52px;
  }

  .heading-jumbo {
    margin-top: -164px;
    font-size: 56px;
    line-height: 70px;
    text-align: left;
  }

  .heading-jumbo.yess {
    margin-top: -48px;
  }

  .heading-jumbo-small.cta.home {
    color: #fff;
  }

  .heading-jumbo-small.dark {
    line-height: 1.4;
  }

  .logo-link.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
    width: 100px;
    margin-right: 28px;
  }

  .menu {
    position: static;
    display: none;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }

  .navigation {
    position: relative;
    z-index: 100;
    padding: 25px 30px;
  }

  .navigation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    position: static;
    z-index: 100;
    background-color: transparent;
  }

  .navigation-items {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    height: auto;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    margin-bottom: 0px;
  }

  .intro-header.cc-subpage.careers {
    height: 300px;
    margin-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Carrers-bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Carrers-bg.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .intro-header.cc-subpage.yess {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .intro-header.cc-subpage.reach {
    height: 40vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/TFC-HOME.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/TFC-HOME.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-content {
    margin-left: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .intro-content.cc-homepage {
    position: static;
    z-index: 1;
    width: 90%;
  }

  .motto-wrap {
    margin-bottom: 10px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .section-heading.home {
    padding-left: 0px;
  }

  .section-heading.home.who-we-are {
    padding-left: 0px;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid.mission {
    padding-top: 10px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
    margin-top: 46px;
    text-align: center;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .slider {
    z-index: 0;
    max-width: 90%;
  }

  .slide {
    overflow: visible;
  }

  .mask {
    z-index: 0;
    overflow: hidden;
    height: auto;
  }

  .div-head-title {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  ._2nd-slide-text {
    width: auto;
  }

  .youtube {
    width: auto;
  }

  .heading-19 {
    margin-top: 44px;
    line-height: 1.4;
  }

  .container-2 {
    margin-bottom: 40px;
  }

  .contact-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-bar-container.floating-menu {
    display: none;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-4 {
    padding: 100px 8px;
  }

  .section-description {
    font-size: 15px;
  }

  .service-simple {
    padding-right: 16px;
    padding-left: 8px;
  }

  .service-simple-icon {
    display: block;
    width: 56px;
  }

  .counter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counter-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .foster-parents-dropdown {
    display: block;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .foster-parents-dropdown:hover {
    background-color: #f7f8f9;
  }

  .foster-parents-dropdown:active {
    background-color: #eef0f3;
  }

  .navigation-2 {
    display: none;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

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

  .motto-wrap-2 {
    margin-bottom: 10px;
  }

  .grid-7.become-a-parent {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .become-a-parent-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button-7 {
    margin-top: 29px;
  }

  .collection-item {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date-div {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .grid-8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-23 {
    text-align: center;
  }

  .feature-image-mask-2 {
    display: none;
  }

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

  .yess-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-24 {
    margin-top: 0px;
  }

  .steps-div {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .floating-nav {
    display: none;
  }

  .float-menu-open {
    display: none;
    height: 70vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .floating-menu-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .navigation-item-2 {
    display: none;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

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

  .become-afp {
    display: none;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .become-afp:hover {
    background-color: #f7f8f9;
  }

  .become-afp:active {
    background-color: #eef0f3;
  }

  .intro-text-wrapper.programs {
    padding-right: 79px;
    padding-left: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-16 {
    width: 300px;
    margin-left: 39px;
  }

  .menu-icon-line-middle {
    background-color: #2e323c;
  }

  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f5f6f9;
  }

  .nav-dropdown-link:hover {
    background-color: #f5f6f9;
    color: #2e323c;
  }

  .popup-wrapper {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-menu-5 {
    overflow: scroll;
    max-height: 80vh;
    border-bottom: 1px solid #e1e3ea;
  }

  .menu-icon-line-bottom {
    background-color: #2e323c;
  }

  .nav-dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .logo {
    margin-bottom: 9px;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 32px;
  }

  .big-map {
    display: block;
    height: 320px;
    margin-bottom: 64px;
  }

  .team-member-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

  .menu-button-4 {
    width: 64px;
    height: 64px;
    padding: 22px;
    color: #2e323c;
  }

  .menu-button-4.w--open {
    background-color: transparent;
    color: #2e323c;
  }

  .logo-link-2 {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 2px;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .clients-section.clients-small-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .review-card {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .button-13.contact-ready-button {
    margin-bottom: -56px;
  }

  .footer-v4-about {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-split-image {
    height: 560px;
  }

  .side-feature-image {
    width: 41.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-feature-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .clients-header {
    margin-bottom: 32px;
  }

  .service-simple-2 {
    padding-right: 16px;
    padding-left: 8px;
  }

  .hero-split-content {
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link:hover {
    color: #2e323c;
  }

  .client-logo {
    margin-right: 8px;
    margin-left: 8px;
  }

  .footer-v4-column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .work-v5 {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-cards {
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .menu-icon-line-top {
    background-color: #2e323c;
  }

  .hero-overlay.smart-start-landing {
    height: 60vh;
    max-height: none;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reach {
    padding-top: 10px;
  }

  .column-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .html-embed {
    margin-top: 19px;
  }

  .text-block-95 {
    width: auto;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-13 {
    padding: 30px 11px;
    background-color: #4574b9;
  }

  .image-18 {
    display: block;
    width: 90px;
  }

  .mobile-menu-wrapper {
    position: absolute;
    left: 0%;
    top: 151%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #4574b9;
  }

  .text-block-99 {
    text-align: center;
  }

  .mobile-nav-container {
    display: block;
    margin-top: 56px;
  }

  .mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid hsla(0, 0%, 100%, 0.09);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: transparent;
    font-weight: 600;
  }

  .mobile-nav-links:hover {
    color: #a5bbfc;
  }

  .form-block-2 {
    max-width: none;
  }

  .form-3 {
    width: auto;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-heading {
    padding-bottom: 4px;
  }

  .grid-14 {
    display: -ms-grid;
    display: grid;
    margin-right: 39px;
    margin-left: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .footer-text {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .footer-text.title {
    margin: 8px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 39px;
    margin-left: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .quick-links-footer-wrapper {
    padding-bottom: 20px;
  }

  .location-footer-wrapper {
    padding-bottom: 20px;
  }

  .link-24 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .yess-info-grid {
    padding-right: 34px;
    padding-left: 34px;
  }

  .sticky-nav {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }

  .html-embed-2 {
    margin-top: 23px;
  }

  .image-25 {
    width: 100%;
  }

  .footer-wrapper {
    width: 90%;
    background-color: #fff;
  }

  .grid-16 {
    background-color: transparent;
  }

  .image-26 {
    display: none;
  }

  .paragraph-11 {
    padding-left: 0px;
  }

  .columns-4 {
    width: auto;
  }

  .column-7 {
    margin-bottom: 10px;
  }

  .button-16.fairbanks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-16.wasilla {
    height: auto;
    min-width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-logo-column {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 8px;
  }

  .scroll-down-link {
    display: none;
  }

  .hero-imac {
    top: 18%;
  }

  .hero-table-intro {
    position: relative;
    max-width: 66.66%;
    padding-bottom: 60px;
  }

  .service-color-card {
    left: 25%;
    padding: 40px 40px 32px;
  }

  .service-color-card.service-card-right {
    right: 25%;
  }

  .testimonials-color-cards-colomn-1 {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-table-section {
    height: 560px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .team-member-photo {
    height: 260px;
  }

  .hero-pencils {
    top: 40%;
    right: 6%;
    max-width: 110px;
  }

  .hero-plant-small {
    left: -60px;
    max-width: 120px;
  }

  .contact-split-image {
    width: 33.33%;
  }

  .testimonials-color-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v1-column {
    padding-right: 8px;
    padding-bottom: 48px;
    padding-left: 8px;
  }

  .nav-bar-2 {
    padding-right: 0px;
    padding-left: 2px;
  }

  .review-color-card {
    margin-bottom: 16px;
  }

  .hero-mouse {
    left: auto;
    right: 5%;
    bottom: 8%;
    max-width: 50px;
  }

  .testimonials-color-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .hero-plant-big {
    top: 14%;
    right: -160px;
    max-width: 320px;
  }

  .team-member-links {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .hero-headphones {
    left: -110px;
    right: auto;
    bottom: 4%;
    max-width: 240px;
  }

  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .service-color-card-text {
    font-size: 15px;
  }

  .hero-intro-line {
    width: 50px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .hero-pencil {
    display: none;
  }

  .tesimonials-color-cards-info {
    width: 100%;
    padding-top: 0px;
    padding-right: 16%;
    padding-left: 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .works-v1 {
    margin-bottom: -32px;
  }

  .footer-v1 {
    padding-top: 12px;
  }

  .service-image {
    width: 75%;
    height: 440px;
  }

  .testimonials-color-cards-column-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .service-card-big {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-bottom-2 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .team-member {
    padding-right: 8px;
    padding-left: 8px;
  }

  .portrait-cutout {
    left: -60px;
    max-width: 120px;
  }

  .telehealth-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .yess-info-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clinical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .programs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .programs-nav:hover {
    background-color: #f7f8f9;
  }

  .programs-nav:active {
    background-color: #eef0f3;
  }

  .telehealth-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #4574b9;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .telehealth-nav:hover {
    background-color: #f7f8f9;
  }

  .telehealth-nav:active {
    background-color: #eef0f3;
  }

  .rich-text-block-5 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 57px;
    padding-left: 57px;
  }

  .section-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .html-embed-9 {
    height: 250vh;
  }

  .html-embed-form {
    height: 250vh;
  }

  .heading-34 {
    margin-top: 49px;
    color: #6d6d6d;
    font-weight: 700;
  }

  .hero-overlay-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .centered-container-2 {
    padding-left: 0px;
  }

  .body-2 {
    background-color: #fff;
  }

  .image-41 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .form-block-4 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-6 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 119px;
    padding-left: 119px;
  }

  .paragraph-20 {
    margin-top: 56px;
  }

  .hero-content-01 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-44 {
    margin-top: 36px;
  }

  .flex-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-4 {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

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

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

@media screen and (max-width: 767px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.become-parent {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 13px;
  }

  .button.cc-contact-us {
    display: inline-block;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.donate {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-light.more-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-light.who-we-are {
    padding-bottom: 10px;
  }

  .heading-jumbo {
    margin-top: -186px;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .heading-jumbo-small.cta.home {
    margin-bottom: 0px;
    font-size: 34px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    margin-top: auto;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-header {
    margin-bottom: 0px;
  }

  .intro-header.cc-subpage.careers {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/Carrers-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/Carrers-bg.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .intro-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .motto-wrap.every-child-counts {
    width: auto;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading.home {
    padding-left: 0px;
  }

  .section-heading.home.who-we-are {
    padding-left: 0px;
  }

  .about-grid.cc-about-2 {
    padding-top: 10px;
  }

  .about-grid.mission {
    padding-top: 10px;
  }

  .intro-text {
    padding-right: 21px;
    padding-left: 21px;
    text-align: center;
  }

  .row-8 {
    margin-bottom: 0px;
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

  .cms-container {
    text-align: center;
  }

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

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    text-align: center;
  }

  .heading-18 {
    text-align: center;
  }

  .heading-19 {
    font-size: 19px;
    font-weight: 700;
  }

  .image-4 {
    width: auto;
    max-width: 200px;
  }

  .atop-gallery-section {
    padding-right: 13px;
    padding-left: 13px;
  }

  .services-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-simple-header {
    margin-top: 8px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .service-simple {
    width: 100%;
    padding-right: 19px;
    padding-bottom: 16px;
    padding-left: 19px;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.nav-bar-wrapper {
    display: block;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }

  .flowbase-clone-button {
    margin-right: 15px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .menu-button-2 {
    display: none;
  }

  .icon {
    display: none;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    padding-right: 19px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4574b9;
    text-align: center;
  }

  .text-block-11 {
    margin-right: 2px;
    padding-left: 8px;
    color: #fff;
  }

  .text-block-11.white {
    color: #fff;
  }

  .text-block-14 {
    text-align: center;
  }

  .grid-5 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-37 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .motto-wrap-2.foster-parent {
    margin-bottom: 0px;
  }

  .heading-jumbo-small-2 {
    margin-right: 67px;
    margin-left: 67px;
    font-size: 30px;
    line-height: 1.4;
  }

  .grid-7 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-7.become-a-parent {
    grid-column-gap: 0px;
  }

  .become-a-parent-container {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .steps-title {
    padding-top: 8px;
  }

  .cta-container {
    text-align: center;
  }

  .div-resources {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .job-wrapper.about-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .box-wrapper {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 17px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-company-text {
    text-align: center;
  }

  .review-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .feature-image-mask-2 {
    margin-right: 0px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .hr-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hr-paragraph {
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
  }

  .hr-image {
    height: auto;
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

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

  .rtc-gallery-section {
    padding-right: 13px;
    padding-left: 13px;
  }

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

  .tfc-gallery-section {
    padding-right: 13px;
    padding-left: 13px;
  }

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

  .cta-button._3 {
    width: auto;
  }

  .div-block-48 {
    grid-column-gap: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-24 {
    font-size: 19px;
    font-weight: 700;
  }

  .steps-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tfc-head-section {
    padding: 40px 20px;
  }

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

  .intro-text-wrapper {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-text-wrapper.programs {
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-16 {
    margin-top: 81px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .services-simple-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .floating-card {
    display: none;
  }

  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 9%;
    padding-left: 9%;
  }

  .testimonials-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.hero-split-text {
    margin-bottom: 20px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .big-map {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }

  .menu-button-4 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
    padding: 18px;
  }

  .tab-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 40px;
  }

  .logo-link-2 {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .side-feature {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .logo-text {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }

  .button-13.contact-ready-button {
    margin-bottom: -40px;
  }

  .button-13.works-v5-button {
    margin-top: 48px;
  }

  .button-13.services-simple-button {
    margin-top: 64px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .hero-split-image {
    height: 400px;
  }

  .side-feature-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .works-v5 {
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-feature-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .service-simple-2 {
    width: 83.33%;
    padding-right: 8px;
    padding-bottom: 16px;
  }

  .hero-split-content {
    text-align: left;
  }

  .logo-wrapper {
    display: inline-block;
    float: left;
  }

  .side-feature-content {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .section-header-2 {
    margin-top: 16px;
  }

  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }

  .client-logo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-small-header-2 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .work-v5 {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .team-cards {
    padding-right: 0%;
    padding-left: 0px;
  }

  .footer-bottom-text-left {
    margin-right: 16px;
  }

  .hero-overlay {
    height: 50vh;
    padding: 40px 20px;
  }

  .who-we-are-grid {
    display: block;
  }

  .grid-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-25 {
    font-size: 40px;
    line-height: 1.4;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .text-block-95 {
    text-align: justify;
  }

  .text-block-97 {
    margin-top: 9px;
  }

  .div-block-52 {
    width: auto;
  }

  .grid-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -81px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-menu-wrapper {
    display: none;
  }

  .field-label-3 {
    text-align: left;
  }

  .field-label-4 {
    text-align: left;
  }

  .checkbox-field {
    text-align: left;
  }

  .video {
    display: block;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-54 {
    width: auto;
  }

  .div-block-54.justin {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .grid-14 {
    margin-right: 3px;
    margin-left: 3px;
    justify-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-text.title {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-grid {
    margin-right: 3px;
    margin-left: 3px;
    justify-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-us-footer-wrapper {
    margin-top: 0px;
  }

  .div-block-57 {
    margin-bottom: 16px;
  }

  .client-rights-row {
    margin-bottom: 0px;
  }

  .client-rights-boxes {
    margin-bottom: 16px;
  }

  .div-block-58 {
    margin-bottom: 16px;
  }

  .social-wrapper {
    margin-bottom: 16px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .open-house-title {
    line-height: 1;
  }

  .text-block-111 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-25 {
    width: 100%;
  }

  .image-27 {
    padding-right: 22px;
    padding-bottom: 45px;
    padding-left: 22px;
  }

  .text-block-114 {
    text-align: justify;
  }

  .paragraph-11 {
    padding-left: 0px;
  }

  .text-block-117 {
    text-align: justify;
  }

  .floating-card-2 {
    display: none;
  }

  .hero-imac {
    max-width: 90%;
  }

  .hero-table-intro {
    padding-bottom: 32px;
  }

  .service-color-card {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }

  .service-color-card.service-card-right {
    right: auto;
  }

  .hero-table-section {
    height: 400px;
  }

  .team-member-photo {
    height: 360px;
  }

  .hero-pencils {
    display: none;
  }

  .hero-plant-small {
    display: none;
  }

  .contact-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-split-image {
    display: none;
    width: 100%;
    height: 240px;
    min-height: 0px;
  }

  .contact-split-form {
    padding-top: 0px;
  }

  .review-color-card {
    padding: 32px 24px;
  }

  .hero-mouse {
    display: none;
  }

  .hero-plant-big {
    display: none;
  }

  .hero-headphones {
    display: none;
  }

  .contact-split-info {
    margin-left: 0px;
    padding: 54px 8.33% 80px;
    text-align: center;
  }

  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-intro-line {
    margin-top: 8px;
  }

  .wrapper-2.nav-bar-wrapper {
    display: block;
  }

  .wrapper-2.services-big-cards {
    margin-bottom: -80px;
  }

  .works-v1 {
    margin-bottom: -16px;
  }

  .service-image {
    width: 100%;
    height: 400px;
  }

  .service-card-big {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-card-big.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .team {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .portrait-cutout {
    display: none;
  }

  .our-mission-grid {
    display: block;
  }

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

  .rich-text-block-5 {
    padding-right: 37px;
    padding-left: 37px;
  }

  .clinical-services-section {
    padding: 40px 20px;
  }

  .hero-overlay-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
    text-align: center;
  }

  .centered-container-2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .body-2 {
    background-color: #fff;
  }

  .image-41 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .feature-image-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .caribou-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orca-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jamie-contact-grid {
    display: -ms-grid;
    display: grid;
    min-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .form-6 {
    padding-right: 44px;
    padding-left: 44px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .heading-38 {
    text-align: center;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .orca-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jamie-contact-grid-2 {
    display: -ms-grid;
    display: grid;
    min-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .caribou-grid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bob-contact-yess-page {
    display: -ms-grid;
    display: grid;
    min-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .jamie-contact-yess-page {
    display: -ms-grid;
    display: grid;
    min-width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .card-01-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-01-grid.directors {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

  .image-44 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-4 {
    margin-right: auto;
    margin-left: auto;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
  }

  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.wasilla {
    margin-top: 129px;
  }

  .container {
    width: auto;
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 4vw;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 11px;
    line-height: 1.3;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 13px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .button.cc-contact-us {
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-light.donate {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1.4;
    text-align: justify;
  }

  .paragraph-light.more-info {
    line-height: 1.4;
  }

  .paragraph-light.john-quote {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.4;
    text-align: justify;
  }

  .paragraph-light.who-we-are {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: justify;
  }

  .paragraph-light.our-mission {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: justify;
  }

  .paragraph-light.more-info {
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
  }

  .heading-jumbo {
    margin-top: -38px;
    font-size: 31px;
    line-height: 1.3;
  }

  .heading-jumbo.yess {
    margin-top: 24px;
    font-size: 24px;
  }

  .heading-jumbo-small {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10vw;
    line-height: 1.2;
  }

  .heading-jumbo-small.cta.home {
    margin-right: auto;
    margin-left: auto;
    font-size: 9vw;
    line-height: 1.5;
    text-align: center;
  }

  .heading-jumbo-small.dark {
    padding-right: 5px;
    padding-left: 5px;
  }

  .menu-icon {
    width: 80px;
    padding-left: 6px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: 150px;
  }

  .footer-wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-wrap.tfgh {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-wrap.programs-cta {
    width: 100%;
    margin-top: -2px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-wrap.yess {
    width: 100%;
    margin-top: -2px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-header {
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }

  .intro-header.cc-subpage.our-mission {
    height: 300px;
  }

  .intro-header.cc-subpage.become-parent {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/fosterparent-image-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/fosterparent-image-bg.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.rtc {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/rtc-outside1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/rtc-outside1.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.resources {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/Resources-bg-pic.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/Resources-bg-pic.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.careers {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/Carrers-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/Carrers-bg.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.tfgh {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/fosterparent-image-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/fosterparent-image-bg.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.cbfh {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/fosterparent-image-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/fosterparent-image-bg.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.yess {
    height: 300px;
  }

  .intro-header.cc-subpage.tfc {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .intro-header.cc-subpage.training {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/training.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/training.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.programs-hero {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/group-fcsa.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/group-fcsa.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.reach {
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/TFC-HOME.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/TFC-HOME.jpg');
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.clinical-services {
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/ftc-greeting.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/ftc-greeting.jpg');
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.atop {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/sunset-autumn-texas-family-family-fall-fall-farm-life-texas-hill-country-texas-skies_t20_roQgVl.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.our-mission-hero {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/group-fcsa.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/group-fcsa.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.foster-parent-training {
    height: 296px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/group-fcsa.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/group-fcsa.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.telehealth {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/ftc-greeting.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/ftc-greeting.jpg');
    background-attachment: scroll, scroll;
  }

  .intro-content {
    width: 95%;
    margin-top: -123px;
    margin-right: auto;
    margin-left: auto;
  }

  .intro-content.cc-homepage {
    width: 100%;
  }

  .intro-content.tfc {
    margin-top: 0px;
  }

  .motto-wrap.every-child-counts {
    width: auto;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    padding-right: 7px;
    padding-left: 7px;
  }

  .about-grid {
    margin-top: -74px;
    padding-top: 0px;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .about-grid.mission {
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .intro-text {
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-left: 14px;
    text-align: justify;
  }

  .div-head-title {
    margin-top: 47px;
  }

  .atop-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.4;
  }

  .rtc-info {
    width: 90%;
  }

  .heading-19 {
    margin-top: 29px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  .image-4 {
    width: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    float: none;
  }

  .contact-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contact-section.become-a-parent.cta {
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/fosterparent-image-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/fosterparent-image-bg.jpg');
    background-attachment: scroll, scroll;
  }

  .text-block-7 {
    text-align: justify;
  }

  .form {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .atop-gallery-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .gallery-div {
    grid-column-gap: 0px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .form-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-small-2 {
    text-align: justify;
  }

  .services-simple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-4.miranda-contact {
    padding-top: 20px;
  }

  .service-simple {
    width: 100%;
  }

  .wrapper.fairbanks_programs {
    padding-top: 10px;
  }

  .service-simple-info {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-nav {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-14 {
    font-size: 12px;
    line-height: 1.3;
  }

  .text-block-14.tfc {
    padding-right: 14px;
    padding-left: 14px;
  }

  .fcsa-goals-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .goals-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .heading-21 {
    font-size: 25px;
  }

  .text-block-15 {
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }

  .goals-text-block {
    text-align: left;
  }

  .bold-text-2 {
    font-size: 13px;
    line-height: 1.2;
  }

  .goals-long-desc-text {
    display: none;
  }

  .bold-text-3 {
    font-size: 80%;
    line-height: 1;
  }

  .div-block-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-title {
    line-height: 1.3;
  }

  .motto-wrap-2.foster-parent {
    margin-bottom: 0px;
  }

  .motto-wrap-2.resources {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-grid {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-grid.more-info {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bold-text-4 {
    text-align: center;
  }

  .heading-jumbo-small-2 {
    margin-right: 31px;
    margin-left: 31px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slide-nav-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    max-width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask-2 {
    padding: 0px;
  }

  .grid-7.become-a-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .become-a-parent-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .steps {
    text-align: center;
  }

  .cta-container.tfgh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-22 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .icon-6.accordion-icon {
    position: relative;
    top: -9px;
    right: -8px;
    padding-left: 0px;
  }

  .accordion-item-trigger {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .faq-heading {
    font-size: 16px;
    line-height: 1;
  }

  .paragraph-2 {
    font-size: 13px;
    text-align: justify;
  }

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

  .paragraph-4 {
    text-align: justify;
  }

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

  .paragraph-6 {
    text-align: justify;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .about-company-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .grid-8 {
    margin: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .review-text {
    margin-left: 0px;
  }

  .review-title {
    margin-left: 0px;
  }

  .text-block-74 {
    margin-left: 0px;
  }

  .feature-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .rtc-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .rtc-gallery-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tfc-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tfc-info {
    width: 90%;
  }

  .rich-text-block-3 {
    text-align: justify;
  }

  .tfc-gallery-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .foster-care-info {
    width: 90%;
  }

  .cbfh-section {
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .cbfh-info {
    width: 90%;
  }

  .act-info {
    width: 90%;
  }

  .yess-info {
    width: 90%;
  }

  .cta-info {
    margin-right: -13px;
    margin-left: -13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-button._1 {
    display: inline;
    width: auto;
    padding: 10px;
    font-size: 10px;
    line-height: 1.5;
  }

  .cta-button._2 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .cta-button._3 {
    width: auto;
    padding: 10px;
    font-size: 10px;
    line-height: 1.5;
  }

  .div-block-48 {
    -ms-grid-columns: 0.25fr 1fr 1fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 0.25fr;
  }

  .heading-24 {
    margin-top: 23px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .tfc-head-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .floating-nav {
    display: none;
  }

  .intro-div {
    text-align: justify;
  }

  .yess-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-text-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-16 {
    margin-top: 10px;
    margin-left: 0px;
    padding: 20px 19px;
  }

  .hero-split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-bottom-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-feature-video-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-link-right {
    margin-right: 16px;
    margin-left: 0px;
  }

  .team-member-card {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .tab-link {
    text-align: center;
  }

  .side-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
    margin-top: 56px;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

  .side-feature-image {
    width: 100%;
  }

  .side-feature-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .service-simple-2 {
    width: 100%;
  }

  .hero-split-content {
    padding-top: 24px;
    padding-bottom: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .side-feature-content {
    width: 100%;
  }

  .footer-v4-column {
    width: 50%;
    margin-top: -32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-window-form {
    margin-right: 16px;
    margin-left: 16px;
  }

  .contact-window {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .clients-logotypes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-v5 {
    width: 100%;
  }

  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-text-left {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-overlay {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/TFC-HOME.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/TFC-HOME.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .text-block-94 {
    text-align: justify;
  }

  .reach {
    padding-right: 10px;
    padding-left: 10px;
  }

  .who-we-are-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed {
    display: none;
  }

  .heading-25.wasilla-landing {
    font-size: 34px;
    line-height: 1.2;
  }

  .paragraph-8.wasilla-landing {
    line-height: 1.3;
  }

  .column-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-95 {
    padding: 30px 0px;
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
  }

  .text-block-97 {
    margin-top: 3px;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-block-98 {
    margin-top: 25px;
    padding-right: 21px;
    padding-left: 21px;
    text-align: justify;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-13 {
    margin-top: -81px;
  }

  .grid-13.justin {
    margin-top: -73px;
    margin-bottom: 15px;
  }

  .paragraph-9 {
    margin-top: -3px;
    padding-left: 0px;
    text-align: justify;
  }

  .mobile-menu-wrapper {
    display: none;
    height: auto;
  }

  .mobile-nav-container {
    margin-bottom: 54px;
  }

  .mobile-nav-links.blog {
    display: none;
  }

  .field-label-3 {
    text-align: left;
  }

  .field-label-4 {
    text-align: left;
  }

  .home-heading {
    margin-top: 47px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .grid-14 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: minmax(0px, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .footer-text {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .footer-text.title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .link-20 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-21 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-104 {
    text-align: center;
  }

  .link-23 {
    text-align: center;
  }

  .image-20 {
    width: auto;
    max-width: 150px;
    margin-top: 0px;
  }

  .div-block-55 {
    text-align: right;
  }

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

  .grid-15 {
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }

  .partner-images.carf {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .footer-grid {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: minmax(0px, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    text-align: center;
  }

  .quick-links-footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .social-links-footer-wrapper {
    text-align: center;
  }

  .location-footer-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-us-footer-wrapper {
    margin-top: 0px;
  }

  .text-block-105 {
    text-align: center;
  }

  .social-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .yess-info-grid {
    padding-right: 19px;
    padding-left: 19px;
  }

  .image-23 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    text-align: center;
  }

  .paragraph-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

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

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

  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .open-house-title {
    font-size: 39px;
    text-align: center;
  }

  .subtitle {
    font-size: 21px;
  }

  .text-block-111 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-ad {
    height: 100px;
    margin-bottom: 30px;
    background-color: #e0e0e0;
  }

  .grid-18 {
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
  }

  .image-27 {
    padding-right: 0px;
    padding-bottom: 27px;
    padding-left: 0px;
    text-align: center;
  }

  .text-block-114 {
    margin-bottom: 10px;
  }

  .atop-info {
    width: 90%;
  }

  .paragraph-11 {
    padding-left: 0px;
    text-align: justify;
  }

  .text-block-115 {
    text-align: justify;
  }

  .image-28 {
    width: 150px;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }

  .text-block-116 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-12 {
    padding-left: 0px;
    text-align: justify;
  }

  .paragraph-13 {
    padding-left: 0px;
    text-align: justify;
  }

  .image-29 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .div-block-60 {
    text-align: justify;
  }

  .image-30 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }

  .accordion-item-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-28 {
    margin-top: 60px;
    font-size: 20px;
  }

  .text-block-117 {
    font-size: 14px;
    line-height: 1.3;
  }

  .section-7 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .paragraph-15 {
    text-align: justify;
  }

  .text-block-118 {
    text-align: justify;
  }

  .paragraph-16 {
    text-align: justify;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

  .hero-imac {
    top: 24%;
    max-width: 100%;
  }

  .hero-table-intro {
    max-width: 100%;
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .testimonials-color-cards-colomn-1 {
    width: 100%;
  }

  .team-member-photo {
    height: 400px;
  }

  .work-v1 {
    width: 100%;
  }

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .contact-split-form {
    text-align: center;
  }

  .contact-split-info {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tesimonials-color-cards-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v1 {
    padding-top: 0px;
  }

  .service-image {
    height: 240px;
  }

  .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .footer-bottom-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 100%;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .green-text {
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;
  }

  .blue-text {
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;
  }

  .list-3 {
    padding-left: 0px;
    list-style-type: none;
  }

  .form-4 {
    padding: 19px;
  }

  .telehealth-info {
    width: 90%;
  }

  .yess-info-copy {
    width: 90%;
  }

  .clinical {
    width: 90%;
  }

  .link-25 {
    color: #fff;
  }

  .teletherapy-landing-info img {
    margin-top: 25px;
  }

  .teletherapy-section {
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .italic-text-4 {
    font-size: 24px;
    line-height: 1.3;
  }

  .rich-text-block-5 {
    display: block;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed-9 {
    height: 250vh;
  }

  .html-embed-form {
    height: 250vh;
  }

  .clinical-services-section {
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .text-block-123 {
    text-align: justify;
  }

  .image-40 {
    width: 200px;
  }

  .hero-overlay-2 {
    position: static;
    height: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .centered-container-2 {
    padding-left: 0px;
    text-align: left;
  }

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

  .heading-35 {
    text-align: center;
  }

  .body-2 {
    background-color: #fff;
  }

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

  .image-41 {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image-3 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .caribou-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .orca-grid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .jamie-contact-grid {
    min-width: 300px;
  }

  .heading-36 {
    font-size: 27px;
    text-align: center;
  }

  .heading-37 {
    text-align: center;
  }

  .form-6 {
    padding-top: 66px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .field-label-8 {
    text-transform: none;
  }

  .field-label-9 {
    text-transform: none;
  }

  .text-block-127 {
    margin-bottom: 2px;
    padding-bottom: 14px;
    font-weight: 300;
  }

  .checkbox-label-3 {
    margin-bottom: 17px;
    text-transform: none;
  }

  .text-field-2 {
    margin-bottom: 17px;
    color: #e0e0e0;
  }

  .text-span-7 {
    color: #ff0004;
  }

  .text-span-8 {
    color: #ff0004;
  }

  .centered-container-3 {
    text-align: center;
  }

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

  .heading-39 {
    text-align: center;
  }

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

  .feature-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .orca-grid-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .jamie-contact-grid-2 {
    min-width: 300px;
  }

  .caribou-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-20 {
    padding-left: 0px;
    text-align: justify;
  }

  .bob-contact-yess-page {
    min-width: 300px;
  }

  .yess-body-wrapper {
    text-align: justify;
  }

  .jamie-contact-yess-page {
    min-width: 300px;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .hero-section-02 {
    height: 30vh;
  }

  .about-us-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-us-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-us-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-us-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image-44 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-40 {
    font-size: 25px;
  }

  .paragraph-23 {
    padding-left: 0px;
  }

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

  .form-block-5 {
    padding-right: 11px;
    padding-left: 11px;
  }
}

#w-node-f6e2f07b-dc88-a322-5963-fb170982e552-fbd5e7ca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f6e2f07b-dc88-a322-5963-fb170982e554-fbd5e7ca {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f6e2f07b-dc88-a322-5963-fb170982e556-fbd5e7ca {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ca2d47dc-80c5-6ce0-2373-0ae2279d6f84-fbd5e7ca {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fa6f9dcc-c379-da64-774b-428fb962691a-fbd5e7ca {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-fa6f9dcc-c379-da64-774b-428fb962691c-fbd5e7ca {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b0e0b998-4074-8979-3fef-51e34c46f744-fbd5e7ca {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fa6f9dcc-c379-da64-774b-428fb962691e-fbd5e7ca {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-fbd5e7ca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4d81639b-8216-a8de-61c9-ab453034a0db-fbd5e7ca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-fbd5e7ca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-fbd5e7ca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a628d6c1-e4e9-d033-d01a-643bb7c172ea-51e627e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_90971bba-e1c2-9458-e287-0edbed9e7207-51e627e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_90c0380f-880a-0eb2-e108-082915efb704-51e627e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3d84c533-f1f0-cabb-41eb-db31a7aded19-51e627e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be202f21-909e-4ef3-c804-6544e3bede03-51e627e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bbf46b2-b776-17eb-9ae3-04af9ffe064d-51e627e8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9312b860-656f-33c8-bff9-90da9ab035fb-51e627e8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7a380817-eee4-e927-d36d-4494a0df9800-51e627e8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9312b860-656f-33c8-bff9-90da9ab035fc-51e627e8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c59cc7da-c333-0844-33a0-58c46521f415-51e627e8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9312b860-656f-33c8-bff9-90da9ab035fd-51e627e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71030c2e-478f-b998-b540-1d73225b0f63-225b0f53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_71030c2e-478f-b998-b540-1d73225b0f5b-225b0f53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_71030c2e-478f-b998-b540-1d73225b0f7b-225b0f53 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_71030c2e-478f-b998-b540-1d73225b0f83-225b0f53 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dd7e5df1-4cbb-4e00-ceaf-342012e27f0b-225b0f53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-c44ace88-bd43-81fc-379b-8a42fc4da1d5-225b0f53 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_51cd6a82-ee1a-340a-4314-90866ebdc84a-225b0f53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-dbf0d54a-4779-5316-6812-ce9eea95c201-225b0f53 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ec1b087c-3b87-018b-df2a-f4331403104f-14031042 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ec1b087c-3b87-018b-df2a-f43314031051-14031042 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ec1b087c-3b87-018b-df2a-f43314031053-14031042 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_26fa8496-8d7e-e592-63f9-06863b9dd0c1-14b49f15 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1279dd5a-d1ff-780f-65b2-814709976ea5-14b49f15 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_69601478-0464-1780-6462-b41542c66900-14b49f15 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e17f545f-889a-1678-0b77-6ed42eb34e09-14b49f15 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_022909e2-8d1c-7c22-f4e0-cea7feb48b0d-14b49f15 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8574760d-b825-d2c9-217e-d7df651dc748-14b49f15 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-5bd5e83c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be18-5bd5e83c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-db4bdda7-bb23-480b-2a56-227e74c78eb1-74c78e99 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-fed5e84e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-fed5e84e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2b3955bf-b629-ad3b-a9ef-c3367bf0a84a-8a7c5143 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#step-1.w-node-a899bef8-9fd7-0710-e485-21678a7c5144-8a7c5143 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a899bef8-9fd7-0710-e485-21678a7c514b-8a7c5143 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a899bef8-9fd7-0710-e485-21678a7c5153-8a7c5143 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_74d14c9f-63d8-ee07-fa8a-2ec5ca3e452b-8a7c5143 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-00d5e852 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-00d5e852 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-00d5e852 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b48d4fc6-69d2-8c9c-17cc-d51967fa12f2-09d5e854 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-de1c48e9-0850-e5fe-d816-b3bf881a07fe-09d5e854 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_20f60613-b77c-bfb8-b485-c59d03f15088-09d5e854 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-3ed5e856 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-3ed5e856 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4651343b-6742-0c79-7ae8-5f55fda9087e-3ed5e856 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0145ac8e-9ff3-21d7-3b4c-bfd80d11f31b-3ed5e856 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d9f23b0d-651b-43e6-9541-faaf07e39036-3ed5e856 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-da35853a-9e74-72ff-11bd-4800a72631b5-3ed5e856 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-1cd5e857 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_914fb70e-5bd5-7b22-cb39-478a4583d9ab-1cd5e857 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_2d3dac3a-70e4-2b33-33bd-fe5a97dbf49c-1cd5e857 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-58d5e858 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-58d5e858 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_48db7aa6-fd80-fe66-46db-5249866f9b8a-866f9b8a {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-a0d5e85e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4651343b-6742-0c79-7ae8-5f55fda9087e-a0d5e85e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0145ac8e-9ff3-21d7-3b4c-bfd80d11f31b-a0d5e85e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d9f23b0d-651b-43e6-9541-faaf07e39036-a0d5e85e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_620b6410-c1a8-ad5e-a267-29e8604991ee-34d5e871 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1d24257b-09a6-2368-cbfa-706510cbfcf8-34d5e871 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_13f72cf2-3ab0-b0e8-cf6d-7d5cb8d93e55-34d5e871 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d1b8fb81-c7a6-66a4-c7d6-33941a3b80dd-34d5e871 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6db7d860-4e12-e204-b8be-585b4a54108b-34d5e871 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cac93c5c-7154-9b6c-d8dc-cfde3676c1af-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_9b19e37c-92dd-a04e-b8e6-a5a7d4d88d09-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a9733ac2-ed6a-bf4d-047d-438c4dee4656-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a69f89e8-9047-4913-a13e-0a7d5082e4f9-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dfa44355-f42a-cb44-891f-f815e81df0b5-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_2372bc2b-ee78-a0ac-00e5-8ce34525b05b-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_15f1c52c-16a1-d2dd-37b1-d46efb47b59e-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_975d6544-4c3e-840e-afc5-f7e9decc8070-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-eec6465f-6ffb-341a-552c-2191a3992d3b-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-b87d89b3-4d58-6bbf-0ff1-054d531b894f-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_790712b3-df9f-4b73-ea38-bdd1f6bb567b-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_130a9af5-e19f-c83d-88be-4a458771395f-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_513c388b-f996-64d7-ab7f-4d825420327f-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-bc43f67e-7369-756c-60f1-77448954ebeb-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-d62bd778-588e-8848-2e8d-ee4af3abbda1-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-cc843db1-3e4f-07e2-28f3-f35e7f5b97ff-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-_96e3f9db-19c1-fcb4-b8a9-d7577ec90893-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-c6210544-d2e9-8049-11cc-7e06c5696c19-34d5e871 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-f0e7c92f-25f3-9876-5e66-2e98fc8b5de1-1ed5e872 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f0e7c92f-25f3-9876-5e66-2e98fc8b5deb-1ed5e872 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f0e7c92f-25f3-9876-5e66-2e98fc8b5dff-1ed5e872 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f0e7c92f-25f3-9876-5e66-2e98fc8b5e09-1ed5e872 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f0e7c92f-25f3-9876-5e66-2e98fc8b5e1d-1ed5e872 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_5765ef4f-3087-4030-ded7-6dda4f41c009-1ed5e872 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_60c1ea66-ca25-7efa-b113-1072aa86ec14-1ed5e872 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_60c1ea66-ca25-7efa-b113-1072aa86ec28-1ed5e872 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_60c1ea66-ca25-7efa-b113-1072aa86ec32-1ed5e872 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2d3dac3a-70e4-2b33-33bd-fe5a97dbf49c-cdd5e877 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_103a5c49-b894-006d-0787-c971fdee23cd-cdd5e877 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c90fbdce-6d64-8059-0d84-e62dc5f91496-cdd5e877 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c90fbdce-6d64-8059-0d84-e62dc5f91497-cdd5e877 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_23b634bf-9ae0-50ea-f253-0266160c1636-cdd5e877 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8c3d45d0-4b5b-46b5-dc64-c59abc345e33-cdd5e877 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9de5cd78-24d5-db3b-b74d-a2b86492749e-cdd5e877 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-84d5e878 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_620071bc-df81-7a56-28cc-1d38e7528be2-84d5e878 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_27c44fdd-03b4-44c7-6449-0611090c2b08-b4d5e879 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27c44fdd-03b4-44c7-6449-0611090c2b09-b4d5e879 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-b4d5e879 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2d3dac3a-70e4-2b33-33bd-fe5a97dbf49c-b4d5e879 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_13bd5087-b98b-f917-db23-9ec4d73aa118-b4d5e879 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0c6-b4d5e879 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0c8-b4d5e879 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0d7-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0d8-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0db-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0de-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0df-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0e0-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0e5-b4d5e879 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0e6-b4d5e879 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0e7-b4d5e879 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0fc-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0fd-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f100-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f103-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f104-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f105-b4d5e879 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-86d5e87e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1c29029f-6a83-1835-9020-6fb03417c075-86d5e87e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_59059cf9-ff2f-3285-2246-388ff9e77d2c-86d5e87e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_957841d0-42b0-e0cc-1279-06e3da1ffe09-0cd5e881 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_957841d0-42b0-e0cc-1279-06e3da1ffe0f-0cd5e881 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_957841d0-42b0-e0cc-1279-06e3da1ffe13-0cd5e881 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2d3dac3a-70e4-2b33-33bd-fe5a97dbf49c-01d5e883 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_46ebacfa-8032-9a99-9173-2a559b36f549-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_46ebacfa-8032-9a99-9173-2a559b36f54c-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_46ebacfa-8032-9a99-9173-2a559b36f54f-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_46ebacfa-8032-9a99-9173-2a559b36f550-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_46ebacfa-8032-9a99-9173-2a559b36f551-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554b3-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554b6-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554b9-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554ba-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554bb-01d5e883 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_06218c07-c6e2-b135-b2a7-11de9f76da47-01d5e883 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a040fded-5674-3073-ac0b-7797feffb227-1017c54b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_9bd829cf-492a-f8de-bfe6-ea42646de66a-1017c54b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7419dc4d-d935-a9bb-61bc-551582bc02ff-1017c54b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e48fdbba-0e16-e65d-7f2e-613391cf2087-51f53000 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-51f53000 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_14e6f1cf-0170-a8b4-e26d-e0deffb67f9a-51f53000 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-492ce0b6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-492ce0b6 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-492ce0b6 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b48d4fc6-69d2-8c9c-17cc-d51967fa12f2-9450f5f0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-de1c48e9-0850-e5fe-d816-b3bf881a07fe-9450f5f0 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_20f60613-b77c-bfb8-b485-c59d03f15088-9450f5f0 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_4527ae2e-553b-bbb0-d67b-8a3bbc1531bd-e370fbf8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43e46e41-d8e5-1768-bdb0-7151347d4a4e-e370fbf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd19c0e5-1326-9928-6545-14a2c31861b8-e370fbf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fd19c0e5-1326-9928-6545-14a2c31861ba-e370fbf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb07-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb08-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb0b-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb0e-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb0f-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb10-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8994dd25-8b1d-7d8d-de7e-3114a324e543-e370fbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8a951ae8-f8d1-7e94-9509-25b7d1d3d5f1-e370fbf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8a951ae8-f8d1-7e94-9509-25b7d1d3d5f2-e370fbf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a951ae8-f8d1-7e94-9509-25b7d1d3d5f3-e370fbf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0336c871-8ff3-0732-256f-dfce408d71f1-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0fd3143d-775c-20a3-f7ca-fc191ff896dd-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_793d951b-c0ce-f861-0c89-966a684b9a67-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f491d4b9-8fc4-2bfe-73d5-6e09d1166531-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_975658e9-f899-d0b0-9506-1776266abaf9-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fb373dfc-a9ab-b260-e9c9-86e5fac2c3e2-e370fbf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9f2a8ef1-3c28-72dc-8486-f166778f6829-e370fbf8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-47170bd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be18-47170bd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ac412d9e-e909-fe6d-3740-b4edd21de199-f5fdf079 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-db4d6bb1-ed8b-e99b-987e-092a48776c45-f5fdf079 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_74c409de-e82e-7952-311c-17de1d219c0e-f5fdf079 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be16-5937c15d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4ad06bf1-e6cc-b9d5-62a4-f3361b23be18-5937c15d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_113b61f5-a8f1-6dd8-e438-2457f3042cb7-67e23745 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_113b61f5-a8f1-6dd8-e438-2457f3042cb9-67e23745 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5d751f8f-c60f-86b8-1c8b-4e97aabbaa11-67e23745 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-f6e2f07b-dc88-a322-5963-fb170982e552-fbd5e7ca {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f6e2f07b-dc88-a322-5963-fb170982e556-fbd5e7ca {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fa6f9dcc-c379-da64-774b-428fb962691a-fbd5e7ca {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-fbd5e7ca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4d81639b-8216-a8de-61c9-ab453034a0db-fbd5e7ca {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-fbd5e7ca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-fbd5e7ca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a628d6c1-e4e9-d033-d01a-643bb7c172ea-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0d07bc6b-5d7b-5c95-4374-51f7dc6887bb-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ce8c1f21-ad61-1d94-1620-c496bde08593-51e627e8 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
  }

  #w-node-_44b93c11-86fe-6fa8-aa68-a3f111518fbd-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-bd9d38fb-c6cd-8563-5aba-ce68d0d11f93-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_90971bba-e1c2-9458-e287-0edbed9e7207-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_90c0380f-880a-0eb2-e108-082915efb704-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_3d84c533-f1f0-cabb-41eb-db31a7aded19-51e627e8 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-be202f21-909e-4ef3-c804-6544e3bede03-51e627e8 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-fed5e84e {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-fed5e84e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_74d14c9f-63d8-ee07-fa8a-2ec5ca3e452b-8a7c5143 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-00d5e852 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e48fdbba-0e16-e65d-7f2e-613391cf2087-00d5e852 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-00d5e852 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-00d5e852 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-3ed5e856 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-3ed5e856 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-58d5e858 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_48db7aa6-fd80-fe66-46db-5249866f9b8a-866f9b8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_27c44fdd-03b4-44c7-6449-0611090c2b08-b4d5e879 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_27c44fdd-03b4-44c7-6449-0611090c2b09-b4d5e879 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0e0-b4d5e879 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f105-b4d5e879 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_46ebacfa-8032-9a99-9173-2a559b36f551-01d5e883 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f5f8ee4b-2109-8024-e9ff-6ea6eb1554bb-01d5e883 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e48fdbba-0e16-e65d-7f2e-613391cf2087-51f53000 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-51f53000 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee3291f7-84f6-f756-13b9-77050cc20ec4-492ce0b6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e48fdbba-0e16-e65d-7f2e-613391cf2087-492ce0b6 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-492ce0b6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-492ce0b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_4527ae2e-553b-bbb0-d67b-8a3bbc1531bd-e370fbf8 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_43e46e41-d8e5-1768-bdb0-7151347d4a4e-e370fbf8 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc393afb-23f1-0f74-aaef-8a8bc9f3cb10-e370fbf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fb373dfc-a9ab-b260-e9c9-86e5fac2c3e2-e370fbf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6e2f07b-dc88-a322-5963-fb170982e552-fbd5e7ca {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    align-self: baseline;
  }

  #w-node-f6e2f07b-dc88-a322-5963-fb170982e554-fbd5e7ca {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f6e2f07b-dc88-a322-5963-fb170982e556-fbd5e7ca {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-fbd5e7ca {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a628d6c1-e4e9-d033-d01a-643bb7c172ea-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ce8c1f21-ad61-1d94-1620-c496bde08593-51e627e8 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
  }

  #w-node-bd9d38fb-c6cd-8563-5aba-ce68d0d11f93-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_90971bba-e1c2-9458-e287-0edbed9e7207-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3d84c533-f1f0-cabb-41eb-db31a7aded19-51e627e8 {
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-fed5e84e {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-fed5e84e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-00d5e852 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-00d5e852 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-3ed5e856 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6cec-3ed5e856 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-a0d5e85e {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_4651343b-6742-0c79-7ae8-5f55fda9087e-a0d5e85e {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_0145ac8e-9ff3-21d7-3b4c-bfd80d11f31b-a0d5e85e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-d9f23b0d-651b-43e6-9541-faaf07e39036-a0d5e85e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-be0e81ae-c1b2-9c21-504e-bebf7b08f0fc-b4d5e879 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-492ce0b6 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b713-492ce0b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_0336c871-8ff3-0732-256f-dfce408d71f1-e370fbf8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-db4d6bb1-ed8b-e99b-987e-092a48776c45-f5fdf079 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_74c409de-e82e-7952-311c-17de1d219c0e-f5fdf079 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6e2f07b-dc88-a322-5963-fb170982e552-fbd5e7ca {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f6e2f07b-dc88-a322-5963-fb170982e554-fbd5e7ca {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f6e2f07b-dc88-a322-5963-fb170982e556-fbd5e7ca {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a628d6c1-e4e9-d033-d01a-643bb7c172ea-51e627e8 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_0d07bc6b-5d7b-5c95-4374-51f7dc6887bb-51e627e8 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ce8c1f21-ad61-1d94-1620-c496bde08593-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_44b93c11-86fe-6fa8-aa68-a3f111518fbd-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-bd9d38fb-c6cd-8563-5aba-ce68d0d11f93-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_90971bba-e1c2-9458-e287-0edbed9e7207-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_90c0380f-880a-0eb2-e108-082915efb704-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_3d84c533-f1f0-cabb-41eb-db31a7aded19-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 3;
    grid-row-end: 13;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-be202f21-909e-4ef3-c804-6544e3bede03-51e627e8 {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9312b860-656f-33c8-bff9-90da9ab035fb-51e627e8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_9312b860-656f-33c8-bff9-90da9ab035fc-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9312b860-656f-33c8-bff9-90da9ab035fd-51e627e8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec1b087c-3b87-018b-df2a-f4331403104f-14031042 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ec1b087c-3b87-018b-df2a-f43314031051-14031042 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ec1b087c-3b87-018b-df2a-f43314031053-14031042 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3a5dae2f-dced-312b-c9bc-1832ca9c6ce6-fed5e84e {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-00d5e852 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9b19e37c-92dd-a04e-b8e6-a5a7d4d88d09-34d5e871 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-dfa44355-f42a-cb44-891f-f815e81df0b5-34d5e871 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_790712b3-df9f-4b73-ea38-bdd1f6bb567b-34d5e871 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_513c388b-f996-64d7-ab7f-4d825420327f-34d5e871 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d62bd778-588e-8848-2e8d-ee4af3abbda1-34d5e871 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_27c44fdd-03b4-44c7-6449-0611090c2b08-b4d5e879 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_27c44fdd-03b4-44c7-6449-0611090c2b09-b4d5e879 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-aacbfe49-8593-62bb-9695-55f9eec0b710-492ce0b6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4527ae2e-553b-bbb0-d67b-8a3bbc1531bd-e370fbf8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_43e46e41-d8e5-1768-bdb0-7151347d4a4e-e370fbf8 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_5d751f8f-c60f-86b8-1c8b-4e97aabbaa11-67e23745 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5d751f8f-c60f-86b8-1c8b-4e97aabbaa18-67e23745 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5d751f8f-c60f-86b8-1c8b-4e97aabbaa1f-67e23745 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Type icons';
  src: url('../fonts/Type-Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}