@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");

:root {
  --teal: #029fad;
}

/* ==== GENERAL ==== */

.textSection form p.note {
  text-align: center;
  font-size: 12px;
}

body {
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.fadeIn {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
blockquote,
label,
a {
  font-family: "Montserrat";
}

h2 {
  font-weight: 300;
  font-size: 28px;
}

body {
  overflow-x: hidden;
}

p a,
li a {
  color: var(--teal);
  font-weight: 500;
}

.textSection.img p a {
  color: white;
}

.textSection p.note {
  font-size: 14px;
  margin: 0;
  color: #777;
}

/* ==== LANDING PAGE ==== */

.page-template-page-landing header,
.page-template-page-landing footer {
  visibility: hidden;
  position: fixed;
  z-index: -1;
}

.signUpOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(2, 159, 173, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.signUpContent {
  position: relative;
  padding: 2rem 4.5rem;
  border-radius: 25px;
  background: rgba(2, 159, 173, 0.85);
}

.signUpContent .xBtn {
  color: white;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
}

.radialGradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(53, 177, 189, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(53, 177, 189, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(53, 177, 189, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b1bd', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.signUpContent h2 {
  font-size: 32px;
  color: white;
  font-weight: 700;
  margin: 0;
  animation-delay: 0.4s;
}

.signUpContent h3 {
  color: white;
  font-size: 18px;
  font-weight: 300;
  animation-delay: 0.8s;
}

.mailingBanner {
  background: var(--teal);
  padding: 25px 0 15px;
  text-align: center;
  vertical-align: middle;
}

.mailingBanner h2 {
  color: white;
  font-weight: 700;
  margin: 10px 0 20px;
  line-height: 1;
  vertical-align: middle;
  font-size: 21px;
}

.mailingBanner p.note {
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

#mc_embed_signup [type="text"],
#mc_embed_signup [type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  padding: 0;
  color: white;
  font-family: "Montserrat";
  margin-bottom: 20px;
  height: 30px;
}

#mc_embed_signup [type="submit"] {
  background: white;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  color: var(--teal);
  font-family: "Montserrat";
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  height: 30px;
}

#mc_embed_signup [type="submit"]:hover {
  background: var(--teal);
  color: white;
}

#mc_embed_signup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat";
  font-weight: 400;
}

#mc_embed_signup input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat";
  font-weight: 400;
}

#mc_embed_signup input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat";
  font-weight: 400;
}

#mc_embed_signup input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat";
  font-weight: 400;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background-color: transparent !important;
  font-weight: normal !important;
  font-family: "Montserrat" !important;
  color: #fff !important;
  font-size: 14px !important;
  opacity: 0.5;
}

.signUpContent .response {
  font-weight: 300;
  color: white;
  font-family: "Montserrat";
  font-size: 15px;
  padding: 10px 10px 25px;
}

#mc_embed_signup input.mce_inline_error {
  border-color: white !important;
}

.signUpContent a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  animation-delay: 1.5s;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .mailingBanner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mailingBanner p.note {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .signUpContent h2 {
    font-size: 21px;
    margin-bottom: 0.3em;
  }
  .signUpContent h3 {
    font-size: 14px;
  }
  a.xBtn {
    display: none;
  }
  .mailingBanner {
    padding-bottom: 5px;
  }
  .mailingBanner h2 {
    font-size: 18px;
  }
  .mailingBanner p.note {
    font-size: 12px;
  }

  .signUpContent {
    padding: 2rem 1.75rem;
  }
}

/* ==== HEADER ==== */

.home header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 255, 255, 0.075);
  animation-delay: 3s;
}

.home header ul li a {
  opacity: 1;
}

header {
  padding: 20px 0;
  transition: background 0.3s ease;
  background: #057d87;
}

header h1 {
  font-size: 0;
  margin: 0;
}

header h1 img {
  width: 185px;
  max-width: 185px;
}

nav ul {
  list-style: none;
  margin: 15px 0 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li .sub {
  position: absolute;
  top: 100%;
  display: none;
  width: 175%;
  left: -37.5%;
  padding-top: 45px;
}

nav ul li:hover .sub {
  display: block;
}

nav ul li .sub ul {
  margin: 0;
  padding: 15px 0;
  background: rgba(2, 159, 173, 0.95);
}

nav ul li .sub li {
  display: block;
  margin-bottom: 5px;
}

nav ul li .sub li a {
  display: block;
  font-weight: 300;
}

nav ul li a {
  color: white;
  padding: 0 12px;
  font-size: 13px;
  opacity: 0.75;
  transition: opacity 0.4s ease;
}

nav ul li a:hover {
  opacity: 1;
  color: white;
}

nav ul li.current-menu-item a {
  font-weight: 700;
  opacity: 1;
}

header a.contactButton {
  display: block;
  color: white;
  font-weight: 700;
  padding: 10px 0;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 10px;
  border-radius: 15px;
}

header a.contactButton:hover {
  background: white;
  color: grey;
}

header a.contactButton.active {
  background: white;
  color: var(--teal);
}

.hamburger {
  display: none;
}

.buttonContainer {
  position: relative;
  left: calc(100% / 1.5);
}

.navContainer {
  position: relative;
  left: calc(-100% / 6);
}

header.scroll {
  background: #057d87;
}

@media screen and (max-width: 1023px) {
  nav ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    z-index: 9;
  }
  .columnOverride-4 {
    width: calc(100% / 3);
  }
  .columnOverride-3 {
    width: calc(100% / 4);
  }
  .columnOverride-5 {
    width: calc(100% / 2.4);
  }
  header h1 img {
    width: 150px;
  }
  .navContainer,
  .buttonContainer {
    left: 0;
  }
  .buttonContainer {
    text-align: right;
  }
  .hamburger {
    display: inline-block;
    z-index: 99999;
    position: relative;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    background: white;
  }
  .is-active .hamburger-inner,
  .is-active .hamburger-inner:before {
    background: #057d87;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9;
    transform: translateX(-100%);
    transition: transform 0.3s ease, opactiy 0.3s ease;
    opacity: 0;
  }
  nav.open {
    transform: none;
    opacity: 1;
  }
  nav ul {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
  nav ul li {
    display: block;
    margin: 30px 0;
    transition: margin 0.3s ease;
  }
  nav.open ul li {
    margin: 10px 0;
  }
  nav ul li a {
    font-size: 18px;
    color: #057d87;
    font-weight: 500;
  }
  nav ul li a:hover {
    color: #057d87;
    opacity: 0.5;
  }
  nav ul li .sub {
    padding: 0;
    margin: 7px 0 15px;
    position: static;
    width: 100%;
  }
  nav ul li .sub ul {
    padding: 0;
    background: none;
    transform: none;
  }
  nav ul li .sub ul li {
    margin: 0 0 4px;
  }
  nav ul li .sub ul li a {
    font-size: 14px;
    opacity: 0.65;
  }
  nav ul li .sub ul li a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 639px) {
  header a.contactButton {
    position: fixed;
    top: 20px;
    width: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
  }
  header a.contactButton.navOpen {
    opacity: 1;
    z-index: 99;
    color: #057d87;
    border-color: #057d87;
  }
  header a.contactButton.navOpen:hover {
    color: white;
    background: #057d87;
  }
  nav ul li a {
    font-size: 16px;
  }
}

/* ==== HOME ==== */

.hero {
  height: 100vh;
  min-height: 696px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.heroContent {
  position: absolute;
  width: 100%;
  left: 15px;
  right: 0;
  bottom: 50px;
}

.heroText {
  display: inline-block;
  max-width: 65%;
}

.heroText h2 {
  color: white;
  font-weight: 400;
  font-size: 26px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.heroText p:first-of-type {
  margin-bottom: 0.5em;
}

.heroText p {
  color: white;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.heroButtons {
  margin-top: 25px;
}

.heroButtons a {
  display: block;
  color: grey;
  background: white;
  font-weight: 300;
  padding: 10px 0;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.heroButtons a.about {
  background: none;
  color: white;
  font-weight: 700;
}

.heroButtons a.about:hover {
  background: white;
  color: grey;
}

.heroButtons a:hover {
  background: none;
  color: white;
}

section {
  padding: 80px 0 100px;
}

.introText h2 {
  color: var(--teal);
  margin-bottom: 50px;
}

.introText p {
  font-weight: 300;
  font-size: 18px;
  color: #3f3f3f;
}

.imgGridBg {
  padding-bottom: 0;
}

.iframeWrapper {
  position: relative;
  margin: 40px 0 30px;
}

.iframeWrapper:last-child {
  margin-bottom: 0;
}

.iframeWrapper::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.imgGridBg h2 {
  color: var(--teal);
  margin-bottom: 100px;
}

.imgBox.blog .imgContainer {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imgBox.blog .imgContainer::before {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.imgBox {
  padding: 0 12.5%;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 130px;
}

.imgBox .imgContainer {
  position: relative;
  border-radius: 50%;
  width: 75%;
  margin: 0 auto 35px;
}

.imgContainer img {
  border-radius: 50%;
}

.imgContainer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.imgBox:hover .overlay {
  opacity: 1;
}

.imgContainer .overlay p {
  color: white;
  font-weight: 500;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  font-size: 16px;
  transition: top 0.3s ease;
}

.imgBox:hover .overlay p {
  top: 45%;
}

.imgBox h3 {
  font-weight: 700;
  color: var(--teal);
  font-size: 21px;
  margin-bottom: 20px;
}

.imgBox p {
  font-size: 13px;
  font-weight: 400;
  transition: color 0.3s ease;
  color: #8a8a8a;
}

.imgBox p.readMore {
  font-weight: normal;
}

a.imgBox:hover p.readMore {
  color: white;
}

.aboutMatch .iframeWrapper {
  width: 85%;
  margin: 0 auto;
}

.aboutImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 85%;
  margin: 0 auto 30px;
  height: calc(50% - 15px);
}

.aboutText {
  padding: 0 7.5%;
}

.aboutMe {
  background: var(--teal);
}

.aboutMe h2 {
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
}

.aboutMe p {
  font-weight: 300;
  text-align: left;
  font-size: 14px;
  color: white;
}

.aboutMe p a {
  text-decoration: underline;
  font-weight: 500;
  color: white;
}

.aboutMe .aboutText > a {
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 50px;
  border-radius: 15px;
}

.aboutMe .aboutText > a :hover {
  background: white;
  color: var(--teal);
}

.imgBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/aboutBanner.jpg");
  background-attachment: fixed;
  padding: 75px;
}

.imgBanner h2 {
  color: white;
  font-weight: 700;
  margin-bottom: 35px;
}

.imgBanner p {
  color: white;
  font-weight: 300;
}

.text-section.blogs {
  background: var(--teal);
  padding-bottom: 0;
}

.text-section.blogs * {
  color: #fff;
}

.text-section.blogs h2 {
  font-weight: 700;
  margin-bottom: 50px;
}

.successStories h2 {
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 50px;
}

.successBox {
  width: 75%;
  margin: 0 auto;
}

.successStories {
  margin-top: 50px;
}

.successStories.home {
  margin-top: 0px;
  margin-bottom: -20px;
}

.successStories .successBox {
  margin-bottom: 80px;
}

.successBox img {
  border-radius: 50%;
  max-width: 175px;
  width: 100%;
  margin-bottom: 25px;
}

.successBox blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.successBox h3 {
  color: var(--teal);
  font-size: 21px;
  margin: 0;
  font-weight: 700;
}

.successBox h4 {
  color: #7fd1c3;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .iframeWrapper {
    position: relative;
    margin: 30px 0 35px;
  }

  .aboutMatch .aboutImg {
    min-height: 0;
  }

  .aboutMatch .aboutImg::before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
    margin-bottom: 20px;
  }

  .aboutMatch .iframeWrapper {
    margin: 0 auto 30px;
  }

  .hero {
    min-height: 500px;
  }
  .heroText {
    max-width: 75%;
  }
  .aboutMe p {
    font-size: 13px;
  }
  h2 {
    font-size: 24px;
  }
  .introText p {
    font-size: 16px;
  }
  section {
    padding: 75px 0;
  }
  .imgBox,
  .imgGridBg h2 {
    margin-bottom: 75px;
  }
  .imgBox h3 {
    font-size: 18px;
  }
  .contactBanner p {
    font-size: 16px;
  }
  .imgBanner {
    padding-bottom: 75px;
  }
  .hero {
    background-position: 75% center;
  }
  .imgBanner {
    background-attachment: scroll;
  }
  .successBox {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 639px) {
  .iframeWrapper {
    position: relative;
    margin: 20px 0 15px;
  }
  .hero {
    min-height: 400px;
  }
  .heroText {
    max-width: 100%;
  }
  .heroContent {
    left: 0;
    padding: 0 15px;
    bottom: 25px;
  }
  .heroText {
    display: block;
  }
  .heroText h2 {
    font-size: 21px;
  }
  .heroText p {
    font-size: 16px;
  }
  .heroButtons a {
    padding: 8px 0;
  }
  .aboutImg {
    margin-bottom: 25px;
    width: 90%;
    min-height: 350px;
  }
  .contactBanner p {
    display: block;
  }
  .contactBanner a {
    padding: 5px 15px;
    margin: 15px 0 0;
  }
  .imgBanner p,
  .introText p {
    font-size: 14px;
  }
  section {
    padding: 50px 0;
  }
  .imgBanner {
    padding-bottom: 50px;
  }
  .aboutMe h2,
  .imgBanner h2 {
    margin-bottom: 25px;
  }
  .successBox blockquote {
    margin-bottom: 15px;
  }
  .successBox h4 {
    margin-bottom: 35px;
  }
  .aboutMe a {
    margin-top: 25px;
  }
  .imgBox {
    padding: 0 20%;
    margin-bottom: 40px;
  }
  .imgBox h3 {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 21px;
  }
  .introText h2 {
    margin-bottom: 30px;
  }
  .imgGridBg h2 {
    margin-bottom: 50px;
  }
  .text-section.blogs {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 414px) {
  .heroText h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .heroButtons {
    margin-top: 15px;
  }
  .heroContent {
    background-image: url("../img/gradientbg.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left center;
    bottom: 0;
    padding: 60px 15px 80px;
  }
}

/* ==== ABOUT ME ==== */

h1.pageTitle {
  color: var(--teal);
  font-weight: 700;
  margin: 0;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 30px;
}

.textSection {
  padding: 50px 0;
  text-align: center;
}

.imgRow {
  padding-top: 25px;
}

.imgRow img {
  border-radius: 15px;
  width: 75%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.introContent p {
  /* margin-bottom: 0; */
}

/*
.introContent {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
} */

.textSection p {
  font-weight: 300;
  color: #3f3f3f;
  font-size: 14px;
}

.textSection.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/aboutBanner.jpg");
  background-attachment: fixed;
}

.textSection.img p {
  font-weight: normal;
  color: white;
}

.textSection.img.contact p {
  font-weight: 500;
  font-size: 18px;
}

.testimonialBanner {
  background-color: var(--teal);
  padding: 50px 0 75px;
}

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

.testimonialBanner .successBox blockquote {
  margin-bottom: 30px;
  font-weight: normal;
}

.testimonialBanner .successBox blockquote,
.testimonialBanner .successBox h3 {
  color: white;
}

.testimonialBanner h2 {
  font-weight: 700;
  font-size: 24px;
  color: white;
  margin-bottom: 25px;
}

.blogPost {
  margin-bottom: 40px;
}

.blogImgContainer {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blogImgContainer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blogImgContainer:hover .overlay {
  opacity: 1;
}

.blogImgContainer .overlay p {
  color: white;
  font-weight: 500;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  font-size: 16px;
  transition: top 0.3s ease;
}

.blogImgContainer:hover .overlay p {
  top: 45%;
}

.blogPost h3 {
  color: white;
  font-weight: 500;
  font-size: 21px;
  margin: 0;
}

.blogPost p {
  font-weight: 300;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
}

.blogPost p.date {
  font-weight: normal;
  font-size: 14px;
}

.logos {
  padding: 75px 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  h1.pageTitle {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .imgRow img {
    width: 90%;
  }
  .textSection.img {
    background-attachment: scroll;
  }
  .textSection.img p {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .introContent p {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  .testimonialBanner .successBox {
    width: 90%;
  }
  h1.pageTitle {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .successBox.last {
    margin-bottom: 30px;
  }
  .testimonialBanner {
    padding-bottom: 50px;
  }
  .imgRow img,
  .introContent {
    position: static;
    transform: none;
  }
  .imgRow {
    padding-top: 0;
  }
  .imgRow img {
    width: 50%;
    margin-bottom: 40px;
  }
  .introContent {
    text-align: center;
  }
  .logos {
    padding: 35px 0;
  }
}

/* ==== TREATMENTS ==== */

.imgGridBg.treatments {
  background: #057d87;
}

.imgGridBg.treatments .imgBox {
  margin-bottom: 100px;
}

.imgGridBg.treatments h3,
.imgGridBg.treatments h2 {
  color: white;
}

.imgGridBg.treatments .imgBox p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
}

.treatmentBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}

.textSection ul {
  margin: 0 0 30px;
  list-style: none;
}

.textSection ul li {
  font-weight: 300;
  color: #057d87;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .treatmentBanner {
    background-attachment: scroll;
    height: 300px;
  }
}

/* ==== FAQs ==== */

.textSection h2 {
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--teal);
}

.textSection.img h2 {
  color: white;
}

/* ==== HOW I CAN HELP ==== */

p + h2 {
  margin: 0 0 25px;
  padding-top: 25px;
}

/* ==== BLOG ==== */

.blogListing {
  padding: 50px 0 0;
}

.blog .blogListing h1 {
  margin-bottom: 75px;
}

.blog h3 {
  margin-bottom: 5px;
}

.blog .imgContainer img {
  border-radius: 50px;
}

.blog .imgContainer .overlay {
  border-radius: 50px;
}

.imgBox.blog img,
.textSection.blog img {
  border-radius: 50px;
}

.blog .pageTitle {
  margin-bottom: 5px;
}

.blog p.date {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

.blogBody {
  padding-left: 25px;
}

a.back {
  font-weight: 500;
  color: #057d87;
}

.quickLinks {
  margin-top: 30px;
}

.quickLinks h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.quickLinks ul li {
  line-height: 1.75;
  font-size: 16px;
}

@media screen and (max-width: 639px) {
  .quickLinks h3 {
    font-size: 21px;
  }

  .quickLinks {
    padding-left: 25px;
    margin: 30px 0;
  }

  .quickLinks ul li {
    font-size: 14px;
  }

  .blog .blogListing h1 {
    margin-bottom: 50px;
  }
  .imgBox.blog .imgContainer {
    width: 100%;
  }
  .imgBox.blog img {
    width: 50%;
    margin: 0 auto 30px;
    display: block;
  }
  .imgContainer .overlay {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .single .textSection.blog img {
    margin-left: 25px;
    width: calc(100% - 40px);
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .imgBox.blog img,
  .imgContainer .overlay {
    width: 75%;
  }
}

/* ==== CONTACT ==== */

div.wpcf7-mail-sent-ok {
  text-align: center;
  border: none;
  color: #666;
  font-weight: 300;
  font-size: 18px;
  font-family: "Montserrat";
}

.form {
  margin: 50px 0 35px;
}

.form span {
  color: var(--teal);
}

.form input,
.form textarea {
  font-weight: 300;
  color: #666;
}

label {
  color: #666;
  font-weight: 500;
}

.contactTop p {
  font-size: 18px;
}

.contactTop a {
  font-weight: 500;
  font-size: 18px;
  color: #057d87;
}

.form [type="submit"] {
  color: white;
  background-color: #057d87;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  line-height: 1;
  font-family: "Montserrat";
  border: none;
  border: 1px solid #057d87;
  transition: all 0.3s ease;
}

.form [type="submit"]:hover {
  background: white;
  color: #057d87;
}

#map1,
#map2,
#map3 {
  height: 425px;
  margin-bottom: 25px;
}

.mapWrapper {
  position: relative;
}

.mapInfo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
  padding: 15px;
  width: 60%;
  text-align: left;
}

.mapInfo h2 {
  color: #057d87;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1;
}

.mapInfo h3 {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

.socialBanner {
  background: var(--teal);
  padding: 30px 0;
  text-align: center;
  vertical-align: middle;
}

.socialBanner p {
  display: inline-block;
  color: white;
  font-weight: 300;
  margin-right: 15px;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  font-size: 21px;
}

.socialBanner ul {
  margin: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.socialBanner ul li {
  display: inline-block;
  padding: 0 15px;
}

.socialBanner ul li .fa {
  color: white;
  font-size: 36px;
  transition: color 0.3s ease;
}

.socialBanner ul li .fa:hover {
  color: #057d87;
}

/* ==== FOOTER ==== */

.imgBanner.contact {
  padding: 75px 20px;
}

.imgBanner.contact h2 {
  margin-bottom: 20px;
}

.imgBanner.contact p {
  width: 75%;
  margin: 0 auto;
}

.imgBanner.contact .links {
  margin-top: 40px;
}

.imgBanner.contact .links a {
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid white;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
  margin-left: 20px;
}

.imgBanner.contact .links a:hover,
.imgBanner.contact .links a.contact {
  background: white;
  color: var(--teal);
}

.imgBanner.contact .links a.contact:hover {
  background: transparent;
  color: #fff;
}

.contactBanner {
  background: var(--teal);
  padding: 25px 0;
}

.contactBanner p {
  font-weight: 700;
  color: white;
  font-size: 18px;
  display: inline-block;
  margin: 0;
}

.contactBanner a {
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
  margin-left: 20px;
}

.contactBanner a:hover {
  background: white;
  color: var(--teal);
}

footer {
  background: #057d87;
  padding: 50px 0;
}

footer img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.footerText {
  padding-top: 20px;
}

footer p,
footer a {
  font-weight: 300;
  font-size: 14px;
  color: white;
  opacity: 0.75;
  transition: opacity 0.3s ease;
  line-height: 1.5;
  display: block;
}

footer a {
  font-size: 14px;
}

footer a:hover {
  opacity: 1;
  color: white;
}

footer ul {
  margin: 20px 0px 0;
  list-style: none;
}

footer ul li {
  display: inline-block;
}

footer ul li a:after {
  content: "|";
  padding: 0 5px;
}

footer ul li a:hover {
  color: white;
}

footer ul li:last-child a:after {
  content: " ";
}

footer a.credit {
  margin: 20px 0 0;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  footer img {
    width: 75px;
    margin-top: 15px;
  }
  footer p,
  footer a {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  footer {
    padding: 25px 0;
  }
  footer img {
    margin: 0 auto;
    width: 50px;
  }
  footer .columns {
    text-align: center;
  }
  .imgBanner.contact p {
    width: 100%;
    margin: 0 auto;
  }
  .imgBanner.contact .links a {
    margin-bottom: 25px;
  }
  .imgBanner.contact .links a {
    font-size: 16px;
  }
}

/* ==== COMPLIANCE ==== */

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
  white-space: normal;
  text-align: center;
}

table.cookielawinfo-classic th.cookielawinfo-column-4 {
  width: 75%;
}

/* ==== GROUP SESSIONS ==== */

.group-page .row {
  padding-left: 15px;
  padding-right: 15px;
}

.group-page h1 {
  line-height: 1.3;
}

.group-page .textSection h2 {
  font-weight: 600;
}

.group-page .textSection p {
  font-size: 18px;
}

.group-page .textSection p strong {
  color: #666;
}

.group-page .button-wrapper {
  display: flex;
  width: 50%;
  gap: 3rem;
  justify-content: center;
  margin: 40px auto 0;
}

.group-page .button-wrapper a {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px 12px;
  border: 1px solid var(--teal);
  color: var(--teal);
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
  flex: 1;
}

.group-page .button-wrapper a:hover {
  color: white;
  background: var(--teal);
}

.group-page .button-wrapper a.filled {
  color: white;
  background: var(--teal);
}

.group-page .button-wrapper a.filled:hover {
  color: var(--teal);
  background: transparent;
}

.group-page table {
  text-align: left;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border-spacing: 0;
  margin-top: 60px;
}

.group-page table thead {
  background: transparent;
}

.group-page table thead th {
  padding-top: 0;
  padding-bottom: 1em;
  padding-left: 2em;
  width: 50%;
  color: white;
  border-bottom: 1px solid white;
}

.group-page table thead th:first-child {
  border-right: 1px solid white;
  padding-left: 0;
  padding-right: 2em;
}

.group-page table tbody {
  background: transparent;
  border: none;
}

.group-page table tbody tr:nth-child(even) {
  background: transparent;
}

.group-page table tbody tr td {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1em 0 1em 2em;
}

.group-page table tbody tr td span {
  display: flex;
  align-items: center;
  gap: 1em;
}

.group-page table tbody tr td span::before {
  content: "✓";
  font-weight: 700;
}

.group-page table tbody tr td:first-child {
  border-right: 1px solid white;
  padding-left: 0;
  padding-right: 2em;
}

.group-page table tbody tr td:first-child span::before {
  content: "✕";
}

.group-page table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.group-page .section-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  text-align: left;
}

.group-page .section-wrapper > * {
  flex: 1;
}

.group-page .section-wrapper .img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.group-page .section-wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.group-page .section-wrapper h2 {
  font-size: 24px;
}

.group-page .textSection.teal {
  background: var(--teal);
}

.group-page .textSection.teal h2,
.group-page .textSection.teal p,
.group-page .textSection.teal a.btn {
  color: white;
}

.group-page .textSection.teal a.btn {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px 12px;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
  flex: 1;
}

.group-page .textSection.teal a.btn:hover {
  color: var(--teal);
  background: white;
}

.group-page .textSection.teal a.btn.filled {
  color: var(--teal);
  background: white;
}

.group-page .textSection.teal a.btn.filled:hover {
  color: white;
  background: transparent;
}

.group-page .textSection.teal .section-wrapper .img {
  order: 2;
}

.group-page .textSection.teal .section-wrapper .text a {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px 12px;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 15px;
  flex: 1;
  margin-top: 30px;
}

.group-page .textSection.teal .section-wrapper .text a:hover {
  background: white;
  color: var(--teal);
}

ul.icon-list li {
  display: flex;
  align-items: center;
  gap: 70px;
  text-align: left;
  color: white;
  font-size: 18px;
  margin-bottom: 2.5em;
}

ul.icon-list li:last-child {
  margin-bottom: 0;
}

ul.icon-list li .icon-wrap {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.icon-list li .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
}

ul.icon-list li span {
  width: calc(100% - 155px);
}

.testimonial-slider-wrapper {
  position: relative;
  width: 66%;
  margin: 0 auto;
}

.testimonial-slider-wrapper .controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 9;
  pointer-events: none;
}

.testimonial-slider-wrapper .controls button {
  cursor: pointer;
  width: 15px;
  pointer-events: all;
}

.testimonial-slider-wrapper .testimonial-slider {
  margin-bottom: 80px;
}

.testimonial-slider .testimonial-slide {
  display: flex;
  align-items: center;
}

.testimonial-slider .testimonial-slide .text-wrapper {
  background: var(--teal);
  color: white;
  font-size: 16px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding: 50px;
  position: relative;
  border-radius: 15px;
}

.testimonial-slider .testimonial-slide .text-wrapper blockquote {
  padding: 0;
  color: white;
  border-left: none;
}

.testimonial-slider .testimonial-slide .text-wrapper::before {
  content: "\201C";
  position: absolute;
  top: 50px;
  left: 50px;
  transform: translate(-50%, -50%);
  font-size: 74px;
  font-weight: 700;
  height: 74px;
  opacity: 0.2;
  z-index: 1;
}

.testimonial-slider .testimonial-slide .video-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-slider .testimonial-slide .text-wrapper,
.testimonial-slider .testimonial-slide .video-wrapper {
  width: 75%;
  margin: 0 auto;
}

.testimonial-slider .slick-dots {
  bottom: -40px;
  margin: 0;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d9d9d9;
  transition: background 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active {
  background: var(--teal);
}

.testimonial-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.testimonial-slider .slick-dots li button::before {
  content: none;
}

.group-page #sign-up .button-wrapper {
  flex-direction: column;
  gap: 1.5rem;
  width: 65%;
}

.group-page #sign-up .button-wrapper > * {
  flex: unset;
}

.group-page .imgGrid {
  margin: 40px 0;
}

.group-page .imgGrid .imgBox {
  margin-bottom: 0;
  padding: 0 15px;
}

@media screen and (max-width: 1439px) {
  .group-page .button-wrapper a,
  .group-page .textSection.teal a.btn,
  .group-page .textSection.teal .section-wrapper .text a {
    font-size: 16px;
  }

  .group-page .button-wrapper {
    width: 65%;
  }

  ul.icon-list li {
    gap: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .group-page table {
    font-size: 17px;
  }
  .group-page table tbody tr td,
  .group-page table thead th {
    padding-left: 1.5em;
  }
  .group-page table tbody tr td:first-child {
    padding-right: 1.5em;
  }

  .group-page .section-wrapper {
    gap: 70px;
  }

  .group-page .textSection.teal .section-wrapper .text a {
    margin-top: 20px;
  }

  ul.icon-list li .icon-wrap {
    height: 50px;
    width: 50px;
  }

  .testimonial-slider-wrapper {
    width: 85%;
  }

  .testimonial-slider .testimonial-slide .text-wrapper,
  .testimonial-slider .testimonial-slide .video-wrapper {
    width: 85%;
  }

  .testimonial-slider-wrapper .testimonial-slider {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .group-page .button-wrapper {
    margin-top: 30px;
    gap: 2rem;
  }

  .group-page .button-wrapper a,
  .group-page .textSection.teal a.btn,
  .group-page .textSection.teal .section-wrapper .text a {
    font-size: 14px;
  }

  .group-page table {
    margin-top: 40px;
    font-size: 16px;
  }

  .group-page .section-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .group-page .section-wrapper .img {
    padding-bottom: 65%;
  }

  .group-page .textSection.teal .section-wrapper .img {
    order: 1;
  }

  .group-page .textSection.teal .section-wrapper .text {
    order: 2;
  }

  ul.icon-list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .group-page .textSection p {
    font-size: 16px;
  }
  .group-page .button-wrapper {
    width: 80%;
  }

  .group-page table tbody tr td span::before,
  .group-page table tbody tr td:first-child span::before {
    content: none;
  }

  .group-page .section-wrapper {
    gap: 30px;
  }

  .testimonial-slider-wrapper {
    width: 100%;
  }

  .testimonial-slider .testimonial-slide .text-wrapper,
  .testimonial-slider .testimonial-slide .video-wrapper {
    width: calc(100% - 75px);
  }

  .group-page #sign-up .button-wrapper {
    width: 75%;
  }
}

@media screen and (max-width: 639px) {
  .group-page .button-wrapper {
    width: 100%;
  }

  .group-page .button-wrapper a,
  .group-page .textSection.teal a.btn,
  .group-page .textSection.teal .section-wrapper .text a {
    font-size: 13px;
  }

  .group-page h1.pageTitle {
    font-size: 21px;
    margin-bottom: 1em;
  }

  .group-page table {
    font-size: 14px;
  }

  .group-page .section-wrapper h2 {
    font-size: 21px;
    margin-bottom: 1em;
  }

  .group-page .textSection.teal .section-wrapper .text a {
    margin-top: 15px;
  }

  ul.icon-list li {
    flex-direction: column;
    gap: 20px;
  }

  ul.icon-list li .icon-wrap {
    height: 60px;
    width: 60px;
  }

  ul.icon-list li span {
    width: 100%;
    text-align: center;
  }

  .testimonial-slider .testimonial-slide .text-wrapper {
    padding: 40px;
    font-size: 14px;
  }

  .testimonial-slider .testimonial-slide .text-wrapper::before {
    top: 40px;
    left: 40px;
    font-size: 64px;
    height: 64px;
  }

  .group-page .imgGrid {
    margin-bottom: 0;
  }

  .group-page .imgGrid .imgBox {
    width: 75%;
    margin: 0 auto 40px;
  }

  .group-page .blog .imgContainer .overlay {
    display: none;
  }

  .group-page .imgGrid .columns:last-child .imgBox {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .group-page table {
    font-size: 13px;
  }
  .group-page .textSection p {
    font-size: 14px;
  }
  .group-page .button-wrapper {
    margin-top: 25px;
    gap: 1.5rem;
  }

  .group-page .button-wrapper a,
  .group-page .textSection.teal a.btn,
  .group-page .textSection.teal .section-wrapper .text a {
    font-size: 12px;
  }

  .group-page table tbody tr td,
  .group-page table thead th {
    padding-left: 1em;
  }
  .group-page table tbody tr td:first-child {
    padding-right: 1em;
  }

  .group-page .section-wrapper {
    gap: 20px;
  }

  ul.icon-list li .icon-wrap {
    height: 50px;
    width: 50px;
  }

  .testimonial-slider-wrapper .controls {
    display: none;
  }

  .testimonial-slider .testimonial-slide .text-wrapper,
  .testimonial-slider .testimonial-slide .video-wrapper {
    width: calc(100% - 30px);
  }

  .testimonial-slider .testimonial-slide .text-wrapper {
    padding: 30px;
    font-size: 13px;
  }

  .testimonial-slider .testimonial-slide .text-wrapper::before {
    top: 30px;
    left: 30px;
    font-size: 56px;
    height: 56px;
  }

  .testimonial-slider-wrapper .testimonial-slider {
    margin-bottom: 30px;
  }

  .group-page .imgGrid .imgBox {
    width: 100%;
  }
}
