<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Ultragenyx
Theme URI: https://ultrarareadvocacy.com/
Description: This is the Ultragenyx theme created for the Genesis Framework.
Author: Second Melody
Author URI: https://www.secondmelody.com/

Version: 3.5.60

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #FCFBFC;
	color: #061533;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #061533;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #8bba45;
	text-decoration: none;
}

p {
	margin: 0px 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #061533;
}

blockquote {
	margin: 30px;
}

.references {
	font-size: 14px;
}

::selection {
  background: rgb(139 186 69 / .5);
}
::-moz-selection {
  background: rgb(139 186 69 / .5);
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #72256D;
	font-family: protipo-compact, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h2 i,
h3 i {
	color: #8bba45;
	margin-right: 12px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.references h2 {
	font-size: 24px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #061533;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #061533;
	opacity: 1;
}

::placeholder {
	color: #061533;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.elementor .elementor-widget-container .elementor-button,
.tribe-common .tribe-common-c-btn, 
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border {
	background-color: #8CB946;
	border: 1px solid #8CB946;
	border-radius: 4px;
	color: #061533;
	cursor: pointer!important;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
.ghost-button,
.elementor .elementor-widget-container .elementor-button:hover,
.elementor .elementor-widget-container .elementor-button:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common .tribe-common-c-btn-border:focus, 
.tribe-common a.tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: transparent;
	color: #061533;
}

.ghost-button:hover,
.ghost-button:focus {
	background-color: #8CB946;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.text-link {
	font-weight: 700;
	text-decoration: none;
}

.text-link:after {
    color: #8CB946;
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    margin-left: 8px;
    transition: all .2s ease-in-out;
}

.text-link:hover:after {
	margin-left: 12px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
	margin-bottom: 40px;
	width: 100%;
}

td,
th {
	border-left: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}

td:first-of-type,
th:first-of-type {
	border-left: none;
}

td {
	font-size: 16px;
	padding: 16px;
}

tr:nth-of-type(odd) td {
	background-color: #f0e8ef;
}

th {
	background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
	font-family: protipo-compact, sans-serif;
	color: #fff;
	font-weight: 400;
	padding: 16px;
}

.datepicker-days table {
	box-shadow: none;
}

.datepicker-days th {
	background: transparent;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #061533;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	padding: 0 24px;
}

.content-sidebar-wrap {
	clear: both;
	margin: 0 auto;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 14px;
	margin: 24px 0 40px;
	padding: 0 32px;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb-sep {
	color: #8bba45;
	margin: 0 8px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

h1.entry-title {
	margin-bottom: 40px;
	padding-left: 10px;
}

.post-type-archive-tribe_events h1.entry-title,
.single-post h1.entry-title {
	margin-bottom: 40px;
	padding-left: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #061533;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #8bba45;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 24px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul &gt; li:last-of-type {
	margin-bottom: 0;
}

.widget ul &gt; li {
	margin-bottom: 10px;
}

.widget ul &gt; li:last-of-type {
	padding-bottom: 0;
}

.widget ol &gt; li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Popup
--------------------------------------------- */

.popup-wrapper {
	animation: 2s 1 normal fadeInEntrance;
	background-color: #fff;
	border-radius: 16px;
	left: 50%;
	max-width: 768px;
	padding: 0;
	position: fixed;
	top: 50%;
	transform: translateX( -50% ) translateY( -50% );
	width: 100%;
	z-index: 9999999;
}	

.popup-wrapper .widget,
.popup-wrapper .popup-body p:last-of-type {
	margin-bottom: 0;
}

button.popup-closer {
	background-color: transparent;
	border: none;
	font-size: 24px;
	padding: 16px 24px;
	position: absolute;
	right: 0;
	top: 0;
}

button.popup-closer:hover,
button.popup-closer:focus {
	border: none;
	color: #8CB946;
}

.popup-inner {
    border-radius: 16px;
    overflow: hidden;
}

.popup-inner section {
	max-height: calc( 100vh - 160px );
    overflow-y: scroll;
    padding: 40px;
}

.popup-blocker {
	animation: 2s 1 normal fadeInEntrance;
	background-color: rgb(5 22 51 / .8);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

@keyframes fadeInEntrance {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/* Plugins
---------------------------------------------------------------------------- */

/* FacetWP Flyout
--------------------------------------------- */

.facet-reset {
	display: none;
}

.facetwp-flyout {
	background: #FCFBFC !important;
	width: 100% !important;
    z-index: 999999 !important;
}

.facetwp-flyout-close {
	color: #061533;
	font-size: 24px;
	font-weight: 700;
	padding: 24px 24px 8px !important;
}

.facetwp-flyout-content {
	padding: 8px 24px 24px !important;
}

.facetwp-flyout-content .facetwp-facet {
	border-top: 1px solid #8CB946;
	padding-top: 12px;
}

.facetwp-flyout-content .facetwp-checkbox {
	border-bottom: 1px solid #8CB946;
	margin-bottom: 12px !important;
	padding-bottom: 12px;
}

.facetwp-flyout-fog {
	z-index: 99999 !important;
}

/* WP Responsive Menu
--------------------------------------------- */

#wprmenu_bar {
	border-bottom: 1px solid #8CB946;
}

#wprmenu_bar.active {
	top: 0 !important;
}

#wprmenu_bar .bar_logo {
    height: 56px !important;
    position: relative;
    top: -12px;
}

#mg-wprm-wrap li.menu-item a {
    padding: 24px !important;
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
	top: 8px;
}

/* Alert Bar
--------------------------------------------- */

.mbwpab-alert-message {
	text-align: center;
}

.mbwpab-alert-cta-sep {
	display: none;
}

/* Exit Notifier
--------------------------------------------- */

.jAlert {
    background: #fff !important;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / .25) !important;
    color: #061533;
}

.jAlert &gt; div {
    padding: 24px 40px;
}

.ja_custom {
    border: none !important;
}

.ja_close_round {
    background: transparent !important;
    color: #061533 !important;
    font-size: 32px !important;
    right: 8px !important;
    top: 12px !important;
}

.ja_close_round:hover,
.ja_close_round:focus {
	color: #8CB946 !important;
}

.ja_title &gt; div {
    color: #72256D !important;
    font-size: 36px !important;
    font-family: protipo-compact, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.ja_body {
    color: #72256D !important;
}

.ja_btn_wrap.optBack {
    background: transparent !important;
    margin: 25px 0 0 !important;
    padding: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ja_btn_green, .ja_btn_green:link, 
.ja_btn_green:visited {
    background: #8CB946 !important;
    border: 1px solid #8CB946 !important;
    border-radius: 4px !important;
    color: #061533 !important;
    margin: 0 16px;
    padding: 8px 32px !important;
}

.ja_btn_green, 
.ja_btn_green:link:hover,
.ja_btn_green, 
.ja_btn_green:link:focus {
	background: transparent !important;
}

.ja_btn_red, 
.ja_btn_red:link, 
.ja_btn_red:visited {
    background: transparent !important;
    border: 1px solid #8CB946 !important;
    color: #061533 !important;
    padding: 8px 32px !important;
}

.ja_wrap.ja_wrap_black {
    background: rgb(5 22 51 / .8) !important;
}

/* Ninja Forms
--------------------------------------------- */

.nf-form-fields-required {
	margin-bottom: 24px;
}

.disclaimer {
	font-size: 14px;
}

/* Events Calendar
--------------------------------------------- */

.events-header-wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.events-header-wrap .entry-header {
	width: 66%;
}

.event-header-callout {
	width: 32%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 40px 0 0;
}

.tribe-events .tribe-events-calendar-list__event-row {
	-webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tribe-events-calendar-list__event-date-tag-datetime {
	background-color: #061533;
	border-radius: 16px;
	padding-bottom: 12px !important;
	padding-top: 12px !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	color: #fff;
	font-family: protipo-compact, sans-serif;
	font-size: 18px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
	color: #8CB946;
	font-family: protipo-compact, sans-serif;
	font-weight: 400;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event-datetime .tribe-event-date-start {
	font-family: protipo-compact, sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-title a {
	color: #72256D;
	font-family: protipo-compact, sans-serif;
	font-size: 28px;
	font-weight: 400;
}

.tribe-events .tribe-events-calendar-list__event-title a:hover,
.tribe-events .tribe-events-calendar-list__event-title a:focus {
	color: #8CB946;
}

.post-type-archive-tribe_events .archive-pagination {
	display: none;
}

.post-type-archive-tribe_events .callout.share-callout,
.single-post .callout,
.insight .callout,
.blog .callout {
	background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
    color: #fff;
    padding: 24px;
}

.post-type-archive-tribe_events .tribe-filter-bar__form {
	margin-bottom: 40px;
}

.post-type-archive-tribe_events .callout.share-callout i {
	color: #8CB946;
	font-size: 40px;
	margin-bottom: 24px;
}

.post-type-archive-tribe_events .callout.share-callout img,
.post-type-archive-tribe_events .callout.share-callout h2,
.post-type-archive-tribe_events .callout.share-callout p {
	margin-bottom: 24px;
}

.post-type-archive-tribe_events .callout.share-callout .button {
	background-color: #8CB946;
	border: 1px solid #8CB946;
	padding: 8px;
	width: 100%;
}

.post-type-archive-tribe_events .callout.share-callout .button:hover,
.post-type-archive-tribe_events .callout.share-callout .button:focus {
	background-color: transparent;
}

.tribe-events-calendar-list {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar {
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 42px;
    margin-right: 0;
}

.tribe-events-calendar-list-nav {
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.tribe-events-c-ical,
.tribe-events-c-subscribe-dropdown {
	-webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.tribe-filter-bar-c-filter__toggle-icon {
	display: none;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__container {
	display: block;
	visibility: visible;
}

.tribe-filter-bar .tribe-filter-bar-c-filter {
	border-top: 1px solid #8CB946;
}

.tribe-filter-bar .tribe-filter-bar__filters {
	border-bottom: none;
}

.entry-content ul.tribe-events-sub-nav {
	padding-left: 0;
}

.tribe-events-single .tribe-events-content a {
	border-bottom: none;
}

.tribe-events-single .tribe-events-content a,
.tribe-events-event-meta a, 
.tribe-events-event-meta a:visited {
	color: #141827;
}

.tribe-events-single .tribe-events-content a:hover,
.tribe-events-single .tribe-events-content a:focus,
.tribe-events-event-meta a:hover, 
.tribe-events-event-meta a:focus {
	color: #8CB946;
}

.tribe-events-single&gt;.tribe_events {
	overflow: visible;
}

.tribe-events-schedule h2 {
	font-family: protipo-compact, sans-serif;
	font-size: 14px;
}

.tribe-events-single&gt;.tribe_events&gt;.tribe-events-event-image {
	margin-right: 2%;
	width: 24% !important;
}

.tribe-events-single&gt;.tribe_events&gt;.tribe-events-event-image img {
	width: 100%;
}

.tribe-events-single&gt;.tribe_events&gt;.tribe-events-content {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	width: 74% !important;
}

.tribe-events-cal-links .tribe-events-gcal, 
.tribe-events-cal-links .tribe-events-ical {
	color: #141827;
	padding-left: 0;
}

.tribe-events-cal-links .tribe-events-gcal:hover, 
.tribe-events-cal-links .tribe-events-ical:hover,
.tribe-events-cal-links .tribe-events-gcal:focus, 
.tribe-events-cal-links .tribe-events-ical:focus {
	color: #8CB946;
}

.tribe-events-event-meta {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	padding: 24px !important;
}

.tribe-events-event-meta:before {
	content: none;
}

.tribe-events-meta-group {
	border-left: 1px solid #8CB946;
	padding: 0;
	padding-left: 32px;
}

.tribe-events-meta-group:first-of-type {
	border-left: none;
	padding-left: 0;
}

.tribe-events-meta-group dl:last-of-type {
	margin-bottom: 0;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: none;
}

.tribe-events-venue-map {
	margin: 0;
	width: 100%;
}

#tribe-events-footer {
	border-top: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    list-style-type: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-back a {
    color: #141827;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
.tribe-events-back a:hover,
.tribe-events-back a:focus {
	color: #8CB946;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
    background: none;
	color: #8CB946;
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
    content: '\f054';
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after {
	background: none;
}

.tribe-events-cal-links .tribe-events-gcal, 
.tribe-events-cal-links .tribe-events-ical {
	background: none;
}

/* FacetWP
--------------------------------------------- */

.facet-wrap {
	border-bottom: 1px solid #8CB946;
	margin-bottom: 40px;
}

.facet-wrap:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.facet-label:before {
	color: #8CB946;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 100;
    margin-right: 12px;
}

.facet-label.perspective:before {
	content: '\f7f5';
}

.facet-label.disease_state:before,
.facet-label.disease_states:before {
	content: '\f481';
}

.facet-label.category:before,
.facet-label.topic:before {
	content: '\f02b';
}

.facetwp-checkbox {
	background-position: 0 4px !important;
	font-size: 16px;
	margin-bottom: 8px !important;
}

.facetwp-counter {
    display: none;
}

/* Rare Journey Wheel
--------------------------------------------- */

/* Ivory Search
--------------------------------------------- */

.astm-search-menu svg {
    position: relative;
    top: 4px;
}

.utility-nav-menu .astm-search-menu a,
.utility-nav-menu .astm-search-menu a:hover,
.utility-nav-menu .astm-search-menu a:focus {
	border-bottom: none;
}

.utility-nav-menu .astm-search-menu a:hover,
.utility-nav-menu .astm-search-menu a:focus {
	color: #8bba45;
}

body #is-popup-wrapper {
	background-color: #051633;
}

body .popup-search-close:before, 
body .search-close:before,
body .popup-search-close:after, 
body .search-close:after {
    border-color: #8bba45 !important;
}

/* Cookie Notice
--------------------------------------------- */

#cookie-notice {
	background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
    left: 80px !important;
    min-width: 0 !important;
    width: 380px;
}

.cookie-notice-container {
    padding: 56px 24px 40px !important;
    text-align: left !important;
}

#cookie-notice h2 {
	color: #fff;
}

.cookie-notice-container p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.cookie-notice-container a:not(.button) {
    color: #8bba45;
    font-weight: 600;
}

.cookie-notice-container a:hover {
    color: #fff;
    text-decoration: none;
}

.cookie-notice-container .cn-close-icon {
    right: 20px;    
    top: 24px;
}

.cn-close-icon:before, 
.cn-close-icon:after {
    background-color: #061533 !important;
    height: 16px !important;
    width: 4px !important;
}

#cookie-notice .cn-button {
    margin: 0 !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #061533;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #061533;
	outline: #8ab946 dotted 2px;
	outline-offset: 2px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #F3E8F2;
	padding: 32px 24px 0;
}

.site-header .wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.site-header .wrap:before,
.site-header .wrap:after {
	display: none;
}

/* Title Area
--------------------------------------------- */

.wp-custom-logo .title-area {
	padding-bottom: 32px;
}

.wp-custom-logo .custom-logo-link {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #061533;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu .menu-item.menu-item-has-children &gt; a:after {
    color: #8CB946;
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.genesis-nav-menu a {
	color: #061533;
	border-bottom: 4px solid transparent;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 16px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sfHover a,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .current-menu-ancestor a {
	border-bottom: 4px solid #8bba45;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	border-radius: 8px;
	background-color: #F0E9F0;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item a {
	background-color: #fff;
}

.genesis-nav-menu .sub-menu li:first-of-type a {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px; 
}

.genesis-nav-menu .sub-menu li:last-of-type a {
	border-bottom: none;
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item &gt; a:focus + ul.sub-menu,
.menu .menu-item.sfHover &gt; ul.sub-menu {
	left: auto;
	left: 50%;
	opacity: 1;
	transform: translateX( -50% );
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #061533;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Callout Nav
--------------------------------------------- */

.callout-nav-menu li {
	display: inline-block;
	list-style-type: none;
}

.nav-button a {
	background-color: #8CB946;
	border: 1px solid #8CB946;
	border-radius: 4px;
	color: #061533;
	cursor: pointer!important;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.nav-button a:hover,
.nav-button a:focus {
	background-color: transparent;
}

/* Utility Nav
--------------------------------------------- */

.utility-nav-menu li {
	display: inline-block;
	list-style-type: none;
}

.utility-nav-menu a {
	border-bottom: 4px solid transparent;
	color: #061533;
	font-size: 15px;
	font-weight: 400;
	margin: 0 12px;
	text-decoration: none;
}

.utility-nav-menu a:hover,
.utility-nav-menu a:focus {
	border-bottom: 4px solid #8bba45;
}

.ghost-button-menu-item a {
	border: 1px solid #8CB946;
	border-radius: 4px;
	color: #061533;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.ghost-button-menu-item a:hover,
.ghost-button-menu-item a:focus {
	background-color: #8CB946;
	border: 1px solid #8CB946;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Globals
--------------------------------------------- */

.elementor-element-populated .elementor-column:first-of-type&gt;.elementor-element-populated,
.elementor-column-gap-wide&gt;.elementor-column:first-of-type&gt;.elementor-element-populated {
    padding-left: 0;
}

.elementor-element-populated .elementor-column:last-of-type&gt;.elementor-element-populated,
.elementor-column-gap-wide&gt;.elementor-column:last-of-type&gt;.elementor-element-populated {
    padding-right: 0;
}

.elementor-top-section {
	padding: 60px 0;
}

.elementor-top-section.elementor-section.elementor-section-stretched {
	padding-left: 24px;
	padding-right: 24px;
}

body:not(.home) .elementor-top-section:first-of-type {
	padding-top: 0;
}

.elementor-top-section.padding-bottom-none {
	padding-bottom: 0;
}

.elementor-inner-section:not(:last-of-type) {
	margin-bottom: 32px;
}

.green-text {
	color: #8CB946;
}

.callout .elementor-container,
.callout.newsletter-callout .elementor-element-populated .elementor-element,
.callout.contact-callout .elementor-widget-wrap,
.callout.elementor-widget-text-editor,
.callout.conditions-sidebar .elementor-element-populated {
	background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
    color: #fff;
    padding: 40px;
}

.callout.video-callout .elementor-container {
    padding: 0;
}

.callout.video-callout .elementor-column-gap-default&gt;.elementor-column&gt;.elementor-element-populated {
	padding: 0;
}

.callout.video-callout .content-column {
	padding: 40px;
}

.callout.video-callout .elementor-widget-image img {
	border-radius: 16px;
}

.callout.newsletter-callout .elementor-element-populated .elementor-element {
	padding: 24px;
}

.callout.newsletter-callout .elementor-element-populated .elementor-element img,
.callout.newsletter-callout .elementor-element-populated .elementor-element .button {
	width: 100%;
}

.callout.newsletter-callout .elementor-element-populated .elementor-element img {
	border-radius: 4px;
    margin-bottom: 0;
}

.elementor-column-gap-default&gt;.elementor-column.contact-callout&gt;.elementor-element-populated {
    padding: 24px;
}

.callout h2,
.callout h3 {
	color: #fff;
}

.callout a.text-link,
.callout a {
	color: #fff;
}

.callout.elementor-widget-text-editor.elementor-widget:not(:last-child) {
	margin-bottom: 40px;
}

.header-more-link {
	position: relative;
	width: 100%;
}

.header-more-link a.text-link {
	position: absolute;
	right: 0;
	top: 14px;
}

.page-callout-row .elementor-column {
	border-left: 1px solid #8CB946;
}

.page-callout-row .elementor-column:first-of-type {
	border-left: none;
}

.page-callout-row .elementor-column p:last-of-type {
	margin-bottom: 0;
}

.callout a.button,
.callout button {
	color: #051633;
	width: 100%;
}

.callout a.text-link:hover,
.callout a.text-link:focus,
.callout a:hover,
.callout a:focus {
	color: #8CB946;
}

.callout .button:hover,
.callout .button:focus,
.callout button:hover,
.callout button:focus,
.callout a.ghost-button,
.elementor .callout .elementor-widget-container .elementor-button:hover,
.elementor .callout .elementor-widget-container .elementor-button:focus {
    color: #fff;
}

.callout .ghost-button:hover,
.callout .ghost-button:focus {
    color: #051633;
}

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

.callout .inline-button {
	background-color: transparent;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 0;
	width: auto;
}

.callout .inline-button:hover,
.callout .inline-button:focus {
	color: #8CB946;
}

.accent-bg-center {
	background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center center/contain;
}

.accent-bg-bottom:after {
	background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center center/contain;
	bottom: -100%;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.accent-top .site-inner {
	background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/contain;
}

.select-quotes .elementor-column {
	border-left: 8px solid #8CB946;
	color: #72256D;
	font-size: 20px;
	font-style: normal;
	margin: 0;
	padding-left: 16px;
	padding-right: 32px;
}

.select-quotes .elementor-column .elementor-element:last-of-type {
	font-family: protipo-compact, sans-serif;
	font-size: 28px;
	font-weight: 400;
}

.select-quotes .elementor-column .elementor-element,
.select-quotes .elementor-column .elementor-element:last-of-type p:last-of-type {
	margin-bottom: 0;
}

.disclaimer-callout {
	background-color: #f0e8ef;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	padding: 40px;
}

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

.border-bottom.elementor-widget:not(:last-child) {
	border-bottom: 1px solid #8bba45;
	margin-bottom: 40px;
	padding-bottom: 16px;
}

.elementor-widget-video,
.elementor .stylized-photo img {
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
}

.elementor .elementor-widget-video img {
	border-radius: 16px;
}

.elementor-widget-video iframe {
	border-radius: 16px;
}

.sticky-social-follow {
	padding-top: 24px;
	position: fixed;
	right: 12px;
	text-align: center;
	z-index: 9;
}

.sticky-social-follow p {
	font-family: protipo-compact, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
}

.sticky-social-follow a {
	border-radius: 4px;
	color: #fff;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
	height: 32px;
	margin: 0 auto;
	text-decoration: none;
	width: 32px;
}

.sticky-social-follow a.facebook-follow {
	background-color: #395797;
	margin-bottom: 8px;
}

.sticky-social-follow a.linkedin-follow {
	background-color: #0378B6;
}

.sticky-social-follow a:hover,
.sticky-social-follow a:focus {
	opacity: .7;
}

.resources {
	background-color: #051533;
    border-radius: 16px;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 25%);
    color: #fff;
    padding: 24px;
}

.resources h2,
.resources a {
	color: #fff;
}

.resources a:hover,
.resources a:focus {
	color: #8bba45;
}

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

/* Front Page
--------------------------------------------- */

.home .sticky-social-follow {
	display: none;
}

.hero-row {
	background: url(/wp-content/uploads/2021/07/hero-bg-scaled.jpg) no-repeat left center/cover;
    color: #fff;
    padding: 80px 0 280px;
}

.hero-row h2 {
	color: #fff;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 0;
}

.hero-row h2 .eyebrow,
.home .wheel-callout h2 {
	font-size: 48px;
}

.home .wheel-callout {
	top: -180px;
	margin-bottom: -180px;
}

.home .wheel-callout .elementor-container {
	padding: 40px;
}

.home .wheel-callout svg {
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

.home .wheel-callout h2 .green-text {
	font-size: 80px;
	line-height: 1;
}

.shortcode-column .elementor-widget-wrap,
.shortcode-column .elementor-widget-wrap &gt; .elementor-element,
.shortcode-column .elementor-widget-wrap &gt; .elementor-element .elementor-widget-container,
.shortcode-column .elementor-widget-wrap &gt; .elementor-element .elementor-widget-container .elementor-shortcode {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.drug-dev {
	border-radius: 16px 16px 0 0!important;
}

/* Rare Experiences
--------------------------------------------- */

.callout.theme-callout .elementor-container {
	padding: 0;
}

.callout.theme-callout .elementor-container .content-column {
	padding: 40px;
}

.callout.theme-callout .elementor-container .elementor-column:first-of-type.image-column .elementor-widget-wrap {
	border-radius: 16px 0 0 16px;
}

.callout.theme-callout .elementor-container .elementor-column:last-of-type.image-column .elementor-widget-wrap {
	border-radius: 0 16px 16px 0;
}

.callout.theme-callout h2 .eyebrow {
	font-size: 24px;
}

.callout.theme-callout.no-supporting-copy .elementor-container,
.callout.theme-callout.no-supporting-copy .elementor-container .image-column {
	min-height: 320px;
}

.callout.theme-callout.no-supporting-copy .elementor-container h2 {
	font-size: 48px;
	margin-bottom: 0;
}

.callout.theme-callout.no-supporting-copy .elementor-container .content-column {
	padding: 16px 40px 40px;
}

.wheel-callout.elementor-top-section.accent-bg-center {
	padding: 120px 24px;
}

.wheel-callout .elementor-container {
	padding: 80px 40px;
}

.wheel-callout svg {
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

.recent-events-col .elementor-element-populated {
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.recent-events-col .elementor-element-populated .elementor-widget-shortcode,
.recent-events-col .elementor-element-populated .elementor-widget-shortcode .elementor-widget-container,
.recent-events-col .elementor-element-populated .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	width: 100%;
}

.recent-events-col .upcoming-events {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding-top: 24px;
	width: 100%;
}

.recent-events-col .upcoming-events .upcoming-events-wrap {
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* Rare Journey Resources
--------------------------------------------- */

.rj-resource-callout {
	display: none;
}

.rj-resource-callout:first-of-type {
	display: initial;
}

.elementor-tabs {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
}

.elementor-tabs-wrapper {
	background-color: #F0E9F0;
	border-radius: 16px 0 0 16px;
}

.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
	border-radius: 16px 16px 0 0;
}

.elementor .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 33%;
}

.elementor .elementor-widget-tabs .elementor-tab-desktop-title {
	border-top: none;
	font-family: protipo-compact, sans-serif;
	font-weight: 400;
	padding: 32px;
	transition: all 0.2s ease-in-out;
}

.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title {
	border-left: 8px solid transparent !important;
	border-bottom: 1px solid #fff;
}

.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background-color: #fff;
    border-bottom: none;
    border-left: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title:focus {
    background-color: #fff;
    border-left: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title {
	border-left: none;
	border-right: 1px solid #fff;
	border-top: 8px solid transparent !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background-color: #fff;
    border-bottom: none;
    border-top: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title:focus {
    background-color: #fff;
    border-top: 8px solid #8CB946 !important;
}

.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after, 
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    content: none;
}

.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none !important;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.elementor .elementor-widget-tabs .elementor-tab-content {
	background-color: #fff;
	border: none !important;
	border-radius: 0 16px 16px 0;
	overflow: hidden;
	padding: 32px 80px 0;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-content {
	border-radius: 0 0 16px 16px;
}

.elementor .elementor-widget-tabs .elementor-tab-content img,
.elementor .elementor-widget-tabs .elementor-tab-content p:last-of-type {
	margin-bottom: 0;
}

.elementor .elementor-widget-tabs .elementor-tab-content p:last-of-type {
	max-height: 200px;
}

.elementor .elementor-widget-tabs .elementor-tab-content img {
	border-radius: 16px 16px 0 0;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
	margin: 0 auto;
	width: 100%;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul {
	padding-left: 0;
	column-count: 2;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul &gt; li,
.entry-content .conditions-description ul &gt; li {
	list-style-type: none;
	line-height: 1.8;
	padding-left: 20px;
	position: relative;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul &gt; li:before,
.entry-content .conditions-description ul &gt; li:before {
	color: #8CB946;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 9px;
}

.entry-content .resources ul,
.entry-content .additional-resources ul {
	column-count: 2;
	margin-bottom: 40px;
	padding-left: 0;
}

.entry-content .resources ul &gt; li,
.entry-content .additional-resources ul &gt; li {
	border-left: 8px solid #8CB946;
	line-height: 1.8;
	list-style-type: none;
	padding-left: 24px;
}

.entry-content .resources ul &gt; li:before,
.entry-content .additional-resources ul &gt; li:before {
	content: none;
}

.entry-content .resources ul &gt; li a,
.entry-content .additional-resources ul &gt; li a {
	text-decoration: underline;
}

.advocacy-contact-row .advocacy-column {
	padding-top: 24px;
}

.advocacy-contact-row .advocacy-column p:last-of-type {
	margin-bottom: 0;
}

/* Single Rare Journey Resources
--------------------------------------------- */

.single-rare-journery-resource .site-inner {
	background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center 400px/contain;
}

.entry-content .rare-journery-resource-hero {
	padding-bottom: 120px;
}

.entry-content .rare-journery-resource-hero ul {
	margin-bottom: 40px;
	padding-left: 0;
}

.entry-content .rare-journery-resource-hero ul &gt; li {
	border-left: 8px solid #8CB946;
	line-height: 1.8;
	list-style-type: none;
	padding-left: 24px;
}

.entry-content .rare-journery-resource-hero ul &gt; li a {
	text-decoration: underline;
}

.rare-journery-resource-hero svg {
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

/* Patient Organizations
--------------------------------------------- */

.patient-organizations .site-inner {
	background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center calc(100% - 400px)/contain;
}

/* Clinical Trials
--------------------------------------------- */

.section-top {
	border-top: 1px solid #8bba45;
	margin-top: 60px;
	padding-top: 60px;
}

.page-callout-row {
	margin-bottom: 40px;
}

.elementor-widget.table-of-contents {
	position: -webkit-sticky;
	position: sticky;
	top: 240px;
}

.entry-content .table-of-contents ul {
	padding-left: 24px;
}

.entry-content .table-of-contents ul &gt; li {
	border-left: 8px solid #8CB946;
    list-style-type: none;
    padding-bottom: 24px;
    padding-left: 24px;
}
.page-id-43 .entry-content .table-of-contents ul &gt; li {
    border-left: 8px solid #8CB946;
    list-style-type: none;
    padding-bottom: 17px;
    padding-left: 18px;
    font-size: 2.25vh;
}

.entry-content .table-of-contents ul &gt; li:first-of-type {
	padding-top: 8px;
}

.entry-content .table-of-contents ul &gt; li:last-of-type {
	padding-bottom: 8px;
}

.entry-content .table-of-contents ul &gt; li a.mPS2id-highlight {
	color: #8CB946;
}

/* Supporting Access for All Patients
--------------------------------------------- */

.elementor-toggle {
	border-radius: 16px;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%)
}

.elementor-toggle .elementor-tab-title {
	background-color: #F0E9F0;
	border-bottom: 1px solid #fff !important;
	font-weight: 400 !important;
}

.elementor-toggle .elementor-toggle-item:first-of-type .elementor-tab-title {
	border-radius: 16px 16px 0 0;
}

.elementor-toggle .elementor-toggle-item:last-of-type .elementor-tab-title {
	border-radius: 0 0 16px 16px ;
	border-bottom: none !important;
}

.elementor-toggle .elementor-tab-title.elementor-active {
	background-color: #fff;
	border-bottom: none !important;
}

.elementor-toggle .elementor-toggle-item:last-of-type .elementor-tab-title.elementor-active {
	border-radius: 0;
}

.elementor-tab-title a {
	font-weight: 400 !important;
}

.elementor-toggle-icon .fas {
	font-weight: 500;
}

.elementor-toggle .elementor-tab-content {
	background-color: #fff;
	border-bottom: 1px solid #8CB946 !important;
}

.elementor-toggle .elementor-toggle-item:last-of-type .elementor-tab-content {
	border-radius: 0 0 16px 16px ;
	border-bottom: none !important;
}

/* Conditions We Study
--------------------------------------------- */

.conditions-cards .condition {
	margin: 0 1%;
}

.conditions-cards .condition .elementor-element-populated {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	padding: 56px 24px 24px !important;
	position: relative;
}

.conditions-cards .condition .elementor-element-populated .disease-state-abbv {
	background-color: #061533;
    border-radius: 16px;
    color: #fff;
    font-family: protipo-compact, sans-serif;
    left: -16px;
    padding: 12px 24px;
    position: absolute;
    text-transform: uppercase;
    top: -16px;
    width: fit-content;
}

.conditions-cards .condition .elementor-element-populated .conditions-more-wrap {
	border-top: 1px solid #8bba45;
    margin-top: auto;
    padding-top: 16px;
    width: 100%;
}

.conditions-cards .condition .elementor-element-populated .disease-state-abbv p,
.conditions-cards .condition .elementor-element-populated .conditions-more-wrap p {
	margin-bottom: 0;
}

/* Conditions We Study - Single
--------------------------------------------- */

.conditions-description .elementor-container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.entry-content .conditions-description ul {
	padding-left: 0;
	column-count: 2;
}

.callout.conditions-sidebar .elementor-element-populated {
	padding: 56px 24px 24px !important;
}

.callout.conditions-sidebar .elementor-element-populated .intended-badge {
	background-color: #061533;
    border-radius: 16px;
    color: #fff;
    font-family: protipo-compact, sans-serif;
    left: -16px;
    padding: 12px 24px;
    position: absolute;
    top: -16px;
    width: fit-content;
}

.gene-callout {
    font-size: 21px;
    padding: 34px 25px 40px 0;
}

.patient-guide-callout {
    font-size: 21px;
    padding: 34px 25px 40px 0;
    color: #72256D!important;
}

.patient-guide-row {
    border: 1px solid #72256D;
    border-radius: 17px;
}

.patient-guide-callout a {
    color: #72256D;
}

.lc-faod-guide-callout {
	font-size: 21px;
    padding: 35px 10px 12px 10px;
    color: #72256D!important;
}

.lc-faod-guide-callout a {
	color: #72256D;
}

/* UltraRare Insights
--------------------------------------------- */

.blog .site-inner,
.category .site-inner {
	margin-bottom: 200px;
}

.blog .content,
.category .content {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog .archive-description,
.category .archive-description {
	width: 100%;
}

.blog article,
.category article {
	background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2%;
    width: 49%;
}

.blog article .entry-content,
.category article .entry-content {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}

.blog article img,
.category article img {
	border-radius: 16px 16px 0 0
}

.blog article h2 a,
.category article h2 a {
	color: #72256D;
	font-weight: 400;
}

.blog article .post-more-link,
.category article .post-more-link {
	border-top: 1px solid #8bba45;
    margin-top: auto;
    padding-top: 16px;
}

.blog .callout {
	padding: 0;
}

.blog .callout h2 {
	font-size: 40px;
	padding: 24px 32px 0 24px; 
}

.callout-image-wrap {
	text-align: right;
}

.blog .callout img {
	border-radius: 16px;
	max-width: 75%;
}

/* UltraRare Insights &gt; Single
--------------------------------------------- */

.single-post .site-inner,
.insight .site-inner {
    background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/contain;
    padding: 0 24px 60px;
}

.single-post .entry-header,
.insight .entry-header {
	margin-bottom: 40px;
}

.single-post .entry-header img,
.insight .entry-header img {
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
	width: 100%;
}

.single-post .entry-content,
.insight .entry-content {
	margin: 0 auto;
	max-width: 768px;
}

.single-post .callout,
.insight .callout {
	margin-bottom: 24px;
}

.single-post .entry-content ul,
.insight .entry-content ul {
	padding-left: 0;
}

.single-post .entry-content ul &gt; li,
.insight .entry-content ul &gt; li {
	list-style-type: none;
	margin-bottom: 12px;
	padding-left: 20px;
	position: relative;
}

.single-post .entry-content ul &gt; li:before,
.insight .entry-content ul &gt; li:before {
	color: #8CB946;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 9px;
}

.single-post .entry-content ul.resource-links &gt; li,
.insight .entry-content ul.resource-links &gt; li {
	border-left: 8px solid #8CB946;
	line-height: 1.8;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 24px;
}

.single-post .entry-content ul.resource-links &gt; li:before,
.insight .entry-content ul.resource-links &gt; li:before {
	content: none;
}

.single-post .references,
.insight .references {
	border-top: 1px solid #8CB946;
	padding-top: 40px;
}

/* Ultragenyx Advocacy
--------------------------------------------- */

.role-cards {
	margin-bottom: 56px;
}

.role-cards .role {
	margin: 0 1%;
}

.role-cards .role .elementor-element-populated {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	color: #72256D;
	font-size: 20px;
	padding: 56px 24px 24px !important;
	position: relative;
}

.role-cards .role .elementor-element-populated .role-badge {
	background-color: #061533;
    border-radius: 16px;
    color: #fff;
    font-family: protipo-compact, sans-serif;
    font-size: 18px;
    left: -16px;
    padding: 12px 24px;
    position: absolute;
    text-transform: uppercase;
    top: -16px;
    width: fit-content;
}

.role-cards .role .elementor-element-populated .role-badge p {
	margin-bottom: 0;
}

/* Meet Our Advocacy Team
--------------------------------------------- */

.welcome-signatures .elementor-column .elementor-element-populated {
	border-left: 8px solid #8CB946;
	color: #72256D;
	font-style: normal;
	margin: 0;
	padding-left: 16px !important;
	padding-right: 32px !important;
}

.welcome-signatures .elementor-column p {
	margin-bottom: 4px;
}

.welcome-signatures .elementor-column p strong {
	color: #061533;
}

.team-member.elementor-inner-section:not(:last-of-type) {
	border-bottom: 1px solid #8CB946;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.elementor .team-member img {
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
}

.team-member h3 {
	margin-bottom: 0;
}

.team-member p:first-of-type {
	font-family: protipo-compact, sans-serif;
	margin-bottom: 8px;
}

/* Contact Us
--------------------------------------------- */

.contact-social a {
	margin-left: 16px;
}

.contact-social a:first-of-type {
	margin-left: 0;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 140px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	padding-left: 40px;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
}

.entry-content ol ul &gt; li,
.entry-content ul ul &gt; li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	margin: 0 4px;
}

.archive-pagination li a {
	background-color: transparent;
	border-radius: 24px;
	color: #051633;
	cursor: pointer;
	display: inline-block;
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 16px;
	font-weight: 600;
	height: 32px;
	margin-bottom: 4px;
	padding: 0;
	text-decoration: none;
	width: 32px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background-color: #8bba45;
	color: #051633;
}

.archive-pagination li.active a {
	background-color: #051633;
	color: #fff;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
	background-color: transparent;
	color: #8bba45;
	border-radius: 0;
	font-size: 24px;
	height: auto;
	position: relative;
	top: 6px;
	width: auto;
}

.archive-pagination li.pagination-previous a:hover,
.archive-pagination li.pagination-previous a:focus,
.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-next a:focus {
	color: #051633;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul &gt; li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Shortcodes
---------------------------------------------------------------------------- */

/* Rare Journey Wheel
--------------------------------------------- */

#rare_journey_wheel {
	min-height: 510px;
	overflow: visible;
    min-width: 510px;
}

#rare_journey_wheel:hover .wheel-wedge {
	animation: none;
}

.wheel-wedge {
	cursor: pointer;
	fill: #061533;
	transition: all .5s ease-in-out;
}

.wheel-wedge.active-wedge {
	opacity: 0;
}

.journey-wheel-tabs .wheel-wedge:hover,
.wheel-wedge.active-wedge:hover,
.searching-for-a-diagnosis .searching-wedge.active-wedge,
.understanding-diagnosis .understanding-wedge.active-wedge,
.managing-daily-life .managing-wedge.active-wedge,
.getting-educated .educated-wedge.active-wedge,
.taking-ownership .ownership-wedge.active-wedge,
.transitioning-care .transitioning-wedge.active-wedge,
.preparing-to-advocate .advocate-wedge.active-wedge {
	fill: #7E3F7C;
	opacity: 1;
	transform: scale(1.2);
}

.searching-wedge {
    transform-origin: 310px 90px;
}

.understanding-wedge {
    transform-origin: 400px 200px;
}

.managing-wedge {
    transform-origin: 360px 340px;
}

.educated-wedge {
    transform-origin: 230px 400px;
}

.ownership-wedge {
    transform-origin: 110px 340px;
}

.transitioning-wedge {
    transform-origin: 100px 200px;
}

.advocate-wedge {
    transform-origin: 190px 90px;
}

.home .wheel-wedge,
.rare-experiences .wheel-wedge {
	animation: wheel-wedge-focus 9s ease-in-out infinite;
}

.home .understanding-wedge,
.rare-experiences .understanding-wedge {
	animation-delay: 1s;
}

.home .managing-wedge,
.rare-experiences .managing-wedge {
	animation-delay: 2s;
}

.home .educated-wedge,
.rare-experiences .educated-wedge {
	animation-delay: 3s;
}

.home .ownership-wedge,
.rare-experiences .ownership-wedge {
	animation-delay: 4s;
}

.home .transitioning-wedge,
.rare-experiences .transitioning-wedge {
	animation-delay: 5s;
}

.home .advocate-wedge,
.rare-experiences .advocate-wedge {
	animation-delay: 6s;
}

.journey-text {
	fill: #FFFFFF;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
	pointer-events: none;
}

.wheel-blob {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #8CC63F;
}

.blob-text {
	fill: #061533;
	font-family: protipo-compact, sans-serif;
	font-weight: 700;
	font-size: 32px;
}

.large-blob-text {
	font-size: 24px;
}

@keyframes wheel-wedge-focus {
  0% {
		fill: #061533;
		transform: scale(1);
  }
  15% {
  	    fill: #7E3F7C;
		transform: scale(1.2);
		
  }
  30% {
		fill: #061533;
		transform: scale(1);
  }
}

/* Recent Posts
--------------------------------------------- */

.recent-posts {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 24px;
}

.recent-post {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.elementor .recent-post-thumb img {
	border-radius: 16px 16px 0 0;
}

.recent-post .post-content-wrap {
	padding: 24px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.recent-post h3 a {
	color: #72256D;
	font-weight: 400;
}

.recent-post h3 a:hover,
.recent-post h3 a:focus {
	color: #8bba45;
}

.recent-post .post-content-wrap p:last-of-type {
	margin-bottom: 40px;
}

.recent-post .post-more-wrap {
	border-top: 1px solid #8bba45;
	margin-top: auto;
	padding-top: 16px;
}

.related-posts {
	background: #a9218d;
    background: -moz-linear-gradient(top, #a9218d 1%, #54085b 100%);
    background: -webkit-linear-gradient(top, #a9218d 1%,#54085b 100%);
    background: linear-gradient(to bottom, #a9218d 1%,#54085b 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
    padding: 24px;
}

.related-posts-header h2,
.related-posts-header a.text-link {
	color: #fff;
}

.related-posts-header a.text-link:hover,
.related-posts-header a.text-link:focus {
	color: #8bba45;
}

.related-posts .recent-post {
	margin-bottom: 24px;
}

.related-posts .recent-post:last-of-type {
	margin-bottom: 0;
}

.page-recent-posts-container {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.page-recent-posts-container .recent-post {
	margin-left: 2%;
	width: 100%;
}

.page-recent-posts-container .recent-post:first-of-type {
	margin-left: 0;
}

/* Upcoming Events
--------------------------------------------- */

.upcoming-events-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 56px;
}

.upcoming-event {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 56px 24px 24px;
	position: relative;
	width: 31%;
}

.home-upcoming-event {
	width: 48%;
}

.upcoming-event .event-date-wrap {
	background-color: #061533;
	border-radius: 16px;
	color: #fff;
	font-family: protipo-compact, sans-serif;
	left: -16px;
	padding: 12px 24px;
	position: absolute;
	text-transform: uppercase;
	top: -16px;
}

.upcoming-event .event-date-wrap p {
	margin-bottom: 0;
}

.upcoming-event .event-date-wrap .day {
	color: #8bba45;
	margin-left: 4px;
}

.upcoming-event .event-content-wrap {
	width: 100%;
}

.upcoming-event .event-title-cat-wrap {
	margin-bottom: 24px;
}

.upcoming-event h3 {
	margin-bottom: 0;
}

.upcoming-event h3 a {
	color: #72256D;
	font-weight: 400;
}

.upcoming-event h3 a:hover,
.upcoming-event h3 a:focus {
	color: #8bba45;
}

.upcoming-event .event-cat {
	font-family: protipo-compact, sans-serif;
}

.upcoming-event .event-content-wrap p:last-of-type {
	margin-bottom: 40px;
}

.upcoming-event .event-more-wrap {
	border-top: 1px solid #8bba45;
	margin-top: auto;
	padding-top: 16px;
	width: 100%;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #fff;
	padding: 0 24px;
}

.footer-widgets .wrap {
	background-color: #061533;
	border-radius: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 24px 24px;
}

.footer-widgets h2,
.footer-widgets button:hover,
.footer-widgets button:focus {
	color: #fff;
}

.footer-widget-area {
	margin-bottom: 40px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets a:not(.button) {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:not(.button):hover,
.footer-widgets a:not(.button):focus {
	color: #8bba45;
}

.footer-widgets a.button:hover,
.footer-widgets a.button:focus {
	color: #fff;
}

.footer-widgets-1 img {
	margin-bottom: 24px;
}

.footer-widgets-3 {
	border-top: 1px solid #8bba45;
	font-size: 16px;
	margin-top: 80px;
	padding-top: 24px;
}

.footer-widgets-3 .widget ul &gt; li {
	list-style-type: none;
}

.footer-widgets-3 .widget_custom_html a {
	margin-left: 16px;
}

.below-footer {
	font-size: 14px;
	text-align: center;
	padding: 24px;
}

.below-footer .widget {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-height: 1000px) {

    .conditions-menu .sub-menu {
    	max-height: calc( 100vh - 220px );
    	overflow-y: scroll;
    }

}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-left,
	.wp-custom-logo .title-area,
	.header-widget-area {
		width: calc( 100% / 3 );
	}

	.utility-nav-menu {
		text-align: right;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu &gt; .menu-bold &gt; a {
		font-weight: 700;
	}

	.genesis-nav-menu &gt; .menu-highlight &gt; a {
		background-color: #061533;
		border-radius: 4px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu &gt; .menu-highlight &gt; a:focus,
	.genesis-nav-menu &gt; .menu-highlight &gt; a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}

	.genesis-nav-menu .sub-menu {
		box-shadow: 0px 0px 12px 0px #72256d;
		box-shadow: 0 0 12px 0 rgb(114 37 109 / .25);
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu &gt; li &gt; a {
		margin-left: 12px;
		margin-right: 12px;
	}

	.nav-primary .genesis-nav-menu &gt; li:first-of-type &gt; a {
		margin-left: 0;
	}

	.nav-primary .genesis-nav-menu &gt; li:last-of-type &gt; a {
		margin-right: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 16px;
		padding-right: 16px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.content-sidebar-wrap {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: calc( 80% - 40px );
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		margin-left: 40px;
		width: 20%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry, .author-box, .comment-respond, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

    .footer-widgets .wrap {
    	display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 80px;
		padding-right: 80px;
    }

    .footer-widgets .wrap:before,
    .footer-widgets .wrap:after {
    	display: none;
    }

	.footer-widget-area {
		margin-bottom: 0;
	}

	.footer-widgets-1 {
		width: 25%;
	}

	.footer-widgets-2 {
		width: 50%;
	}

	.footer-widgets-3 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.footer-widgets-3 .widget {
		margin-bottom: 0;
	}

	.footer-widgets-3 .menu li {
		display: inline-block;
	}
	
	.footer-widgets-3 .widget ul &gt; li {
		margin-bottom: 0;
	}

	.footer-widgets-3 .menu li a {
		padding: 0 8px;
	}

	.footer-widgets-3 .menu li:first-of-type a {
		padding-left: 0;
	}

	.footer-widgets-3 .menu li:last-of-type a {
		padding-right: 0;
	}

}

@media only screen and (max-width: 1024px) {

	.admin-bar {
		margin-top: 32px;
	}

	.hero-row {
		background: url(/wp-content/uploads/2021/07/hero-bg-scaled.jpg) no-repeat center center/cover;
	}	

	.breadcrumb {
		padding: 0;
	}

	.home .wheel-callout svg {
		left: unset;
	}

	.dialog-type-lightbox {
		z-index: 99999 !important;
	}

}

@media only screen and (max-width: 960px) {

    .hero-row h2 .eyebrow, .home .wheel-callout h2 {
    	font-size: 40px;
    }

    .hero-row h2,
    .home .wheel-callout h2 .green-text {
    	font-size: 72px;
    }

    .header-more-link {
    	margin-bottom: 24px;
    }

    .header-more-link a.text-link {
    	position: relative;
    	right: unset;
    	top: unset;
    }

    .wheel-callout .elementor-container .elementor-column {
    	width: 100%;
    }

    .home .wheel-callout svg,
    .wheel-callout svg,
    .rare-journery-resource-hero svg {
    	margin-bottom: -120px;
		position: relative;
		top: 0;
		transform: translateY( 0 );
	}

}

@media only screen and (min-width: 769px) {

    .facetwp-flyout-open {
        display: none;
    }

}

@media only screen and (max-width: 768px) {

	.facetwp-flyout-open {
		width: 100%;
	}

	.facet-desktop {
		display: none;
	}
	
	.elementor-element-populated .elementor-column:first-of-type&gt;.elementor-element-populated,
	.elementor-column-gap-wide&gt;.elementor-column:first-of-type&gt;.elementor-element-populated {
		padding-right: 0;
	}

	.elementor-element-populated .elementor-column:last-of-type&gt;.elementor-element-populated,
	.elementor-column-gap-wide&gt;.elementor-column:last-of-type&gt;.elementor-element-populated {
		padding-left: 0;
    }

    .elementor-top-section {
		padding: 40px 0;
	}

	body:not(.home) .elementor-top-section:first-of-type {
		padding-top: 0;
	}

	.elementor-top-section.padding-bottom-none {
		padding-bottom: 0;
	}

	.elementor-top-section.resources {
		padding: 24px;
	}

	.entry {
		margin-bottom: 80px;
	}

    .hero-row {
		background: url(/wp-content/uploads/2021/07/hero-bg-scaled.jpg) no-repeat left center/cover;
        padding: 40px 0 200px;
	}

	.home .wheel-callout svg,
	.wheel-callout svg {
    	margin-bottom: -80px;
	}

	.callout.video-callout .elementor-element-populated .elementor-widget-image {
		text-align: left;
	}

	.footer-widgets {
		text-align: center;
	}

	.upcoming-events-wrap {
		-webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
	}

	.home-upcoming-event,
	.upcoming-event {
		margin-bottom: 40px;
		width: 100%;
	}

	.theme-callout .image-column {
		height: 400px!important;
	}

	.callout.theme-callout .elementor-container .elementor-column:first-of-type.image-column .elementor-widget-wrap,
	.callout.theme-callout .elementor-container .elementor-column:last-of-type.image-column .elementor-widget-wrap {
		border-radius: 0 0 16px 16px;
	}

	.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
		display: block;
	}

	.elementor-widget-tabs .elementor-tab-content, 
	.elementor-widget-tabs .elementor-tab-title,
	.elementor-widget-tabs .elementor-tab-title.elementor-active, 
	.elementor-widget-tabs .elementor-tab-title:after, .elementor-widget-tabs .elementor-tab-title:before, .elementor-widget-tabs .elementor-tabs-content-wrapper {
		background-color: #051533;
		border: none !important;
		border-top: 1px solid #fcfbfc !important;
	}

	.elementor-widget-tabs .elementor-tab-title {
		background-color: #f2e4ef;
	}

	.elementor-widget-tabs .elementor-tab-title.elementor-active {
		color: #fff;
	}

	.elementor .elementor-widget-tabs .elementor-tab-content,
	.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-content {
		border-radius: 16px 16px 0 0;
		padding: 32px;
	}

	.page-callout-row .elementor-column {
		border-left: none;
		border-top: 1px solid #8CB946;
	}

	.page-callout-row .elementor-column:first-of-type {
		border-top: none;
	}

	.table-of-contents {
		display: none;
	}

	.events-header-wrap,
	.tribe-events .tribe-events-calendar-list__event-row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.events-header-wrap .entry-header,
	.event-header-callout,
	.tribe-common .tribe-common-g-col {
		width: 100%;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag {
		left: -16px;
		position: relative;
		top: 16px;
		width: auto;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 16px;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		margin-right: 6px;
	}

	.tribe-common .tribe-common-g-col {
		padding-left: 16px;
	}

	.conditions-cards .condition,
	.role-cards .role,
	.welcome-signatures .elementor-column .elementor-element-populated {
		margin-bottom: 32px;
	}

    .role-cards.elementor-inner-section:not(:last-of-type),
	.conditions-wrap .elementor-inner-section:not(:last-of-type),
	.welcome-signatures.elementor-inner-section:not(:last-of-type) {
		margin-bottom: 0;
	}

	.advocacy-contact-row .advocacy-column {
		margin-bottom: 24px;
	}

}

@media only screen and (max-width: 550px) {

	.admin-bar {
		margin-top: 46px;
	}

	h3 {
		font-size: 24px;
	}

	.hero-row h2 .eyebrow, .home .wheel-callout h2 {
    	font-size: 32px;
    }

    .hero-row h2,
    .home .wheel-callout h2 .green-text {
    	font-size: 56px;
    }

    #rare_journey_wheel {
    	max-width: calc( 100% + 48px );
    	min-height: 0;
    	min-width: 0;
    	right: 24px;
    	width: calc( 100% + 48px );
    }

    .rare-journery-resource-hero #rare_journey_wheel {
    	right: 0;
    	width: 100%;
    }

    .theme-callout .image-column {
		height: 200px;
	}

	.sticky-social-follow {
		display: none;
	}

	.entry-content .resources ul, 
	.entry-content .additional-resources ul {
		column-count: 1;
	}

	figcaption {
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	  -ms-word-break: break-all;
	  word-break: break-all;
	  word-break: break-word;
	  -ms-hyphens: auto;
	  -moz-hyphens: auto;
	  -webkit-hyphens: auto;
	  hyphens: auto;
	}

	table.important-words td {
		border-left: none;
		display: block;
		width: 100%;
	}

	h2 i, 
	h3 i {
		margin-bottom: 8px;
		width: 100%;
	}

	#cookie-notice {
		left: 0 !important;
		width: 100%;
	}

	.cookie-notice-container {
		padding: 24px !important;
		text-align: left !important;
	}

	.callout.theme-callout .elementor-container .content-column,
	.callout .elementor-container, 
	.callout.newsletter-callout .elementor-element-populated .elementor-element, 
	.callout.contact-callout .elementor-widget-wrap, 
	.callout.elementor-widget-text-editor, 
	.callout.conditions-sidebar .elementor-element-populated {
		padding: 24px;
	}

	.company-of-rare-row {
		padding: 0;
	}

	.tribe-events-single&gt;.tribe_events&gt;.tribe-events-event-image {
		margin-right: 0;
		width: 100% !important;
	}

	.tribe-events-single .tribe-events-sub-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
		margin-bottom: 24px;
	}

	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
		text-align: right;
	}

	.role-cards {
		margin-bottom: 0;
	}

	.advocacy-contact-row .advocacy-column {
		padding-top: 0;
	}


}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #061533 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title &gt; a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title &gt; a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


.unsb-wrap {
	width:100%;
	padding:70px 0;
	max-width: 1140px;
	margin:0 auto;
	position: relative;
}

@media (min-width:992px){
	.unsb-wrap {
		min-height:calc(100vh - 650px);
	}
}

@media (min-width:1201px){
	.unsb-wrap {
		min-height:calc(100vh - 580px);
	}
}

.unsb-wrap .field-items {
	padding:5px 0;
}

.unsb-wrap .field-items label {
	cursor: pointer;
}

.unsb-wrap input[type='radio'] {
	margin-right:5px;
	outline: none;
}

.unsb-wrap button {
	margin-right:20px;
}

.unsb-wrap button:last-child {
	margin-right:0;
}

.unsb-wrap .unbs-reason-submit {
	margin-top:20px;
}

.loader {
	border: 4px solid #f3f3f3; /* Light grey */
	border-top: 4px solid #999; /* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	display: none;
	position: absolute;
	margin-top: 10px;
	left: 0;
}

.update-email {
	display: none;
	width: 50%;
	margin: 10px 0 0;
}

.error {
	color: #8b0000;
	margin: 10px 0 0;
}

@media screen and (max-width: 995px) {
	.update-email {
		width: 100%;
	}	
}
  
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (max-width:768px) {
	#wprmenu_menu_ul div.wpr_search {
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	#wprmenu_menu_ul div.wpr_search .wpr-icon-search {
		line-height: 2;
	}

	#mg-wprm-wrap.cbp-spmenu-right {
		padding-bottom: 50px;
	}

	div.mbwpab-alert-bar  {
		padding: 16px 35px 16px 0;
	}

	.elementor-column-gap-wide&gt;.elementor-column&gt;.elementor-element-populated {
	#	padding-left: 0 !important;
	#	padding-right: 0 !important;
	}

	.elementor-11061 .elementor-element.elementor-element-6146b895 a {
		display: block;
	}

	.elementor-11061 .elementor-element.elementor-element-6146b895 a img {
		width: 100%;
		border-radius: 15px 15px 0 0;
	}

	.elementor-column-gap-default&gt;.elementor-column&gt;.elementor-element-populated {
		padding: 0 !important;
	}

	.elementor-11061 .patient-guide-callout {
		padding: 30px 20px !important;
	}
}

.mbwpab-alert-bar .mbwpab-alert-closer {
	top: 50%;
    transform: translateY(-50%);
}

.mbwpab-alert-bar .mbwpab-alert-closer .fas {
	display: block;
}

figure.wp-block-pullquote.alignright {
	margin: 0 0 24px 24px;
	right: 0;
}

figure.wp-block-pullquote.alignleft {
	margin: 0 24px 24px 0;
	left: 0;
}
/*
.nf-form-layout .nf-after-field {
	position: absolute;
	right: 0;
}

.nf-after-form-content {
	position: absolute;
	bottom: -15px;
	left: 0;
}
*/
@media screen and (max-width:500px) {
	figure.wp-block-pullquote.alignright {
		margin: 24px 0;
	}

	figure.wp-block-pullquote.alignleft {
		margin: 24px 0;
	}

	.nf-form-layout .nf-after-field,
	.nf-after-form-content {
		font-size: 14px;
	}
}

.entry[aria-label="Site Map"] h1.entry-title {
	padding-left: 0;
}

.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background-color: #fff;
    border-bottom: none;
    border-left: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.elementor .elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tab-desktop-title:focus {
    background-color: #fff;
    border-left: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title {
	border-left: none;
	border-right: 1px solid #fff;
	border-top: 8px solid transparent !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background-color: #fff;
    border-bottom: none;
    border-top: 8px solid #8CB946 !important;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title:hover,
.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-desktop-title:focus {
    background-color: #fff;
    border-top: 8px solid #8CB946 !important;
}

.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after, 
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    content: none;
}

.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none !important;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.elementor .elementor-widget-tabs .elementor-tab-content {
	background-color: #fff;
	border: none !important;
	border-radius: 0 16px 16px 0;
	overflow: hidden;
	padding: 32px 80px 0;
}

.elementor .elementor-tabs-view-horizontal.elementor-widget-tabs .elementor-tab-content {
	border-radius: 0 0 16px 16px;
}

.elementor .elementor-widget-tabs .elementor-tab-content img,
.elementor .elementor-widget-tabs .elementor-tab-content p:last-of-type {
	margin-bottom: 0;
}

.elementor .elementor-widget-tabs .elementor-tab-content p:last-of-type {
	max-height: 200px;
}

.elementor .elementor-widget-tabs .elementor-tab-content img {
	border-radius: 16px 16px 0 0;
	box-shadow: 0px 0px 12px 0px #72256d;
	box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);
	margin: 0 auto;
	width: 100%;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul {
	padding-left: 0;
	column-count: 2;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul &gt; li,
.entry-content .conditions-description ul &gt; li {
	list-style-type: none;
	line-height: 1.8;
	padding-left: 20px;
	position: relative;
}

.elementor .elementor-widget-tabs .elementor-tab-content ul &gt; li:before,
.entry-content .conditions-description ul &gt; li:before {
	color: #8CB946;
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 9px;
}

.entry-content .resources ul,
.entry-content .additional-resources ul {
	column-count: 2;
	margin-bottom: 40px;
	padding-left: 0;
}

.entry-content .resources ul &gt; li,
.entry-content .additional-resources ul &gt; li {
	border-left: 8px solid #8CB946;
	line-height: 1.8;
	list-style-type: none;
	padding-left: 24px;
}

@media only screen and (max-width: 550px) {

    h2 i, h3 i {

        margin-bottom: 8px;

        /* width: 100%; */

        display: inline !important;

    }

}
 
@media (max-width: 991px) {

.elementor-11592 .elementor-element.elementor-element-5fcc9de2 img {

border-radius: 15px 15px 0 0 !important;

    }

}
 
@media screen and (max-width:991px) {
.accent-bg-bottom:after {
	 
	bottom: 0 !important;
	 
}
}
@media screen and (max-width:440px) {
.page-id-59	.entry-header h1{
		font-size:44px;
	}
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-805921d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{display:none;}

.page-id-43  .site-inner {
    background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/contain;
    background-size: 103% 9%;
}
.mt-60 {
    margin-top: 60px;
}
.page-id-43 tr:nth-of-type(odd) td {
  background-color: #fff;
}
.page-id-43 ul.cureList li{list-style: none;margin-bottom: 15px;}
.page-id-43 ul.cureList li:before {content: '\2014';position: absolute;margin-left: -20px;list-style: none;}
.page-id-43 table {border-collapse: collapse;border-spacing: 0;box-shadow: 0px 0px 12px 0px #72256d;box-shadow: 0 0 12px 0 rgb(114 37 109 / 12%);margin-bottom: 40px;width: 100%;}
@media only screen and (max-width: 550px) {
    .page-id-43 table.important-words {
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media only screen and (max-width: 550px) {
    .page-id-43 table.important-words {
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
/*
@media only screen and (max-width: 550px) {
    .page-id-43 table.important-words td {
        border-left: none;
        display: block;
        width: 100%;
    }
}
*/
@media only screen and (max-width: 550px) {
    .page-id-43 table.important-words td {
        border-left: none;
        width: 50% ;
	display: table-cell !important; 
    }
}

@media (max-width: 360px) {
    .page-id-43 table.important-words {
        width: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
.page-id-43 .scrollable-table {
  overflow-x: auto;
}
.page-id-43 .elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-ce5f701 {
    margin-top: 0px;
}
/* .page-id-43 .elementor-top-section { padding: 15px 0 !important; } */
.page-id-43 #genesis-content h1.entry-title{margin-bottom: 17px;padding-left: 10px;}
.page-id-43 .elementor-widget-container h2.nodisplay{display:none}
.page-id-43 .breadcrumb{margin: 24px 0 25px; }
.entry-content .table-of-contents ul{margin-top: -30px}

@media screen and (max-width: 1400px) {
 .page-id-43 p {
   font-size:16px;
  }
 .page-id-43 ul.cureList li{
   font-size:16px;
  }
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-b40c26a.content-toc-row.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding: 0px;
}</pre></body></html>