/*
	Theme Name: SOS
	Theme URI: https://sossilenceofsuicide.org/
	Description: A custom wordpress theme for SOS
	Version: X
	Author: David Mahon
	Author URI: https://harrylarrygary.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://use.typekit.net/iud5lkf.css");
/*------------------------------------*\
    COLOURS
\*------------------------------------*/
:root {
  --white: #fcf9ff;
  --purple_1: #cf88e3;
  --purple_2: #bc46de;
  --purple_3: #a63ec4;
  --purple_4: #9137ab;
  --purple_5: #5b3d63;
  --purple_6: #e6aef5;
  --black: #0d1f2c;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
body {
  margin: 0;
  font-family: "mundial", sans-serif;
  font-style: normal;
  background-color: var(--white);
  touch-action: manipulation;
}
/* Regular = font-weight: 400;
Demi Bold = font-weight: 600; */

h1,
h2,
h3,
b,
strong {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
p,
a,
i {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
a {
  text-decoration: none;
}
#main_spacer {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  margin: 40px 0;
  float: left;
}
#main_spacer_not_home {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  margin: 0 0 40px 0;
  float: left;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
:focus {
  outline: none;
}
.bg_white {
  background-color: var(--white);
}
.bg_1 {
  background-color: var(--purple_1);
}
.bg_2 {
  background-color: var(--purple_2);
}
.bg_3 {
  background-color: var(--purple_3);
}
.bg_4 {
  background-color: var(--purple_4);
}
.bg_5 {
  background-color: var(--purple_5);
}
.bg_black {
  background-color: var(--black);
}

.color_white {
  color: var(--white);
}
.color_1 {
  color: var(--purple_1);
}
.color_2 {
  color: var(--purple_2);
}
.color_3 {
  color: var(--purple_3);
}
.color_4 {
  color: var(--purple_4);
}
.color_5 {
  color: var(--purple_5);
}
.color_black {
  color: var(--black);
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: var(--purple_2);
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: var(--purple_2);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: var(--purple_2);
  color: #fff;
  text-shadow: none;
}
/*------------------------------------*\
    GENERIC
\*------------------------------------*/
.full_width {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.full_width_no_overflow {
  width: 100%;
  height: auto;
  float: left;
}
.fixed_width {
  width: calc(100% - 60px);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1500px;
  box-sizing: border-box;
}
.fixed_width_no_overflow {
  width: calc(100% - 60px);
  height: auto;
  margin: 0 auto;
  max-width: 1500px;
  box-sizing: border-box;
}
button {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
/*------------------------------------*\
    NAV
\*------------------------------------*/
.top_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.top_nav .fixed_width_no_overflow {
  padding: 20px 0;
  height: 108px;
}
.nav_spacer {
  width: 100%;
  height: 168px;
  float: left;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_spacer.is_active {
  height: 108px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.desktop_nav {
  position: fixed;
  top: 108px;
  left: 0;
  height: 60px;
  z-index: 99;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.desktop_nav.is_active {
  top: 48px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_get_help {
  width: calc(50% - 287px);
  height: auto;
  float: left;
  margin: 11px 0 0 0;
}
.nav_get_help a {
  width: 100%;
  height: 100%;
}
.desktop_get_help {
  width: fit-content;
  display: block;
}
.nav_get_help > button {
  width: 170px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  background-color: var(--purple_3);
  color: var(--white);
  border: 0;
  height: 47px;
  -webkit-transition: all 0.1s 0.2s ease-in-out;
  -moz-transition: all 0.1s 0.2s ease-in-out;
  -o-transition: all 0.1s 0.2s ease-in-out;
  transition: all 0.1s 0.2s ease-in-out;
}
.nav_get_help > button:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.1s 0s ease-in-out;
  -moz-transition: all 0.1s 0s ease-in-out;
  -o-transition: all 0.1s 0s ease-in-out;
  transition: all 0.1s 0s ease-in-out;
}
.nav_get_help > button::after {
  content: "";
  background: transparent url(../sos/img/get_help_button_chat_icon.png)
    no-repeat right;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 14px;
  height: 15px;
}
.nav_logo {
  width: 537px;
  height: auto;
  float: left;
}
.nav_logo a {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_logo a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_logo_icon_part {
  width: 100px;
  height: auto;
  float: left;
}
.nav_logo_icon_part img {
  width: 100%;
  height: auto;
  display: block;
}
.nav_logo_text_part {
  width: 437px;
  height: auto;
  float: left;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_logo_text_part img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 67px;
}
.nav_cta {
  width: calc(50% - 250px);
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  justify-content: end;
  gap: 20px;
  margin: 11px 0 0 0;
}
.nav_cta_social {
  width: 177px;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  right: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_cta_social a {
  display: block;
}
.nav_cta_social a > img {
  display: block;
  width: 27px;
  height: auto;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_cta_social a > img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_cta_donate {
  width: 120px;
  height: auto;
  float: left;
}
.nav_cta_donate a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.nav_cta_donate a > button {
  width: 100%;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 18px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--white);
  height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_cta_donate a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.mobile_get_help {
  display: none;
}
.nav_parent {
  height: 60px;
  display: flex;
  justify-content: center;
}
.nav_parent > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  max-width: 1000px;
}
.nav_parent > ul > li {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.nav_parent > ul > li > a {
  color: var(--white);
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_parent > ul > li.menu-item-has-children > a {
  padding: 0 20px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.nav_parent > ul > li.menu-item-has-children > ul {
  color: var(--white);
  font-size: 16px;
  position: fixed;
  top: 166px;
  left: 0;
  margin: 0;
  padding: 20px 40px;
  width: 100%;
  background-color: var(--purple_4);
  grid-template-columns: auto auto auto auto;
  gap: 40px;
  list-style: none;
  display: none;
  justify-content: center;
}
.nav_parent > ul > li.menu-item-has-children::after {
  content: "";
  background: transparent url(../sos/img/nav_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3px;
  width: 13px;
  height: 10px;
  top: 27px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li:hover::before {
  opacity: 1;
  bottom: 14px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li.menu-item-has-children:hover > ul {
  display: grid;
}
.nav_parent > ul > li.menu-item-has-children > ul > li {
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a {
  color: var(--white);
  font-size: 14px;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a > b {
  border-bottom: 1px solid var(--purple_1);
  height: auto;
  width: 100%;
  float: left;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a > span {
  width: 100%;
  height: auto;
  float: left;
  font-size: 13px;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a > button {
  border: 2px solid var(--purple_6);
  background-color: var(--purple_6);
  box-sizing: border-box;
  padding: 5px 15px 8px 15px;
  color: var(--purple_4);
  margin: 10px 0 0 0;
  float: left;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a:hover > button {
  background-color: var(--white);
  border: 2px solid var(--white);
  color: var(--purple_2);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.nav_parent > ul > li.menu-item-has-children > ul > li > a:hover > b {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
.mobile_nav_hamburger {
  display: none;
}
.mobile_menu {
  width: 100%;
  height: calc(100vh - 90px);
  position: fixed;
  top: 90px;
  right: -100%;
  z-index: 100;
  background-color: var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(13 31 44 / 87%);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_modal.is_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_container {
  width: calc(100% - 80px);
  height: auto;
  min-height: 400px;
  max-width: 460px;
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_modal.is_active .get_help_container {
  top: 0px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.close_get_help {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.close_get_help:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.close_get_help img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.get_help_fixed {
  width: calc(100% - 80px);
  height: auto;
  margin: 40px;
  overflow: hidden;
  text-align: center;
}
.get_help_fixed b {
  color: var(--black);
  font: 16px;
}
.get_help_fixed a {
  text-decoration: none;
  display: inline;
}
.get_help_fixed a > h2 {
  font-size: 47px;
  color: var(--purple_3);
  margin: 0;
  padding: 0;
  line-height: 44px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_fixed a > h2:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_buttons_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.get_help_fixed a > button {
  font-size: 16px;
  color: var(--purple_3);
  margin: 0;
  padding: 10px 30px;
  width: fit-content;
  display: inline-block;
  height: auto;
  background-color: var(--white);
  border: 2px solid var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.get_help_fixed a > button:hover {
  color: var(--white);
  background-color: var(--purple_3);
  border: 2px solid var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}

.get_help_fixed hr {
  width: 100%;
  height: 2px;
  margin: 20px 0;
  border: 0;
  float: left;
  background-color: var(--black);
}
/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/
ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.breadcrumbs img {
  height: 18px;
}
.breadcrumbs * {
  font-size: 13px;
  font-weight: 600;
}
ul.breadcrumbs a {
  text-decoration: none;
  color: var(--black);
  position: relative;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
ul.breadcrumbs a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer_parent {
  background-color: var(--purple_5);
  padding: 40px 0;
  position: relative;
  margin: 20px 0 0 0;
}
.footer_parent > img.footer_dark_logo {
  position: absolute;
  right: -30%;
  top: -30%;
  width: auto;
  height: 130%;
  z-index: 0;
}
.footer_parent .fixed_width {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.footer_content_container {
  width: 100%;
  height: auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 800px;
}
.footer_col {
  width: 100%;
  max-width: 240px;
  height: auto;
  float: left;
  overflow: hidden;
}
.footer_col_title_and_content * {
  text-align: left;
}
.footer_col_title_and_content h2 {
  color: var(--white);
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.footer_col_title_and_content hr {
  width: 100%;
  height: 2px;
  border: 0;
  padding: 0;
  margin: 10px 0 20px 0;
  background-color: var(--white);
  display: block;
}
.footer_col_title_and_content a.footer_email {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--white);
  position: relative;
}
.footer_col_title_and_content a.footer_email::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--white);
  content: "";
  left: 0;
  bottom: -4px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content a.footer_email:hover::after {
  width: 100%;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content a.footer_call {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.footer_col_title_and_content a.footer_call > button {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 600;
  color: var(--white);
  border: 2px solid var(--white);
  background-color: var(--purple_5);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content a.footer_call > button:hover {
  background-color: var(--white);
  color: var(--purple_5);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content i {
  font-size: 12px;
  font-weight: 400;
  color: var(--purple_6);
  font-style: normal;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  height: auto;
}
.footer_col_title_and_content a.footer_basic_link {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  margin: 5px 0;
  height: auto;
  float: left;
  position: relative;
}
.footer_col_title_and_content a.footer_basic_link::after {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--white);
  content: "";
  left: 0;
  bottom: -4px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content a.footer_basic_link:hover::after {
  width: 100%;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_social_container {
  display: flex;
  justify-content: start;
  gap: 12px;
}
.footer_social_container > .footer_social {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_social_container > .footer_social > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_social_container > .footer_social:hover > img {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.footer_col_title_and_content ul li a {
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content ul li a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content ul li b {
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content ul li b:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_col_title_and_content ul > li > .sub-menu {
  padding: 0 0 0 20px;
}
.footer_col_title_and_content ul > li > .sub-menu span {
  display: none;
}
.footer_col_title_and_content ul > li > .sub-menu button {
  display: none;
}
.footer_col_title_and_content ul > li > .sub-menu > li {
  position: relative;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer_col_title_and_content ul > li > .sub-menu > li::after {
  position: absolute;
  left: -11px;
  top: 5px;
  content: "-";
  color: var(--white);
  font-size: 12px;
}
.end_footer_col {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 11px 0;
}
.end_footer_col a {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.end_footer_col a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.end_footer_col img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_terms {
  background-color: var(--black);
  padding: 20px 0;
}
.footer_terms > .fixed_width {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}
.footer_terms * {
  color: var(--white);
  text-align: left;
}
.footer_terms h3 > a {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  float: left;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_terms h3:hover > a {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_terms p {
  font-size: 10px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  float: left;
}
.footer_terms ul {
  width: auto;
  height: auto;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_terms ul > li {
  width: fit-content;
  height: auto;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  position: relative;
}
.footer_terms ul > li::before {
  content: "|";
  font-size: 10px;
  color: var(--white);
  position: absolute;
  left: -6px;
  top: 7px;
  display: block;
}
.footer_terms ul > li > a {
  font-size: 10px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.footer_terms ul > li > a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
/*------------------------------------*\
    HOME INTRO BANNER
\*------------------------------------*/
.home_intro_banner_parent {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 248px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home_intro_bg_image_desktop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.home_intro_right_bg {
  display: none;
}
.home_intro_left {
  width: 100%;
  height: auto;
  max-width: 500px;
  float: left;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home_intro_left_flex {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.home_intro_logo {
  width: 100%;
  height: 125px;
  object-fit: contain;
  object-position: left;
  display: block;
}
.home_intro_white_container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px;
  float: left;
  margin: 14px 0 0 0;
  position: relative;
  overflow: hidden;
}
.home_intro_white_container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home_intro_white_container .full_width {
  position: relative;
  z-index: 1;
}
.home_intro_white_container h1 {
  font-size: 33px;
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--black);
  line-height: 32px;
}
.home_intro_white_container p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: var(--black);
}
.home_intro_white_container > .full_width > img.home_dotted_border {
  width: auto;
  height: 4px;
  max-width: 247px;
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.home_intro_right {
  width: 100%;
  height: auto;
  max-width: 500px;
  float: left;
  padding: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home_intro_right_flex {
  width: 100%;
  height: auto;
  float: left;
}
.home_intro_conversation_started {
  display: none;
}
.home_intro_right_flex h2 {
  color: var(--white);
  font-size: 66px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
.home_intro_right_flex h3 {
  color: var(--white);
  font-size: 20px;
  margin: 20px 0;
  padding: 0;
}
.home_intro_right_flex a {
  width: fit-content;
  height: auto;
  display: block;
}
.home_intro_right_flex a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  font-size: 16px;
  cursor: pointer;
  color: var(--white);
  box-sizing: border-box;
  border: 2px solid var(--purple_3);
  background-color: var(--purple_3);
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.home_intro_right_flex a > button::after {
  content: "";
  background: transparent url(../sos/img/get_help_button_chat_icon.png)
    no-repeat right;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 14px;
  height: 15px;
  z-index: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: all 0.2s 0.2s ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
.home_intro_right_flex a > button:hover {
  background-color: var(--white);
  border: 2px solid var(--white);
  color: var(--purple_3);
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -moz-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
}
.home_intro_right_flex a > button:hover::after {
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.1s 0s ease-in-out;
  -moz-transition: all 0.1s 0s ease-in-out;
  -o-transition: all 0.1s 0s ease-in-out;
  transition: all 0.1s 0s ease-in-out;
}
.home_intro_right_flex a:nth-of-type(2) {
  display: none;
}
.mobile_home_intro_title {
  display: none;
}
.home_intro_right_icon_mobile {
  display: none;
}
.home_intro_white_container hr {
  display: none;
  border: 0;
  border-top: 4px dotted var(--purple_3);
  height: 1px;
  margin: 10px 0 5px;
  background-color: transparent;
  width: 100%;
}
/*------------------------------------*\
    50 50 text row
\*------------------------------------*/
.half_col_parent {
  display: flex;
  gap: 40px;
}
.half_col_text_parent {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.half_col_text_parent ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0px;
}
.half_col_text_parent ul li {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  width: fit-content;
  padding: 0 0 5px 0;
}
/* .half_col_text_parent ul li::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--purple_3);
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 0;
} */
.half_col_title_mobile {
  display: none;
}
.half_col_title_mobile h2 {
  color: var(--black);
  margin: 0 0 10px 0;
}
.half_col_title_mobile h2 > strong {
  color: var(--purple_3);
}
.half_col_text_parent_wysiwyg h1 {
  color: var(--black);
  margin: 0 0 10px 0;
  font-size: 70px;
  line-height: 70px;
  max-width: 600px;
}
.half_col_text_parent_wysiwyg h1 > strong {
  color: var(--purple_3);
}
.half_col_text_parent_wysiwyg h2,
.half_col_text_parent_wysiwyg h3,
.half_col_text_parent_wysiwyg h4,
.half_col_text_parent_wysiwyg h5 {
  color: var(--black);
  margin: 0 0 10px 0;
  font-size: 25px;
}
.half_col_text_parent_wysiwyg h2 > strong,
.half_col_text_parent_wysiwyg h3 > strong,
.half_col_text_parent_wysiwyg h4 > strong,
.half_col_text_parent_wysiwyg h5 > strong {
  color: var(--purple_3);
}
.half_col_title_mobile h2 > strong,
.half_col_title_mobile h3 > strong,
.half_col_title_mobile h4 > strong,
.half_col_title_mobile h5 > strong {
  color: var(--purple_3);
}
.half_col_text_parent_wysiwyg p {
  color: var(--black);
  margin: 0 0 10px 0;
  max-width: 530px;
}
.half_col_text_parent_wysiwyg p > strong {
  color: var(--purple_3);
}
.half_col_text_parent_wysiwyg a {
  color: var(--black);
  text-decoration: none;
  position: relative;
  padding: 0 0 5px 0;
  display: inline-block;
}
.half_col_text_parent_wysiwyg a:hover {
  color: var(--purple_3);
}
.half_col_text_parent_wysiwyg a::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--purple_3);
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 0;
}
.half_col_text_parent_wysiwyg a::before {
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.half_col_text_parent_wysiwyg a:hover::before {
  width: 100%;
  -webkit-transition: all 1.5s 0s ease-in-out;
  -moz-transition: all 1.5s 0s ease-in-out;
  -o-transition: all 1.5s 0s ease-in-out;
  transition: all 1.5s 0s ease-in-out;
}
.half_col_text_parent_wysiwyg_secondary p {
  color: var(--black);
  margin: 0 0 10px 0;
  max-width: 530px;
}
.half_col_text_parent_wysiwyg_secondary a {
  color: var(--purple_3);
  text-decoration: none;
}
.half_col_text_parent_cta {
  margin: 20px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.half_col_text_parent_cta a {
  display: block;
}
.half_col_text_parent_cta a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.half_col_text_parent_cta a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.half_col_image_parent {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  max-height: 600px;
}
.half_col_image_parent > .half_col_parent_image_div {
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
  height: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  -webkit-mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  -webkit-mask-repeat: round;
  mask-repeat: round;
}
.half_col_image_parent > .half_col_border {
  width: calc(100% - 20px);
  height: 93%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 16px;
  left: 5px;
  z-index: 1;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../sos/img/dotted_border_rectangle.svg);
}
.half_col_cta_secondary_wysiwyg_mobile {
  display: none;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
/*------------------------------------*\
    HOME WHO ARE THE SOS
\*------------------------------------*/
.home_who_are_sos_parent {
  min-height: 500px;
  background-color: var(--purple_5);
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
}
.who_are_sos_left {
  width: 50%;
  height: auto;
  float: left;
  display: flex;
  align-items: center;
}
.who_are_sos_left_flex {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  height: auto;
  float: left;
  overflow: hidden;
}
.who_are_sos_left_flex .home_dotted_border {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  max-width: 380px;
  margin: 20px 0;
}
.who_are_sos_left_flex h2 {
  color: var(--white);
}
.who_are_sos_left_flex h2 > strong {
  color: var(--purple_3);
}
.who_are_sos_left_flex p {
  color: var(--white);
  margin: 0 0 20px 0;
}
.who_are_sos_left_flex a > button {
  display: block;
  width: auto;
  height: 47px;
  cursor: pointer;
  padding: 0 20px 2px 20px;
  float: left;
  border: 2px solid var(--white);
  color: var(--white);
  font-size: 16px;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--purple_5);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.who_are_sos_left_flex a > button:hover {
  border: 2px solid var(--white);
  color: var(--purple_5);
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.who_are_sos_right {
  width: 50%;
  height: auto;
  float: left;
  margin: 0 0 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
}
.who_are_sos_grid_photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*------------------------------------*\
    VIDEO & TEXT BLOCK
\*------------------------------------*/
.text_block_parent {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.text_block_parent > .full_width {
  text-align: center;
}
.text_block_parent h2,
.text_block_parent p {
  color: var(--black);
  display: inline-block;
}
.text_block_parent p {
  max-width: 600px;
}
.text_block_parent img {
  width: auto;
  height: 4px;
  max-width: 379px;
  display: block;
  margin: 0 0 3px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.video_block_parent {
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: center;
}
.video_block_parent > .single_video {
  width: calc(50% - 20px);
  height: 400px;
  position: relative;
}
.video_block_parent > .single_video > iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
/*------------------------------------*\
    VOLUNTEER OVERVIEW
\*------------------------------------*/
.volunteer_overview_parent {
  position: relative;
}
.volunteer_parent {
  position: relative;
  z-index: 1;
}
.volunteer_parent .volunteer_title {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.volunteer_overview_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #f7eeff;
}
.volunteer_overview_content_parent {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}
.volunteer_overview_text {
  width: 40%;
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.volunteer_overview_text h2 > strong {
  color: var(--purple_3);
}
.volunteer_overview_text img.dotted_border {
  width: auto;
  height: 4px;
  max-width: 247px;
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.volunteer_overview_image_parent {
  width: 60%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  min-height: 495px;
}
.volunteer_overview_image {
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
  height: 100%;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  -webkit-mask-image: url(../sos/img/volunteer_overview_image_mask.svg);
  mask-image: url(../sos/img/volunteer_overview_image_mask.svg);
  -webkit-mask-repeat: round;
  mask-repeat: round;
}
.volunteer_overview_image_parent .volunteer_overview_dotted_border {
  width: calc(100% - 20px);
  height: 93%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 16px;
  left: 5px;
  z-index: 1;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../sos/img/volunteer_dotted_rule_large.svg);
}
.volunteer_overview_text .full_width > a {
  cursor: pointer;
  margin: 20px 0 0 0;
  float: left;
}
.volunteer_overview_text .full_width > a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #f7eeff;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.volunteer_overview_text .full_width > a > button:hover {
  color: #f7eeff;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
/*------------------------------------*\
    LOGO SLIDER
\*------------------------------------*/
.logo_slider_parent {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.single_logo_slider {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.logo_slider_text_area {
  flex-grow: 1;
}
.single_logo_slider .logo_dotted_rule {
  width: auto;
  height: 4px;
  max-width: 247px;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.single_logo_slider p {
  max-width: 400px;
  display: inline-block;
}
.swiper_logo_slider_parent {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper_logo_slider_parent > .full_width {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}
.swiper_logo_slider_parent .swiper-button-prev {
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  float: left;
  cursor: pointer;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.swiper_logo_slider_parent .swiper-button-prev > img {
  width: 100%;
  height: auto;
}
.swiper_logo_slider_parent .swiper {
  width: calc(100% - 120px);
}
.swiper_logo_slider_parent .swiper-button-next {
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  float: left;
  cursor: pointer;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  justify-content: unset;
}
.swiper_logo_slider_parent .swiper-button-prev,
.swiper_logo_slider_parent .swiper-button-next {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.swiper_logo_slider_parent .swiper-button-prev::after,
.swiper_logo_slider_parent .swiper-button-next::after {
  display: none;
  content: "";
}
.swiper_logo_slider_parent .swiper-button-next > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  touch-action: manipulation;
  touch-action: none;
  -ms-touch-action: manipulation;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper_logo_slider_parent .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_logo_slider_parent .swiper-slide img {
  object-fit: contain;
  object-position: center;
  max-height: 120px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
  touch-action: none;
  -ms-touch-action: manipulation;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper_logo_slider_parent .swiper_pagination_parent {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.swiper_logo_slider_parent .swiper-pagination-bullets {
  display: none;
  justify-content: center;
  gap: 20px;
  bottom: unset;
  left: unset;
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
}
.swiper_logo_slider_parent .swiper-pagination-bullets span {
  display: block;
  background-color: var(--purple_3);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 5px solid var(--purple_3);
}
.swiper_logo_slider_parent
  .swiper-pagination-bullets
  span.swiper-pagination-bullet-active {
  display: block;
  background-color: var(--white);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.single_logo_slider a.logo_slider_cta > button {
  width: auto;
  height: 47px;
  display: inline-block;
  padding: 0 20px 0 20px;
  border: 2px solid var(--purple_3);
  color: var(--white);
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_logo_slider a.logo_slider_cta > button:hover {
  color: var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--white);
}
/*------------------------------------*\
    FILTER LIST
\*------------------------------------*/
.filter_bar {
  display: flex;
  justify-content: start;
  gap: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 2px solid var(--purple_3);
  border-bottom: 2px solid var(--purple_3);
  margin: 0 0 40px 0;
  text-align: left;
}
.filter_bar_title {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}
.filter_bar_title h2 {
  color: var(--purple_3);
}
.filter_bar_line {
  width: 20px;
  height: auto;
  display: flex;
  justify-content: center;
}
.filter_bar_line hr {
  width: 2px;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: var(--purple_3);
}
.filter_bar_dropdown {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
}
.filter_bar_dropdown select {
  width: 100%;
  background-color: var(--white);
  border: 0;
  font-size: 20px;
  color: var(--purple_3);
  font-weight: 600;
  text-align: left;
  font-family: "mundial", sans-serif;
}
.filter_list {
  display: flex;
  justify-content: start;
  gap: 40px 40px;
  flex-wrap: wrap;
}
.single_list_item {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single_list_item.hidden {
  display: none;
}
.single_list_item.is_active {
  width: 100%;
}
.single_list_item_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.single_list_title h2 {
  width: fit-content;
  border-bottom: 2px solid var(--purple_3);
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.single_list_item_content ul {
  padding: 0 0 0 31px;
  margin: 0;
  float: left;
  width: 100%;
}
.single_list_item_content ul > li {
  font-size: 14px;
  /* border-bottom: 2px solid var(--purple_3); */
  width: fit-content;
  padding: 0 0 5px 0;
}
.single_list_item strong {
  color: var(--purple_3);
}
.single_list_item a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 0 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_list_item a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
/*------------------------------------*\
    SINGLE MENTAL HEALTH
\*------------------------------------*/
.half_col_text_parent.single_mental_health ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.half_col_text_parent.single_mental_health ul > li {
  font-size: 14px;
  width: fit-content;
  padding: 0 0 5px 0;
}
.half_col_text_parent.single_mental_health strong {
  color: var(--purple_3);
}
.single_mental_health h1 {
  color: var(--purple_3);
}
.full_width.treatment_options_single {
  border-bottom: 2px solid var(--purple_3);
  padding: 0 0 20px 0;
}
.full_width.treatment_options_single h2 {
  color: var(--purple_3);
}
.treatment_options_accordion_single details {
  position: relative;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.treatment_options_accordion_single details summary {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  position: relative;
}
.treatment_options_accordion_single details summary h3 {
  width: calc(100% - 40px);
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0;
  font-weight: 400;
  color: var(--black);
}
.treatment_options_accordion_single details summary img {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: auto;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.treatment_options_accordion_single details[open] summary img {
  transform: rotate(180deg);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.treatment_options_accordion_single details::after {
  width: 100%;
  height: 1px;
  content: "";
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  background-color: var(--purple_3);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.accordion_content_container {
  width: calc(100% - 20px);
  margin: 10px;
  height: auto;
  padding: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 10px -1px rgba(166, 62, 196, 1);
  -moz-box-shadow: 0px 1px 10px -1px rgba(166, 62, 196, 1);
  box-shadow: 0px 1px 10px -1px rgba(166, 62, 196, 1);
}
.treatment_options_accordion_single details[open]::after {
  display: none;
}
.treatment_options_accordion_single details {
  font-size: 14px;
  color: var(--black);
}
.treatment_options_accordion_single details p {
  font-size: 14px;
  color: var(--black);
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
.treatment_options_accordion_single details h4 {
  font-size: 16px;
  color: var(--black);
  float: left;
  margin: 0 0 10px 0;
}
.treatment_options_accordion_single details ul {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 10px 0;
}
.treatment_options_accordion_single details li {
  width: 100%;
  font-size: 14px;
  color: var(--black);
  float: left;
}
.treatment_options_accordion_single details a {
  color: var(--purple_3);
}
.treatment_options_accordion_single details a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 0 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.treatment_options_accordion_single details a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
/*------------------------------------*\
    INFORMATION LIST
\*------------------------------------*/
.information_list_1_col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: start;
}
.information_list_2_col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: start;
}

.information_list_3_col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: start;
}
.information_list_4_col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: start;
}
.single_information_list_item {
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.list_item_coloured_block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple_3);
  border-radius: 15px;
  -webkit-mask-image: url(../sos/img/related_mask_shape.svg);
  mask-image: url(../sos/img/related_mask_shape.svg);
  -webkit-mask-repeat: round;
  mask-repeat: round;
  -webkit-mask-size: cover;
}
.list_item_coloured_block .full_width {
  width: 80%;
}
.information_list_2_col .single_information_list_item {
  width: calc(50% - 20px);
}
.information_list_1_col .single_information_list_item {
  width: 100%;
}
.information_list_3_col .single_information_list_item {
  width: calc(33% - 30px);
}
.information_list_4_col .single_information_list_item {
  width: calc(25% - 40px);
}
.single_information_list_item_title h2 {
  color: var(--black);
  padding: 0 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid var(--purple_3);
  font-size: 20px;
}
.single_information_list_item_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 /9;
  margin: 20px 0;
  max-width: 750px;
}
.single_information_list_item_image img {
  width: auto;
  height: auto;
  display: block;
  max-height: 340px;
  margin: 20px 0;
}
.list_item_coloured_block .single_information_list_item_title h2 {
  color: var(--white);
  font-size: clamp(40px, 6vw, 80px);
  line-height: clamp(35px, 6vw, 70px);
}
.single_information_list_item_text_area {
  flex-grow: 1;
}
.single_information_list_item_text_area p {
  font-size: 14px;
  color: var(--black);
}
.single_information_list_item_text_area a {
  font-size: 14px;
  color: var(--purple_3);
}
.single_information_list_item a > button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_information_list_item a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.list_item_coloured_block.single_information_list_item a > button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
  border: 2px solid var(--white);
}
/*------------------------------------*\
    RELATED POSTS
\*------------------------------------*/
.related_posts_parent_styling {
  padding: 40px 0 0 0;
  border-top: 2px solid var(--purple_3);
}
.related_posts_parent_styling_with_title {
  padding: 20px 0 0 0;
  border-top: 2px solid var(--purple_3);
}
.related_posts_1_col {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.related_posts_1_col .single_related_post {
  width: 100%;
}
.related_posts_2_col {
  display: flex;
  justify-content: start;
  gap: 40px;
  flex-wrap: wrap;
}
.related_posts_2_col .single_related_post {
  width: calc(50% - 20px);
}
.related_posts_3_col {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.related_posts_3_col .single_related_post {
  width: calc(33% - 30px);
  display: flex;
}
.single_related_post {
  height: auto;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  -webkit-mask-image: url(../sos/img/related_mask_shape.svg);
  mask-image: url(../sos/img/related_mask_shape.svg);
  -webkit-mask-repeat: round;
  mask-repeat: round;
}
.single_related_post:nth-of-type(1) {
  background-color: var(--purple_2);
}
.single_related_post:nth-of-type(2) {
  background-color: var(--purple_3);
}
.single_related_post:nth-of-type(3) {
  background-color: var(--purple_1);
}
.single_related_post:nth-of-type(4) {
  background-color: var(--purple_4);
}
.single_related_post a {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 40px;
  box-sizing: border-box;
}
.single_related_post_flex {
  display: flex;
  flex-direction: column;
}
.single_related_text_and_image_container {
  display: flex;
  justify-content: space-between;
}
.single_related_text_container {
  width: calc(100% - 180px);
  height: auto;
  float: left;
  overflow: hidden;
}
.single_related_text_container h3 {
  color: var(--white);
}
.single_related_text_container img.dotted_border {
  width: auto;
  height: 4px;
  max-width: 247px;
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.single_related_text_container .large_text p {
  color: var(--white);
  display: block;
}
.single_related_text_container .medium_text p {
  color: var(--white);
  display: none;
}
.single_related_post button {
  display: block;
  width: auto;
  height: 47px;
  cursor: pointer;
  padding: 0 20px 2px 20px;
  float: left;
  border: 2px solid var(--white);
  color: var(--white);
  font-size: 16px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_related_post a:hover button {
  border: 2px solid var(--white);
  color: var(--purple_5);
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_related_image_container {
  width: 140px;
  height: auto;
  float: left;
}
.single_related_image_container img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.mobile_single_related_image {
  width: 100%;
  height: 150px;
  display: none;
}
.mobile_single_related_image > img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.related_3_col_button {
  display: none;
}
.related_posts_3_col .large_text,
.related_posts_3_col .medium_text {
  display: none;
}
.related_posts_3_col .related_3_col_button {
  display: block;
}
.related_posts_3_col .single_related_button_container {
  display: none;
}
.related_posts_3_col .single_related_image_container {
  width: auto;
  height: auto;
  float: left;
  display: flex;
  align-items: start;
}
.related_posts_3_col .single_related_text_and_image_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.related_posts_3_col .single_related_text_container {
  width: calc(100% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.related_posts_3_col .single_related_image_container img {
  width: auto;
  aspect-ratio: 1 / 1;
  height: 110px;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.related_posts_title {
  color: var(--black);
  margin: 0 0 20px 0;
  padding: 0;
}
/*------------------------------------*\
    LARGE PAGE LINKS
\*------------------------------------*/
.page_link_parent_1_columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page_link_parent_2_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page_link_parent_1_columns .single_page_link {
  width: 100%;
}
.page_link_parent_2_columns .single_page_link {
  width: calc(50% - 20px);
}
.single_page_link {
  height: auto;
  float: left;
  position: relative;
  display: flex;
}
.single_page_link a {
  width: 100%;
  height: 100%;
  display: flex;
}
.single_page_link_mask {
  padding: 40px;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  /*     flex-direction: column; */
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  -webkit-mask-image: url(../sos/img/page_link_mask_large.svg);
  mask-image: url(../sos/img/page_link_mask_large.svg);
  -webkit-mask-repeat: round;
  mask-repeat: round;
}
.single_page_link:nth-of-type(4n + 1) .single_page_link_mask {
  background-color: var(--purple_3);
}

.single_page_link:nth-of-type(4n + 2) .single_page_link_mask {
  background-color: var(--purple_4);
}

.single_page_link:nth-of-type(4n + 3) .single_page_link_mask {
  background-color: var(--purple_5);
}

.single_page_link:nth-of-type(4n) .single_page_link_mask {
  background-color: var(--purple_2);
}
.single_page_link_text_container {
  width: 40%;
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single_page_link_text_container h2 {
  color: var(--white);
}
.single_page_link_text_container p {
  color: var(--white);
}
.single_page_link_text_container img.dotted_border {
  width: auto;
  height: 4px;
  max-width: 247px;
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: color-dodge;
}
.single_page_link_image_container {
  width: calc(60% - 40px);
  height: auto;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single_page_absolute_image {
  display: none;
}
.single_page_link a button {
  display: block;
  width: auto;
  height: 47px;
  cursor: pointer;
  padding: 0 20px 2px 20px;
  float: left;
  border: 2px solid var(--white);
  color: var(--white);
  font-size: 16px;
  margin: 20px 0 0 0;
  text-align: left;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_page_link a:hover button {
  border: 2px solid var(--white);
  color: var(--purple_5);
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_page_link_image_mobile {
  display: none;
}
.page_link_parent_2_columns .single_page_absolute_image {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  border-radius: 15px;
}
.page_link_parent_2_columns .single_page_link_image_container {
  display: none;
}
.page_link_parent_2_columns .single_page_link_text_container {
  width: 100%;
  padding: 40px 0 0 0;
}
.page_link_parent_2_columns .single_page_link_mask {
  min-height: unset;
}
.page_link_parent_2_columns .single_page_link_text_container h2 {
  width: calc(100% - 180px);
}
/*------------------------------------*\
    POST PAGE
\*------------------------------------*/
.filter_news_parent {
  display: flex;
  justify-content: start;
  gap: 40px;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 2px solid var(--purple_3);
  border-bottom: 2px solid var(--purple_3);
}
.filter_news_title {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  text-align: right;
}
.filter_news_title h2 {
  color: var(--purple_3);
  font-size: 20px;
}
.filter_news_parent select {
  width: fit-content;
  height: auto;
  background-color: var(--white);
  border: 0;
  font-size: 20px;
  color: var(--purple_3);
  font-weight: 600;
  text-align: left;
  font-family: "mundial", sans-serif;
}
.post_page_parent {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.loop_single_post_parent {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.loop_single_post_parent a {
  text-decoration: none;
  color: var(--black);
  display: flex;
  flex-direction: column;
}
.full_width.loop_loop_single_post_excerpt {
  flex-grow: 1;
}
.loop_single_post_parent.hidden {
  display: none;
}
.loop_single_post_image {
  width: 100%;
  height: 300px;
  float: left;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 0 20px 0;
}
.loop_single_post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.loop_single_post_parent > a:hover .loop_single_post_image img {
  transform: scale(1.05);
  -webkit-transition: all 1s 0s ease-in-out;
  -moz-transition: all 1s 0s ease-in-out;
  -o-transition: all 1s 0s ease-in-out;
  transition: all 1s 0s ease-in-out;
}
.loop_single_post_category_name h3 {
  color: var(--purple_3);
}
.loop_single_post_title h2 {
  color: var(--black);
}
.loop_single_post_hr hr {
  width: 100%;
  max-width: 200px;
  height: 2px;
  background-color: var(--purple_3);
  border: 0;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.loop_loop_single_post_excerpt p {
  color: var(--black);
}
.loop_single_author {
  font-size: 14px;
  color: var(--purple_3);
  margin: 10px 0;
}
.loop_single_post_parent button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 0 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.loop_single_post_parent > a:hover button {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}

/*------------------------------------*\
    EXTRA LARGE TITLE
\*------------------------------------*/
.extra_large_title h1 {
  margin: 0;
  padding: 0;
  font-size: 10vw;
  line-height: 10vw;
  color: var(--black);
}
.extra_large_title h1 strong {
  color: var(--purple_3);
}
/*------------------------------------*\
    LARGE TITLE
\*------------------------------------*/
.large_title_text h2 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: normal;
  color: var(--black);
}
.large_title_text h2 strong {
  color: var(--purple_3);
}
/*------------------------------------*\
    FLEXIBLE LAYOUT TEXT AND IMAGE
\*------------------------------------*/
.flexible_layout_1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.flexible_layout_1 > .flexible_text_parent {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.flexible_layout_1 > .flexible_text_parent > .flexible_text_container {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  overflow: hidden;
}
.flexible_layout_1 > .flexible_text_parent > .flexible_text_container > * {
  color: var(--black);
}
.flexible_layout_1 > .flexible_text_parent > .flexible_text_container strong {
  color: var(--purple_3);
}
.flexible_layout_1 > .flexible_text_parent > .flexible_text_container a {
  color: var(--purple_3);
  text-decoration: underline;
}
.flexible_layout_1 > .flexible_image_parent {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  border-radius: 15px;
}
.flexible_layout_1 > .flexible_image_parent > .flexible_img_container {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

/* two col layout */
.flexible_layout_2 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.flexible_layout_2 > .flexible_text_parent {
  width: calc(50% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  margin: 20px 0;
}
.flexible_layout_2 > .flexible_text_parent > .flexible_text_container {
  width: 100%;
  padding: 0 10% 0 0;
  border-right: 2px solid var(--purple_3);
  box-sizing: border-box;
  height: 100%;
  float: left;
  text-align: left;
  overflow: hidden;
}
.flexible_layout_2 > .flexible_text_parent > .flexible_text_container > * {
  color: var(--black);
}
.flexible_layout_2 > .flexible_text_parent > .flexible_text_container strong {
  color: var(--purple_3);
}
.flexible_layout_2 > .flexible_text_parent > .flexible_text_container a {
  color: var(--purple_3);
  text-decoration: underline;
}
.flexible_layout_2 > .flexible_image_parent {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  -webkit-mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  -webkit-mask-repeat: round;
  mask-repeat: round;
}
.flexible_layout_2 > .flexible_image_parent > .flexible_img_container {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.flexible_layout_2
  > .flexible_text_parent
  + .flexible_text_parent
  > .flexible_text_container {
  border-right: 0;
  padding: 0 0 0 5%;
}
/*------------------------------------*\
    TEAM MEMBERS
\*------------------------------------*/
.large_title {
  padding: 40px 0;
}
.large_title h1 {
  color: var(--black);
  margin: 0 0 10px 0;
  font-size: 70px;
  line-height: 70px;
  max-width: 600px;
}
.large_title h1 > strong {
  color: var(--purple_3);
}
.team_members_title h1 {
  max-width: unset;
}
.display_team_members {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: start;
}
.single_team_memeber {
  width: calc(33% - 30px);
  height: auto;
  float: left;
}
.single_team_memeber a {
  text-decoration: none;
  color: var(--black);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.single_team_memeber img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 150px;
  max-width: 150px;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
  -webkit-mask-repeat: round;
  mask-repeat: round;
  margin: 0 0 10px 0;
}
.single_team_member_text {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0 10% 0 0;
  box-sizing: border-box;
  border-right: 2px solid var(--purple_3);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single_team_member_text h2 {
  color: var(--black);
}
.single_team_member_text h2:nth-of-type(2) {
  color: var(--purple_3);
  font-size: 20px;
}
.single_team_memeber a button {
  width: 170px;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 0 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.single_team_memeber a:hover button {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.single_team_member_text p {
  float: left;
  width: 100%;
  height: auto;
  flex-grow: 1;
  overflow: hidden;
  align-items: start;
  display: flex;
}
.team_member_mobile_image {
  display: none;
}
/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/
.forminator-row {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
.contact_form_parent form {
  width: 100%;
  height: auto;
  float: left;
}
.contact_form_title p {
  font-size: 60px;
}
.contact_form_title p > strong {
  color: var(--purple_3);
}
.hide_forminator_label label {
  display: none;
}
.forminator-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
span.forminator-description {
  font-size: 12px;
}

.forminator_half_col {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(50% - 20px);
}
.contact_form_parent label {
  width: fit-content;
  float: left;
  display: flex;
  gap: 7px;
  margin: 0 20px 0 0;
}
h4.forminator-label {
  margin: 0;
}
a.forminator-save-draft-link {
  color: var(--purple_3);
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  margin: 20px 0 0 0;
}
a.draft-resend-mail {
  color: var(--purple_3);
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  margin: 20px 0 0 0;
}
input.forminator-draft-link {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  font-size: 14px;
  padding: 10px;
  color: var(--purple_3);
}
button.forminator-button.forminator-button-next,
button.forminator-copy-btn,
button.forminator-button-submit {
  width: 100%;
  max-width: 200px;
  margin: 20px 0 20px 0;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 18px;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--white);
  height: 47px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
button.forminator-button.forminator-button-next:hover,
button.forminator-copy-btn:hover,
button.forminator-button-submit:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.forminator-draft-email-response.forminator-draft-notice.draft-error {
  width: 100%;
  height: auto;
  float: left;
}
.forminator-row input {
  margin: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  height: auto;
  float: left;
  color: var(--black);
  padding: 10px;
  background-color: var(--white);
  font-family: "mundial", sans-serif;
  font-style: normal;
}
.forminator-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.contact_form_parent label > input[type="radio"] {
  width: 20px;
  height: 20px;
}
.contact_form_parent label > input {
  max-width: 20px;
}
span.forminator-checkbox-label {
  width: fit-content;
  min-width: 100px;
  color: var(--purple_3);
  font-size: 14px;
}
.forminator-row input::placeholder,
.forminator-row textarea::placeholder {
  font-size: 16px;
  color: var(--purple_3);
}
.forminator_text_input_border_bottom input {
  border: 0;
  border-bottom: 2px solid var(--purple_3);
}
.forminator_text_area textarea {
  border: 2px solid var(--purple_3);
  color: var(--black);
  font-size: 16px;
  width: 100%;
  height: auto;
  float: left;
  background-color: var(--white);
  padding: 10px;
  font-family: "mundial", sans-serif;
  font-style: normal;
}
.forminator_text_area label {
  margin: 0 0 10px 0;
  font-size: 14px;
  float: left;
}
.forminator_text_area textarea::placeholder {
  font-size: 16px;
  font-family: inherit;
  font-family: "mundial", sans-serif;
  font-style: normal;
}
.contact_forminator_checkbox h4 {
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--black);
  font-size: 16px;
}
.contact_forminator_checkbox {
  font-size: 16px;
  color: var(--purple_3);
}
.contact_forminator_checkbox label {
  width: 100%;
  height: auto;
  float: left;
}
.contact_forminator_checkbox label > input {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--purple_3);
  background-color: var(--white);
  margin: 0 20px 10px 0;
}
.forminator-row button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.forminator-row button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
span.forminator-error-message {
  color: var(--purple_1);
}
.forminator_gdpr h4 {
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--black);
  font-size: 16px;
}
.forminator_gdpr .forminator-checkbox {
  width: auto;
  height: 20px;
  display: block;
  float: left;
}
.forminator_gdpr .forminator-checkbox span {
  font-size: 14px;
  color: var(--purple_3);
  float: left;
  margin: 0 0 0 5px;
}
.forminator_gdpr .forminator-checkbox input {
  width: 20px;
  height: 20px;
}
.forminator_gdpr .forminator-description {
  display: block;
  float: left;
  font-size: 14px;
  color: var(--black);
}
.forminator_gdpr .forminator-error-message {
  width: 100%;
  float: left;
  font-size: 14px;
}
.forminator-progress-bar {
  margin: 0 0 40px 0;
  height: 5px;
}
.forminator-progress-bar span {
  background-color: var(--purple_3);
  height: 5px;
  display: block;
}
.forminator-field select {
  border: 2px solid #000;
  height: 46px;
  font-size: 16px;
  float: left;
  color: var(--purple_3);
  padding: 10px;
  background-color: var(--white);
  font-family: "mundial", sans-serif;
  font-style: normal;
}
/*------------------------------------*\
    FULL WIDTH WYSIWYG
\*------------------------------------*/
.empty_wysiwyg h1 {
  margin: 30px 0 20px 0;
  font-size: 35px;
  padding: 0;
  color: var(--purple_3);
}
.empty_wysiwyg h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  padding: 0;
}
.empty_wysiwyg h3 {
  margin: 0 0 8px 0;
  padding: 0;
}
.empty_wysiwyg hr {
  width: 100%;
  height: 2px;
  background-color: var(--purple_3);
  margin: 10px 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.empty_wysiwyg p,
.empty_wysiwyg li,
.empty_wysiwyg a {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.empty_wysiwyg img {
  max-width: 650px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.empty_wysiwyg button {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.empty_wysiwyg button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.empty_wysiwyg a.wp-block-button__link.wp-element-button {
  width: auto;
  height: 47px;
  padding: 20px 20px 24px 20px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.empty_wysiwyg a.wp-block-button__link.wp-element-button:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
blockquote.wp-block-quote {
  margin: auto auto 20px auto;
}
/*------------------------------------*\
    woocommerce
\*------------------------------------*/
.single-product {
  margin: 20px 0 0 0;
}
.woocommerce div.product form.cart .button,
button#place_order {
  width: auto;
  height: 47px;
  display: block;
  padding: 0 20px 0 20px;
  border-radius: 15px;
  float: left;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
.woocommerce div.product form.cart .button:hover,
button#place_order:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
.woocommerce div.product form.cart div.quantity {
  width: 100%;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 25px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  width: auto;
  display: block;
  float: left;
  border-radius: 15px;
  border: 2px solid var(--purple_3);
  color: var(--purple_3);
  font-size: 16px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  color: var(--white);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  background-color: var(--purple_3);
}
h2.woocommerce-loop-product__title {
  color: var(--black);
  margin: 0;
  padding: 0;
  font-size: 30px !important;
}
.woocommerce ul.products li.product .price {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 15px;
}
.woocommerce-product-gallery__image {
  border-radius: 15px;
}
th.label {
  width: fit-content;
  float: left;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 300px !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 270px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  height: 32px !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1470px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_parent > img.footer_dark_logo {
    right: -40%;
  }
}
@media only screen and (max-width: 1385px) {
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_left {
    max-width: 420px;
  }
  .home_intro_white_container h1 {
    font-size: 27px;
    line-height: 29px;
  }
  .home_intro_right {
    max-width: 420px;
  }
  .home_intro_right_flex h2 {
    font-size: 55px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 1345px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_parent > img.footer_dark_logo {
    right: -50%;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_text {
    width: 50%;
  }
  .volunteer_overview_image_parent {
    width: 50%;
  }
  .volunteer_overview_image_parent .volunteer_overview_dotted_border {
    background-image: url(../sos/img/volunteer_dotted_rule_medium.svg);
  }
}
@media only screen and (max-width: 1300px) {
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .related_posts_3_col > .single_related_post {
    width: calc(50% - 20px);
  }
  .related_posts_3_col .large_text,
  .related_posts_3_col .medium_text {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_parent > img.footer_dark_logo {
    right: -60%;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_left {
    max-width: 375px;
  }
  .home_intro_white_container > .full_width > img.home_dotted_border {
    max-width: 234px;
  }
  .home_intro_white_container h1 {
    font-size: 23px;
    line-height: 24px;
  }
  .home_intro_right {
    max-width: 375px;
  }
  .home_intro_right_flex h2 {
    font-size: 49px;
    line-height: 49px;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent > .single_video {
    height: 300px;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: calc(100% - 120px);
  }
  /*------------------------------------*\
        INFORMATION LIST
    \*------------------------------------*/
  .information_list_4_col .single_information_list_item {
    width: calc(33% - 30px);
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .single_team_memeber {
    width: calc(50% - 20px);
  }
  .single_team_memeber img {
    height: 190px;
  }
}
@media only screen and (max-width: 1170px) {
  /*------------------------------------*\
        NAV
    \*------------------------------------*/
  .nav_cta_social {
    display: none;
  }
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_content_container {
    max-width: unset;
  }
  .footer_col {
    max-width: unset;
  }
  .footer_parent .fixed_width {
    flex-wrap: wrap;
  }
  .end_footer_col {
    flex-direction: row;
    max-width: unset;
    padding: 0;
    gap: 40px;
  }
  .end_footer_col a {
    width: 50%;
    order: 2;
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .end_footer_col > img {
    width: 50%;
    height: auto;
    max-width: 240px;
    order: 1;
  }
  .end_footer_col > a > img {
    width: 100%;
    height: auto;
    max-width: 240px;
  }
  .footer_parent > img.footer_dark_logo {
    display: block;
    right: unset;
    left: -10%;
    bottom: -51%;
    top: unset;
    max-width: 691px;
    display: flex;
    height: auto;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .half_col_image_parent > .half_col_border {
    background-image: url(../sos/img/dotted_border_rectangle_tall.svg);
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .who_are_sos_right {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /*------------------------------------*\
        INFORMATION LIST
    \*------------------------------------*/
  .information_list_3_col .single_information_list_item {
    width: calc(50% - 20px);
  }
  /*------------------------------------*\
        POST PAGE
    \*------------------------------------*/
  .loop_single_post_image {
    height: 270px;
  }
}
@media only screen and (max-width: 1070px) {
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_banner_parent {
    flex-direction: column;
    justify-content: unset;
    background-image: none;
    min-height: unset;
  }
  .home_intro_left {
    max-width: unset;
    background-color: var(--purple_6);
    border-radius: 15px;
    margin: 40px 0 0 0;
    order: 2;
    position: relative;
  }
  .home_intro_white_container p {
    color: var(--purple_5);
  }
  .home_intro_white_container img {
    display: none;
  }
  .home_intro_white_container {
    padding: 0;
    margin: 0;
  }
  .home_intro_right {
    max-width: unset;
    position: relative;
    z-index: 1;
    order: 1;
    padding: 40px 0;
  }
  .home_intro_white_container h1 {
    display: none;
  }
  .mobile_home_intro_title {
    display: block;
  }
  .home_intro_bg_image_desktop {
    display: none;
  }
  .home_intro_right_bg {
    display: block;
    width: calc(50% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }
  .home_intro_right_flex {
    position: relative;
    z-index: 1;
    width: calc(50% - 20px);
  }
  .home_intro_right_flex h2 {
    color: var(--black);
    font-size: 38px;
    line-height: 36px;
  }
  .home_intro_right_flex h2:nth-of-type(2) {
    display: none;
  }
  .home_intro_right_flex h3 {
    color: var(--black);
  }
  .home_intro_logo {
    display: none;
  }
  .home_intro_right_flex a > button:hover {
    background-color: var(--white);
    color: var(--purple_3);
  }
  .home_intro_right_icon_mobile {
    display: block;
    position: absolute;
    right: 30%;
    top: 5%;
    width: 100px;
    height: auto;
    z-index: 2;
  }
  .home_intro_white_container > .full_width > img.home_dotted_border {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  .home_intro_right_flex a > button:hover {
    border: 2px solid var(--purple_3);
    color: var(--purple_3);
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: calc(100% - 98px);
  }
  .volunteer_overview_image_parent .volunteer_overview_dotted_border {
    background-image: url(../sos/img/volunteer_dotted_rule_small.svg);
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_text_parent_wysiwyg h1 {
    font-size: 60px;
    line-height: 60px;
    max-width: unset;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .large_title h1 {
    font-size: 60px;
    line-height: 60px;
    max-width: unset;
  }
  /*------------------------------------*\
        INFORMATION LIST
    \*------------------------------------*/
  .information_list_4_col .single_information_list_item {
    width: calc(50% - 20px);
  }
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .single_related_text_container .large_text p {
    display: none;
  }
  .single_related_text_container .medium_text p {
    display: block;
  }
  /*------------------------------------*\
        LARGE PAGE LINKS
    \*------------------------------------*/
  .single_page_link_text_container {
    width: calc(50% - 20px);
  }
  .single_page_link_image_container {
    width: calc(50% - 20px);
  }
  /*------------------------------------*\
        LARGE TITLE
    \*------------------------------------*/
  .large_title_text h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 970px) {
  /*------------------------------------*\
        NAV
    \*------------------------------------*/
  .top_nav .fixed_width_no_overflow {
    display: flex;
    height: 90px;
  }
  .desktop_nav {
    top: 90px;
  }
  .nav_spacer {
    height: 150px;
  }
  .nav_get_help {
    width: 170px;
    margin: 0 40px 0 0;
    order: 2;
  }
  .nav_logo {
    width: calc(100% - 360px);
    order: 1;
  }
  .nav_cta {
    width: 170px;
    margin: 0;
    order: 3;
  }
  .nav_logo a {
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_logo_text_part {
    display: none;
  }
  .nav_cta_donate {
    width: 170px;
  }
  .nav_parent > ul > li.menu-item-has-children > ul {
    top: 147px;
  }
  .desktop_nav.is_active {
    top: 28px;
  }
  .nav_spacer.is_active {
    height: 90px;
  }
  /*------------------------------------*\
        LARGE PAGE LINKS
    \*------------------------------------*/
  .page_link_parent_2_columns .single_page_link_text_container h2 {
    width: 100%;
  }
  .page_link_parent_2_columns .single_page_absolute_image {
    display: none;
  }
  .page_link_parent_2_columns .single_page_link_mask {
    min-height: unset;
    flex-wrap: wrap;
    -webkit-mask-image: url(../sos/img/page_link_mask_small.svg);
    mask-image: url(../sos/img/page_link_mask_small.svg);
  }
  .page_link_parent_2_columns .single_page_link_image_mobile {
    display: block;
    width: 100%;
    height: 150px;
    float: left;
    margin: 10px 0;
  }
  .page_link_parent_2_columns .single_page_link_image_mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }
  .page_link_parent_2_columns .single_page_link_text_container {
    padding: 0;
  }
}
@media only screen and (max-width: 950px) {
  /*------------------------------------*\
        LOGO SLIDER
    \*------------------------------------*/
  .swiper_logo_slider_parent .swiper-button-prev > img {
    width: 69%;
  }
  .swiper_logo_slider_parent .swiper-button-next > img {
    width: 69%;
  }
  .swiper_logo_slider_parent .swiper-pagination-bullets span {
    width: 10px;
    height: 10px;
    border: 3px solid var(--purple_3);
  }
  .swiper_logo_slider_parent
    .swiper-pagination-bullets
    span.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  /*------------------------------------*\
        FLEXIBLE LAYOUT TEXT AND IMAGE
    \*------------------------------------*/
  .flexible_layout_2 {
    gap: 20px;
  }
  .flexible_layout_2 > .flexible_image_parent > .flexible_img_container {
    height: 280px;
  }
  .flexible_layout_2 > .flexible_text_parent {
    width: 100%;
    margin: 0;
  }
  .flexible_layout_2 > .flexible_text_parent > .flexible_text_container {
    padding: 0;
    border-right: 0;
    margin: 0;
  }
  .flexible_layout_2
    > .flexible_text_parent
    + .flexible_text_parent
    > .flexible_text_container {
    border-right: 0;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 920px) {
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_parent {
    gap: 0 40px;
    flex-wrap: wrap;
  }
  .half_col_text_parent .half_col_text_parent_cta {
    display: none;
  }
  .half_col_text_parent .half_col_text_parent_wysiwyg_secondary {
    display: none;
  }
  .half_col_cta_secondary_wysiwyg_mobile {
    display: block;
  }
  .half_col_text_parent {
    width: calc(50% - 20px);
    margin: 0;
    padding: 0 0 20px 0;
  }
  .half_col_image_parent {
    width: calc(50% - 20px);
    margin: 0;
  }
  .half_col_text_parent_cta {
    margin: 0 0 20px 0;
  }
  .half_col_text_parent_wysiwyg_secondary p {
    max-width: unset;
  }
  /*------------------------------------*\
        FILTER LIST
    \*------------------------------------*/
  .single_list_item {
    width: 100%;
  }
  .filter_bar_dropdown {
    width: 100%;
  }
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .single_related_text_container {
    width: 100%;
  }
  .single_related_image_container {
    display: none;
  }
  .mobile_single_related_image {
    display: block;
    margin: 20px 0;
  }
  .single_related_text_container img.dotted_border {
    display: none;
  }
  .related_posts_3_col .single_related_image_container {
    display: none;
  }
  /*------------------------------------*\
        POST PAGE
    \*------------------------------------*/
  .loop_single_post_image {
    height: 240px;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .team_member_bio p {
    max-width: unset;
  }
}
@media only screen and (max-width: 880px) {
  .desktop_nav {
    display: none;
  }
  .nav_logo {
    width: calc(100% - 450px);
  }
  .mobile_nav_hamburger {
    display: block;
    width: 50px;
    height: 100%;
    order: 4;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .hamburger_container {
    width: 42px;
    height: 39px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container img {
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 23px;
    top: 8px;
    left: 12px;
    right: 0;
    opacity: 0;
    transform: scale(0.2);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    -moz-transition: all 0.2 0s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    -o-transition: all 0.2s 0s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    transition: all 0.2s 0s cubic-bezier(0.46, 0.16, 0.6, 1.25);
  }
  .hamburger_container hr {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: var(--purple_3);
    position: absolute;
    height: 10px;
    border-radius: 5px;
    width: 10px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container hr:nth-of-type(-n + 3) {
    top: 0;
  }
  .hamburger_container hr:nth-of-type(n + 4):nth-of-type(-n + 6) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburger_container hr:nth-of-type(n + 7) {
    bottom: 0;
  }
  .hamburger_container hr:nth-of-type(1) {
    left: 0;
  }
  .hamburger_container hr:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: auto;
  }
  .hamburger_container hr:nth-of-type(3) {
    right: 0;
  }
  .hamburger_container hr:nth-of-type(4) {
    left: 0;
  }
  .hamburger_container hr:nth-of-type(5) {
    left: 0;
    right: 0;
    margin: auto;
  }
  .hamburger_container hr:nth-of-type(6) {
    right: 0;
  }
  .hamburger_container hr:nth-of-type(7) {
    left: 0;
  }
  .hamburger_container hr:nth-of-type(8) {
    left: 0;
    right: 0;
    margin: auto;
  }
  .hamburger_container hr:nth-of-type(9) {
    right: 0;
  }
  .hamburger_container.is_active {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(1) {
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(2) {
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(3) {
    right: calc(50% - 5px);
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(4) {
    left: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(5) {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(6) {
    right: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(7) {
    left: calc(50% - 5px);
    bottom: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(8) {
    right: calc(50% - 5px);
    left: calc(50% - 5px);
    bottom: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active hr:nth-of-type(9) {
    right: calc(50% - 5px);
    bottom: calc(50% - 5px);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .hamburger_container.is_active img {
    opacity: 1;
    transform: rotate(90deg) scale(1);
    -webkit-transition: all 0.4s 0.2s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    -moz-transition: all 0.4s 0.2s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    -o-transition: all 0.4s 0.2s cubic-bezier(0.46, 0.16, 0.6, 1.25);
    transition: all 0.4s 0.2s cubic-bezier(0.46, 0.16, 0.6, 1.25);
  }
  .nav_cta {
    margin: 0 40px 0 0;
  }
  .mobile_menu.is_active {
    right: 0%;
    background-color: var(--purple_3);
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
  }
  .mobile_menu_container {
    width: calc(100% - 80px);
    margin: 40px;
    height: auto;
    float: left;
  }
  .mobile_menu_container ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul {
    display: none;
    margin: 0 0 20px 0;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul > li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul.is_active {
    display: block;
    overflow: hidden;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul > li:last-of-type {
    margin: 0;
  }
  .mobile_menu_container > ul > li > a {
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
        supported by Chrome, Edge, Opera and Firefox */
  }
  .mobile_menu_container > ul > li > a > img {
    width: auto;
    height: 13px;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .mobile_menu_container > ul > li.is_active > a > img {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul > li > a {
    font-size: 20px;
    color: var(--purple_6);
  }
  .nav_spacer {
    height: 90px;
  }
  .nav_spacer.is_active {
    height: 90px;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_banner_parent {
    padding: 0 0 10px 0;
  }
  .home_intro_right_flex h3 {
    font-size: 16px;
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .who_are_sos_left {
    width: 65%;
  }
  .who_are_sos_right {
    width: 35%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent > .single_video {
    height: 250px;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_content_parent {
    gap: unset;
  }
  .volunteer_overview_text {
    width: 100%;
  }
  .volunteer_overview_image_parent {
    display: none;
  }
  .volunteer_overview_bg {
    height: calc(100% - 80px);
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_text_parent_wysiwyg h1 {
    font-size: 50px;
    line-height: 50px;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .large_title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .single_team_memeber a button {
    width: 136px;
  }
  /*------------------------------------*\
        SINGLE MENTAL HEALTH
    \*------------------------------------*/
  .half_col_text_parent.single_mental_health {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .half_col_image_parent.single_mental_health {
    display: none;
  }
  .half_col_image_parent.single_mental_health.single_post_page {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
  .half_col_image_parent.single_mental_health.single_post_page
    .half_col_border {
    background-image: url(../sos/img/dotted_border_rectangle.svg);
  }
  .half_col_image_parent.single_mental_health.single_post_page
    > .half_col_parent_image_div {
    min-height: 300px;
  }
  .full_width.half_col_title_mobile.single_mental_health h1 {
    margin: 0;
  }
  .single_mental_health_content {
    padding: 0 0 20px 0;
  }
  .full_width.half_col_title_mobile.single_mental_health {
    padding: 0 0 5px 0;
  }
  /*------------------------------------*\
        BREADCRUMBS
    \*------------------------------------*/
  ul.breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs * {
    font-size: 10px;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .team_member_mobile_image {
    display: block;
    margin: 0 0 20px 0;
  }
  .team_member_mobile_image img {
    display: block;
    border-radius: 15px;
    width: 250px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
    mask-image: url(../sos/img/50_50_col_image_clip_path.webp);
    -webkit-mask-repeat: round;
    mask-repeat: round;
  }
  /*------------------------------------*\
        LARGE TITLE
    \*------------------------------------*/
  .large_title_text h2 {
    font-size: 50px;
  }
  /*------------------------------------*\
        CONTACT FORM
    \*------------------------------------*/
  .contact_form_title p {
    font-size: 50px;
  }
  /*------------------------------------*\
        FULL WIDTH WYSIWYG
    \*------------------------------------*/
  .empty_wysiwyg h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 820px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_col.footer_sitemap {
    display: none;
  }
  .footer_parent > img.footer_dark_logo {
    right: -20%;
    left: unset;
    bottom: -39%;
    top: unset;
    max-width: 543px;
  }
  /*------------------------------------*\
        LOGO SLIDER
    \*------------------------------------*/
  .logo_slider_parent {
    flex-direction: column;
  }
  .single_logo_slider p {
    max-width: 600px;
  }
  /*------------------------------------*\
        FLEXIBLE LAYOUT TEXT AND IMAGE
   \*------------------------------------*/
  .flexible_layout_2 {
    column-count: unset;
    column-gap: unset;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .flexible_layout_2 > .flexible_image_parent > .flexible_img_container {
    height: 290px;
  }
  .flexible_layout_2 > .flexible_image_parent {
    border-radius: 15px;
    -webkit-mask-image: unset;
    mask-image: unset;
    -webkit-mask-repeat: round;
    mask-repeat: round;
  }
  .flexible_layout_2 > .flexible_text_parent {
    margin: 0;
  }
  /* .flexible_layout_2 > .flexible_text_parent + .flexible_text_parent > .flexible_text_container {
        padding: 0 10% 0 0;
        border-right: 2px solid var(--purple_3);
    } */
  /*------------------------------------*\
        EXTRA LARGE TITLE
    \*------------------------------------*/
  .extra_large_title h1 {
    font-size: 13vw;
    line-height: 13vw;
  }
  /*------------------------------------*\
        CONTACT FORM
    \*------------------------------------*/
  .forminator_half_col {
    width: 100%;
    height: auto;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_right_flex h2 {
    font-size: 28px;
    line-height: 26px;
  }
  .home_intro_right_icon_mobile {
    right: 24%;
  }
}
@media only screen and (max-width: 770px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_parent > img.footer_dark_logo {
    display: none;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_right_flex a:nth-of-type(1) {
    display: none;
  }
  .home_intro_right_flex a:nth-of-type(2) {
    display: block;
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_title_desktop {
    display: none;
  }
  .half_col_title_mobile {
    display: block;
  }
  .half_col_title_mobile h1 {
    font-size: 50px;
    line-height: 51px;
    margin: 0 0 20px 0;
  }
  .half_col_title_mobile h1 > strong {
    color: var(--purple_3);
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: calc(100% - 66px);
  }
  /*------------------------------------*\
        LARGE PAGE LINKS
    \*------------------------------------*/
  .page_link_parent_2_columns .single_page_link {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  /*------------------------------------*\
        FONTS
    \*------------------------------------*/
  h2 {
    font-size: 20px;
    line-height: unset;
  }
  .half_col_text_parent_wysiwyg h2,
  .half_col_text_parent_wysiwyg h3,
  .half_col_text_parent_wysiwyg h4,
  .half_col_text_parent_wysiwyg h5 {
    font-size: 20px;
    line-height: unset;
  }
  .half_col_title_mobile h2,
  .half_col_title_mobile h3,
  .half_col_title_mobile h4,
  .half_col_title_mobile h5 {
    font-size: 20px;
    line-height: unset;
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_title_mobile {
    order: 1;
    margin: 0 0 10px 0;
  }
  .half_col_text_parent {
    width: 100%;
    order: 3;
    padding: 20px 0 20px 0;
  }
  .half_col_image_parent {
    width: 100%;
    order: 2;
    padding: 0 0 20px 0;
  }
  .half_col_cta_secondary_wysiwyg_mobile {
    order: 4;
  }
  .half_col_image_parent {
    margin: 0 0 20px 0;
  }
  .half_col_image_parent > .half_col_parent_image_div {
    min-height: 290px;
    margin: 0 20px 0 0;
  }
  .half_col_image_parent > .half_col_border {
    left: 19px;
  }
  .half_col_image_parent > .half_col_border {
    background-image: url(../sos/img/dotted_border_rectangle_mobile.svg);
    background-size: 100% 100%;
  }
  .single_information_list_item.list_item_coloured_block {
    padding: 50px 0;
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .home_who_are_sos_parent {
    flex-direction: column;
  }
  .who_are_sos_left {
    width: 100%;
  }
  .who_are_sos_right {
    width: 100%;
    height: 180px;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .text_block_parent > .full_width {
    text-align: left;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent > .single_video {
    height: 190px;
    max-height: unset;
  }
  /*------------------------------------*\
        INFORMATION LIST
    \*------------------------------------*/
  .information_list_2_col .single_information_list_item {
    width: 100%;
  }
  .information_list_3_col .single_information_list_item {
    width: 100%;
  }
  .information_list_4_col .single_information_list_item {
    width: 100%;
  }
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .related_posts_1_col .single_related_post {
    width: 100%;
  }
  .related_posts_2_col .single_related_post {
    width: 100%;
  }
  .related_posts_3_col .single_related_post {
    width: 100%;
  }
  .mobile_single_related_image {
    display: none;
  }
  .single_related_text_container {
    width: calc(100% - 180px);
  }
  .single_related_image_container {
    display: block;
  }
  .single_related_text_container img.dotted_border {
    display: block;
  }
  /*------------------------------------*\
        LARGE PAGE LINKS
    \*------------------------------------*/
  .single_page_link_image_container {
    display: none;
  }
  .single_page_absolute_image {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 140px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
    border-radius: 15px;
  }
  .single_page_link_text_container {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .single_page_link_text_container h2 {
    width: calc(100% - 180px);
  }
  .single_page_link_text_container img.dotted_border {
    max-width: calc(100% - 180px);
  }
  /*------------------------------------*\
        POST PAGE
    \*------------------------------------*/
  .loop_single_post_image {
    height: 190px;
  }
  /*------------------------------------*\
        woocommerce
    \*------------------------------------*/
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 200px !important;
  }
  h2.woocommerce-loop-product__title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 620px) {
  /*------------------------------------*\
        NAV
    \*------------------------------------*/
  .nav_cta {
    display: none;
  }
  .nav_logo {
    width: calc(100% - 85px);
  }
  .nav_get_help {
    width: 170px;
    margin: 0;
  }
  .mobile_nav_hamburger {
    width: calc(100% - 85px);
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_right_icon_mobile {
    right: 17%;
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_title_mobile h1 {
    font-size: 30px;
    line-height: 30px;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .single_team_member_text p {
    display: none;
  }
  .single_team_memeber img {
    height: 130px;
  }
  /*------------------------------------*\
        LARGE TITLE
    \*------------------------------------*/
  .large_title_text h2 {
    font-size: 30px;
  }
  /*------------------------------------*\
        CONTACT FORM
    \*------------------------------------*/
  .contact_form_title p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 580px) {
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .footer_content_container {
    flex-direction: column;
    gap: 20px;
  }
  .footer_col_title_and_content a.footer_call > button {
    max-width: 240px;
  }
  .footer_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_left {
    margin: 30px 0 0 0;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .home_intro_right {
    flex-direction: column;
    padding: 0;
    gap: 12px;
  }
  .home_intro_right_flex {
    width: 100%;
    order: 1;
  }
  .home_intro_right_flex h2 {
    font-size: 38px;
    line-height: 36px;
  }
  .home_intro_right_bg {
    position: relative;
    width: 250px;
    top: unset;
    right: unset;
    order: 3;
    object-position: right;
    align-self: end;
  }
  .home_intro_right_icon_mobile {
    top: unset;
    bottom: 90px;
    right: 31%;
    width: 70px;
  }
  .half_col_image_parent > .half_col_parent_image_div {
    min-height: 229px;
  }
  .home_intro_conversation_started {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    order: 2;
  }
  .home_intro_conversation_started h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #cacaca;
    font-weight: 400;
    font-size: 11px;
  }
  .home_intro_left::after {
    content: "";
    background: transparent
      url(../sos/img/get_help_button_chat_icon_purple_6.png) no-repeat right;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 14px;
    height: 15px;
    z-index: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .who_are_sos_left_flex {
    padding: 20px;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent {
    gap: 20px 20px;
    margin: 20px 0 0 0;
  }
  .video_block_parent > .single_video {
    width: calc(50% - 10px);
    height: 190px;
    max-height: unset;
  }
  .video_block_parent > .single_video > img {
    display: none !important;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: calc(100% - 52px);
  }
  .volunteer_overview_content_parent {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 530px) {
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .single_related_image_container {
    display: none;
  }
  .single_related_text_container {
    width: 100%;
  }
  /*------------------------------------*\
        POST PAGE
    \*------------------------------------*/
  .loop_single_post_parent {
    width: 100%;
  }
  .loop_single_post_category_name h3 {
    font-size: 14px;
  }
  .filter_news_title {
    display: none;
  }
  .filter_news_parent select {
    width: 100%;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .single_team_member_text {
    padding: 0;
    border-right: 0;
  }
  .single_team_memeber img {
    height: 125px;
    width: 100%;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 480px) {
  /*------------------------------------*\
        NAV
    \*------------------------------------*/
  .get_help_modal {
    align-items: start;
    padding: 60px 0 0 0;
  }
  .get_help_fixed a > h2 {
    font-size: 9vw;
    line-height: 9vw;
  }
  .get_help_fixed p {
    font-size: 12px;
  }
  .get_help_fixed a > button {
    font-size: 12px;
    padding: 10px 10px;
  }
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  .end_footer_col {
    flex-direction: column;
    gap: 20px;
  }
  .end_footer_col > img {
    width: 100%;
  }
  .end_footer_col a {
    width: 100%;
    max-width: 240px;
    justify-content: start;
  }
  .end_footer_col > img {
    max-width: 200px;
  }
  .end_footer_col > a > img {
    max-width: 200px;
  }
  /*------------------------------------*\
        50 50 text row
    \*------------------------------------*/
  .half_col_image_parent > .half_col_parent_image_div {
    min-height: 190px;
  }

  .half_col_image_parent {
    overflow: unset;
    margin: 0 0 20px 0;
  }
  .half_col_image_parent {
    margin: 0 0 7px 0;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent > .single_video {
    height: 145px;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: 93%;
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .text_block_parent img {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .volunteer_overview_text img.dotted_border {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .single_logo_slider .logo_dotted_rule {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  /*------------------------------------*\
        MAIN
    \*------------------------------------*/
  #main_spacer {
    gap: 20px;
    margin: 20px 0;
  }
  #main_spacer_not_home {
    gap: 20px;
    margin: 0 0 20px 0;
  }
  /*------------------------------------*\
        RELATED POSTS
    \*------------------------------------*/
  .related_posts_parent_styling {
    padding: 20px 0 0 0;
  }
  .related_posts_2_col {
    gap: 20px;
  }
  /*------------------------------------*\
        LARGE PAGE LINKS
    \*------------------------------------*/
  .single_page_link_image_mobile {
    display: block;
    width: 100%;
    height: 150px;
    float: left;
    margin: 10px 0;
  }
  .single_page_link_image_mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }
  .single_page_absolute_image {
    display: none;
  }
  .single_page_link_text_container h2 {
    width: 100%;
  }
  .single_page_link_text_container img.dotted_border {
    max-width: unset;
  }
  .single_page_link_mask {
    -webkit-mask-image: url(../sos/img/page_link_mask_small.svg);
    mask-image: url(../sos/img/page_link_mask_small.svg);
  }
  .single_page_link_text_container {
    padding: 0;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .team_member_mobile_image img {
    display: block;
    border-radius: 15px;
    width: 169px;
    height: 153px;
  }
}
@media only screen and (max-width: 440px) {
  /*------------------------------------*\
        NAV
    \*------------------------------------*/
  .desktop_get_help {
    display: none;
  }
  .mobile_get_help {
    display: block;
  }
  .nav_get_help {
    width: 107px;
    margin: 0;
  }
  .nav_get_help > button {
    width: 100%;
    padding: 0 0 3px 0;
  }
  .nav_logo {
    width: calc(50% - 53.5px);
  }
  .mobile_nav_hamburger {
    width: calc(50% - 53.5px);
  }
  .mobile_menu_container ul > li {
    margin: 0 0 10px 0;
  }
  .mobile_menu_container > ul > li > a {
    font-size: 20px;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul > li > a {
    font-size: 15px;
  }
  .mobile_menu_container ul > li.menu-item-has-children > ul.is_active {
    margin: 20px 0;
  }
  .close_get_help {
    height: 25px;
    width: 25px;
  }
  .get_help_fixed a > h2 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .nav_get_help > button:hover {
    transform: scale(1);
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
  }
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_right_icon_mobile {
    right: 45%;
  }
  .home_intro_right_flex h2 {
    font-size: 32px;
    line-height: 31px;
  }
  /*------------------------------------*\
        HOME WHO ARE THE SOS
    \*------------------------------------*/
  .who_are_sos_right {
    height: 127px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  /*------------------------------------*\
        FILTER LIST
    \*------------------------------------*/
  .single_list_item a > button {
    font-size: 13px;
    text-align: left;
  }
  .loop_single_post_parent > a:hover .loop_single_post_image img {
    transform: scale(1);
  }
  /*------------------------------------*\
        FLEXIBLE LAYOUT TEXT AND IMAGE
    \*------------------------------------*/
  .flexible_layout_2 > .flexible_image_parent > .flexible_img_container {
    height: 200px;
  }
  .flexible_layout_2 > .flexible_text_parent > .flexible_text_container {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .flexible_layout_2
    > .flexible_text_parent
    + .flexible_text_parent
    > .flexible_text_container {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  /*------------------------------------*\
        TEAM MEMBERS
    \*------------------------------------*/
  .display_team_members {
    gap: 20px;
  }
  .single_team_memeber {
    width: calc(50% - 10px);
  }
  .single_team_member_text h2 {
    font-size: 15px;
  }
  .single_team_member_text h2:nth-of-type(2) {
    font-size: 15px;
  }
  .single_team_memeber a button {
    width: 100%;
    font-size: 12px;
    height: 35px;
  }
}
@media only screen and (max-width: 360px) {
  /*------------------------------------*\
        HOME INTRO BANNER
    \*------------------------------------*/
  .home_intro_right_bg {
    width: 220px;
  }
  .home_intro_right_icon_mobile {
    right: 45%;
    bottom: 72px;
  }
  .home_intro_right_flex h2 {
    font-size: 27px;
    line-height: 26px;
  }
  .home_intro_left {
    padding: 20px;
  }
  /*------------------------------------*\
        VIDEO & TEXT BLOCK
    \*------------------------------------*/
  .video_block_parent > .single_video {
    height: 150px;
    width: 100%;
  }
  /*------------------------------------*\
        VOLUNTEER OVERVIEW
    \*------------------------------------*/
  .volunteer_overview_bg {
    height: 95%;
  }
  /*------------------------------------*\
        LOGO SLIDER
    \*------------------------------------*/
  .swiper_logo_slider_parent .swiper-button-prev > img {
    width: 49%;
  }
  .swiper_logo_slider_parent .swiper-button-next > img {
    width: 49%;
  }
}
