/**
 * Theme Name: <Your Theme Name>
 * Version: <Version #>
 * Description: <Your theme description could go here.>
 * Author: <Your name>
 * Author URI: <URL>
 */
.has-smaller-font-size {
  font-size: 1.4rem;
  line-height: 1.56;
}

.has-small-font-size {
  font-size: 1.6rem;
  line-height: 1.56;
}

.has-regular-font-size {
  font-size: 1.6rem;
  line-height: 1.56;
}

.has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.56;
}

#page .has-white-color {
  color: #ffffff;
}
#page .has-white-background-color {
  background-color: #ffffff;
}

#page .has-black-color {
  color: #000000;
}
#page .has-black-background-color {
  background-color: #000000;
}

#page .has-dark-grey-color {
  color: #666666;
}
#page .has-dark-grey-background-color {
  background-color: #666666;
}

#page .has-grey-color {
  color: #CACAC9;
}
#page .has-grey-background-color {
  background-color: #CACAC9;
}

#page .has-light-grey-color {
  color: #e5e5e5;
}
#page .has-light-grey-background-color {
  background-color: #e5e5e5;
}

#page .has-blue-color {
  color: #336699;
}
#page .has-blue-background-color {
  background-color: #336699;
}

#page .has-green-color {
  color: #99CC33;
}
#page .has-green-background-color {
  background-color: #99CC33;
}

#page .has-light-blue-color {
  color: #00CCFF;
}
#page .has-light-blue-background-color {
  background-color: #00CCFF;
}

#page .has-cover-color {
  color: #3C341A;
}
#page .has-cover-background-color {
  background-color: #3C341A;
}

#page .has-yellow-color {
  color: #ffe400;
}
#page .has-yellow-background-color {
  background-color: #ffe400;
}

#page .has-orange-color {
  color: #FF9933;
}
#page .has-orange-background-color {
  background-color: #FF9933;
}

#page .has-pei-dark-grey-color {
  color: #373843;
}
#page .has-pei-dark-grey-background-color {
  background-color: #373843;
}

.has-cover-background-color.has-background-dim:before {
  opacity: 0.25;
}
.has-cover-background-color.has-background-dim h1, .has-cover-background-color.has-background-dim p {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.26);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 62.5%;
  box-sizing: border-box;
  word-wrap: normal;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.56;
  color: #666666;
}
@media (min-width: 980px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1100px) {
  body {
    font-size: 1.8rem;
  }
}

.site-content {
  overflow-x: hidden;
}
@media (max-width: 979px) {
  .site-content {
    margin-top: 8rem;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p, .eyebrow, .button, small, .small, blockquote, ul, ol {
  margin-bottom: 1.6rem;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child, .p:last-child, .eyebrow:last-child, .button:last-child, small:last-child, .small:last-child, blockquote:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.category h3 {
  margin-bottom: 1.6rem;
}

p.short, .p.short {
  width: 70%;
}
p.short.has-text-align-center, .p.short.has-text-align-center {
  margin: auto;
}

.lead, .has-lead-font-size {
  display: block;
  font-size: 2rem;
}
@media (min-width: 980px) {
  .lead, .has-lead-font-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1100px) {
  .lead, .has-lead-font-size {
    font-size: 2.4rem;
  }
}

/**
 * Inline elements
 */
small, .small, .has-small-font-size {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 980px) {
  small, .small, .has-small-font-size {
    font-size: 1.5rem;
  }
}
strong, .strong, b {
  font-weight: 600;
}

em, .em {
  font-style: italic;
}

sup, .sup {
  vertical-align: super;
  font-size: smaller;
}

sub, .sub {
  vertical-align: sub;
  font-size: smaller;
}

hr {
  border: 0.05rem solid #e5e5e5;
}

kbd, code, samp, pre {
  margin: 0px 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
figure figcaption {
  font-size: 1.4rem;
  line-height: 1.56;
  margin-top: 0em !important;
  margin-bottom: 2em !important;
}
figure.aligncenter figcaption {
  text-align: center;
}
figure.alignleft figcaption {
  text-align: left;
}
figure.alignright figcaption {
  text-align: right;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito", sans-serif;
  color: #336699;
  letter-spacing: 0.025rem;
  line-height: 1.25;
}

h1, .h1, #main .h1 {
  font-size: 3rem;
  font-weight: 400;
}
@media (min-width: 480px) {
  h1, .h1, #main .h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 980px) {
  h1, .h1, #main .h1 {
    font-size: 7.2rem;
  }
}

@media (min-width: 980px) {
  .single:not(.single-therapist) article h1 {
    margin-top: 6rem;
  }
}

.single #page h1.h2:before {
  display: block !important;
}

h2, .h2, .single #page h1.h2 {
  font-size: 2.6rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 4rem;
}
h2:before, .h2:before, .single #page h1.h2:before {
  background: transparent linear-gradient(270deg, #00ABEA 0%, #8CB935 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 6rem;
  height: 0.2rem;
  z-index: 2;
}
@media (min-width: 480px) {
  h2, .h2, .single #page h1.h2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 980px) {
  h2, .h2, .single #page h1.h2 {
    font-size: 5.2rem;
  }
}
h2.has-text-align-center:after, .h2.has-text-align-center:after, .single #page h1.h2.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
}
h2.has-text-align-center:before, .h2.has-text-align-center:before, .single #page h1.h2.has-text-align-center:before {
  left: calc(50% - 4rem);
}
h2.has-text-align-right:after, .h2.has-text-align-right:after, .single #page h1.h2.has-text-align-right:after {
  margin-left: auto;
}
h2.has-no-line:after, .h2.has-no-line:after, .single #page h1.h2.has-no-line:after {
  display: none;
}

h1.has-underline, h3.has-underline, h4.has-underline, h5.has-underline, h6.has-underline {
  position: relative;
  margin-bottom: 4rem;
}
h1.has-underline:before, h3.has-underline:before, h4.has-underline:before, h5.has-underline:before, h6.has-underline:before {
  background: transparent linear-gradient(270deg, #00ABEA 0%, #8CB935 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 6rem;
  height: 0.2rem;
  z-index: 2;
}
h1.has-underline.has-text-align-center:before, h3.has-underline.has-text-align-center:before, h4.has-underline.has-text-align-center:before, h5.has-underline.has-text-align-center:before, h6.has-underline.has-text-align-center:before {
  left: calc(50% - 3rem);
}

.single:not(.single-therapist) article h2, .single:not(.single-therapist) article .h2 {
  margin-bottom: 1.6rem;
}
.single:not(.single-therapist) article h2:before, .single:not(.single-therapist) article .h2:before {
  display: none;
}

h3, .h3, .single:not(.single-therapist) article h2, .single:not(.single-therapist) article .h2 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (min-width: 480px) {
  h3, .h3, .single:not(.single-therapist) article h2, .single:not(.single-therapist) article .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 980px) {
  h3, .h3, .single:not(.single-therapist) article h2, .single:not(.single-therapist) article .h2 {
    font-size: 3.6rem;
  }
}

h4, .h4, .single:not(.single-therapist) article h3, .single:not(.single-therapist) article .h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (min-width: 480px) {
  h4, .h4, .single:not(.single-therapist) article h3, .single:not(.single-therapist) article .h3 {
    font-size: 2.6rem;
  }
}
h5, .h5, .single:not(.single-therapist) article h4, .single:not(.single-therapist) article .h4 {
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 480px) {
  h5, .h5, .single:not(.single-therapist) article h4, .single:not(.single-therapist) article .h4 {
    font-size: 2.2rem;
  }
}
h6, .h6, .single:not(.single-therapist) article h5, .single:not(.single-therapist) article .h5 {
  font-size: 2rem;
}

a {
  color: #FF9933;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.content-area p a, .postBody a, .three-column a, .two-column a {
  position: relative;
}
.content-area p a:after, .postBody a:after, .three-column a:after, .two-column a:after {
  transition: all 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
  content: "";
  width: 100%;
}
.content-area p a:hover:after, .postBody a:hover:after, .three-column a:hover:after, .two-column a:hover:after {
  position: absolute;
  border-bottom: 0.1rem solid #FF9933;
  bottom: 0;
  left: 0;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

.social-link .icon:before {
  display: inline-block;
  font-family: "start-icons";
  font-size: inherit;
  color: inherit;
  content: "";
}
.social-link .icon.twitter:before {
  content: "\f099";
}

ul, ol {
  margin-left: 2.2rem;
}
ul li, ol li {
  margin-bottom: 1em;
}

ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
.wp-block-group ul, .postBody ul {
  list-style: none;
  margin-left: 6rem;
}
.wp-block-group ul li, .postBody ul li {
  list-style-position: inside;
  margin-bottom: 1rem;
  position: relative;
}
.wp-block-group ul li:before, .postBody ul li:before {
  border-top: 0.2rem solid #336699;
  content: "";
  width: 2rem;
  left: -3rem;
  top: 1rem;
  font-size: 4rem;
  position: absolute;
}
.wp-block-group ul.references li, .postBody ul.references li {
  font-style: italic;
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-large:not(.is-style-plain) {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-style: normal;
  position: relative;
  padding-right: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
blockquote:before,
.wp-block-quote:before,
.wp-block-quote.is-style-default:before,
.wp-block-quote.is-style-large:not(.is-style-plain):before {
  background: transparent linear-gradient(#8CB935 0%, #00ABEA 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1100px) {
  blockquote,
.wp-block-quote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-large:not(.is-style-plain) {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-default p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: italic;
  color: #99CC33;
}
blockquote > *,
.wp-block-quote > *,
.wp-block-quote.is-style-default > *,
.wp-block-quote.is-style-large:not(.is-style-plain) > * {
  margin: 0 0 1.6rem;
  padding-left: 2.4rem;
  border-left: 0.2rem solid;
}
@media (min-width: 1100px) {
  blockquote > *,
.wp-block-quote > *,
.wp-block-quote.is-style-default > *,
.wp-block-quote.is-style-large:not(.is-style-plain) > * {
    padding-left: 4rem;
  }
}
blockquote footer, blockquote cite,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote.is-style-default footer,
.wp-block-quote.is-style-default cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
  display: block;
  text-align: left;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border-left-color: transparent;
}
@media (min-width: 1100px) {
  blockquote footer, blockquote cite,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote.is-style-default footer,
.wp-block-quote.is-style-default cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
    font-size: 1.5rem;
  }
}

table {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  text-align: left;
}
table tr {
  background-color: white;
}
table tr th p, table tr td p {
  color: inherit;
}
table tbody tr {
  font-weight: 400;
}
table tbody td {
  font-weight: 300;
}
label, input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

label {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: bolder;
}
label.inline {
  display: inline-block;
}

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=search],
input[type=number] {
  background-color: #ffffff;
  border-radius: 0rem;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
  padding: 1.6rem 2rem;
  width: 100%;
  font-size: smaller;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text] + .description,
input[type=text] + .gfield_description,
input[type=password] + .description,
input[type=password] + .gfield_description,
input[type=url] + .description,
input[type=url] + .gfield_description,
input[type=email] + .description,
input[type=email] + .gfield_description,
input[type=tel] + .description,
input[type=tel] + .gfield_description,
input[type=search] + .description,
input[type=search] + .gfield_description,
input[type=number] + .description,
input[type=number] + .gfield_description {
  margin-top: 1.2rem;
}

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.6rem 2rem;
  padding-right: 5.2rem;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
  border-radius: 0rem;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/cfir/assets/images/chevron-down.svg");
  background-position-x: calc(100% - (1.6rem * 1.25));
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  font-size: smaller;
}

select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 1.2rem;
  max-height: 1.6rem;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: static;
  font-weight: inherit;
  font-size: smaller;
}
input[type=radio] + label:before, input[type=radio] + label:after,
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  opacity: 1;
  background-color: #ffffff;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
}
input[type=radio] + label:after,
input[type=checkbox] + label:after {
  opacity: 0;
}
input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

input[type=radio] {
  margin-left: 0.35rem;
}
input[type=radio] + label:before {
  width: 1.6rem;
  height: 1.6rem;
  left: 0.08rem;
  top: 0.3rem;
  border-radius: 1.6rem;
}
input[type=radio] + label:after {
  width: calc(1.6rem - 0.4rem);
  height: calc(1.6rem - 0.4rem);
  left: 0.38rem;
  top: 0.6rem;
  opacity: 0;
  background-color: #99CC33;
  border: none;
  border-radius: calc(1.6rem - 0.4rem);
}

input[type=checkbox] + label:before {
  width: calc(1.6rem - 0.2rem);
  height: calc(1.6rem - 0.2rem);
  left: 0.3rem;
  top: 0.3rem;
}
input[type=checkbox] + label:after {
  left: 0.5rem;
  top: 0.3rem;
  opacity: 0;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f00c";
  color: #99CC33;
}

textarea {
  width: 100%;
  padding: 1.6rem;
  background-color: #ffffff;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
  border-radius: 0rem;
  font-size: smaller;
}

::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

::placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.gfield:not(.multi-file) .ginput_container_fileupload {
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
@media (min-width: 480px) {
  .gfield:not(.multi-file) .ginput_container_fileupload {
    display: flex;
    align-items: center;
  }
}
.gfield:not(.multi-file) .ginput_container_fileupload.hasFile:after {
  content: attr(data-file);
}
.gfield:not(.multi-file) .ginput_container_fileupload:before {
  content: "Choose file";
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #666666;
  height: 3rem;
  display: block;
  padding: 1rem 2rem;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .gfield:not(.multi-file) .ginput_container_fileupload:before {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
.gfield:not(.multi-file) .ginput_container_fileupload:after {
  content: "No file chosen";
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
}
.gfield:not(.multi-file) .ginput_container_fileupload input {
  display: none;
}

html[lang=fr-FR] .gfield:not(.multi-file) .ginput_container_fileupload:before {
  content: "Choisir un fichier";
}
html[lang=fr-FR] .gfield:not(.multi-file) .ginput_container_fileupload:after {
  content: "Aucun fichier choisi";
}

.gfield,
ul li.gfield,
.form-field {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media (min-width: 780px) {
  .gfield.one-half,
ul li.gfield.one-half,
.form-field.one-half {
    width: calc(50% - 2.4rem);
  }
}
@media (min-width: 780px) {
  .gfield.one-third,
ul li.gfield.one-third,
.form-field.one-third {
    width: calc(33.33% - 2.4rem);
  }
}
@media (min-width: 780px) {
  .gfield.two-thirds,
ul li.gfield.two-thirds,
.form-field.two-thirds {
    width: calc(66.66% - (2.4rem/2));
  }
}
.gfield .description,
.gfield .gfield_description, .gfield .instruction,
ul li.gfield .description,
ul li.gfield .gfield_description,
ul li.gfield .instruction,
.form-field .description,
.form-field .gfield_description,
.form-field .instruction {
  margin-bottom: 1.2rem;
  font-size: smaller;
  color: #336699;
  opacity: 1;
}
.gfield.hidden_label label, .gfield.gform_validation_container,
ul li.gfield.hidden_label label,
ul li.gfield.gform_validation_container,
.form-field.hidden_label label,
.form-field.gform_validation_container {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}
.gfield.has-error input[type=text],
.gfield.has-error input[type=password],
.gfield.has-error input[type=url],
.gfield.has-error input[type=email],
.gfield.has-error input[type=tel],
.gfield.has-error input[type=search],
.gfield.has-error input[type=number],
.gfield.has-error select,
.gfield.has-error textarea, .gfield.gfield_error input[type=text],
.gfield.gfield_error input[type=password],
.gfield.gfield_error input[type=url],
.gfield.gfield_error input[type=email],
.gfield.gfield_error input[type=tel],
.gfield.gfield_error input[type=search],
.gfield.gfield_error input[type=number],
.gfield.gfield_error select,
.gfield.gfield_error textarea,
ul li.gfield.has-error input[type=text],
ul li.gfield.has-error input[type=password],
ul li.gfield.has-error input[type=url],
ul li.gfield.has-error input[type=email],
ul li.gfield.has-error input[type=tel],
ul li.gfield.has-error input[type=search],
ul li.gfield.has-error input[type=number],
ul li.gfield.has-error select,
ul li.gfield.has-error textarea,
ul li.gfield.gfield_error input[type=text],
ul li.gfield.gfield_error input[type=password],
ul li.gfield.gfield_error input[type=url],
ul li.gfield.gfield_error input[type=email],
ul li.gfield.gfield_error input[type=tel],
ul li.gfield.gfield_error input[type=search],
ul li.gfield.gfield_error input[type=number],
ul li.gfield.gfield_error select,
ul li.gfield.gfield_error textarea,
.form-field.has-error input[type=text],
.form-field.has-error input[type=password],
.form-field.has-error input[type=url],
.form-field.has-error input[type=email],
.form-field.has-error input[type=tel],
.form-field.has-error input[type=search],
.form-field.has-error input[type=number],
.form-field.has-error select,
.form-field.has-error textarea,
.form-field.gfield_error input[type=text],
.form-field.gfield_error input[type=password],
.form-field.gfield_error input[type=url],
.form-field.gfield_error input[type=email],
.form-field.gfield_error input[type=tel],
.form-field.gfield_error input[type=search],
.form-field.gfield_error input[type=number],
.form-field.gfield_error select,
.form-field.gfield_error textarea {
  border-color: rgba(169, 68, 66, 0.7);
  color: #a94442;
}
.gfield.has-error .description,
.gfield.has-error .gfield_description, .gfield.gfield_error .description,
.gfield.gfield_error .gfield_description,
ul li.gfield.has-error .description,
ul li.gfield.has-error .gfield_description,
ul li.gfield.gfield_error .description,
ul li.gfield.gfield_error .gfield_description,
.form-field.has-error .description,
.form-field.has-error .gfield_description,
.form-field.gfield_error .description,
.form-field.gfield_error .gfield_description {
  font-weight: bolder;
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::-moz-placeholder, .gfield.gfield_error ::-moz-placeholder,
ul li.gfield.has-error ::-moz-placeholder,
ul li.gfield.gfield_error ::-moz-placeholder,
.form-field.has-error ::-moz-placeholder,
.form-field.gfield_error ::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::-moz-placeholder, .gfield.gfield_error ::-moz-placeholder, ul li.gfield.has-error ::-moz-placeholder, ul li.gfield.gfield_error ::-moz-placeholder, .form-field.has-error ::-moz-placeholder, .form-field.gfield_error ::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error :-ms-input-placeholder, .gfield.gfield_error :-ms-input-placeholder, ul li.gfield.has-error :-ms-input-placeholder, ul li.gfield.gfield_error :-ms-input-placeholder, .form-field.has-error :-ms-input-placeholder, .form-field.gfield_error :-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::placeholder, .gfield.gfield_error ::placeholder,
ul li.gfield.has-error ::placeholder,
ul li.gfield.gfield_error ::placeholder,
.form-field.has-error ::placeholder,
.form-field.gfield_error ::placeholder {
  color: inherit;
  opacity: 0.8;
}

.gfield_description {
  color: #336699;
}

.gform_fields,
ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
}
.gform_fields .gfield:before,
.gform_fields .gfmc-column:before,
.gform_fields .gfield_radio li:before,
.gform_fields .gfield_checkbox li:before,
ul.gform_fields .gfield:before,
ul.gform_fields .gfmc-column:before,
ul.gform_fields .gfield_radio li:before,
ul.gform_fields .gfield_checkbox li:before {
  display: none;
}

.gfield_radio, ul.gfield_radio,
.gfield_checkbox, ul.gfield_checkbox {
  margin-left: 0;
}
.gfield_radio li[class*=gchoice_], ul.gfield_radio li[class*=gchoice_],
.gfield_checkbox li[class*=gchoice_], ul.gfield_checkbox li[class*=gchoice_] {
  position: relative;
  display: flex;
}
.gfield_radio li[class*=gchoice_] label, ul.gfield_radio li[class*=gchoice_] label,
.gfield_checkbox li[class*=gchoice_] label, ul.gfield_checkbox li[class*=gchoice_] label {
  margin-bottom: 0;
}

.gfield.options-inline .gfield_radio, .gfield.options-inline ul.gfield_radio,
.gfield.options-inline .gfield_checkbox, .gfield.options-inline ul.gfield_checkbox,
.gfield.options-columns .gfield_radio,
.gfield.options-columns ul.gfield_radio,
.gfield.options-columns .gfield_checkbox,
.gfield.options-columns ul.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gfield.options-inline .gfield_radio li[class*=gchoice_], .gfield.options-inline ul.gfield_radio li[class*=gchoice_],
.gfield.options-inline .gfield_checkbox li[class*=gchoice_], .gfield.options-inline ul.gfield_checkbox li[class*=gchoice_],
.gfield.options-columns .gfield_radio li[class*=gchoice_],
.gfield.options-columns ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns .gfield_checkbox li[class*=gchoice_],
.gfield.options-columns ul.gfield_checkbox li[class*=gchoice_] {
  margin-right: 2.4rem;
}

.gfield.options-columns .gfield_radio li[class*=gchoice_], .gfield.options-columns ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns .gfield_checkbox li[class*=gchoice_], .gfield.options-columns ul.gfield_checkbox li[class*=gchoice_] {
  width: calc(100% - 2.4rem);
}
@media (min-width: 480px) {
  .gfield.options-columns .gfield_radio li[class*=gchoice_], .gfield.options-columns ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns .gfield_checkbox li[class*=gchoice_], .gfield.options-columns ul.gfield_checkbox li[class*=gchoice_] {
    margin-right: 2.4rem;
    width: calc(50% - 2.4rem);
  }
}
@media (min-width: 980px) {
  .gfield.options-columns .gfield_radio li[class*=gchoice_], .gfield.options-columns ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns .gfield_checkbox li[class*=gchoice_], .gfield.options-columns ul.gfield_checkbox li[class*=gchoice_] {
    margin-right: 2.4rem;
    width: calc(33.33% - 2.4rem);
  }
}
.gfield.options-columns.max-selections.max-2 .gfield_radio li[class*=gchoice_], .gfield.options-columns.max-selections.max-2 ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns.max-selections.max-2 .gfield_checkbox li[class*=gchoice_], .gfield.options-columns.max-selections.max-2 ul.gfield_checkbox li[class*=gchoice_] {
  width: calc(100% - 2.4rem);
}
@media (min-width: 980px) {
  .gfield.options-columns.max-selections.max-2 .gfield_radio li[class*=gchoice_], .gfield.options-columns.max-selections.max-2 ul.gfield_radio li[class*=gchoice_],
.gfield.options-columns.max-selections.max-2 .gfield_checkbox li[class*=gchoice_], .gfield.options-columns.max-selections.max-2 ul.gfield_checkbox li[class*=gchoice_] {
    margin-right: 2.4rem;
    width: calc(50% - 2.4rem);
  }
}

.gfield_html {
  font-size: smaller;
}

.gfield_consent > label {
  display: none;
}
.gfield_consent:not(.normal_text_size) label {
  font-size: 1.2rem !important;
  line-height: 2.2rem;
}

.ginput_container_consent {
  display: flex;
}
.ginput_container_consent input {
  margin-right: 1.2rem;
}

.gform_footer {
  text-align: center;
}

.gfield input[type=checkbox][disabled=disabled] + label {
  opacity: 0.4;
}

.gfield.important-hidden {
  display: none !important;
}

#find-a-therapist .is-vertically-aligned-center {
  padding-right: 6.8rem;
}
#find-a-therapist select {
  width: 80%;
  margin-bottom: 1.6rem;
}
#find-a-therapist button {
  background: #99CC33;
  border-color: #99CC33;
}

html, body, #content {
  overflow-x: hidden !important;
}

body .gf-recaptcha-div {
  display: none;
}
body div > .grecaptcha-badge {
  position: absolute !important;
}

.page-template-pw-protect .site-header {
  background-color: #ffffff !important;
  border-bottom: solid 1px #ffffff;
  position: fixed;
  opacity: 1;
}
@media (min-width: 980px) {
  .page-template-pw-protect .site-header .menu .menu-item a {
    color: #CACAC9;
  }
}
.page-template-pw-protect .site-header .logo-wrapper .logo-link img.logo-colour {
  display: block !important;
}
.page-template-pw-protect .site-header .logo-wrapper .logo-link img.logo-white {
  display: none !important;
}
.page-template-pw-protect .pw-protect {
  padding-top: 24rem;
}
.page-template-pw-protect .pw-protect .hero .wp-block-cover {
  background-color: #ffffff;
  height: 100%;
}
.page-template-pw-protect .pw-protect .hero .wp-block-cover h1, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h1, .page-template-pw-protect .pw-protect .hero .wp-block-cover h2, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h2, .page-template-pw-protect .pw-protect .hero .wp-block-cover h3, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h3, .page-template-pw-protect .pw-protect .hero .wp-block-cover h4, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h4, .page-template-pw-protect .pw-protect .hero .wp-block-cover h5, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h5, .page-template-pw-protect .pw-protect .hero .wp-block-cover h6, .page-template-pw-protect .pw-protect .hero .wp-block-cover .h6 {
  color: #336699;
}
.page-template-pw-protect .post-password-form, .page-template-pw-protect .gform_wrapper {
  color: #666666;
}
.page-template-pw-protect .post-password-form h1, .page-template-pw-protect .post-password-form .h1, .page-template-pw-protect .post-password-form h2, .page-template-pw-protect .post-password-form .h2, .page-template-pw-protect .post-password-form h3, .page-template-pw-protect .post-password-form .h3, .page-template-pw-protect .post-password-form h4, .page-template-pw-protect .post-password-form .h4, .page-template-pw-protect .post-password-form h5, .page-template-pw-protect .post-password-form .h5, .page-template-pw-protect .post-password-form h6, .page-template-pw-protect .post-password-form .h6, .page-template-pw-protect .gform_wrapper h1, .page-template-pw-protect .gform_wrapper .h1, .page-template-pw-protect .gform_wrapper h2, .page-template-pw-protect .gform_wrapper .h2, .page-template-pw-protect .gform_wrapper h3, .page-template-pw-protect .gform_wrapper .h3, .page-template-pw-protect .gform_wrapper h4, .page-template-pw-protect .gform_wrapper .h4, .page-template-pw-protect .gform_wrapper h5, .page-template-pw-protect .gform_wrapper .h5, .page-template-pw-protect .gform_wrapper h6, .page-template-pw-protect .gform_wrapper .h6 {
  color: #336699;
}
.page-template-pw-protect .post-password-form {
  max-width: 848px;
  margin: auto;
  border: 0 solid rgba(202, 202, 201, 0.8);
  padding-top: 2rem !important;
}
@media (min-width: 480px) {
  .page-template-pw-protect .post-password-form {
    padding: 4rem !important;
  }
}
@media (min-width: 980px) {
  .page-template-pw-protect .post-password-form {
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
    border: 1px solid rgba(202, 202, 201, 0.8);
  }
}

.paypal table {
  margin-bottom: 2rem;
}
.paypal table input {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.eyebrow, #main .eyebrow {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #336699;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 2.4rem;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.1rem;
  padding: 0;
}
.eyebrow:before, #main .eyebrow:before {
  display: none;
}
.eyebrow + h2,
.eyebrow + .h2 {
  margin-top: 2.4rem;
}

#main .wp-block-cover .eyebrow {
  color: inherit;
}

h2.eyebrow:after,
.h2.eyebrow:after {
  display: none;
}

button, .button,
input[type=submit],
input[type=button],
input[type=reset],
.wp-block-button__link {
  -webkit-appearance: none;
  display: inline-block;
  padding: 1.5rem 3rem;
  text-align: center;
  background: #FF9933;
  border: 0.2rem solid #FF9933;
  border-radius: 0rem;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
button:hover, .button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.wp-block-button__link:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}
button.has-blue-background-color, .button.has-blue-background-color,
input[type=submit].has-blue-background-color,
input[type=button].has-blue-background-color,
input[type=reset].has-blue-background-color,
.wp-block-button__link.has-blue-background-color {
  background: #336699;
  border-color: #336699;
}
button.has-green-background-color, .button.has-green-background-color,
input[type=submit].has-green-background-color,
input[type=button].has-green-background-color,
input[type=reset].has-green-background-color,
.wp-block-button__link.has-green-background-color {
  background: #99CC33;
  border-color: #99CC33;
}

.gform_button {
  background-color: #99CC33 !important;
  border: 0.1rem solid #99CC33 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #336699;
  border: 0.2rem solid #336699;
  border-radius: 0rem;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  color: #336699;
}
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: rgba(51, 102, 153, 0.5);
}
.wp-block-button.aligncenter {
  text-align: center;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}

.main-navigation ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-navigation ul.inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1099px) {
  .main-navigation.open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-navigation.open .menu {
    position: relative;
    opacity: 1;
  }
  .main-navigation.open .menu .menu-item a {
    color: #ffffff;
  }
}

#toggle-right {
  display: none;
}

.main-menu-toggle {
  width: 2.6rem;
  height: 1.9rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .main-menu-toggle {
    display: none;
  }
}
.main-menu-toggle span {
  display: block;
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background: #666666;
  border-radius: 0.3rem;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.main-menu-toggle span:nth-child(1) {
  top: 0rem;
}
.main-menu-toggle span:nth-child(2) {
  top: 0.8rem;
}
.main-menu-toggle span:nth-child(3) {
  top: 1.6rem;
}
.main-menu-toggle.cross span:nth-child(1) {
  top: 0.95rem;
  transform: rotate(135deg);
}
.main-menu-toggle.cross span:nth-child(2) {
  opacity: 0;
  left: -3.6rem;
}
.main-menu-toggle.cross span:nth-child(3) {
  top: 0.95rem;
  transform: rotate(-135deg);
}

@media (min-width: 1100px) {
  .primary-menu > .main-navigation > ul {
    display: flex;
    justify-content: right;
  }
  .primary-menu > .main-navigation > ul > li {
    padding-right: 0;
    margin-bottom: 0em;
  }
  .primary-menu > .main-navigation > ul > li:hover, .primary-menu > .main-navigation > ul > li.current {
    z-index: 3;
    /* show mega menu on rollover */
  }
  .primary-menu > .main-navigation > ul > li:hover > a, .primary-menu > .main-navigation > ul > li.current > a {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
  }
  .primary-menu > .main-navigation > ul > li:hover > a:after, .primary-menu > .main-navigation > ul > li:hover > a:before, .primary-menu > .main-navigation > ul > li.current > a:after, .primary-menu > .main-navigation > ul > li.current > a:before {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .primary-menu > .main-navigation > ul > li:hover > a:hover, .primary-menu > .main-navigation > ul > li.current > a:hover {
    opacity: 0.7;
  }
  .primary-menu > .main-navigation > ul > li.has-mega-menu > a:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(0deg);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 300;
    right: 0.7rem;
  }
  .primary-menu > .main-navigation > ul > li.fancy {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .primary-menu > .main-navigation > ul > li.fancy > a {
    padding: 0.8rem 2.8rem 0.8rem 1.6rem;
    border-radius: 5rem;
    text-align: center;
    background: #99CC33;
    border: 0.2rem solid #99CC33;
    cursor: pointer;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .primary-menu > .main-navigation > ul > li.fancy > a:after {
    right: 1.4rem;
  }
  .primary-menu > .main-navigation > ul > li.fancy:hover > a {
    opacity: 1 !important;
    color: #ffffff !important;
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
  }
  .primary-menu > .main-navigation > ul > li.fancy:hover > a:after {
    color: #ffffff !important;
  }
  .primary-menu > .main-navigation > ul > li.mail-custom > a {
    background: #FF9933;
    border: 0.2rem solid #FF9933;
  }
  .primary-menu > .main-navigation > ul > li.access-custom > a {
    padding: 0.8rem 1.6rem;
    color: #336699 !important;
    background: transparent;
    border: 0.2rem solid #336699;
  }
  .primary-menu > .main-navigation > ul > li.access-custom:hover a {
    color: #336699 !important;
  }
  .primary-menu > .main-navigation > ul > li.wpml-ls-item > a {
    color: #336699 !important;
  }
  .primary-menu > .main-navigation > ul > li.wpml-ls-item:hover > a {
    color: #336699 !important;
  }
  .primary-menu > .main-navigation > ul > li > a {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 5rem 2rem 5rem 1rem;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
  }
  .primary-menu__wrapper {
    /*------------------------------------*\
        #MEGA-MENU
    \*------------------------------------*/
  }
  .primary-menu__wrapper .mega-menu {
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: 1440px;
    margin: auto;
    /* content within the mega menu */
    /* subnavigation within the mega menu */
  }
  .primary-menu__wrapper .mega-menu__wrapper {
    background: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
    left: 0;
    min-height: 3.2rem;
    padding: 4rem 0 4rem;
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1100px) and (min-width: 980px) {
  .primary-menu__wrapper .mega-menu__wrapper {
    display: none;
    height: auto;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__content {
    box-sizing: border-box;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    flex-basis: 25%;
    min-width: 28.8rem;
    /* mega menu title */
    /* description */
    /* learn more button */
  }
}
@media (min-width: 1100px) and (max-width: 979px) {
  .primary-menu__wrapper .mega-menu__content {
    display: none;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__content .h4 {
    color: #336699;
    letter-spacing: 1px;
    margin-bottom: 3.3rem;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__content p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__content .learn-more {
    margin-bottom: 25px;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__subnav {
    flex-basis: 75%;
  }
}
@media (min-width: 1100px) and (max-width: 979px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav {
    display: none;
  }
}
@media (min-width: 1100px) and (min-width: 480px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li {
    margin: 0 calc(2.4rem/2) calc(2.4rem/2);
    padding: calc(2.4rem/2);
    border-bottom: 0.1rem solid #CACAC9;
  }
}
@media (min-width: 1100px) and (min-width: 480px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li {
    width: calc(49.99% - 2.4rem);
    margin: calc(2.4rem/2);
    padding: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1100px) and (min-width: 980px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li {
    width: calc(33.33% - 2.4rem);
    margin: 0 calc(2.4rem/2) 2.4rem;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li a {
    font-family: "Nunito", sans-serif;
    color: #666666;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (min-width: 1100px) and (min-width: 980px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1100px) {
  .primary-menu__wrapper .mega-menu__subnav .subnav li a:hover {
    color: #336699;
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .primary-menu .sub-menu {
    display: none;
  }
}
@media (min-width: 1100px) {
  .is-sticky .primary-menu > .main-navigation > ul > li:hover > a, .is-sticky .primary-menu > .main-navigation > ul > li.current > a, .always-sticky .primary-menu > .main-navigation > ul > li:hover > a, .always-sticky .primary-menu > .main-navigation > ul > li.current > a {
    color: #99CC33 !important;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li:hover > a:after, .is-sticky .primary-menu > .main-navigation > ul > li.current > a:after, .always-sticky .primary-menu > .main-navigation > ul > li:hover > a:after, .always-sticky .primary-menu > .main-navigation > ul > li.current > a:after {
    color: #99CC33 !important;
  }
}
@media (min-width: 1100px) {
  .is-sticky, .always-sticky, .page-template-pw-protect .site-header {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
  }
  .is-sticky .primary-menu > .main-navigation > ul > li > a, .always-sticky .primary-menu > .main-navigation > ul > li > a, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li > a {
    color: #666666;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li > a:after, .always-sticky .primary-menu > .main-navigation > ul > li > a:after, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li > a:after {
    color: #666666;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy > a, .always-sticky .primary-menu > .main-navigation > ul > li.fancy > a, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy > a {
    color: #ffffff;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy > a:after, .always-sticky .primary-menu > .main-navigation > ul > li.fancy > a:after, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy > a:after {
    color: #ffffff;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy:hover > a, .always-sticky .primary-menu > .main-navigation > ul > li.fancy:hover > a, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy:hover > a {
    color: #ffffff !important;
    opacity: 0.5;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy:hover > a:after, .always-sticky .primary-menu > .main-navigation > ul > li.fancy:hover > a:after, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy:hover > a:after {
    color: #ffffff !important;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy.access-custom > a, .always-sticky .primary-menu > .main-navigation > ul > li.fancy.access-custom > a, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy.access-custom > a {
    color: #336699 !important;
  }
  .is-sticky .primary-menu > .main-navigation > ul > li.fancy.access-custom:hover > a, .always-sticky .primary-menu > .main-navigation > ul > li.fancy.access-custom:hover > a, .page-template-pw-protect .site-header .primary-menu > .main-navigation > ul > li.fancy.access-custom:hover > a {
    color: #336699 !important;
  }
  .is-sticky .primary-menu .sub-menu, .always-sticky .primary-menu .sub-menu, .page-template-pw-protect .site-header .primary-menu .sub-menu {
    display: none;
  }
  .is-sticky .mega-menu__wrapper, .always-sticky .mega-menu__wrapper, .page-template-pw-protect .site-header .mega-menu__wrapper {
    border-top: 0.1rem solid #CACAC9;
  }
}
@media (min-width: 1100px) {
  .single-audience .is-sticky .who > a, .single-audience .always-sticky .who > a, .who_subpage .is-sticky .who > a, .who_subpage .always-sticky .who > a {
    color: #99cc33 !important;
  }
  .single-audience .is-sticky .who > a:after, .single-audience .always-sticky .who > a:after, .who_subpage .is-sticky .who > a:after, .who_subpage .always-sticky .who > a:after {
    color: #99cc33 !important;
  }
}
@media (min-width: 1100px) {
  .single-treatment .is-sticky .treatment > a, .single-treatment .always-sticky .treatment > a {
    color: #99cc33 !important;
  }
  .single-treatment .is-sticky .treatment > a:after, .single-treatment .always-sticky .treatment > a:after {
    color: #99cc33 !important;
  }
}
@media (min-width: 1100px) {
  .single-assessment .is-sticky .assessment > a, .single-assessment .always-sticky .assessment > a {
    color: #99cc33 !important;
  }
  .single-assessment .is-sticky .assessment > a:after, .single-assessment .always-sticky .assessment > a:after {
    color: #99cc33 !important;
  }
}
@media (min-width: 1100px) {
  .therapies_subpage .is-sticky .therapies > a, .therapies_subpage .always-sticky .therapies > a {
    color: #99cc33 !important;
  }
  .therapies_subpage .is-sticky .therapies > a:after, .therapies_subpage .always-sticky .therapies > a:after {
    color: #99cc33 !important;
  }
}
@media (min-width: 1100px) {
  .single-post .is-sticky .about > a, .single-post .always-sticky .about > a, .about_subpage .is-sticky .about > a, .about_subpage .always-sticky .about > a {
    color: #99cc33 !important;
  }
  .single-post .is-sticky .about > a:after, .single-post .always-sticky .about > a:after, .about_subpage .is-sticky .about > a:after, .about_subpage .always-sticky .about > a:after {
    color: #99cc33 !important;
  }
}
@media (min-width: 1100px) {
  .contact_subpage .fancy > a {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .contact_subpage .fancy > a:after {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
body.modal-open .site-content {
  overflow: hidden;
  position: fixed;
}

@media (max-width: 1099px) {
  .admin-bar .mobile-primary > .main-navigation {
    display: none;
  }
  .admin-bar .mobile-primary > .main-navigation.open {
    top: 11.2rem;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 782px) {
  .admin-bar .mobile-primary > .main-navigation.open {
    top: 12.7rem;
  }
}
@media (max-width: 1099px) and (min-width: 480px) {
  .admin-bar .mobile-primary.open {
    top: 11.2rem;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 782px) {
  .admin-bar .mobile-primary.open {
    top: 12.7rem;
  }
}
@media (max-width: 1099px) {
  .mobile .site-header {
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
  }
}
@media (max-width: 1099px) {
  .primary-menu__wrapper {
    z-index: -1;
  }
}
@media (max-width: 1099px) {
  .mobile-primary.open {
    display: flex;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    background: rgba(102, 102, 102, 0.5);
  }
  .mobile-primary.open:before {
    position: absolute;
    width: 100%;
    height: 1rem;
    top: -1.2rem;
    z-index: 2;
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
    content: "";
  }
  .mobile-primary > .main-navigation {
    display: none;
    top: 8rem;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 28rem;
    padding: 0;
    overflow-x: hidden;
    background: white;
    z-index: 1;
  }
  .mobile-primary > .main-navigation.open {
    display: block;
  }
  .mobile-primary > .main-navigation > ul.mega-inner {
    width: 100%;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li {
    border-top: 0.1rem solid rgba(202, 202, 201, 0.5);
    display: block;
    height: auto;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-family: "Nunito", sans-serif;
    /* show mega menu on rollover */
  }
  .mobile-primary > .main-navigation > ul.mega-inner li a {
    font-weight: 600;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li.has-mega-menu > a:after {
    color: #666666;
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(0deg);
    font-size: 1rem;
    right: 2rem;
    transition: all 0.5s ease-in-out;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li.fancy > a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .mobile-primary > .main-navigation > ul.mega-inner li.fancy > a.mail-custom > a {
    background: #FF9933;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li a {
    margin: auto 0rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 2.4rem;
    color: #666666;
    opacity: 1;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li a:after {
    color: #666666;
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(-90deg);
    font-size: 1.1rem;
    right: 2rem;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li a.sub-active:after {
    transform: rotate(180deg);
  }
  .mobile-primary > .main-navigation > ul.mega-inner li:first-child {
    border-top: 0 solid rgba(202, 202, 201, 0.5);
  }
  .mobile-primary > .main-navigation > ul.mega-inner li:last-child {
    border-bottom: 0.1rem solid rgba(202, 202, 201, 0.5);
  }
  .mobile-primary > .main-navigation > ul.mega-inner li:hover > a {
    color: #ffffff;
    background-color: #99CC33;
    opacity: 1;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li:hover > a:after {
    color: #ffffff;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open {
    display: block !important;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open > li {
    margin-bottom: 0;
    border-top: 0.1rem solid rgba(202, 202, 201, 0.5);
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open > li > a {
    background-color: rgba(202, 202, 201, 0.3);
    color: #666666;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open > li > a:after {
    color: #666666;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open > li > a:hover {
    color: #ffffff;
    background-color: #666666;
    opacity: 1;
  }
  .mobile-primary > .main-navigation > ul.mega-inner li .sub-active.mega-menu__wrapper .mega-menu__subnav .open > li > a:hover:after {
    color: #ffffff;
  }
  .mobile-primary .mega-menu__wrapper .mega-menu {
    /* subnavigation within the mega menu */
    /* content within the mega menu */
  }
  .mobile-primary .mega-menu__wrapper .mega-menu .subnav {
    display: none !important;
  }
  .mobile-primary .mega-menu__wrapper .mega-menu__content {
    display: none;
  }
}
@media (min-width: 480px) {
  .mega-menu {
    /* subnavigation within the mega menu */
    /* content within the mega menu */
  }
  .mega-menu__subnav .subnav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) and (max-width: 1367px) {
  .primary-menu > .main-navigation > ul li > a {
    font-size: 1.4rem;
  }
  .primary-menu > .main-navigation > ul li.fancy {
    padding: 0 0 0 1.25rem;
  }
  .primary-menu > .main-navigation > ul li.fancy a {
    padding: 0.8rem 0.5rem;
    font-size: 1.2rem;
  }
  .primary-menu > .main-navigation > ul li.fancy a:after {
    display: none;
  }
}
nav.previous-next {
  max-width: 86.8rem;
  border-top: 0.1rem solid #e5e5e5;
  padding-top: 6rem;
  margin-top: 4rem;
  margin-bottom: 12rem;
  display: flex;
  font-size: 1.6rem;
  font-family: "Nunito", sans-serif;
}
nav.previous-next a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00CCFF;
}
nav.previous-next a i {
  margin-right: 0.5em;
}
nav.previous-next a .far {
  text-align: center;
  border-radius: 50%;
  font-size: 1.8rem;
  border: 0.2rem solid #00CCFF;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #666666;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: 1rem;
}
nav.previous-next a:hover .far {
  background-color: #00CCFF;
  color: #ffffff;
}
nav.previous-next a[rel=next] {
  margin-left: auto;
}
nav.previous-next a[rel=next] i {
  margin-left: 0.5em;
}

body {
  overflow: auto;
}
body.modal-open {
  overflow: hidden;
}
body .mfp-bg {
  background-color: rgba(255, 255, 255, 0.8);
}
body .mfp-close-btn-in .mfp-close {
  top: 0;
  right: 0;
  position: absolute;
  color: #ffffff;
  font-size: 5rem;
  cursor: pointer;
  color: transparent;
  opacity: 1;
  background-color: #00CCFF;
  height: 4.8rem;
  width: 4.8rem;
}
body .mfp-close-btn-in .mfp-close:before, body .mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.2rem;
  margin-left: -1rem;
  display: block;
  height: 0.15rem;
  width: 2rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  transition: all 0.25s ease-out;
}
@media (min-width: 980px) {
  body .mfp-close-btn-in .mfp-close:before, body .mfp-close-btn-in .mfp-close:after {
    background-color: #ffffff;
  }
}
body .mfp-close-btn-in .mfp-close:after {
  transform: rotate(-135deg);
}
body .mfp-close-btn-in .mfp-close:hover {
  border: 0 solid #ffffff !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.29);
}
body .mfp-close-btn-in .mfp-close:hover:before, body .mfp-close-btn-in .mfp-close:hover:after {
  transform: rotate(0deg);
}
body .standard-modal {
  position: relative;
  background: #ffffff;
  padding: 6rem;
  width: auto;
  max-width: 108rem;
  margin: auto;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.29);
}
body .standard-modal .wp-block-group__inner-container > * {
  margin-top: 0;
}
body .standard-modal .wp-block-group .wp-block-columns {
  margin-bottom: 0;
  border: 0.1rem solid #8D8D8D;
}
@media (max-width: 979px) {
  body .standard-modal .wp-block-group .wp-block-columns {
    flex-wrap: wrap;
  }
}
body .standard-modal .wp-block-group .wp-block-columns .wp-block-column {
  margin-bottom: 0;
  margin-left: 0;
  padding: 3rem 6rem;
}
body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
  margin: 1rem;
}
@media (min-width: 980px) {
  body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
    padding: 0;
  }
}
@media (max-width: 979px) {
  body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
body .standard-modal ul {
  list-style: none;
  margin-left: 4rem;
}
body .standard-modal ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 480px) {
  body .standard-modal ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
body .standard-modal ul li:before {
  position: absolute;
  content: "";
  border-bottom: 0.1rem solid #E9941E;
  width: 3rem;
  top: 1.2rem;
  margin-left: -4rem;
}

.treatment .fal {
  text-align: center;
  border-radius: 50%;
  font-size: 1.8rem;
  border: 0.2rem solid #00CCFF;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #666666;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.treatment .fal:hover {
  background-color: #00CCFF;
  color: #ffffff;
}

.wp-block-media-text {
  margin-bottom: 1.6rem;
}
.wp-block-media-text.auto-grid {
  grid-template-columns: auto auto;
}
.wp-block-media-text.media-round img {
  border-radius: 50%;
}
.wp-block-media-text.media-64 {
  grid-template-columns: 6.4rem auto;
}
.wp-block-media-text.has-circular-image {
  grid-template-columns: 6rem auto;
  grid-gap: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-media-text.has-circular-image .wp-block-media-text__media {
  border-radius: 50%;
  overflow: hidden;
  height: 6rem;
}
.wp-block-media-text.has-circular-image .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wp-block-media-text.has-circular-image .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text.has-circular-image .wp-block-media-text__content > * {
  word-break: keep-all;
  white-space: nowrap;
  display: block !important;
}
.wp-block-media-text.has-left-aligned-image .wp-block-media-text__media img {
  -o-object-position: left;
     object-position: left;
}
.wp-block-media-text.has-bordered-image .wp-block-media-text__media {
  border: solid 0.2rem #ffffff;
}

/**
 * IE10/11 Flex Fallback for Grids
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-media-text {
    display: flex;
  }
  .wp-block-media-text > * {
    width: 50%;
  }
  .wp-block-media-text.is-vertically-aligned-top {
    align-items: flex-start;
  }
  .wp-block-media-text.auto-grid .wp-block-media-text__media {
    width: auto;
  }
  .wp-block-media-text.auto-grid .wp-block-media-text__content {
    width: 100%;
  }
  .wp-block-media-text.media-64 .wp-block-media-text__media {
    width: 6.4rem;
  }
  .wp-block-media-text.media-64 .wp-block-media-text__content {
    width: 100%;
  }
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #ffffff;
}

.validation_error {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.validation_error, .validation_message {
  color: #a94442 !important;
}

.validation_message {
  display: none;
}

.gfield_error .validation_message {
  display: block;
}

.message,
.gform_confirmation_message {
  margin-bottom: 2.4rem;
  padding: 1.5em;
  border: 0.2rem solid;
  border-radius: 0;
}
@media (min-width: 980px) {
  .message,
.gform_confirmation_message {
    margin-bottom: 6rem;
  }
}
.message *,
.gform_confirmation_message * {
  color: inherit;
}

.alert.info,
.message.info {
  background-color: #d9edf7;
  border-color: rgba(49, 112, 143, 0.7);
  color: #31708f;
}

.alert.success,
.message.success,
.gform_confirmation_message {
  background-color: #dff0d8;
  border-color: rgba(60, 118, 61, 0.7);
  color: #3c763d;
  text-align: center;
}

.alert.warning,
.message.warning {
  background-color: #fcf8e3;
  border-color: rgba(138, 109, 59, 0.7);
  color: #8a6d3b;
  font-weight: bolder;
}

.alert.error,
.message.error {
  background-color: #f2dede;
  border-color: rgba(169, 68, 66, 0.7);
  color: #a94442;
  font-weight: bolder;
}

.wp-block-columns.no-gutters .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-columns.no-gutters .wp-block-column {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-columns.breaks-early .wp-block-column {
    flex-basis: 100%;
  }
}

.wp-block-columns.add-padding .wp-block-column {
  padding: 4.8rem;
}
.wp-block-columns.has-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
}
@media (max-width: 779px) {
  .wp-block-columns.has-fit-content {
    gap: 1.6rem;
  }
}

.alignfull {
  width: 100%;
  max-width: 100%;
}
.alignfull.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  max-width: 100%;
}

#main > .container,
#main > .post > .container,
#main > .wp-block-group,
#main > .wp-block-cover,
#main > .wp-block-columns,
#main > .post .postBody > .container,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-cover,
#main > .post .postBody > .wp-block-columns {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 980px) {
  #main > .container,
#main > .post > .container,
#main > .wp-block-group,
#main > .wp-block-cover,
#main > .wp-block-columns,
#main > .post .postBody > .container,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-cover,
#main > .post .postBody > .wp-block-columns {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1416px) {
  #main > .container,
#main > .post > .container,
#main > .wp-block-group,
#main > .wp-block-cover,
#main > .wp-block-columns,
#main > .post .postBody > .container,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-cover,
#main > .post .postBody > .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
#main > .container.no-margin,
#main > .post > .container.no-margin,
#main > .wp-block-group.no-margin,
#main > .wp-block-cover.no-margin,
#main > .wp-block-columns.no-margin,
#main > .post .postBody > .container.no-margin,
#main > .post .postBody > .wp-block-group.no-margin,
#main > .post .postBody > .wp-block-group.no-margin,
#main > .post .postBody > .wp-block-cover.no-margin,
#main > .post .postBody > .wp-block-columns.no-margin {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  #main > .container.alignfull,
#main > .post > .container.alignfull,
#main > .wp-block-group.alignfull,
#main > .wp-block-cover.alignfull,
#main > .wp-block-columns.alignfull,
#main > .post .postBody > .container.alignfull,
#main > .post .postBody > .wp-block-group.alignfull,
#main > .post .postBody > .wp-block-group.alignfull,
#main > .post .postBody > .wp-block-cover.alignfull,
#main > .post .postBody > .wp-block-columns.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
#main > .container.alignfull.has-background-wrapper,
#main > .post > .container.alignfull.has-background-wrapper,
#main > .wp-block-group.alignfull.has-background-wrapper,
#main > .wp-block-cover.alignfull.has-background-wrapper,
#main > .wp-block-columns.alignfull.has-background-wrapper,
#main > .post .postBody > .container.alignfull.has-background-wrapper,
#main > .post .postBody > .wp-block-group.alignfull.has-background-wrapper,
#main > .post .postBody > .wp-block-group.alignfull.has-background-wrapper,
#main > .post .postBody > .wp-block-cover.alignfull.has-background-wrapper,
#main > .post .postBody > .wp-block-columns.alignfull.has-background-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#main > .container.is-padded,
#main > .post > .container.is-padded,
#main > .wp-block-group.is-padded,
#main > .wp-block-cover.is-padded,
#main > .wp-block-columns.is-padded,
#main > .post .postBody > .container.is-padded,
#main > .post .postBody > .wp-block-group.is-padded,
#main > .post .postBody > .wp-block-group.is-padded,
#main > .post .postBody > .wp-block-cover.is-padded,
#main > .post .postBody > .wp-block-columns.is-padded {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 980px) {
  #main > .container.is-padded,
#main > .post > .container.is-padded,
#main > .wp-block-group.is-padded,
#main > .wp-block-cover.is-padded,
#main > .wp-block-columns.is-padded,
#main > .post .postBody > .container.is-padded,
#main > .post .postBody > .wp-block-group.is-padded,
#main > .post .postBody > .wp-block-group.is-padded,
#main > .post .postBody > .wp-block-cover.is-padded,
#main > .post .postBody > .wp-block-columns.is-padded {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 980px) {
  #main > .post .postBody > .container,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-group,
#main > .post .postBody > .wp-block-cover,
#main > .post .postBody > .wp-block-columns {
    margin-bottom: 6rem;
  }
}

.wp-block-group.no-margin,
.wp-block-cover.no-margin,
.wp-block-columns.no-margin,
.wp-block-column.no-margin {
  margin-bottom: 0;
}
.wp-block-group.margin-top,
.wp-block-cover.margin-top,
.wp-block-columns.margin-top,
.wp-block-column.margin-top {
  margin-top: 6rem;
}
.wp-block-group.has-small-margin,
.wp-block-cover.has-small-margin,
.wp-block-columns.has-small-margin,
.wp-block-column.has-small-margin {
  margin-bottom: 2.4rem !important;
}
.wp-block-group.no-gap,
.wp-block-cover.no-gap,
.wp-block-columns.no-gap,
.wp-block-column.no-gap {
  gap: 0;
}

.alignwide,
.container,
.wp-block-group .wp-block-group__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.alignwide.no-bottom-padding,
.container.no-bottom-padding,
.wp-block-group .wp-block-group__inner-container.no-bottom-padding,
.wp-block-cover .wp-block-cover__inner-container.no-bottom-padding {
  padding-bottom: 0;
}
.alignwide > .wp-block-group,
.alignwide > .wp-block-cover,
.alignwide > .wp-block-columns,
.container > .wp-block-group,
.container > .wp-block-cover,
.container > .wp-block-columns,
.wp-block-group .wp-block-group__inner-container > .wp-block-group,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns {
  margin-bottom: calc(2.4rem * 2);
}
@media (min-width: 980px) {
  .alignwide > .wp-block-group,
.alignwide > .wp-block-cover,
.alignwide > .wp-block-columns,
.container > .wp-block-group,
.container > .wp-block-cover,
.container > .wp-block-columns,
.wp-block-group .wp-block-group__inner-container > .wp-block-group,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns {
    margin-bottom: 6rem;
  }
}
.alignwide > .wp-block-group.no-margin,
.alignwide > .wp-block-cover.no-margin,
.alignwide > .wp-block-columns.no-margin,
.container > .wp-block-group.no-margin,
.container > .wp-block-cover.no-margin,
.container > .wp-block-columns.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-group.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.no-margin {
  margin-bottom: 0;
}
.alignwide > .wp-block-group.top-margin,
.alignwide > .wp-block-cover.top-margin,
.alignwide > .wp-block-columns.top-margin,
.container > .wp-block-group.top-margin,
.container > .wp-block-cover.top-margin,
.container > .wp-block-columns.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-group.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.top-margin {
  margin-top: 2.4rem;
}
@media (min-width: 980px) {
  .alignwide > .wp-block-group.top-margin,
.alignwide > .wp-block-cover.top-margin,
.alignwide > .wp-block-columns.top-margin,
.container > .wp-block-group.top-margin,
.container > .wp-block-cover.top-margin,
.container > .wp-block-columns.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-group.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.top-margin {
    margin-top: 6rem;
  }
}

p.narrow, .alignwide.narrow,
.container.narrow,
.wp-block-group.narrow .wp-block-group__inner-container,
.wp-block-cover.narrow .wp-block-cover__inner-container {
  max-width: 624px;
}

.alignwide.less-narrow,
.container.less-narrow,
.wp-block-group.less-narrow .wp-block-group__inner-container,
.wp-block-cover.less-narrow .wp-block-cover__inner-container {
  max-width: 848px;
}

.wp-block-cover {
  min-height: 42rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover {
    height: 42rem;
  }
}
.wp-block-cover.tall {
  min-height: 60rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover.tall {
    height: 60rem;
  }
}
.wp-block-cover.tall.very {
  min-height: 80rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover.tall.very {
    height: 80rem;
  }
}
.wp-block-cover.bottom-aligned {
  align-items: flex-end;
}
.wp-block-cover.bottom-aligned .wp-block-cover__inner-container {
  margin-bottom: 4rem;
}
@media (min-width: 980px) {
  .wp-block-cover.bottom-aligned .wp-block-cover__inner-container {
    margin-bottom: 12rem;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 960px;
}
.wp-block-cover .wp-block-cover__inner-container h1, .wp-block-cover .wp-block-cover__inner-container h2 {
  max-width: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover,
.wp-block-cover {
    width: inherit;
  }
  .wp-block-cover.main-cta, .wp-block-cover.alignfull,
.wp-block-cover.main-cta,
.wp-block-cover.alignfull {
    width: 100vw !important;
  }
}

.large-content {
  max-width: 960px;
}
.large-content h1, .large-content h2 {
  max-width: inherit;
}

.wp-block-baytek-toggle {
  border: 1px solid rgba(202, 202, 201, 0.8);
  padding: 3rem 4rem;
}
.wp-block-baytek-toggle .toggle-header {
  position: relative;
}
.wp-block-baytek-toggle .toggle-header p {
  font-size: 1.8rem;
}
.wp-block-baytek-toggle .toggle-header:after {
  color: #99CC33;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0deg);
  font-size: 2rem;
  background-image: none !important;
  bottom: 11px;
}
.wp-block-baytek-toggle.expanded .toggle-header:after {
  content: "\f077";
  transform: rotate(0deg);
}
.wp-block-baytek-toggle .toggle-body p {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.wp-block-baytek-toggle-plus .toggle-header p {
  font-size: 1.8rem !important;
}
.wp-block-baytek-toggle-plus .toggle-header:after {
  color: #CACAC9 !important;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0deg);
  font-size: 2rem;
  background-image: none !important;
  bottom: 4px;
}
.wp-block-baytek-toggle-plus.expanded .toggle-header:after {
  content: "\f068";
  transform: rotate(0deg);
}

.box .wp-block-baytek-toggle {
  padding: 2rem;
}
.box .wp-block-baytek-toggle .toggle-header p {
  font-size: smaller;
}
.box .wp-block-baytek-toggle .toggle-header:after {
  right: -1rem;
  font-weight: 200;
  font-size: smaller;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 3rem !important;
  width: 100%;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 0 0.2rem 0.2rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.selectize-control.multi .selectize-input.has-items {
  border: 0.1rem solid #99CC33;
}
.selectize-control.multi.plugin-remove_button {
  margin-bottom: 1.5rem;
}

.selectize-input {
  position: relative;
  width: 100%;
  padding: 1.6rem 2rem;
  padding-right: 5.2rem;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
  border-radius: 0rem;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/cfir/assets/images/chevron-down.svg");
  background-position-x: calc(100% - (1.6rem * 1.25));
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default;
}
.selectize-input.focus {
  border-color: #99CC33;
}
.selectize-input.has-items {
  padding: 0.8rem;
  padding-right: 3.6rem;
}
.selectize-input.has-items .item {
  width: auto;
  margin: 0 0.3rem 0.4rem 0;
  padding: 0.2rem 0.6rem;
  border: 0.1rem solid rgba(202, 202, 201, 0.5);
  border-radius: 0rem;
  font-size: 1.3rem;
  cursor: pointer;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-input > input {
  display: inline-block;
  padding: 0;
  min-height: 0;
  max-height: none;
  max-width: 100%;
  margin: 0 1px;
  text-indent: 0;
  border: 0 none;
  background: none;
  line-height: inherit;
  box-shadow: none;
  font-size: 1.5rem;
}
.selectize-input > input:focus {
  outline: none;
}
.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  margin: -1px 0 0 0;
  border-top: none;
  border: 0.1rem solid rgba(102, 102, 102, 0.5);
  font-size: smaller;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  padding-left: 2rem;
  overflow: hidden;
}
.selectize-dropdown .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-dropdown .selectize-dropdown-content .option {
  color: #666666;
  padding: 0.5rem 1rem;
}
.selectize-dropdown .selectize-dropdown-content .option:hover {
  color: rgba(102, 102, 102, 0.5);
}

.selectize-dropdown-header {
  position: relative;
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -1.2rem;
  line-height: 2rem;
  font-size: 2rem !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown .active {
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/**
*	Animations
*/
@-webkit-keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/**
 * Animations for text
 */
@-webkit-keyframes textFadeAndLift {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textFadeAndLift {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes textFadeAndDrop {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textFadeAndDrop {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes basicFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes basicFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes basicFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes basicFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes cursorBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cursorBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Pre-footer
 */
@-webkit-keyframes iconPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes iconPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group h5, .wp-block-group h6,
.wp-block-group p:not(.map-title), .wp-block-group ul, .wp-block-group ol, .wp-block-group hr, .wp-block-group img,
.wp-block-group a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.map-link):not(.wp-block-button__link), .wp-block-group button:not(.gm-ui-hover-effect), .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6,
.wp-block-cover p:not(.map-title), .wp-block-cover ul, .wp-block-cover ol, .wp-block-cover hr, .wp-block-cover img,
.wp-block-cover a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.map-link):not(.wp-block-button__link), .wp-block-cover button:not(.gm-ui-hover-effect) {
  opacity: 0;
}
.wp-block-group.ready-to-animate img,
.wp-block-group.ready-to-animate h1, .wp-block-group.ready-to-animate h2, .wp-block-group.ready-to-animate h3, .wp-block-group.ready-to-animate h4, .wp-block-group.ready-to-animate h5, .wp-block-group.ready-to-animate h6,
.wp-block-group.ready-to-animate p, .wp-block-group.ready-to-animate ul, .wp-block-group.ready-to-animate ol, .wp-block-group.ready-to-animate strong, .wp-block-group.ready-to-animate hr, .wp-block-group.ready-to-animate .top, .wp-block-group.ready-to-animate .right,
.wp-block-group.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.wp-block-button__link), .wp-block-group.ready-to-animate button, .wp-block-cover.ready-to-animate img,
.wp-block-cover.ready-to-animate h1, .wp-block-cover.ready-to-animate h2, .wp-block-cover.ready-to-animate h3, .wp-block-cover.ready-to-animate h4, .wp-block-cover.ready-to-animate h5, .wp-block-cover.ready-to-animate h6,
.wp-block-cover.ready-to-animate p, .wp-block-cover.ready-to-animate ul, .wp-block-cover.ready-to-animate ol, .wp-block-cover.ready-to-animate strong, .wp-block-cover.ready-to-animate hr, .wp-block-cover.ready-to-animate .top, .wp-block-cover.ready-to-animate .right,
.wp-block-cover.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.wp-block-button__link), .wp-block-cover.ready-to-animate button {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wp-block-group.ready-to-animate img, .wp-block-cover.ready-to-animate img {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wp-block-group.ready-to-animate h1, .wp-block-group.ready-to-animate h2, .wp-block-group.ready-to-animate h3, .wp-block-group.ready-to-animate h4, .wp-block-group.ready-to-animate h5, .wp-block-group.ready-to-animate h6, .wp-block-cover.ready-to-animate h1, .wp-block-cover.ready-to-animate h2, .wp-block-cover.ready-to-animate h3, .wp-block-cover.ready-to-animate h4, .wp-block-cover.ready-to-animate h5, .wp-block-cover.ready-to-animate h6 {
  -webkit-animation-name: textFadeAndLift;
          animation-name: textFadeAndLift;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.wp-block-group.ready-to-animate p, .wp-block-group.ready-to-animate ul, .wp-block-group.ready-to-animate ol, .wp-block-group.ready-to-animate strong, .wp-block-group.ready-to-animate hr, .wp-block-cover.ready-to-animate p, .wp-block-cover.ready-to-animate ul, .wp-block-cover.ready-to-animate ol, .wp-block-cover.ready-to-animate strong, .wp-block-cover.ready-to-animate hr {
  -webkit-animation-name: textFadeAndLift;
          animation-name: textFadeAndLift;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.wp-block-group.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .wp-block-group.ready-to-animate button, .wp-block-cover.ready-to-animate a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next), .wp-block-cover.ready-to-animate button {
  -webkit-animation-name: textFadeAndLift;
          animation-name: textFadeAndLift;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.logo-link {
  opacity: 0;
}
.logo-link.ready-to-animate {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.primary-menu__wrapper ul.mega-inner {
  opacity: 0;
}
.primary-menu__wrapper.ready-to-animate ul.mega-inner {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.home-hero .wp-block-button__link {
  opacity: 0;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6,
.hero p:not(.map-title), .hero ul, .hero ol, .hero hr, .hero img,
.hero a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.map-link):not(.wp-block-button__link), .hero button:not(.gm-ui-hover-effect), .home-hero h1, .home-hero h2, .home-hero h3, .home-hero h4, .home-hero h5, .home-hero h6,
.home-hero p:not(.map-title), .home-hero ul, .home-hero ol, .home-hero hr, .home-hero img,
.home-hero a:not(.et-pb-arrow-prev):not(.et-pb-arrow-next):not(.map-link):not(.wp-block-button__link), .home-hero button:not(.gm-ui-hover-effect) {
  opacity: 0;
}
.hero.ready-to-animate img, .home-hero.ready-to-animate img {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hero.ready-to-animate h1, .hero.ready-to-animate h2, .hero.ready-to-animate h3, .hero.ready-to-animate h4, .hero.ready-to-animate h5, .hero.ready-to-animate h6, .home-hero.ready-to-animate h1, .home-hero.ready-to-animate h2, .home-hero.ready-to-animate h3, .home-hero.ready-to-animate h4, .home-hero.ready-to-animate h5, .home-hero.ready-to-animate h6 {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.hero.ready-to-animate p, .hero.ready-to-animate ul, .hero.ready-to-animate ol, .hero.ready-to-animate hr, .home-hero.ready-to-animate p, .home-hero.ready-to-animate ul, .home-hero.ready-to-animate ol, .home-hero.ready-to-animate hr {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.hero.ready-to-animate a, .hero.ready-to-animate button, .hero.ready-to-animate .wp-block-button__link, .home-hero.ready-to-animate a, .home-hero.ready-to-animate button, .home-hero.ready-to-animate .wp-block-button__link {
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

footer .footer-menu > div {
  opacity: 0;
}
footer.ready-to-animate .footer-menu > div {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: basicFade;
          animation-name: basicFade;
}
footer.ready-to-animate .footer-menu > div:nth-child(1n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
footer.ready-to-animate .footer-menu > div:nth-child(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
footer.ready-to-animate .footer-menu > div:nth-child(3n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
footer.ready-to-animate .footer-menu > div:nth-child(4n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
footer.ready-to-animate .footer-menu > div:nth-child(5n) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
footer.ready-to-animate .footer-menu > div:nth-child(6n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
footer.ready-to-animate .footer-menu > div:nth-child(7n) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
footer.ready-to-animate .footer-menu > div:nth-child(8n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
footer.ready-to-animate .footer-menu > div:nth-child(9n) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
footer.ready-to-animate .footer-menu > div:nth-child(10n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#tab-nav-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid #EAEAEA;
}
#tab-nav-wrapper .tab-nav {
  padding: 2rem 3rem;
  display: inline-block;
  text-indent: 0rem;
  font-size: 1.6rem;
  color: #ffffff;
  border: 0.1rem solid rgba(102, 102, 102, 0.1);
  background-color: #99CC33;
  margin-bottom: -1px;
  margin-left: 0.5rem;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#tab-nav-wrapper .tab-nav.inactive {
  color: #666666;
  background: #ffffff;
}
#tab-nav-wrapper .tab-nav:hover {
  color: #ffffff;
  background-color: #99CC33;
}

.tab {
  display: block;
  z-index: -1;
  padding-top: 4.8rem;
}

/**
 * Styles for the Social Share icons
 */
.social-share {
  margin-right: 0rem;
  margin-top: 1.6rem;
}
@media (min-width: 480px) {
  .social-share {
    margin-top: 0;
  }
}
.social-share .et_social_inline {
  margin-bottom: 0px !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container {
  display: flex;
  list-style: none;
}
@media (min-width: 780px) {
  .social-share .et_social_inline .et_social_networks .et_social_icons_container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li {
  width: auto;
  margin-right: 0;
  margin-left: 0 !important;
  margin-bottom: 0;
  width: auto !important;
  line-height: calc(2rem * 1.167);
  position: relative;
  margin-top: 0 !important;
  background-color: transparent;
  border-radius: 0;
  overflow: visible !important;
}
@media (max-width: 779px) {
  .social-share .et_social_inline .et_social_networks .et_social_icons_container li:first-child {
    margin-left: 0 !important;
  }
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share {
  line-height: inherit;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.67);
  overflow: visible !important;
  background: transparent;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share:hover {
  opacity: 0.7;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon {
  color: #00CCFF;
  float: none;
  font-size: 2rem;
  line-height: 2rem;
  width: auto;
  height: auto;
  transition: all 0.2s ease-in-out;
  overflow: visible !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:hover {
  color: #00CCFF;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:after {
  display: none !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:before {
  font-size: 2rem;
  line-height: 2rem;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.167);
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li:before {
  display: none;
}

/**
 * Extra styling for backgrounds
 * Uncomment if needed
 */
.site-header {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 15;
  width: 100%;
  max-width: 100vw;
  height: 8rem;
  margin-bottom: 4.7rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  background: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease;
}
@media (min-width: 1100px) {
  .site-header {
    height: 12rem;
    background: rgba(102, 102, 102, 0.1);
  }
}
@media (min-width: 1416px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .container .logo-wrapper {
  position: relative;
  width: 14.62rem;
  height: 4rem;
  z-index: 10;
}
@media (min-width: 1100px) {
  .site-header .container .logo-wrapper {
    width: 21.93rem;
    height: 6rem;
  }
}
.site-header .container .logo-wrapper .logo-link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 14.62rem;
  height: 4rem;
}
@media (min-width: 1100px) {
  .site-header .container .logo-wrapper .logo-link {
    width: 21.93rem;
    height: 6rem;
  }
}
.site-header .container .logo-wrapper .logo-link img.logo-icon {
  margin-right: 1.5rem;
}
.site-header .container .logo-wrapper .logo-link img.logo {
  transition: filter 0.2s ease;
}
@media (min-width: 1100px) {
  .site-header .container .logo-wrapper .logo-link img.logo {
    filter: brightness(10);
  }
}
.site-header.is-sticky, .site-header.always-sticky, .site-header.page-template-pw-protect .site-header {
  background-color: #ffffff !important;
  border-bottom: solid 1px #ffffff;
  position: fixed;
  opacity: 1;
  z-index: 999;
}
@media (min-width: 1100px) {
  .site-header.is-sticky .menu .menu-item a, .site-header.always-sticky .menu .menu-item a, .site-header.page-template-pw-protect .site-header .menu .menu-item a {
    color: #CACAC9;
  }
}
.site-header.is-sticky .logo-wrapper .logo-link img.logo, .site-header.always-sticky .logo-wrapper .logo-link img.logo, .site-header.page-template-pw-protect .site-header .logo-wrapper .logo-link img.logo {
  filter: brightness(1);
}

.admin-bar .site-header {
  top: 32px;
}
.admin-bar .site-header .mobile-primary > .main-navigation.open {
  top: 11.2rem;
}
@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 4.7rem;
  }
  .admin-bar .site-header .mobile-primary > .main-navigation.open {
    top: 12.7rem;
  }
  .admin-bar .site-header.is-sticky {
    top: 0;
  }
  .admin-bar .site-header.is-sticky .mobile-primary > .main-navigation.open {
    top: 8rem;
  }
  .admin-bar .site-header.is-sticky .mobile-primary > .main-navigation.open > ul {
    top: 8rem;
  }
}

#toggle-right {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1099px) {
  #site-navigation, #secondary-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  #site-navigation.open, #secondary-navigation.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow-x: hidden;
    z-index: 1;
  }
  #site-navigation .menu-item:before, #secondary-navigation .menu-item:before {
    border-bottom: 0.1rem solid #CACAC9;
    content: "";
    position: absolute;
    width: 3rem;
    bottom: 0;
    left: calc(50% - 1.5rem);
  }
  #site-navigation .menu-item:last-child:before, #secondary-navigation .menu-item:last-child:before {
    display: none;
  }
}

body.single-post .site-header {
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
  opacity: 1;
}
body.single-post .site-header .mega-inner li > a {
  color: #666666;
}
body.single-post .site-header .mega-inner li > a:after {
  color: #666666;
}
body.single-post .site-header .mega-inner li.fancy > a {
  color: #ffffff;
}
body.single-post .site-header .mega-inner li.fancy > a:after {
  color: #ffffff;
}
body.single-post .site-header .mega-inner li.fancy:hover > a {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.single-post .site-header .mega-inner li.fancy:hover > a:after {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.single-post .site-header .mega-inner li:hover > a {
  color: rgba(102, 102, 102, 0.5) !important;
}
body.single-post .site-header .mega-inner li:hover > a:after {
  color: rgba(102, 102, 102, 0.5) !important;
}
body.single-post article {
  margin: auto;
}
@media (min-width: 1100px) {
  body.single-post article {
    max-width: 96rem;
  }
}
body.single-post article .post-feature {
  margin-bottom: 4.8rem;
}
@media (min-width: 1100px) {
  body.single-post article .post-feature {
    height: 68vh;
    max-height: 68rem;
    margin-top: 12rem;
  }
}
body.single-post article .meta-wrapper, body.single-post article .postBody {
  margin: auto 4.8rem;
}
body.single-post article .meta-inner {
  margin-bottom: 2.4rem;
}
@media (min-width: 480px) {
  body.single-post article .meta-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media (min-width: 1100px) {
  body.single-post article .meta-inner {
    margin-bottom: 4.8rem;
  }
}
body.single-post article .meta-inner .post-meta {
  display: flex;
}
body.single-post article .meta-inner .post-meta .date, body.single-post article .meta-inner .post-meta .category {
  color: rgba(102, 102, 102, 0.5);
  font-size: 1.5rem;
}
body.single-post article .meta-inner .post-meta .category {
  color: #FF9933;
  margin-left: 0.5rem;
}

.hero {
  padding-bottom: 6rem;
}
.hero .wp-block-cover .wp-block-group {
  margin-bottom: 0;
}
.hero .wp-block-cover {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 1100px) {
  .hero .wp-block-cover {
    padding-top: 12rem;
  }
}

footer {
  margin: 0 2rem;
}

.pre-footer {
  padding: 0 2rem;
}
@media (max-width: 479px) {
  .pre-footer {
    text-align: center;
  }
  .pre-footer .alignleft {
    text-align: center;
    float: initial;
    margin: auto;
  }
  .pre-footer .is-resized {
    display: initial;
  }
}
.pre-footer .section {
  min-height: 28.8rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.pre-footer .section.call-out .narrow {
  display: flex;
  align-items: center;
  align-self: inherit;
  min-height: 40rem;
}
@media (min-width: 980px) {
  .pre-footer .section.call-out .narrow {
    min-height: 60rem;
  }
}
.pre-footer .section.call-out .narrow:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.pre-footer .section.call-out .narrow p {
  max-width: 40rem;
}
.pre-footer .section.locations p {
  font-size: 1.5rem;
}
.pre-footer .section.locations p.has-smaller-font-size {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.pre-footer .section.locations p a {
  position: relative;
}
.pre-footer .section.locations p a:after {
  transition: all 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
  content: "";
  width: 100%;
}
.pre-footer .section.locations p a:hover:after {
  position: absolute;
  border-bottom: 0.1rem solid #FF9933;
  bottom: 0;
  left: 0;
}
.pre-footer .section.locations .socials {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pre-footer .section.locations .socials a {
  opacity: 1;
  margin-right: 2rem;
  color: #00CCFF;
}
.pre-footer .section.locations .socials a i {
  font-size: 2rem;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.6rem);
}
.pre-footer .section .small-link {
  font-size: 1.2rem;
  margin-bottom: 1rem !important;
}
.pre-footer .section .eyebrow {
  color: #666666;
}
.pre-footer .section.affilates .wp-block-columns {
  align-items: center;
  margin-bottom: 0;
}
.pre-footer .section.affilates .wp-block-columns .wp-block-column .wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .pre-footer .section.affilates .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column * {
    min-height: 6rem;
    max-width: 20rem;
  }
}
.pre-footer .section.affilates .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column p {
  margin: 0 auto 1.6rem;
}
@media (min-width: 980px) {
  .pre-footer .section.affilates .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column p {
    margin: 0 auto;
  }
}
.pre-footer .border-top {
  border-top: 0.1rem solid #CACAC9;
}

@media (min-width: 980px) {
  .social-buttons {
    display: none !important;
  }
}

.mobile-primary .mobile-menu-footer {
  position: relative;
}
.mobile-primary .mobile-menu-footer .social-buttons {
  display: flex;
  list-style-type: none;
  margin-left: 0;
  padding-left: 2.4rem;
  padding-top: 1rem;
}
@media (min-width: 980px) {
  .mobile-primary .mobile-menu-footer .social-buttons {
    display: none;
  }
}
.mobile-primary .mobile-menu-footer .social-buttons li {
  line-height: 0rem;
  margin-bottom: 0;
}
.mobile-primary .mobile-menu-footer .social-buttons i {
  font-size: 2rem;
}
.mobile-primary .mobile-menu-footer .social-buttons a {
  padding: 0 2.4rem 0 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #00CCFF;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.mobile-primary .mobile-menu-footer .social-buttons a:hover, .mobile-primary .mobile-menu-footer .social-buttons a:focus {
  color: #00CCFF;
}

@media (min-height: 600px) {
  .mega-footer {
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .mega-footer {
    padding-bottom: 1em;
    padding-top: 1rem;
  }
}
.mega-footer .mobile-legal-credits {
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-left: 2.4rem;
  margin-right: 1rem;
}
@media (min-width: 980px) {
  .mega-footer .mobile-legal-credits {
    display: none;
  }
}

.legal-credits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #CACAC9;
}

@media (min-width: 980px) {
  .copyright {
    display: flex;
    flex-wrap: wrap;
  }
}
.copyright p {
  margin-bottom: 0;
}

.copyright + .privacy-policy-link {
  margin-left: 0.25em;
}

.byline {
  margin-left: 0.25em;
}

@media (max-width: 479px) {
  .copyright {
    margin-bottom: 2.4rem;
  }
}
body > #message-area {
  background-color: #a94442;
  opacity: 1;
  z-index: 21474836470;
}

.home #page .home-hero .less-narrow {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.home #page .home-hero h1, .home #page .home-hero .h1, .home #page .home-hero h2, .home #page .home-hero .h2, .home #page .home-hero h3, .home #page .home-hero .h3, .home #page .home-hero h4, .home #page .home-hero .h4, .home #page .home-hero h5, .home #page .home-hero .h5, .home #page .home-hero h6, .home #page .home-hero .h6, .home #page .home-hero p, .home #page .home-hero .p, .home #page .home-hero .eyebrow, .home #page .home-hero .button, .home #page .home-hero small, .home #page .home-hero .small, .home #page .home-hero blockquote, .home #page .home-hero ul, .home #page .home-hero ol {
  color: #336699;
}
.home #page .home-hero .eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.18rem;
}
@media (min-width: 480px) {
  .home #page .home-hero .eyebrow {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    line-height: 2.4rem;
  }
}
.home #page .home-hero p {
  color: #666666;
}
@media (max-width: 979px) {
  .home #page .home-hero p {
    display: none;
  }
}
.home #page .home-hero p.has-large-font-size {
  font-size: 2rem;
}
.home #page .home-hero .fal {
  display: inline !important;
  position: absolute;
  bottom: 4rem;
  left: calc(50% - 1rem);
}
.home #page .home-hero .fal:before {
  font-size: 3.5rem;
  font-weight: 400;
  background: -webkit-gradient(linear, right bottom, left top, from(#00ABEA), to(#8CB935));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.home #page .home-hero .wp-block-cover {
  padding: 8rem 4.8rem;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 779px) {
  .home #page .home-hero .wp-block-cover {
    min-height: 67vh;
    height: auto;
    padding: 8rem 2.4rem;
  }
}
@media (min-width: 980px) {
  .home #page .home-hero .wp-block-cover {
    margin-top: 8rem;
  }
}
@media (min-width: 1100px) {
  .home #page .home-hero .wp-block-cover {
    margin-top: 0;
    padding-top: 20rem;
  }
}
.home #page .home-hero .wp-block-cover .wp-block-cover__inner-container {
  max-width: 100%;
}
.home #page .why-wrapper .wp-block-columns {
  gap: 2em;
}
@media (min-width: 600px) {
  .home #page .why-wrapper .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.home #page .why-wrapper .wp-block-columns.one .wp-block-column, .home #page .why-wrapper .wp-block-columns.three .wp-block-column {
  position: relative;
}
.home #page .why-wrapper .wp-block-columns.one .wp-block-column:first-child:before, .home #page .why-wrapper .wp-block-columns.three .wp-block-column:first-child:before {
  content: "";
  background-image: url("/wp-content/themes/cfir/assets/images/cfir-wc1.png");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  left: -12rem;
  bottom: -4rem;
  width: 42rem;
  height: 42rem;
  position: absolute;
  z-index: -1;
}
.home #page .why-wrapper .wp-block-columns.three .wp-block-column:first-child:before {
  background-image: url("/wp-content/themes/cfir/assets/images/cfir-wc3.png");
  left: -12rem;
  bottom: -4rem;
  width: 33rem;
  height: 43rem;
}
@media (max-width: 600px) {
  .home #page .why-wrapper .wp-block-columns.two, .home #page .why-wrapper .wp-block-columns.four {
    flex-direction: column-reverse;
  }
}
.home #page .why-wrapper .wp-block-columns.two .wp-block-column, .home #page .why-wrapper .wp-block-columns.four .wp-block-column {
  position: relative;
}
.home #page .why-wrapper .wp-block-columns.two .wp-block-column:last-child:before, .home #page .why-wrapper .wp-block-columns.four .wp-block-column:last-child:before {
  content: "";
  background-image: url("/wp-content/themes/cfir/assets/images/cfir-wc2.png");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  right: -15rem;
  bottom: -4rem;
  width: 33rem;
  height: 43rem;
  position: absolute;
  z-index: -1;
}
.home #page .why-wrapper .wp-block-columns .four .wp-block-column:last-child:before {
  background-image: url("/wp-content/themes/cfir/assets/images/cfir-wc4.png");
  right: -15rem;
  bottom: -4rem;
  width: 36rem;
  height: 43rem;
}
@media (max-width: 479px) {
  .home #page .why-wrapper .wp-block-columns .has-large-font-size {
    font-size: 1.5rem;
  }
}
.home #page .services .wp-block-columns {
  margin-bottom: 0;
}
.home #page .services .wp-block-columns .wp-block-column {
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .home #page .services .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover {
  max-height: 30.9rem;
  min-height: 30.9rem;
  position: relative;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover:before {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
  max-width: 32rem;
  margin: auto;
  margin-bottom: 1.6rem;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .fal {
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  font-size: 1.8rem;
  border: 0.2rem solid #00CCFF;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #ffffff;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover:hover .wp-block-cover__inner-container .fal {
  background-color: #00CCFF;
}
.home #page .services .wp-block-columns .wp-block-column .wp-block-cover:hover:before {
  background-color: #51565A;
  opacity: 33%;
}

.empty-feature-wrapper {
  margin: 0 auto;
}

#page .home-hero-slider {
  position: relative;
}
#page .home-hero-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  gap: 4.8rem;
}
#page .home-hero-slider:not(.slick-initialized) .card:nth-child(n+4) {
  display: none;
}
@media (max-width: 779px) {
  #page .home-hero-slider:not(.slick-initialized) {
    gap: 2.4rem;
  }
  #page .home-hero-slider:not(.slick-initialized) .card:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 980px) {
  #page .home-hero-slider:hover .arrow {
    opacity: 1 !important;
  }
}
#page .home-hero-slider .slick-list {
  margin-right: -4.8rem;
  width: calc(100% + 4.8rem);
}
@media (max-width: 779px) {
  #page .home-hero-slider .slick-list {
    margin-right: -2.4rem;
    width: calc(100% + 2.4rem);
  }
}
#page .home-hero-slider .slick-track {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 779px) {
  #page .home-hero-slider .slick-track {
    gap: 2.4rem;
  }
}
#page .home-hero-slider .slick-track .card {
  width: min(100vw - 2.4rem, 38rem);
  height: inherit;
}
#page .home-hero-slider .arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #336699;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 1;
}
@media (min-width: 980px) {
  #page .home-hero-slider .arrow {
    opacity: 0 !important;
  }
}
#page .home-hero-slider .arrow.arrow-prev {
  left: -4.8rem;
}
@media (max-width: 779px) {
  #page .home-hero-slider .arrow.arrow-prev {
    left: -2.4rem;
  }
}
#page .home-hero-slider .arrow.arrow-next {
  right: -4.8rem;
}
@media (max-width: 779px) {
  #page .home-hero-slider .arrow.arrow-next {
    right: -2.4rem;
  }
}
#page .home-hero-slider .card {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.7960784314);
  margin-bottom: 0;
}
#page .home-hero-slider .card a:hover .permalink span {
  text-decoration: underline;
}
#page .home-hero-slider .card .wp-block-image {
  margin-bottom: 0;
}
#page .home-hero-slider .card .content {
  padding: 3rem;
}
#page .home-hero-slider .card .content .title {
  margin-bottom: 1.6rem;
}
#page .home-hero-slider .card .content .excerpt p {
  font-size: 1.5rem;
}
#page .home-hero-slider .card .content .permalink {
  display: flex;
}
#page .home-hero-slider .card .content .permalink span {
  font-size: 1.4rem;
  color: #336699;
  padding-left: 1.6rem;
  font-weight: 600;
}
#page .home-hero-slider .card .content .permalink i {
  display: inline-block !important;
  position: initial;
  transform: translateY(-0.6rem);
}

body.home #front-chat-iframe {
  opacity: 0;
  transform: translateY(80%);
  transition: all 0.4s ease-in-out;
}

body.home #front-chat-iframe.is-visible {
  opacity: 1;
  transform: translateY(0%);
}

.ie #page .hero .wp-block-cover .wp-block-cover__inner-container, .ie #page .home-hero .wp-block-cover .wp-block-cover__inner-container {
  margin: inherit;
}
.ie #page .services .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  max-width: 100%;
}
.ie #page .arrow-bounce {
  display: none !important;
}

.section-header {
  text-align: center;
  margin: auto;
  max-width: 62.4rem;
  margin-bottom: 4rem !important;
  margin-top: 8rem;
}
@media (min-width: 480px) {
  .section-header {
    margin-bottom: 8rem !important;
  }
}
.section-header .h2:before {
  left: calc(50% - 3rem);
}

.box {
  border: 1px solid rgba(202, 202, 201, 0.8);
  position: relative;
}
.box:before {
  background: transparent linear-gradient(270deg, #00ABEA 0%, #8CB935 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 0.3rem;
  z-index: 2;
}
.box.no-border {
  padding-top: 2rem !important;
}
@media (min-width: 480px) {
  .box.no-border {
    padding: 4rem !important;
  }
}
.box.no-border:before {
  display: none;
}
.box.with-shadow {
  border: 0 solid rgba(202, 202, 201, 0.8);
}
@media (min-width: 980px) {
  .box.with-shadow {
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.29);
    border: 1px solid rgba(202, 202, 201, 0.8);
  }
}
.box .wp-block-columns {
  margin-bottom: 0 !important;
}
.box .wp-block-columns .wp-block-image {
  margin-bottom: 0;
  height: 100%;
}
.box .wp-block-columns .wp-block-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box .wp-block-columns .is-vertically-aligned-center {
  padding: 2.4rem;
  margin-left: 0;
}
@media (min-width: 480px) {
  .box .wp-block-columns .is-vertically-aligned-center {
    padding: 4.8rem;
  }
}

.two-column, .three-column {
  margin-left: 0 !important;
  list-style: none;
}
@media (min-width: 480px) {
  .two-column, .three-column {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}
@media (min-width: 980px) {
  .two-column, .three-column {
    -moz-column-gap: 4.8rem;
         column-gap: 4.8rem;
  }
}
@media (min-width: 980px) {
  .two-column.three-column, .three-column.three-column {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.two-column li, .three-column li {
  width: 100%;
  border-bottom: 0.1rem solid rgba(202, 202, 201, 0.5);
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.two-column li:before, .three-column li:before {
  display: none;
}

.card {
  box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(202, 202, 201, 0.8);
  background-color: #ffffff;
  cursor: pointer;
  transition: box-shadow 0.2s ease-out;
  position: relative;
}
.card .excerpt {
  margin-bottom: 1.6rem;
}
.card .permalink i:before {
  font-size: 3.5rem;
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left bottom, from(#00ABEA), to(#8CB935));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.card:hover {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.therapist {
  padding: calc(2.4rem/2) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 479px) {
  .therapist {
    max-width: 36rem;
  }
}
@media (min-width: 480px) {
  .therapist {
    width: calc(50% - 2.4rem);
    margin-bottom: 4.8rem;
    margin-right: 4.8rem;
    margin-left: 0;
    padding: 0;
  }
  .therapist:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .therapist {
    margin-right: 2.4rem;
  }
}
@media (min-width: 1300px) {
  .therapist {
    width: calc(50% - 2.4rem);
    margin-bottom: 4.8rem;
    margin-right: 4.8rem;
    margin-left: 0;
    padding: 0;
  }
  .therapist:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .therapist.card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  .therapist.card {
    flex-wrap: nowrap;
  }
}
.therapist.card img {
  display: block;
  padding: 2rem;
  display: flex;
  align-items: center;
  max-width: 20rem;
}
@media (max-width: 1200px) {
  .therapist.card img {
    margin: auto;
  }
}
.therapist.card .inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.therapist.card .permalink {
  display: flex;
  width: 100%;
  flex: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.therapist.card.top:before {
  background: transparent linear-gradient(270deg, #00ABEA 0%, #8CB935 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 0.3rem;
  z-index: 2;
}
@media (max-width: 1200px) {
  .therapist.card .wp-block-columns {
    display: block;
  }
}
.therapist.card .category {
  font-weight: 700;
  color: #666666;
}
.therapist.card .audiences .category {
  font-weight: 400;
}
.therapist.card .details {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .therapist.card .details {
    text-align: center;
    padding-top: 0;
  }
  .therapist.card .details .inner {
    margin: auto;
  }
}
@media (min-width: 1100px) {
  .therapist.card .details {
    padding-left: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .therapist.card .details {
    margin-left: 5rem;
  }
}
.therapist.card .details p {
  font-size: 1.4rem;
}

.therapist-single header {
  flex-basis: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem !important;
}
@media (min-width: 980px) {
  .therapist-single header {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
    margin-bottom: 3.2rem !important;
  }
}
@media (min-width: 1100px) {
  .therapist-single header {
    flex-basis: 33.33%;
    margin-left: 4.8rem;
  }
}
.therapist-single header img {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .therapist-single header img {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.therapist-single .wp-block-columns {
  max-width: 130rem;
}
.therapist-single .wp-block-columns .details {
  flex-basis: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 980px) {
  .therapist-single .wp-block-columns .details {
    margin-left: 0;
    margin-right: 3.2rem;
  }
}
@media (min-width: 1100px) {
  .therapist-single .wp-block-columns .details {
    margin-right: 4.8rem;
    flex-basis: 66.66%;
  }
}
.therapist-single .postBody, .therapist-single .two-column {
  margin-bottom: 6rem;
}

.approach-bg {
  min-height: 86rem;
  position: relative;
  align-items: inherit;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.approach-bg:before {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  z-index: 1;
}
.approach-bg h2 {
  color: #336699;
  font-size: 5.2rem;
  text-align: left;
  margin-bottom: 4rem;
}

#main .services {
  margin-bottom: 12rem !important;
}
#main .services .wp-block-columns {
  margin-bottom: 0 !important;
}
@media (max-width: 779px) {
  #main .services .wp-block-columns {
    display: block;
  }
}
#main .services .wp-block-columns .wp-block-column {
  margin-left: 0;
}
#main .services.no-border {
  padding-left: 0;
  padding-right: 0;
}
#main .services:not(.no-border) .wp-block-columns .wp-block-column {
  padding: 2.8rem;
}
@media (min-width: 980px) {
  #main .services:not(.no-border) .wp-block-columns .wp-block-column {
    border-right: 1px solid #CACAC9;
    border-bottom: 1px solid #CACAC9;
  }
}
#main .services:not(.no-border) .wp-block-columns .wp-block-column:nth-child(3) {
  border-right: 0px solid #CACAC9;
}
@media (min-width: 980px) {
  #main .services:not(.no-border) .wp-block-columns.last-row .wp-block-column {
    border-bottom: 0 solid #CACAC9;
  }
}

.locations#ottawa {
  margin-bottom: 6rem;
}
.locations .wp-block-columns.ottawa .wp-block-column:first-child {
  border: 0.1rem solid #CACAC9;
}
@media (min-width: 980px) {
  .locations .wp-block-columns.ottawa .wp-block-column:first-child {
    min-height: 85.5rem;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    align-self: inherit;
    margin-right: 4.8rem;
  }
}
.locations .wp-block-columns.ottawa .wp-block-column:last-child {
  padding: 0;
}
@media (min-width: 980px) {
  .locations .wp-block-columns.ottawa .wp-block-column:last-child {
    padding: 0;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .locations .wp-block-columns.toronto {
    flex-direction: column-reverse;
  }
}
.locations .wp-block-columns.toronto .wp-block-column {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .locations .wp-block-columns.toronto .wp-block-column {
    min-height: 85.5rem;
  }
}
.locations .wp-block-columns.toronto .wp-block-column:first-child {
  padding: 0;
  align-self: inherit;
}
@media (min-width: 980px) {
  .locations .wp-block-columns.toronto .wp-block-column:first-child {
    padding: 0;
  }
}
.locations .wp-block-columns.toronto .wp-block-column:last-child {
  border: 0.1rem solid #CACAC9;
}
@media (min-width: 980px) {
  .locations .wp-block-columns.toronto .wp-block-column:last-child {
    display: flex;
    align-items: center;
    align-self: inherit;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 4.8rem;
  }
}
@media (max-width: 599px) {
  .locations .wp-block-columns .map {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem !important;
  }
}
.locations .wp-block-columns .map .wp-block-group {
  height: 100%;
  margin-bottom: 0;
}
.locations .wp-block-columns .map .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.locations .wp-block-columns .map .wp-block-group .wp-block-group__inner-container .cartograph {
  height: 32.9rem;
  margin-bottom: 0rem;
  margin-top: 2.4rem;
  border: solid 0.1rem #CACAC9;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .locations .wp-block-columns .map .wp-block-group .wp-block-group__inner-container .cartograph {
    margin-top: 4.8rem;
    height: 100%;
  }
}
.locations .wp-block-columns .map .wp-block-group .wp-block-image {
  margin: 0;
}
.locations .wp-block-columns .map .wp-block-group .wp-block-image img {
  width: 100%;
}

.home .special-message {
  display: flex;
}

.special-message {
  display: none;
  position: fixed;
  z-index: 10;
  min-height: 1rem;
  height: auto;
  top: 12rem;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
}
.special-message p {
  font-size: 1.4rem;
  color: #336699;
}

.admin-bar .special-message {
  top: 15.2rem;
}
@media (max-width: 782px) {
  .admin-bar .special-message {
    top: 12.8rem;
  }
  .admin-bar .special-message.is-sticky {
    top: 8rem;
  }
}

#page .error-hero .less-narrow {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
#page .error-hero h1, #page .error-hero .h1, #page .error-hero h2, #page .error-hero .h2, #page .error-hero h3, #page .error-hero .h3, #page .error-hero h4, #page .error-hero .h4, #page .error-hero h5, #page .error-hero .h5, #page .error-hero h6, #page .error-hero .h6, #page .error-hero p, #page .error-hero .p, #page .error-hero .eyebrow, #page .error-hero .button, #page .error-hero small, #page .error-hero .small, #page .error-hero blockquote, #page .error-hero ul, #page .error-hero ol {
  color: #336699;
}
#page .error-hero .eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.18rem;
}
@media (min-width: 480px) {
  #page .error-hero .eyebrow {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    line-height: 2.4rem;
  }
}
#page .error-hero p {
  color: #666666;
}
@media (max-width: 979px) {
  #page .error-hero p {
    display: none;
  }
}

@media (min-width: 480px) {
  .archive-container, .archive-container .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.archive-item {
  width: 100%;
  margin: 0 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
.archive-item .featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (min-width: 780px) {
  .archive-item.blog > a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.archive-item.blog > a:hover {
  opacity: 1;
}
.archive-item.blog .featured-image {
  min-height: 29.6rem;
  height: auto;
  display: flex;
  flex-basis: 45%;
}
.archive-item.blog .content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem;
  flex-basis: 55%;
}
.archive-item.blog .content > * {
  display: block;
  width: 100%;
}
.archive-item.blog .content .title h2 {
  margin-top: 0;
}
.archive-item.blog .content .title h2:before {
  display: none;
}
.archive-item.blog .content .archive-meta {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.archive-item.blog .content .archive-meta .date {
  color: rgba(102, 102, 102, 0.5);
  font-size: 1.5rem;
}
.archive-item.blog .content .excerpt p {
  font-size: 1.5rem;
  color: #666666;
}
.archive-item.blog .content .permalink {
  display: flex;
  width: 100%;
  flex: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 480px) {
  .home .archive-item.blog > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100% + 2rem);
  }
}
.home .archive-item.blog .featured-image {
  width: 100%;
  max-width: 100%;
  height: 34rem;
}
.home .archive-item.blog .content {
  height: calc(100% - 29rem);
}
@media (min-width: 480px) {
  .home .archive-item.blog {
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
}
@media (min-width: 980px) {
  .home .archive-item.blog {
    width: calc(50% - 4.8rem);
    margin-right: 2.4rem;
    margin-bottom: 4.8rem;
    margin-left: 2.4rem;
  }
}
@media (min-width: 1100px) {
  .home .archive-item.blog {
    width: calc(33.3333333333% - 5.3333333333rem);
  }
  .home .archive-item.blog:first-child {
    margin-left: 2.4rem;
  }
}
@media (max-width: 979px) {
  .home .archive-item.blog:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .home .archive-item.blog:nth-child(3n) {
    margin-right: 0;
  }
}

#results-column {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 980px) {
  #results-column {
    padding-left: 0;
    padding-right: calc(2.4rem * 2);
  }
}
@media (min-width: 1100px) {
  #results-column {
    margin-bottom: 6rem;
    width: 100%;
  }
}
#results-column > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #CACAC9;
  margin-right: 0;
  padding: 2rem 1.2rem 2rem 0;
  text-align: right;
  margin-bottom: 4rem;
}
#results-column > div p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  color: #336699;
}
@media (min-width: 480px) {
  #results-column > div {
    text-align: left;
    padding: 1rem 1.2rem 1rem 0.1rem;
  }
  #results-column > div p {
    margin-right: 2rem;
  }
}
@media (min-width: 980px) {
  #results-column > div {
    padding: 0 1.2rem 1.2rem 0.1rem;
  }
}
#results-column > div .sort {
  position: relative;
}
#results-column > div .sort p, #results-column > div .sort select {
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  color: #336699;
  font-weight: 400;
}
#results-column > div .sort select {
  width: auto;
  padding: 0;
  border: none;
  background: none;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #666666;
}
#results-column > div .sort label {
  font-weight: 400;
  margin-bottom: 0;
}
#results-column > div .sort:after {
  top: 0.5rem;
  right: -1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 980px) {
  #results-column > div .sort:after {
    right: -1.2rem;
    top: 0.8rem;
  }
}

.sidebar .header.desktop {
  display: none;
  border-bottom: 0.1rem solid #CACAC9;
  padding-bottom: 1.8rem;
}
.sidebar .header.desktop p {
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  color: #336699;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .sidebar .header.desktop {
    display: block;
    padding-top: 0.4rem;
  }
}

.filter-sidebar-mobile {
  display: none;
  width: 100%;
  padding: 0 2rem;
  background-color: #ffffff;
  margin-top: 2rem;
  position: relative;
  text-align: left;
  border: 1px solid rgba(202, 202, 201, 0.8);
}
.filter-sidebar-mobile.header {
  padding: 1rem 2rem;
  background-image: url("/wp-content/themes/cfir/assets/images/chevron-down.svg");
  background-position-x: calc(100% - (1.6rem * 1.25));
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
}
@media (max-width: 979px) {
  .filter-sidebar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#filter-sidebar.filter-sidebar {
  display: none;
  margin-top: -1rem !important;
}
@media (min-width: 980px) {
  #filter-sidebar.filter-sidebar {
    display: block !important;
  }
}
#filter-sidebar.filter-sidebar label {
  font-size: 1.5rem;
  color: #666666;
  font-weight: 700;
  margin-bottom: 1.1rem;
  margin-top: 2.5rem;
}

.archive-wrapper {
  max-width: 1368px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .archive-wrapper {
    padding-top: calc(2.4rem * 2);
    flex-direction: row;
  }
}
.archive-wrapper .sidebar {
  padding: 0 2.4rem;
}
@media (min-width: 980px) {
  .archive-wrapper .sidebar {
    padding: 0;
    min-width: 26rem;
    margin: 0 calc(2.4rem * 2);
    text-align: left;
  }
}
.archive-wrapper .sidebar button {
  font-size: 1.1rem;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .archive-wrapper .sidebar button {
    margin-left: 0;
  }
}
.archive-wrapper .sidebar ul {
  margin-left: 0;
}
.archive-wrapper .sidebar ul li {
  list-style: none;
}
.archive-wrapper .sidebar ul li a {
  font-weight: 300;
}
.archive-wrapper .sidebar ul li a:hover {
  opacity: 0.8;
}
.archive-wrapper .sidebar .datepicker {
  margin-bottom: 0;
}

/**
 * Load more styling
 */
.bis-load-more-wrapper {
  margin: 0 auto;
}

/**
 * Hide the load more button from the therapists page; will be an infinite scroll instead
 */
.page-template-archive-therapist .bis-load-more-wrapper button {
  display: none;
}

/**
 * Styles for the complianz plugin
 */
.cmplz-links.cmplz-information {
  display: none;
  visibility: hidden;
}

.wp-block-cover.is-style-pei-hero {
  padding-bottom: 4rem !important;
}
.wp-block-cover.is-style-pei-hero .wp-block-cover__background {
  mix-blend-mode: exclusion;
}
@media (min-width: 980px) and (max-height: 1000px) {
  .wp-block-cover.is-style-pei-hero.screen-height {
    min-height: 100vh;
  }
  .wp-block-cover.is-style-pei-hero.screen-height .therapist-slider {
    margin-top: 4rem;
  }
}

body.page-template-pei header .location-label {
  font-family: "Nunito", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.7px;
  display: block;
  margin-right: auto;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}
body.page-template-pei header .location-label:before {
  content: "";
  margin-left: 5rem;
  margin-right: 3rem;
  border-left: solid 1px currentColor;
  height: 3.1rem;
  display: inline-block;
}
@media (max-width: 979px) {
  body.page-template-pei header .location-label {
    display: none;
  }
}
body.page-template-pei header.is-sticky .location-label {
  color: #666666;
}
body.page-template-pei .primary-menu > .main-navigation > ul > li.fancy a {
  padding-right: 1.6rem;
}
body.page-template-pei .home-hero p {
  display: block !important;
}
body.page-template-pei .home-hero .gap-24 {
  gap: 2.4rem;
}
body.page-template-pei .therapist-slider {
  margin-top: 4rem;
}
@media (min-width: 980px) {
  body.page-template-pei .therapist-slider {
    margin-top: 12rem;
  }
}
body.page-template-pei .scroll-down-wrapper i.fal {
  bottom: 0 !important;
}
body.page-template-pei #main > .wp-block-group.alignfull {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-pei #main > .wp-block-group.alignfull .section-header {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
body.page-template-pei .section-header p {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-pei .cartograph {
  height: 100%;
  min-height: 50rem;
}
body.page-template-pei .address-column {
  padding: 4rem 2.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 980px) {
  body.page-template-pei .address-column {
    padding: 12rem 4.8rem;
  }
}
body.page-template-pei .audience-columns .wp-block-cover .wp-block-cover__inner-container {
  position: static;
}
body.page-template-pei .audience-columns a.open-popup-link.audience-popup {
  opacity: 0 !important;
  position: absolute;
  inset: 0;
}
body.page-template-pei .standard-modal .treatments-assessments {
  margin-top: 4.8rem;
}
body.page-template-pei .standard-modal .treatments-assessments h4:last-of-type {
  margin-top: 3.2rem;
}
body.page-template-pei .standard-modal .treatments-assessments .three-column li {
  border-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
}
body.page-template-pei .contact-columns {
  max-width: 107.2rem;
}
body.page-template-pei .contact-columns .wp-block-buttons {
  margin-top: 2.4rem;
}

#page .home-hero-slider.therapist-slider .slick-track .card {
  width: 45.6rem;
  max-width: calc(100vw - 4.8rem);
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
#page .home-hero-slider.therapist-slider .slick-track .card a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
#page .home-hero-slider.therapist-slider .slick-track .card .wp-block-columns {
  gap: 2rem;
  height: 100%;
}
#page .home-hero-slider.therapist-slider .slick-track .card .details {
  align-items: flex-start;
}
#page .home-hero-slider.therapist-slider .slick-track .card p {
  display: block;
  width: 100%;
}
#page .home-hero-slider.therapist-slider .slick-track .card .areas-of-practice,
#page .home-hero-slider.therapist-slider .slick-track .card .clinics {
  display: none !important;
}
#page .home-hero-slider.therapist-slider .slick-track .card i {
  position: static;
}
@media (min-width: 980px) {
  #page .home-hero-slider.therapist-slider .slick-track .card .wp-block-columns {
    display: flex;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card .details {
    padding-left: 0;
    margin-left: 0;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card header img {
    padding: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card * {
    text-align: left;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card .therapist-category {
    width: 100%;
  }
  #page .home-hero-slider.therapist-slider .slick-track .card i {
    margin-left: 0;
  }
}
@media (min-width: 1001px) {
  #page .home-hero-slider.therapist-slider.centre-slides-desktop .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
    transform: none !important;
    margin-left: -24px;
  }
  #page .home-hero-slider.therapist-slider.centre-slides-desktop .slick-slide {
    float: none;
  }
  #page .home-hero-slider.therapist-slider.centre-slides-desktop .arrow {
    display: none !important;
  }
}

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}

@media (min-width: 980px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 979px) {
  .desktop-only {
    display: none;
  }
}

.centered, .centered * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.screen-height {
  min-height: 67vh;
  margin-bottom: 8rem !important;
}
@media (min-width: 980px) {
  .screen-height {
    margin-bottom: 12rem !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: max(100rem, 100vh);
  }
}

.screen-height-half {
  height: 33vh;
}
@media (min-width: 980px) {
  .screen-height-half {
    height: 50vh;
    min-height: 61.6rem;
  }
}

/*# sourceMappingURL=bundle.css.map*/