.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --grey: #EEF2F5;
  --grey-20: rgba(238, 242, 245, 0.2);
  --grey-dark: #ACBCC7;
  --white: #ffffff;
  --black: #290909;
  --orange: #FFD276;
  --orange-h: #ffc143;
  --orange-50: rgba(255, 210, 118, 0.5);
  --navy: #2A3B7D;
  --navy-h: #374da3;
  --navy-50: rgba(42, 59, 125, 0.5);
  --blue: #1F72B8;
  --blue-h: #2e8cdc;
  --blue-50: rgba(31, 114, 184, 0.5);
  --blue-20: rgba(31, 114, 184, 0.2);
  --sky: #40BEFF;
}
html {
  background: var(--grey-dark);
  scroll-behavior: smooth;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  background: var(--white);
  color: var(--navy);
  margin: 0 auto;
  max-width: 2220px;
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
header {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  header .content {
    display: block;
    text-align: center;
  }
}
header .logo {
  display: flex;
  align-items: center;
  color: var(--blue);
}
header .logo img {
  height: 75px;
}
@media (max-width: 1400px) {
  header .logo img {
    height: 65px;
  }
}
@media (max-width: 1200px) {
  header .logo img {
    height: 75px;
  }
}
header .logo p {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 0.9em;
}
header .logo span {
  display: block;
  font-size: 0.8em;
  color: var(--navy);
}
.main-nav {
  text-align: right;
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  display: inline-block;
}
.main-nav ul li a {
  padding: 1rem 0.75rem;
  color: var(--navy);
  display: block;
  font-weight: 500;
}
.main-nav ul li a.active {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: var(--orange);
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .main-nav ul li a {
    padding: 1rem 0.65rem;
  }
}
.main-nav ul li.autha a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: var(--blue);
  border-radius: 2rem;
  color: #fff;
}
@media (max-width: 1400px) {
  .main-nav ul li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.main-nav #menuButton {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--white);
  font-size: 4em;
  display: none;
}
@media (max-width: 1200px) {
  .main-nav #menuButton {
    display: block;
  }
}
@media (max-width: 1200px) {
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    z-index: 1000;
  }
  .main-nav ul {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    padding: 0 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.2s all ease-in-out;
  }
  .main-nav ul li {
    display: block;
  }
}
body.menu-mobile-active {
  overflow: hidden;
}
body.menu-mobile-active .main-nav ul {
  left: 0;
}
.footer {
  background: var(--navy);
  color: var(--white);
  padding: 3em 0;
}
.footer__label {
  color: var(--sky);
  margin: 0 0 0.2em 0;
}
.socialmedia {
  font-size: 2rem;
  text-align: right;
}
@media (max-width: 575px) {
  .socialmedia {
    font-size: 1.9rem;
  }
}
.socialmedia a {
  opacity: 0.7;
  display: inline-block;
  padding: 0.2em;
}
@media (max-width: 575px) {
  .socialmedia a {
    padding: 0.1em;
  }
}
.socialmedia a:hover {
  opacity: 1;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  border-radius: 30px;
  padding: 0.375rem 1.25rem;
}
.btn-wide {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.btn-primary {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  font-weight: 500;
}
.btn-primary:hover {
  background: var(--blue-h);
  border-color: var(--blue-h);
  color: var(--white);
}
.btn-primary:focus,
.btn-primary.focus {
  background: var(--blue);
  box-shadow: 0 0 1em 0.2rem var(--blue-50);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--blue-20);
  border-color: var(--blue-20);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 1em 0.2rem var(--blue-20);
}
.btn-outline-primary {
  color: var(--blue);
  background: transparent;
  border-color: var(--blue);
  font-weight: 500;
}
.btn-outline-primary:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: var(--blue);
  box-shadow: 0 0 1em 0.2rem var(--blue-50);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--blue-20);
  border-color: var(--blue-20);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 1em 0.2rem var(--blue-20);
}
.btn-secondary {
  color: var(--navy);
  background: var(--orange);
  border-color: var(--orange);
  font-weight: 500;
}
.btn-secondary:hover {
  background: var(--orange-h);
  border-color: var(--orange-h);
  color: var(--navy);
}
.btn-secondary:focus,
.btn-secondary.focus {
  background: var(--orange);
  box-shadow: 0 0 1em 0.2rem var(--orange-50);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: var(--navy);
  background-color: var(--orange);
  border-color: var(--orange);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: var(--navy);
  background-color: var(--orange-50);
  border-color: var(--orange-50);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 1em 0.2rem var(--orange-50);
}
.btn-info {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  font-weight: 500;
}
.btn-info:hover {
  background: var(--navy-h);
  border-color: var(--navy-h);
  color: var(--white);
}
.btn-info:focus,
.btn-info.focus {
  background: var(--navy);
  box-shadow: 0 0 1em 0.2rem var(--navy-50);
}
.btn-info.disabled,
.btn-info:disabled {
  color: var(--white);
  background-color: var(--navy);
  border-color: var(--navy);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: var(--white);
  background-color: var(--navy-50);
  border-color: var(--navy-50);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 1em 0.2rem var(--navy-50);
}
.btn-link {
  color: var(--blue);
  background: transparent;
  border: none;
  font-weight: 500;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  background-image: url(../image/icons/drop_down.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  transition: 0.2s all ease-in-out;
}
.btn-link:hover {
  background-color: transparent;
  border: none;
  color: var(--blue);
  text-decoration: underline;
  background-position: right center;
}
.btn-link:focus,
.btn-link.focus {
  background-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.show > .btn-link.dropdown-toggle {
  color: var(--blue);
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-link.dropdown-toggle:focus {
  color: var(--blue);
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.btn-xs {
  font-size: 0.8em;
  padding: 0.2em 0.5em;
}
.header1 {
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.header1 span {
  display: block;
  color: var(--blue);
  font-size: 0.6em;
}
.header2 {
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--blue);
}
.header3 {
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--blue);
}
.counters {
  padding: 3rem 0;
  background: var(--orange);
  color: var(--navy);
  text-align: center;
  overflow: hidden;
}
.counters .value {
  color: var(--white);
  font-size: 5em;
  margin: 0 0 0 0;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .counters .value {
    font-size: 4em;
  }
}
@media (max-width: 575px) {
  .counters .value {
    font-size: 3em;
  }
}
.counters .value.tab::after {
  content: '';
  position: absolute;
  top: 35px;
  right: -15px;
  width: 30px;
  height: 50px;
  background: url(../image/line.svg) no-repeat center center;
  background-size: auto auto;
}
.counters .label {
  font-size: 0.9em;
  margin: 0 0 0 0;
  line-height: 1.2em;
}
.event {
  padding: 3rem 0;
  background: var(--white);
  color: var(--navy);
}
.event__header {
  font-size: 2rem;
  margin: 0 0 0.8rem 0;
}
.event__thumb {
  background: var(--grey);
  border-radius: 0.5rem;
  margin: 0 0 1rem 0;
}
.event__date {
  color: var(--sky);
  font-weight: 400;
  margin: 0 0 0.7rem 0;
  letter-spacing: 2px;
}
.event__title {
  font-weight: 500;
  margin: 0 0 0.7rem 0;
}
.event .header1 {
  margin: 0 0 1rem 0;
}
.event__location,
.event__price {
  margin: 0 0 0.5em 0;
}
.event__location span,
.event__price span {
  font-size: 0.8em;
  color: var(--blue);
  display: block;
}
.event__url {
  margin: 1rem 0 0 0;
}
.event__item {
  position: relative;
  height: 100%;
  padding-bottom: 2em;
}
.event__link {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.panels ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-image: url(../image/icons/tick.svg);
}
.panels ul li {
  margin: 0 0 0.7em;
  padding: 0 0 0 0.5em;
}
.panels .panels__image {
  padding-top: 50px;
  height: 400px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.panels .panels__image img {
  height: 200px;
  margin: 0 0 2.5rem 0;
}
.panels__left {
  height: 100%;
  position: relative;
  padding-bottom: 3em;
}
.panels__left .panels__image {
  background: var(--navy);
  color: var(--sky);
}
.panels__left .panels__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  background: var(--navy);
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .panels__left .panels__image::before {
    display: none;
  }
}
.panels__right {
  height: 100%;
  position: relative;
  padding-bottom: 3em;
}
.panels__right .panels__image {
  background: var(--orange);
  color: var(--navy);
}
.panels__right .panels__image::before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  background: var(--orange);
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .panels__right .panels__image::before {
    display: none;
  }
}
.panels__header {
  font-size: 2em;
  margin: 0;
}
.panels__body {
  padding: 2rem 2.5rem;
  color: var(--navy);
}
.panels__link {
  margin: 0;
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.divisions {
  color: var(--navy);
  background: var(--grey);
  padding: 3rem 0;
}
.divisions__logo {
  padding: 1rem;
  margin: 1rem;
  background: var(--white);
}
.divisions__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 0.375em 0;
  padding: 0;
}
.divisions__email,
.divisions__www {
  color: var(--blue);
  font-weight: 500;
  margin: 0 0 0.25em 0;
}
.presspublications {
  padding: 3rem 0;
  color: var(--navy);
}
.presspublications__title {
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1.1em;
}
.articles {
  padding: 3rem 0;
  color: var(--navy);
}
.articles__title {
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1.1em;
}
.articles img {
  max-width: 100%;
  height: auto !important;
}
.article-item {
  position: relative;
  height: 100%;
  padding-bottom: 2em;
}
.article-item__title {
  font-weight: 500;
  padding: 0;
  margin: 0 0 0.525em 0;
}
.article-item__lead {
  font-size: 0.9em;
}
.article-item__thumb {
  margin: 0 0 3rem 0;
  display: block;
}
.article-item__thumb img {
  height: 70px;
}
.article-item__link {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.submenu {
  background: var(--orange);
}
.submenu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 1200px) {
  .submenu ul {
    text-align: center;
  }
}
.submenu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.submenu ul li a {
  display: block;
  padding: 0.75rem 1.35rem;
}
.submenu ul li.active a {
  font-weight: 600;
}
.submenu.therapistsubmenu ul li a {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pagination-panel {
  margin-top: 3rem;
}
ul.custom-pagination li.page-item {
  display: inline-block;
}
ul.custom-pagination li.page-item .page-link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 500;
}
ul.custom-pagination li.page-item.active .page-link {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 50%;
}
ul.custom-pagination li.page-item.disabled .page-link {
  opacity: 0.3;
}
.pttpb {
  padding: 3rem 0;
  font-size: 1.3em;
}
.eabct {
  padding: 3rem 0;
  font-size: 0.9em;
  background: var(--grey);
}
.eabct ul {
  display: block;
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-type: none;
}
.eabct ul li {
  display: block;
  margin: 0 0 2rem 0;
  min-height: 60px;
  background-size: auto 50px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 80px;
}
.eabct ul li:nth-child(1) {
  background-image: url(../image/icons/pttpb_1.svg);
}
.eabct ul li:nth-child(2) {
  background-image: url(../image/icons/pttpb_2.svg);
}
.eabct ul li:nth-child(3) {
  background-image: url(../image/icons/pttpb_3.svg);
}
.eabct p {
  background: url(../image/eabct.png) top 2rem left no-repeat;
  background-size: 130px auto;
  margin: 0;
  padding: 2rem 0 2rem 150px;
  min-height: 50px;
}
.pttpb-achivements {
  padding: 3rem 0;
}
.pttpb-achivements ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pttpb-achivements ul > li {
  margin: 0 0 1.3rem 0;
  padding: 0 0 0 1.5rem;
  background: url(../image/icons/tick.svg) no-repeat top 7px left;
}
.pttpb-achivements ul > li > ul {
  margin: 1rem 0 2rem 2rem;
  padding: 0;
}
.pttpb-achivements ul > li > ul > li {
  background: url(../image/icons/dot.svg) no-repeat top 8px left;
  background-size: 5px 5px;
  padding-left: 15px;
}
.person {
  height: 90%;
  position: relative;
}
.person img,
.person picture {
  border-radius: 50%;
  margin: 0 0 1rem 0;
  background: var(--grey);
}
.person__name {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0rem 0;
  line-height: 1.1em;
}
.person__title {
  color: var(--blue);
  margin: 0;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.people {
  padding: 3rem 0;
}
.people .person {
  margin: 0 0 5rem 0;
}
.people__categorytitle {
  color: var(--blue);
  text-align: center;
  margin: 0 0 3rem 0;
  font-size: 1.3rem;
}
.people__category {
  margin: 0 0 3rem 0;
  border-bottom: 1px solid var(--grey);
}
.google-map {
  height: 50vh;
  background: var(--grey);
}
.map__info {
  padding: 3rem 0;
}
.map__info h1 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 0 1.75rem 0;
  padding: 0;
}
.map__info h2 {
  color: var(--blue);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0 0 0.75rem 0;
  padding: 0;
}
.map__searchform {
  border-top: 1px solid var(--grey);
  padding: 2rem 0;
}
.map__searchform .form-check-label {
  font-size: 0.8em;
  line-height: 1em;
}
.map__searchform .form-control {
  border: 1px solid var(--grey-dark);
  border-radius: 0;
}
.map__result-item {
  border-top: 1px solid var(--grey);
  padding: 0.5rem 0.5rem;
  font-size: 0.9em;
}
.map__result-item:nth-child(even) {
  background-color: var(--grey-20);
}
.map__result-item img,
.map__result-item picture {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.map__result-item img {
  box-shadow: 0 0 10px var(--grey);
}
.map__result-item picture {
  border-radius: 50%;
}
.userauth-panel {
  background: var(--grey);
  padding: 2rem 0;
  font-size: 0.9em;
}
.userauth-panel__icon {
  margin: 0 0 1rem 0;
}
.userauth-panel__label {
  font-size: 0.8em;
  margin: 0 0 0.25em 0;
}
.userauth-panel [class*="col"] {
  border-left: 1px solid var(--grey-dark);
}
.userauth-panel [class*="col"]:first-child {
  border: none;
}
.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}
.form-check-input-superwizor:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}
.form-check-input-cert:checked {
  background-color: var(--navy);
  border-color: var(--navy);
}
.faq {
  padding: 3rem 0;
}
.faq__category {
  margin: 0 0 3rem 0;
}
.faq__category-title {
  font-size: 1.3em;
  color: var(--blue);
  margin: 0 0 1rem 0;
  padding: 0;
}
.faq .accordion-header button {
  font-weight: 500;
}
.supervision-reason-item {
  display: flex;
  flex-direction: row;
  margin: 0 0 2rem 0;
}
.supervision-reason-item__icon {
  padding-right: 15px;
}
.supervision-reason-item__icon img {
  width: 70px;
}
.supervision-reason-item__body p {
  margin: 0;
}
.supervision-reason-item__body p:first-child {
  margin-bottom: 0.2rem;
}
.supervision {
  padding: 3rem 0;
}
.supervision__buttons {
  margin: 0 0 2rem 0;
}
.supervision__nav ul {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0 0 0 1rem;
  border-bottom: 1px solid var(--blue);
}
.supervision__nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.supervision__nav ul li a {
  display: block;
  padding: 1rem 2rem;
  background: var(--blue-20);
  border: 1px solid var(--blue);
  opacity: 0.4;
  margin-bottom: -1px;
}
.supervision__nav ul li.active a {
  background: var(--white);
  border-bottom: 1px solid var(--white);
  opacity: 1;
}
.supervision .form-group label {
  font-size: 0.8em;
  color: var(--grey-dark);
}
.supervision .form-group .form-control {
  border: 1px solid var(--navy);
  border-radius: 0;
  padding: 1rem;
}
.supervision-bar {
  background: var(--navy);
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  font-size: 1.5em;
}
.supervision-bar .subtext {
  font-size: 0.6em;
  opacity: 0.8;
}
.supervision-calendar {
  padding: 3rem 0;
  background: var(--grey);
}
.supervision-calendar__month {
  margin-bottom: 3rem;
}
.psychoteraphy-graph {
  background: var(--orange);
  padding: 3rem 0;
  text-align: center;
}
.psychoteraphy-graph img {
  width: 60%;
}
@media (max-width: 800px) {
  .psychoteraphy-graph img {
    width: 100%;
  }
}
.psychoteraphy-bar {
  background: var(--grey);
  padding: 3rem 0;
}
.psychoteraphy-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.psychoteraphy-bar ul li {
  background: url(../image/icons/dot.svg) no-repeat top 8px left;
  background-size: 5px 5px;
  display: inline-block;
  width: 30%;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 0 20px;
  margin: 0 0 1rem 0;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .psychoteraphy-bar ul li {
    width: 47%;
  }
}
@media (max-width: 575px) {
  .psychoteraphy-bar ul li {
    width: 100%;
    display: block;
  }
}
.psychoteraphy {
  padding: 3rem 0;
}
.alert-panel {
  padding: 1rem;
  background: var(--white);
}
.auth {
  padding: 3rem 0;
}
.auth__panel {
  padding: 2rem;
  background: var(--grey-20);
  border: 1px solid var(--grey);
}
.books {
  padding: 3rem 0;
}
.books__author {
  font-size: 1.5em;
  color: var(--blue);
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.books__title {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
.book-item {
  background: var(--grey);
  padding: 15px;
  height: 100%;
  position: relative;
}
.book-item__thumb {
  /*background: var(--white);
        padding: 15px;*/
}
.book-item__thumb img,
.book-item__thumb picture {
  width: 100%;
}
.book-item__author {
  padding-top: 1rem;
  padding: 1rem 1rem 0 0rem;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.book-item__title {
  font-size: 1em;
  color: var(--navy);
  margin: 0 0 1rem 0;
  padding: 0 0rem;
}
.book-item__link {
  padding: 0 0rem;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.book-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--grey);
  text-align: center;
}
.book-nav__item {
  display: inline-block;
}
.book-nav__item button {
  background: var(--grey);
  border: 0;
  border-radius: 2em;
  padding: 0.7em 4em;
  color: var(--navy);
  font-weight: 500;
}
.book-nav__item button.active {
  background: var(--orange);
}
@media (max-width: 768px) {
  .book-nav__item button {
    padding: 0.7em 2em;
  }
}
.supervision-item {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  min-height: 100%;
}
.supervision-item__row {
  display: flex;
  flex-direction: row;
}
.supervision-item__day {
  background: var(--blue);
  color: var(--white);
  font-size: 1.8em;
  min-width: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  font-weight: 600;
  margin-top: -15px;
}
.supervision-item__time {
  color: var(--blue);
  font-size: 1.2em;
  line-height: 2.8rem;
  margin-left: 15px;
  font-weight: 500;
  margin-top: -15px;
}
.supervision-item__time span {
  color: var(--sky);
}
.supervision-item__place {
  border-top: 1px solid var(--grey);
  margin: 10px -15px 0 -15px;
  padding: 10px 15px;
}
.supervision-item__online {
  background: var(--sky);
  padding: 0.15em 0.5em;
  color: var(--white);
  font-size: 0.8em;
  border-radius: 1em;
  margin-right: 1em;
}
.supervision-item__name {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.supervision-item__register {
  color: var(--grey-dark);
  font-size: 0.9em;
  margin-bottom: 10px;
}
.supervision-item__participation {
  margin: 0 0 1rem 0;
}
.supervision-item__participation_rules {
  margin: 0 0 1rem 0;
}
.supervision-item__participation_rules i {
  color: var(--blue);
  font-weight: 500;
}
.supervision-item__supervisor_avatar {
  margin: 0 0 1rem 0;
  text-align: center;
}
.supervision-item__supervisor_avatar img,
.supervision-item__supervisor_avatar p icture {
  width: 200px;
  border-radius: 50%;
}
.supervision-item__supervisor_avatar img {
  box-shadow: 0 0 10px var(--grey);
}
.supervision-item__biogram {
  font-size: 0.9em;
}
.therapist {
  padding: 3rem 0;
}
.therapist__profile {
  margin: 0 0 3rem 0;
}
.therapist__profile img,
.therapist__profile picture {
  border-radius: 50%;
}
.therapist__profile img {
  box-shadow: 0 0 20px var(--blue-20);
}
.therapist__popup {
  text-align: center;
  font-size: 1.2em;
}
.therapist__popup img,
.therapist__popup picture {
  border-radius: 50%;
  width: 100px;
}
.therapist__popup img {
  box-shadow: 0 0 20px var(--blue-20);
}
.therapist__popup a.btn {
  font-size: 0.7em;
  color: #fff !important;
  padding: 0.2em 1em;
}
.certificate {
  margin: 0 0 2rem 0;
  background: var(--grey);
  padding: 15px;
}
.certificate__name {
  font-size: 1.2em;
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.certificate__label {
  color: var(--blue);
}
.certificate__value {
  font-weight: 500;
}
.contact {
  padding: 3rem 0;
}
.contact__label {
  display: block;
  color: var(--blue);
  font-weight: 500;
  font-size: 0.9em;
}
.join {
  padding: 3rem 0;
}
.join ul {
  list-style-image: url(../image/icons/tick.svg);
  margin-bottom: 2rem;
}
.join ul li {
  margin: 0 0 0.7em 1rem;
  padding: 0 0 0 0.5rem;
}
.join-grey {
  padding: 3rem 0;
  background: var(--grey);
}
.join-grey ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.join-grey ol li {
  margin: 0 0 0.7em 1rem;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.join-grey ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: var(--sky);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.join-bar {
  padding: 3rem 0;
  text-align: center;
  font-size: 1.4em;
  color: var(--white);
  background: var(--navy);
}
.podcast {
  padding: 3rem 0;
}
.podcast__buttons {
  margin: 0 0 2rem 0;
}
.podcast__buttons a {
  display: inline-block;
  color: var(--white);
  background-color: var(--navy);
  font-size: 0.8rem;
  line-height: 1em;
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
  border-radius: 2rem;
}
.podcast__buttons a:hover {
  background-color: var(--orange);
  color: var(--navy);
}
.podcast__buttons a span {
  position: absolute;
  top: 1.35rem;
  left: 1rem;
  font-size: 2.5rem;
}
.podcast-item {
  padding: 2rem;
  background: var(--grey);
}
.podcast-item__cover {
  margin-bottom: 1rem;
}
.podcast-item__title {
  font-weight: 500;
}
.podcast-item__lead {
  font-size: 0.8em;
  opacity: 0.8;
}
.breadcrumbs {
  padding: 1rem 0;
  font-size: 0.8em;
  color: var(--grey-dark);
}
.breadcrumbs a {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.8rem;
  text-decoration: underline;
  background: url(../image/icons/drop_down.svg) no-repeat right center;
  background-size: auto 5px;
}
.sections__logo {
  margin-bottom: 1rem;
}
.sections__logo img {
  width: 100px;
}
.sections__item {
  height: 100%;
}
.sections__item a {
  height: 100%;
  display: block;
  padding: 3rem 2em;
  text-align: center;
  background: var(--grey);
  border-radius: 1em;
}
.sections__title {
  font-size: 1.5em;
  font-weight: 600;
}
.sections__lead {
  font-size: 1em;
  font-weight: 400;
}
.sections__link {
  text-align: right;
  margin: 2em 0 0 0;
}
.sections__item2 a {
  background: var(--white);
  border: 2px solid var(--grey);
}
.conference {
  background: var(--grey);
}
.conference__title {
  color: var(--blue);
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.conference__date {
  font-weight: 400;
}
.conference__place {
  font-weight: 500;
}
.conference__url {
  margin: 1rem 0 0 0;
}
.conference__url a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.media-download__item {
  font-size: 0.9em;
  padding: 1rem;
  height: 100%;
  border: 1px solid var(--blue-20);
  border-radius: 1rem;
}
.media-download__title {
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.media-download__title a {
  font-size: 1.2em;
  display: block;
  background: url(../image/icons/download.svg) no-repeat left center;
  background-size: auto 1em;
  padding-left: 1.5em;
}
.media-download__info {
  font-size: 0.8em;
  margin: 0 0 0.5rem 0;
}
.media-download .btn {
  padding: 0.5em 2em;
  line-height: 1.3em;
  font-size: 0.9em;
}
.media-download .btn span {
  font-size: 1.5em;
  vertical-align: middle;
  top: -0.05em;
  position: relative;
}
.advice {
  padding: 3rem 0;
}
.advice__item {
  border: 1px solid var(--grey);
  margin: 0 0 2rem 0;
}
.advice__title {
  font-size: 1em;
  background: var(--grey);
  padding: 1rem;
}
.advice__question {
  padding: 1rem;
  font-size: 0.9em;
}
.advice__author {
  font-size: 1em;
  background: var(--grey);
  padding: 1rem;
}
.advice__categories {
  margin: 2rem 0;
}
.advice__categories a {
  display: inline-block;
  border: 1px solid #EEF2F5;
  padding: 1rem;
  font-size: 0.8em;
}
.advice__categories a.active {
  background-color: #EEF2F5;
}
.advice__addpanel {
  background-color: var(--navy);
  color: #fff;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.advice__form {
  margin: 0 10%;
}
.advice__form textarea {
  border: 1px solid var(--blue);
  height: 300px;
  border-radius: 0;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.appsubmit__step {
  background-color: var(--grey);
  padding: 2rem;
  margin-bottom: 2rem;
}
.rotator {
  background: var(--grey);
}
.rotator__title {
  color: var(--blue);
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}
.rotator__item {
  position: relative;
}
.rotator__body {
  padding: 4rem 0;
}
.rotator .slick-arrow {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  position: absolute;
  top: 1rem;
  cursor: pointer;
  background: url(../image/icons/drop_down.svg) no-repeat center center;
  z-index: 10;
}
.rotator .slick-arrow:hover {
  background-color: var(--white);
}
.rotator .slick-prev {
  right: 55px;
  transform: rotate(180deg);
}
.rotator .slick-next {
  right: 0px;
}
.rotator ul.slick-dots {
  text-align: center;
  padding: 0 0 2rem 0;
  list-style-type: none;
}
.rotator ul.slick-dots li {
  margin: 0 0.2rem;
  display: inline-block;
}
.rotator ul.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: var(--grey-dark);
  color: transparent;
  font-size: 1px;
}
.rotator ul.slick-dots li.slick-active button {
  background-color: var(--blue);
}
/*# sourceMappingURL=style.css.map */