:root {
  --dark-teal: #fe7400;
  --teal: #319e8a;
  --brown: #735b56;
  --dark-orange-2: #bc4b23;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

h1 {
  color: #fe7400;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 100;
  line-height: 44px;
}

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

a {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  position: static;
  top: 0;
  left: 0;
}

.button {
  height: auto;
  float: right;
  color: #fff;
  text-align: center;
  background-color: #fec129;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 40px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.button.red {
  background-color: #e40607;
}

.button.neworange {
  float: none;
  clear: none;
  background-color: #fe7400;
}

.button.turquois {
  float: left;
  text-align: center;
  background-color: #06c1b6;
  margin-bottom: 15px;
  font-weight: 400;
  display: inline-block;
}

.section {
  text-align: center;
  position: static;
}

.header-grid {
  height: 60px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.handsofcharitylogo {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.bodytext_white {
  width: 40%;
  color: #fff;
  margin: 20px auto 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.title_white {
  width: auto;
  color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  display: block;
}

.body-container {
  padding-left: 0;
  position: static;
}

.main_slider {
  height: 480px;
  background-image: url('../images/brushes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_slider_nav {
  margin-top: 20px;
}

.nav_mask, .nav_slider, .slider {
  height: 480px;
}

.wall_slider {
  background-image: url('../images/brick.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.golf_slider_image {
  background-image: url('../images/golfcourse.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teal_title {
  color: #06c1b6;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
}

.orange_title {
  color: #fe7400;
  margin-top: 40px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
}

.blue_paragraph {
  color: #fe7400;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.navbar {
  height: 80px;
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.nav_menu {
  float: right;
  clear: none;
  color: #000;
  list-style-type: none;
  position: static;
}

.nav_link {
  color: #fe7400;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.nav_link:hover {
  color: #c75a00;
}

.nav_link:active {
  color: #06c1b6;
}

.nav_link.w--current {
  color: #06c1b6;
  font-size: 16px;
}

.contactus_section {
  height: 167px;
  background-image: linear-gradient(to right, rgba(254, 116, 0, .75), rgba(255, 255, 255, 0)), url('../images/hox.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.spacer {
  height: 40px;
  min-width: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.row_padding {
  margin-top: 20px;
}

.orange_panel {
  height: auto;
  background-color: #ff9565;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.title_small_white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
}

.white_small_body {
  color: #fff;
  text-indent: 0;
  margin-bottom: 20px;
  padding-right: 10px;
  line-height: 16px;
}

.footer {
  margin-top: 40px;
}

.text_green {
  color: #06c1b6;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
  position: static;
}

.register_link {
  direction: ltr;
  color: #fe7400;
  text-align: right;
  font-weight: 300;
  list-style-type: none;
}

.register_link:hover {
  color: #c75a00;
}

.bold {
  font-weight: 400;
}

.green {
  color: #06c1b6;
}

.field {
  width: 100%;
  clear: none;
  margin-top: 10px;
}

.black_small_text {
  color: rgba(254, 116, 0, .47);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.right {
  text-align: right;
}

.donate {
  height: 167px;
  background-image: linear-gradient(to right, var(--dark-teal), rgba(255, 255, 255, 0)), url('../images/IMG_2973.jpg');
  background-position: 0 0, 50% 48%;
  background-size: auto, cover;
}

.golf_tournament {
  height: 167px;
  background-image: url('../images/golfcourse.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.aboutus_section {
  height: 168px;
  background-image: url('../images/AboutUs.jpg');
  background-size: cover;
}

.winn_picture {
  height: 240px;
  background-image: none;
}

.chickfila {
  float: none;
  clear: none;
}

.nave_container, .paypal_cc_spacer {
  margin-top: 15px;
}

.yellow {
  color: #fe7400;
}

.nav-slider-4 {
  background-image: url('../images/doors.png');
  background-position: 0 0;
  background-size: cover;
}

.nav-slider-5 {
  background-image: url('../images/sewing.png');
  background-position: 0 0;
  background-size: cover;
}

.nav-slider-6 {
  background-image: url('../images/roof.jpg');
  background-position: 0 0;
  background-size: cover;
}

.shanty-town-slider {
  background-image: url('../images/shanty-town.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

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

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

.testimonial-slider-small {
  -webkit-text-stroke-color: rgba(51, 51, 51, 0);
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #fe7400;
  text-align: center;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 400;
  line-height: 44px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.hero-without-image {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #06c1b6;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading {
  font-weight: 400;
}

.section-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.column {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-heading-right {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #06c1b6;
  border: 3px #000;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-2 {
  font-size: 40px;
  font-weight: 400;
}

.features-metrics {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-without-image-2 {
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 28px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  padding-left: 95px;
  padding-right: 95px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.dropdown {
  object-fit: fill;
  position: relative;
}

.dropdown-toggle {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.dropdown-toggle.w--open {
  margin-left: 42px;
  margin-right: 42px;
}

.section-3 {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 0 76px 76px;
  font-size: 17px;
  display: flex;
  overflow: visible;
}

.text-block {
  font-size: 33px;
  font-weight: 300;
}

.dropdown-link {
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
}

.heading-3 {
  font-weight: 400;
}

.flex-block {
  aspect-ratio: auto;
  object-fit: cover;
}

.section-4 {
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  height: 80px;
  display: flex;
}

.faq {
  max-width: 1015px;
  background-color: rgba(255, 255, 255, .95);
  flex: 0 auto;
  padding: 100px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  height: 80px;
  max-width: 320px;
  align-items: center;
  display: flex;
}

.accordion-icon {
  margin-right: 0;
  padding-right: 0;
}

.text-block-2 {
  width: 100%;
  white-space: normal;
  flex: none;
}

.dropdown-list {
  background-color: #fff;
  padding: 0 20px 20px 17px;
  display: block;
  position: static;
}

.div-block {
  background-image: url('../images/Screen-Shot-2020-11-19-at-8.52.06-AM.png');
  background-position: 50%;
  background-size: auto;
}

.text-block-3 {
  width: 100%;
  text-align: center;
  white-space: normal;
  flex: none;
  font-size: 24px;
  font-weight: 400;
}

.faq-card {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-2 {
  max-width: 840px;
  background-color: rgba(255, 255, 255, .95);
  padding: 100px;
}

.section-5 {
  max-width: 1240vw;
}

.dropdown-link-2 {
  font-weight: 300;
}

.dropdown-link-3 {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
  font-weight: 300;
}

.section-6 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: block;
}

.html-embed {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 38px;
  display: block;
}

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

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

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

.heading-4 {
  font-size: 36px;
  font-weight: 400;
}

.heading-5 {
  max-width: 250vw;
  align-self: center;
  font-weight: 300;
}

.quick-stack {
  align-self: stretch;
}

.section-7 {
  max-width: 250vw;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-7 {
  max-width: 250vh;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.paragraph-4 {
  max-width: 250vw;
}

.type {
  max-width: 500px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-6 {
  word-break: normal;
  overflow-wrap: normal;
  font-weight: 300;
}

.html-embed-2 {
  object-fit: fill;
  flex: 1;
  margin: auto;
  display: block;
}

.form {
  max-width: 500px;
  flex: 1;
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-without-image-3 {
  background-color: rgba(245, 247, 250, .01);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-9 {
  height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 60px;
  display: grid;
}

.field-label, .field-label-2 {
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
}

.text-field, .text-field-2 {
  background-color: #dcdee0;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.form-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 46px;
  display: flex;
}

.textarea {
  margin-bottom: 30px;
}

.hero-without-image-4 {
  background-color: rgba(245, 247, 250, .01);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-7 {
  font-weight: 400;
}

.text-block-4 {
  color: #333;
  font-weight: 300;
}

.text-block-5, .text-block-6 {
  font-weight: 300;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  max-width: 500px;
  text-align: left;
  flex-flow: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #06c1b6;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-8 {
  text-align: left;
  font-size: 34px;
  font-weight: 300;
  display: flex;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 325px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.div-block-2 {
  height: 20px;
}

.paragraph-6 {
  margin: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image {
  margin: 40px 0 0;
  padding-top: 0;
}

.paragraph-7 {
  padding-top: 10px;
}

.image-2 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  margin-top: 20px;
  margin-left: 325px;
  display: inline-block;
  position: static;
}

@media screen and (max-width: 991px) {
  .nav_link {
    background-color: #fed500;
  }

  .nav_link.w--current {
    color: #000;
  }

  .icon {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-4, .container-8, .container-9 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .button, .button.neworange {
    margin-left: 30px;
  }

  .bodytext_white {
    width: 60%;
    margin-left: 32px;
  }

  .title_white {
    margin-top: 0;
    margin-left: 32px;
    font-size: 50px;
    line-height: 60px;
  }

  .teal_title {
    margin-left: 30px;
  }

  .orange_title {
    margin-left: 31px;
  }

  .blue_paragraph {
    margin-left: 30px;
  }

  .yellow {
    font-weight: 300;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-without-image, .hero-heading-right, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-without-image-2, .hero-without-image-3, .hero-without-image-4, .hero-without-image-5 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  p {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button {
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .button.neworange {
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .button.turquois {
    margin-left: 15px;
  }

  .handsofcharitylogo {
    width: auto;
    margin-top: 7px;
    margin-bottom: -1px;
  }

  .bodytext_white {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  .title_white {
    width: 50%;
    margin-top: 0;
    margin-left: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .teal_title, .orange_title {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 300;
  }

  .blue_paragraph {
    margin-left: 15px;
  }

  .orange_panel {
    height: 750px;
    padding-bottom: 0;
  }

  .white_small_body {
    margin-left: 0;
  }

  .text_green {
    margin-left: 15px;
  }

  .register_link {
    text-align: left;
  }

  .field {
    margin-left: 15px;
  }

  .right {
    text-align: left;
    margin-left: 15px;
  }

  .logolink, .logolink.w--current {
    width: 80%;
  }

  .paypal_cc_spacer {
    margin-bottom: 33px;
  }

  .yellow {
    margin-left: 15px;
  }

  .hamburger {
    color: rgba(0, 0, 0, .25);
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .hero-split {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .margin-bottom-24px-3 {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    width: 278px;
    margin-left: -62px;
    font-size: 12px;
    display: inline-block;
  }

  .section-3 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .heading-3 {
    font-size: 33px;
  }

  .accordion-toggle {
    max-width: 243px;
  }

  .text-block-3 {
    font-size: 21px;
    font-weight: 400;
  }

  .bold-text {
    align-items: center;
    line-height: 43px;
    display: flex;
  }

  .container-5 {
    align-items: center;
    display: flex;
  }

  .dropdown-link-3 {
    max-width: 243px;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .paragraph {
    align-items: flex-start;
  }

  .heading-5 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    clear: none;
    object-fit: fill;
    flex: 0 auto;
    align-self: flex-start;
    position: static;
    overflow: visible;
  }

  .section-7 {
    flex-wrap: wrap;
  }

  .bold-text-2 {
    display: inline-block;
  }

  .cell-2 {
    flex-flow: column;
  }

  .paragraph-4 {
    padding-left: 20px;
  }

  .heading-6 {
    font-size: 36px;
    font-weight: 300;
  }

  .container-8, .container-9 {
    max-width: none;
  }
}

#w-node-_8335b435-602b-7d07-33fa-75485d1d0ce0-fd04ff59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


