<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    --blue: #185481;
    --green: #8cae6f;
    --dark-blue: #2a4158;
    --background: #f4f7f9;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #263138;
}

body {
    color: inherit;
    overflow: inherit;
}

body,
header,
footer,
main,
header nav {
    font-family: inherit !important;
    font-size: inherit !important;
    /* Prevent MMS pages with hard-coded fonts from overwriting this  */
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: .75em;
    color: inherit;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .3em;
    padding: 0;
    font-weight: 600;
    color: var(--dark-blue);
    text-transform: capitalize;
    line-height: 1.2;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
    margin-top: 1em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

#homepage-main h2 {
    font-size: 27px;
}

h3 {
    font-size: 27px;
}

#homepage-main h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}


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

a {
    text-decoration: none;
    color: var(--green);
    transition: .125s color ease-in-out;
}

a:hover,
a:focus {
    color: var(--green);
    text-decoration: underline;
}

.button-link {
    text-transform: capitalize;
    display: block;
    width: fit-content;
    color: white;
    background-color: var(--blue);
    text-align: center;
    padding: 0.6em 2ch;
    text-decoration: none;
    line-height: 1;
    transition: background .125s ease-in-out;
    text-shadow: none;
    border-radius: 5px;
    border: none;
}

.button-link:hover,
.button-link:focus {
    background-color: var(--green);
    text-decoration: none;
    outline: none;
    color: white;
}

.button-link:not(:first-child) {
    margin-top: 1.5em;
}

.button-link:not(:last-child) {
    margin-bottom: 2em;
}

#mms-main a {
    text-decoration: none;
}


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

.offscreen {
    /* This class allows an element to be read by a screenreader without appearing in the viewport  */
    position: absolute;
    left: -666vw;
}


/*  Wrappers
    *.wrapper acts as a more symantic stand in for &lt;container&gt;&lt;row&gt;&lt;col-md-12&gt;&lt;/col-md-12&gt;&lt;/row&gt;&lt;/container&gt; in sections of this build that don't require stacking columns 
 */

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

.full-width {
    /* Make an element span the width of the viewport */
    --side-margin: calc((100vw - var(--page-width) + 13px) / -2);
    /* 13px to compensate for width of scrollbar */
    position: relative;
    left: var(--side-margin);
    right: var(--side-margin);
    width: calc(100vw + 13px);
}

#gm-canvas .full-width {
    left: unset;
    right: unset;
    width: unset;
}

@media (min-width:768px) {
     :root {
        --page-width: 100%;
    }
}

@media (min-width:991px) {
     :root {
        --page-width: 970px;
    }
    .wrapper {
        width: 970px;
    }
}

@media (min-width:1201px) {
     :root {
        --page-width: 1170px;
    }
    .wrapper {
        width: 1170px;
    }
}

.row-background:not(#mycanvas .row-background) {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 15px;
}

.row-background:not(#mycanvas .row-background)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    display: block;
    background-color: var(--background);
}

.green.row-background:not(#mycanvas .row-background)::before {
    background-color: var(--green);
}

.blue.row-background:not(#mycanvas .row-background)::before {
    background-color: var(--blue);
}

.blue.row-background:not(#mycanvas .row-background)&gt;.column *,
.green.row-background:not(#mycanvas .row-background)&gt;.column * {
    color: white;
}

@media (min-width: 992px) {
    .row-background:not(#mycanvas .row-background)&gt;.col-md-9 {
        width: calc(75% - 15px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-8 {
        width: calc(66.7% - 15px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-7 {
        width: calc(58.3% - 15px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-6 {
        width: calc(50% - 15px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-5 {
        width: calc(41.7% - 15px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-4 {
        width: calc(33.3% - 20px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-3 {
        width: calc(25% - 20px);
    }
    .row-background:not(#mycanvas .row-background)&gt;.col-md-2 {
        width: calc(20% - 20px);
    }
}

@media (max-width: 990px) {
    .container,
    .wrapper {
        /* Extra wiggle room at a breakpoint that needs it  */
        width: 100%;
    }
    .full-width {
        --side-margin: -15px;
        left: var(--side-margin);
        right: var(--side-margin);
        width: calc(100vw + 30px);
    }
    .row-background:not(#mycanvas .row-background) {
        padding-right: 15px;
    }
    .row-background::before {
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .row-background {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


/* Events/News items */

.feed-item {
    display: flex;
    gap: 1em 1ch;
    line-height: 1.2;
}

.feed-item:not(:last-child) {
    margin-bottom: .75rem;
}

.feed-item time {
    background: var(--green);
    border-radius: 5px;
    color: white;
    text-align: center;
    min-width: 50px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed-item time span {
    display: block;
}

.feed-item .day {
    font-size: 1.4em;
    line-height: 1;
}

#homepage-main .feed-item h3 {
    font-size: 1.1rem;
    margin: 0 0 5px;
    line-height: 1;
}

@media (min-width: 768px) {
    .feed-item time {
        font-size: 14px;
    }
}


/* Slideshows defaults */

.carousel {
    font-size: 20px;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}


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

header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: var(--primary); */
}

.logo-link img,
.logo-link svg {
    /* max-width: 100%; */
}

.search-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem 15px;
}

.search-section .button-link {
    margin-top: 0;
    margin-bottom: 0;
}

.search-section .button-link.donate-link {
    background-color: var(--green);
    font-weight: 700;
    /* padding: 0.9em 2.5ch; */
}

.search-section .button-link.donate-link:is(:hover, :focus) {
    background-color: var(--blue);
}


/* Search */

.searchbox {
    width: 230px;
    max-width: 100%;
    position: relative;
    padding: 5px 1ch;
    height: 34px;
    border-radius: 5px;
    outline: 1px solid #e6e6e6;
    transition: .125s outline ease-in-out;
}

.searchbox:hover,
.searchbox:focus,
.searchbox:focus-within {
    outline: 1px solid var(--blue);
}

.search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    width: 100%;
    padding: inherit;
    background: transparent;
}

.search-input:focus {
    outline: none;
}

.search-button {
    color: transparent;
    background-color: var(--green);
    border: none;
    background-image: url(../images/search-new.svg.php?fc=eeeeee);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: .125s background-image ease-in-out;
    top: 0;
    bottom: 0;
    width: 40px;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-button:hover,
.search-button:focus {
    background-image: url(../images/search-new.svg.php?fc=185481);
    outline: none;
}


/* Desktop menu  */

header nav {
    /* width: 500px; */
    max-width: 100%;
}

#nav_menu {
    padding: 1em 0;
    position: relative;
    z-index: 1;
}

#nav_menu&gt;ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 1rem 5px;
}

#nav_menu&gt;ul::before,
#nav_menu&gt;ul::after {
    content: none;
}

#nav_menu li {
    position: relative;
}

#nav_menu&gt;ul&gt;li&gt;a {
    transition: background .125s ease-in-out;
    position: relative;
    padding: 5px;
    text-transform: capitalize;
}

#nav_menu a {
    text-decoration: none;
    background: transparent;
    transition: .125s color ease-in-out;
    color: currentColor;
}

#nav_menu a:hover,
#nav_menu a:focus,
#nav_menu .nav .open&gt;a,
#nav_menu .nav .open&gt;a:focus,
#nav_menu .nav .open&gt;a:hover {
    background: transparent;
}

#nav_menu .caret {
    margin-left: .5ch;
}

#nav_menu .dropdown-menu {
    /* Dropdown menu  */
    font-size: inherit;
    padding: 0.5em 0;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: calc(100% + .5rem);
}

#nav_menu .dropdown-menu a {
    text-decoration: none;
    background: transparent;
    transition: .125s background ease-in-out, .125s color ease-in-out;
}

#nav_menu .dropdown-menu a:hover,
#nav_menu .dropdown-menu a:focus {
    background: var(--blue);
    color: white;
}

#nav_menu .dropdown-menu:not(.men-level-):not(.men-level-0) {
    top: 0;
}

#nav_menu .dropdown-menu a {
    padding: .5em 20px;
}

@media (max-width: 1200px) {
    #nav_menu&gt;ul {
        display: flex;
        justify-content: space-between;
    }
    #nav_menu&gt;ul&gt;li&gt;a,
    #nav_menu .dropdown-menu a {
        padding: .5em 1ch;
    }
}

@media (max-width: 990px) {
    header nav {
        display: none;
    }
}


/* Mobile menu trigger  */

.mobileMenuTrigger:not(.triggerClose) {
    border: 2px solid currentColor;
    padding: 10px 5px;
    color: var(--blue);
    transition: color .125s ease-in-out;
    display: inline-flex;
    border-radius: 5px;
    background: transparent;
}

.mobileMenuTrigger:not(.triggerClose):hover,
.mobileMenuTrigger:not(.triggerClose):focus {
    color: var(--green);
    outline: none;
}

.menu-trigger {
    width: 30px;
}

@media (min-width: 991px) {
    .mobileMenuTrigger:not(.triggerClose) {
        display: none;
    }
}


/* Login modal */

.modal-open .modal {
    display: flex;
}

.modal-dialog {
    max-width: 100%;
    font-size: 16px;
    margin: auto;
    width: 300px;
}

.modal-content {
    margin-top: 20px;
    border-radius: 0;
}

.modal-header,
.modal-body {
    padding: .5rem 1rem;
}

.modal-header .close {
    opacity: 1;
    z-index: 1;
    position: relative;
}

.modal h2 {
    font-size: 24px;
    margin-top: 0;
}

.modal-header,
.modal-body {
    padding: 1em 2ch;
}

.modal input[name="Username"],
.modal input[name="Password"] {
    width: 100%;
    padding-left: .25em;
    padding-right: .25em;
    margin-bottom: 0.5em;
    height: 2em;
    border: 1px solid rgba(68, 68, 68, .5);
}

.modal a {
    display: block;
    margin-bottom: .5em;
}

@media (max-width: 990px) {
    .header-links li:not(:last-child) {
        display: none;
    }
}


/*--------------------------------------------------------
    Mobile navigation
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.4);
    transition: left .125s ease-in-out;
}

#mobileMenuWrapper.open {
    left: 0;
}

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobileMenuWrapper li {
    display: block;
    margin-bottom: .7rem;
}

#mobileMenuWrapper .mobile-search-close {
    display: flex;
    justify-content: space-between;
}

#mobileMenuWrapper a:not(#mobile-donate a) {
    background-color: transparent;
    text-decoration: none;
}

#mobileMenuWrapper .mDropdown {
    display: none;
    padding-top: .7rem;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

.triggerClose {
    text-align: right;
}

.triggerClose button {
    background: none;
    border: none;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 1rem;
}

#mobileMenuWrapper .mobile-login .button-link a{
    color: white;
}

#mobileMenuWrapper #mobile-donate .button-link {
    background-color: var(--green);
    font-weight: 700;
}

#mobileMenuWrapper #mobile-donate .button-link:is(:hover, :focus) {
    background-color: var(--blue);
}

/*--------------------------------------------------------
    Main
--------------------------------------------------------*/

#subpage-main,
#mms-main {
    padding-top: 3rem;
    min-height: calc(100vh - 54px - 167px - 4rem);
}

#subpage-main form#contact-form input.form-control,
#subpage-main form#contact-form textarea.form-control,
#subpage-main form#contact-form input#submit {
    color: #000 !important;
}

main:not(#mms-main) .row {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

@media (max-width: 990px) {
    main:not(#mms-main) .row {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    main:not(#mms-main) .column+.column {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    #homepage-main {
        overflow-x: hidden;
    }
}


/* Home Video Row  */

main:not(#mms-main) #home-video-row {
    padding: 0;
}

#home-video-row video {
    width: 100%;
}


/* Welcome Row */


/* We Are Row */

#we-are-row h2,
#we-are-row .button-link,
#sponsors-row h2 {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.we-are-grid,
.sponsors-list {
    margin-top: 2rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
}

.we-are-grid li {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgb(102 102 102 / 10%);
    overflow: hidden;
}

.we-are-grid img {
    height: 240px !important;
    /* Overwrite inline style automatically added to any uploaded image */
    width: 100%;
    object-fit: cover;
}

.we-are-grid section {
    padding: 1em;
}

.we-are-grid h3 {
    font-size: 24px;
    color: var(--green);
}

@media (max-width: 1200px) {
    .we-are-grid,
    .sponsors-list {
        gap: 2rem 30px;
    }
}

@media (max-width: 767px) {
    .we-are-grid,
    .sponsors-list {
        gap: 1.5rem 30px;
    }
}


/* Sponsors Row */

.sponsors-list li {
    justify-self: center;
}


/* #mycanvas .sponsors-list {
    display: block;
} */

.sponsors-list {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.sponsors-list img {
    border: 1px solid #e6e9f4;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}


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

footer {
    margin-top: 3rem;
}

footer&gt;section {
    position: relative;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    gap: 30px 1em;
    flex-wrap: wrap;
}

footer&gt;section:last-child {
    padding: 1rem 0;
}

footer&gt;section::before {
    content: '';
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    background: var(--blue);
    position: absolute;
    z-index: -1;
}

footer&gt;section:last-child::before {
    background: var(--dark-blue);
}

footer * {
    color: white;
}

footer h2 {
    font-size: 24px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer&gt;section:first-child p {
    max-width: 767px;
}

footer a {
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: inherit;
}

footer .social-list {
    align-self: flex-start;
}

.social-list {
    /* color: white; */
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    position: relative;
    list-style: none;
    gap: 10px;
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.social-list svg {
    padding: 3px;
    border: 1px solid var(--primary);
    background: transparent;
    transition: .125s color ease-in-out;
    color: var(--primary);
}

.social-list svg:hover,
.social-list svg:focus {
    color: white;
    background: var(--secondary);
    border-color: var(--secondary);
}

.social-list path {
    fill: var(--primary);
}

.social-list rect {
    display: none;
}

@media (max-width: 900px) {
    footer {
        grid-template-columns: repeat(3, 1fr);
    }
    footer .social-list {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    footer,
    footer section {
        display: block;
    }
    footer ul {
        margin-bottom: 1rem;
    }
}


/*--------------------------------------------------------
    MMS Styles
--------------------------------------------------------*/


/* MMS Member Menu icons */

@media (min-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 190px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}</pre></body></html>