<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: raleway,helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #404040;
    width: 100%;
    height: 100%;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    font-family: inherit;
}

#news-wrapper h1, #news-wrapper h2, #news-wrapper h3, #news-wrapper h4, #news-wrapper h5, #news-wrapper h6
{
    color: #717171;
    text-transform: none;
}

#news-wrapper h1
{
    font-size: 2.15em;
}

h1.script, h2.script, h3.script, h4.script, h5.script, h6.script {
    font-family: annie use your telescope,helvetica,Arial,sans-serif;
}

h1 strong.orange, h1 span.orange, h2 strong.orange, h2 span.orange, h3 strong.orange, h3 span.orange, h4 strong.orange, h4 span.orange, h5 strong.orange, h5 span.orange, h6 strong.orange, h6 span.orange {
    color: #f6a746;
}

h1 strong.blue, h1 span.blue, h2 strong.blue, h2 span.blue, h3 strong.blue, h3 span.blue, h4 strong.blue, h4 span.blue, h5 strong.blue, h5 span.blue, h6 strong.blue, h6 span.blue {
    color: #5798d3;
}

h1 strong.purple, h1 span.purple, h2 strong.purple, h2 span.purple, h3 strong.purple, h3 span.purple, h4 strong.purple, h4 span.purple, h5 strong.purple, h5 span.purple, h6 strong.purple, h6 span.purple {
    color: #aa7eb0;
}

h1 {
    font-size: 3em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2.15em;
}

h4 {
    font-size: 1.75em;
}

h5 {
    font-size: 14px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
}

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

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

footer {
    overflow-x: hidden;
    padding-top: 200px;
    margin-top: -200px;
    z-index: 1000;
    width: 100%;
}

footer .donate-block {
    padding: 10px 0 120px 0px;
    background: #6daed2;
    text-align: center;
    position: relative;
    z-index: 2000;
}

footer .donate-block:before {
    right: 50%;
    transform: rotate(7deg);
    transform-origin: right bottom;
}

footer .donate-block:before, footer .donate-block:after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 70%;
    height: 120%;
    z-index: -2;
    background-color: #6daed2;
}

footer .donate-block:after {
    left: 50%;
    transform: rotate(-7deg);
    transform-origin: left bottom;
}

footer .donate-block:before, footer .donate-block:after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 70%;
    height: 120%;
    z-index: -2;
    background-color: #6daed2;
}

footer .donate-block h3 {
    color: #fff;
    font-size: 4em;
    margin: 25px 0;
}

footer .logo-block {
    padding: 20px 10px 50px 10px;
    background: #b78bbc;
    position: relative;
    z-index: 3000;
}

footer .logo-block:before {
    right: 50%;
    transform: rotate(7deg);
    transform-origin: right bottom;
}

footer .logo-block:before, footer .logo-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 120%;
    z-index: -1;
    background-color: #b78bbc;
}

footer .logo-block:after {
    left: 50%;
    transform: rotate(-7deg);
    transform-origin: left bottom;
}

footer .logo-block:before, footer .logo-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 120%;
    z-index: -1;
    background-color: #b78bbc;
}

footer .logo-block img {
    display: block;
    margin: 0 auto;
    width: 450px;
    max-width: 100%;
}

footer .footer-menu {
    padding: 30px 0 100px;
    background: #a97cae;
    color: #fff;
}

footer .footer-menu .menu-row .menu-links {
    width: 20%;
    float: left;
    padding-right: 5px;
}

@media (max-width: 991px) {
    footer .footer-menu .menu-row .menu-links {
        font-size: 14px !important;
    }
}

footer .footer-menu .menu-row .menu-links ul {
    list-style-type: none;
    padding-left: 0;
}

footer .footer-menu .menu-row .menu-links ul li &gt; a {
    color: #fff;
}

footer .footer-menu .menu-row .menu-links h5 {
    color: #fff;
    font-size: 1.15em;
    text-transform: none;
}

footer .footer-menu .copyright {
    text-align: center;
    font-size: .8em;
}

footer .footer-menu .copyright a {
    color: #fff;
    text-decoration: none;
}

footer .footer-menu .menu-row-mobile a {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    display: inline-block;
    margin-bottom: 10px;
}

.btn, span.button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn:hover,.btn:active{color: #fff;}

.btn.btn-lg, .btn-group-lg &gt; .btn {
    padding: 15px 75px;
    font-size: 1.25em;
}

.btn.btn-primary {
    border-radius: 0;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    background: #aaa;
    background: linear-gradient(to bottom,#BBB 0%,#BBB 50%,#AAA 51%,#AAA 100%);
    border: none;
    color: #fff;
}

.btn.btn-purple {
    border-radius: 0;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    background: #aa7eb0;
    background: linear-gradient(to bottom,#bf9ec3 0%,#bf9ec3 50%,#aa7eb0 51%,#aa7eb0 100%);
    border: none;
}

.btn.btn-blue {
    border-radius: 0;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    background: #5798d3;
    background: linear-gradient(to bottom,#7fb1de 0%,#7fb1de 50%,#5798d3 51%,#5798d3 100%);
    border: none;
}

.btn.btn-orange {
    border-radius: 0;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    background: #f6a746;
    background: linear-gradient(to bottom,#f8be77 0%,#f8be77 50%,#f6a746 51%,#f6a746 100%);
    border: 0;
}

.btn.btn-orange:before {
    background: #f6a746;
}

/*
.btn-orange.with-triangle {
    clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);
}
*/

/*
.btn.btn-orange.with-triangle {
    position: relative;
    padding: 8px 35px 9px;
    font-size: 1.2em;
    overflow: hidden;
    z-index: 11;
}
*/

.btn.btn-orange.with-triangle {
    position: relative;
    padding: 12px 15px 9px;
    font-size: 1.0em;
    overflow: hidden;
    z-index: 11;
}

span.button {
    display: inline-block;
}

.button a, a .button {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
}

.button, .buttonInline, .button a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 2px #ce7509;
    background: #f6a746;
    background: linear-gradient(to bottom,#f8be77 0%,#f8be77 50%,#f6a746 51%,#f6a746 100%);
}

.container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.chapter-form {
    background: url(/img/gray-bg.jpg);
    background-size: cover;
    padding-bottom: 200px !important;
}

.content-section {
    padding: 50px 0;
    background-color: #FFF;
}


.content-section blockquote {
    margin: 0 2em 2em;
    color: #6daed2;
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.5em;
    border-left: 5px solid #6daed2;
    padding-left: 1em;
}

.content-section hr {
    margin: 2em 0;
}

.content-section h3 {
    color: #6daed2;
}

.content-section .sidebar h3 {
    color: #404040;
    text-transform: none;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 1em !important;
}

.content-section .sidebar p {
    line-height: 1.25em;
    margin-bottom: 1.5em;
}

.content-section ul, .content-section ol {
    color: #404040;
    font-size: 1.15em;
    line-height: 1.5em;
    margin-bottom: 2em;
}

.content-section li {
    margin-bottom: 1em;
}

.content-section.locator, .content-section.chapter-map {
    padding: 0 0 0 410px;
    position: relative;
    background-color: #ebebeb;
}

.content-section.locator #map, .content-section.chapter-map #map {
    width: 100%;
    height: 600px;
}

.content-section.locator #mapForm, .content-section.chapter-map #mapForm {
    z-index: 100;
    padding: 20px;
    width: 400px;
    background: #d8d8d8;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
}

.content-section.locator #mapForm form, .content-section.chapter-map #mapForm form {
    display: flex;
    margin: 20px 0;
}

.content-section.locator #mapForm .nav.nav-pills li a, .content-section.chapter-map #mapForm .nav.nav-pills li a {
    color: #727272;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

.content-section.locator #mapForm .btn.btn-blue, .content-section.chapter-map #mapForm .btn.btn-blue {
    width: 100%;
}

.content-section.locator #mapForm form input[type=text], .content-section.chapter-map #mapForm form input[type=text] {
    flex-grow: 2;
    box-shadow: none;
    border: none;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .content-section.locator #mapForm, .content-section.chapter-map #mapForm, #map {
        display: none;
    }
    .content-section.locator, .content-section.chapter-map {
        padding: 80px 0;
    }
}

.content-section.locator #mapFormMobile, .content-section.chapter-map #mapFormMobile {
    z-index: 100;
    padding: 20px;
    max-width: 100%;
    background: #d8d8d8;
    margin: 0 20px;
}

.content-section.locator #mapFormMobile .btn.btn-blue, .content-section.locator #mapFormMobile .btn.btn-orange, .content-section.locator #mapFormMobile .btn.btn-purple, .content-section.chapter-map #mapFormMobile .btn.btn-blue, .content-section.chapter-map #mapFormMobile .btn.btn-orange, .content-section.chapter-map #mapFormMobile .btn.btn-purple {
    margin-top: 15px;
    width: 100%;
}

.reset-link {
    display: block;
    margin: 1em auto 0;
    font-weight: 700;
}


.content-section.yellow-bg {
    background: url(/img/heart-pattern.png);
    color: #fff;
    text-align: center;
}

.content-section.yellow-bg h4 {
    color: #fff;
    margin: 30px 0;
}

.content-section.yellow-bg .circle-image img {
    border-radius: 100%;
    margin-top: 20px;
}

.content-section.yellow-bg .circle-image img {
    border-radius: 100%;
    box-shadow: 3px 4px #fff;
    max-width: 100%;
}

.content-section.yellow-bg .content-section-title {
    color: #fff;
    margin-bottom: 50px;
}

.content-section.funded h2.funds-total {
    color: #aa7eb0;
    font-weight: 700;
    font-size: 9em;
}

@media (max-width: 991px) {
    h2.funds-total {
        font-size: 3em !important;
    }
}

.content-section.funded .short-border {
    display: block;
    margin: 20px auto;
    width: 300px;
    height: 5px;
    background-color: #9b9b9b;
}

.content-section.funded h3 {
    color: #717171;
    font-size: 5em;
    margin: 0;
}

.content-section p {
    font-size: 1.15em;
    line-height: 2em;
    margin: 0 0 2em;
}

.content-section .intro-paragraph {
    font-size: 1.5em;
    line-height: 1.5em;
}

.three-col-feature {
    text-align: center;
    padding: 15px;
}

.three-col-feature img.orange-shadow {
    box-shadow: 3px 4px #f6a746;
}

.three-col-feature img.purple-shadow {
    box-shadow: 3px 4px #aa7eb0;
}

.three-col-feature img {
    border-radius: 100%;
    
    margin: 20px auto;
}

@media (min-width: 992px) {
    .three-col-feature img {
        max-width: 300px;
    }
}

.page-header {
    background-image: url(/img/research_header.jpg);
    background-size: cover !important;
    background-position: bottom center;
    margin: 0 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.page-header .featured-content {
    margin: 60px 0;
}

.page-header .featured-content h1 {
    font-weight: 700;
    color: #f6a746;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 0 !important;
}

.page-header .featured-content h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3em;
    color: #717171;
    margin-top: 0 !important;
}

.page-header .featured-content p {
    color: #717171;
    font-size: 1.25em;
    margin: 30px 0;
    max-width: 600px;
}

.research-img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.research-feature h3, .event-wrapper .event-title {
    color: #f6a746;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 2.15em;
}

.research-feature .info-row, .event-wrapper .info-row {
    display: flex;
    margin: 10px 0 25px;
}

.research-feature .info-row .info, .event-wrapper .info-row .info {
    margin-right: 25px;
    color: #9b9b9b;
}

.research-feature .info-row .info span, .event-wrapper .info-row .info &gt; span {
    color: #5798d3;
    font-weight: 700;
}

.research-feature p, .event-wrapper p {
    color: #9b9b9b;
    margin-bottom: 15px;
}

#research-wrapper
{
    margin-bottom: 60px;
}

#research-wrapper .row {
    border-top: solid 2px #e8e8e8;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.content-section ul, .content-section ol {
    color: #404040;
    font-size: 1.15em;
    line-height: 1.5em;
    margin-bottom: 2em;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination &gt; li {
    display: inline;
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

div.lighter p {
    color: #9b9b9b;
}

.gray-bg-footer {
    background: url(/img/gray-bg.jpg);
    background-size: cover;
    padding-bottom: 200px;
    text-align: center;
}

.gray-bg-footer h4 {
    margin-bottom: 25px;
}

.gray-bg-footer h1, .gray-bg-footer h4 {
    color: #9b9b9b;
}

.gray-bg-footer .awareness-image {
    margin: 50px 0;
    box-shadow: 5px 5px #fff;
}

.content-section.home-featured {
    background-size: cover;
    background-position: bottom right;
}

.content-section.home-featured .featured-content h1 {
    font-weight: 700;
    color: #a380ad;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 0;
}

.content-section.home-featured .featured-content p {
    color: #717171;
    font-size: 1.25em;
    margin: 30px 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.map-content.blue h3 {
    color: #5798d3;
}

.map-content.purple h3 {
    color: #aa7eb0;
}

.map-content.orange h3 {
    color: #f6a746;
}

.map-content h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
}

.map-content.blue h5 {
    color: #5798d3;
}

.map-content.purple h5 {
    color: #aa7eb0;
}

.map-content.orange h5 {
    color: #f6a746;
}

.map-content h5 {
    text-transform: uppercase;
    font-weight: 700;
}

.map-content .map-row {
    display: flex;
    max-width: 450px;
}

.content-section.locator #mapForm .nav.nav-pills li, .content-section.chapter-map #mapForm .nav.nav-pills li {
    float: none;
    flex-grow: 1;
    text-align: center;
}

.content-section.locator #mapForm .nav.nav-pills li.active a, .content-section.chapter-map #mapForm .nav.nav-pills li.active a {
    color: #fff;
}

.content-section.locator #mapForm .nav.nav-pills li a, .content-section.chapter-map #mapForm .nav.nav-pills li a {
    color: #727272;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

.content-section.locator #mapForm .nav.nav-pills li.active:first-child a, .content-section.chapter-map #mapForm .nav.nav-pills li.active:first-child a {
    background-color: #5798d3;
}

.content-section.locator #mapForm .nav.nav-pills li.active:nth-child(2) a, .content-section.chapter-map #mapForm .nav.nav-pills li.active:nth-child(2) a {
    background-color: #aa7eb0;
}

.content-section.locator #mapForm .nav.nav-pills li.active:last-child a, .content-section.chapter-map #mapForm .nav.nav-pills li.active:last-child a {
    background-color: #f6a746;
}

.yellow-header {
    background: url(/img/heart-pattern.png);
}

.yellow-header h1 {
    color: #fff;
}

.heroes-header {
    background-image: url(/img/heroes-bg.jpg);
}

.heroes-header {
    background-size: cover;
}

.heroes-header h1 {
    font-weight: 700;
    color: #f6a746;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 0 !important;
}

.heroes-header h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3em;
    color: #717171;
    margin-top: 0 !important;
}

.heroes-search form label, .chapter-search form label, .news-search form label {
    text-transform: uppercase;
    color: #9b9b9b;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.chapter-wrapper {
    background: #f4f4f4;
    border-left: solid 6px #f6a746;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.chapter-wrapper h4 {
    color: #9b9b9b;
    font-weight: 700;
    font-size: 1.25em;
}

.chapter-wrapper .chapter-info {
    display: flex;
}

.chapter-wrapper .chapter-info a.btn {
    margin: 15px 0;
}

.chapter-wrapper .chapter-info h5 {
    color: #5798d3;
    font-weight: 700;
}

.chapter-wrapper .chapter-info .address, .chapter-wrapper .chapter-info .contact {
    flex-grow: 1;
}

.heroes-search form .heroes-search-wrapper, .chapter-search form .chapter-search-wrapper, .news-search form .news-search-wrapper {
    display: flex;
}

.heroes-search form .heroes-search-wrapper input, .chapter-search form .chapter-search-wrapper input, .news-search form .news-search-wrapper input {
    margin-right: 10px;
    padding-left: 10px;
    flex-grow: 1;
    border-radius: 3px;
    border: solid 1px #d2d2d2;
}

#heroes-list .hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#heroes-list .hero-wrapper {
    width: 250px;
    margin: 10px 10px 25px;
    background: #f4f4f4;
    position: relative;
}

#heroes-list .hero-wrapper &gt; a {
    display: block;
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
    border-bottom: solid 6px #aa7eb0;
}

#heroes-list .hero-wrapper img {
    width: 100%;
    height: auto;
}

#heroes-list .hero-info {
    padding: 10px;
    margin-bottom: 60px;
}

#heroes-list .hero-info strong.name {
    font-size: 1.25em;
    color: #aa7eb0;
}

#heroes-list .hero-info p {
    color: #9b9b9b;
    font-size: .95em;
}

#heroes-list .hero-info a.btn {
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 5%;
}

.breadcrumbs {
    font-weight: 700;
    color: #f6a746;
}

.breadcrumbs a {
    color: #9b9b9b;
}

.community-header h1 {
    font-weight: 700;
    color: #f6a746;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 0 !important;
}

.community-header h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3em;
    color: #717171;
    margin-top: 0 !important;
}

.news-feature h3, .search-feature h3 {
    color: #f6a746;
    font-weight: 700;
}

#search-results{
    margin-bottom: 100px;
}

.search-feature{
    margin-bottom: 20px;
}

#news-wrapper {
    margin-top: 25px;
}

#news-wrapper a.title:hover{text-decoration: none;}

#news-wrapper .info-row .info {
    margin-right: 25px;
    color: #9b9b9b;
}

#news-wrapper .info-row .info span {
    color: #5798d3;
    font-weight: 700;
}

#news-wrapper .info-row {
    display: flex;
    margin: 10px 0 25px;
}

#news-wrapper .row, #search-results .row {
    border-top: solid 2px #e8e8e8;
}

.news-search form {
    margin-top: 20px;
}

#main-nav-bar{background-color: #EEE;}
.button, .buttonInline, .button a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #FFF;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-shadow: 0px 1px 2px #ce7509; }
  .button:before, .buttonInline:before {
    background-color: #f7a746;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
  .button:after, .buttonInline:after {
    background-color: #f9be77;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -10; }
  .button:hover, .button:focus, .buttonInline:hover, .buttonInline:focus, .button a:hover, .button a:focus {
    color: #FFF;
    text-decoration: none; }
    .button:hover:before, .button:focus:before, .buttonInline:hover:before, .buttonInline:focus:before {
      top: 0; }
span.button{display: inline-block;}
.button a{padding: 12px 24px; font-size: 14px; font-weight: 700; line-height: 1.42857143;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:3em; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
figure {float: right !important; margin: 1em; max-width: 400px;}
figure img{max-width: 100%;}
@media (min-width: 768px) {figure img{max-width: 400px;}}
figcaption{text-align: center;}

a h1.article-title{font-size: 2.15em;}
#chapter-list div.row &gt; div {min-height: 290px;}

.neon button {
    border-radius: 0;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    background: #f6a746;
    background: linear-gradient(to bottom,#f8be77 0%,#f8be77 50%,#f6a746 51%,#f6a746 100%);
    border: none;
    color: #FFF !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    font-family: raleway,helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.neon button i {
    margin: 0 !important;
}

.neon-show-content .title-close {
    right: 3px !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#search.visible {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
}

#search {
    background: #fff;
    width: 100%;
    height: 116px;
    position: absolute;
    left: 0;
    right: 0;
    top: -116px;
    z-index: 9999;
    transition: top 0.5s;
}

#search .search-container {
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}

#search .search-container .search-row {
    height: 100%;
    display: flex;
}

#search .search-container .search-row input#search_query {
    flex-grow: 2;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    margin: 30px 0;
    background: #eee;
}

#search .search-container .search-row button {
    font-size: 1.5em;
    color: #aa7eb0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 0 10px;
    margin: 0;
}

#event-list .row, #fundraisers-list .row {
    border-top: solid 2px #e8e8e8;
}

.hero-info h2 {
    text-transform: none;
    color: #717171;
    font-size: 1.65em;
    margin-top: 0;
}

.hero-info h2.chapter-title {
    text-transform: uppercase;
    color: #5798d3;
    font-size: 2.15em;
}

.hero-info .hero-label {
    color: #5798d3;
    font-weight: bold;
    text-transform: uppercase;
}

.hero-info .btn-wrapper {
    display: flex;
    margin: 20px 0;
}

.hero-info .btn-wrapper a {
    flex: 1;
    margin: 5px;
}

.gray-bg {
    background: url(/img/gray-bg.jpg);
    background-size: cover;
}

.donate-actions {
    padding: 30px;
    text-align: center;
}

.donate-actions h3 {
    margin: 10px 20px 10px 0;
    line-height: 1.25em;
}

.donate-actions a {
    margin: 10px 20px 10px 0;
}







nav#main-nav .top-nav-links {
    margin-bottom: -25px;
}

nav#main-nav .logo {
    padding-top: 10px;
    max-width: 100%;
}

.pull-right {
    float: right !important;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: auto;
}

.nav-pills &gt; li {
    float: left;
}

.nav &gt; li {
    position: relative;
    display: block;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#main-nav-bar li a:hover {
    background-color: #7cacce;
    color: #FFF;
}

nav a:hover, nav a:active, .dropdown-toggle:hover, .dropdown-toggle:active {
    text-decoration: none !important;
}

nav#main-nav .top-nav-links .border-right {
    border-right: solid 2px #c7c9cb;
}

nav#main-nav .top-nav-links .secondary-link {
    margin: 10px 0;
    font-size: 1.25em;
    height: 30px;
}

li.secondary-link a:hover, li.secondary-link {
    color: #AAA !important;
    background-color: #FFF !important;
}

nav#main-nav {
    border-bottom: solid 1px #c7c9cb;
    background: #fff;
    z-index: 9000;
    transform: none !important;
}

nav#main-nav .top-nav-links .secondary-link a {
    color: #c7c9cb;
    padding: 0 15px 0 15px;
}

.dropdown-toggle::after{display: none !important;}

nav#main-nav ul &gt; li &gt; .dropdown-menu {
    background-color: #5798d3;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    min-width: 180px;
    font-size: 16px;
}

nav#main-nav ul &gt; li &gt; .dropdown-menu li &gt; a {
    color: #fff;
    padding: 12px 20px;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.nav-pills &gt; li + li {
    margin-left: 2px;
}

.dropdown-menu{top: -1px !important;}

#main-nav .top {
    position: relative;
    top: -36px;
    height: 52px;
    background-color: #f6a746;
    z-index: 10;
    clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);
}

nav#main-nav .bottom-nav-links ul &gt; li &gt; a {
    color: #404040;
}

.nav-pills a[aria-expanded="true"], .nav-pills a:hover {
    background-color: #6daed2;
    color: #fff !important;
    border-radius: 0;
}

.navbar-fixed-top {
    position: sticky;
    right: 0;
    left: 0;
    top: 0;
    border-width: 0 0 1px;
}

nav#mobile-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-bottom: solid 1px #e2e2e2;
    z-index: 9000;
}

nav#mobile-nav .mobile-logo {
    flex-grow: 1;
    padding: 10px 10px;
}

nav#mobile-nav .mobile-link {
    align-self: stretch;
    display: flex;
    font-size: 1.5em;
    color: #aa7eb0;
    padding: 10px 10px;
    width: 50px;
}

nav#mobile-nav .mobile-link.mobile-menu-toggle {
    color: #9b9b9b;
    border-left: solid 1px #e2e2e2;
}

nav#mobile-nav .mobile-link {
    align-self: stretch;
    display: flex;
    font-size: 1.5em;
    color: #aa7eb0;
    padding: 10px 10px;
    width: 50px;
}

nav#mobile-nav .mobile-logo img {
    max-width: 100%;
    padding: 10px 0;
}

nav#mobile-nav .mobile-link i {
    align-self: center;
}

#mobile-menu {
    overflow: auto;
    background: #6daed2;
    color: #fff;
    width: 256px;

    z-index: 100000;
}

#mobile-menu header {
    background: #5798d3;
    padding: 0px 15px 5px 15px;
    margin-bottom: 0px;
}

#mobile-menu header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
    margin: 0;
}

#mobile-menu ul {
    padding-left: 0;
    list-style-type: none;
}

#mobile-menu ul li a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
    border-bottom: solid 1px #5798d3;
}

#mobile-menu .dropdown-menu {
    background: #5aa3cc;
    position: relative !important;
    transform: none !important;
    border: 0 !important;
    padding-bottom: 0 !important;
}





body#thecurestartsnoworgau .home-featured {
    min-height: inherit !important;
}</pre></body></html>