/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.1;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 36px;
}
h2.display {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}
h3.display {
  font-size: 32px;
}

h5 {
  font-size: 24px;
  line-height: 1.5;
}

h6 {
  font-size: 20px;
  font-family: "brisbane", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

p {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
  }
  h2.display {
    font-size: 37px;
  }
  h3 {
    font-size: 28px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h2.display {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h2.display {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button--primary {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #0B9BB4;
  color: #000000 !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.button--primary:hover {
  color: #5D5065;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.button--secondary {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #5D5065;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.button--secondary:hover {
  color: #000000;
  background-color: #E3ADCC;
  border: 1px solid #E3ADCC;
  transition: all 0.3s ease;
  text-decoration: none;
}
.button--stretch {
  border-radius: 100px;
  width: auto;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #fff;
  color: #000000;
  transition: max-width 0.4s ease;
  display: inline-block;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.button--stretch::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.47998 11.98H19.47' stroke='%235D5065' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4829 5.98779L19.5199 11.9998L13.4829 18.0118' stroke='%235D5065' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.button--stretch:hover {
  color: #5D5065;
  padding: 12px 150px 12px 24px;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: padding 0.8s ease;
  text-decoration: none;
}
.button--stretch:hover::after {
  opacity: 1;
}
.button--link {
  transition: all 0.3s ease;
}
.button--link:hover {
  color: #E3ADCC;
  transition: all 0.3s ease;
  text-decoration: none;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "brisbane", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  border-radius: 4px;
  margin-top: 15px !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper legend,
.gform_wrapper .gform-field-label {
  color: #00637A !important;
}
.gform_wrapper #field_1_14 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gform_wrapper #field_1_14 select {
  margin-top: 15px !important;
}
.gform_wrapper #field_1_17 {
  display: flex !important;
}
.gform_wrapper #field_1_17 .gform-grid-row {
  column-gap: 1rem;
}
.gform_wrapper #field_1_17 .gform-grid-row span {
  flex-basis: calc(50% - 0.5rem) !important;
}
.gform_wrapper select {
  border: 1px solid #0B9BB4;
  border-radius: 4px;
}
.gform_wrapper .ginput_complex label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gform_wrapper .ginput_container_address span {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #0B9BB4;
  color: #000000 !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-top: 2rem;
}
.gform_wrapper .button:hover {
  color: #5D5065;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message {
  font: 400 45px/43px "brisbane", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0B9BB4 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1366px;
  margin: auto;
}
@media (max-width: 1435px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 3rem 0;
}
.site-section.first-block-padding {
  padding-top: 6rem;
}
.site-section.last-block-padding {
  padding-bottom: 6rem;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 2.25rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 2.25rem;
}
.site-section.extra-top-padding {
  padding-top: 4.5rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .site-section {
    padding: 2rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 4.25rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 4.25rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 3.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 1.75rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.75rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.75rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  .site-section {
    padding: 1.25rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.5rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 0.75rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.75rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.25rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  padding: 1.5rem 0;
}
.header__logo {
  width: 275px;
}
.header__phone {
  display: flex;
  column-gap: 2rem;
}
.header__phone .tncare-icon img {
  max-width: 125px;
}
@media (max-width: 768px) {
  .header {
    margin-top: 0;
  }
  .header .button {
    align-self: center;
  }
  .header__logo {
    max-width: 200px;
  }
  .header__phone {
    column-gap: 1.5rem;
  }
  .header__phone .tncare-icon img {
    max-width: 95px;
  }
}
@media (max-width: 635px) {
  .header__inner {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.footer {
  padding: 3.5rem 0;
  position: relative;
  font-size: 14px;
  color: #000000;
}
.footer__border {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-11px);
}
.footer__border img {
  width: 100%;
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 275px;
}
.footer::before {
  content: "";
  position: absolute;
  background-color: #EFECE2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.footer::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/pattern.svg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -4;
}
@media (max-width: 480px) {
  .footer {
    padding: 2rem 0;
  }
  .footer__logo img {
    width: 225px;
  }
}

.error404 {
  padding-top: 5rem;
  text-align: center;
}
.error404 .button {
  margin-top: 2rem;
}

.thank-you {
  padding-top: 12rem;
  min-height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  font-family: "brisbane", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #5D5065;
  background-color: #EDECED;
  font-weight: 400;
  position: relative;
  z-index: -5;
}
body.screen-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.homepage {
  padding-top: 115px;
  position: relative;
  overflow: hidden;
}

.el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.el__blue {
  background: #97D1DB;
  border-radius: 620px;
  width: 620px;
  height: 620px;
  left: -15%;
  bottom: 3.5%;
  opacity: 0.65;
}
.el__pink {
  background: #EDA6A3;
  border-radius: 271.277px;
  width: 271.277px;
  height: 271.277px;
  left: -1.6rem;
  top: 12%;
}
.el__pink--bottom {
  background: #E3ADCC;
  width: 271px;
  height: 271px;
  right: -2%;
  bottom: 2%;
  opacity: 0.75;
  top: unset;
  left: unset;
}
.el__yellow {
  background: #DDE5A7;
  width: 407.003px;
  height: 407.003px;
  right: -11%;
  top: 4%;
}
.el__yellow--bottom {
  background: #DDE5A7;
  width: 300px;
  height: 300px;
  right: 50%;
  top: unset;
  opacity: 0.75;
  bottom: -2%;
}

.global-fixed {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  height: auto;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  z-index: 10;
}
.global-fixed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: 2px;
  background-color: #999;
  opacity: 0.75;
}

#to-top {
  width: 45px;
  cursor: pointer;
}
#to-top svg {
  width: 32px;
  height: 32px;
  fill: #0B9BB4;
}
#to-top:hover svg {
  fill: #C9418F;
}

#recite-me {
  cursor: pointer;
  z-index: 6;
  background-color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50px;
}
#recite-me svg {
  max-width: 45px;
  height: auto;
}
#recite-me:hover {
  transition: all 0.2s ease;
}
#recite-me:hover svg * {
  fill: #C9418F;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .homepage {
    padding-top: 85px;
  }
  .el__blue {
    width: 355px;
    height: 355px;
    bottom: -1%;
  }
  .el__pink {
    width: 200px;
    height: 200px;
    top: 2%;
    left: 0;
  }
  .el__pink--bottom {
    width: 165px;
    height: 165px;
    top: unset;
    left: unset;
    right: -6%;
    bottom: 6%;
  }
  .el__yellow {
    width: 200px;
    height: 200px;
    top: 0%;
  }
  .el__yellow--bottom {
    width: 150px;
    height: 150px;
    top: unset;
    right: 0;
  }
}
@media (max-width: 635px) {
  .homepage {
    padding-top: 135px;
  }
}
@media (max-width: 480px) {
  .global-fixed {
    column-gap: 2.5rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
  #to-top {
    width: 32px;
  }
  #to-top svg {
    width: 28px;
    height: 28px;
  }
  #recite-me {
    width: 32px;
    height: 32px;
  }
  #recite-me svg {
    height: 32px;
    width: 32px;
  }
}