@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
  * Remove default margin.
  */
body {
  margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background: transparent;
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic;
}

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000;
}

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}

/**
  * Set consistent quote types.
  */
q {
  quotes: "“" "”" "‘" "’";
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
}

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/********** MIXINS **********/
@font-face {
  font-family: "galvji";
  src: url("fonts/galvji.eot");
  src: url("fonts/galvji.eot?#iefix") format("embedded-opentype"), url("fonts/galvji.woff2") format("woff2"), url("fonts/galvji.woff") format("woff"), url("fonts/galvji.ttf") format("truetype"), url("fonts/galvji.svg#galvjiregular") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "galvji";
  src: url("fonts/galvji-bold.eot");
  src: url("fonts/galvji-bold.eot?#iefix") format("embedded-opentype"), url("fonts/galvji-bold.woff2") format("woff2"), url("fonts/galvji-bold.woff") format("woff"), url("fonts/galvji-bold.ttf") format("truetype"), url("fonts/galvji-bold.svg#galvjibold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "galvji";
  src: url("fonts/galvji-oblique.eot");
  src: url("fonts/galvji-oblique.eot?#iefix") format("embedded-opentype"), url("fonts/galvji-oblique.woff2") format("woff2"), url("fonts/galvji-oblique.woff") format("woff"), url("fonts/galvji-oblique.ttf") format("truetype"), url("fonts/galvji-oblique.svg#galvjioblique") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "galvji";
  src: url("fonts/galvji-boldoblique.eot");
  src: url("fonts/galvji-boldoblique.eot?#iefix") format("embedded-opentype"), url("fonts/galvji-boldoblique.woff2") format("woff2"), url("fonts/galvji-boldoblique.woff") format("woff"), url("fonts/galvji-boldoblique.ttf") format("truetype"), url("fonts/galvji-boldoblique.svg#galvjibold_oblique") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  background: white;
  color: black;
  color: #008380;
  overflow-x: hidden;
  font-family: "Galvji", Arial, Helvetica, sans-serif;
}

.post-edit-link {
  margin-bottom: 20px;
}

#primary {
  padding-top: 100px;
}

h1 {
  font-size: 32px;
  line-height: 48px;
  display: flex;
}
h1 .post-edit-link {
  margin-left: 20px;
}

h2,
h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}

p,
li {
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  color: #646464;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 0 10px 0;
}

img,
svg,
object {
  font-family: "azo-sans-web", sans-serif;
}

.wrapper {
  max-width: none;
  width: 100%;
}

.site-bounds {
  position: relative;
  padding: 0 20px;
  max-width: 1280px;
  margin: auto;
}

.view-btn {
  display: flex;
  justify-content: flex-start;
  padding-left: 23px;
}
.view-btn p {
  padding: 24px 23px 33px 12px;
  border-radius: 20px;
  background: #e7918d;
  padding: 10px 20px;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  border: 2px solid white;
  transition: 150ms ease-in all;
}
.view-btn p:hover {
  background: white;
  color: #e7918d;
  border: 2px solid #e7918d;
  transition: 150ms ease-in all;
}

.small-site-bounds {
  position: relative;
  padding: 0 20px;
  max-width: 1100px;
  margin: auto;
}

body.single-post .article-heading,
body.single-story .article-heading {
  text-align: center;
  padding-bottom: 0;
}
body.single-post .article-content,
body.single-story .article-content {
  padding-bottom: 64px;
}
body.single-post .article-content a,
body.single-story .article-content a {
  text-decoration: underline;
}
body.single-post .under-content,
body.single-story .under-content {
  padding-bottom: 132px;
}
body.single-post .under-content .share-container,
body.single-story .under-content .share-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.single-post .under-content .share-container span,
body.single-story .under-content .share-container span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  margin-right: 15px;
}
body.single-post .under-content .under-content-inner,
body.single-story .under-content .under-content-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.single-post .under-content .under-content-inner .a2a_kit,
body.single-story .under-content .under-content-inner .a2a_kit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.single-post .under-content .under-content-inner .a2a_kit a,
body.single-story .under-content .under-content-inner .a2a_kit a {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
body.single-post .under-content .under-content-inner .a2a_kit a span svg path,
body.single-story .under-content .under-content-inner .a2a_kit a span svg path {
  transition: 150ms ease-in fill;
}
body.single-post .under-content .under-content-inner .a2a_kit a:hover span,
body.single-story .under-content .under-content-inner .a2a_kit a:hover span {
  opacity: 1;
}
body.single-post .under-content .under-content-inner .a2a_kit a:hover span svg path,
body.single-story .under-content .under-content-inner .a2a_kit a:hover span svg path {
  fill: #e7918d;
  transition: 150ms ease-in fill;
}
body.single-post .more-articles,
body.single-story .more-articles {
  padding-bottom: 76px;
}
body.single-post .more-articles .inner,
body.single-story .more-articles .inner {
  padding-top: 0;
}
body.single-post .more-articles .inner .section-title,
body.single-story .more-articles .inner .section-title {
  font-size: 28px;
  line-height: 30px;
  color: #e7918d;
  font-weight: 900;
  padding-bottom: 36px;
}
body.single-post h1,
body.single-story h1 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0;
  text-align: left;
}
body.single-post .article-heading p,
body.single-post .article-heading li,
body.single-post .article-heading a,
body.single-post .article-content p,
body.single-post .article-content li,
body.single-post .article-content a,
body.single-story .article-heading p,
body.single-story .article-heading li,
body.single-story .article-heading a,
body.single-story .article-content p,
body.single-story .article-content li,
body.single-story .article-content a {
  color: white;
  font-family: "Galvji", Arial, Helvetica, sans-serif;
}
body.single-post .article-heading .img-container,
body.single-story .article-heading .img-container {
  display: inline-block;
  padding: 20px;
  border-radius: 22px;
  background: white;
  z-index: 5;
  position: relative;
}
body.single-post .article-heading .img-container img,
body.single-post .article-heading .img-container picture,
body.single-post .article-heading .img-container source,
body.single-story .article-heading .img-container img,
body.single-story .article-heading .img-container picture,
body.single-story .article-heading .img-container source {
  border-radius: 11px;
}
body.single-post .article-heading .img-container .image-caption,
body.single-story .article-heading .img-container .image-caption {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
body.single-post .article-content img,
body.single-story .article-content img {
  border-radius: 22px;
  border: 10px solid white;
}
body.single-post #primary .site-bounds,
body.single-story #primary .site-bounds {
  max-width: 1100px;
}

.home .equal-cols .left {
  flex: 1 1 0;
}
.home .equal-cols .left .home-copy h2 {
  color: #008380 !important;
  margin-top: 0;
}
.home .equal-cols .right {
  flex: 2 1 0;
  padding-left: 69px;
  padding-right: 40px;
  text-align: left !important;
}
.home .page-intro {
  background: white;
}
.home .page-intro .inner {
  align-items: flex-start;
  padding-bottom: 50px;
}

.equal-cols {
  display: flex;
  position: relative;
}
.equal-cols .left,
.equal-cols .right {
  flex: 1;
  z-index: 1;
  width: 100%;
}
.equal-cols .right {
  padding-left: 20px;
}
.equal-cols .social-container {
  margin-top: 20px;
  display: inline-block;
  padding: 10px;
  background: #007470;
  border-radius: 20px;
}
.equal-cols .social-container p {
  margin-left: 10px;
}
.equal-cols .social-container a {
  display: inline-block;
  margin: 0 10px;
  color: white;
  transition: 150ms ease-in all;
}
.equal-cols .social-container a:hover {
  color: #e7918d;
  transition: 150ms ease-in all;
}
.equal-cols .social-container a i {
  font-size: 50px;
}

.page-intro .equal-cols .right {
  text-align: center;
}

.home-intro .inner .left .home-copy a,
a.pill,
button.pill {
  padding: 11px 17px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}
.home-intro .inner .left .home-copy a:before,
a.pill:before,
button.pill:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  background: transparent;
  height: 100%;
  width: 42px;
  border-radius: 0 50% 50% 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.2s linear 0s;
}
.home-intro .inner .left .home-copy a.back:before,
a.pill.back:before,
button.pill.back:before {
  content: "\f053" !important;
}
.home-intro .inner .left .home-copy a.current,
a.pill.current,
button.pill.current {
  pointer-events: none;
}
.home-intro .inner .left .home-copy a:hover, .home-intro .inner .left .home-copy a.current,
a.pill:hover,
a.pill.current,
button.pill:hover,
button.pill.current {
  text-indent: 30px;
}
.home-intro .inner .left .home-copy a:hover:before, .home-intro .inner .left .home-copy a.current:before,
a.pill:hover:before,
a.pill.current:before,
button.pill:hover:before,
button.pill.current:before {
  transform: scale(1, 1);
  text-indent: 0;
}
.home-intro .inner .left .home-copy a.purple,
a.pill.purple,
button.pill.purple {
  background: #b9b0d1;
}
.home-intro .inner .left .home-copy a.green,
a.pill.green,
button.pill.green {
  background: rgba(135, 160, 171, 0.5);
}
.home-intro .inner .left .home-copy a.red,
a.pill.red,
button.pill.red {
  background: #e55d63;
}
.home-intro .inner .left .home-copy a.peach,
a.pill.peach,
button.pill.peach {
  background: #e7918d;
}

.home-intro .inner .left .home-copy a:nth-child(1) {
  background: #b9b0d1;
}
.home-intro .inner .left .home-copy a:nth-child(2) {
  background: #e7918d;
}
.home-intro .inner .left .home-copy a:nth-child(3).red {
  background: #e55d63;
}

.page-intro {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-intro .inner {
  align-items: flex-start;
  position: relative;
}
.page-intro .inner .wave-1 {
  position: absolute;
  bottom: -25px;
  left: -150px;
  width: 400px;
  z-index: -1;
}
.page-intro .inner .left .home-copy {
  max-width: 600px;
  margin: 0 0 34px 0;
}
.page-intro .inner .left .home-copy h2 {
  font-size: 32px;
  line-height: 38px;
  color: #008380;
  margin-bottom: 10px;
}
.page-intro .inner .left .home-copy p,
.page-intro .inner .left .home-copy li {
  font-size: 16px;
  color: #008380;
  line-height: 22px;
  margin-bottom: 15px;
}

.border-box {
  border-radius: 44px;
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.15);
  background: white;
  max-width: 1240px;
  margin: auto;
  position: relative;
}

.home-stories {
  background: white;
}
.home-stories .inner {
  align-items: center;
}
.home-stories .inner .left {
  position: relative;
  padding: 60px 0;
  max-width: 600px;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.home-stories .inner .left .arrow-left,
.home-stories .inner .left .arrow-right {
  outline: none;
  z-index: 20;
  position: absolute;
  background: transparent;
  border: none;
  bottom: 0;
  transform: translatey(-43%);
  color: #e7918d;
  font-size: 50px;
}
.home-stories .inner .left .arrow-left {
  left: 0;
}
.home-stories .inner .left .arrow-right {
  right: 0;
}
.home-stories .inner .left .stories-slider {
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.home-stories .inner .left .stories-slider .story-slide {
  text-align: center;
  display: inline-block;
}
.home-stories .inner .left .stories-slider .story-slide.n-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 470px;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.home-stories .inner .left .stories-slider .story-slide.n-1 img {
  padding: 0 20%;
}
.home-stories .inner .left .stories-slider .story-slide.n-2 {
  top: 0;
  left: 0;
  width: 470px;
  margin: auto;
  z-index: 2;
}
.home-stories .inner .left .stories-slider .story-slide.n-2 img {
  padding: 0 20%;
}
.home-stories .inner .left .stories-slider .story-slide.n-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  margin: auto;
  z-index: 3;
}
.home-stories .inner .left .stories-slider .story-slide.n-3 img {
  padding: 0 20%;
}
.home-stories .inner .left .stories-slider .story-slide img.profile {
  margin-bottom: 25px;
  border-radius: 50%;
}
.home-stories .inner .left .stories-slider .story-slide .info {
  text-align: center;
  max-width: 470px;
  background: white;
  box-shadow: 10.8px 14.4px 37.7px 8.3px rgba(51, 51, 51, 0.25);
  margin: auto;
  border-radius: 22px;
  padding: 10px 16px 16px 16px;
}
.home-stories .inner .left .stories-slider .story-slide .info .quote p {
  font-size: 16px;
  line-height: 20px;
  color: #e55d63;
  font-weight: 900;
  font-style: italic;
}
.home-stories .inner .left .stories-slider .story-slide .info .name {
  font-size: 18px;
  line-height: 20px;
  color: #646464;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 900;
}
.home-stories .inner .right {
  padding-left: 30px;
  flex: 1;
  width: 100%;
}
.home-stories .inner .right .stories-copy {
  margin-bottom: 37px;
}
.home-stories .inner .right .stories-copy h2 {
  color: #b9b0d1;
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}
.home-stories .inner .right .stories-copy p {
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.article-block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.article-block-heading .title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  color: #e7918d;
}
.article-block-heading .view-all {
  color: white;
}

img[class^=wave-] {
  z-index: -1;
}

.home-news {
  z-index: -1;
}

.home-news,
.more-articles {
  padding-bottom: 170px;
  background: #008380;
}
.home-news .inner,
.more-articles .inner {
  position: relative;
}
.home-news .inner .wave-background,
.more-articles .inner .wave-background {
  position: relative;
}
.home-news .inner .wave-2,
.more-articles .inner .wave-2 {
  z-index: 1;
  width: 380px;
  position: absolute;
  top: -90px;
  right: 60px;
}
.home-news .inner .articles,
.more-articles .inner .articles {
  display: flex;
}
.home-news .inner .articles article,
.more-articles .inner .articles article {
  transition: 150ms ease-in box-shadow;
  overflow: hidden;
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.15);
  position: relative;
  border-radius: 24px;
  background: white;
  margin: 0 14px;
  flex: 1;
}
.home-news .inner .articles article:hover,
.more-articles .inner .articles article:hover {
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.56);
  transition: 150ms ease-in box-shadow;
}
.home-news .inner .articles article:first-child, .home-news .inner .articles article:last-child,
.more-articles .inner .articles article:first-child,
.more-articles .inner .articles article:last-child {
  margin: 0;
}
.home-news .inner .articles article a,
.more-articles .inner .articles article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-news .inner .articles article a .img,
.more-articles .inner .articles article a .img {
  width: 100%;
  height: 221px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-news .inner .articles article a .info,
.more-articles .inner .articles article a .info {
  padding: 24px 23px 33px 23px;
}
.home-news .inner .articles article a .info .title,
.more-articles .inner .articles article a .info .title {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 33px;
  font-weight: 900;
  display: inline-block;
  text-align: left;
  color: #e7918d;
}

.blog-heading .heading h1 {
  margin-top: 0;
  margin-bottom: 60px;
}
.blog-heading ul.filters {
  padding-bottom: 36px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.blog-heading ul.filters li {
  padding: 0 5px;
}
.blog-heading ul.filters li:first-child {
  padding: 0;
}

.blog-posts {
  background: #008380;
}
.blog-posts .inner {
  position: relative;
}
.blog-posts .inner .wave-3 {
  position: absolute;
  top: 290px;
  left: -304px;
  width: 118%;
  z-index: -1;
  max-width: none;
}
.blog-posts .inner .wave-5 {
  z-index: -1;
  position: absolute;
  bottom: -50px;
  right: -304px;
  width: 100%;
  max-width: none;
}
.blog-posts .inner .articles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.blog-posts .inner .articles article {
  transition: 150ms ease-in box-shadow;
  flex: 0 0 calc(33.3333333333% - 28px);
  overflow: hidden;
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.15);
  position: relative;
  border-radius: 24px;
  background: white;
  margin: 0 14px 24px 14px;
}
.blog-posts .inner .articles article:hover {
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.56);
  transition: 150ms ease-in box-shadow;
}
.blog-posts .inner .articles article:nth-child(3n+3), .blog-posts .inner .articles article:nth-child(1), .blog-posts .inner .articles article:nth-child(3n+4) {
  margin: 0 0 24px 0;
}
.blog-posts .inner .articles article a {
  text-decoration: none;
}
.blog-posts .inner .articles article a .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 221px;
}
.blog-posts .inner .articles article a .info {
  padding: 24px 23px 33px 23px;
}
.blog-posts .inner .articles article a .info .title {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 33px;
  font-weight: 900;
  display: inline-block;
  text-align: left;
  color: #e7918d;
}

.blog-post a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.home-what-is {
  background: #008380;
  z-index: 2;
  position: relative;
}
.home-what-is .inner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 89px;
}
.home-what-is .inner .left .what-is-copy {
  max-width: 499px;
  margin-bottom: 34px;
}
.home-what-is .inner .left .what-is-copy h3 {
  font-size: 32px;
  line-height: 38px;
  color: #b9b0d1;
  font-weight: 900;
}
.home-what-is .inner .left .what-is-copy p {
  font-size: 16px;
  color: #646464;
  line-height: 22px;
}
.home-what-is .inner .right {
  position: relative;
}
.home-what-is .inner .right .what-is-image {
  transform: scale(1.25);
  width: 100%;
  height: auto;
}

.resources-page {
  background: #008380;
}

.home-resources,
.resources-page {
  padding-bottom: 173px;
}
.home-resources .inner .wave-3,
.resources-page .inner .wave-3 {
  position: absolute;
  top: 290px;
  left: -304px;
  width: 118%;
  z-index: -1;
  max-width: none;
}
.home-resources .inner .resources-container,
.resources-page .inner .resources-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.home-resources .inner .resources-container .resource,
.resources-page .inner .resources-container .resource {
  flex: 0 0 calc(50% - 14px);
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 14px 30px 14px;
}
.home-resources .inner .resources-container .resource .icon,
.resources-page .inner .resources-container .resource .icon {
  margin-bottom: 17px;
  margin-left: 22px;
  position: relative;
  width: 80px;
  height: 80px;
  transition: 150ms ease-in all;
}
.home-resources .inner .resources-container .resource:nth-child(odd),
.resources-page .inner .resources-container .resource:nth-child(odd) {
  margin-left: 0;
}
.home-resources .inner .resources-container .resource:nth-child(even),
.resources-page .inner .resources-container .resource:nth-child(even) {
  margin-right: 0;
}
.home-resources .inner .resources-container .resource .img-line,
.resources-page .inner .resources-container .resource .img-line {
  width: 80px;
  height: 10px;
  position: absolute;
  top: 92px;
  left: 22px;
  background: pink;
  z-index: 5;
  border-radius: 20px;
}
.home-resources .inner .resources-container .resource .info,
.resources-page .inner .resources-container .resource .info {
  background: white;
  border-radius: 24px;
  padding: 38px 14px 40px 19px;
  box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.15);
  flex-grow: 1;
}
.home-resources .inner .resources-container .resource .info .title,
.resources-page .inner .resources-container .resource .info .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
}
.home-resources .inner .resources-container .resource .info .desc,
.resources-page .inner .resources-container .resource .info .desc {
  color: #646464;
}
.home-resources .inner .resources-container .resource.purple .title,
.resources-page .inner .resources-container .resource.purple .title {
  color: #b9b0d1;
}
.home-resources .inner .resources-container .resource.purple .img-line,
.resources-page .inner .resources-container .resource.purple .img-line {
  background: #b9b0d1;
}
.home-resources .inner .resources-container .resource.red .title,
.resources-page .inner .resources-container .resource.red .title {
  color: #e55d63;
}
.home-resources .inner .resources-container .resource.red .img-line,
.resources-page .inner .resources-container .resource.red .img-line {
  background: #e55d63;
}
.home-resources .inner .resources-container .resource.peach .title,
.resources-page .inner .resources-container .resource.peach .title {
  color: #e7918d;
}
.home-resources .inner .resources-container .resource.peach .img-line,
.resources-page .inner .resources-container .resource.peach .img-line {
  background: #e7918d;
}
.home-resources .inner .resources-container .resource.yellow .title,
.resources-page .inner .resources-container .resource.yellow .title {
  color: #fece31;
}
.home-resources .inner .resources-container .resource.yellow .img-line,
.resources-page .inner .resources-container .resource.yellow .img-line {
  background: #fece31;
}
.home-resources .inner .resources-container .resource:hover .icon,
.resources-page .inner .resources-container .resource:hover .icon {
  transform: translatey(22px);
  transition: 150ms ease-in all;
}

.home-resources {
  padding-top: 160px;
}
.home-resources .inner .resources-container .resource {
  flex: 1;
  margin: 0 14px !important;
}
.home-resources .inner .resources-container .resource:nth-child(1) {
  margin-left: 0 !important;
}
.home-resources .inner .resources-container .resource:nth-child(3) {
  margin-right: 0 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  width: 100vw;
  margin: 0;
  background: white;
  position: fixed;
  height: 84px;
  z-index: 100;
}
header .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  height: 84px;
}
header .inner .logo {
  max-height: 84px;
  max-width: 264px;
  max-height: 84px;
  width: 100%;
  height: 100%;
}
header .inner .logo a {
  display: flex;
  justify-content: flex-start;
  display: flex;
  max-width: 264px;
  max-height: 84px;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  width: 100%;
  height: auto;
}
header .inner nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  height: 100%;
}
header .inner nav ul#menu-main-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .inner nav ul#menu-main-menu li {
  max-width: 95px;
  flex-grow: 1;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  max-height: 84px;
  height: 100%;
  min-height: 84px;
}
header .inner nav ul#menu-main-menu li.menu-item-204 {
  max-width: 118px;
}
header .inner nav ul#menu-main-menu li a[aria-current=page]:after {
  content: "";
  background: #e7918d;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 15px;
  right: 15px;
  border-radius: 10px;
}
header .inner nav ul#menu-main-menu li a[aria-current=page]:hover {
  color: #008380;
}
header .inner nav ul#menu-main-menu li ul.sub-menu {
  padding: 5px 0;
  border-radius: 10px;
  max-width: 241px;
  background: #e7918d;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 84px;
  list-style: none;
  width: 200%;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 150ms;
  animation-delay: 150ms;
  animation-fill-mode: forwards;
}
header .inner nav ul#menu-main-menu li ul.sub-menu li {
  max-width: none;
  width: 100%;
  max-height: 58px;
  display: inline;
}
header .inner nav ul#menu-main-menu li ul.sub-menu li.current-menu-item a {
  color: #008380;
}
header .inner nav ul#menu-main-menu li ul.sub-menu li a {
  color: white;
  max-height: 58px;
  justify-content: initial;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  text-align: left;
}
header .inner nav ul#menu-main-menu li ul.sub-menu li a:hover {
  color: #008380;
}
header .inner nav ul#menu-main-menu li a {
  position: relative;
  display: inline-block;
  color: #008380;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  font-weight: 900;
  transition: 150ms ease-in color;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 84px;
  height: 84px;
}
header .inner nav ul#menu-main-menu li a:hover {
  color: #e7918d;
  transition: 150ms ease-in color;
}
header .inner nav ul.contact-us-donate-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-end;
}
header .inner nav li.contact-us,
header .inner nav li.donate {
  position: relative;
  flex: 1;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: flex;
}
header .inner nav li.contact-us.hidden a,
header .inner nav li.donate.hidden a {
  transform: translateY(100%);
  transition: 150ms ease-in-out transform;
}
header .inner nav li.contact-us a,
header .inner nav li.donate a {
  transition: 150ms ease-in-out transform;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: white;
  padding: 7px 19px;
  border-radius: 22px;
  font-weight: 900;
}
header .inner nav li.contact-us a:hover,
header .inner nav li.donate a:hover {
  transition: 150ms ease-in all;
  background: white;
}
header .inner nav li.contact-us a {
  background: #b9b0d1;
  border: 2px solid #b9b0d1;
}
header .inner nav li.contact-us a:hover {
  color: #b9b0d1;
}
header .inner nav li.donate a {
  background: #008380;
  border: 2px solid #008380;
}
header .inner nav li.donate a:hover {
  color: #008380;
}

.footer {
  padding-top: 104px;
  padding-bottom: 69px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.footer::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008380;
  z-index: -1;
}
.footer.border-box {
  max-width: none;
}
.footer p,
.footer a {
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .inner .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}
.footer .inner .footer-top .left #menu-footer-menu {
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
.footer .inner .footer-top .left #menu-footer-menu li {
  flex: 0 0 33.3333333333%;
}
.footer .inner .footer-top .left #menu-footer-menu li:nth-child(1), .footer .inner .footer-top .left #menu-footer-menu li:nth-child(2), .footer .inner .footer-top .left #menu-footer-menu li:nth-child(3) {
  margin-bottom: 15px;
}
.footer .inner .footer-top .right .socials a {
  color: #b9b0d1;
  padding: 0 9px;
  transition: 150ms ease-in all;
}
.footer .inner .footer-top .right .socials a:hover {
  color: #e7918d;
  transition: 150ms ease-in all;
}
.footer .inner .footer-top .right .socials a i {
  font-size: 50px;
}
.footer .inner .footer-bottom .top .copyright,
.footer .inner .footer-bottom .top .privacy-menu {
  margin-right: 10px;
  display: inline-block;
}
.footer .inner .footer-bottom .top .copyright ul,
.footer .inner .footer-bottom .top .privacy-menu ul {
  padding-left: 0;
}
.footer .inner .footer-bottom .top .copyright ul li,
.footer .inner .footer-bottom .top .privacy-menu ul li {
  display: inline;
}
.footer .inner .footer-bottom .top .copyright ul li:first-child a:after,
.footer .inner .footer-bottom .top .privacy-menu ul li:first-child a:after {
  margin: 0 5px;
  content: "|";
}

.about-trk-intro .right {
  text-align: center;
  width: 100%;
}
.about-trk-intro .right img {
  max-width: 355px;
}

section.members.experts .inner {
  min-height: 50vh;
}
section.members .inner .wave-3 {
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -360px;
  width: 134%;
  max-width: none;
}
section.members .inner .wave-4 {
  position: absolute;
  bottom: 0;
  right: -280px;
  width: 50%;
}
section.members .inner .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 33px;
}
section.members .inner .members {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
section.members .inner .members li {
  width: 23%;
  margin: 0 1% 90px 1%;
}
section.members .inner .members li .headshot {
  overflow: hidden;
  border-radius: 24px;
  padding: 15px;
  background: white;
  margin-bottom: 24px;
}
section.members .inner .members li .headshot .headshot-image {
  background-size: cover;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
section.members .inner .members li .headshot .headshot-image:after {
  content: "";
  display: block;
  padding-bottom: 95%;
}
section.members .inner .members li .headshot img {
  border-radius: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 255px;
  max-width: 255px;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
}
section.members .inner .members li .info .name {
  display: block;
  color: white;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
}
section.members .inner .members li .info .title,
section.members .inner .members li .info .location {
  display: block;
  font-family: "azo-sans-web", sans-serif;
  color: white;
  font-size: 24px;
  line-height: 34px;
}
section.members .inner .members li .info .desc p {
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: white;
}

.graphic {
  margin-top: -40px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  background: #008380;
}
.graphic .inner {
  padding-top: 67px;
  padding-bottom: 96px;
}
.graphic .inner .graphic-title h2,
.graphic .inner .graphic-title h3 {
  font-size: 32px;
  line-height: 38px;
  color: #b9b0d1;
  margin: 0 0 30px 0;
}
.graphic .inner .graphic-title p {
  font-size: 16px;
  line-height: 22px;
  color: #f9f9f9;
}
.graphic .inner .graphic-img {
  display: flex;
  flex-direction: row;
}
.graphic .inner .graphic-img .graphic-1,
.graphic .inner .graphic-img .graphic-2 {
  flex: 1;
}

.page-id-201 footer {
  margin-top: -50px;
}

.diagnosis-intro .right {
  text-align: center;
}
.diagnosis-intro .right.circle img {
  overflow: hidden;
  border-radius: 50%;
  max-width: 398px;
}

.diagnosis-faqs {
  background-color: #008380;
}
.diagnosis-faqs .inner.site-bounds {
  padding: 79px 20px;
}
.diagnosis-faqs .inner.site-bounds .glossary {
  margin-top: 70px;
}
.diagnosis-faqs .inner.site-bounds .faqs,
.diagnosis-faqs .inner.site-bounds .glossary {
  position: relative;
  padding-bottom: 72px;
}
.diagnosis-faqs .inner.site-bounds .faqs.no-line:after,
.diagnosis-faqs .inner.site-bounds .glossary.no-line:after {
  display: none;
}
.diagnosis-faqs .inner.site-bounds .faqs:after,
.diagnosis-faqs .inner.site-bounds .glossary:after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #008380;
}
.diagnosis-faqs .inner.site-bounds .faqs .inner .title h3,
.diagnosis-faqs .inner.site-bounds .glossary .inner .title h3 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 66px 0;
  font-weight: 900;
  color: #b9b0d1;
}

ul.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.accordion li:first-child a.toggle {
  padding-top: 0;
}
ul.accordion .inner {
  overflow: hidden;
  display: none;
}
ul.accordion li {
  font-size: 23px;
  line-height: 33px;
  color: #e7918d;
  font-weight: 900;
}
ul.accordion li a.toggle {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #e7918d;
  padding: 25px 0 5px 0;
}
ul.accordion li a.toggle .plus-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}
ul.accordion li a.toggle .plus-icon svg.plus-vertical {
  transition: 250ms ease-in all;
  position: absolute;
  transform: matrix(0, 1, -1, 0, 0, 0);
  top: 0;
}
ul.accordion li a.toggle .plus-icon svg.plus-vertical.flatten {
  transform: matrix(1, 0, 0, 0, 0, 0);
  transition: 250ms ease-in all;
}
ul.accordion li a.toggle .plus-icon svg.plus-horizontal {
  transform: 250ms ease-in all;
  position: absolute;
  top: 0;
}
ul.accordion li ul.content-inner {
  padding-left: 0 !important;
}
ul.accordion li ul.content-inner .accordion-content {
  max-width: 1044px;
}
ul.accordion li ul.content-inner ul li,
ul.accordion li ul.content-inner p {
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  color: #646464;
  margin-bottom: 10px;
}
ul.accordion li ul.content-inner ul li ul,
ul.accordion li ul.content-inner p ul {
  list-style: circle;
}

section.useful-links {
  padding-bottom: 100px;
}
section.useful-links .inner .useful-content {
  background: white;
  border-radius: 44px;
  padding: 50px;
}
section.useful-links .inner .useful-content ul {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
}
section.useful-links .inner .useful-content p,
section.useful-links .inner .useful-content li,
section.useful-links .inner .useful-content a {
  color: #008380;
  font-size: 16px;
  line-height: 24px;
}
section.useful-links .inner .useful-content a {
  font-weight: 900;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
section.useful-links .inner .useful-content a:hover {
  text-decoration: none;
}

.legal-body {
  padding-bottom: 100px;
  background: white;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
}
.legal-body p,
.legal-body ul,
.legal-body li,
.legal-body a {
  font-size: 16px;
  line-height: 22px;
  color: #008380;
}
.legal-body h2 {
  font-size: 24px;
  line-height: 27px;
}

.legal-updated {
  margin-top: 150px;
}
.legal-updated p {
  color: #87a0ab;
}

.member-text-container {
  background: white;
  border-radius: 44px;
  background: white;
  padding: 50px;
}
.member-text-container * {
  color: #008380;
}

div.wpgdprc button.wpgdprc-button {
  border-radius: 15px;
  border-width: 2px;
}
div.wpgdprc button.wpgdprc-button:hover {
  background: #b9b0d1 !important;
  color: white !important;
}

.contact-intro .inner.equal-cols {
  align-items: flex-start;
}
.contact-intro .inner.equal-cols .right {
  text-align: left;
}

.form-container {
  margin-top: 26px;
}
.form-container .forminator-button {
  padding: 10px 15px !important;
  border-radius: 20px !important;
}
.form-container label.forminator-checkbox p,
.form-container label.forminator-checkbox a {
  color: white;
}
.form-container label.forminator-checkbox a {
  text-decoration: underline;
}

.page-id-481 .wrapper,
.page-id-236 .wrapper,
.page-id-346 .wrapper {
  position: relative;
  min-height: 100vh;
}
.page-id-481 #primary,
.page-id-236 #primary,
.page-id-346 #primary {
  padding-bottom: 406px;
}
.page-id-481 footer,
.page-id-236 footer,
.page-id-346 footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.about-us-under-content {
  padding-bottom: 50px;
}
.about-us-under-content * {
  color: white;
}
.about-us-under-content p {
  margin-bottom: 0;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker {
  margin-top: -40px;
  display: flex;
  overflow: hidden;
  padding-bottom: 50px;
  z-index: 5;
  position: relative;
}
.ticker img {
  height: auto;
}

.masonry-2 {
  overflow: hidden;
  background-color: white;
}

.ticker-slide-1 {
  display: grid !important;
  grid-gap: 20px;
  grid-template-columns: 343px 250px 275px 350px;
  grid-template-rows: 310px 310px;
  grid-auto-flow: column;
  grid-auto-columns: 343px;
  will-change: transform;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 30s;
}

.masonry-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.masonry-item img {
  border-radius: 20px;
}

.content-img-text {
  position: relative;
  box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.16);
}
.content-img-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  background: black;
  border-radius: 20px;
}

.inner-masonry-text {
  position: absolute;
  padding: 15px;
}
.inner-masonry-text p {
  color: black;
}

.ticker-slide-1 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 343px 250px 275px 350px;
  grid-template-rows: 343px 343px;
  grid-auto-flow: column;
  grid-auto-columns: 343px;
  max-width: 1500px;
}

.ticker-slide.one,
.ticker-slide.three,
.ticker-slide.five,
.ticker-slide.seven {
  align-self: end !important;
}

.ticker-slide.two,
.ticker-slide.four,
.ticker-slide.six {
  align-self: start !important;
}

.ticker-slide.six {
  grid-column: span 2;
  margin: 0 auto;
}

.ticker-slide.five {
  margin-bottom: 25px;
}

.ticker-slide.two {
  margin-left: 80px;
}

.ticker-slide.four {
  margin-left: 100px;
}

.content-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.img-left {
  width: 59px !important;
  height: 59px !important;
  border-radius: 50%;
  left: 0;
}
.img-left img {
  border-radius: 50%;
}

.color-green {
  background: #008380;
  box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.color-grey {
  background: #f9f9f9;
  box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.color-red {
  background: #e55d63;
  box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.content-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.content-img-text {
  width: 340px !important;
  height: 267px !important;
  border-radius: 20px;
}
.content-img-text .content-text {
  top: 50%;
  right: unset;
  transform: unset;
  padding: 10px;
}
.content-img-text .content-text p {
  color: white;
  font-size: 17px;
  line-height: 21px;
}

.content-img-text,
.content-img,
.content-bg-img-text-name {
  position: relative;
  width: 300px;
}

.content-background-image-text {
  width: 327px;
  height: 120px;
  position: relative;
}
.content-background-image-text .content-text {
  top: 0;
  right: unset;
  transform: unset;
  justify-content: center;
  align-items: center;
  width: 327px;
  height: 120px;
}
.content-background-image-text .content-text .right {
  width: 75%;
  padding: 10px;
}
.content-background-image-text .content-text .right span {
  color: #008380;
  font-size: 16px;
  font-weight: 700;
}
.content-background-image-text .content-text .right p {
  font-size: 12px;
  line-height: 15px;
  color: #646464;
  margin-bottom: 0;
}
.content-background-image-text .content-text .left {
  width: 25%;
  padding-left: 5px;
}

.content-background-text {
  width: 244px;
  height: 192px;
  position: relative;
}
.content-background-text .content-text {
  width: 244px;
  height: 192px;
  top: 0;
  right: unset;
  transform: unset;
}
.content-background-text .content-text.small-title p {
  padding: 10px;
  color: white;
  font-size: 17px;
}
.content-background-text .content-text.big-title p {
  padding: 10px;
  color: white;
  font-size: 15px;
}

@media screen and (min-width: 1440px) {
  section.members::before {
    margin-top: -430px !important;
  }
}
@media screen and (max-width: 769px) {
  section.members::before {
    margin-top: -140px;
  }
}
@media screen and (max-width: 575px) {
  #primary section.members .inner .heading {
    padding-top: 50px;
  }
}
@media screen and (max-width: 475px) {
  section.members::before {
    margin-top: -125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 901px) {
  section.members::before {
    margin-top: -200px;
  }
}
@media screen and (max-width: 901px) {
  .page-intro .inner {
    flex-direction: column;
  }
  .page-intro .inner .right {
    padding: 0;
  }
  section.members .inner .heading {
    padding-top: 115px;
  }
}
@media screen and (max-width: 1024px) {
  header .inner nav {
    gap: 0;
  }
  header .inner nav ul#menu-main-menu li {
    max-width: 80px;
  }
  header .inner nav ul#menu-main-menu li a {
    font-size: 12px;
  }
  header .inner nav li.donate a,
  header .inner nav li.contact-us a {
    font-size: 12px;
  }
}
@media screen and (max-width: 901px) {
  header .inner {
    gap: 0px;
  }
}
@media screen and (max-width: 550px) {
  .home-news .inner .wave-2 {
    top: -69px;
  }
  .article-block-heading {
    position: relative;
    z-index: 2;
  }
}
.owl-carousel .owl-stage-outer {
  width: 100% !important;
}

.articles.owl-theme .owl-item {
  padding: 0 10px;
}
.articles.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.articles.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: white;
}
.articles.owl-theme .owl-dots .owl-dot.active span {
  background: #e7918d;
}

body.home .articles.owl-theme .owl-dots .owl-dot span {
  background: white;
}
body.home .articles.owl-theme .owl-dots .owl-dot.active span {
  background: #e7918d;
}

.home-stories .inner .left {
  width: 50%;
}
.home-stories .owl-stage-outer {
  padding: 70px 0;
}
.home-stories .owl-carousel .owl-item {
  padding: 20px;
}
.home-stories .owl-carousel .owl-nav button {
  transition: 150ms ease-in opacity;
}
.home-stories .owl-carousel .owl-nav button.disabled {
  opacity: 0;
  transition: 150ms ease-in opacity;
}
.home-stories .owl-carousel .owl-nav button.owl-next, .home-stories .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
  z-index: 20;
  position: absolute;
  background: transparent;
  border: 0;
  bottom: 0;
  color: #e7918d;
  font-size: 50px;
}

button.burger {
  background: transparent;
  outline: none;
  border: none;
  margin: 0 20px;
  width: 25px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: none;
}
button.burger i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #008380;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #008380;
  transition: all 0.2s ease-out;
}
button.burger i::before, button.burger i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #008380;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
button.burger i::before {
  top: -7px;
}
button.burger i::after {
  bottom: -7px;
}

button.burger i::before {
  top: -7px;
}

button.burger i::after {
  bottom: -7px;
}

button.burger:hover i::before {
  top: -10px;
}

button.burger:hover i::after {
  bottom: -10px;
}

button.burger.active i {
  background: #fff;
}

button.burger.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

button.burger.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 75px;
  background: white;
  width: 100%;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  z-index: 50;
  opacity: 0;
}
.mobile-nav .mobile-nav-inner {
  padding: 20px 20px 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-nav .mobile-nav-inner ul#menu-main-menu-1 {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}
.mobile-nav .mobile-nav-inner ul#menu-main-menu-1 li a {
  color: #008380;
  padding: 8px 0;
  position: relative;
  display: inline-block;
  margin: 0;
}
.mobile-nav .mobile-nav-inner ul#menu-main-menu-1 li ul.sub-menu {
  display: inline-block !important;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.mobile-nav .mobile-nav-inner ul#menu-main-menu-1 li ul.sub-menu li {
  color: #008380;
}
.mobile-nav .mobile-nav-inner ul#menu-main-menu-1 li ul.sub-menu li:before {
  content: "◦";
  margin-right: 10px;
  font-size: 19px;
  line-height: 17px;
}
.mobile-nav .mobile-nav-inner li.contact-us,
.mobile-nav .mobile-nav-inner li.donate {
  display: inline-block;
  max-width: 145px;
  padding: 20px 0 0 10px;
  flex-grow: 1;
  position: relative;
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.mobile-nav .mobile-nav-inner li.contact-us a,
.mobile-nav .mobile-nav-inner li.donate a {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: white;
  padding: 8px 13px;
  border-radius: 20px;
  font-weight: 900;
  position: relative;
}
.mobile-nav .mobile-nav-inner li.contact-us a:hover,
.mobile-nav .mobile-nav-inner li.donate a:hover {
  transition: 150ms ease-in all;
}
.mobile-nav .mobile-nav-inner li.contact-us a {
  background: #b9b0d1;
  border: 2px solid #b9b0d1;
}
.mobile-nav .mobile-nav-inner li.contact-us a:hover {
  color: #b9b0d1;
  background: white;
}
.mobile-nav .mobile-nav-inner li.donate a {
  background: #008380;
  border: 2px solid #008380;
}
.mobile-nav .mobile-nav-inner li.donate a:hover {
  color: #008380;
  background: white;
}

@media only screen and (max-width: 1360px) {
  .diagnosis-faqs .inner.site-bounds {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1245px) {
  .home-stories .inner .left {
    padding: 0;
  }
  .home-stories .inner .left .arrow-left,
  .home-stories .inner .left .arrow-right {
    display: none;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-3,
  .home-stories .inner .left .stories-slider li.story-slide.n-2,
  .home-stories .inner .left .stories-slider li.story-slide.n-1 {
    opacity: 1 !important;
    display: flex;
    flex-direction: row;
    position: relative !important;
    transform: none !important;
    width: auto;
    align-items: center;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-3 .info,
  .home-stories .inner .left .stories-slider li.story-slide.n-2 .info,
  .home-stories .inner .left .stories-slider li.story-slide.n-1 .info {
    width: 100%;
    max-width: none;
    flex: 2;
    box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.15);
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-3 img.profile,
  .home-stories .inner .left .stories-slider li.story-slide.n-2 img.profile,
  .home-stories .inner .left .stories-slider li.story-slide.n-1 img.profile {
    max-width: 180px;
    flex: 1;
    padding: 10px;
    margin-bottom: 0;
  }
  .home-stories .inner .left .stories-slider .owl-prev {
    left: 50%;
    transform: translateX(-150%);
  }
  .home-stories .inner .left .stories-slider .owl-next {
    right: 50%;
    transform: translateX(150%);
  }
}
@media only screen and (max-width: 1030px) {
  .blog-posts .inner .articles article {
    flex: 0 0 calc(50% - 14px);
  }
  .blog-posts .inner .articles article:nth-child(odd), .blog-posts .inner .articles article:nth-child(even) {
    margin: 0 5px 28px 5px;
  }
}
@media only screen and (max-width: 900px) {
  .home-news .inner .articles article a .info,
  .more-articles .inner .articles article a .info {
    padding: 24px 15px 12px 15px;
  }
  .home-news .inner .articles article a .info .title,
  .more-articles .inner .articles article a .info .title {
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 850px) {
  .page-id-481 #primary,
  .page-id-236 #primary,
  .page-id-346 #primary {
    padding-bottom: 0;
  }
  .page-id-481 footer,
  .page-id-236 footer,
  .page-id-346 footer {
    position: relative;
  }
  header .inner nav ul#menu-main-menu li a {
    font-size: 14px;
    line-height: 18px;
  }
  header .inner nav ul#menu-main-menu li ul.sub-menu {
    top: 99px;
  }
  header .inner nav li.contact-us a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 4px;
  }
  .footer .inner .footer-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .footer .inner .footer-top .left {
    margin-bottom: 20px;
  }
  section.members .inner .wave-4 {
    right: -20%;
    z-index: -1;
  }
}
@media only screen and (max-width: 800px) {
  .home-stories .owl-stage-outer {
    padding: 0;
  }
  .home-stories .inner {
    flex-direction: column;
  }
  .home-stories .inner .left {
    width: 100%;
    padding: 0 40px;
  }
  .home-stories .inner .owl-carousel .owl-nav button.owl-prev, .home-stories .inner .owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    top: 0;
  }
  .home-stories .inner .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .home-stories .inner .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #primary {
    padding-top: 166px;
  }
  .equal-cols .left {
    flex: 3;
  }
  .equal-cols .right {
    flex: 2;
  }
  .contact-intro .equal-cols .left {
    flex: 1;
  }
  .contact-intro .equal-cols .right {
    flex: 1;
  }
  section.members .inner .members li {
    width: 31%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 890px) {
  .home-what-is .inner.equal-cols {
    flex-direction: column-reverse;
  }
  .home-what-is .inner.equal-cols .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-what-is .inner.equal-cols .left .what-is-copy {
    max-width: none;
  }
  .home-what-is .inner.equal-cols .right {
    max-width: 400px;
    padding: 0 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 700px) {
  #primary {
    padding-top: 141px;
  }
  header {
    height: 75px;
  }
  header .inner {
    height: 75px;
  }
  header .inner nav {
    justify-content: flex-end;
  }
  header .inner nav ul#menu-main-menu {
    display: none;
  }
  header .inner nav li.contact-us {
    text-align: right;
  }
  header .inner nav li.contact-us a {
    padding: 11px 14px;
  }
  header button.burger {
    display: inline-block;
  }
  .graphic .inner .graphic-img {
    flex-direction: column;
  }
  .home-news .inner .articles,
  .more-articles .inner .articles {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-news .inner .articles article,
  .more-articles .inner .articles article {
    max-width: 500px;
    margin: auto !important;
  }
}
@media only screen and (max-width: 650px) {
  .home-resources,
  .resources-page {
    padding-bottom: 49px;
    padding-top: 69px;
  }
  .home-resources .inner .resources-container,
  .resources-page .inner .resources-container {
    flex-direction: column;
  }
  .home-resources .inner .resources-container .resource,
  .resources-page .inner .resources-container .resource {
    margin: 0 0 20px 0 !important;
    flex-direction: row;
    align-items: center;
  }
  .home-resources .inner .resources-container .resource:hover .info,
  .resources-page .inner .resources-container .resource:hover .info {
    transition: 150ms ease-in box-shadow;
    box-shadow: 11.4px 15.2px 12px 1px rgba(51, 51, 51, 0.56);
  }
  .home-resources .inner .resources-container .resource .icon,
  .resources-page .inner .resources-container .resource .icon {
    margin: 0 20px 0 0;
    height: 100%;
  }
  .home-resources .inner .resources-container .resource:hover .icon,
  .resources-page .inner .resources-container .resource:hover .icon {
    transform: none;
  }
  .home-resources .inner .resources-container .resource .img-line,
  .resources-page .inner .resources-container .resource .img-line {
    display: none;
  }
  .home-resources .inner .resources-container .resource .info,
  .resources-page .inner .resources-container .resource .info {
    transition: 150ms ease-in box-shadow;
    padding: 17px 14px 19px 19px;
  }
  .home-resources .inner .resources-container .resource .info .title,
  .resources-page .inner .resources-container .resource .info .title {
    font-size: 21px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 585px) {
  .page-id-481 #primary {
    padding-bottom: 0;
  }
  .page-id-481 footer {
    position: relative;
  }
  .contact-intro .inner.equal-cols {
    flex-direction: column;
  }
  .page-intro .inner {
    padding-bottom: 50px;
  }
  .equal-cols {
    flex-direction: column-reverse;
  }
  .equal-cols .left {
    flex: 1;
  }
  .equal-cols .right {
    padding-left: 0;
    width: 100%;
    flex: 1;
  }
  .equal-cols .right img {
    max-width: 355px !important;
  }
  .graphic .inner .graphic-title h2,
  .graphic .inner .graphic-title h3 {
    font-size: 25px;
    line-height: 28px;
  }
  body.single-post .article-heading .img-container,
  body.single-story .article-heading .img-container {
    padding: 10px;
  }
  .blog-posts .inner .articles {
    flex-direction: column;
  }
  .blog-posts .inner .articles .article {
    flex: 1;
  }
  section.members .inner .members li {
    width: 48%;
  }
  section.members .inner .members li .headshot {
    padding: 10px;
  }
  .home-stories .owl-carousel .owl-item {
    padding: 40px 20px 40px 10px;
  }
  .home-stories .inner .left {
    padding: 0 30px;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-3 .info .quote p, .home-stories .inner .left .stories-slider li.story-slide.n-2 .info .quote p, .home-stories .inner .left .stories-slider li.story-slide.n-1 .info .quote p {
    font-size: 14px;
    line-height: 15px;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-3 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-2 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-1 img.profile {
    max-width: 120px;
  }
}
@media only screen and (max-width: 550px) {
  .home-news,
  .more-articles {
    padding-bottom: 50px;
  }
  .home-news .inner,
  .more-articles .inner {
    padding-top: 69px;
  }
  .home-news .inner .articles,
  .more-articles .inner .articles {
    flex-direction: column;
    margin: auto;
  }
  .home-news .inner .articles article,
  .more-articles .inner .articles article {
    margin: 0 0 14px 0 !important;
    flex: 1;
    box-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  a.pill:hover:before {
    display: none;
  }
  a.pill:hover:hover {
    text-indent: 0;
  }
  .footer .inner .footer-top .left #menu-footer-menu li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 440px) {
  .article-block-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-block-heading .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .home-stories .inner .right .stories-copy h2,
  .home-what-is .inner .left .what-is-copy h3 {
    font-size: 27px;
    line-height: 33px;
  }
  .blog-posts .inner {
    padding-bottom: 69px;
  }
  img.alignright {
    margin: 10px 0 10px 10px;
    width: 50%;
  }
  .stories-slider {
    margin: 0;
  }
  .home-resources .inner .resources-container .resource,
  .resources-page .inner .resources-container .resource {
    margin: 0 0 20px 0 !important;
    flex: 0 0 100%;
  }
  .blog-heading ul.filters {
    align-items: flex-start;
    justify-content: center;
  }
  .blog-heading ul.filters li {
    flex: 1;
    padding: 0;
    margin: 0;
  }
  .blog-heading ul.filters li a {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  .home-stories {
    padding: 10px 0 50px 0;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-1, .home-stories .inner .left .stories-slider li.story-slide.n-2, .home-stories .inner .left .stories-slider li.story-slide.n-3 {
    display: inline-block;
  }
  .home-stories .inner .left .stories-slider li.story-slide.n-1 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-2 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-3 img.profile {
    max-width: 200px;
    margin: auto;
  }
}
@media only screen and (max-width: 390px) {
  .header .inner {
    padding: 0 5px;
  }
  .header .inner nav li.contact-us a {
    font-size: 13px;
    line-height: 17px;
    padding: 7px 12px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  header .inner .logo {
    flex: none;
  }
  header .inner nav ul#menu-main-menu {
    flex: none;
    width: 83.3333333333%;
  }
  header .inner nav ul#menu-main-menu li {
    flex: none;
  }
  header .inner nav li.contact-us {
    flex: none;
  }
  .blog-posts .inner .articles article {
    width: calc(33.3333333333% - 14px);
    flex: none;
  }
  .home-stories .inner .left,
  .home-stories .inner .right {
    flex: none;
    width: 50%;
  }
  .graphic .inner .graphic-img.double-graphic {
    display: inline-block;
  }
  .graphic .inner .graphic-img.double-graphic .graphic-1,
  .graphic .inner .graphic-img.double-graphic .graphic-2 {
    width: 50%;
  }
  button.burger {
    overflow: visible;
  }
  .mobile-nav .mobile-nav-inner li.contact-us {
    flex: none;
  }
  .footer .inner .footer-top .left #menu-footer-menu li {
    width: calc(33.3333333333% - 10px);
    flex: none;
    display: inline-block;
  }
}
@media (-ms-high-contrast: none) and (max-width: 1245px), (-ms-high-contrast: active) and (max-width: 1245px) {
  .home-stories .inner .left .stories-slider li.story-slide.n-1 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-2 img.profile, .home-stories .inner .left .stories-slider li.story-slide.n-3 img.profile {
    flex: none;
    width: 33.3333333333%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .resources-page .inner .resources-container .resource {
    width: calc(50% - 28px);
    display: inline-block;
    flex: none;
  }
}
@media (-ms-high-contrast: none) and (max-width: 1030px), (-ms-high-contrast: active) and (max-width: 1030px) {
  .blog-posts .inner .articles article {
    width: calc(50% - 15px);
  }
}
@media (-ms-high-contrast: none) and (max-width: 800px), (-ms-high-contrast: active) and (max-width: 800px) {
  .home-stories .inner .left,
  .home-stories .inner .right {
    width: calc(100% - 90px);
    flex: none;
    padding-left: 0;
  }
}
@media (-ms-high-contrast: none) and (max-width: 700px), (-ms-high-contrast: active) and (max-width: 700px) {
  header .inner .logo a img {
    height: 100px;
  }
  .home-what-is .inner.equal-cols {
    text-align: center;
  }
  .home-what-is .inner.equal-cols .left {
    text-align: left;
  }
  .home-what-is .inner.equal-cols .right {
    padding: 0;
  }
  .graphic .inner .graphic-img {
    display: inline-block;
    width: 100%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 650px), (-ms-high-contrast: active) and (max-width: 650px) {
  .resources-page .inner .resources-container {
    display: inline-block;
  }
  .resources-page .inner .resources-container .resource {
    display: flex;
    width: 100%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 585px), (-ms-high-contrast: active) and (max-width: 585px) {
  .footer .inner .footer-top .left #menu-footer-menu li {
    width: calc(50% - 10px);
  }
  .home-intro .left {
    margin-bottom: 20px;
  }
  .blog-posts .inner .articles article {
    width: 100%;
  }
  .equal-cols {
    display: inline-block;
  }
  .equal-cols .left,
  .equal-cols .right {
    flex: none;
    width: 100%;
    display: inline-block !important;
  }
}
@media (-ms-high-contrast: none) and (max-width: 425px), (-ms-high-contrast: active) and (max-width: 425px) {
  .footer .inner .footer-top .left #menu-footer-menu li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
body.page-template-donations-php {
  background: white;
}
body.page-template-donations-php header .inner nav li.donate a {
  background: white;
  border: 2px solid #008380;
  color: #008380;
}
body.page-template-donations-php header .inner nav li.donate a:hover {
  background: #008380;
  color: white;
}
body.page-template-donations-php #primary {
  padding-top: 150px !important;
}
body.page-template-donations-php #primary.donation-page {
  position: relative;
  padding-top: 150px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 500px, rgb(0, 131, 128) 200px) !important;
}
body.page-template-donations-php #primary.donation-page .swoop-container::after {
  width: 0;
}
body.page-template-donations-php #primary.donation-page .donation-form {
  padding-bottom: 100px;
}
body.page-template-donations-php #primary.donation-page .donation-form h2.headline {
  font-size: 32px !important;
  color: #008380 !important;
}

.mobile-nav-inner li.donate a {
  background: white;
  border: 2px solid #008380;
  color: #008380;
}
.mobile-nav-inner li.donate a:hover {
  background: #008380;
  color: white;
}

.form-container {
  background: white;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 234px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 641px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 300px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 1124px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 350px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 1500px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 400px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 2000px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 450px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 2400px) {
  body.page-template-donations-php #primary {
    padding-top: 0;
  }
  body.page-template-donations-php #primary.donation-page {
    background: linear-gradient(180deg, rgb(255, 255, 255) 500px, rgb(0, 131, 128) 200px) !important;
  }
}
@media screen and (min-width: 769px) {
  section.useful-links {
    padding-top: 50px;
  }
}
body.page-template-experts .members .heading {
  padding-top: 0;
}

body.page-template-donations-php #primary.donation-page {
  background: white;
}
body.page-template-donations-php .swoop-container {
  position: absolute;
  top: 150px;
  left: 0;
}
body.page-template-donations-php .swoop-container:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #008380;
  position: absolute;
}

body.ntrk-fusion-cancer .graphics {
  margin-top: 12px;
}
body.ntrk-fusion-cancer .graphics #primary {
  position: relative;
  background: #008380;
}

body.contact-us .contact-intro {
  position: relative;
}
body.contact-us .contact-intro .social-container p {
  color: white !important;
}

body.about-us .about-us-members {
  position: relative;
  background: #008380;
}

body.news-events .blog-inner {
  position: relative;
}

body.single-story #primary {
  position: relative;
}

body.patient-stories #primary {
  position: relative;
}

body.page-template-experts .experts {
  position: relative;
  background: #008380;
  margin-bottom: -100px;
  padding-bottom: 100px;
}

body.frequently-asked-questions #primary {
  padding-bottom: 0;
  border-bottom: 50px solid #008380;
}

body.frequently-asked-questions #primary,
body.page-template-resources #primary {
  position: relative;
}

body.page-template-useful #primary {
  position: relative;
}

body.frequently-asked-questions #primary {
  position: relative;
}

body.diagnosis-testing .wave-bg {
  position: relative;
  background: #008380;
  margin-top: 0;
  height: 150px;
  width: 100%;
}

body.ntrk-fusion-cancer .graphics {
  position: relative;
  background: #008380;
}

body.home .home-sub-sections {
  position: relative;
  background: #008380;
  z-index: 5;
}

.home-resources {
  background: #008380;
}

@media screen and (max-width: 769px) {
  body.news-events #primary::before,
  body.category-blogs #primary::before,
  body.page-template-resources #primary::before,
  body.contact-us #primary::before,
  body.page-template-questions #primary::before,
  body.patient-stories #primary::before,
  body.page-template-useful #primary::before,
  body.page-template-experts #primary::before,
  body.diagnosis-testing .wave-bg #primary::before,
  body.ntrk-fusion-cancer #primary::before {
    margin-top: -68px;
  }
  .ticker {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 475px) {
  body.page-template-useful .useful-content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 530px) {
  body.page-template-useful .useful-content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 475px) {
  .diagnosis-intro.page-intro {
    margin-bottom: -250px !important;
  }
}
@media screen and (min-width: 700px) {
  body.page-template-useful #primary {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  body.frequently-asked-questions #primary,
  body.page-template-resources #primary {
    position: relative;
  }
}
@media screen and (min-width: 575px) {
  body.news-events .blog-inner {
    position: relative;
  }
  body.diagnosis-testing .wave-bg {
    position: relative;
    background: #008380;
    margin-top: 0;
    height: 150px;
  }
  body.single-post #primary,
  body.single-story #primary {
    position: relative;
  }
  body.contact-us .contact-intro {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  body.page-template-experts .about-intro {
    margin-bottom: -100px;
  }
  body.page-template-experts .heading {
    padding-top: 75px !important;
  }
  .form-container {
    padding: 0;
  }
  .diagnosis-intro.page-intro {
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 576px) {
  body.page-template-experts .heading {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 901px) {
  body.about-us .about-us-members {
    position: relative;
    background: #008380;
  }
  body.news-events #primary .blog-inner {
    position: relative;
  }
  body.single-post #primary,
  body.single-story #primary {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  body.contact-us .contact-intro {
    position: relative;
  }
  body.news-events .blog-inner {
    position: relative;
  }
  body.page-template-useful #primary,
  body.patient-stories #primary {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  body.frequently-asked-questions #primary,
  body.page-template-resources #primary {
    position: relative;
  }
  body.about-us .about-us-members {
    position: relative;
    background: #008380;
  }
  body.contact-us .contact-intro {
    position: relative;
  }
  body.news-events .blog-inner {
    position: relative;
  }
  body.page-template-experts .experts {
    position: relative;
    background: #008380;
  }
}
@media screen and (min-width: 1224px) {
  body.contact-us .contact-intro {
    position: relative;
  }
  body.news-events .wrapper #primary .blog-inner {
    position: relative;
  }
  body.patient-stories #primary {
    position: relative;
  }
}
@media screen and (min-width: 1640px) {
  body.ntrk-fusion-cancer .graphics {
    margin-top: 0;
  }
  body.about-us .about-us-members {
    position: relative;
    background: #008380;
  }
  body.frequently-asked-questions #primary,
  body.page-template-resources #primary {
    position: relative;
  }
}
@media screen and (min-width: 2020px) {
  body.ntrk-fusion-cancer .graphics {
    margin-top: 100px;
  }
  body.ntrk-fusion-cancer .graphics .inner {
    padding-top: 90px;
  }
  body.diagnosis-testing .wave-bg {
    margin-top: -200px;
    margin-bottom: -100px;
  }
  body.single-post .wrapper #primary,
  body.single-story .wrapper #primary {
    position: relative;
  }
}
@media screen and (min-width: 2175px) {
  body.news-events .blog-inner {
    position: relative;
  }
  body.contact-us .contact-intro {
    position: relative;
  }
  body.frequently-asked-questions #primary {
    position: relative;
  }
  body.page-template-useful #primary,
  body.page-template-resources #primary {
    position: relative;
  }
  .resources-page {
    padding-top: 100px;
  }
}
@media screen and (min-width: 2400px) {
  body.diagnosis-testing .wave-bg {
    position: relative;
    background: #008380;
    margin-top: 0;
    height: 150px;
  }
}
.page-template-experts footer,
.news-events footer {
  margin-bottom: -100px;
}

.form-container label.forminator-checkbox p,
.form-container label.forminator-checkbox a,
.forminator-ui#forminator-module-484.forminator-design--flat .forminator-label,
.forminator-ui#forminator-module-484.forminator-design--flat .forminator-label {
  color: #008380;
}

@media only screen and (max-width: 901px) {
  #primary {
    padding-top: 124px;
  }
  header {
    height: 75px;
  }
  header .inner {
    height: 75px;
  }
  header .inner nav {
    justify-content: flex-end;
  }
  header .inner nav ul#menu-main-menu {
    display: none;
  }
  header .inner nav li.contact-us {
    text-align: right;
    margin-bottom: 0;
  }
  header .inner nav li.donate {
    margin-bottom: 0;
  }
  header .inner nav li.contact-us a {
    padding: 11px 14px;
    display: flex;
    align-items: center;
  }
  header .inner nav li.donate a {
    display: flex;
    align-items: center;
  }
  header button.burger {
    display: inline-block;
  }
}
@media screen and (max-width: 525px) {
  header .inner nav ul.contact-us-donate-list .contact-us {
    display: none;
  }
}
.sponsors-and-partners {
  background: #f9f9f9;
}
.sponsors-and-partners .inner-sponsors {
  display: flex;
  border-radius: 20px;
  padding: 50px;
  padding-bottom: 100px;
  gap: 50px;
  flex-wrap: wrap;
  flex-direction: column;
}
.sponsors-and-partners .inner-sponsors .sponsors-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.sponsors-and-partners .inner-sponsors .sponsors-images .sponsors-and-partners-inner {
  padding: 25px;
}
.sponsors-and-partners .inner-sponsors .sponsors-images .sponsors-and-partners-img img {
  width: 100%;
  height: auto;
}

.home footer.footer:before {
  background: #f9f9f9;
}

@media screen and (min-width: 320px) {
  .sponsors-and-partners .inner-sponsors .sponsors-and-partners-inner {
    width: 90%;
  }
}
@media screen and (max-width: 574px) {
  .sponsors-and-partners .inner-sponsors .sponsors-images {
    justify-content: center;
  }
}
@media screen and (min-width: 575px) {
  .sponsors-and-partners .inner-sponsors .sponsors-images .sponsors-and-partners-inner {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .sponsors-and-partners .inner-sponsors .sponsors-images .sponsors-and-partners-inner {
    width: 30%;
  }
}
.error404 {
  background: #008380;
  color: white;
}

#post-404 {
  padding-top: 100px;
  text-align: center;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#post-404 h1 {
  font-size: 48px;
}
#post-404 h2 a {
  color: white;
  text-decoration: underline;
}

.new-swoop {
  z-index: -1;
  pointer-events: none;
  display: flex;
  width: 100%;
  border-bottom: 30px solid #008380;
}
.new-swoop img,
.new-swoop picture {
  max-width: none !important;
  width: 100vw;
}
.new-swoop.white-bg {
  background-color: white;
}

.page-template-default .blog-heading,
.page-template-legal .blog-heading {
  background: white;
  padding-top: 30px;
}

.page-template-legal .wrapper {
  background: #008380;
}
.page-template-legal .wrapper #primary {
  padding-top: 75px;
  margin-bottom: 50px;
}

.page-template-stories .swoop-container .new-swoop,
.page-template-questions .swoop-container .new-swoop,
.page-template-useful .swoop-container .new-swoop {
  margin-top: -5%;
}

.blog-inner .new-swoop,
body.category .new-swoop {
  margin-top: -10%;
}

.green-bg {
  background-color: #008380;
}

body.page-template-resources .swoop-container {
  margin-top: -6%;
}

body.home .new-swoop {
  margin-top: -150px;
  z-index: 0;
  position: relative;
}

.text-green {
  color: #008380 !important;
}

.text-red {
  color: #e55d63 !important;
}

.text-white {
  color: white !important;
}

[data-wpr-lazyrender] {
  content-visibility: initial !important;
}
/*# sourceMappingURL=maps/style.css.map */
