/* Buttons */
a.small-light-green {
  background: #B2FFDE;
  color: #064F47;
  border-radius: 36px;
  padding: 17px 60px;
  transition: 0.5s;
}

/* Three Card Section */

.three-cards .container .copy-area {
  text-align: center;
}

.three-cards-headline {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 33px;  
  letter-spacing: -1px;
}

.three-cards-subtitle {
  letter-spacing: -0.11px;
  max-width: 737px;
  margin: 0 auto 50px;
}

.three-cards .container .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px -2% -2%;
}

.card-wrapper {
  max-width: 400px;
  min-width: 255px;
  flex: 1 0 calc(100% / 3 - 2% * 6);
  margin: 25px;
  background-color: #fff;
  border: 3px solid #000;
  text-align: center;
  padding: 40px;
  box-shadow: 0.5rem 0.5rem #1D201F;
  box-sizing: border-box;
}

.three-cards-image {
  max-width: 100%;
  margin-bottom: 42px;
}

.card-headline {
  font-weight: 600;
}

.card-text {
  letter-spacing: -0.11px;
}

.three-cards-cta {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.card-headline {
  margin-bottom: 33px;
}

/* Large Banner Section */
.large-banner {
  margin-bottom: 51px;
  padding: 0;
  background: #08695E;
  color: #F0FFF8;
  font-size: 15px;
  overflow: hidden;
}
.large-banner-headline {
  margin-bottom: 51px;
  font-size: 50px;
  line-height: 55px;
  color: #F0FFF8;
}
.large-banner-headline .highlight {
  color: #B2FFDE;
}
.large-banner .container {
  position: relative;
  display: flex;
  padding: 131px 7% 118px;
}

.large-banner .container .image-area,
.large-banner .container .copy-area {
  flex: 1 0 50%;
}

.large-banner-image {
  position: absolute;
  height: 90%;
  bottom: 0;
  right: calc(50% + 51px);
}

.large-banner .lists {
  display: flex;
  flex-wrap: wrap;
}

.large-banner .lists ul {
  flex: 1 0 50%;
  min-width: 220px;
  box-sizing: border-box;
}

.large-banner-content {
  margin-bottom: 40px;
}

/* Four Card Section */

.four-cards {
  background: #F0FFF8;
}

.four-cards .four-cards-container .top-section {
  display: flex;
}

.four-cards .four-cards-container .top-section .copy-area {
  width: 50%;
}

.four-cards .four-cards-container .top-section .top-image {
  padding-left: 50px;
  display: flex;
  align-items: flex-end;
}

.four-cards-subtitle {
  letter-spacing: -0.11px;
  max-width: 737px;
  margin-top:30px;
}

.four-cards .four-cards-container .four-cards-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -32px -2% -2%;
}

.four-cards .four-cards-container .four-cards-cards .four-card-wrapper {
  width: 45%;
  margin: 25px;
  background-color: #fff;
  border: 3px solid #000;
  text-align: center;
  padding: 40px;
  box-shadow: 0.5rem 0.5rem #1D201F;
  box-sizing: border-box;
}

.four-cards .four-cards-container .top-section .copy-area .four-card-headline {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}

.four-cards .four-cards-container .four-cards-cards .four-card-wrapper .four-card-headline {
  margin-bottom: 25px;
}


.four-cards-image {
  max-width: 100%;
  margin-bottom: 42px;
}

@media screen and (min-width: 1600px) {
  .four-cards .four-cards-container .four-cards-cards .four-card-wrapper p {
    font-size: 22px;
  }
  .four-cards .four-cards-container .top-section .copy-area .four-cards-headline {
    font-size: 67px;
    line-height: 74px;
  }
}
@media screen and (max-width: 1559px) {
   .four-cards .four-cards-container .top-section .copy-area .four-cards-headline {
    font-size: 43px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1100px) {
  .four-cards .four-cards-container .four-cards-cards .four-card-wrapper {
    width: 100%;
  }
  .four-cards .four-cards-container .top-section .copy-area {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .four-cards .four-cards-container .top-section .top-image {
    padding-left: 0;
    max-width: 400px;
  }
  .four-cards .four-cards-container .top-section .copy-area {
    width: 100%;
  }
  .four-cards .four-cards-container .top-section {
    flex-direction: column;
  }
  .four-cards .four-cards-container .four-cards-cards .four-card-wrapper {
    width: 100%;
  }
  .four-cards .four-cards-container .four-cards-cards .four-card-wrapper .four-card-one .four-cards-headline {
    font-size: 36px;
    line-height: 36px;
  }
  @media screen and (max-width: 1559px) {
   .four-cards .four-cards-container .top-section .copy-area .four-cards-headline {
    font-size: 36px;
    line-height: 36px;
  }
}

/* Large Banner Section */
.large-banner {
  margin-bottom: 51px;
  padding: 0;
  background: #08695E;
  color: #F0FFF8;
  font-size: 15px;
  overflow: hidden;
}
.large-banner-headline {
  margin-bottom: 51px;
  font-size: 50px;
  line-height: 55px;
  color: #F0FFF8;
}
.large-banner-headline .highlight {
  color: #B2FFDE;
}
.large-banner .container {
  position: relative;
  display: flex;
  padding: 131px 7% 118px;
}

.large-banner .container .image-area,
.large-banner .container .copy-area {
  flex: 1 0 50%;
}

.large-banner-image {
  position: absolute;
  height: 90%;
  bottom: 0;
  right: calc(50% + 51px);
}

.large-banner .lists {
  display: flex;
  flex-wrap: wrap;
}

.large-banner .lists ul {
  flex: 1 0 50%;
  min-width: 220px;
  box-sizing: border-box;
}

.large-banner-content {
  margin-bottom: 40px;
}


/* Color Cards */

h2.color-cards-headline {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1px;
  max-width: 500px;
  margin-bottom: 33px;
}

.color-cards-cta {
  margin-top: 50px;
}

.color-cards-container {
  display: flex;
  flex-wrap: wrap;
  margin: -3%;
}

.color-card {
  flex: 1 0 calc(100% / 2 - 3%* 2);
  margin: 3%;
  padding: 51px 51px 39px;
  box-sizing: border-box;
}
.color-card-title {
  margin-bottom: 21px;
  font-size: 33px;
  line-height: 36px;
}
/* Testimonial Cards */

.testimonial-cards {
  overflow:hidden !important;
  position: relative !important;
}

h2.testimonial-cards-headline {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #1F1F1F;
  opacity: 1;
  max-width: 600px;
  margin-bottom: 33px;
}

.testimonial-cards .testimonial-card-wrapper {
  margin-bottom: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #000000;
  opacity: 1;
  padding: 40px;
  box-shadow: 0.5rem 0.5rem #1D201F;
  display: inline-block;
  width: 41%;
  vertical-align: top;
  height: 300px;
}
.customer-info-wrapper {
  display: flex;
  align-items: center;
}
.testimonial-cards-image {
  border-radius: 100%;
  width:105px;
  height: 105px;
}
.customer-info {
  text-align: left;
  margin-left: 50px;
  max-width: 200px;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #6BA59E;
  opacity: 1;
}

.testimonial {
  letter-spacing: -0.3px;
  color: #1D201F;
  opacity: 1;
  font-size: 20px;
  text-align: left;
  margin-top: 75px;
}

.testimonial-card-one {
  margin-right: 52px;
}

.sphere-img {
  position: absolute;
  right: 0;
  margin-top: -30%;
}

.sphere-img img {
  width: 80%;
}

/* Meet Judy */

.meet-judy {
  text-align: center;
}
.meet-judy-image {
  margin-bottom: 60px
}
.meet-judy-headline {
  font-size: 60px;
  letter-spacing: -1.4px;
  color: #1F1F1F;
  opacity: 1;
  font-weight: 300;
}
.meet-judy-content {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.17px;
  color: #1D201F;
  opacity: 0.75;
  margin: 31px auto;
  max-width: 700px;
}
.small-green {
  text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 1575px) {
  .sphere-img {
    position: absolute;
    right: 0;
    margin-top: -38%;
  }
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -87%;
    top: -13%;
  }
}
@media screen and (max-width: 1475px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -93%;
    top: -13%;
  }
  .color-card-wrapper {
    width: 35%;
    height: 300px;
  }
  .color-cards-cta {
    margin: 50px auto 0;
  }
  .testimonial-cards .testimonial-card-wrapper {
    width: 37%;
    height: 350px;
  }
  .sphere-img img {
    width: 70%;
  }
  .copy-image {
    background-position: right 10% top 0%;
  }
  .sphere-img {
    position: absolute;
    right: -10%;
    margin-top: -45%;
  }
  .sphere-img img {
    width: 60%;
  }
}
@media screen and (max-width: 1140px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -97%;
    top: -13%;
  }
  .color-card-wrapper {
    width: 30%;
    height: 500px;
  }
  .color-cards-cta {
    text-align: center;
    margin: 50px auto 0;
  }
   .testimonial-cards .testimonial-card-wrapper {
    width: 33%;
    height: 400px;
  }
  .sphere-img {
    position: absolute;
    right: -15%;
    margin-top: -55%;
  }
  .sphere-img img {
    width: 60%;
  }
  .copy-image {
    background-position: right 0 top 0%;
    background-size: 20%;
  }
}
@media screen and (max-width: 1045px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -98%;
    top: -13%;
  }
   .testimonial-cards .testimonial-card-wrapper {
    width: 30%;
    height: 550px;
  }
  .sphere-img {
    position: absolute;
    right: -20%;
    margin-top: -85%;
  }
}
@media screen and (max-width: 980px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -99%;
    top: -13%;
  }
  .hs-form {
    width: auto;
  }

  .sphere-img {
    position: absolute;
    right: -40%;
    margin-top: -85%;
  }
  .large-banner .container {
    padding-top: 89px;
  }
  .large-banner .image-area {
    position: absolute;
    opacity: .15;
  }
  
  .large-banner-image {
    position: relative;
  }
  .large-banner .copy-area {
    z-index: 1;
  }
}


@media screen and (max-width: 855px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -99%;
    top: -13%;
  }
  .color-card-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 33px;
    margin-right: 0;
  }
  .testimonial-cards .testimonial-card-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 33px;
    margin-right: 0;
  }
  .sphere-img {
    display: none;
  }
  .copy-image {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .neuron-background {
    position: absolute;
    z-index: -1;
    right: -99%;
    top: -13%;
  }
  .footer-top {
    padding: 47px !important;
    text-align: center;
  }
  .header-logo {
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
  }
  .hero-section {
    background-position: right 103% top 0;
    background-size: cover;
  }
  .copy-image-headline, .three-cards-headline, .color-cards-headline, .testimonial-cards-headline, .meet-judy-headline, .large-banner-headline, .hero-headline {
    font-size:36px !important;
    line-height: 40px !important;
    text-align: center;
  }
  .color-card-title {
    font-size: 24px;
    line-height: 28px;
  }
  .hero-headline {
    text-align: left;
  }
  .hero-section .container {
    display: block;
  }
  .hero-left {
    padding-right: 0;
    max-width: 100%;
    display: block;
  }
  .hero-right {
    padding-left: 0;
    max-width: 100%;
    display: block;
  }
  .hs-form {
    width: auto;
    margin-top: 50px;
  }
  
  .neuron-img {
    display:none;
  }
  .copy-image-image {
    max-width: 300px;
  }
  .four-color-cards {
    display: block;
  }
  .large-banner-headline {
    text-align: left;
  }
  .color-card-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 33px;
    margin-right: 0;
  }
  .color-cards-cta {
    text-align: center;
    margin: 50px auto 0;
  }
  .testimonial-cards {
    display: block;
  }
  .footer-bottom .container {
    display: block !important;
    text-align: center;
  }
  .footer-bottom .container p {
    display: block;
  }
}