<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(1415,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
/*#region MainMenu */

@-moz-keyframes menuChanges {
	From {
		color: black;
	}

	25% {
		color: greenyellow;
	}

	50% {
		color: yellow;
	}

	75% {
		color: plum;
	}

	To {
		color: #e80c4d;
	}
}

@-webkit-keyframes menuChanges {
	From {
		color: black;
	}

	25% {
		color: greenyellow;
	}

	50% {
		color: yellow;
	}

	75% {
		color: plum;
	}

	To {
		color: #e80c4d;
	}
}

@keyframes menuChanges {
	From {
		color: black;
	}

	25% {
		color: greenyellow;
	}

	50% {
		color: yellow;
	}

	75% {
		color: plum;
	}

	To {
		color: #e80c4d;
	}
}


/*#endregion */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../../../scripts/woothemes-flexslider/fonts/flexslider-icon.eot');
	src:url('../../../scripts/woothemes-flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../../../scripts/woothemes-flexslider/fonts/flexslider-icon.woff') format('woff'),
		url('../../../scripts/woothemes-flexslider/fonts/flexslider-icon.ttf') format('truetype'),
		url('../../../scripts/woothemes-flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 10px; background: transparent; border: 0 solid transparent; position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 60px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { display: none; left: -50px; } /*Changed by jgillis Encore ITC, LLC*/
.flex-direction-nav .flex-next { display: none; right: -50px; text-align: right; } /*Changed by jgillis Encore ITC, LLC*/
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { display: none; opacity: 1; left: 10px;} /*Changed by jgillis Encore ITC, LLC*/
  .flex-direction-nav .flex-next { display: none; opacity: 1; right: 10px;} /*Changed by jgillis Encore ITC, LLC*/
}

/*#region PageBaseFrame */

/*************************************************************
 Keep all images within there containers and no borders
**************************************************************/
img,
embed,
object,
video {
    border: none;
    max-height: 100%;
    max-width: 100%;
}

iframe {
    border: none;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden !important;
}

html {
    margin: 0;
    min-height: 100%;
    padding: 0;
}

body {
    background-image: url(../Images/Backgrounds/purple-lines1.jpg);
    color: #333;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    margin: 0;
    padding: 30px 0 0 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: underline;
}

a:link,
a:visited,
a:active,
a:hover { color: purple; }


header,
footer,
hgroup,
nav,
section { display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 { font-size: 2em; }

h2 {
    background-image: linear-gradient(hsl(42, 59%, 49%), hsl(42, 59%, 49%), hsl(40, 100%, 50%));
    font-size: 1.75em;
}

h3 {
    background-image: linear-gradient(hsl(42, 59%, 49%), hsl(42, 59%, 49%), hsl(40, 100%, 50%));
    font-size: 1.2em;
}

h4 { font-size: 1.1em; }

h5,
h6 { font-size: 1em; }

h5 a:link,
h5 a:visited,
h5 a:active {
    padding: 0;
    text-decoration: none;
}

/*#endregion*/

/*#region main Header and Nav*/

.header-logo { width: 40%; }

.header-logo a {
    margin: 0;
    padding: 0;
}

.header-logo p {
    font-size: small;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: -23px;
}

/*.header-logo img {
		background-color: #c79a33;*/

/*This is the fallback color*/

/*background-color: hsla(41.8, 59.2%, 49%, 0.10);*/

/*ToDo: Make background glow on hover.*/

/*background-image: linear-gradient( #c79a33,#c79a33,hsl(40.6, 100%, 50%));
	}*/

header {
    background-color: #c79a33; /*This is the fall back color*/
    background-color: hsl(42, 59%, 49%);
    background-image: linear-gradient(hsl(42, 59%, 49%), hsl(42, 59%, 49%), hsl(40, 100%, 50%));
    height: 200px;
}

header .content-wrapper { height: auto; }

.header-church {
    -ms-box-shadow: inset 3px 3px 5px 10px #c79a33;
    -webkit-box-shadow: inset 3px 3px 5px 10px #c79a33;
    background-image: url(../Images/ChurchImages/ChurchOutside2.png);
    box-shadow: inset 3px 3px 5px 10px #c79a33;
    float: right;
    height: 90px;
    width: 80%;
}

.header-log-nav { float: right; }

.content-wrapper {
    background-color: transparent;
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fbf3fb;
    background-color: hsl(300, 47.3%, 96.7%);
    background-image: linear-gradient(hsl(300, 47.3%, 96.7%), hsl(300, 47.3%, 96.7%), #dfcbe6);
    clear: both;
    min-height: 600px;
}

#body-contact {
    background-image: url(../Images/Backgrouds/purple-lines1.jpg);
    height: 45px;
}

.main-content { padding-left: 10px; }

footer {
    background-color: #c79a33; /*This is the fall back color*/
    background-color: hsl(42, 59%, 49%);
    background-image: linear-gradient(hsl(40, 100%, 50%), #c79a33, #c79a33);
    clear: both;
    color: black;
    font-size: .8em;
    height: auto;
    margin-top: 35px;
    width: 100%;
}

footer .content-wrapper {
    height: 200px;
    padding-top: 15px;
}

.footer-mod-separator1 {
    float: left;
    width: 25%;
}

.footer-mod-separator2 {
    float: left;
    width: 63%;
}

.footer-mod-separator3 {
    float: right;
    width: 12%;
}

div .box-t1 {
    background: url(../Images/Backgrounds/module_separator_corners_dark.png) 0 0 no-repeat;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}

div .box-b1 {
    background: url(../Images/Backgrounds/module_separator_corners_dark.png) 0 -25px no-repeat;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}

div .box1 {
    background: url(../Images/Backgrounds/module_separator_edge_dark.png) 0 0 repeat-y;
    height: 146px;
    overflow: hidden;
    width: 100%;
}

.footer-mod-separator1 .box-t1,
.footer-mod-separator1 .box1,
.footer-mod-separator1 .box-b1 { background: none; }

.footer-section1 table { margin: 0 auto; }

.box1 td:last-of-type { text-align: right; }

#footer-menu {
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    width: 340px;
}

#footer-menu li {
    float: left;
    font-weight: bold;
    list-style: none;
    padding-left: 15px;
}

#footer-menu li ul { padding: 0; }

#footer-menu li ul li {
    float: none;
    padding: 7px 0 0 0;
}

#footer-menu a {
    -moz-animation-direction: normal;
    -moz-animation-duration: 5s;
    -moz-animation-name: menuChanges;
    -moz-animation-timing-function: ease-out;
    -moz-transition-duration: 1ms, 500ms;
    -moz-transition-property: color, font-size;
    -moz-transition-timing-function: ease-in, linear;
    -ms-animation-direction: normal;
    -ms-animation-duration: 5s;
    -ms-animation-name: menuChanges;
    -ms-animation-timing-function: ease-out;
    -ms-transition-duration: 1ms, 500ms;
    -ms-transition-property: color, font-size;
    -ms-transition-timing-function: ease-in, linear;
    -o-animation-direction: normal;
    -o-animation-duration: 5s;
    -o-animation-name: menuChanges;
    -o-animation-timing-function: ease-out;
    -o-transition-duration: 1ms, 500ms;
    -o-transition-property: color, font-size;
    -o-transition-timing-function: ease-in, linear;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: menuChanges;
    -webkit-animation-timing-function: ease-out;
    -webkit-transition-duration: 1ms, 500ms;
    -webkit-transition-property: color, font-size;
    -webkit-transition-timing-function: ease-in, linear;
    animation-direction: normal;
    animation-duration: 5s;
    animation-name: menuChanges;
    animation-timing-function: ease-out;
    background: none;
    color: black;
    text-decoration: none;
    transition-duration: 1ms, 500ms;
    transition-property: color, font-size;
    transition-timing-function: ease-in, linear;
}

#footer-menu li a:hover {
    -ms-text-shadow: 0 0 4px #fff;
    -webkit-text-shadow: 0 0 4px #fff;
    color: purple;
    font-size: 1.4em;
    text-shadow: 0 0 4px #fff;
}

.mobile-section {
    background-image: url(../Images/Backgrounds/purple-lines1.jpg);
    height: auto;
}

.mobilesubmenu {
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

.mobilesubmenu ul,
.mobileMinistriesSubmenu ul {
    margin: 0;
    padding: 15px 0 0 0;
}

.mobilesubmenu li,
.mobileMinistriesSubmenu li {
    color: white;
    float: left;
    font-weight: bold;
    list-style: none;
    padding-left: 10px;
}

.mobilesubmenu li a,
.mobileMinistriesSubmenu li a {
    color: white;
    font-size: small;
    text-decoration: none;
}

.mobilesubmenu li a:hover,
.mobileMinistriesSubmenu li a:hover {
    -ms-text-shadow: 0 0 4px #fff;
    -webkit-text-shadow: 0 0 4px #fff;
    color: gold;
    text-shadow: 0 0 4px #fff;
}


.copy-right {
    background-image: url(../Images/Backgrounds/purple-lines1.jpg);
    color: white;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.copy-right p {
    margin: 0;
    padding: 0;
}

.social-media table {
    float: right;
    margin: 0;
    padding: 0;
}

.social-media td {
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
}

/* site title
----------------------------------------------------------*/

.site-title {
    color: goldenrod;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:active {
    background: none;
    color: purple;
    outline: none;
    text-decoration: none;
}

/* login
----------------------------------------------------------*/

#login {
    display: block;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    -moz-transition-duration: 1ms, 5ms;
    -moz-transition-property: color, font-size;
    -moz-transition-timing-function: ease-in, linear;
    -ms-transition-duration: 1ms, 5ms;
    -ms-transition-property: color, font-size;
    -ms-transition-timing-function: ease-in, linear;
    -o-transition-duration: 1ms, 5ms;
    -o-transition-property: color, font-size;
    -o-transition-timing-function: ease-in, linear;
    -webkit-transition-duration: 1ms, 5ms;
    -webkit-transition-property: color, font-size;
    -webkit-transition-timing-function: ease-in, linear;
    color: black;
    font-size: .85em;
    margin-left: 10px;
    margin-right: 3px;
    padding: 0 3px;
    padding-bottom: 2px;
    text-decoration: none;
    transition-duration: 1ms, 5ms;
    transition-property: color, font-size;
    transition-timing-function: ease-in, linear;
}

#login a:hover {
    /*color: #e80c4d;*/
    color: purple;
    font-size: .95em;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul { margin: 0; }

#login li {
    display: inline;
    list-style: none;
}

/* menu
----------------------------------------------------------*/

.main-menu {
    padding-right: 10px;
    width: 58%;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a {
    -moz-animation-direction: normal;
    -moz-animation-duration: 5s;
    -moz-animation-name: menuChanges;
    -moz-animation-timing-function: ease-out;
    -moz-transition-duration: 1ms, 500ms;
    -moz-transition-property: color, font-size;
    -moz-transition-timing-function: ease-in, linear;
    -ms-animation-direction: normal;
    -ms-animation-duration: 5s;
    -ms-animation-name: menuChanges;
    -ms-animation-timing-function: ease-out;
    -ms-transition-duration: 1ms, 500ms;
    -ms-transition-property: color, font-size;
    -ms-transition-timing-function: ease-in, linear;
    -o-animation-direction: normal;
    -o-animation-duration: 5s;
    -o-animation-name: menuChanges;
    -o-animation-timing-function: ease-out;
    -o-transition-duration: 1ms, 500ms;
    -o-transition-property: color, font-size;
    -o-transition-timing-function: ease-in, linear;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: menuChanges;
    -webkit-animation-timing-function: ease-out;
    -webkit-transition-duration: 1ms, 500ms;
    -webkit-transition-property: color, font-size;
    -webkit-transition-timing-function: ease-in, linear;
    animation-direction: normal;
    animation-duration: 5s;
    animation-name: menuChanges;
    animation-timing-function: ease-out;
    background: none;
    color: black;
    text-decoration: none;
    transition-duration: 1ms, 500ms;
    transition-property: color, font-size;
    transition-timing-function: ease-in, linear;
}

ul#menu li a:hover {
    -ms-text-shadow: 0 0 4px #fff;
    -webkit-text-shadow: 0 0 4px #fff;
    color: purple;
    font-size: 1.4em;
    text-shadow: 0 0 4px #fff;
}

/*#endregion*/

/*#region page elements*/

/* featured */

.featured {
    background-color: #fff;
    background-image: url(../Images/Backgrounds/purple-lines1.jpg);
}

.featured .content-wrapper {
    color: white;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1,
.featured hgroup.title h2 { color: #fff; }

.featured p { font-size: 1.1em; }

/***************************************************
Carousel Settings
****************************************************/

/*.flexslider {
    background-color: transparent !important;
    border: none !important;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    bottom: -5px !important;
}*/

#Carousel {
    height: auto;
    width: 4900px;
}

#Carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 4900px;
}

#Carousel li {
    display: inline;
    float: left;
}

#Carousel img {
    border: none;
    margin: 0;
    max-height: 425px;
    width: 100%;
}

#Carousel p { color: #ffffff !important; }

/* page titles */

hgroup.title { margin-bottom: 10px; }

hgroup.title h1,
hgroup.title h2 { display: inline; }

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */

section.feature {
    float: left;
    padding: 10px;
    width: 300px;
}

.welcome { width: 75%; }

.welcome-aside {
    -ms-box-shadow: 7px 3px 9px rgba(000, 000, 000, 0.8);
    -webkit-box-shadow: 7px 3px 9px rgba(000, 000, 000, 0.8);
    background-color: rgb(100, 0, 128);
    border-left: 1px solid black;
    border-right: 1px solid black;
    box-shadow: 7px 3px 9px #000000;
    box-shadow: 7px 3px 9px rgba(000, 000, 000, 0.8);
    color: white;
    font-size: 1em;
    min-height: 700px;
    width: 20%;
}

#welcome-aside-articles {
    position: relative;
    top: 70px;
}

#welcome-aside-articles section h5 {
    font-size: 1.2em;
    padding-left: 8%;
}

.welcome-aside p { padding-left: 8px; }

.welcome-aside a { color: white; }

.welcome img {
    -ms-border-bottom-left-radius: 40px;
    -ms-border-bottom-right-radius: 50px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 50px;
    width: 20%;
}

.welcome p { font-size: 1.3em; }

.welcome p:nth-child(4) {
    font-family: 'Baskerville Old Face';
    font-style: oblique;
    font-weight: bold;
    padding-left: 30px;
}

.welcome h2 { background: none; }

.welcome a { color: black; }

.welcome #motto {
    color: red;
    font-style: oblique;
}

/* content */

.return-home {
    -ms-border-radius: 20px;
    background-color: goldenrod;
    border: 1px solid #000;
    border-radius: 20px;
    height: 35px;
    margin: 15px auto;
    width: 70px;
}

.return-home a {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 0 0;
    text-decoration: none;
}

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside h3 { margin-top: 0; }

.worshiptime {
    text-align: center;
    width: 36%;
}

.worshiptime table { margin: 0 auto; }

.worshiptime th { padding-right: 5px; }

.worshiptime td { padding: 3px 5px; }

.pastors-aside { width: 25%; }

.pastors-aside img {
    -ms-box-shadow: 5px 5px 10px #808080;
    -ms-box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.9);
    -webkit-box-shadow: 5px 5px 10px #808080;
    border: 10px #5a4655;
    border: 10px rgba(90, 70, 85, 0.87);
    border-style: ridge;
    box-shadow: 5px 5px 10px #808080;
    box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.9);
}

.body-pastor {
    margin-left: 5px;
    width: 74%;
}

/*.bio p, .bio h2 {
	margin-left: 5px;
}*/

.body-section { padding-left: 4%; }

.body-section h2 { width: 40%; }

/*#endregion*/

/*#region Login and Contact Pages*/

/* login page */

#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 55%;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input { width: 250px; }

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button { width: auto; }

#socialLoginForm {
    float: left;
    margin-left: 40px;
    width: 40%;
}

#socialLoginForm h2 { margin-bottom: 5px; }

#socialLoginList button { margin-bottom: 12px; }

#logoutForm { display: inline; }

/**************************************
				About Page
***************************************/

.about-aside img {
    -ms-box-shadow: 8px 5px 5px #808080;
    -ms-box-shadow: 8px 5px 5px rgba(128, 128, 128, 0.4);
    -webkit-box-shadow: 8px 5px 5px #808080;
    box-shadow: 8px 5px 5px #808080;
    box-shadow: 8px 5px 5px rgba(128, 128, 128, 0.4);
    width: 89%;
}

.about-aside h3 {
    background: none;
    text-align: center;
}

/*****************************************
					Contact Page
******************************************/

.contact header {
    -moz-min-width: 100px;
    -ms-border-radius: 50%;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    border-radius: 50%;
    height: auto;
    min-width: 100px;
    width: 45%;
}

.contact-wrapper { width: 60%; }

.contact-wrapper-section { width: 50%; }

.contact h3 {
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    width: auto;
}

.contact p { margin: 5px 0 0 10px; }

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

.contact-article {
    background-color: hsl(300, 47.3%, 96.7%);
    margin-left: 1.5625%; /* 15px / 960px*/
}

.contact-article h2 {
    -moz-min-width: 110px;
    -ms-border-radius: 50%;
    -ms-min-width: 110px;
    -o-min-width: 110px;
    -webkit-min-width: 110px;
    background-color: #c79a33;
    border-radius: 50%;
    min-width: 110px;
    padding: 5px 3px;
    text-align: center;
    width: 20%;
}

.contact-aside h3 { background: none; }

.contact-aside img {
    -ms-box-shadow: 10px 10px 7px #808080;
    -ms-box-shadow: 10px 10px 7px rgba(128, 128, 128, 0.8);
    -webkit-box-shadow: 10px 10px 7px #808080;
    border: 8px ridge #5a4655;
    border: 8px ridge rgba(90, 70, 85, 0.87);
    box-shadow: 10px 10px 7px #808080;
    box-shadow: 10px 10px 7px rgba(128, 128, 128, 0.8);
    width: 89%;
}

/*****************************
				Events 
******************************/

.event-aside { width: 25%; }

.event-aside h3 { text-align: center; }

.event-aside img {
    -ms-box-shadow: 10px 7px 10px #808080;
    -ms-box-shadow: 10px 7px 10px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 10px 7px 10px #808080;
    box-shadow: 10px 7px 10px #808080;
    box-shadow: 10px 7px 10px rgba(128, 128, 128, 0.6);
}

.event-wrapper { width: 75%; }

.event-wrapper article { width: 90%; }

.event-wrapper h3 { background: none; }

.event-divides {
    margin: 0 auto;
    width: 50%;
}

.event-time {
    -moz-min-width: 124px;
    -ms-min-width: 124px;
    -o-min-width: 124px;
    -webkit-min-width: 124px;
    min-width: 124px;
    width: 20%;
}

.event-description {
    margin: 1em 0 2em 0;
    width: 80%;
}

.event-description img {
    -ms-box-shadow: 10px 7px 10px #808080;
    -ms-box-shadow: 10px 7px 10px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 10px 7px 10px #808080;
    box-shadow: 10px 7px 10px #808080;
    box-shadow: 10px 7px 10px rgba(128, 128, 128, 0.6);
}

/*************************************************
						Ministry Section
**************************************************/

.ministry-logo {
    height: 175px;
    width: 75%;
}

.ministry-logo img {
    height: 175px;
    width: 75%;
}

.ministry-aside h3 {
    background: none;
    text-align: center;
}

.ministry-aside p { text-align: center; }

.ministry-aside img {
    -ms-box-shadow: 7px 7px 10px #808080;
    -ms-box-shadow: 7px 7px 10px rgba(128, 128, 128, 0.6);
    -webkit-box-shadow: 7px 7px 10px #808080;
    box-shadow: 7px 7px 10px #808080;
    box-shadow: 7px 7px 10px rgba(128, 128, 128, 0.6);
    width: 90%;
}

/**************************************************************************************
                        Special Events Page
***************************************************************************************/

/*.special-event {
    background-image: url(../images/Events/lion_King_Flyer.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 650px;
}*/

.special-event2 {
    -moz-border-image-slice: 102 100 102 80;
    -moz-border-image-source: url(../Images/Backgrounds/decorative-border-hi.png);
    -moz-border-image-width: 120px;
    -ms-border-image-slice: 102 100 102 80;
    -ms-border-image-source: url(../Images/Backgrounds/decorative-border-hi.png);
    -ms-border-image-width: 120px;
    -o-border-image-slice: 102 100 102 80;
    -o-border-image-source: url(../Images/Backgrounds/decorative-border-hi.png);
    -o-border-image-width: 120px;
    -webkit-border-image-slice: 102 100 102 80;
    -webkit-border-image-source: url(../Images/Backgrounds/decorative-border-hi.png);
    -webkit-border-image-width: 120px;
    background-color: #ffeb79;
    background-image: radial-gradient(#fbf3fb, #fbf3fb, #ffeb79, #ffeb79, #ffeb79);
    border-image-slice: 102 100 102 80;
    border-image-source: url(../Images/Backgrounds/decorative-border-hi.png);
    border-image-width: 120px;
    min-height: 750px;
    padding: 110px 0 130px 0;
}

#doveAnnouncements {
    float: none;
    margin: 0 auto;
    padding: 0 0 0 5px;
    width: 70%;
}

#HotelInfo { margin: 0 auto; }

#guestSpeakerImg { width: 40%; }

.sp-main {
    float: none;
    margin: 0 auto;
    width: 80%;
}

.sp-main header {
    background-image: none;
    height: auto;
    text-align: center;
}

.sp-main header h1,
.sp-main header h3 {
    color: blue;
    font-family: Elephant;
    font-size: 42px;
}

.sp-main header h3 {
    background-image: none;
    font-size: 16px;
}

.sp-main header h2 {
    background-image: none;
    color: #e80c4d;
    font-family: Matura MT Script Capitals;
    font-size: 52px;
    font-weight: bolder;
    text-align: center;
}

#dateTimeInfo {
    background-image: none;
    color: blue;
    text-align: center;
}

#additionalInfomation,
#HotelInfo {
    color: blue;
    font-weight: bold;
    text-align: center;
}

.sp-main li {
    font-family: Calibri;
    font-size: large;
    padding-bottom: 15px;
}

.sp-main li ul li {
    /*font-size: large;
    font-family: Calibri;*/
    padding-bottom: 10px;
}

.sp-aside {
    float: right;
    text-align: center;
    width: 30%;
    /*margin-top: 70px;*/
}

.sp-aside &gt; article &gt; section &gt; header {
    background-color: transparent;
    background-image: none;
    height: auto;
}

.sp-aside &gt; header &gt; h4 { margin-top: 0; }

.sp-aside &gt; article &gt; hgroup &gt; h1 { margin-top: 0; }

.sp-aside &gt; article { margin-left: 15px; }

section &gt; article &gt; hgroup &gt; h3 {
    background-color: transparent;
    background-image: none;
}

article &gt; header {
    background-color: transparent;
    background-image: none;
    height: auto;
}

/*************************************************
							Marriage Ministry 
	**************************************************/

.marriage-ministry-aside img {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.marriage-ministry-aside h3 { text-align: center; }

/**************************************************
							Directions Page
***************************************************/

.directions {
    height: auto;
    width: 60%;
}

.directions img {
    -ms-box-shadow: 8px 8px 7px #808080;
    -ms-box-shadow: 8px 8px 7px rgba(128, 128, 128, 0.5);
    -webkit-box-shadow: 8px 8px 7px #808080;
    box-shadow: 8px 8px 7px #808080;
    box-shadow: 8px 8px 7px rgba(128, 128, 128, 0.5);
    height: 300px;
}

.directions-title {
    height: auto;
    margin: 0 auto;
    width: 95%;
}


/*#endregion

/*#region Forms and Tables*/

/* forms */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend { display: none; }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox { display: inline; }

/* styles for validation helpers */

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #e80c4d; }

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
}

.validation-summary-valid { display: none; }


/**********************************************************
    Donations
***********************************************************/

.Template {
    float: left;
    width: 47%;
}

.underConstruct {
    float: left;
    width: 47%;
}

/*******************************************************
			Prayer and Email forms Page 
********************************************************/

#prayer-form,
#emailus-form { width: 70%; }

#prayer-form fieldset,
#emailus-form fieldset {
    -ms-border-radius: 20px; /*50.22831050228311%*/
    -ms-box-shadow: 0px 0px 12px 3px #000000;
    -ms-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 12px 3px #000000;
    background-color: goldenrod;
    background-image: radial-gradient(circle closest-corner at 500px 6.32911392405063%, #C24704, #FFEB79 35%, goldenrod); /* 110px / 219px and 10px / 158px */
    border: 2px solid brown;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 3px #000000;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    margin-left: 2%;
    width: 95%;
}

#emailus-form fieldset {
    background-color: goldenrod;
    background-image: radial-gradient(circle closest-corner at 500px 6.32911392405063%, #C24704, #FFEB79 35%, goldenrod); /* 110px / 219px and 10px / 158px */
}

#prayer-form input,
#prayer-form textarea,
#emailus-form input,
#emailus-form textarea {
    -ms-border-radius: 20px;
    background: #fff;
    background-color: #fbf3fb;
    background-color: hsl(300, 47.3%, 96.7%);
    border: 2px solid brown;
    border-radius: 20px;
    color: #000;
    font-size: 1em;
    height: 32px;
    margin: 5px 0 6px 0;
    padding: 0 10px 0 10px;
    width: 47.46835443037975%;
}

#prayer-form textarea,
#emailus-form textarea {
    font-family: inherit;
    height: 170px;
    overflow: auto !important;
    padding-left: 12px;
    padding-top: 5px;
    width: 63.29113924050633%;
}

#prayer-form input[type="submit"],
#emailus-form input[type="submit"],
#prayer-form input[type="button"],
#emailus-form input[type="button"],
#prayer-form button,
#emailus-form button {
    -ms-box-shadow: 3px 3px 5px #000000;
    -ms-box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.7);
    -webkit-box-shadow: 3px 3px 5px #000000;
    background-color: gold;
    border: 1px solid #000;
    box-shadow: 3px 3px 5px #000000;
    box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.7);
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    margin-right: 8px;
    width: auto;
}

#prayer-form .editor-field,
#emailus-form .editor-field { margin-left: 10px; }

#prayer-form .editor-label label,
#emailus-form .editor-label label {
    margin-top: 10px;
    padding-left: 25px;
}

.prayerRequest form,
.emailus form { margin-top: 15px; }

/*This is on the contact page*/

.emailus a {
    background-image: url(../../../../Acceptance/NHBC WebSite/NHBC.Website/Images/Backgrouds/actionIconSprite.png);
    background-position: 0px -124px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.prayer-aside,
.emailus-aside {
    position: relative;
    top: 60px;
}

.prayer-aside-div,
.emailus-aside-div {
    -ms-border-radius: 20px;
    -ms-box-shadow: 0px 0px 12px 3px #000000;
    -ms-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 12px 3px #000000;
    background-color: goldenrod;
    background-image: radial-gradient(circle closest-corner at 50.22831050228311% 6.32911392405063%, #C24704, #FFEB79 35%, goldenrod); /* 110px / 219px and 10px / 158px */
    border: 2px solid brown;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 3px #000000;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    height: 100%;
    padding-bottom: 80px;
    width: 93%;
}

.emailus-aside-div {
    background-color: purple;
    background-image: radial-gradient(circle closest-corner at 50.22831050228311% 6.32911392405063%, #C24704, #FFEB79 35%, purple); /* 110px / 219px and 10px / 158px */
}

.prayer-aside p,
.emailus-aside p {
    color: black;
    margin: 0;
    padding: 5px;
    position: relative;
    top: 65px;
}

.emailus-aside p { color: white; }

/* info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    width: 95%;
}

.message-success {
    color: #000;
    font-size: 1.1em;
    margin: 20px 0 10px 0;
    width: 95%;
}

.message-success p { padding-left: 10px; }

.error { color: #e80c4d; }

/* tables
----------------------------------------------------------*/

.Minitries-table {
    border-collapse: separate;
    border-color: #d3dce0;
    border-spacing: 4px;
    display: table;
    margin-bottom: 60px;
    margin-left: 30px;
    width: 85%;
}

.Minitries-table td {
    -moz-font-variant: normal;
    -ms-font-variant: normal;
    -o-font-variant: normal;
    -webkit-font-variant: normal;
    font-size: medium;
    font-variant: normal;
    font-weight: normal;
    padding-top: 10px;
    text-decoration: none;
}

.Minitries-table a { text-decoration: none; }

.Minitries-table .smallImg {
    -moz-min-width: 23px;
    -ms-min-width: 23px;
    -o-min-width: 23px;
    -webkit-min-width: 23px;
    height: 25px;
    min-height: 25px;
    min-width: 23px;
    width: 25px;
}

.Minitries-table .largeImg {
    -ms-box-shadow: 10px 10px 7px #808080;
    -ms-box-shadow: 10px 10px 7px rgba(128, 128, 128, 0.8);
    -webkit-box-shadow: 10px 10px 7px #808080;
    box-shadow: 10px 10px 7px #808080;
    box-shadow: 10px 10px 7px rgba(128, 128, 128, 0.8);
    height: 100px;
    width: 342px;
}

.Minitries-table caption {
    -moz-font-variant: normal;
    -ms-font-variant: normal;
    -o-font-variant: normal;
    -webkit-font-variant: normal;
    font-size: x-large;
    font-style: italic;
    font-variant: normal;
    font-weight: 400;
}

.ministries-article h1 {
    margin-top: 0;
    padding-top: 0;
}

.ministry-article p { font-size: 1.2em; }

#recaptcha_area { margin: 15px auto; }

#progress-msg {
    -ms-border-radius: 20px;
    -ms-box-shadow: 0px 0px 12px 3px #000000;
    -ms-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 12px 3px #000000;
    background-color: goldenrod;
    background-image: radial-gradient(circle closest-corner at 50.22831050228311% 6.32911392405063%, #C24704, #FFEB79 35%, goldenrod); /* 110px / 219px and 10px / 158px */
    border: 2px solid brown;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 3px #000000;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.6);
    display: none;
    height: auto;
    left: 120px;
    min-height: 300px;
    position: relative;
    top: -350px;
    width: 60%;
}

#progress-msg p {
    font-size: 1em;
    font-weight: bolder;
    padding-left: 45px;
    padding-top: 90px;
}

/*#endregion*/

/*#region Utilty*/

.float-left { float: left; }

.float-right { float: right; }

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pad10 { padding-top: 20px; }

#result-target {
    -ms-border-radius: 20px;
    background-color: purple;
    border-color: brown;
    border-radius: 20px;
    color: white;
    line-height: 25px;
    margin-top: 10px;
    width: auto;
}
/*#endregion*/
/*********************************************
				* Revealing 3D Menu CSS *
**********************************************/
/***************** main page ****************/
.contact-article {
	/*position: fixed;*/
	width: 98.3275%; /* 945px / 960px */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	/*padding: 30px 15%;*/
	/*background-color: #fff;*/
	overflow: hidden;
	z-index: 0;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	background-color: transparent;
}


	.contact-article:after {
		position: absolute;
		content: ' ';
		left: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.2) 0%, transparent 100%);
		background-image: -moz-linear-gradient(right, rgba(0,0,0,0.2) 0%, transparent 100%);
		background-image: linear-gradient(right, rgba(0,0,0,0.2) 0%, transparent 100%);
		pointer-events: none;
	}

/***************** navigation ****************/
.contact-nav {
	position: fixed;
	left: -13.4em;
	top: 265px;
	bottom: 0;
	background-color: #c79a33; /*This is the fall back color*/
	background-color: hsl(42, 59%, 49%);
	border-right: 50px solid #46325a;
	border-right: 50px solid rgba(70, 50, 90, 0.87);
	-webkit-box-shadow: 4px 0 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 4px 0 5px rgba(0,0,0,0.2);
	box-shadow: 4px 0 5px rgba(0,0,0,0.2);
	z-index: 1;
	cursor: pointer;
	height: 270px;
	width: 150px;
}

	.contact-nav:after {
		position: absolute;
		content: ' ';
		width: 0;
		height: 0;
		right: -70px;
		top: 50%;
		border-width: 15px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #46325a;
	}

	.contact-nav ul {
		width: 14em;
		list-style-type: none;
		margin: 0;
		padding: 1em;
	}

	.contact-nav a:link, .contact-nav a:visited {
		display: block;
		width: 65%;
		font-weight: bold;
		line-height: 2.5em;
		text-indent: 10px;
		text-decoration: none;
		color: black;
		-ms-border-radius: 4px;
		border-radius: 4px;
		outline: 0 none;
	}

	.contact-nav a:hover, .contact-nav a:focus {
		color: purple;
		background-color: hsl(40.6, 100%, 50%);
		-ms-text-shadow: 0 0 4px #fff;
		-webkit-text-shadow: 0 0 4px #fff;
		text-shadow: 0 0 4px #fff;
		-webkit-box-shadow: inset 3px 1px 3px 1px rgba(0,0,0,0.2);
		-ms-box-shadow: inset 3px 1px 3px 1px rgba(0,0,0,0.2);
		box-shadow: inset 3px 1px 3px 1px rgba(0,0,0,0.2);
	}

	/***************** hovering ****************/
	.contact-article, .contact-article:after, .contact-nav, .contact-nav * {
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}

		.contact-nav:hover {
			left: 0;
		}

			.contact-nav:hover ~ .contact-article {
				-webkit-transform: translateX(16em) perspective(600px) rotateY(10deg);
				-moz-transform: translateX(16em) perspective(600px) rotateY(10deg);
				-ms-transform: translateX(16em) perspective(600px) rotateY(10deg);
				-o-transform: translateX(16em) perspective(600px) rotateY(10deg);
				transform: translateX(16em) perspective(600px) rotateY(10deg);
			}

				.contact-nav:hover ~ .contact-article:after {
					left: 60%;
				}

/**************************************************
						*   Mobile Styles   *
 **************************************************/

@media only screen and (max-width: 1060px) {
    #Carousel img {
        width: 864px;
    }
}

@media only screen and (max-width: 960px) {
    .contact-nav {
        top: 265px;
    }

    .contact-article h1 {
        padding-left: 20px;
    }

    .directions {
        padding-left: 20px;
    }

    #Carousel img {
        width: 760px;
    }

    .event-divides {
        display: none;
    }
}

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

    /**************************************************
								*	Header	*
   ****************************************************/
    header {
        height: auto;
    }

    .header-logo {
        width: 80%;
        margin: 0 auto;
    }

        .header-logo a {
            margin: 0;
            padding: 0;
        }

    header .float-left,
    header .float-right {
        float: none;
    }

    .header-church {
        display: none;
    }

    /**************************************************
								*	Login	*
   ****************************************************/
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: black;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #e80c4d;
            }

    /**************************************************
								*	Menu	*
   ****************************************************/
    .main-menu {
        width: 100%;
        height: 57px;
    }

    .header-log-nav {
        margin: 0 auto;
        float: none;
    }

    .main-menu nav {
        margin: 0;
    }

    .main-menu ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .main-menu ul#menu li {
            margin: 0;
        }

    /**************************************************
								*	Main Layout	*
   ****************************************************/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 29px 0 30px 0;
    }
    /*************** Carousel ******************/
    #Carousel img {
        width: 650px;
    }

    /******************** page content *******************/
    .contact-article h1 {
        padding-left: 20px;
    }

    .about-article {
        padding-left: 10px;
    }

        .about-article h2 {
            font-size: medium;
        }

    .welcome-aside {
        min-height: 800px;
    }

    .Template {
        width: 70%;
        float: none;
    }

    .underConstruct {
        width: 70%;
        float: none;
    }

    /******************** features *******************/
    /* 3D Menu*/
    .contact-nav {
        top: 411px;
    }

    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /**************************************************
								*	Forms		*
   ****************************************************/
    input {
        width: 90%;
    }

    /******************** login page *******************/
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    .body-pastor {
        width: 72%;
    }

    .bio {
        padding-left: 0;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .worshiptime {
        float: none;
        padding-top: 20px;
        width: 98%;
        margin: 0 auto;
    }

    /**************************************************
								*	Footer		*
   ****************************************************/
    footer .content-wrapper {
        height: 410px;
        background-image: linear-gradient(hsl(40, 100%, 50%),hsl(42, 59%, 49%));
    }

    .box-t1 {
        display: none;
    }

    .footer-mod-separator1 {
        display: block;
        float: none;
        width: 98%;
        margin: 0 auto;
    }

    div.box-b1 {
        background: url(../Images/Backgrouds/module_separator_edge_dark_flipped.png) 0 0 repeat-x !important;
        margin: 5px 0;
    }

    .footer-mod-separator2 {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

    .footer-mod-separator3 {
        width: 90%;
        float: none;
        height: 45px;
    }

        .footer-mod-separator3 .box-b1 {
            display: none;
        }

    div.box1 {
        width: 92%;
        margin: 0 auto;
        background: none;
    }

        div.box1 table {
            margin: 0 auto;
        }

    #footer-menu li {
        padding-left: 5px;
    }

    .social-media {
        height: 45px !important;
    }

    .directions {
        padding-top: 15px;
        width: 95%;
    }

    .directionsImg {
        width: 70%;
        height: auto;
    }
}

@media only screen and (max-width: 670px) {
    #Carousel img {
        width: 600px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-nav {
        top: 362px;
    }


    .contact-article h1 {
        padding-left: 20px;
    }

    .about-article {
        padding-left: 10px;
    }

        .about-article h2 {
            font-size: medium;
        }

    .pad10 {
        padding-top: 37px;
    }

    .welcome-aside {
        display: none;
    }

    .welcome {
        width: 95%;
        margin-left: 10px;
    }

    #Carousel img {
        width: 522px;
    }
}

@media only screen and (max-width: 540px) {
    .contact-nav {
        top: 325px;
    }

    .main-menu ul#menu li {
        margin: 0;
        padding-left: 10px;
    }

    #menu a {
        font-size: .98em;
    }

    .contact-wrapper {
        width: 79%;
    }

    .contact-article aside {
        width: 21%;
    }

    .contact-article h1 {
        font-size: large;
        padding-left: 20px;
    }

    .about-article {
        padding-left: 10px;
    }

        .about-article h2 {
            font-size: medium;
        }

    .about-contact-article aside h3 {
        font-size: 1.0em;
        padding-top: 10px;
    }

    .pad10 {
        padding-top: 21px;
    }

    .body-pastor {
        width: 72%;
    }

    .bio {
        padding-left: 0;
        margin-left: 10px;
    }

    .worshiptime {
        float: none;
        padding-top: 20px;
        width: 98% !important;
        margin: 0 0 0 10px;
    }

    .prayer-aside, .emailus-aside, .contact-aside, .event-aside {
        display: none;
    }

    #prayer-form, #emailus-form, .event-wrapper {
        width: 98%;
    }

    #recaptcha_widget_div {
        width: 95% !important;
        overflow: hidden;
    }

    #Carousel img {
        width: 466px;
    }
}

@media only screen and (max-width: 480px) {
    .contact-nav {
        top: 302px;
    }

    .main-menu {
        height: 40px;
    }

        .main-menu ul#menu li {
            margin: 0;
            padding-left: 5px;
        }

    #login {
        margin-bottom: 0;
    }

        #login ul {
            margin: 0;
        }

        #login a {
            font-size: .55em;
        }

    .contact-article h1 {
        font-size: large;
        padding-left: 20px;
    }

    .contact-article h2 {
        -moz-min-width: 180px;
        -ms-min-width: 180px;
        -o-min-width: 180px;
        -webkit-min-width: 180px;
        min-width: 180px;
    }

    .contact-wrapper {
        width: 95%;
        padding-left: 10px;
    }

    .contact-aside {
        display: none;
    }

    .pastors-aside {
        float: none;
        width: 70% !important;
        margin: 0 auto;
    }

    .body-pastor {
        float: none;
        width: 98%;
        margin-left: -7px;
    }

    .bio {
        padding-left: 0;
    }

    .about-article {
        margin-left: 10px;
    }

        .about-article h2 {
            font-size: medium;
        }

    .about-contact-article aside h3 {
        font-size: .9em;
        padding-top: 10px;
    }

    .pad10 {
        padding-top: 18px;
    }

    #Carousel img {
        width: 456px;
    }
}

@media only screen and (max-width: 469px) {
    /*********** Carousel ***************/
    .ic_wrapper {
        margin: 0 auto;
        width: 100%;
    }

    #Carousel {
        width: 2000px;
    }

        #Carousel ul {
            width: 2000px;
        }

        #Carousel img {
            width: 428px;
        }

    #menu a {
        font-size: .78em;
    }
}

@media only screen and (max-width: 444px) {
    /*For the about page only*/
    .about-contact-article aside {
        display: none;
    }

    .about-contact-article {
        margin-left: -15px;
    }

    .about-article {
        width: 98%;
    }

    .ministry-article {
        width: 95%;
        padding-left: 25px;
    }

    .ministry-logo {
        width: 80%;
    }

        .ministry-logo img {
            width: 100%;
        }

    .directions-article {
        margin-left: -5px;
    }

    #Carousel img {
        width: 404px;
    }
}

@media only screen and (max-width: 430px) {
    .content-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .main-menu {
        padding-right: 0;
        width: 100%;
    }

        .main-menu nav {
            width: 100%;
        }

        .main-menu ul#menu li {
            margin: 0;
            padding-left: 5px;
        }

    .contact-nav {
        top: 290px;
    }

    .contact-wrapper-section {
        float: none;
        padding-left: 35px;
    }

    .about-article {
        margin-left: 20px;
        width: 90%;
    }

    #Carousel img {
        width: 302px;
    }

    #menu a {
        font-size: .68em;
    }
}

@media only screen and (max-width: 360px) {
    #menu a {
        font-size: .58em;
    }

    .contact-nav {
        top: 263px;
    }

    /*********** Carousel ***************/

    #Carousel img {
        width: 302px;
    }

    .contact-article h1 {
        font-size: medium;
    }
}

@media only screen and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    #menu a {
        font-size: .58em;
    }

    .contact-nav {
        top: 248px;
    }

    #Carousel img {
        width: 250px;
    }
}

@media only screen and (device-width: 320px) and (max-device-height: 480px) and (orientation: landscape) {
    .contact-nav {
        top: 302px;
    }

    .main-menu {
        height: 40px;
    }

        .main-menu ul#menu li {
            margin: 0;
            padding-left: 5px;
        }

    #login {
        margin-bottom: 0;
    }

        #login ul {
            margin: 0;
        }

        #login a {
            font-size: .55em;
        }

    .contact-article h1 {
        font-size: large;
        padding-left: 20px;
    }

    .contact-article h2 {
        -moz-min-width: 180px;
        -ms-min-width: 180px;
        -o-min-width: 180px;
        -webkit-min-width: 180px;
        min-width: 180px;
    }

    .contact-wrapper {
        width: 95%;
        padding-left: 10px;
    }

    .contact-aside {
        display: none;
    }

    .pastors-aside {
        float: none;
        width: 70% !important;
        margin: 0 auto;
    }

    .body-pastor {
        float: none;
        width: 98%;
        margin-left: -7px;
    }

    .bio {
        padding-left: 0;
        /*margin-left: 10px;*/
    }

    .about-article {
        margin-left: 10px;
    }

        .about-article h2 {
            font-size: medium;
        }

    .about-contact-article aside h3 {
        font-size: .9em;
        padding-top: 10px;
    }

    .pad10 {
        padding-top: 18px;
    }

    #Carousel img {
        width: 453px;
    }
}

@media only screen and (max-width:320px) {
    #menu a {
        font-size: .54em;
    }

    .contact-nav {
        top: 248px;
    }

    #Carousel img {
        width: 254px;
    }
}

@media only screen and (max-width:290px) {
    #menu a {
        font-size: .38em;
    }

    #Carousel img {
        width: 202px;
    }
}

@media only screen and (max-width:240px) {
    #menu a {
        font-size: .28em;
    }
}

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