:root {
  --global-font-color: #000;
  --global-font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  --global-font-size: 18;
  --global-font-line-height: 1.4;
  --highlight-font-family: "jubilat", "Times New Roman", "Georgia", serif;
  --content-width: 45rem;
  --dropdown-symbol-width: 0.7em;
  --color-theme-primary: #1a3560;
  --color-theme-secondary: #1e3c78;
  --color-theme-teal: #2b8281;
  --color-theme-light: #f4faf9;
  --color-theme-grey: #95a5a6;
  --color-link: #2b8281;
  --color-link-active: #1e3c78;
  --color-quote-border: #2b8281;
  --color-quote-citation: #6c7781;
  --font-size-small: calc(16 / var(--global-font-size) * 1rem);
  --font-size-regular: calc(var(--global-font-size) / 16 * 1rem);
  --font-size-large: calc(36 / var(--global-font-size) * 1rem);
  --font-size-larger: calc(48 / var(--global-font-size) * 1rem);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
link {
  display: none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  /*word-wrap: break-word;*/
}
.entry-content a {
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/*.no-js .lazy {
  display: none !important;
}*/
body,
button,
input,
optgroup,
select,
textarea {
  color: #000;
  color: var(--global-font-color);
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-size: var(--font-size-regular);
  line-height: 1.4;
  line-height: var(--global-font-line-height);
}

/* Persian Defaults */
.persian body,
.persian input,
.persian optgroup,
.persian select,
.persian textarea {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
  font-weight: 300;
  clear: both;
}
.home .entry-header h1.entry-title,
.home .page-header .page-title {
  display: none;
}
.entry-header h1.entry-title,
.page-header .page-title {
  color: #2b8281;
  color: var(--color-theme-teal);
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.home .entry-content h1 {
  color: #1e3c78;
  font-size: 24px;
  font-weight: 500;
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  word-break: normal;
}
.search article h1.entry-title {
  font-size: 1.4rem;
  text-align: left;
}
.search .entry-footer {
  display: none;
}
.search .site-main .pagination {
  margin-top: 3em;
}

@media only screen and (max-width: 600px) {
  .entry-header h1.entry-title,
  .page-header .page-title {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote,
q {
  quotes: "" "";
}
blockquote {
  border-left: 4px solid #2b8281;
  border-left: 4px solid var(--color-quote-border);
  margin: 0;
}
.entry-content > blockquote {
  padding-left: 1em;
  margin-left: 1.5rem;
}
@media screen and (min-width: 48em) {
  .entry-content > blockquote {
    margin-left: auto;
  }
}
blockquote cite {
  color: #6c7781;
  color: var(--color-quote-citation);
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: courier\10 Pitch, Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
  font-size: 0.8rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  min-height: 75rem;
  /*padding-top: 5.2rem;*/
}
/*@media screen and (max-width: 1183px) {
  body {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 664px) {
  body {
    padding-top: 9.7rem;
  }
}
@media screen and (max-width: 37.5em) {
  body {
    padding-top: 2.8rem;
  }
}*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 400;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0.5em 0;
}
figure {
  margin: 0px;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #2b8281;
  color: var(--color-theme-teal);
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active,
a:focus,
a:hover {
  color: #1e3c78;
  color: var(--color-link-active);
}
a:focus {
/*  outline: thin dotted; */
	outline: thin solid;
}
a:active,
a:hover {
  outline: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.site {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 60em) {
  .has-sidebar .site {
    margin: 0 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 2rem 1fr;
    grid-template-columns: 3fr 1fr;
    grid-gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .site-main {
    -ms-grid-column: 1;
    grid-column: 1;
    min-width: 0;
  }
  .primary-sidebar {
    -ms-grid-column: 2;
    grid-column: 2;
    min-width: 0;
  }
  .site-footer {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 599px) {
  .site-main {
    /*margin-top: 0;*/
    margin-top: 50px;
  }
}

/* Talk to Someone Now Panels 
.custom-html-widget ul {
  background-color: #2b8281;
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.textwidgetul li {
  display: inline-block;
  color: #ffffff;
}
.custom-html-widget li.dropdown a.talk-to-someone {
  text-decoration: none;
}
.custom-html-widget li.dropdown a.talk-to-someone:hover,
.custom-html-widget li.dropdown a.talk-to-someone:focus {
  text-decoration: underline;
}
.custom-html-widget ul li a {
  display: block;
  color: #f9f9f9;
  padding: 8px 20px;
  font-size: 16px;
  /*font-size: 17px;
  /*text-decoration: none;
}
.custom-html-widget ul li.dropdown a:hover,
.custom-html-widget ul li.dropdown a:focus {
  background: #fff;
  color: var(--color-theme-secondary);
  text-decoration: underline;
}
.custom-html-widget ul li.dropdown ul.dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
}
.custom-html-widget ul li.dropdown ul.dropdown-menu a:focus {
  outline: 3px dashed var(--color-theme-secondary);
}
.custom-html-widget li a:hover,
.custom-html-widget li a:focus {
  background-color: #187775;
}
.custom-html-widget li.dropdown a.talk-to-someone:hover svg path,
.custom-html-widget li.dropdown a.talk-to-someone:focus svg path {
  fill: var(--color-theme-secondary);
}
.custom-html-widget li.dropdown {
  position: relative;
  list-style: none;
}
.custom-html-widget ul.dropdown-menu {
  position: absolute;
  min-width: 120px;
  z-index: 999;
}
.custom-html-widget ul.dropdown-menu li {
  display: block !important;
  white-space: nowrap;
  text-align: left;
  color: #ffffff;
  font-size: 17px;
  line-height: 19px;
}
.custom-html-widget ul.dropdown-menu a {
  text-decoration: underline;
}
.widget_text .has-submenu:hover .dropdown-menu {
  display: block !important;
}*/
/* TTSN Sub Dropdown 
.custom-html-widget ul.dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  z-index: 9999;
  padding-bottom: 30px;
}
.custom-html-widget .dropdown-menu ul li a {
  padding: 0px !important;
}
.custom-html-widget ul.dropdown-menu {
  width: 261px;
}*/
#closeBtn,
#closeBtn1,
#closeBtn2 {
  text-align: right;
  background: #ffffff;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 900;
  right: 12px;
  color: #329391;
  border: 0px;
  padding: 5px 13px;
  position: absolute;
}
.dropcontainer {
  padding: 10px 20px 20px 0px;
  font-size: 17px;
  color: #ffffff;
  text-align: left;
}
.text-clear {
  clear: left;
}
.dropcontainer .inner {
  float: left;
  border-bottom: 1px solid #ffffff;
  width: 187px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dropcontainer a {
  padding: 4px 0px !important;
  display: inline-block !important;
}
.b-none {
  border: 0px !important;
}
.m-b-15 {
  margin-bottom: 15px;
}
.dropcontainer a:hover {
  background: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfloat {
  clear: both;
}
/* Display none by Default */
.custom-html-widget ul.dropdown-menu {
  display: none;
}
.custom-html-widget .selected {
}
.js .panel-title {
  margin: 0;
}
.accordion h3 {
  /*border-bottom: 1px solid #1a3560;*/
  font-size: 17px;
  margin: 0px;
}
.panel-title a {
  border-bottom: none;
  color: #ffffff;
  display: block;
  padding: 17px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 200ms ease 0s;
  width: 100%;
}
.talkbottom {
  clear: both;
  margin: 0px auto;
  width: 280px;
}
.talkbottom .inner {
  border-bottom: 1px solid #ffffff;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 173px;
}
.talkbottom .inner {
  width: 197px !important;
}
.panel-title .icon {
  color: #9e9e9e;
  position: absolute;
  right: 0;
  transition: all 200ms ease 0s;
}
.panel-content {
  /*border-top: */
  padding-top: 20px;
}
.panel-content a {
  color: #ffffff;
}
.panel-content a:hover,
.panel-content a:focus {
  text-decoration: none;
}
.panel-title:hover,
.panel-title:focus {
  color: #37474f;
}
.panel-title.icon:active {
  color: #ec407a;
  transform: rotate(45deg);
}
.js .accordion {
  border-bottom: 1px solid #ececec;
  margin: 2em 0;
}
.accordion {
  background: var(--color-theme-teal);
  color: #ffffff;
}
.accordion .panel-title a {
  border-top: 0px solid #ececec;
}
.panel-title [id^="panel-"] {
  padding-bottom: 2em;
}
/* Search Bar/ Icon */
#search-btn {
  padding: 10px;
  color: #fff;
}
#search-btn:hover {
  cursor: pointer;
}
#search-overlay {
  display: none;
}
.searchblock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
  z-index: 999;
}
.searchblock:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}
#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
/*#search-form*/
#searchform {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}
#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}
#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}
#search-button {
  background-color: #2b8281;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 4.5em;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  /*width: 100px;*/
  width: auto;
}
#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}
#close-btn:hover {
  color: #777;
  cursor: pointer;
}
@media (max-width: 991px) {
  #search-overlay .centered {
    width: 90% !important;
  }
}
@media (max-width: 771px) {
  #search-box input[type="text"] {
    width: 96% !important;
    padding: 20px 0px !important;
    color: #333;
    outline: none;
    font-size: 1.4em;
    font-size: 16px !important;
    line-height: 32px !important;
  }
}
/* Home */
.home-hero-contain {
  background-image: url("/wp-content/uploads/2020/07/mhtx-hero@2x.jpg");
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
}
@media screen and (max-width: 599px) {
  .home-hero-contain {
    background-image: url("/wp-content/uploads/2020/07/mhtx-mobile-hero.jpg");
    background-position: 100% 0;
    height: 45vh;
  }
}
.hero-text {
  display: table;
  height: calc(60vh - 55px);
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/*Vertical Sliding*/
.slidingVertical span {
  animation: topToBottom 8s linear infinite 0s;
  -ms-animation: topToBottom 8s linear infinite 0s;
  -webkit-animation: topToBottom 8s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 599px) {
  .hero-text {
    /*height: calc(50vh - 55px);*/
    height: calc(40vh - 55px);
  }
}
.ht-sentence {
  display: table-cell;
  line-height: 1;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.ht-sentence span {
  color: #1e3c78;
  color: var(--color-theme-secondary);
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-size: 88px;
  white-space: nowrap;
  font-weight: 300;
}
.sentence {
  color: #222;
  font-size: 30px;
  text-align: left;
}
.ht-words {
  display: block;
  margin: 0 auto 4em;
}
.ht-border {
  background: #2b8281;
  background: var(--color-theme-teal);
  clear: both;
  content: "";
  display: block;
  height: 3px;
  max-width: 250px;
  width: 100%;
}
.ht-words span {
  color: #2b8281;
  color: var(--color-theme-teal);
  display: block;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  /*-webkit-animation: rotateWordsFirst 10s linear 0s infinite;
  animation: rotateWordsFirst 10s linear 0s infinite;*/
}
/* German Homepage */
.page-id-9010 .ht-words span {
  line-height: 1.25;
}
/*.ht-words span:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.ht-words span:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}*/
@media screen and (max-width: 800px) {
  .ht-words {
    margin: 0 auto 2.55em;
  }
  .entry-header h1.entry-title,
  .page-header .page-title {
    font-size: 36px;
    line-height: 1;
    padding-left: 10%;
    padding-right: 10%;
  }
  .stats-box {
    margin-left: 2rem !important;
  }
  /*.nomobile {
    margin: 0 auto;
    width: 60%;
  }*/
}
@media only screen and (max-width: 599px) {
  .stats-box {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    /*padding: 1rem 3rem !important;*/
    padding: 1rem 1.5rem !important;
  }
  .stats-box .stats-text {
    margin-left: 1rem !important;
  }
  .stats-number p,
  .stats-text p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 50em) {
  .ht-sentence {
    line-height: 1.25;
  }
  .ht-sentence span {
    font-size: 55px;
  }
  .ht-sentence span:first-of-type,
  .ht-sentence span:last-of-type {
    color: #2b8281;
    color: var(--color-theme-teal);
  }
  .ht-words {
    margin: 0 auto 2.75em;
  }
  .ht-words span.rotate {
    color: #1e3c78;
    color: var(--color-theme-secondary);
  }
  .ht-border {
    background: #1e3c78;
    background: var(--color-theme-secondary);
    height: 2px;
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .ht-sentence span {
    font-size: 50px;
  }
  .ht-words {
    margin: 0 auto 2.75em;
  }
  .ht-border {
    width: 30%;
  }
}
/*@-webkit-keyframes rotateWordsFirst {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    height: 0;
    opacity: 1;
  }
  8% {
    height: 100%;
    opacity: 1;
  }
  19% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 100%;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotateWordsFirst {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    height: 0;
    opacity: 1;
  }
  8% {
    height: 100%;
    opacity: 1;
  }
  19% {
    height: 100%;
    opacity: 1;
  }
  25% {
    height: 100%;
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}*/
.mobile-find-provider {
  display: none;
}
.hm.mobile-find-provider {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .mobile-find-provider {
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
  }
  a.mobile-find-provider:hover,
  a.mobile-find-provider:focus {
    background: #fff !important;
    color: #1e3c78 !important;
  }
}
.home-help-blocks-contain {
  height: 33vh;
}
.home-help-blocks {
  height: 33vh;
  max-width: 100%;
  width: 100%;
}
.home-help-blocks .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.home-help-blocks a.block {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .help-someone,
.home .help-yourself {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  height: 100%;
  max-width: 49.8%;
  position: relative;
}
.home .help-yourself {
  background-image: url("/wp-content/uploads/2020/07/help-yourself-bkgd.jpg");
}
.home .help-someone {
  background-image: url("/wp-content/uploads/2020/07/help-someone-bkgd.jpg");
}
.home .help-someone a.button,
.home .help-yourself a.button {
  background: #2b8281;
  background: var(--color-theme-teal);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
}
.additional-res-mobile {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .find-treatment-now.button,
  .additional-res-desktop {
    display: none;
  }
  .additional-res-mobile {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .home .help-yourself {
    background-position: 65% 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .home .help-someone {
    background-position: 37% 0;
  }
  .home .help-someone a.button,
  .home .help-yourself a.button {
    font-size: 17px;
    padding: 12px 15%;
  }
}
.home .help-someone:focus a.block,
.home .help-someone:hover a.block,
.home .help-yourself:focus a.block,
.home .help-yourself:hover a.block {
  background: rgba(30, 60, 120, 0.1);
}
.home .help-someone:focus a.button,
.home .help-someone:hover a.button,
.home .help-yourself:focus a.button,
.home .help-yourself:hover a.button {
  background: #1e3c78;
  background: var(--color-theme-secondary);
}
@media screen and (min-width: 48em) {
  .hero-carret {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hero-carret {
    display: block;
  }
}
.find-treatment-now.button {
  background: #1e3c78;
  background: var(--color-theme-secondary);
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 32px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.find-treatment-now.button:hover,
.find-treatment-now.button:focus {
  background: #fff;
  color: #1e3c78;
  color: var(--color-theme-secondary);
}
@media screen and (max-width: 37.5em) {
  .find-treatment-now.button {
    display: none;
  }
}
.get-help-buttons {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
.get-help-buttons-pages {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
.get-help-buttons a.square-btn,
.get-help-buttons-pages a.square-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e3c78;
  background: var(--color-theme-secondary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1% 0.5% 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.get-help-buttons a.square-btn {
  padding: 26px 22px;
  width: 23%;
}
.get-help-buttons-pages a.square-btn {
  padding: 1rem 1.5rem;
  width: 48%;
}
@media screen and (max-width: 50em) {
  .get-help-buttons {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .get-help-buttons a.square-btn {
    width: 45%;
  }

  .get-help-buttons-pages {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .get-help-buttons-pages a.square-btn {
    width: 47%;
  }
}
.get-help-buttons a.square-btn:focus,
.get-help-buttons a.square-btn:hover,
.get-help-buttons-pages a.square-btn:focus,
.get-help-buttons-pages a.square-btn:hover {
  background: #2b8281;
  background: var(--color-theme-teal);
}
.get-help-with h2 {
  font-family: "jubilat", "Times New Roman", "Georgia", serif !important;
  font-family: var(--highlight-font-family) !important;
  font-size: 40px !important;
  font-weight: 300 !important;
}
.get-help-with .wp-block-buttons .wp-block-button {
  display: block;
}
.get-help-with .wp-block-buttons .wp-block-button__link {
  display: block;
  margin: 0 auto;
  max-width: 253px;
  width: 100%;
}
.get-help-with .wp-block-buttons .wp-block-button__link:focus,
.get-help-with .wp-block-buttons .wp-block-button__link:hover {
  background: #2b8281;
  background: var(--color-theme-teal);
}
.home-search-provider h2 {
  color: #fff !important;
  font-family: "jubilat", "Times New Roman", "Georgia", serif !important;
  font-family: var(--highlight-font-family) !important;
  font-size: 32px !important;
  margin-bottom: 0;
}
.home-search-provider p {
  color: #fff;
  margin-bottom: 1em;
}
.gradient.home-stats .wp-block-atomic-blocks-ab-columns .stats {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.gradient.home-stats .ab-block-layout-column-inner p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.gradient.home-stats h2 {
  color: #fff;
  font-family: "jubilat", "Times New Roman", "Georgia", serif !important;
  font-family: var(--highlight-font-family);
  font-size: 40px;
  font-weight: 300;
}
.gradient.home-stats p {
  color: #fff;
}
/* Portrait iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .gradient.home-stats .wp-block-atomic-blocks-ab-columns .stats {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .home-search-provider .ab-background-cover {
    background-color: #1a3560 !important;
    background-color: var(--color-theme-primary) !important;
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-search-provider .ab-block-layout-column-inner {
    padding: 0 0 3em !important;
  }
}
@media screen and (max-width: 37.5em) {
  .home-search-provider .ab-container-content .ab-layout-column-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Home Share Translate Footer */
.home-share-translate-contain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-share-translate-contain .footer-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-share-translate-contain .footer-links > div {
  border-right: 1px solid #fff;
}

/*.home-share-translate-contain .footer-links > div a {
  line-height: 1.25 !important;
  padding: 10px;
}*/

.rtl .home-share-translate-contain .footer-links > div {
  border-left: 1px solid #fff;
  border-right: none;
}

.home-share-translate-contain .footer-links > div:last-of-type {
  border-right: none;
}

.rtl .home-share-translate-contain .footer-links > div:last-of-type {
  border-left: none;
}

@media only screen and (max-width: 599px) {
  .home-share-translate-contain {
    border-top: 1px solid #fff;
    margin: 20px auto;
    padding-top: 40px;
    width: 95%;
  }

  .home-share-translate-contain .footer-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .home-share-translate-contain .footer-links > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-share-translate-contain .footer-links > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home-share-translate-contain .footer-links > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-share-translate-contain .footer-links > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .home-share-translate-contain .footer-links > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home-share-translate-contain .footer-links > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .home-share-translate-contain .footer-links .bottom-lang-contain {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .home-share-translate-contain .footer-links > div {
    border-right: none;
  }
}

/*.home-share-translate-contain .footer-links a,
.home-share-translate-contain .footer-links .a2a_kit a,
.home-share-translate-contain .footer-links .wpml-ls a {
  border-right: 1px solid #fff;
  letter-spacing: normal;
}*/

.home-share-translate-contain .wpml-ls .wpml-ls-item:nth-of-type(2) a {
  border-right: none;
}
.home-share-translate-contain .wpml-ls-legacy-list-horizontal {
  border: none !important;
  display: inline-flex;
  margin-top: 15px;
  padding: 0 !important;
}
/*.home-share-translate-contain .wpml-ls-legacy-list-horizontal a {
  line-height: var(--global-font-line-height) !important;
}*/
.home-share-translate-contain .wpml-ls-legacy-list-horizontal a span {
  line-height: var(--global-font-line-height) !important;
  vertical-align: unset !important;
}
.home-share-translate-contain .a2a_kit {
  display: block !important;
  line-height: 11px !important;
}
/*.home-share-translate-contain .a2a_kit a {
  font-size: 15px !important;
  padding: 5px 10px !important;
}*/
.home-share-translate-contain .addtoany_list a {
  font-size: 15px;
  padding: 5px 10px;
  vertical-align: baseline !important;
}
.home-share-translate-contain.page .footer-links a:last-of-type,
.home-share-translate-contain.events .footer-links a.events-link:last-of-type {
  border-right: none;
}
/*@media screen and (max-width: 600px) {
  .home-share-translate-contain {
    margin: 0 auto;
    width: 80%;
  }

  .home-share-translate-contain .footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-share-translate-contain .footer-links a,
  .home-share-translate-contain .footer-links .a2a_kit a,
  .home-share-translate-contain .a2a_kit {
    border-right: none;
    flex: 0 0 50%;
    padding: 10px;
  }
}*/
/*@media screen and (max-width: 800px) {
  .home-share-translate-contain,
  .home-share-translate-contain .wpml-ls-legacy-list-horizontal {
    display: unset;
  }
  .home-share-translate-contain .footer-links,
  .home-share-translate-contain .printfriendly-contain,
  .home-share-translate-contain .wpml-ls-legacy-list-horizontal > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .home-share-translate-contain .footer-links a,
  .home-share-translate-contain .footer-links .a2a_kit a,
  .home-share-translate-contain .footer-links .wpml-ls a {
    border-right: none;
  }
  .home-share-translate-contain .wpml-ls-legacy-list-horizontal {
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center;
  }
  .home-share-translate-contain .wpml-ls-legacy-list-horizontal > ul {
    display: grid;
    text-align: center;
  }
  .home-share-translate-contain .footer-links > *:nth-child(1),
  .home-share-translate-contain .a2a_kit > *:nth-child(1),
  .home-share-translate-contain
    .wpml-ls-legacy-list-horizontal
    > ul
    > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-share-translate-contain .footer-links > *:nth-child(2),
  .home-share-translate-contain .a2a_kit > *:nth-child(2),
  .home-share-translate-contain
    .wpml-ls-legacy-list-horizontal
    > ul
    > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home-share-translate-contain .footer-links > *:nth-child(3),
  .home-share-translate-contain .a2a_kit > *:nth-child(3),
  .home-share-translate-contain
    .wpml-ls-legacy-list-horizontal
    > ul
    > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .home-share-translate-contain .footer-links > *:nth-child(4),
  .home-share-translate-contain .a2a_kit > *:nth-child(4),
  .home-share-translate-contain
    .wpml-ls-legacy-list-horizontal
    > ul
    > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .home-share-translate-contain .footer-links a:first-of-type,
  .home-share-translate-contain .a2a_kit a:first-of-type,
  .home-share-translate-contain .wpml-ls-item:first-of-type,
  .home-share-translate-contain a.printfriendly,
  .home-share-translate-contain.events a.events-link.en {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .home-share-translate-contain .footer-links a:nth-of-type(2),
  .home-share-translate-contain .a2a_kit a:nth-of-type(2),
  .home-share-translate-contain .wpml-ls-item:nth-of-type(2),
  .home-share-translate-contain .a2a_kit,
  .home-share-translate-contain.events a.events-link.es {
    grid-column-start: 3;
    grid-column-end: 5;
  }

  .home-share-translate-contain a,
  .home-share-translate-contain .addtoany_list a,
  .home-share-translate-contain .wpml-ls a {
    line-height: 15px;
  }

  .share-translate-contain {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 90%;
  }

  .share-translate-contain .share-contain,
  .share-translate-contain .translate-contain {
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
  }
}*/
.home .share-translate-contain {
  display: none;
}
.share-translate-contain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 45rem;
  max-width: var(--content-width);
  padding: 0 1.5rem;
  width: 100%;
}
.share-translate-contain a,
.share-translate-contain .a2a_kit a {
  font-size: 18px;
  padding: 5px 10px;
}
.share-translate-contain a,
.share-translate-contain .wpml-ls a span.wpml-ls-native,
.share-translate-contain .wpml-ls a span.wpml-ls-display {
  text-decoration: underline;
}
.share-contain {
  padding: 7px;
}
.share-contain,
.translate-contain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.a2a_full_footer {
  display: none;
}
.addtoany_list a,
.widget .addtoany_list a {
  padding: 5px 10px;
}
.tsbhcc-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.tsbhcc-heading p {
  color: #1a3560;
  color: var(--color-theme-primary);
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-size: 28px;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .tsbhcc-heading p {
    font-size: 20px;
  }
  .tsbhcc-heading svg {
    max-width: 200px;
    width: 100%;
  }
}
.ab-block-accordion .ab-accordion-title {
  background: #1e3c78;
  background: var(--color-theme-secondary);
  color: #fff;
}
.site-footer {
  margin: 0px !important;
}

/* Slick Slider */
.slick-slider {
  height: 105px;
  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-next {
  background: #ffffff url("/wp-content/uploads/2020/06/right-arrow@3x.png")
    no-repeat right center !important;
  height: 100% !important;
  right: -5px;
  width: 57px !important;
  z-index: 300;
}
.slick-prev {
  background: #ffffff url("/wp-content/uploads/2020/06/left-arrow@3x.png")
    no-repeat left center !important;
  border: 0;
  height: 100% !important;
  left: -5px;
  width: 57px !important;
  z-index: 300;
}
.slick-next,
.slick-prev {
  background: 0 0;
  border-radius: 0px;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sliderhomecontainer {
  border-bottom: 2px solid #1f3c77;
  border-top: 2px solid #1f3c77;
  padding: 20px 0;
  position: relative;
}
.slick-slider img {
  width: 94%;
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 600px) {
  .slick-list {
    height: 70px !important;
  }
  .slick-next,
   .slick-prev  {
    top: 50% !important;
    height: 100% !important;
  }
  .slick-next {
    right: -2px !important;
    height: 100% !important;
  }
  .slick-prev  {
    left: -3px !important;
  }
  .slick-slider {
    height: 80px !important;
  }
}
.mobile-slider {
  display: none !important;
}
.desktop-slider {
  margin: 0 auto !important;
  max-width: 960px !important;
  width: 100% !important;
}
.coordinating-council-slider {
  border-bottom: 1px solid #1e3c78;
  border-bottom: 1px solid var(--color-theme-secondary);
  border-top: 1px solid #1e3c78;
  border-top: 1px solid var(--color-theme-secondary);
  padding: 5px 60px;
}
.coordinating-council-slider.nomobile {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.coordinating-council-slider.nodesktop {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.nodesktop {
  display: none;
}
@media screen and (max-width: 599px) {
  .nodesktop {
    max-width: 580px;
    margin: 0px auto;
  }
  .coordinating-council-slider.nodesktop {
    padding: 20px 0 !important;
  }
}
@media screen and (max-width: 37.5em) {
  .coordinating-council-slider.nodesktop {
    padding: 0 !important;
  }
}
/* Members List */
.members-list-columns p {
  line-height: 1.25;
  margin-bottom: 0;
}
.mem_list li::marker {
  display: none;
}
.mem_list li,
ul.inner_li li {
  list-style: none;
}
.entry-content .mem_list ul {
  padding: 0;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .nomobile {
    display: none !important;
  }
  .nodesktop {
    display: block !important;
  }
}
textarea {
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #1a3560;
  border-color: var(--color-theme-primary);
  border-radius: 28px;
  background: #1a3560;
  background: var(--color-theme-primary);
  /*color: rgba(0, 0, 0, 0.8);*/
  color: #fff;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-blue-rad a:hover,
.button-blue-rad a:focus {
  color: #fff !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2b8281;
  background: var(--color-theme-teal);
  border-color: 1px solid #2b8281;
  border-color: 1px solid var(--color-theme-teal);
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #2b8281;
  background: var(--color-theme-teal);
  border-color: 1px solid #2b8281;
  border-color: 1px solid var(--color-theme-teal);
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #111;
}
.page-search .wp-block-search__label {
  display: none;
}

.home .page-search input[type="search"] {
  margin-bottom: 0;
}

.page-search input[type="search"] {
  background-image: url("/wp-content/uploads/2020/06/search-blue-icon.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin-bottom: 1em;
  max-width: 100%;
  padding: 9px;
  width: 100%;
}

.page-search .wp-block-search__button {
  background: #2b8281;
  background: var(--color-theme-teal);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 31px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-search .wp-block-search__button:hover,
.page-search .wp-block-search__button:focus {
  background: #f4faf9;
  background: var(--color-theme-light);
  color: #1a3560;
  color: var(--color-theme-primary);
}
select {
  border: 1px solid #ccc;
}
.site-header {
  display: block;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 37.5em) {
  .site-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a3560;
    background: var(--color-theme-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
  }
  /*.site-header {
    left: 0;
    position: fixed;
    right: 0;
  }*/
  #wpfront-notification-bar {
    top: 50px !important;
  }
}
.header-image {
  margin: 0 auto;
}
.header-image img {
  display: block;
  margin: 0 auto;
}
.custom-logo-link {
  display: inline-block;
  max-width: 167px;
  width: 100%;
}
.site-branding {
  background: #1a3560;
  background: var(--color-theme-primary);
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 37.5em) {
  .site-branding {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.site-branding .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
}
@media screen and (max-width: 37.5em) {
  .site-branding .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    padding-top: 0;
  }
}
.site-title {
  margin: 0 1em;
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}
.site-title a {
  text-decoration: none;
  color: inherit;
}
.site-description {
  margin: 0.4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #757575;
}
.nav--toggle-small .menu-toggle,
.site-description {
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
}
.nav--toggle-small .menu-toggle {
  background: transparent;
  border-radius: 0;
  display: block;
  font-size: 80%;
  margin: 0 auto;
  padding: 0.6em 0.2em 0.5em;
  text-transform: uppercase;
}
.nav--toggle-small .menu,
.nav--toggle-sub .dropdown {
  display: none;
}
.link-box a {
  text-decoration: underline;
  color: #1f3c77 !important;
}
@media screen and (max-width: 37.5em) {
  .primary-menu-container {
    display: none;
  }
  .nav--toggle-small.nav--toggled-on .menu {
    display: block;
  }
  @keyframes slide-in {
    0% {
      -webkit-transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(0);
    }
  }
  @-webkit-keyframes slide-in {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slide-out {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(100%);
    }
  }
  .main-navigation.nav--toggled-on {
    padding: 0 1em 1em;
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  }
  .nav--toggle-small .menu-toggle {
    background-image: url("/wp-content/uploads/2020/07/hamburger-icon.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    color: transparent;
    display: none;
  }
  .nav--toggle-small.nav--toggled-on .menu-toggle {
    background-image: url("/wp-content/uploads/2020/07/close-icon.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
    top: 20px;
    z-index: 99;
  }
  .menu-item--has-toggle {
    position: relative;
  }
  .main-navigation .menu-item--has-toggle a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90%;
  }
  .main-navigation .menu-item--has-toggle .dropdown-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.75em;
    vertical-align: text-top;
  }
  .menu-item--has-toggle .dropdown-toggle {
    background: url("/wp-content/uploads/2020/07/drop-down-arrow.svg");
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .menu-item--has-toggle .dropdown-toggle,
  .menu-item--has-toggle .dropdown-toggle:active,
  .menu-item--has-toggle .dropdown-toggle:focus,
  .menu-item--has-toggle .dropdown-toggle:hover {
    border-color: #1e3c78;
    border-color: var(--color-theme-secondary);
  }
  .menu-item--toggled-on .dropdown-toggle {
    background: url("/wp-content/uploads/2020/07/drop-down-arrow-up-1.svg");
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .main-navigation ul.sub-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    text-align: left;
  }
  .main-navigation ul.sub-menu li a {
    color: #2b8281;
    color: var(--color-theme-teal);
  }
  .main-navigation ul.sub-menu li:focus,
  .main-navigation ul.sub-menu li:hover {
    background: #2b8281;
    background: var(--color-theme-teal);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation ul.sub-menu.toggle-show {
    display: block;
    margin-bottom: 10px;
  }
}
.mobile-menu-container {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 37.5em) {
  .mobile-menu-container,
  .nav--toggle-small .menu-toggle {
    display: none;
  }
  .nav--toggle-small .menu {
    display: block;
  }
  .nav--toggle-sub ul ul {
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    margin-left: 0;
    position: absolute;
    right: 0; /* prevents cutoff on smaller desktops */
    top: 100%;
    /*z-index: 1;*/
    word-break: break-word;
    z-index: 999;
  }
  .nav--toggle-sub ul ul a {
    color: #2b8281;
    color: var(--color-theme-teal);
  }
  .nav--toggle-sub .dropdown,
  .nav--toggle-sub .dropdown-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 16px;
    height: 0.7em;
    height: var(--dropdown-symbol-width);
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.7em;
    width: var(--dropdown-symbol-width);
  }
  .nav--toggle-sub .dropdown-symbol {
    display: block;
    background: transparent;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 60%;
    position: absolute;
    right: 20%;
    top: 35%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 60%;
  }
  .nav--toggle-sub ul ul .dropdown,
  .nav--toggle-sub ul ul .dropdown-toggle {
    top: 40%;
    right: 0.2em;
  }
  .nav--toggle-sub ul ul .dropdown-symbol {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav--toggle-sub .dropdown-toggle:hover,
  .nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle {
    pointer-events: none;
  }
  .nav--toggle-sub li.menu-item--has-toggle,
  .nav--toggle-sub li.menu-item-has-children {
    position: relative;
    padding-right: 0.7em;
    padding-right: var(--dropdown-symbol-width);
  }
  .nav--toggle-sub li.menu-item--toggled-on > ul,
  .nav--toggle-sub li:hover > ul,
  .nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
    display: block;
  }
  .nav--toggle-sub li:not(.menu-item--has-toggle):focus-within > ul {
    display: block;
  }
}
.main-navigation {
  background: #1e3c78;
  background: var(--color-theme-secondary);
  clear: both;
  display: block;
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-size: 16px;
  font-stretch: condensed;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1em;
}
.main-navigation ul li.current-menu-item,
.main-navigation .sub-menu li.current-menu-item a,
.current-page-ancestor {
  background: #2b8281;
  background: var(--color-theme-teal);
  color: #fff;
}

.main-navigation ul.sub-menu li:focus,
.main-navigation ul.sub-menu li:hover {
  background: #fff;
}
.main-navigation ul.sub-menu li a:focus,
.main-navigation ul.sub-menu li a:hover {
  color: var(--color-theme-teal);
}

@media screen and (max-width: 37.5em) {
  .main-navigation {
    background: #1a3560;
    background: var(--color-theme-primary);
    margin: initial;
    padding: 0;
  }
}
.main-navigation a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 0;
  text-decoration: none;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul ul li {
  padding-left: 1em;
}
.main-navigation ul.sub-menu li a:focus,
.main-navigation ul.sub-menu li a:hover {
  background: #2b8281;
  background: var(--color-theme-teal);
  color: #fff !important;
}
@media screen and (min-width: 37.5em) {
  .main-navigation ul li a {
    padding: 0.4em 0.5em;
  }
  .main-navigation ul li {
    margin: 0 0 0 0.5em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation ul li:focus,
  .main-navigation ul li:hover {
    background: #2b8281;
    background: var(--color-theme-teal);
  }
  .main-navigation ul li:first-child {
    margin-left: 0;
  }
  .main-navigation ul ul a {
    /*width: 150px;*/
    width: 165px;
  }
  .main-navigation ul ul li {
    padding-left: 0;
    margin-left: 0;
  }
  .main-navigation ul ul ul {
    top: 0;
    left: 100%;
    min-height: 100%;
  }
  .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-main .comment-navigation,
.site-main .pagination,
.site-main .post-navigation,
.site-main .posts-navigation {
  border-bottom: 1px solid #111;
  margin: 0 auto 2em;
  max-width: 45rem;
  max-width: var(--content-width);
  overflow: hidden;
  padding: 0 1.5rem 2em;
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
}
@media screen and (min-width: 48em) {
  .site-main .comment-navigation,
  .site-main .pagination,
  .site-main .post-navigation,
  .site-main .posts-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.search .site-main {
  margin-bottom: 100px;
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.post-navigation-sub span {
  color: #000;
  color: var(--global-font-color);
  text-decoration: none;
  display: inline-block;
}
.site-main .pagination {
  margin-bottom: 1.5em;
}
.pagination .nav-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 1em;
  border: 1px solid #2b8281;
  border: 1px solid var(--color-link);
  min-width: 1.75em;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
}
.pagination a:visited {
  color: #2b8281;
  color: var(--color-link);
}
.pagination a:active,
.pagination a:focus,
.pagination a:hover {
  border-color: #00a0d2;
}
.pagination .next,
.pagination .prev {
  min-width: auto;
  border-color: transparent;
  text-decoration: underline;
}
.pagination .next:active,
.pagination .next:focus,
.pagination .next:hover,
.pagination .prev:active,
.pagination .prev:focus,
.pagination .prev:hover {
  border-color: transparent;
}
.pagination .dots {
  min-width: auto;
  border: none;
}
.pagination .current {
  border-color: #000;
  border-color: var(--global-font-color);
}
.site-footer {
  background: #1a3560;
  background: var(--color-theme-primary);
  font-family: "jubilat", "Times New Roman", "Georgia", serif;
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
  /*margin: 1em 0 0;*/
  margin: 0;
  max-width: 100% !important;
  padding: 2em 0;
}

.site-info {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  width: 100%;
}
.site-info {
  color: #fff;
  font-size: 15px;
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  text-align: center;
}
.site-info a {
  color: #fff;
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
  text-decoration: none;
}
.site-info a.bhccl {
  padding: 0;
  position: absolute;
  right: 40px;
}
.site-info a:focus,
.site-info a:hover {
  color: #2b8281;
  color: var(--color-theme-teal);
}
.site-info img.aligncenter {
  margin: 0 auto;
}
.site-info img.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80px;
  width: 100%;
}
.footer-logo {
  margin-bottom: 15px;
}
/*.share-translate-contain .wpml-ls-legacy-list-horizontal a {
  text-decoration: underline !important;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: unset !important;
}*/
@media only screen and (max-width: 900px) {
  .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .site-info a.bhccl {
    position: unset;
  }
  .site-info a.bhccl img {
    margin: 0 auto;
  }
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .pagination,
.infinite-scroll .posts-navigation {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}

.sticky-bottom {
  display: none;
}
/* Sticky Bottom Button */
@media screen and (max-width: 37.5em) {
  .sticky-bottom {
    bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    /*z-index: 1;*/
    z-index: 999 !important;
  }
  .sticky-bottom a.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: #2b8281;
    background: var(--color-theme-teal);*/
    background: #329391;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding: 0.8em 1em;*/
    padding: 17px 0;
    text-decoration: none;
  }
  .sticky-bottom a.button:focus,
  .sticky-bottom a.button:hover {
    text-decoration: underline;
  }
  .sticky-bottom .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .sticky-bottom .icon.arrow {
    margin-left: 10px;
  }
  .sticky-bottom .icon.chat {
    margin-right: 10px;
  }
  .find-provider .sticky-bottom.fp {
    display: block;
  }
  .entry-content .facetwp-facet-counties {
    margin-left: 0 !important;
  }
  .sticky-bottom a:hover,
  .sticky-bottom a:focus {
    text-decoration: underline;
  }
  .entry-content .hotline.sidebar .facetwp-facet-crisis_hotline_location {
    margin-bottom: 0 !important;
  }
}
/* Events */
#tribe-events-pg-template {
  margin-top: 40px;
  max-width: var(--content-width);
}

.tribe-common .tribe-common-c-btn,
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.current {
  background-color: #2b8281;
  background-color: var(--color-theme-teal);
  color: #fff;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common .tribe-common-c-btn:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.current:hover,
.tribe-events .datepicker .day.current:focus {
  background-color: #1e3c78;
  background-color: var(--color-theme-secondary);
}

.single-tribe_events .tribe-events-single-event-title {
  color: #2b8281;
  color: var(--color-theme-teal);
}

.tribe-events-schedule h2 {
  color: #1e3c78;
  color: var(--color-theme-secondary);
  font-family: "myriad-pro", "Open Sans", "Arial", sans-serif;
  font-family: var(--global-font-family);
  margin-top: 0;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #2b8281;
  color: var(--color-theme-teal);
}

.tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%231e3c78' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #1e3c78;
  border: 1px solid var(--color-theme-secondary);
  color: #1e3c78;
  color: var(--color-theme-secondary);
}

.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #1e3c78;
  background-color: var(--color-theme-secondary);
}

@media screen and (max-width: 37.5em) {
  .tribe-events .tribe-events-c-view-selector__button::before,
  .tribe-events .tribe-events-calendar-month__day-cell--selected,
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #2b8281;
    background-color: var(--color-theme-teal);
  }

  .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
  .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #1e3c78;
    background-color: var(--color-theme-secondary);
  }

  #tribe-events-pg-template {
    margin-top: 10px;
  }
}

#tribe-events-content a {
  font-family: var(--highlight-font-family);
  font-stretch: condensed;
  font-weight: 300;
  word-break: break-word;
}

.tribe-events-loop .tribe-events-event-meta {
  color: var(--color-theme-secondary);
  font-family: var(--global-font-family);
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

.tribe-events-day
  .tribe-events-day-time-slot
  .tribe-events-day-time-slot-heading {
  color: #000;
}

/* Monthly Calendar View "Data Title" text fix */
#tribe-events-header {
  color: transparent;
  font-size: 0;
}

/* CV Popup */
#wpfront-notification-bar div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5%;
  padding-right: 5%;
}

.wpfront-message p {
  line-height: 1.25;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

.wpfront-message a.button {
  background: #1e3c78;
  background: var(--color-theme-secondary);
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 7px 20px;
  text-decoration: none;
}

.wpfront-message a.button:hover,
.wpfront-message a.button:focus {
  background: #2b8281;
  background: var(--color-theme-teal);
  text-decoration: underline;
}

@media screen and (max-width: 50em) {
  .wpfront-message a {
    margin-bottom: 0.8em;
    margin-left: 0;
  }
}

/* Blog */
.post-navigation {
  display: none;
}

/* Resources */
.resources.gradient-box {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.resources-al {
  margin: 1em;
  overflow: hidden;
  position: relative;
}
.resources-al.mobile {
  display: none;
}
.resources-al ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
}
.resources-al li {
  background-color: #fff;
  border-left: 1px solid #319391;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0.25em 0;
  padding: 0 1em;
  text-align: center;
}

.not-en .resources-al li:first-of-type {
  border-left: none;
}

.english .resources-al li:first-of-type,
.english .resources-al li:nth-of-type(5),
.english .resources-al li:nth-of-type(8),
.english .resources-al li:nth-of-type(13) {
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .english .resources-al li:nth-of-type(7),
  .english .resources-al li:nth-of-type(12),
  .english .resources-al li:last-of-type {
    border-left: none;
  }

  .english .resources-al li:nth-of-type(8),
  .english .resources-al li:nth-of-type(13) {
    border-left: 1px solid #319391;
  }
}

@media only screen and (max-width: 715px) {
  .resources-al li {
    padding: 0 0.75em;
  }

  .english .resources-al li:nth-of-type(12) {
    border-left: none;
  }

  .english .resources-al li:last-of-type {
    border-left: 1px solid #319391;
  }
}

@media only screen and (max-width: 689px) {
  .resources-al.no-mobile {
    display: none;
  }

  .resources-al.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resources-al.mobile ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resources-al.mobile ul:first-of-type {
    margin-bottom: 0;
  }

  .resources-al li {
    margin: 0.65em 0;
  }

  .not-en .resources-al li,
  .english .resources-al li,
  .english .resources-al li:nth-of-type(6),
  .english .resources-al li:nth-of-type(8),
  .english .resources-al li:nth-of-type(10),
  .english .resources-al li:nth-of-type(11),
  .english .resources-al li:nth-of-type(13),
  .english .resources-al li:nth-of-type(14),
  .english .resources-al li:last-of-type {
    border-left: none;
    text-align: left;
  }

  .resources.gradient-box {
    width: 90%;
  }

  .resources.is-style-wide {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .entry-content .resources-al ul {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* Pages CTA Buttons */
.pc-minw .wp-block-columns,
.pc-minw-three .wp-block-columns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc-minw .wp-block-columns p.button-blue-rad.button,
.pc-minw-three .wp-block-columns p.button-blue-rad.button {
  margin-bottom: 5px;
}

.pc-minw a,
.pc-minw-three a {
  display: inline-block;
  margin: 0 auto !important;
}

.pc-minw a {
  min-width: 240px;
}

.pc-minw-three .wp-block-columns .wp-block-column:nth-child(2n + 1) {
  margin-right: 0 !important;
}

.pc-minw-three a {
  min-width: unset;
  max-width: 220px;
  padding: 9px 10px !important;
  width: 100%;
}

.gradient-box .pages-ctas p a,
.gradient-box .pages-ctas.alt p a,
.pages-ctas.alt a {
  text-decoration: none;
}

.pages-ctas.alt a:hover,
.pages-ctas.alt a:focus {
  background: var(--color-theme-primary);
}

/* Scroll to Top */
#scrollTop {
  background-color: rgba(0, 0, 0, 0.25) !important;
  background-color: rgba(0, 0, 0, 0.25);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 12px !important;
  /*opacity: 0; */
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 26px;
  text-align: center;
  /*transition: opacity 0.3s, bottom 0.5s,
    box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;*/
  width: 40px;
  /*z-index: -1;*/
  z-index: 999;
}
#scrollTop i {
  background-color: transparent !important;
  font-size: 16px !important;
  height: 39px !important;
  left: 0 !important;
  line-height: 39px !important;
  position: relative;
  text-align: center !important;
  top: 0 !important;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  width: 39px !important;
  z-index: 10;
}
#scrollTop:hover {
  background-color: transparent !important;
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 50ms linear 0.25s;
}
#scrollTop:hover i {
  transform: translate(0, -39px) !important;
}
#scrollTop:after,
#scrollTop:before {
  background-color: #1e3c78;
  background-color: var(--color-theme-secondary);
  border-radius: 100px;
  display: block;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
  z-index: 1;
}
#scrollTop:before {
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}
#scrollTop:hover:after {
  transform: scale(1);
}
#scrollTop:active:before {
  opacity: 1;
}

#scrollToTop,
#scrollToTop-alt {
  cursor: pointer;
}

/* Floating Language Switcher */
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}

.wpml-floating-language-switcher {
  background: #f8f8f8;
  border: 1px solid;
  border-color: #eee;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  bottom: 10px;
  padding: 0px;
  position: fixed;
  right: 10px;
}

/* LtR Lang Home Search Provider */
.rtl.home .home-search-provider .ab-block-layout-column:nth-child(2) {
  grid-area: col1;
}

.rtl.home .ht-border {
  float: left;
  margin-top: -7px;
}

.rtl.home #search-button {
  left: 0;
  right: auto;
}

.rtl.home .page-search input[type="search"] {
  background-position: 5% 50%;
}

/* LtR Find a Provider */
.rtl .facetwp-icon {
  left: 0;
  right: auto;
}

/* LtR Footer */
.rtl .site-info a.bhccl {
  left: 40px;
  right: auto;
}

/* LtR SVG */
.rtl svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* Hotline Numbers */
.accordion .comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  text-align: left;
  width: 100%;
}
.accordion .comm .inner {
  width: 100%;
}
.accordion hr {
  background-color: #fff;
  margin-bottom: 2em;
  margin-top: 2em;
}
.accordion .call-icon {
  margin-right: 10px;
}
.accordion ul#hotline-numbers-list {
  margin-left: 0;
  padding-left: 0;
}
.accordion ul#hotline-numbers-list p {
  line-height: 1.25;
  margin-bottom: 0px;
}
.accordion .facetwp-facet input.facetwp-location {
  display: block;
  max-width: 140px;
  min-width: unset;
  width: 100%;
}
.accordion .comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  text-align: left;
  width: 100%;
}
.accordion .panel-content {
  padding: 30px;
  position: relative;
  z-index: 999999;
}
.accordion .comm {
  margin: 0 auto;
}
.accordion .comm .inner {
  width: 100%;
}
.accordion hr {
  background-color: #fff;
  margin-bottom: 2em;
  margin-top: 2em;
}
.hotline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hotline button {
  padding: 0.6em 1em;
}

.accordion .call-icon {
  margin-right: 10px;
}
.accordion ul#hotline-numbers-list {
  margin-left: 0;
  margin-top: 15px;
  padding-left: 0;
}
.accordion ul#hotline-numbers-list p {
  line-height: 1.25;
  margin-bottom: 0px;
}

.facetwp-icon.locate-me::before {
  background: none;
  background-color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-primary);
  border-radius: 28px;
  color: #fff;
  content: "Locate Me";
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: unset;
}
.facetwp-icon.f-loading::before {
  animation: none !important;
}
.facetwp-icon.locate-me:hover::before,
.facetwp-icon.locate-me:focus::before {
  background-color: var(--color-theme-teal) !important;
  border: 1px solid #fff !important;
}
.facetwp-icon.locate-me {
  display: block;
  font-style: normal;
  margin-left: 5px;
  position: relative;
  opacity: 1;
}

.facetwp-facet-crisis_hotline_location .facetwp-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.facetwp-facet-crisis_hotline_location.not-checked ~ .facetwp-template,
.facetwp-facet-counties.not-checked ~ .facetwp-template {
  display: none;
}

.facetwp-facet-crisis_hotline_location.is-checked ~ .facetwp-template,
.facetwp-facet-counties.is-checked ~ .facetwp-template {
  display: block;
}

.accordion .facetwp-facet-crisis_hotline_location {
  margin-bottom: 10px !important;
}

.entry-content .hotline .facetwp-facet-crisis_hotline_location {
  margin-bottom: 0 !important;
}

.entry-content .hotline.sidebar .facetwp-facet-crisis_hotline_location {
  margin-bottom: 10px;
}

.facetwp-facet-counties {
  margin-bottom: 0 !important;
}

.entry-content .hotline .facetwp-facet-counties {
  margin-left: 15px;
}

.entry-content .hotline.sidebar .facetwp-facet-counties {
  margin-left: 0;
}

.entry-content .hotline.sidebar .facetwp-facet input.facetwp-location {
  max-width: 200px;
  min-width: unset;
  width: 100%;
}

.facetwp-facet-counties select {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  padding: 3px;
}

.entry-content ul#hotline-numbers-list {
  margin-top: 30px;
}

.entry-content ul#hotline-numbers-list li.hotline-number p {
  margin-bottom: 10px;
}

.entry-content .hotline.sidebar ul#hotline-numbers-list {
  margin-left: 0;
}

.find-provider .facetwp-facet-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.find-provider .facetwp-facet-location .facetwp-input-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .find-provider .facetwp-facet-location .facetwp-input-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-right: 20px;
  }
  .find-provider .facetwp-radius {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .facetwp-icon.locate-me {
    max-width: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .find-provider .facetwp-facet-location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .find-provider .facetwp-facet-location .facetwp-input-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .facetwp-icon.locate-me {
    max-width: unset;
    width: 40%;
  }
  .facetwp-facet input.facetwp-location {
    min-width: unset !important;
    width: 60%;
  }
}

.find-provider .facetwp-radius {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.find-provider .sticky-bottom.pages {
  display: none;
}

.sticky-bottom.fp {
  display: none;
}

.facetwp-template div[data-name="crisis_hotline_numbers"] {
  display: none;
}
.facetwp-template.visible div[data-name="crisis_hotline_numbers"] {
  display: block;
}
