﻿/* THIS SHEET OF STYLE WAS MADE BY
// n: Benjamin Rosati
// e: ben.rosati@live.com
// w: http://benrosati.com
// b: copyright 2018

/* ====================================================================== */
/* MAIN
/* ====================================================================== */

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #2b2b2b;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

html,
body {
  color: #2b2b2b;
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}


main {
  position: relative;
}

main.main,
.hero {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.h6,
h6 {
  font-size: 1.1rem;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #2c8180;
}
a:hover {
  color: #1f5b5a;
}

.bg {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.bg-facebook {
  background-color: #3b5998 !important;
}
.bg-twitter {
  background-color: #1da1f2 !important;
}
.bg-pinterest {
  background-color: #bd081c !important;
}
.bg-purple {
  background-color: #f3f2f7;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.text-red {
  color: #cd4747;
}

.border-979797 {
  border-color: #979797;
}

.lead {
  color: #2b2b2b;
  font-family: "Merriweather", serif;
  text-align: center;
  line-height: 1.6;
}

.ratio {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 56.25%;
}

.ratio-1-2 {
  padding-top: 75%;
}

.ratio-1-1 {
  padding-top: 100%;
}

.ratio-15 {
  padding-top: 68%;
}

.cover {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.contain {
  background-size: contain;
}

.form-control {
  font-size: 14px;
  font-weight: 500;
  background: #f5f5f5;
  padding: 12px 15px;
  border: 2px solid #000;
}

.form-control#form-search-location {
  padding-left: 10px;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}
.form-control::placeholder {
  color: #495057;
  opacity: 1;
}

.gform_wrapper ::-webkit-input-placeholder {
  color: #495057 !important;
  opacity: 1;
}
.gform_wrapper ::-moz-placeholder {
  color: #495057 !important;
  opacity: 1;
}
.gform_wrapper :-ms-input-placeholder {
  color: #495057 !important;
  opacity: 1;
}
.gform_wrapper ::-ms-input-placeholder {
  color: #495057 !important;
  opacity: 1;
}
.gform_wrapper ::placeholder {
  color: #495057 !important;
  opacity: 1;
}

.therapist-landing .form-group {
  margin-top: 16px;
  margin-bottom: 0;
}
.therapist-landing .validation_message {
  display: none;
}
.therapist-landing .gfield_error {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.therapist-landing .gfield_error .validation_message {
  display: block;
}

.therapist-region-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.therapist-region-data dt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 15px;
}
.therapist-region-data dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.therapist-region-data dd.break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.btn {
  font-family: "Montserrat", sans-serif;
}

.btn-primary {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background-color: #c3e2e0;
  padding: 12px 33px;
  border-width: 2px;
  border-color: #046880;
}

.btn-primary:hover {
  color: #000;
  background-color: #c3e2e0;
  border-color: #046880;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #c3e2e0;
  border-color: #046880;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #000;
  box-shadow: 0 0 0 0.2rem #046880;
}

.btn-secondary {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background-color: #d7d7d7;
  padding: 12px 33px;
  border-width: 2px;
  border-color: #bbb;
}

.btn-secondary:hover {
  color: #000;
  background-color: #d7d7d7;
  border-color: #bbb;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #d7d7d7;
  border-color: #bbb;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #000;
  box-shadow: 0 0 0 0.2rem #bbb;
}

.dev {
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -600px;
  opacity: 0.5;
  z-index: 9999;
}

.dev-vis {
  opacity: 1;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:focus {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
  padding: 14px 28px;
  border-width: 2px;
  box-shadow: none;
}

.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:focus {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(250, 250, 250, 0.5);
  background-image: none;
  border-color: #ffffff;
  padding: 14px 28px;
  border-width: 2px;
  box-shadow: none;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:focus {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  background-color: #f4cf74;
  background-image: none;
  border-color: #ddb145;
  padding: 14px 28px;
  border-width: 2px;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .jumbotron {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.text-muted {
  color: #2b2b2b !important;
}
.invalid-feedback a {
  color: #0e0204;
}

/* ====================================================================== */
/* SELECT2
/* ====================================================================== */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #2b2b2b;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap4 {
  display: block;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap4
  .select2-search--dropdown
  .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4
  .select2-search__field::-webkit-input-placeholder {
  color: #687078;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #687078;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #687078;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #687078;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] {
  color: #687078;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
  background-color: #f8f9fa;
  color: #16181b;
}
.select2-container--bootstrap4
  .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: #fff;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #687078;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 75%;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border-color: #80bdff;
}
@media screen and (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4.select2-container--focus .select2-selection,
  .select2-container--bootstrap4.select2-container--open .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent #687078 transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above
  .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #687078;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled
  .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled
  .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #80bdff;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #687078 transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__placeholder {
  color: #687078;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #687078;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc(2.25rem + 2px)-2;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single,
.form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}
.select2-container--bootstrap4
  .select2-selection--single.input-sm
  .select2-selection__arrow
  b,
.input-group-sm
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b,
.form-group-sm
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
  border-radius: 0.2rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-sm
  .select2-selection__rendered,
.input-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__rendered,
.form-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-sm
  .select2-selection__choice,
.input-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice,
.form-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 75%;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-sm
  .select2-search--inline
  .select2-search__field,
.input-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field,
.form-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 0 0.25rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-sm
  .select2-selection__clear,
.input-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__clear,
.form-group-sm
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}
.select2-container--bootstrap4
  .select2-selection--single.input-lg
  .select2-selection__arrow,
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow,
.form-group-lg
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4
  .select2-selection--single.input-lg
  .select2-selection__arrow
  b,
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b,
.form-group-lg
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-lg
  .select2-selection__choice,
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice,
.form-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-lg
  .select2-search--inline
  .select2-search__field,
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field,
.form-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4
  .select2-selection--multiple.input-lg
  .select2-selection__clear,
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__clear,
.form-group-lg
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 1rem;
}
.select2-container--bootstrap4
  .select2-selection.input-lg.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #687078 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg
  .select2-container--bootstrap4
  .select2-selection.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #687078 transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir="rtl"] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00;
}
.has-warning.select2-drop-active {
  border-color: #d39e00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #bd2130;
}
.has-error.select2-drop-active {
  border-color: #bd2130;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #1e7e34;
}
.has-success.select2-drop-active {
  border-color: #1e7e34;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}
.input-group
  > .select2-hidden-accessible:first-child
  + .select2-container--bootstrap4
  > .selection
  > .select2-selection,
.input-group
  > .select2-hidden-accessible:first-child
  + .select2-container--bootstrap4
  > .selection
  > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > .select2-hidden-accessible:not(:first-child)
  + .select2-container--bootstrap4:not(:last-child)
  > .selection
  > .select2-selection,
.input-group
  > .select2-hidden-accessible:not(:first-child)
  + .select2-container--bootstrap4:not(:last-child)
  > .selection
  > .select2-selection.form-control {
  border-radius: 0;
}
.input-group
  > .select2-hidden-accessible:not(:first-child):not(:last-child)
  + .select2-container--bootstrap4:last-child
  > .selection
  > .select2-selection,
.input-group
  > .select2-hidden-accessible:not(:first-child):not(:last-child)
  + .select2-container--bootstrap4:last-child
  > .selection
  > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group
  > .select2-container--bootstrap4
  > .selection
  > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open,
.input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn {
  vertical-align: top;
}
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}

.select2-container--bootstrap4 .select2-selection,
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background: whitesmoke;
  border: 1px solid #046880;
}

.select2-container--bootstrap4 .select2-selection__placeholder {
  color: #000;
}

.select2-container--bootstrap4 .select2-selection--single,
.select2-container--bootstrap4 .select2-search__field {
  height: 44px;
  padding: 15px;
}

.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  height: 34px;
  margin: 0;
  padding: 0 10px 10px;
}

.select2-container--bootstrap4 .select2-selection__arrow {
  right: 15px;
}

.select2-container--bootstrap4 .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 4px 0 4px;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 -1px 0 0 #e5e5e5;
}

.select2-search--dropdown {
  display: block;
  padding: 15px;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #046880;
}

.select2-container--bootstrap4
  .select2-results__option--highlighted[aria-selected] {
  background-color: #046880;
}

.select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  color: #fff;
  background: #046880;
  border: none;
  margin: -5px 5px 5px;
  padding: 8px 15px 8px 10px;
}

/* ====================================================================== */
/* SLIDER
/* ====================================================================== */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
  background: url(../img/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../font/slick.eot);
  src: url(../font/slick-1.eot) format("embedded-opentype"),
    url(../font/slick.woff) format("woff"),
    url(../font/slick.ttf) format("truetype"),
    url(../font/slick.svg) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  left: -70px;
  cursor: pointer;
  transform: translateY(-50%);
}

.slide-next {
  left: auto;
  right: -70px;
}

/*= Gravity Forms ============================================================*/
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.chosen-search-input),
.gform_wrapper .ginput_complex.ginput_container input[type="text"],
.gform_wrapper .ginput_complex.ginput_container select,
.gform_wrapper .ginput_container.ginput_container_select select,
body .gform_wrapper .chosen-container a.chosen-single,
.gform_wrapper .chosen-container-multi .chosen-choices,
.gform_wrapper textarea,
.gform_wrapper .select2-container--default .select2-selection--multiple {
  background-clip: padding-box;
  background: #f5f5f5;
  border-radius: 0.25rem;
  border: 1px solid #046880;
  color: #495057;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  padding: 12px 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  color: #495057;
}
.gform_wrapper .value-added,
.gform_wrapper
  .value-added
  .select2-container--default
  .select2-selection--multiple,
.gform_wrapper
  .value-added
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  /*background-color: #dfefee!important;*/
  background-color: #fff !important;
}

.gform_wrapper .ginput_complex.ginput_container select,
.gform_wrapper .ginput_container.ginput_container_select select,
body .gform_wrapper .chosen-container a.chosen-single,
.gform_wrapper .chosen-container-multi .chosen-choices,
.gform_wrapper .select2-container--default .select2-selection--multiple {
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  padding-top: 9px;
  padding-bottom: 9px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  display: none;
}

body .gform_wrapper .top_label div.ginput_container,
.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: 0 !important;
}

.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 0;
  margin-top: 16px;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  font-size: 14px;
  font-weight: 600;
}

.gform_wrapper .hidden_label .gfield_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0;
}

.gform_wrapper .ginput_container.ginput_container_consent {
  line-height: 1.5em;
  padding-left: 1.5em;
  position: relative;
}
.gform_wrapper .ginput_container.ginput_container_consent > * {
  display: inline;
}
.gform_wrapper .ginput_container.ginput_container_consent input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body .gfield_repeater .gfield_repeater_items,
body .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding: 0;
}

body
  .gfield_repeater
  .gfield_repeater_items
  .gfield_repeater_item:not(:last-child) {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
body .gfield_repeater .gfield_repeater_items .gfield_repeater_item {
  border-top: 1px solid #e3e3e3;
  margin-top: 20px;
  padding-top: 10px;
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  margin-right: 0 !important;
}
.gform_wrapper .description_above .gfield_description,
body div .gfield_repeater_cell {
  margin-top: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  margin-top: 30px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.margin-small {
  margin-top: 15px;
}

.ginput_complex.ginput_container.ginput_container_post_image {
  margin-bottom: 30px;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 300;
}

body .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  color: #fff;
  background: #046880;
  border-color: #046880;
  box-shadow: none;
}
body
  .gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  background: none;
  top: 3px;
  width: 10px;
  height: 10px;
}
body
  .gform_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:before {
  content: "x";
  font-size: 11px;
  font-weight: 600;
}

.gform_wrapper .ginput_container.ginput_container_consent label {
  cursor: pointer;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_footer button.gf_presave,
.gform_wrapper .gform_footer button.gf_next_step,
.gform_wrapper .gform_page_footer a.gform_save_link {
  background-image: none;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 28px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.gform_wrapper .gform_footer button.gf_next_step,
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #f4cf74;
  border-color: #ddb145;
  border-width: 2px;
  color: #000000;
}
.gform_wrapper .gform_footer button.gf_next_step:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #eeb72d;
  border-color: #b48a21;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer a.gform_save_link {
  margin-right: 0;
  margin-left: 0;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text,
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_footer button.gf_presave {
  background-color: #c3e2e0;
  border-color: #046880;
  border-width: 2px;
  color: #000;
}
.gform_wrapper .gform_footer button.gf_next_step,
.gform_wrapper .gform_footer button.gf_presave {
  margin-bottom: 30px;
}
.gf_step_target {
  margin-top: 50px;
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.gform_wrapper {
  margin-top: 0;
}
.partial_entry_warning,
.update-form .step_buttons {
  display: none;
}

.gfield_repeater_buttons .add_repeater_item_text:hover,
.gfield_repeater_buttons .remove_repeater_item_text:hover,
.gform_wrapper .gform_footer a.gform_save_link:hover,
.gform_wrapper .gform_footer button.gf_presave:hover {
  background-color: #8fc9c5;
  border-color: #022c36;
  color: #000;
  text-decoration: none;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
  border-width: 1px;
  cursor: pointer;
}
.gfield_repeater_buttons .remove_repeater_item_text {
  opacity: 0.75;
}

.gform_wrapper div.validation_success {
  color: #007900;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #007900;
  border-bottom: 2px solid #007900;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gfield.colleague_referrals .gfield_repeater_cell {
  margin-top: 16px;
  padding-top: 0;
}
.gfield.colleague_referrals .gfield_repeater_cell:nth-child(1):before {
  content: "";
  display: block;
  clear: both;
}

.gfield.colleague_referrals .gfield_repeater_cell:nth-child(1),
.gfield.colleague_referrals .gfield_repeater_cell:nth-child(2) {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 0;
  padding-right: 16px;
  float: none;
}

.gfield.colleague_referrals .gfield_repeater_cell:nth-child(1) .gfield,
.gfield.colleague_referrals .gfield_repeater_cell:nth-child(2) .gfield {
  width: 100%;
  padding-right: 0;
}

.page-id-377 .gform_wrapper .gform_footer a.gform_save_link,
.page-id-377 .gform_wrapper .gform_footer button.gf_presave {
  display: none;
}

.affiliate-field {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px 20px;
}

.referral-announcement {
  background-color: #008790;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.referral-announcement:hover {
  background-color: #046880;
  color: #fff;
  text-decoration: none;
}

.hero + .referral-announcement {
  margin-top: -50px;
}

.block-link {
  display: block;
}

.gform_wrapper .select2-container {
  display: block;
}
.gform_wrapper .select2-container .select2-selection--multiple {
  min-height: 0;
}
.gform_wrapper
  .gfield.select2:not(.value-added)
  .select2-container--default
  .select2-selection--multiple:before {
  content: "Click to select...";
  color: #495057;
}
.gform_wrapper .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
}
.gform_wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
.gform_wrapper
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin: 0;
  padding: 0;
}

.gform_wrapper .select2-container--default .select2-selection--multiple,
.gform_wrapper
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  background-color: #f5f5f5;
  border: 1px solid #046880;
  min-height: 47px;
}
.gform_wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #046880;
  border-color: #046880;
  color: #fff;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

.gform_wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove,
.gform_wrapper
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fff;
}

.gform_wrapper
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
}

/* .select2-selection__rendered {
	position: relative;
} */
.gform_wrapper .select2-search.select2-search--inline {
  display: none;
}

@media (max-width: 991px) {
  .gfield.colleague_referrals .gfield_repeater_cell:nth-child(1),
  .gfield.colleague_referrals .gfield_repeater_cell:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

/* ====================================================================== */
/* NAV
/* ====================================================================== */
.header {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.navbar {
  background: #fff;
  z-index: 2;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 20px;
}

.navbar-brand img {
  max-width: 180px;
}

.dropdown-menu {
  margin: 2px 0 0 0;
  padding: 15px 15px;
  border-radius: 0;
}

.nav-link,
.dropdown-item {
  color: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dropdown-item {
  margin-bottom: 12px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.dropdown-menu {
  border: none;
  border-left: 3px solid #000;
}

.nav-link:hover,
.dropdown-item:focus,
.dropdown-item:hover {
  color: inherit;
  background-color: transparent;
}

.nav-link {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.nav-item:last-of-type .nav-link {
  border-bottom: none;
}

.nav-item.show .nav-link {
  border: none;
}

html[data-whatinput="keyboard"] .navbar-collapse a:focus-visible {
  outline: 2px auto;
  outline-offset: 2px;
}
.navbar-collapse a:focus {
  outline: none;
}

.navbar-toggler {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-drop-shadow {
  width: 100%;
  height: 2px;
  background: #c6c6c6;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .navbar {
    padding: 0 63px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 16px;
    border: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link[title="Donate"],
  .navbar-expand-lg .navbar-nav .nav-link[title="Account"] {
    padding-right: 0;
  }

  .nav-link[title="Donate"] span,
  .nav-link[title="Account"] span {
    padding: 8px 17px;
    border: 1px solid #000;
    border-radius: 3px;
  }

  .navbar-brand img {
    max-width: 184px;
  }

  .nav-link[aria-expanded="true"] {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  }

  .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 991px) {
  .dropdown-item br {
    display: none;
  }
}

/* ====================================================================== */
/* HERO
/* ====================================================================== */
.hero {
  min-height: 242px;
  color: #fff;
  text-align: center;
  background-color: #38384c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.hero .cover {
  overflow: hidden;
}

.hero img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  font-weight: 500;
  letter-spacing: 1px;
}

.hero h6 {
  margin: 0 0 13px 0;
}

.hero-content {
  position: relative;
  margin: auto;
  padding: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 1), 0 2px 50px rgba(0, 0, 0, 1),
    0 2px 100px rgba(0, 0, 0, 1);
  z-index: 1;
}

/* ====================================================================== */
/* LEAD
/* ====================================================================== */
.lead {
  margin-bottom: 44px;
}

/* ====================================================================== */
/* SUBSCRIBE
/* ====================================================================== */
.subscribe {
  text-align: center;
  padding-top: 98px;
  padding-bottom: 32px;
  border-top: 1px solid #979797;
}

.subscribe h4 {
  font-weight: 600;
  margin: 0 0 15px 0;
}

.subscribe p {
  font-size: 16px;
  font-family: "Merriweather", serif;
  margin: 0 0 20px 0;
}

.subscribe form input,
.subscribe form button {
  font-size: 12px;
  font-weight: 500;
  padding: 15px;
  border: 2px solid #2c8180;
}

.subscribe form input {
  width: auto;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}

.subscribe form input:focus {
  border: 2px solid #2c8180;
  border-right: none;
  box-shadow: none;
}

.subscribe form button {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #afd9d8;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}

.subscribe form button:hover {
  color: #000;
  background-color: #afd9d8;
  border-color: #2c8180;
}

.social a {
  width: 32px;
  height: 32px;
  background: #2c8180;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.social a svg {
  height: 16px;
  fill: #fff;
}

.single .subscribe {
  border-top: none;
}

@media (min-width: 576px) {
  .subscribe p {
    font-size: 18px;
  }

  .subscribe form input {
    min-width: 270px;
  }

  .subscribe form input,
  .subscribe form button {
    font-size: 14px;
    padding: 15px 20px;
  }
}

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

.footer {
  margin-top: 40px;
  padding-bottom: 20px;
}

.footer h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.footer ul {
  text-align: center;
  margin: 45px 0 0;
}

.footer li a {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 4px;
}

.footer li:last-of-type a {
  margin-bottom: 0;
}

.icons a {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 15px;
}

.icons col:first-of-type a {
  padding-left: 0;
}

.icons col:last-of-type a {
  padding-right: 0;
}

.icons a:hover {
  text-decoration: none;
}

.icons span {
  display: block;
}

.icons svg {
  fill: #979797;
  height: 24px;
}

.support {
  text-align: center;
  margin: 45px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #ccc;
}

.support h6 {
  margin-bottom: 28px;
}

.support p {
  font-size: 13px;
  font-family: "Merriweather", serif;
  line-height: 1.5;
}

.legal {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 0;
}

.legal p:last-of-type {
  margin-bottom: 0;
}

.legal .logo {
  display: block;
}

.footer .icons {
  margin-top: 32px;
}

.legal .logo img {
  max-width: 100%;
}

.legal .text-red {
  padding: 7px 0 0;
  margin-bottom: 10px;
  line-height: 1.9;
}

@media (min-width: 576px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 10px 52px 47px;
  }

  .footer ul {
    text-align: left;
  }

  .support {
    padding: 0 0 0 40px;
    border-top: none;
    border-left: 1px solid #ccc;
  }

  .legal {
    padding: 30px 55px;
  }
}

@media (min-width: 991px) {
  .legal .logo img {
    max-width: 267px;
  }
}

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

.post-preview {
  color: inherit;
}

.post-preview:hover {
  color: inherit;
  text-decoration: none;
}

.post-preview__image {
  background-color: #38384c;
  overflow: hidden;
  border-radius: 10px;
}

.post-preview__content {
  padding-left: 20px;
}

.post-preview__excerpt {
  color: #2b2b2b;
  font-size: 11px;
  line-height: 1.8;
  font-family: "Merriweather", serif;
  letter-spacing: 0.5px;
}

.latest-news {
  padding-top: 64px;
}

.latest-news h4 {
  font-weight: 600;
  padding-bottom: 32px;
}

.latest-news .post-preview__excerpt {
  color: #2b2b2b;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.latest-news .post-preview__title h6 {
  padding: 5px 0 0 0;
}

.post-preview__more {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 2px;
}

.more button {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 28px;
  padding: 13px 23px;
  border-width: 2px;
}

.post-header-details {
  color: #787878;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 38px 0 20px;
}

.post-header-details span {
  color: #84c8bc;
  font-weight: 700;
  margin: 0 5px 0;
}

.post-header-title h2 {
  font-weight: 600;
  padding: 0 0 38px;
}

.post-header-hero {
  margin-bottom: 48px;
}

.post-header-hero img {
  border-radius: 10px;
}

.post-content {
  color: #2b2b2b;
  font-family: "Merriweather", serif;
}

.post-content iframe {
  margin: 0 auto 40px !important;
  max-width: 100%;
  width: 100%;
}

.share-btn {
  width: 32px;
  height: 32px;
  fill: #fff;
  background: #2c8180;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 10px 10px 14px;
}

.share-btn svg {
  height: 16px;
}

@media (min-width: 992px) {
  .blog .post-preview {
    padding: 0 20px;
  }
  .blog .ratio {
    padding-top: 65%;
  }
}

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

.faqs {
  margin: 60px 0;
}

.sidebar {
  margin: 0 0 30px 0;
}

.sidebar-categories {
  margin: 30px 0 30px 0;
  padding: 30px 0 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sidebar-categories-title {
  color: #757575;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.sidebar-categories a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

.sidebar-categories a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
  border-radius: 50%;
}

.sidebar-content {
  color: #696969;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
}

[role="combobox"]:focus,
[role="textbox"]:focus,
.btn:focus,
.trumbowyg-editor:focus,
#toggle-avail:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-sidebar {
  color: #2b2b2b;
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
}
.contact-sidebar .button {
  transition: 0.3s ease all;
}
.contact-sidebar .button:hover {
  background: #bcdfdc;
}

.qa h4 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.qa h4:first-of-type {
  margin-top: 0;
}

.question {
  margin-bottom: 15px;
}

.question h5 {
  font-weight: 600;
  line-height: 1.5;
}

.answer {
  color: #2b2b2b;
  font-family: "Merriweather", serif;
  margin-bottom: 40px;
}

.contact-sidebar h5 {
  color: #000;
  font-size: 1rem;
}

.sidebar-content-faq {
  font-weight: 400;
}

.therapsit-landing-sidebar {
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-weight: 300;
}
.therapsit-landing-sidebar .sidebar-icon {
  position: relative;
}
.therapsit-landing-sidebar .sidebar-icon svg {
  position: absolute;
  width: 40px;
}
.therapsit-landing-sidebar .sidebar-icon-content {
  padding-left: 50px;
}
.therapsit-landing-sidebar strong {
  display: inline-block;
  line-height: 1.5;
  padding-right: 2rem;
}
.therapsit-landing-sidebar ul {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .sidebar {
    height: 100%;
    margin-bottom: 0;
    padding: 0 36px 0 25px;
  }

  .sidebar-categories {
    margin: 0 0 36px 0;
    padding: 0 0 30px 5px;
    border-top: none;
  }

  .sidebar-padding {
    height: 100%;
    padding: 0 66px 0 0;
    border-right: 1px solid #eee;
  }

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

  .page-topics .contact-sidebar:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* ====================================================================== */
/* LOGIN
/* ====================================================================== */

#login {
  text-align: center;
  margin: 30px auto 0;
}

#login h2 {
  margin-bottom: 40px;
}

#login .form-group {
  margin-bottom: 36px;
}

.form-lost {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  margin: 13px auto 40px;
}

.form-redirect {
  font-size: 12px;
  font-weight: 500;
}

.form-redirect a {
  text-decoration: underline;
}

.form .alert {
  font-size: 13px;
  font-weight: 500;
}

.form .alert a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #login {
    margin: 104px auto 0;
  }
}

/* ====================================================================== */
/* DONATE
/* ====================================================================== */

#donate {
  margin-bottom: 100px;
}

.donate-form {
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  padding: 20px;
}

.donate-form h4,
.donate-about h4 {
  font-weight: 500;
  margin-bottom: 30px;
}

.donate-form h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}

.donate-form p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.donate-form .form-control {
  font-weight: 600;
  margin-bottom: 30px;
  border: none;
}

.donate-form-option {
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background-color: #a2e6d9;
  margin: 0 0 25px;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

.donate-form .btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 40px;
  border-color: #fff;
}

.donate-wires {
  font-size: 13px;
  font-weight: 500;
  margin-top: 70px;
}

.donate-wires h6 {
  margin-bottom: 15px;
}

.donate-about {
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  padding: 40px 20px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.donate-about-contacts {
  color: #757575;
  font-family: "Merriweather", serif;
  line-height: 2;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .donate-form {
    padding: 60px;
  }

  .donate-about {
    padding: 60px 20px 20px 40px;
  }
}

/* ====================================================================== */
/* Member Payment
/* ====================================================================== */

.memberPayment {
  font-size: 13px;
}

.memberPayment .btn {
  margin-bottom: 40px;
}

.memberPayment p {
  font-weight: 500;
}

.memberPayment .divider {
  width: 200px;
  height: 1px;
  background-color: #d8d8d8;
  margin: 40px auto 40px;
}

#memberPayment {
  padding-bottom: 78px;
}

@media (min-width: 992px) {
  .memberPayment .divider {
    width: 300px;
  }
}

/* ====================================================================== */
/* Contact
/* ====================================================================== */

#contact {
  padding-top: 30px;
  padding-bottom: 100px;
}

.contact-sidebar {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
}

.contact-sidebar .button,
.sidebar-content-faq .button,
.therapsit-landing-sidebar .button {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 9px 18px 8px 40px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

.therapsit-landing-sidebar .button {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  width: 200px;
}

.contact-sidebar svg,
.sidebar-content-faq svg {
  height: 20px;
  position: absolute;
  top: 7px;
  left: 10px;
}

.contact-content p {
  margin-bottom: 30px;
}

.contact .form-group {
  margin-bottom: 40px;
}

.contact .form-control {
  border: 1px solid #046880;
}

.content-sm {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.form-contact ::-webkit-input-placeholder {
  color: #696969;
}
.form-contact :-ms-input-placeholder {
  color: #696969;
}
.form-contact ::placeholder {
  color: #696969;
}
.form-contact .form-control,
.form-contact .select2-selection {
  border: 1px solid #046880;
  font-size: 14px;
  font-weight: 500;
}
.form-contact .select2-selection,
.form-contact #form-contact-state {
  height: auto !important;
}

@media (min-width: 992px) {
  .form-contact .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .form-contact .col-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .full-form .contact-content {
    height: 100%;
    padding-left: 50px;
    box-shadow: -1px 0 0 #e5e5e5;
  }
}

/* ====================================================================== */
/* About
/* ====================================================================== */

.about-mission {
  height: 100%;
  color: #fff;
  background: #2c8181;
  background-size: cover;
  background-position: 50%;
  padding: 60px 20px 20px 60px;
}

.about-mission p {
  padding-right: 100px;
}

.about-mission h4 {
  padding: 0 0 15px 0;
}

.about-numbers {
  padding: 30px 0 23px 44px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.about-numbers h4 {
  font-weight: 600;
}

.about-numbers-number {
  color: #008890;
  font-size: 42px;
  font-family: "Merriweather", serif;
  letter-spacing: -3px;
  line-height: 1;
  padding: 8px 0 11px 0;
}

.about-numbers-title {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 6px;
}

.about-numbers-body {
  color: #2b2b2b;
  font-size: 12px;
  font-family: "Merriweather", serif;
}

.about-video {
  padding: 30px 0 30px 44px;
  border-bottom: 1px solid #d8d8d8;
}

.about-video h4 {
  font-weight: 600;
  padding: 0 0 19px 0;
}

.about-video-body {
  color: #2b2b2b;
  font-size: 12px;
  font-family: "Merriweather", serif;
}

.click-to-play img {
  margin: 0 0 20px 0;
}

.about-mission h4 {
  padding: 0 0 15px 0;
}

.about-team h4 {
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
  padding: 50px 0 60px 0;
  border-top: 1px solid #dfdfdf;
}

.about-team-0 h4 {
  padding-top: 90px;
  border: none;
}

.about-team-member-thumbnail {
  width: 100%;
  height: 0;
  background-position: 50%;
  background-size: cover;
  padding-top: 100%;
  border-radius: 5px;
}

.about-team-member-content {
  padding: 0 40px 0 0;
}

.about-team-member-name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 12px 0;
}

.about-team-member-title {
  color: #000000;
  font-size: 12px;
  font-family: "Merriweather", serif;
  font-weight: 600;
  margin: 4px 0 0;
}

.about-team-member-body {
  color: #2b2b2b;
  font-size: 11px;
  font-family: "Merriweather", serif;
}

.about-team-member {
  margin-bottom: 40px;
}

.about-team-member-content .btn {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 24px;
  margin: 10px 0 0;
}

.about-team-member-content .btn:hover {
  color: #fff !important;
}

.page-about .subscribe {
  border-top: none;
}

.page-about .donate-form .btn {
  margin-top: 20px;
}

.about-more {
  margin-top: 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.page-about .posts {
  padding: 40px 20px 20px 40px;
}

.see-more-posts {
  color: #2c8180;
  font-size: 12px;
  font-weight: 600;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.pop {
  max-width: 768px;
  background: #fff;
  position: relative;
  padding: 40px 40px 20px 40px;
  margin: 20px auto;
  border-radius: 5px;
}

.pop-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .click-to-play img {
    margin: 0;
  }
}

blockquote {
  color: #505050;
  font-size: 24px;
  line-height: 1.7;
  font-style: italic;
  position: relative;
  padding: 40px 40px 30px 70px;
}

blockquote strong {
  color: #111;
  font-weight: 400;
}

blockquote p {
  position: relative;
}

blockquote p:first-of-type:before {
  content: "";
  width: 26px;
  height: 21px;
  background-image: url(../img/blockquote.png);
  position: absolute;
  left: -50px;
  top: 10px;
}

.page-topics .contact-sidebar {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.page-topics .contact-sidebar img {
  margin: 10px 0 0;
  border-radius: 8px;
}

.page-topics .contact-sidebar .btn-sm {
  font-size: 10px;
  padding: 9px 18px 8px 18px;
  border: 1px solid #046880;
  border-left: none;
  border-radius: 0 0.2rem 0.2rem 0;
  position: relative;
  left: -1px;
}

.sidebar-specialties svg {
  width: 6px;
  height: 6px;
  fill: #2c8180;
  position: relative;
  top: -2px;
  left: 0;
}

.sidebar-show {
  display: none;
}

.sidebar-specialties a {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .link-list {
    height: 100%;
    padding-left: 50px;
    box-shadow: -1px 0 0 #e5e5e5;
  }
}

.contact-sidebar .form-inline .form-control {
  max-width: 140px;
  line-height: 1.6;
  padding: 5px 10px;
  border: 1px solid #046880;
  border-radius: 0.2rem 0 0 0.2rem;
}

.specialty-item {
  margin-bottom: 50px;
}

.share-with-friend i {
  width: 32px;
  height: 32px;
  background: #046880;
  background-size: contain;
  background-image: url(../img/share.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

.share-with-friend {
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 30px 0 0 0;
  cursor: pointer;
}

.share-with-friend:hover {
  color: #fff;
  text-decoration: none;
}

.page-member-info .about-numbers {
  padding-right: 65px;
}

.page-member-info .about-mission {
  font-weight: 400;
  background-color: #0f3157;
}

.page-member-info .about-mission a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px 10px 10px 0;
  padding: 16px 40px;
  border-color: #fff;
}

.works-item {
  margin-bottom: 30px;
}

.works-icon {
  max-width: 55px;
}

.works-icon img {
  width: 100%;
  height: auto;
}

.works-item p {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}

.works-item h6 {
  font-weight: 600;
}

.ad {
  height: 100%;
  display: block;
  padding: 2px;
}

.ad:hover {
  text-decoration: none;
}

.ad-content {
  height: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  background: #000;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 60px 60px 20px;
}

.ad-content h5 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  flex-grow: 1;
}

.ad-content span {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: inherit;
  background: rgba(255, 255, 255, 0.5);
  margin: 40px auto 20px;
  padding: 16px 40px;
  border-color: #fff;
  border-width: 2px;
  cursor: pointer;
}

.ad-logo img {
  width: 175px;
  max-width: 100%;
}

.sans {
  font-family: "Montserrat", sans-serif;
}

.faqs .sans {
  color: #2b2b2b;
  font-weight: 600;
}

.bullet {
  list-style: none;
  position: relative;
  margin-bottom: 28px;
  padding-left: 16px;
}

.bullet:before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  border: 2px solid #046880;
  border-radius: 50%;
}

.bullet:after {
  content: "A";
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -26px;
}

.bullet-b:after {
  content: "B";
}

.bullet-b span {
  font-size: 12.5px;
  line-height: 2;
  display: block;
  margin-top: 14px;
  padding-left: 20px;
}

.contact-sidebar .button {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 18px 12px 40px;
}

.steps {
  margin-bottom: 60px;
  transform-origin: left center;
  transform: scale(0.5);
}

@media (min-width: 576px) {
  .steps {
    transform: scale(0.7);
  }
}

@media (min-width: 768px) {
  .steps {
    transform: scale(1);
  }
}

.step {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}

.step-shape {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.step-active .step-shape {
  border-color: #046880;
}

.step-gutter {
  width: 75px;
  background: #046880;
}

.step-line {
  width: 95%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
}

.step-line-color {
  width: 20%;
  height: 100%;
  background: #046880;
}

.loading {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loading svg {
  width: 30px;
  height: 30px;
  animation-duration: 1500ms;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#map {
  width: 100%;
  height: 100%;
  position: relative;
}

#map .mask {
  width: 100%;
  height: 40px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#map .btn {
  text-transform: uppercase;
  background-color: rgba(145, 185, 183, 0.75);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  z-index: 5;
}

.map-note {
  max-width: 275px;
  color: #989898;
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: -25px;
  z-index: 10;
}

.area {
  width: 0;
  height: 0;
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
}

.btn-second-office {
  font-size: 11px;
  font-weight: 700;
  padding: 8px 20px;
}

.form-content .divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 10px auto 50px;
}

.form-app h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

label {
  font-size: 14px;
  font-weight: 500;
}

.custom-checkbox {
  margin-bottom: 10px;
}

.custom-control-label::before {
  top: 0.45rem;
  border: 1px solid #046880;
}

.custom-control-label::after {
  top: 0.45rem;
}

.form-app-detail {
  color: #696969;
  font-size: 13px;
  font-weight: 300;
  font-family: "Merriweather", serif;
  margin-top: -15px;
}

.photo-note {
  color: #2b2b2b;
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-weight: 300;
}

.alert {
  font-size: 14px;
}

.step-complete .step-shape {
  border-color: #046880;
}

.step-complete .step-number img {
  width: 23px;
}

.form-introduction {
  max-width: 80%;
  color: #d0021b;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  margin-bottom: 20px;
}

.contact-sidebar {
  font-family: "Merriweather", serif;
}

.contact-sidebar-3 {
  margin-bottom: 60px;
}

.contact-sidebar-2 {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ====================================================================== */
/* ACCOUNT
/* ====================================================================== */

.minimenu {
  margin-bottom: 50px;
  border: 1px solid #ccc;
}

.minimenu-title {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #696969;
  padding: 8px 30px 8px 40px;
}

.minimenu-content {
  padding: 12px 30px 22px;
}

.minimenu-link {
  color: #686868;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 14px 10px;
  border-bottom: 1px solid #cccc;
}

.minimenu-link svg {
  width: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.account-profile-preview {
  color: rgb(80, 80, 80);
  display: block;
}

.account-profile-preview:hover {
  color: rgb(80, 80, 80);
  text-decoration: none;
}

.search-results {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}

.search-results .account-profile-preview {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.account-profile-preview .btn {
  font-size: 11px !important;
  padding: 10px !important;
  border-width: 1px !important;
  border-radius: 6px !important;
  letter-spacing: 1px;
  margin-bottom: 16px;
  background: rgba(135, 197, 192, 0.49);
  border: 1px solid #87c5c0;
  transition: 0.3s ease all;
}
.account-profile-preview .btn:hover {
  background: rgba(135, 197, 192, 1);
}

.account-profile-preview-portrait {
  max-width: 300px;
  margin-bottom: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.account-profile-preview-name {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.account-profile-preview-title {
  color: #2b2b2b;
  opacity: 0.77;
  font-size: 14px;
  font-weight: 600;
  font-family: "Merriweather", serif;
  line-height: 22px;
}

.account-profile-preview-address {
  color: #2b2b2b;
  opacity: 0.77;
  font-size: 14px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: 22px;
}

.account-profile-preview-bio {
  color: #2b2b2b;
  opacity: 0.77;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin-top: 10px;
}

.toggle__active {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 25px 0 0;
  border-top: 1px solid #e5e5e5;
}

.toggle-off,
.toggle-on {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.toggle {
  -webkit-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 10px;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: pink;
  border-radius: 5px;
  color: #fff;
  border-right: 1px solid #000;
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked:before {
  left: auto;
  right: 0;
  background: #2c8180;
  border-right: none;
  border-left: 1px solid #000;
}

.toggle__active__text {
  flex-grow: 1;
}

.testimonial {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-icon svg {
  width: 20px;
  height: auto;
  fill: #37a1a1;
  margin: 0 auto 5px;
}

.testimonial-body {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  text-align: center;
  color: #5a5a5a;
}

.testimonial-cite {
  font-family: "Merriweather", serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.1px;
  text-align: center;
  color: #757575;
}

.nextsteps {
  text-align: center;
  margin-bottom: 100px;
  padding-top: 80px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.nextsteps h4 {
  font-weight: 600;
  margin-bottom: 60px;
}

.route-button {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.route-button-title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.route-button:hover {
  color: #fff;
  text-decoration: none;
}

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

.hero-landing {
  min-height: 500px;
}

.hero-landing h2 {
  margin-bottom: 20px;
}

.hero-content-search {
  margin-top: 50px;
}

.hero-content p {
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
}

.hero-content p br {
  display: none;
}

.hero-content-search input {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.5);
  border-color: #fff;
  border-radius: 5px;
}

.hero-content-search button {
  margin-top: 15px;
  border-color: #fff;
  border-radius: 5px;
}

.works {
  padding: 30px 10px 0 40px;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
  border-bottom: solid 1px rgba(151, 151, 151, 0.3);
}

.serves {
  padding: 30px 10px 10px 40px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.3);
}

.works h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.serves h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.serves p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  color: #2b2b2b;
}

.works-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: -0.2px;
  margin: 12px 0 8px;
}

.works-content {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  color: #2b2b2b;
}

.home-therapists {
  padding-top: 75px;
}

.home-therapists h4 {
  font-weight: 600;
  text-align: center;
}

.change-city {
  font-family: "Merriweather", serif;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 40px;
}

.change-city span {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px dashed #2d2d2d;
}

.home-therapist {
  color: #2d2d2d;
  font-family: "Merriweather", serif;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin: 7px;
}

.home-therapist:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.home-therapist-portrait {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.home-therapist-name {
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-therapist-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.home-therapist-city {
  margin-bottom: 5px;
}

.home-therapist-accepting {
  font-style: italic;
}

.home-therapist-body {
  padding: 0 10px;
}

.home-therapists-more {
  text-align: center;
  margin-top: 35px;
}

.home-therapists-more .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-width: 2px;
}

.home-therapists-change {
  text-align: center;
  margin-top: 6px;
}

.home-therapists-change a {
  color: #2c8180;
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.home-testimonials {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
}

.home-testimonials h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.home-testimonials .testimonial {
  margin: 0;
}

.home-testimonials .testimonial-body {
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #444444;
}

.affiliates {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;

  margin-top: 100px;
  padding-top: 100px;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
}

.affiliates a {
  display: block;
  margin: 20px;
}

.affiliates img {
  max-width: 110px;
  max-height: 30px;
}

.page-landing .subscribe {
  border-top: none;
}

.page-landing .posts {
  padding: 56px 20px 30px 40px;
}

.new {
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}
.new h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.page-member-info .nextsteps {
  padding-top: 60px;
  margin-bottom: 70px;
}

@media (min-width: 576px) {
  .hero-content-search input {
    width: 300px !important;
    text-align: left;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }

  .hero-content-search button {
    margin: 0;
    border-left: none;
    border-radius: 0 5px 5px 0;
  }
}

.therapistWhy h4 {
  text-align: center;
  font-weight: 600;
  margin: 80px 0 60px;
}

.why .ratio .cover {
  border-radius: 5px;
}

.why-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  margin: 20px 0 8px;
}

.why-body {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
}

.benefits {
  margin-top: 80px;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
}

.benefits h4 {
  text-align: center;
  font-weight: 600;
  margin: 60px 0 60px;
}

.benefit {
  margin-bottom: 40px;
}

.benefit-title {
  font-size: 16px;
  font-weight: 600;
}

.benefit-body {
  font-size: 13px;
  font-weight: 500;
}

.benefit-image {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background-color: #f1f1f1;
  position: relative;
  padding: 12px;
  border-radius: 5px;
}

.page-member-serves .lead h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-member-serves .lead p {
  color: #757575;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-right h3,
.about-left h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-right,
.about-left {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  padding: 40px 60px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.about-left {
  height: 100%;
  color: #fff;
  background: #000;
  background-size: cover;
  background-position: 50%;
}

.form-next-steps {
  font-size: 14px;
  font-weight: 500;
  background-color: rgb(213, 213, 213, 0.6);
  margin: 0 0 40px;
  padding: 30px 60px 1px 45px;
  border-radius: 2px;
}

.form-information {
  font-size: 13px;
  font-weight: 500;
  color: rgb(230, 0, 0);
  margin: 0 0 40px;
  padding: 0 20px 0 5px;
}

@media (min-width: 768px) {
  .hero-content p br {
    display: inline;
  }
}

/* ====================================================================== */
/* THERAPIST
/* ====================================================================== */

.page-therapist {
  padding-top: 80px;
}

.therapist-left-portrait {
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.therapist-left-icons {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 0 30px 0;
}

.therapist-left-icon {
  font-size: 14px;
  min-height: 30px;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-right: 10px;
  padding: 0 0 0 40px;
  position: relative;
}

.therapist-left-icon a {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/info.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
}

.therapist-left-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 15px 0 0;
  transform: translateY(-50%);
}

.therapist-left-icon[data-type="available"]:before {
  background-image: url(../img/icon-therapist-active.png);
}

.therapist-left-icon[data-type="unavailable"]:before {
  background-image: url(../img/icon-therapist-inactive-2.png);
}

.therapist-left-icon[data-type="remote"]:before {
  background-image: url(../img/icon-therapist-remote.png);
}

.therapist-left-icon[data-type="intern"]:before {
  background-image: url(../img/icon-therapist-intern.png);
}

.therapist-left-icon[data-type="international"]:before {
  background-image: url(../img/icon-therapist-international.png);
}

.therapist-left-icon[data-type="verified"]:before {
  background-image: url(../img/icon-therapist-verified.png);
}

.therapist-left-actions {
  margin: 0 0 50px 0;
}

.therapist-left-actions .btn-primary {
  margin-top: 20px;
}

.therapist-center {
  padding-right: 50px;
}

.therapist-pre {
  color: rgb(139, 139, 139);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1;
}

.therapist-center-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.therapist-center-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.therapist-center-bio {
  font-family: "Merriweather", serif;
  color: rgb(111, 111, 111);
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.therapist-center-details-list-item:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.therapist-center-details-list-item {
  color: #464646;
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

.therapist-center-details-list-item:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.therapist-block {
  color: #464646;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.therapist-block-title {
  color: #000;
  font-weight: 600;
}

.therapist-block:last-of-type {
  border-bottom: none;
}

.therapist-center-details-list {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .therapist-left-container {
    padding-right: 50px;
  }

  .therapist-left {
  }
}

@media (min-width: 992px) {
  .therapist-left-actions {
    margin: 0 0 200px 0;
  }

  .therapist-left-icons {
    justify-content: flex-start;
  }

  .therapist-left-portrait {
    margin: 0 0 30px;
  }
}

/* ====================================================================== */
/* SEARCH
/* ====================================================================== */

.nav-account {
  text-align: right;
  position: absolute;
  top: -5px;
  right: 63px;
  z-index: 9;
}

.page-search {
  margin-bottom: 45px;
}

.page-search-title {
  text-align: center;
  margin: 0 0 36px;
  padding: 40px 0 30px;
  border-bottom: solid 1px rgb(222, 222, 222);
}

.page-search-title h2 {
  font-weight: 600;
}

.page-search-title a {
  color: #2c8180;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease all;
}

.page-search-title a:hover {
  color: #1f5b5a;
  text-decoration: none;
}

.page-search-title a:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/info.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}

.search-sidebar {
  border: solid 1px rgb(173, 173, 173);
}

.search-sidebar-title {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgb(71, 71, 71);
  padding: 10px 15px;
}

.search-sidebar-title .filter-toggle {
  display: none;
}

/* .search-sidebar .date-options button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  font-size:18px;
  background: none;
  border: none;
} */

.search-sidebar ul.filter {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.search-sidebar ul.filter li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.search-sidebar ul.filter li:last-child {
  margin-bottom: 0px;
}

.search-sidebar ul.filter li label {
  margin-bottom: 0px;
  margin-left: 10px;
  white-space: normal;
  width: calc(100% - 28px);
}

.search-sidebar .date-toggle {
  color: #242424;
  font-size: 11px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0 0 10px;
}

.search-sidebar .date-toggle:after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: rgb(33, 33, 33);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.search-sidebar .date-toggle[aria-expanded="false"]:before {
  content: "";
  width: 2px;
  height: 8px;
  background-color: rgb(33, 33, 33);
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.search-sidebar .state-select {
  display: none;
  margin-top: 10px;
}

.search-sidebar .state-select.active {
  display: block;
}

.search-sidebar .location-options {
  display: none;
  margin-top: 10px;
}

.search-sidebar .location-options.active {
  display: block;
}

.search-sidebar .form-search {
  padding: 15px 15px 50px 15px;
}

/**
 * @name .tag1
 * @description Tag button
 */

.tag1 {
  --h: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: var(--h);
  padding: var(--py, 6px) var(--px, 14px);
  border: none;
  border-radius: calc(var(--h) / 2);
  box-shadow: inset 0 0 0 1px var(--oc, var(--c_o1t));
  background: var(--bc, var(--c_i2t));
  color: var(--tc, var(--c_d1t));
  font: 14px/20px var(--ff_1);
  transition-property: var(--t8n_p1), color;
  pointer-events: none;
}
.tag1:hover {
  --oc: var(--c_e1);
}
.tag1 a {
  --aown: 0;
  margin-right: 5px;
  margin-left: -3px;
  font-size: 12px;
  pointer-events: auto;
}
.tag1:hover a {
  color: var(--oc);
}
.tag1 span {
  text-transform: capitalize;
}
/**
  * @name .tags1
  * @description Archive filters
  * @example { }
  */

.tags1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--s2);
}
.tags1-entries {
  --gx: 8px;
  --gy: 8px;
  flex-grow: 1;
  margin-bottom: 0;
}
.tags1-entries li {
  width: auto;
}
.tags1-clear {
  flex: none;
  min-width: 0;
  margin: 0 0 0 var(--s3);
}

@media screen and (max-width: 719px) {
  .tags1 {
    display: block;
  }
  .tags1-clear {
    margin: var(--s2) 0 0;
  }
}

.search-sidebar label {
  color: rgb(80, 80, 80);
  font-size: 12px;
  line-height: normal;
}

.search-sidebar label.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-sidebar .btn-secondary {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 9px;
  border: 1px solid #242424;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}

.search-sidebar .form-group {
  position: relative;
  margin: 0 0 10px;
}

.search-sidebar .form-control {
  /* padding: 6px 10px; */
  border: 1px solid #242424;
  background: white;
}

.search-sidebar input[type="checkbox"],
.search-sidebar input[type="radio"] {
  margin-right: 0px;
  height: 18px;
  cursor: pointer;
}

.page-search .contact-wrap {
  margin-top: 50px;
}

.sidebar-option {
  margin: 0 0 15px 0;
  padding: 0 0 5px;
  border-bottom: solid 1px rgb(238, 238, 238);
}

.search-sidebar .select2-container--bootstrap4 .select2-selection--single,
.search-sidebar .select2-container--bootstrap4 .select2-search__field {
  height: 44px;
  padding: 14px 10px;
}

.search-sidebar
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0px;
}

.search-sidebar
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  height: 44px;
  margin: 0;
  padding: 12px 10px;
}

.search-sidebar
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 5px;
  font-size: 11px;
}
.select2-container--bootstrap4 .select2-selection,
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
  background: white;
}
.search-sidebar .select2-container--bootstrap4 .select2-selection,
.search-sidebar
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.search-sidebar
  .select2-container--bootstrap4.select2-container--open
  .select2-selection {
  border: 1px solid #242424;
}

.search-sidebar .select2-selection--multiple ul:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #2b2b2b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.search-sidebar .select2-selection--multiple ul:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  border-top: 5px solid #eee;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 2;
}

.therapist-mobile-container {
  text-align: center;
}
.therapist-center .therapist-center-title {
  display: none;
}
.therapist-center .therapist-center-subtitle {
  display: none;
}

@media (min-width: 768px) {
  .therapist-mobile-container {
    display: none;
  }
  .therapist-center .therapist-center-title {
    display: block;
  }
  .therapist-center .therapist-center-subtitle {
    display: block;
  }
}

@media (min-width: 992px) {
  .about-right,
  .about-left {
    min-height: 500px;
  }
}

.home-testimonials-more {
  text-align: center;
  margin: 30px auto 0;
}

.select2-container
  .select2-selection__rendered
  > *:first-child.select2-search--inline {
  width: 100% !important;
}
.select2-container
  .select2-selection__rendered
  > *:first-child.select2-search--inline
  .select2-search__field {
  width: 100% !important;
}

.account-profile-affiliate-url {
  margin-top: 25px;
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
}

.account-profile-documents h4 {
  font-weight: 600;
  margin-bottom: 45px;
}

.account-profile-documents h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.account-profile-documents {
  margin: 25px 0 40px;
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.account-profile-documents a {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 9px 18px 8px 18px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

.account-profile-benefit {
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  display: block;
  margin-bottom: 40px;
}

.account-profile-benefit-image {
  max-width: 300px;
  background: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.account-profile-benefit h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.account-profile-preview .therapist-left-icon:before {
  width: 16px;
  height: 16px;
  background-size: contain;
}

.account-profile-preview .therapist-left-icon {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  min-height: 26px;
  line-height: 1.4;
  margin-bottom: 0px;
  padding: 0 0 0 24px;
}

.blog .post-preview__image {
  margin-bottom: 15px;
}

.post-preview-press-room .post-preview__image {
  background: #fff;
  padding: 20px;
  border: 2px solid #000;
}

/* .post-preview-press-room .post-preview__image .cover {
  background-size: contain;
} */

.home-testimonials .btn {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  padding: 14px 30px;
  border-width: 2px;
}

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

.faq-actions .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-width: 2px;
}

.faq-actions {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  /* border-top: 1px solid #e5e5e5; */
}

.search-col {
  padding-left: 40px;
}

.search__totals--container {
  margin: auto;
}

.clear-filter {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.clear-filter .icon {
  width: 18px;
  margin-right: 5px;
}

.search-pagination {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0 60px;
  border: 2px solid #000;
  border-radius: 5px;
  overflow: hidden;
}

.search-pagination span {
  display: inline-block;
  padding: 10px 25px;
  border-right: 2px solid #000;
  cursor: pointer;
}

@media (max-width: 991px) {
  .search-pagination span {
    padding: 5px 15px;
  }
}

.search-pagination span:last-of-type {
  border: none;
}

.search-pagination .current {
  color: #757575;
  cursor: default;
}

.search-pagination:empty {
  display: none !important;
}

.search-pagination span:only-child {
  display: none !important;
}

/* ====================================================================== */
/* PROFILE RE-DO
/* ====================================================================== */

.therapist-block-body + .therapist-block-body {
  margin-top: 10px;
}

/* .page-therapist {
  margin-bottom: 120px;
}

.therapist-center {
  padding-right: 40px;
}

.therapist-box {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.therapist-block {
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.therapist-block-body, .therapist-block-title {
  padding-left: 20px;
  padding-right: 20px;
}

.therapist-block-body {
  padding-bottom: 20px;
}

.therapist-block .therapist-pre {
  color: #fff;
  background-color: #37a1a1;
  padding: 12px 20px;
}

.therapist-center-title {
  margin-bottom: 10px;
}

.therapist-center-subtitle {
  margin-bottom: 20px;
}

.therapist-center-bio {
  color: #111;
  font-size: 15px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.therapist-center-details-list {
  margin-bottom: 0;
}

.therapist-center-details .divider {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 30px 0;
} */

.hero-city {
  padding-bottom: 60px;
}

.hero-city-content {
  width: 100%;
  color: rgb(134, 197, 192);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  padding: 13px;
  z-index: 5;
  align-self: flex-start;
}

.therapist-pre {
  color: #057485;
  font-weight: 600;
}

.therapist-center-bio {
  font-size: 14.5px;
}

.therapist-center-subtitle {
  color: #6d6e71;
}

.therapist-center-details {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.therapist-left-portrait {
  background-color: white;
  box-shadow: inset 0 0 0 2px #000;
}

@media (min-width: 992px) {
  .therapist-center-details {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.hero-city-content {
  color: #fff;
  text-align: center;
  background: #2c343e;
}

.select-taxonomy {
  font-size: 12px;
  padding: 12px 16px;
}

.taxonomy-list-term {
  font-size: 12px;
  font-weight: 500;
  background: #c3e2e0;
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.taxonomy-list-term:before {
  content: "Ã—";
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #057485;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50%;
}

.search-sidebar .btn-warning {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  display: block !important;
  padding: 9px !important;
}

.therapist-pop .mfp-close {
  width: 48px;
  height: 48px;
  background-image: url(../img/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px;
}

#collapse-remote .select2-container--bootstrap4 .select2-selection__clear {
  margin-right: 65px;
}

.b-popover {
  width: 16px;
  height: 16px;
  background-image: url(../img/info.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

/* ====================================================================== */
/* THERAPIST LANDING PAGE 01
/* ====================================================================== */

.oCkL-hero-graphic {
  height: 200px;
  position: relative;
}

.oCkL-hero-graphic .cover {
  background-position: top center;
}

.oCkL-hero-logo {
  max-width: 300px;
  margin: 40px auto 30px;
}

.oCkL-hero-content {
  color: rgb(5, 105, 128);
  font-size: 22px;
  font-family: Georgia;
  line-height: 37px;
  text-align: center;
}

.oCkL-cta {
  text-align: center;
  position: relative;
  margin: 45px auto 0;
}

.oCkL-cta a {
  color: rgb(5, 105, 128);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  background: rgb(238, 169, 0);
  background: linear-gradient(
    0deg,
    rgba(238, 169, 0, 1) 0%,
    rgba(243, 196, 80, 1) 100%
  );
  display: inline-block;
  position: relative;
  padding: 24px 60px;
  border-radius: 12px;
  border: 6px solid #fff;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.oCkL-cta-alt a {
  color: rgb(243, 196, 80);
  background: rgb(5, 105, 128);
  background: linear-gradient(
    0deg,
    rgba(5, 105, 128, 1) 0%,
    rgba(0, 135, 143, 1) 100%
  );
}

.oCkL-cta a:hover {
  text-decoration: none;
}

.oCkL-cta-sub {
  font-size: 12px;
  font-weight: 600;
  font-family: Georgia;
  line-height: 15px;
  text-align: center;
  margin: 14px 0 0;
}

.oCkL-cta-line {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(80, 80, 80);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.oCkL-header {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 40px;
}

.oCkL-lead {
  text-align: center;
  padding: 40px 0 0;
}

.oCkL-lead-blocks {
}

.oCkL-lead-block-content {
  color: rgb(80, 80, 80);
  font-size: 15px;
  font-family: Georgia;
  line-height: 21px;
}

.oCkL-lead-block-header {
  font-size: 16px;
  font-weight: 600;
  margin: 20px auto 5px;
}

.oCkL-perk {
  background-color: rgb(0, 135, 143);
  margin: 60px auto 0;
  padding: 50px 0 50px;
}

.oCkL-perk-item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.oCkL-perk-item i {
  width: 15px;
  height: 10px;
  background-image: url(../img/check-solid-yellow.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
}

.oCkL-choice {
  text-align: center;
  margin: 60px 0 0;
}

.oCkL-choice-item-header {
  color: rgb(5, 105, 128);
  font-size: 20px;
  font-weight: 800;
}

.oCkL-choice-item-content {
  color: rgb(80, 80, 80);
  font-size: 15px;
  line-height: 21px;
  font-family: Georgia;
}

.oCkL-choice-cta a {
  max-width: 400px;
  padding: 18px 40px;
}

.oCkL-for {
  color: rgb(80, 80, 80);
  text-align: center;
  font-weight: 600;
  background: rgb(243, 196, 80);
  background: linear-gradient(
    90deg,
    rgba(243, 196, 80, 1) 0%,
    rgba(238, 169, 0, 1) 100%
  );
  margin: 120px auto 0;
  padding: 80px 0 80px;
}

.oCkL-for-header {
  color: rgb(5, 105, 128);
  font-weight: 700;
  margin: 0 auto 10px;
}

.oCkL-subheader {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

.oCkL-for-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.oCkL-testimonials {
  text-align: center;
  margin: 100px auto 0;
}

.oCkL-tools {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 120px auto 190px;
}

.oCkL-tools-header {
  margin: 0 auto 30px;
}

.oCkL-tools-content {
  font-size: 15px;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 0;
}

.oCkL-footer {
  text-align: center;
  background: rgb(230, 230, 230);
  padding: 30px 0 15px;
}

.oCkL-footer-logo {
  max-width: 250px;
  margin: 0 auto 20px;
}

.oCkL-footer-legal {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}

.testimonial-avatar {
  width: 150px;
  height: 150px;
  margin: 0 auto 0;
  border-radius: 50%;
  overflow: hidden;
}

#oCkL-pop {
  max-width: 900px;
  text-align: center;
  background: rgba(5, 105, 128, 0.5);
  margin: auto;
  padding: 50px 0;
  border-radius: 3px;
}

.oCkL-pop-header {
  color: #fff;
  margin: 0 auto 20px;
}

.oCkL-pop-content {
  font-weight: 500;
  line-height: 1.5;
  max-width: 650px;
  margin: auto;
}

.oCkL-for-content strong {
  font-weight: 700;
}

.oCkL-pop-support .support {
  font-weight: 500;
  line-height: 1.7;
  padding: 0;
  margin: auto;
  border: none;
}

.oCkL-pop-support .support a {
  color: #000;
  text-decoration: underline;
}

.oCkL-pop-support .icons {
  margin: 20px auto auto;
}

.oCkL-pop-support .icons a {
  color: #000;
}

.oCkL-pop-support .icons svg {
  fill: #000;
}

.oCkL-for {
  position: relative;
}

.oCkL-for-bg {
  width: 100%;
  height: 100%;
  background-size: 25%;
  background-image: url(../img/bg-repeating.png);
  background-repeat: repeat;
  background-position: 0 -15%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}

.oCkL-testimonials-header {
  margin: 0 auto 20px;
}

.mfp-white {
  background: rgba(255, 255, 255, 0.8);
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .oCkL-hero-graphic {
    height: 250px;
  }
  .oCkL-hero-graphic .cover {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .oCkL-hero-graphic {
    height: 250px;
  }
  .oCkL-tools-content {
    margin: 0 auto -50px;
  }
}

@media (min-width: 1200px) {
  .oCkL-hero-graphic {
    height: 300px;
  }
}

/** Trumbowyg v2.18.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,
#trumbowyg-icons svg {
  height: 0;
  width: 0;
}
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
}
.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before,
.trumbowyg-modal *,
.trumbowyg-modal ::after,
.trumbowyg-modal ::before {
  box-sizing: border-box;
}
.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222;
}
.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 300px;
  margin: 17px auto;
}
.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}
.trumbowyg-box.trumbowyg-fullscreen {
  background: #fefefe;
  border: none !important;
}
.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  transition: height 0.3s ease-out;
}
.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #2b2b2b;
}
@media screen and (min-width: 0 \0) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
@supports (-ms-accelerator: true) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
  opacity: 0.2;
}
.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
  line-height: 18px;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0;
  opacity: 0 !important;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}
.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: 0 0;
}
.trumbowyg-editor[contenteditable="true"]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
}
.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden;
  z-index: 11;
}
.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}
.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}
.trumbowyg-button-pane
  .trumbowyg-button-group
  .trumbowyg-fullscreen-button
  svg {
  color: transparent;
}
.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}
.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}
.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: 0 0;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
}
.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-button-pane.trumbowyg-disable
  button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled
  .trumbowyg-button-pane
  button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
}
.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}
.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #fff;
  outline: 0;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important;
}
.trumbowyg-button-pane
  .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}
.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}
.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #fff;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12;
}
.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 20px 0 10px;
  color: #2b2b2b !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms;
}
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1;
}
.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  backface-visibility: hidden;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #2b2b2b;
  background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2bc06a;
  width: 0;
  height: 100%;
  transition: width 150ms linear;
}
.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}
.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  transition: all 150ms;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878f;
  background-color: #fbfcfc;
  border: 1px solid #dedede;
  padding: 0 7px;
  width: 150px;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}
.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  transition: all 150ms;
}
.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
  outline: 0;
  border: 1px solid #95a5a6;
}
.trumbowyg-modal-box label input:focus {
  background: #fbfcfc;
}
.trumbowyg-modal-box label input[type="checkbox"] {
  left: 6px;
  top: 6px;
  right: auto;
  height: 16px;
  width: 16px;
}
.trumbowyg-modal-box
  label
  input[type="checkbox"]
  + .trumbowyg-input-infos
  span {
  width: auto;
  padding-left: 25px;
}
.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #2b2b2b;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  transition: all 150ms;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #40d47e;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #fbfbfb;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}
.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}
.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
  border: none;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px) !important;
  overflow: auto;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}
.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
  max-width: 100%;
}
.trumbowyg-editor img,
.trumbowyg-editor video {
  height: auto;
}
.trumbowyg-editor img {
  cursor: move;
}
.trumbowyg-editor.trumbowyg-reset-css {
  background: #fefefe !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  color: #2b2b2b;
}
.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
  box-shadow: none !important;
  background: 0 0 !important;
  margin: 0 0 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}
.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}
.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
  padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
  border: none;
  margin: 2px !important;
  padding: 0 0 0 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: 0 0;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}
.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434;
}
.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}
@media screen and (min-width: 0 \0) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
@supports (-ms-accelerator: true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
.trumbowyg-dark .trumbowyg-box svg {
  fill: #ecf0f1;
  color: #ecf0f1;
}
.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}
.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #343434;
}
.trumbowyg-dark
  .trumbowyg-button-pane
  .trumbowyg-button-group:not(:empty)::after {
  background-color: #343434;
}
.trumbowyg-dark
  .trumbowyg-button-pane
  .trumbowyg-button-group:not(:empty)
  .trumbowyg-fullscreen-button
  svg {
  color: transparent;
}
.trumbowyg-dark
  .trumbowyg-button-pane.trumbowyg-disable
  .trumbowyg-button-group::after {
  background-color: #2a2a2a;
}
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: #2b2b2b;
}
.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}
.trumbowyg-dark
  .trumbowyg-fullscreen
  .trumbowyg-button-pane
  .trumbowyg-button-group:not(:empty)
  .trumbowyg-fullscreen-button
  svg {
  color: #ecf0f1;
  fill: transparent;
}
.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #2b2b2b;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}
.trumbowyg-dark .trumbowyg-dropdown button {
  background: #2b2b2b;
  color: #fff !important;
}
.trumbowyg-dark .trumbowyg-dropdown button:focus,
.trumbowyg-dark .trumbowyg-dropdown button:hover {
  background: #222;
}
.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222;
}
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}
.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  label
  .trumbowyg-input-infos
  span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}
.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #2b2b2b;
}
.trumbowyg-dark .trumbowyg-modal-box label input:focus,
.trumbowyg-dark .trumbowyg-modal-box label input:hover {
  border-color: #626262;
}
.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #2f2f2f;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #1b7943;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #25a25a;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #176437;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #2b2b2b;
  color: #ccc;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #444;
}
.trumbowyg-dark
  .trumbowyg-modal-box
  .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}
.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6);
}

.trumbowyg-editor[contenteditable="true"]:empty::before {
  content: attr(placeholder);
  color: #999;
}

.therapist-center-bio span {
  font-size: inherit !important;
}

.admin-btn {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #f0f0f0;
  border-left: 0;
  color: #2a2a35;
  font-size: 14px;
  padding: 14px 24px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15%;
  left: 0;
  z-index: 99999;
}

.admin-btn svg {
  width: 20px;
  margin: -2px 10px 0 0;
}

.city_note {
  color: #008790;
}

.city_note:before {
  content: "";
  width: 150px;
  height: 2px;
  background: #008790;
  display: inline-block;
  margin: 30px 0 30px 0;
}

.city_note:after {
  content: "";
  width: 150px;
  height: 2px;
  background: #008790;
  display: inline-block;
  margin: 30px 0 10px 0;
}

/* ====================================================================== */
/* RESOURCES
/* ====================================================================== */

#resources .post-content {
  margin: 20px auto 60px;
}

#resources .post-content > .container {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}

#resources .post-content h2 {
  color: #057485;
  margin-top: 60px;
  margin-bottom: 20px;
}

#resources .post-content h2:before {
  content: "";
  width: 38px;
  height: 30px;
  background-image: url(../../img/petal.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.affiliates a svg {
  width: 100%;
  max-width: 150px;
  height: auto;
  vertical-align: middle;
}

.affiliates a[title="NPR"] svg {
  max-width: 110px;
  max-height: 50px;
}

.affiliates a[title="The New York Times"] svg {
  max-width: 227px;
  max-height: 50px;
}

.affiliates a[title="Forbes"] svg {
  max-width: 130px;
  max-height: 50px;
}

.affiliates a[title="The Washington Post"] svg {
  max-width: 230px;
  max-height: 50px;
}

.affiliates a[title="ABC News"] svg {
  max-width: 147px;
  max-height: 50px;
}

/* ====================================================================== */
/* Parsley.js validation styles.
/* ====================================================================== */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #b94a48;

  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list li {
  margin-top: 6px;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/**
 * @name .tags1
 * @description Tag list
 * @example { }
 */

.tags1-entries {
  list-style: none;
  padding: 15px 0px;
}
.tags1-entries li {
  border: 1px solid #242424;
  border-radius: 7px;
  display: inline-flex;
  font-size: 11px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags1-entries li > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
  vertical-align: top;
}
.tags1-entries li > span.tag1 a {
  font-size: 26px;
  color: #242424;
  position: absolute;
  right: -10px;
}
.tags1-entries li > span.tag1 a:hover {
  text-decoration: none;
  color: #008790;
}

/**
 * @name .filters2
 * @description Sidebar filters
 * @example { }
 */

.filters2 {
}
.filters2-main {
  margin-bottom: 0;
}
.filters2-search {
  position: relative;
  margin: 0;
}
.filters2-search label {
  position: absolute;
  left: -10001px;
}
.filters2-search input[type] {
  padding-left: 0;
  padding-right: 25px;
  border-width: 0 0 2px;
  background: none;
  font-size: 18px;
  font-weight: bold;
}
.filters2-search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-size: 24px;
  line-height: 50px;
}
.filters2-toggler {
  display: none;
  margin: 14px 0 0;
  line-height: 30px;
  text-align: center;
}
.filters2-toggler i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: top;
}
.filters2-details {
  overflow: hidden;
  margin-top: 40px;
}
.filters2-section {
  margin: 0;
}
.filters2-section ~ .filters2-section {
  margin-top: 20px;
}
.filters2-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.js .filters2-label:before {
  float: right;
  content: "\e91d";
  margin: 2px 0 0 10px;
  font: 20px/1 Icons;
}
.js .filters2-section.is-hidden .filters2-label:before {
  content: "\e91c";
}
.filters2-toggled {
  overflow: hidden;
  transition-property: height;
}
.js .filters2-section.is-hidden .filters2-toggled {
  height: 0 !important;
}
.filters2-ticks {
  margin-left: 0;
  padding: 0 0 20px;
  font-size: 16px;
}
.filters2-ticks li {
  position: relative;
  margin-bottom: 5px;
}
.filters2-ticks li:before {
  display: none;
}
.filters2-ticks label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.filters2-ticks label .icon-circle {
  position: absolute;
  left: 31px;
}
.filters2-ticks label .icon-circle + span {
  display: block;
  padding-left: 20px;
}
.filters2-ticks input[type] {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  margin: 0;
}
.filters2-ticks input[type]:not(:checked) {
  background-color: transparent;
}
.filters2-ticks input[type][type]:before {
  font-size: 12px;
  line-height: 14px;
}
.filters2-action {
  margin: 20px 0;
}
.js .filters2-action {
  display: none;
  height: 10px;
  margin-top: 0;
}
.filters2-organizations .filters2-ticks {
  max-height: 250px;
  overflow: scroll;
  border: 1px solid var(--c_d1);
  padding: 15px 20px;
  margin-bottom: var(--sy);
}
.filters2-organizations input[type="text"] {
  background: transparent;
  border-bottom: 0;
}
.filters2-organizations .no-results {
  display: none;
}

@media print, screen and (max-width: 1199px) {
  .filters2-toggler {
    display: block;
    text-align: left;
  }
  .filters2-toggler:before {
    float: right;
    content: "\e91c";
    margin: 2px 0 0 10px;
    font: 20px/1 Icons;
  }
  .filters2.is-active .filters2-toggler:before {
    content: "\e91d";
  }
  .filters2-toggler .icon-refine {
    display: none;
  }
  .filters2-details {
    margin-top: 0;
    transition-property: height;
  }
  .filters2-details > :first-child {
    padding-top: 20px;
  }
  .filters2:not(.is-active) .filters2-details {
    height: 0 !important;
  }
  .js .filters2-label:before {
    display: none;
  }
  .js .filters2-section.is-hidden .filters2-toggled {
    height: auto !important;
  }
  .filters2-ticks {
    padding-bottom: 0;
  }
}

.submit-stick {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  z-index: 10;
}

.submit-stick .action-search {
  position: relative;
  bottom: 0px;
  min-width: 255px;
  border-radius: 0px;
  transition: 0.3s ease all;
  font-size: 11px !important;
}
.submit-stick .action-search:hover {
  background: #ddb144;
}

body.stick .submit-stick .action-search {
  position: fixed;
}

@media (max-width: 1200px) {
  .submit-stick .action-search {
    min-width: 210px;
  }
}
@media (max-width: 992px) {
  .search-col {
    padding-left: 0px;
  }

  .search__filters--container {
    margin-bottom: 15px;
  }
  .search-sidebar-title {
    background: rgba(135, 197, 192, 0.49);
    border: 1px solid #87c5c0;
  }
  .search-sidebar-title:hover {
    background: rgba(135, 197, 192, 1);
  }

  .search-sidebar-title span.label {
    display: none;
  }
  .search-sidebar-title .filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
  }

  .search-sidebar-title .filter-toggle img.icon {
    max-width: 25px;
  }

  .page-search .contact-wrap {
    display: none;
  }
  .account-profile-preview-portrait {
    margin-bottom: 16px;
  }
  .account-profile-preview .btn-wrap {
    display: flex;
    flex-direction: column;
  }
  .account-profile-preview .btn-wrap .btn-block {
    order: 2;
    max-width: 200px;
  }
  .account-profile-preview .btn-wrap .icon-wrap {
    order: 1;
    margin-top: 16px;
  }
  .account-profile-preview .btn {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  body.stick .submit-stick .action-search {
    position: relative;
  }

  .submit-stick .action-search {
    min-width: 688px;
  }
}

@media (min-width: 993px) {
  #collapse-filters.collapse {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .search-col {
    padding-left: 0px;
  }

  .search-pagination {
    margin-left: 0px;
  }
  .account-profile-stats {
    position: relative;
    margin: 20px 0px;
  }

  .page-search-title {
    padding: 50px 20px 20px 20px;
  }
  .page-search-title h2 {
    font-size: 30px;
  }
  .page-search-title a {
    font-size: 14px;
  }

  .account-profile-preview-title,
  .account-profile-preview-address,
  .account-profile-preview-bio {
    font-size: 14px;
    line-height: 21px;
  }

  .account-profile-preview .therapist-left-icon {
    font-size: 11px;
  }

  .submit-stick .action-search {
    min-width: 508px;
  }
}

@media (max-width: 575px) {
  .submit-stick .action-search {
    min-width: calc(100vw - 30px);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
