<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------*/
/*
/*  GLOBAL ELEMENTS
/*
\*---------------------------------------------*/
body .icon {
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
}
body, html {
    height: 100%;
}

a.rss-link {
    position: absolute;
    top: 0;
    right: 2.5em;
    width: 28px;
    height: 28px;
    background: url('../images/feed-icon-28x28.png');
    text-indent: -9999em;
}

legend {
    border-bottom: 3px solid rgb(66, 66, 66);
    font-weight: bold;
    line-height: 1.66em;
}
legend &gt; label {
    font-weight: inherit;
}




/*---------------------------------------------*/
/*
/*  CONTAINERS
/*
\*---------------------------------------------*/
#wrapper,
#church_name_search,
#navigation,
#body_container,
#body,
#footer-wrapper,
#menu-bar,
#side-nav {
    width: 100%;
}
#current_user_wrapper {
    width: 1020px;
}
#container {
    background: white;
    height: auto !important;
    margin: 0 auto -165px;
    min-height: 100%;
    padding: 15px 30px;
    position: relative;
    width: 960px;
    -webkit-box-shadow: 0 0 8px 0 #888;
       -moz-box-shadow: 0 0 8px 0 #888;
            box-shadow: 0 0 8px 0 #888;
}
#footer {
    margin: 0 auto 40px;
    width: 1020px;
}




/*---------------------------------------------*/
/*
/*  HEADER
/*
\*---------------------------------------------*/

/*---- Current User ----*/
#current_user_wrapper {
    margin: 12px auto;
}
#current_user_wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#current_user {
    float: right;
}
.-unite-welcome-message,
.-unite-welcome-message a {
    color: #333333;
}
.-unite-link-to-settings,
.-unite-link-to-signout,
.-unite-link-to-signin {
    padding: 6px 10px;
}
.-unite-link-to-settings a,
.-unite-link-to-signout a,
.-unite-link-to-signin a,
.-unite-link-to-settings a:hover,
.-unite-link-to-signin a:hover,
.-unite-link-to-signout a:hover {
    color: white;
}

/*---- Church Name and Navigation ----*/
#header:after {
  content: '';
  display: block;
  clear: both;
}
#church_name_search {
    height: auto;
    margin: 15px 0;
    width: 70%;
    float: left;
}
#church_name_search:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#church_name h1 {
    line-height: 30px;

    /* font-family is set by Heading 1 */
    font-style: normal;
    font-weight: lighter;
    font-size: 30px;
    text-decoration: none;
    /* color is set by default.theme */
    background: transparent;
    margin: 0;
    padding: 0.25em 0.5em;
    border: none;
}

/*---- Search ----*/
#search_box {
    float: right;
    position: relative;
    width: 34%;
    margin-top: 10px;
    clear: both;
}
#search_box .icon {
    position: absolute;
    font-size: 16px;
    bottom: 7px;
    right: 7px;
    margin-right: 0;
}
#search_box form {
    float: right;
    margin: 0;
}
#search_box form input {
    margin: 0;
    padding-right: 25px;
    background: transparent;
    height: 100%;
}

/*---- Quick Info ----*/
#quick_info {
  display: inline-block;
  float: right;
  width: 30%;
  text-align: right;
}
#quick_info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.quick-info-item {
    text-align: right;
    font-size: 0.9em;
    display: block;
}
.quick-info-item .icon {
  margin-left: 4px;
  text-align: center;
}
.quick-info-item a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    vertical-align: bottom;
}



/*---------------------------------------------*/
/*
/*  NAVIGATION
/*
\*---------------------------------------------*/
#navigation {
    height: 40px;
    margin-top: 15px;
    width: 100%;
}

#navigation #menu {
    height: 40px;
    margin: 0;
    position: relative;
}

#navigation .sub-menu {
    display: none;
    margin: 0;
}
#navigation .current-sub-menu {
    display: block;
    position: absolute;
    z-index: 1000;
}

#navigation #menu .menu-item {
    float: left;
    height: 40px;
    text-align: center;
}

#navigation .sub-menu .sub-menu-items {
    line-height: 30px;
    text-align: left;
    padding-right: 5px;
}

#navigation #menu .menu-item &gt; .menu-item-wrapper {
    color: white;
    display: block;
    font-size: 18px;
    font-weight: lighter;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
#navigation #menu .menu-item &gt; span a,
#navigation #menu .menu-item.current-list &gt; span,
#navigation #menu .menu-item &gt; span.menu-item-category {
    color: white;
    display: block;
    padding: 0 15px;
}
#navigation #menu .menu-item &gt; span.menu-item-category:hover {
    cursor: pointer;
}

#navigation .sub-menu .sub-menu-items &gt; span a {
    color: white;
    height: 30px;
    padding: 5px 25px 5px 15px;
    text-align: center;
}
#navigation .sub-menu .sub-menu-items .menu-item-current { padding-left: 10px; }

#navigation #menu &gt; .menu-item a:hover {
    text-decoration: none;
}




/*---------------------------------------------*/
/*
/*  BODY
/*
\*---------------------------------------------*/
#body {
    float: left;
    width: 100%;
    position: relative;
}
#body a:hover {
    text-decoration: none;
}
#body .btn.btn-primary,
.modal .btn.btn-primary {
    color: white;
}
#body .-unite-page-admin a.btn {
    color: white;
}

#body_container {
    margin: 0 auto;
    padding-top: 30px;
}
#body_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#body.page-has-subitems {
    width: 70%;
}

#subitems_nav {
    float: left;
    width: 30%;
}

.page-heading {
    margin-top: 0;
}

/*---- Page Containers ----*/
#page_main {
    max-width: 75%;
    width: 75%;
}
#page_sidebar {
    border-left: 1px dotted silver;
    max-width: 21%;
    padding: 1% 0 1% 2%;
    width: 21%;
}

/*---- Page Admin ----*/
#body ul.-unite-page-admin li {
    vertical-align: middle;
}
#body ul.-unite-page-admin li a {
    padding: 3px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#body ul.-unite-page-admin li a:before {
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f067\0000a0\0000a0";
}
#body ul.-unite-page-admin li a[title="Page Settings"]:before,
#body ul.-unite-page-admin li a[title="Feed Settings"]:before {
    content: none;
}
#body ul li.-unite-page-draft {
    margin-right: 5px;
}




/*---------------------------------------------*/
/*
/*  GROUPS
/*
\*---------------------------------------------*/
#body #groups {
    width: 70%;
}

#groups .group {
    border-bottom: 1px solid #e1e1e1;
}

#body .group-metadata ul {
    height: 30px;
}

.group-widget.group-widget-large {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.group-widget.group-widget-large .group-widget-title {

}
.group-widget.group-widget-large .group-widget-title-and-summary,
.group-widget.group-widget-large .group-widget-leaders {
    float: none;
    width: auto;
    padding: 0;
}
.group-widget.group-widget-large .group-widget-leaders {
    line-height: 40px;
}
.group-widget.group-widget-large .group-widget-leaders h6 {
    line-height: 40px;
}
.group-widget.group-widget-large .group-widget-leaders .group-leader {
    display: inline-block;
}

#page_sidebar.group-tabs {
    border: none;
}




/*---------------------------------------------*/
/*
/*  PROFILE
/*
\*---------------------------------------------*/
.personal-information {
    height: 150px;
}
.page_description,
.personal-information:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.profile-portrait {
    height: 62px;
    width: 62px;
}
.portrait {
    float: none;
    margin: 0;
}
.profile-portrait img {
    height: 100%;
    width: 100%;
}
.profile-name-and-email {
    margin-left: 8px;
}
h1.profile-name {
    margin: 10px 0;
}
.profile-email span:not(:first-child) {
    padding-left: 18px;
}
#body .profile-email a {
    color: #adadad;
    padding-left: 5px;
}
.profile-email::before {
    font-family: FontAwesome;
    content: "\f0e0";
    color: #adadad;
}
.profile-contact-information {
    color: #adadad;
    display: block;
    margin: 12px 0 6px 74px;
    max-width: 80%;
}
.profile-contact-information ul {
    margin-left: 22px;
}




/*---------------------------------------------*/
/*
/*  MEMBER DIRECTORY
/*
\*---------------------------------------------*/
#membership_directory .portrait {
    float: left;
    width: 48px;
}
#membership_directory .memberdir-info {
    float: none;
    padding: 6px 0 0 64px;
}
#membership_directory ol {
    margin: 20px 0 10px 0;
}
#membership_directory ol li {
    width: 50%;
}




/*---------------------------------------------*/
/*
/*  EVENTS
/*
\*---------------------------------------------*/
.event-information .event-actions {
    margin: 1em 0;
    padding-left: 1.66em;
    position: relative;
    text-align: left;
}
.event-rsvp-banner .event-rsvp-responses {

}




/*---------------------------------------------*/
/*
/*  COMMENTS
/*
\*---------------------------------------------*/
.comment-avatar {
    height: 48px;
    width: 48px;
}
.comment-avatar img {
    height: 100%;
    width: 100%;
}
.comment-byline,
.comment-controls {
    display: block;
    margin: 4px 0 4px 58px;
}

.comment-content {
    border-top: 1px dotted silver;
    margin: 10px 0 8px 58px;
    padding-top: 6px;
}
.comment-editor *[name="comment[content]"] {
    width: 90%;
}

.comment-category {
    margin-left: 0.5em;
}

.comment-replies .comment-avatar {
    height: 32px;
    width: 32px;
}
.comment-replies .comment-byline {
    margin-top: 0px;
}
.comment-replies .comment-byline,
.comment-replies .comment-controls {
    margin-left: 42px;
}
.comment-replies .comment-content {
    margin-left: 42px;
}

li.comment-thumbnail {
    margin-bottom: 6px;
}
.comment-thumbnail div {
    vertical-align: top;
}
.comment-thumbnail p {
    font-size: 90%;
    line-height: 130%;
}
.comment-thumbnail div.comment-thumbnail-avatar {
    display: block;
    float: left;
    height: 32px;
    margin-right: 6px;
    width: 32px;
}
.comment-thumbnail div.comment-thumbnail-content {
    display: block;
    padding-left: 38px;
}




/*---------------------------------------------*/
/*
/*  SIDEBAR &amp; TABS
/*
\*---------------------------------------------*/
h3.tab-name {
    font-size: 1.25em;
    line-height: 1.25em;
}

.tab {
    cursor: pointer;
}




/*---------------------------------------------*/
/*
/*  FOOTER
/*
\*---------------------------------------------*/
#footer_wrapper, .push {
    height: 165px;
    background-color: transparent;
}
#footer_wrapper {
    height: 100%;
    position: relative;
}
#footer {
  margin: 0 auto 40px auto;
  min-height: 100px;
}
#footer_navigation {
    display: block;
    height: auto;
    margin: 20px 0 10px 0;
    padding: 0 12px;
}
#footer_navigation #footer_menu {
    margin: 0;
}
#footer_navigation .footer-menu-items {
    float: left;
    list-style-type: none;
    padding: 4px 8px;
}
#footer_navigation .menu-item-category {
    display: none;
}
#footer_menu:after {
  content: "";
  display: block;
  clear: both;
}
#footer_address {
  padding: 0 20px;
  float: left;
}
#footer_social_links { float: right; }
#footer_social_links a.-unite-social-link { margin-left: 0.3em; }
#footer_social_links a.-unite-social-link:hover { text-decoration: none; }
#footer_social_links a.-unite-social-link i { font-size: 2em; }





/*---------------------------------------------*/
/*
/*  MENU BAR
/*
\*---------------------------------------------*/
#menu-bar {
    color: white;
    display: none;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    z-index: 998;
    box-shadow: inset 0 -12px 12px -12px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 -12px 12px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 -12px 12px -12px rgba(0,0,0,0.5);
}
#menu-bar-wrap {
    background: rgba(0,0,0,0.6);
    height: 50px;
}
#mobile-menu,
#mobile-top {
    color: white;
    height: 50px;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 50px;
}
#mobile-menu {
    background: url(../images/mobile-menu-icon.png) no-repeat left top;
    left: 0;
}
#mobile-top {
    background: url(../images/mobile-arrow-top-icon.png) no-repeat left top;
    right: 0;
}
#mobile-name {
    font-size: 1.90em;
    line-height: 1.3em;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px 0;
    text-align: center;
    width: 75%;
}
#mobile-name img {
    height: 30px;
}




/*---------------------------------------------*/
/*
/*  SIDE NAV
/*
\*---------------------------------------------*/
#side-nav {
    background: rgba(0,0,0,0.85);
    display: none;
    height: auto;
    left: -9999px;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
#side-nav-menu-icon {
    background: url(../images/mobile-menu-icon.png) no-repeat left top;
    height: 50px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 50px;
}
#side-nav #nav-links #menu {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}
#side-nav #nav-links #menu .menu-item {
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    font-size: 1.25em;
    list-style: none;
    margin: 0 0 1px 0;
    padding: 0;
    width: 100%;
}
#side-nav #nav-links #menu .menu-item div {
    background: url(../images/side-nav-menu-item-arrow.png) no-repeat right 0;
    float: right;
    height: 50px;
    right: 0;
    width: 50px;
}
#side-nav #nav-links #menu .menu-item div.expanded {
    background-position: right -50px;
}
#side-nav span.menu-item-wrapper {
    padding: 15px 5%;
}
#side-nav #nav-links #menu .menu-item span.menu-item-wrapper,
#side-nav #nav-links #menu .menu-item a,
#side-nav #nav-links #menu .menu-item a:link {
    color: white;
    display: block;
    text-decoration: none;
    width: 90%;
}
#side-nav #nav-links #menu .menu-item a:visited {
    color: white;
}
#side-nav #nav-links #menu .menu-item a:hover {

}
#side-nav #nav-links #menu .menu-item:hover .sub-menu {
    top: auto;
}
#side-nav #nav-links #menu .menu-item .sub-menu {
    margin-left: 0;
}
#side-nav #nav-links #menu .menu-item .sub-menu,
#side-nav #nav-links #menu .menu-item.contracted .sub-menu {
    background: #1c1c1c;
    display: none;
    position: relative;
    top: auto;
    width: 100%;
}
#side-nav #nav-links #menu .menu-item.expanded .sub-menu {
    display: block;
}
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items {
    background: rgba(0,0,0,0.7);
    margin-bottom: 1px;
}
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items a,
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items a:link {
    color: white !important;
    padding: 0 0 0 5%;
    text-shadow: 0 1px 0 black;
    width: 85%;
}
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items span.menu-item-wrapper {
    width: 100%;
}
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items:hover a,
#side-nav #nav-links #menu .menu-item .sub-menu .sub-menu-items a:hover{
    background: none;
}
#side-nav #current_user_wrapper {
    display: none;
}

#side-nav #search_box {
    background: none;
    float: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
#side-nav #search_box input {
    background: white;
    width: 160px;
}




/*---------------------------------------------*/
/*
/*  GENERIC
/*
\*---------------------------------------------*/
.clearfix {
    clear: both;
}





/*---------------------------------------------*/
/*
/*  COMMON CSS OVERRIDES
/*
\*---------------------------------------------*/
.layout {
    overflow: hidden;
    margin: -10px;
}

.cell-padding {
    margin: 10px;
    padding: 0;
}





/*---------------------------------------------*/
/*
/*  MEDIA QUERIES
/*
\*---------------------------------------------*/

/*---- Tablet ----*/
@media screen and (max-width: 1021px) {

    #current_user_wrapper {
        padding: 0;
        width: 95%;
    }
    #container {
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 50px;
        width: 95%;
    }
    #body_container {
        padding-top: 10px;
    }
    #wrapper {
        position: relative;
        top: 0;
    }
    #footer {
        padding-left: 2.5%;
        padding-right: 2.5%;
        width: 95%;
    }
    #navigation #menu .menu-item &gt; .menu-item-wrapper {
        font-size: 16px;
    }
    #page_main {
        max-width: 68%;
        width: 68%;
    }
    #page_sidebar {
        max-width: 31%;
        width: 31%;
    }


    #navigation {
        display: none;
    }
    #nav-links {
        margin-top: 50px;
    }
    #nav-links #menu {
        height: auto;
    }
    #menu-bar {
        display: block;
    }
    #side-nav {
        display: block;
    }

    #quick_info {
        display: none;
    }

    #current_user_wrapper {
        display: none;
    }

    #church_name {
        float: none;
        font-size: 2.75em;
        height: auto;
        width: 100%;
    }

    #calendar_controls #event_scope { font-size: 1.5em; }
}

/*---- Phablet ----*/
@media screen and (max-width: 767px) {

    #header img {
        max-width: 100%;
    }

    .event-rsvp-banner .event-rsvp-responses {
        display: block;
        margin: 0.5em 0;
    }

    #membership_directory ol li {
        width: 100%;
    }

    #calendar_controls #event_scope { font-size: 1.2em; }

    #footer_address,
    #footer_social_links {
      width: 100%;
      text-align: left;
      float: left;
    }
    #footer_social_links {
      padding: 0 20px;
    }

}

/*--- Mobile ----*/
@media screen and (max-width: 640px) {

    #page_main,
    #page_sidebar {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    #page_sidebar {
        border: none;
        padding-left: 0;
    }

    .profile-name-and-email {
        margin-left: 2%;
        max-width: 70%;
    }

    #footer_wrapper {
        position: relative;
    }
    #footer {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

    #calendar_controls { height: auto; }
    #calendar_controls &gt; span,
    #calendar_controls &gt; div {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    #calendar_controls #event_scope {
        margin-left: 0;
    }
    #calendar_controls .calendar-modifiers {
        float: none;
    }
    .list-view {
        padding: 2em 0;
        font-size: .8em;
    }

    #current_user {
        position: absolute;
        top: 16px;
        right: 40px;
    }
    #current_user span {
        font-size: 11px;
        border-left: none;
        padding: 0 0 0 10px;
        color: white;
        background: none;
    }
    #current_user a { color: white !important; }

}


/*---------------------------------------------*/
/*
/*  RETINA
/*
\*---------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min--moz-device-pixel-ratio: 2),
       screen and (-o-min-device-pixel-ratio: 2/1),
       screen and (min-device-pixel-ratio: 2) {

    #mobile-menu {
        background-image: url(../images/mobile-menu-icon@2x.png);
        -webkit-background-size: auto 50px;
         -moz-background-size: auto 50px;
            background-size: auto 50px;
    }

    #mobile-top {
        background-image: url(../images/mobile-arrow-top-icon@2x.png);
        -webkit-background-size: auto 50px;
         -moz-background-size: auto 50px;
            background-size: auto 50px;
    }

    #side-nav-menu-icon {
        background-image: url(../images/mobile-menu-icon@2x.png);
        -webkit-background-size: auto 50px;
         -moz-background-size: auto 50px;
            background-size: auto 50px;
    }

    #side-nav ul li div {
        background: url(../images/side-nav-menu-item-arrow@2x.png) no-repeat right 0;
        -webkit-background-size: auto 100px;
         -moz-background-size: auto 100px;
            background-size: auto 100px;
    }
    #side-nav ul li div.expanded {
        background: url(../images/side-nav-menu-item-arrow@2x.png) no-repeat right -50px;
        -webkit-background-size: auto 100px;
         -moz-background-size: auto 100px;
            background-size: auto 100px;
    }

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