<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Rare Experiences
------------------------------------------- 

Table of contents
    - Single Page
    - Page Loop
    - Media Queries

------------------------------------------- */

/* Single Page
-------------------------------------------- */

.single-rare_experience .site-inner {
    background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/contain, url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center calc(100% - 400px)/contain;
    padding: 0 24px 60px;
}

.single-rare_experience .entry-header {
    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;
    margin-bottom: 80px;
}

.single-rare_experience .entry-header .rare-experience-featured-image {
    margin-right: 40px;
    width: 33%;
}

.single-rare_experience .entry-header .rare-experience-featured-image img {
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 25%);
    width: 100%;
}

.single-rare_experience .entry-header .rare-experiences-header-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc( 67% - 40px );
}

.single-rare_experience .entry-header .rare-experiences-header-content h1 {
    font-size: 32px;
    margin-bottom: 0;
    padding-left: 0;
}

.single-rare_experience .entry-header .rare-experiences-header-content h2 {
    color: #8CB946;
    font-size: 56px;
    margin-bottom: 0;
}

.single-rare_experience .entry-header .rare-experiences-header-content .rare-experience-meta {
    margin-bottom: 40px;
}

.single-rare_experience .entry-header .rare-experiences-header-content .rare-experience-quote {
    border-left: 8px solid #8CB946;
    color: #72256D;
    font-size: 20px;
    padding: 8px 0 8px 16px;
}

.single-rare_experience .entry-header .rare-experiences-header-content .rare-experience-quote p {
    margin-bottom: 0;
}

.single-rare_experience .entry-content {
    margin: 0 auto 120px;
    max-width: 768px;
}

.single-rare_experience .entry-content h3 {
    clear: both;
}

.single-rare_experience .wp-block-embed.is-type-video {
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #72256d;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 25%);
    margin-bottom: 40px;
}

.single-rare_experience .wp-block-embed.is-type-video iframe {
    border-radius: 16px;
}

.site-container .wp-block-pullquote {
    border-left: 8px solid #8CB946;
    color: #72256D;
    max-width: 320px;
    padding: 8px 0 8px 16px;
    position: relative;
    text-align: left;
}

.site-container .wp-block-pullquote p, 
.site-container .wp-block-quote.is-style-large p {
    font-size: 20px;
    line-height: 1.3
}

.site-container .wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.site-container .wp-block-pullquote cite {
    color: #061533;
    font-size: 14px;
    font-style: normal;
    margin-top: 12px;
    text-align: left;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-pullquote.alignright {
    margin: 0 0 24px -162px;
    right: -186px;
}

.wp-block-pullquote.alignleft {
    left: -186px;
    margin: 0 -162px 24px 0;
}

.rare-experience-story-share {
    border-bottom: 1px solid #8CB946;
    border-top: 1px solid #8CB946;
    clear: both;
    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: 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;
    margin: 80px 0 120px;
}

.rare-experience-story-share .share-title p {
    border-right: 1px solid #8CB946;
    font-weight: 900;
    margin-bottom: 0;
    padding: 16px 24px 16px 0;
}

.rare-experience-story-share .share-wrap {
    padding: 16px 0;
}

.rare-experience-story-share .jssocials-shares,
.rare-experience-story-share .jssocials-share {
    margin: 0;
}

.rare-experience-story-share a,
.rare-experience-story-share button {
    margin-left: 24px;
}

.rare-experience-story-share .social-share-buttons,
.rare-experience-story-share .copy-url,
.rare-experience-story-share .print-page {
    display: inline-block;
}

.social-share-buttons .jssocials-share-link,
.share-wrap button {
    background: none;
    border: none;
    border-radius: 0;
    color: #061533;
    padding: 0;
}

.social-share-buttons .jssocials-share-logo {
    font-size: 16px;
}

.social-share-buttons .jssocials-share-link:hover,
.social-share-buttons .jssocials-share-link:focus,
.share-wrap button:hover,
.share-wrap button:focus {
    border: none;
    color: #8bba45;
}

.rare-experience-callouts-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;
}

.rare-experience-callout {
    border-left: 1px solid #8CB946;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
    width: 100%;
}

.rare-experience-callout:first-of-type {
    border-left: none;
    padding-left: 0;
}

.rare-experience-callout:last-of-type {
    padding-right: 0;
}

.rare-experience-callout .text-link {
    margin-top: auto;
}

.rare-experience-organizations-wrap {
    background-color: #051533;
    border-radius: 16px;
    box-shadow: 0 0 12px 0 rgb(114 37 109 / 25%);
    color: #fff;
    margin-bottom: 120px;
    padding: 32px;
}

.rare-experience-organizations-wrap h2,
.rare-experience-organizations-wrap a {
    color: #fff;
}

.rare-experience-organizations-wrap a:hover,
.rare-experience-organizations-wrap a:focus {
    color: #8bba45;
}

.rare-experience-organizations-wrap .organizations-dislaimer p:last-of-type {
    margin-bottom: 0;
}

.organizations-list {
    column-count: 2;
    margin-bottom: 40px;
}

.organizations-list li {
    border-left: 8px solid #8CB946;
    line-height: 1.8;
    list-style-type: none;
    padding-left: 24px;
}

.organizations-list li a {
    font-weight: 900;
}

.organizations-dislaimer {
    font-size: 14px;
}

/* Page Loop
-------------------------------------------- */

.rare-experience-stories h1.entry-title {
    padding-left: 0;
}

.rare-experiences-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;
}

.rare-experience {
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
}

.rare-experience .rare-experience-thumb {
    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;
    color: #fff;
    font-family: protipo-compact, sans-serif;
    font-size: 48px;
    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;
    height: 223px;
    min-height: 223px;
    overflow: hidden;
    text-align: center;
}

.rare-experience .rare-experience-thumb img {
    border-radius: 16px 16px 0 0;
    width: 100%;
}

.rare-experience .rare-experience-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;
}

.rare-experience-content h3 {
    margin-bottom: 0;
}

.rare-experience-content h3 a {
    color: #72256D;
    font-weight: 400;
    text-decoration: none;
}

.rare-experience-content h3 a:hover,
.rare-experience-content h3 a:focus {
    color: #8bba45;
}

.rare-experience-content .disease-state {
    font-family: protipo-compact, sans-serif;
}

.rare-experience-content .rare-experience-quote {
    margin: 24px 0 16px;
}

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

.disease-state-related-experiences-container .share-callout,
.related-rare-experiences-container .share-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;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 24px 24px;
    width: 32%;
}

.related-rare-experiences-container.no-experiences .share-callout {
    padding: 24px;
    width: 100%;
}

.disease-state-related-experiences-container .share-callout img,
.related-rare-experiences-container .share-callout img {
    margin-bottom: 24px;
    max-width: 81px;
}

.disease-state-related-experiences-container .share-callout .button,
.related-rare-experiences-container .share-callout .button {
    margin-top: auto;
}

.disease-state-related-experiences-container .share-callout.no-posts {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    width: 100%;
}

.disease-state-related-experiences-container .share-callout.no-posts img {
    margin-bottom: 0;
    margin-right: 24px;
}

.disease-state-related-experiences-container .share-callout.no-posts .experience-coming-soon {
    width: 50%;
}

.disease-state-related-experiences-container .share-callout.no-posts .experience-coming-soon h2 {
    margin-bottom: 8px;
}

.disease-state-related-experiences-container .share-callout.no-posts .experience-coming-soon p {
    margin-bottom: 0;
}

.disease-state-related-experiences-container .share-callout.no-posts .button {
    margin-left: auto;
    margin-top: 0;
    width: auto;
}

.disease-state-related-experiences-container.experiences-1 .rare-experience,
.related-rare-experiences-container.experiences-1 .rare-experience {
    width: 66%;
}

.disease-state-related-experiences-container.experiences-1 .share-callout,
.related-rare-experiences-container.experiences-1 .share-callout {
    padding: 24px;
}

.disease-state-related-experiences-container.experiences-1 .rare-experience,
.related-rare-experiences-container.experiences-1 .rare-experience {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-thumb,
.related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-thumb {
    border-radius: 16px 0 0 16px;
    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;
    height: auto;
    overflow: hidden;
    width: 35%;
}

.disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-thumb img,
.related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-thumb img {
    border-radius: 16px 0 0 16px;
    height: 100%;
    max-width: none;
    object-fit: cover;
    width: auto;
}

.disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-content,
.related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-content {
    width: 65%;
}

/* Archive
-------------------------------------------- */

.rare-experiences-loop,
.rare-experience-stories .coming-soon-loop {
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rare-experiences-loop {
    margin-bottom: 200px;
}

.rare-experiences-loop .rare-experience-filters {
    margin-left: 40px;
    width: 20%;
}

.rare-experience-stories .rare-experiences-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc( 80% - 40px );
}

.rare-experience-stories .rare-experience {
    margin-bottom: 2%;
}

.rare-experience-stories .empty-rare-experience {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.rare-experience-stories .callout.share-callout,
.rare-experience-stories .callout.more-experiences-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 / .12);
    color: #fff;
    padding: 24px;
}

.rare-experience-stories .callout.share-callout img {
    margin-bottom: 24px;
}

.rare-experience-stories .callout.share-callout .button {
    padding: 8px;
    width: 100%;
}

.callout-row .wrap {
    margin: 0 auto 120px;;
    max-width: 1140px;
}

.callout-row .callout.theme-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%);
    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: 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;
}

/* .callout-row .callout.theme-callout .image-column,
.callout-row .callout.theme-callout .content-column {
    width: 50%;
} */

.callout-row .callout.theme-callout .image-column {
    width: 30%;
}

.callout-row .callout.theme-callout .content-column {
    width: 70%;
}

.callout-row .callout.theme-callout .image-column {
    background: url(/wp-content/uploads/2021/09/Ann-Delehanty-Crop.png) no-repeat right center/cover;
    border-radius: 16px 0 0 16px;
}

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

.callout-row .callout.theme-callout .content-column h2 {
    margin-bottom: 0;
}

.more-experiences-wrap {
    background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center top/contain;
}

.more-experiences-wrap .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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 200px;
    max-width: 1140px;
    padding: 0 24px;
}

.rare-experience-stories .coming-soon-container {
    margin-right: 40px;
    width: calc( 70% - 40px );
}

.rare-experience-stories .coming-soon-loop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 40px;
}

.coming-soon-loop .rare-experience {
    padding: 56px 24px 24px;
    position: relative;
    margin-bottom: 4%;
    width: 31%;
}

.coming-soon-loop .rare-experience .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;
}

.coming-soon-loop .rare-experience h3 {
    font-size: 24px;
}

.coming-soon-loop .rare-experience .button {
    padding: 8px;
    width: 100%;
}

.coming-soon-loop .rare-experience .ghost-button {
    margin: auto 0 16px;
}

.rare-experience-stories .callout.more-experiences-callout {
    width: 30%;
}

.rare-experience-stories .callout.more-experiences-callout a {
    color: #fff;
}

.rare-experience-stories .callout.more-experiences-callout a:hover,
.rare-experience-stories .callout.more-experiences-callout a:focus {
    color: #8bba45;
}

.rare-experience-stories .callout.more-experiences-callout li {
    border-left: 8px solid #8CB946;
    line-height: 1.8;
    list-style-type: none;
    padding-left: 24px;
}

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

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

    .wp-block-pullquote.alignright {
        margin: 0 0 24px 24px;
        right: 0;
    }

    .wp-block-pullquote.alignleft {
        left: 0;
        margin: 0 24px 24px 0;
    }

}

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

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

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

    .rare-experiences-container,
    .more-experiences-wrap .wrap,
    .rare-experience-stories .coming-soon-loop,
    .rare-experiences-loop {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rare-experience,
    .rare-experience-stories .rare-experience,
    .coming-soon-loop .rare-experience {
        margin-bottom: 24px;
        width: 100%;
    }

    .rare-experiences-loop .rare-experience-filters,
    .rare-experience-stories .rare-experiences-container,
    .rare-experience-stories .coming-soon-container,
    .rare-experience-stories .callout.more-experiences-callout {
        width: 100%;
    }

    .rare-experience-stories .coming-soon-container {
        margin-right: 0;
    }

    .rare-experiences-loop .rare-experience-filters {
        margin-left: 0;
    }

    .callout-row .callout.theme-callout .image-column {
        background: url(/wp-content/uploads/2021/09/Ann-Delehanty-Crop.png) no-repeat center center/cover;
    }

    .rare-experiences-loop {
        margin-bottom: 80px;
    }

    .rare-experience .rare-experience-thumb {
        height: auto;
    }

    .disease-state-related-experiences-container .share-callout,
    .related-rare-experiences-container .share-callout {
        padding: 24px;
        width: 100%;
    }

    .disease-state-related-experiences-container.experiences-1 .rare-experience, 
    .related-rare-experiences-container.experiences-1 .rare-experience {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-thumb,
    .related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-thumb {
        border-radius: 16px 16px 0 0;
        width: 100%;
    }

    .disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-thumb img, 
    .related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-thumb img {
        border-radius: 16px 16px 0 0;
        height: auto;
        width: 100%;
    }

    .disease-state-related-experiences-container.experiences-1 .rare-experience .rare-experience-content, 
    .related-rare-experiences-container.experiences-1 .rare-experience .rare-experience-content {
        width: 100%;
    }

    .rare-experience-callouts-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rare-experience-callout {
        border-left: none;
        border-top: 1px solid #8CB946;
        padding: 24px 0;
    }

    .rare-experience-callout:first-of-type {
        border-top: none;
    }

}

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

    .single-rare_experience .site-inner {
        background: url(/wp-content/uploads/2021/08/header-swoop.png) no-repeat center top/400%, url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center calc(100% - 400px)/400%;
    }

    .callout-row .callout.theme-callout {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .callout-row .callout.theme-callout .image-column,
    .callout-row .callout.theme-callout .content-column {
        width: 100%;
    }

    .callout-row .callout.theme-callout .image-column {
        border-radius: 0 0 16px 16px;
    }

    .more-experiences-wrap {
        background: url(/wp-content/uploads/2021/07/BG-Accent.png) no-repeat center top/cover;
    }

    .single-rare_experience .entry-header,
    .rare-experience-story-share {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px 0 80px;
    }

    .single-rare_experience .entry-header .rare-experience-featured-image {
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%;
    }

    .single-rare_experience .entry-header .rare-experiences-header-content {
        width: 100%;
    }

    .rare-experience-story-share .share-title,
    .rare-experience-story-share .share-wrap {
        text-align: center;
        width: 100%;
    }

    .rare-experience-story-share .share-title p {
        border-right: none;
        padding: 16px 24px 0;
        width: 100%;
    }

    .rare-experience-story-share .jssocials-share-facebook a {
        margin-left: 0;
    }

    .wp-block-pullquote.alignright,
    .wp-block-pullquote.alignleft {
        margin: 24px 0;
        float: none;
    }

    .organizations-list {
        column-count: 1;
    }

}</pre></body></html>