<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top:50px;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial, sans-serif;
    font-weight: 300;
    font-size:12pt;
}

a {
    text-decoration: none !important
}

/*================ Bootstrap button style =================*/
.btn {
    border-radius: 0px;
    border: 0px;
}

.form-control {
    border-radius: 0px;
}

.input-group-addon {
    border-radius: 0px;
}

/*================ Bootstrap button style =================*/

.content {
    margin-top: 20px;
}

#ul-main-menu {
    width: 80%;
}

.lastlis {
    float:right;
    padding:15px 0px !important;
    height:30px
}

@media(max-width: 1166px)
{
    .lastlis &gt; a {
        line-height: 0px !important;
    }

    .lastlis &gt; a:hover {
        line-height: 0px !important;
        color: #ffffff !important;
        background-color: #D81B06 !important;
        border-color: #C61400 !important;
        transition: all 0.7s ease 0s !important;
    }
}

.lastlis &gt; a {
    height:30px;
    line-height: 0px !important;
}

.lastlis &gt; a:hover {
    height:30px;
    line-height: 0px !important;
    color: #ffffff !important;
    background-color: #D81B06 !important;
    border-color: #C61400 !important;
    transition: all 0.7s ease 0s !important;
}

@media (max-width: 1238px)
{
    .lastlis {
        float: left !important;
        display:block
    }
}

/** overwrites menu collapse */
@media (max-width: 991px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;

    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        /*padding-top: 10px;
        padding-bottom: 10px;*/
    }
    .collapse.in{
        display:block !important;
    }
}

@media (min-width: 800px) {
    /*.navbar-header {
        width: 20%;
        margin-top: 7px;
    }
	*/

    #sidenav01 {
        width: 80%
    }

    #user-login-in {
        float: right;
        margin-right:100px
    }
    .navbar-brand {
        padding-top: 5px;
    }

}

#masthead {
    min-height:50px;
}

#masthead h1 {
    font-size: 30px;
    line-height: 1;
    padding-top:20px;
}

#masthead .well {
    margin-top:8%;
}

@media screen and (min-width: 768px) {
    #masthead h1 {
        font-size: 50px;
    }
}

.navbar-bright {
    background-color:#111155;
    color:#fff;
}

.affix-top,.affix{
    position: static;
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top:30px;
        width:228px;
    }

    #sidebar.affix {
        position: fixed;
        top:70px;
        width:228px;
    }

}

#sidebar li.active {
    border:0 #eee solid;
    border-right-width:5px;
}

#leftCol {
    height: 100%;
    display: block;
    overflow:scroll;

}

#mapCol {
    margin-top:20px;
    display: block;
}

.header-church-image {
    background: rgba(25, 25, 25, .5);
    color: white;
    right:0;
    left:0;
    bottom:0;
    padding-bottom: 0;
    height: 100%;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 30px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}
.featurette {
    padding-top: 0px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
   /* margin-top: 0px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    width:200px
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 500px) {
    #mapCol {
        display: block;
        width: 100%;
        height: 100%;
    }

    #leftCol {
        display: block;
        width: 100%;
        height:100%
    }

    .txt-sm {
        font-size: 10pt
    }
}


@media (max-width: 1000px) {
    .carousel-inner {
        display:none
    }
}


@media (min-width: 1035px) { /*768*/

    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
        margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

}

.request-comments {
    padding: 20px 20px 20px 0;
}

.request-expand-tr {
    background-color: #E6E6E6;
}

.mailbox-buttons a {
    color:#333
}

.btn-primary-in {
    border-color: #09a8af; /*09a8af*/
    border-bottom-color: #008289;
    background-color: #09a8af;
    color: #fff;
}

.btn-primary-in:hover {
    background-color: #09B4BD;
    color: #fff;
}

/*==================== SPINNER ====================*/

#spinnerDiv {
    display:none;
    text-align: center;
    vertical-align: middle;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba( 224, 224, 224, 0.5 );
}

#spinnerDiv i {
    margin-top:20%;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   spinner element will be visible */
body.loading #spinnerDiv {
    display: block;
}

.addEventButton {
    margin-bottom:20px;
    margin-top:20px
}

#mapdiv {
    height: 30%;
    width: 100%;
    padding:20px;
}

/*==================== HEADINGS =====================*/

.headingBackground {
    position: relative;

    padding: 15px;
    background: #e5e5e5;
    background: linear-gradient(#f5f5f5, #e5e5e5);
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #fff;
}

.headingBackground:before,
.headingBackground:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content:'';
    border-top: 6px solid #555;
    border-left: 6px solid transparent;
}

.headingBackground:before {
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
    border-left: none;
    left: auto;
    right: 0;
    bottom: -6px;
}

/*===================== ICONS =========================*/
.icon-light-grey {
    color:#DCDCDC;
}

.icon-grey {
    color:#C9C9C9;
}

img.avatar-lg {
    width:64px
}

img.avatar-sm {
    width:32px
}

img.avatar-tn {
    width:24px
}

img.avatar-md {
    width:45px
}

.avatar-txt {
    font-size: 8pt;
    color: #ffffff
}

#selectchurch {
    list-style-type: none;
}

#selectchurchdropdown {
    margin-left:12px
}

.label-closed {
    background-color: #8E8E8E;
}

.label-limited {
    background-color: #FFD466;
    color: #000;
}

.label-closed-church {
    background-color: #FF9292;
    color: #000;
}



.col-margin-auto {
    margin: 40px auto;
}

.col-float-none {
    float:none;
}

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

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

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

.th-left th {
    text-align: left;
    padding:2px
}

table.th-left td {
    padding:2px;
    text-align: left;
}

.blocks-shadow {
    padding:5px;
    margin:5px 5px 5px 5px;
    border:1px solid #cccccc;
    -webkit-box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    background-color: #FDFDFD;
}

.blocks-shadow-welcome {
    padding:5px;
    margin:5px 5px 5px 5px;
    border:1px solid #cccccc;
    -webkit-box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 78px -9px rgba(0,0,0,0.75);
    background-color: #FDFDFD;
    text-align: left;
    font-size: 10pt;
}

.block-div {
    padding:10px;
    margin:5px 5px 5px 5px;
    border:1px solid #cccccc;
    background-color: #FDFDFD;
}

.blocks {
    /*background-color: #FFFFF4;*/
    background-color: rgba(255,255,255,1);
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,.125);
    font-size: 10pt;
}

.grid {
    max-width: 1120px;
    margin: 0 auto;
    /*padding-left: 50px;*/
}

.grid-sizer,
.grid-item {
    width: 250px;
}

.grid-item {
    float: left;
    margin-bottom: 10px;
    border-color: hsla(0, 0%, 0%, 0.5);
    text-align: center;
    /*background-color: #FFFFE4;*/
    -webkit-box-shadow: 2px 2px 31px 2px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 2px 31px 2px rgba(0,0,0,0.30);
    box-shadow: 2px 2px 31px 2px rgba(0,0,0,0.30);
    transition: all 200ms ease-out;
}

.grid-item:hover {
    -webkit-box-shadow: 2px 2px 31px 12px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 2px 31px 12px rgba(0,0,0,0.50);
    box-shadow: 2px 2px 31px 12px rgba(0,0,0,0.50);
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

#searchResults {
    margin:50px auto;
}

h4 {
    font-weight: bold;
}

.grid-container:after {content:"";display:table;clear:both}

.grid-container {
    padding:0.01em 16px;
    vertical-align: middle;
    display: table-cell;
    width: 300px;
}

.grid-blue {
    /*background-color:#F0EEEE !important;*/
    background-color: white;
    height:50px;
    margin: 0px auto;
}

.grid-blue &gt; span &gt; a {
    text-align: center;
    color: black;
    font-size: 10pt;
    vertical-align: middle;
}

.floating-box {
    /* float: left;*/
    width: 250px;
}

.floating-box p {
    text-align: justify;
}

.after-box {
    clear: left;
    border: 3px solid red;
}

/* latin-ext */
@font-face {
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.img-thumbnail {
    padding:0 !important;
}

/***************************** Badges ********************************/
.badge-success {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #5cb85c;
    border-radius: 10px;
}

.badge-primary {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #337ab7;
    border-radius: 10px;
}

.badge-info {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #5bc0de;
    border-radius: 10px;
}

.badge-warning {
     display: inline-block;
     min-width: 10px;
     padding: 3px 4px;
     font-size: 10px;
     font-weight: 700;
     line-height: 1;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     background-color: #f0ad4e;
     border-radius: 10px;
 }

.badge-danger {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d9534f;
    border-radius: 10px;
}

.badge-minimal {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
}

.badge-minimal:hover {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: grey;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
}

/********************************** Cards ******************************************/

.card-header {
    margin-bottom: 0;
    border-left: 6px solid #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:5px;
    color:#000000;
}

.card-header-blue {
    margin-bottom: 0;
    border-left: 6px solid #8ABDFF;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:5px;
    color:#000000;
}

.card-header-green {
    margin-bottom: 0;
    border-left: 6px solid #8CFF8A;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:5px;
    color:#000000;
}

.card-header-orange {
    margin-bottom: 0;
    border-left: 6px solid #F7C82F;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:5px;
    color:#000000;
}

.card-header-red {
    margin-bottom: 0;
    border-left: 6px solid #E20000;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:5px;
    color:#000000;
}

.card-title {
    display: block;
    width: 100%;
    padding:5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-title:hover {
    background-color: #EEEEEE;
}


.fa-small {
    font-size: 5pt;
}

.fa-red {
    color:red;
}

/*BLUR*/
img.blur {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

img.blur:hover {
    -webkit-filter: grayscale(100%);
}

form table td {
    padding: 5px
}

div.centered {
    text-align:center;
    width: 100%;
    display:table;
    margin: 0 auto
}

@media(max-width: 740px) {

    div.centered span {
        margin-bottom: 20px
    }

}

/* Titles */
h1 {
    font-weight: 100;
    color: #333;
    font-size: 40px;
    padding:0;
}

h2 {
    font-weight: 100;
    color: #333;
    font-size: 35px;
    padding:0;
}

h3 {
    font-weight: 100;
    color: #333;
    font-size: 30px;
    padding:0;
}

h4 {
    font-weight: 100;
    color: #333;
    font-size: 25px;
    padding:0;
}

h5 {
    font-weight: 100;
    color: #333;
    font-size: 20px;
    padding:0;
}

h6 {
    font-weight: 100;
    color: #333;
    font-size: 15px;
    padding:0;
}

.navbar-default {
    background: rgba(34,34,34,0.9);
    box-shadow: 0.1rem 0 0.5rem rgba(0,0,0,0.5);
    color: white;
    border: none;
}

.navbar-brand, .navbar-nav&gt;li&gt;a, .navbar-nav&gt;li&gt;a:hover,.navbar-nav&gt;li&gt;a:active,.navbar-nav&gt;li&gt;a:checked {

    color: white !important;
    font-size:10pt;
    text-shadow: none !important;
}


@media (max-width: 991px)
{
    a.navbar-brand {
        display:none
    }

    .navbar-brand-header {
        display: inline-block !important;
    }
}

@media (max-width: 1166px)
{
    a.navbar-brand {
        width: 90px !important
    }
}

@media (min-width: 1167px)
{
    a.navbar-brand {
        width: 230px !important
    }
}

.navbar-nav&gt;.open&gt;a:focus, .navbar-nav&gt;.open&gt;a:hover {
    background-color: #ffffff !important;
}

.navbar-default .navbar-nav&gt;.open&gt;a {
    background-image: none;
}

.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover {

}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover {
    background-color: #D81B06 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: #E74C3C;
}</pre></body></html>