@charset "utf-8";
/* CSS Document */

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(156,156,156,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(156,156,156,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(156,156,156,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(156,156,156,1.00) 0%,rgba(255,255,255,1.00) 100%);
    font-size: 16px;
    font-family: default font;
}

p { margin: 0; padding: 0; }

ul {
    margin: 0;
    padding: 0;
}

.mobilesizeeventgraphic {
	width: 100%;
	height: auto;
	display: none;
	}

.bulletin {
	width: 100%;
	height: 500px;
}

.map-responsive{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	clear: both;
	margin-top: 3%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
	width: 96%;
	margin-right: 3%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;	
}

.centerimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70%;
    height: auto;
    max-width: 500px;
}

.sslogo {
    width: 85%;
    height: auto;
    max-width: 250px;
}

.eventherographic {
	
	border-radius: 15px 15px 0px 0px;
	width: 100% !important;
	margin: 0px !important;
    box-shadow: 0px 0px 0px hsla(0,0%,0%,0.50) !important;
}

	#contentwrapper #bulletin-div {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
}
	
	#contentwrapper #bulletin-div img {
    /* [disabled]width: 98%; */
    /* [disabled]display: block; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    /* [disabled]-webkit-box-shadow: 0px 0px 3px hsla(0,0%,0%,0.50); */
    /* [disabled]box-shadow: 0px 0px 3px hsla(0,0%,0%,0.50); */
    /* [disabled]height: auto; */
    top: auto;
    border-width: medium;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	background-color: rgb(116,194,225);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(12,3,25,0.8);
	width: 98%;
}


#callout {
	background-color: #005C9A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#callout p {
	color: #FFFFFF;
	text-align: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
#callout p a {
	text-decoration: none;
	color: #FFFFFF;
}

.fullsizeeventgraphic {
	width: 100%;
	height: auto;
	display: inline;
}

#logo {
    z-index: 1;
    background-image: url(images/silver-logo-background.jpg);
    background-position: center center;
    text-align: center;
    background-size: cover;
}

#logo img{
    width: 21%;
    max-width: 485px;
    margin-top: 18px;
    margin-bottom: 17px;
}


.section  {
	width: 33.33%;
	float: left;
	padding-left: 0px;
}


#video {
	margin-top: 3%;
	margin-right: 3%;
	float: right;
	width: 50%;
}
#wrapper #video img {
	float: right;
	border: 8px solid hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 3px 3px 25px 0px;
	box-shadow: 3px 3px 25px 0px;
	animation-duration: 4s;
	animation-name: rotate;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	margin-bottom: 29px;
	width: 100%;
	height: auto;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {transform: rotate(3deg);
	}
	
}

.orangebuttonbox {
	padding-top: 43px;
	padding-bottom: 43px;
	padding-right: 43px;
	padding-left: 43px;
}
.orangebuttonbox a {
    color: #005C9A;
    text-decoration: none;
    font-family: Bilo;
    font-style: normal;
    font-weight: 400;
    font-size: 300%;
}
.orangebuttonbox a:hover  {
    color: #FFFFFF;
}

.orangecirlce {
    width: 70px;
    height: 70px;
    float: left;
    background-color: #005C9A;
    border-radius: 35px;
    margin-top: -4px;
    margin-right: 12px;
}

#nav-toggle-about ~ label, #nav-toggle-events ~ label, #nav-toggle-connect ~ label, #nav-toggle-ministries ~ label, #nav-toggle-multimedia ~ label {
    display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: Bilo;
	font-style: normal;
	font-weight: 400;
	background-color: #005C9A;
	font-size: 300%;
}	

#nav-toggle-about, #nav-toggle-events, #nav-toggle-connect, #nav-toggle-ministries, #nav-toggle-multimedia {
    position: absolute;
    opacity: 0;
    display: none;

}


#navigation a {
	text-decoration: none;
}

#navigation {
		background-color: #005C9A;
		z-index: 1;

	}

#navigation ul li {
	position: relative;
}

#navigation ul ul {
	display: none;
	position: absolute;
}


#navigation ul li:hover ul {
	display: block;
	width: auto;
}

#navigation ul ul li {
    font-size: 4pt;

}

#navigation ul ul li:last-child {
	border-bottom: none;
}

#navigation ul ul li a {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    padding: 10px 30px;
    background-color: hsla(204,97%,31%,0.95);
    width: 100%;
    font-size: 3em;
    border-bottom: 1px;
    border-color: hsla(209,57%,91%,1.00);
    border-bottom-style: solid;
    transition: all .2s ease-out;
}

#navigation ul ul li:last-child a {
		border-bottom-right-radius: 13px;
		border-bottom-left-radius: 13px;
		border-bottom: none;

}

#navigation ul ul li:last-child a:hover {
		border-bottom-right-radius: 13px;
		border-bottom-left-radius: 13px;

}

#navigation ul ul li a:hover {
	border-radius: 0px;
	
}

#navigation ul ul li a {
	text-decoration: none;
	color: #FFFFFF;	
}

#navigation ul li a{
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    background-color: #005C9A;
    font-size: 1em;
    font-family: Bilo;
}

#navigation ul li a:hover {
    background-color: #73C3E3;
    color: #FFFFFF;
    border-radius: 100px 10px;
}

#navigation ul li.active {
	background-color: rgba(217,232,245,1.00);
	color: #005C9A;
	border-radius: 100px 10px;
	text-shadow: 1px 1px 4px hsla(0,0%,100%,0.50);
}


#wrapper #copyright p {
	padding-top: 10px;
	padding-bottom: 10px;
}


footer {
    background-color: #005C9A;
    overflow: hidden;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 13pt;
    text-align: center;
    clear: both;
}

footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


footer p {
    color: #FFFFFF;
    line-height: 9pt;
    margin-top: 23px;
    margin-bottom: 27px;
}

#wrapper #copyright {
	width: 100%;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}

.section a img {
	padding-left: 15px;
	padding-top: 15px;
}
#leftnav {
    width: 25%;
    background-color: rgba(203,234,245,1.00);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}

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


#leftnav li {
	padding-top: 5px;
}

#leftnav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: rgb(116,194,225);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-radius: 100px 10px;
}

#leftnav ul ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #599CC7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-left: 16px;
	border-top-right-radius: 0px;
	border-top-left-radius: 74px;
	border-bottom-right-radius: 104px;
}

#leftnav a:hover {
	text-decoration: none;
	display: block;
	background-color: #005C9A;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-align: left;
}

#leftnav ul li .leftactive {
	background-color: #005C9A;
	color: #FFFFFF;
	border-radius: 100px 10px;
	text-shadow: 2px 2px 2px hsla(0,0%,0%,0.50);
}
#copyright {
	color: #005C9A;
	text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.leftcontentimg  {
    border: 13px solid #FFFFFF;
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1;
    -webkit-box-shadow: 0 2px 8px;
    box-shadow: 0 2px 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 43%;
    height: auto;
}
.rightcontentimg  {
    border: 9px solid #FFFFFF;
    float: right;
    margin-top: 20px;
    margin-right: 24px;
    opacity: 1;
    -webkit-box-shadow: 0 2px 8px;
    box-shadow: 0 2px 8px;
    margin-left: 24px;
    margin-bottom: 10px;
    width: 45%;
    height: auto;
}
.rightcontentimgnoborder  {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	opacity: 1;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 50%;
	height: auto;
	
}

#article {
    background-color: hsla(0,0%,100%,1.00);
    width: 75%;
    border-top-left-radius: 30px;
    padding-bottom: 27px;
    float: left;
}
#article p {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    line-height: 30px;
    margin-top: 15px;
    font-size: 1em;
    border-radius: 18px;
}
.constitutionarticle h1 {
    font-family: Bilo;
    font-size: xx-large;
}
#article li {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 30px;
}
.twitter {
	width: 50%;
	float: right;
	clear: both;
	border-left: 5px solid hsla(200,44%,70%,1.00);
	margin-right: 18px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top: 5px solid hsla(200,44%,70%,1.00);
	border-top-right-radius: 6px;
	margin-top: 17px;
}

h1 {
	color: hsla(221,37%,30%,1.00);
	padding-left: 16px;
	font-family: Bilo;
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 4em;
}
h2 {
    font-family: Bilo;
    color: hsla(221,37%,30%,1.00);
    font-size: 140%;
    padding-left: 16px;
    font-variant: normal;
    text-transform: uppercase;
    font-weight: 200;
}
#article p a {
	color: #5B9ECB;
	text-decoration: none;
	font-weight: bold;
}
#article ul li a {
	color: #5B9ECB;
	text-decoration: none;
	font-weight: bold;
}
#article p a:hover  {
	color: #005C9A;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	margin-left: 30px;
	color: #005C9A;
	font-variant: normal;
	font-style: normal;
	font-weight: 400;
	font-size: 118%;
	font-family: Bilo;
}

h4 {
    margin-left: 30px;
    color: #005C9A;
    font-variant: normal;
    font-style: normal;
    font-weight: 400;
    font-size: large;
    font-family: Bilo;
}

#contentwrapper {
    background-color: rgba(217,232,245,1.00);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow-x: auto;
    padding-top: 0px;
}

.menu-trigger {
	display: none;
}
#article .rightcontentimgfloatleftborder  {
    border: 13px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    margin-right: 40px;
    opacity: 1;
    -webkit-box-shadow: 0 2px 8px;
    box-shadow: 0 2px 8px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 45%;
    height: auto;
}
#article ul {
    display: table;
}

.staffpiccontain {
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 0px;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	color: #005C9A;
	font-size: large;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.staffpicture {
    border: 13px double #FFFFFF;
    width: 25%;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    min-width: 270px;
    -webkit-box-shadow: 0px 0px 4px;
    box-shadow: 0px 0px 4px;
    clear: both;
}

#wrapper #mobilebanner {
	display: none;
}
#logo .menu-trigger .hamburg {
    width: 29px;
    height: 3px;
    background-color: hsla(0,0%,100%,0.83);
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}
#article .mobileonlydiv {
	display: none;
}
#wrapper #banner img {
	width: 100%;
	height: auto;
	border-top: thick none hsla(0,0%,100%,1.00);
	border-bottom: thick none hsla(0,0%,100%,1.00);
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
}

#article ul li {
	margin-left: 36px;
	text-align: left;
}
#contentwrapper #article video {
	width: 97%;
	height: auto;
	margin-left: 1.5%;
}
#contentwrapper #article .fb-share-button {
	margin-left: 16px;
	margin-bottom: 16px;
	margin-top: 16px;
	margin-right: 16px;
}
#wrapper #inclement {
	background-color: rgba(223,72,75,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	font-size: large;
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#contentwrapper #article ol {
	line-height: 35px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#contentwrapper #article .twittermobile {
	display: none;
}

.livestreaminlinearticle{
    background-color: rgba(217,232,245,1.00);
    overflow: auto;
    width: 98%;
    /* [disabled]border-top: thick solid #74D1FF; */
    /* [disabled]border-bottom: thick solid #74D1FF; */
    margin-left: 1%;
    margin-right: 1%;
}

.livestreamasarticle {
    float: left;
    background-color: hsla(0,0%,100%,1.00);
    width: 75%;
    overflow: auto;
}
#livestream h1 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: unset;
    font-weight: bolder;
}
#livestream h2 {
    font-size: unset;
}
#livestream a {
    font-size: unset;
    text-decoration: none;
    color: #5B9ECB;
	margin: 15px;
}
#livestream p {
    font-size: unset;
	padding-left: 15px;
}

#livestream span {
	font-size: unset;
}


#article .Breakout-Text a {
    text-decoration: none;
    color: hsla(199,43%,42%,1.00);
}
.Floating-Boxes {
    width: 45%;
    /* [disabled]float: left; */
    background-color: hsla(0,0%,100%,1.00);
    padding-right: 12px;
    padding-bottom: 2%;
    padding-left: 12px;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    -webkit-box-shadow: 0 0px 12px hsla(0,0%,0%,0.27);
    box-shadow: 0 0px 12px hsla(0,0%,0%,0.27);
}
.big-circles h1 {
    color: hsla(0,0%,100%,1.00);
    text-indent: -11px;
}
#contentwrapper #article .staffbiocontainer {
    width: 100%;
    clear: both;
    overflow-y: auto;
}
#contentwrapper #article .containtextandimage {
    clear: both;
    overflow-y: auto;
}
.awanalogoleftfloat   {
    width: 30%;
    float: left;
    clear: both;
    margin-right: 30px;
    margin-left: 15px;
    margin-bottom: 15px;
    min-width: 225px;
}
#article .containtextandimage .text-to-the-right-of-image {
    width: 70%;
    float: right;
}
.childrenslogo {
    width: 25%;
    height: auto;
    margin-right: 20px;
    margin-left: 15px;
}
.centerimgwithborder {
    width: 93%;
    -webkit-box-shadow: 0px 0px 16px 4px #757272;
    box-shadow: 0px 0px 16px 4px #757272;
    margin-left: 3%;
    margin-right: 3%;
}
.Service-Times {
    width: 95%;
    background-color: hsla(222,37%,30%,1.00);
    color: hsla(0,0%,100%,1.00);
    text-align: center;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 98px;
    margin-top: 11px;
    margin-bottom: 17px;
    background-image: url(images/silver-logo-background.jpg);
    background-position: center center;
    background-size: cover;
    border: thin solid hsla(222,37%,30%,1.00);
}


#contentwrapper #bulletin-div h1 {
    font-size: 4em;
    color: hsla(221,37%,30%,1.00);
    padding-left: 16px;
    font-family: Bilo;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}
#wrapper #contentwrapper #bulletin-div p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    line-height: 30px;
    margin-top: 15px;
    font-size: large;
    margin-left: 16px;
    margin-right: 16px;
    text-indent: 0px;
}
#bulletin-div p a {
    color: #5B9ECB;
    text-decoration: none;
    font-weight: bold;
}
#contentwrapper #bulletin-div .bulletin-order {
    width: 98%;
    background-color: #2F4069;
    border-radius: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    padding-bottom: 20px;
    background-image: url(images/stripes-for-bulletin-calendar.png);
    background-size: 100% auto;
    color: #F5F5F5;
    margin-top: 15px;
    background-repeat: no-repeat;
}
#contentwrapper #bulletin-div .bulletin-calendar {
    width: 98%;
    border-radius: 17px;
    background-color: #2F4069;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    padding-bottom: 10px;
    color: hsla(0,0%,100%,1.00);
    background-image: url(images/stripes-for-bulletin-calendar.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 15px !important;
}

#contentwrapper #bulletin-div .bulletin-announcement-text {
    width: 98%;
    border-radius: 15px;
    background-color: hsla(205,38%,85%,1.00);
    margin-left: auto;
    margin-right: auto;
}
.bulletin-calendar h3 {
    background-color: hsla(0,0%,100%,0.53);
    margin-left: 0px;
	text-indent: 20px;
}
#bulletin-div .bulletin-calendar p {
    margin-left: 40px !important;
}
#bulletin-div ul  {
    list-style-type: disc;
    list-style-position: outside;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    line-height: 39px;
    font-size: large;
    margin-left: 42px;
    margin-right: 5px;
}
.bulletin-calendar p strong {
	margin-left: -20px;
}
#bulletin-div ul li ul  {
	margin-left: 30px;
	margin-right: 15px;
}
#bulletin-div ul li a  {
    color: #5B9ECB;
    text-decoration: none;
    font-weight: bold;
}
#bulletin-div ul li {
    margin-top: 7px;
}
#article ol li a {
    color: #5B9ECB;
    text-decoration: none;
    font-weight: bold;
}
#contentwrapper #bulletin-div .bulletin-event-with-info {
    width: 98%;
    background-color: hsla(222,38%,30%,1.00);
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    color: white;
    padding-bottom: 12px;
}
#bulletin-div .bulletin-event-with-info img {
    width: 100% !important;
	border-radius: 15px 15px 0px 0px !important;
}
.bulletin-order h3 strong {
    color: #FFFFFF;
	margin: -15px;
}

.bulletin-order p  {
    color: #FFFFFF;
    margin-left: 30px !important;
	margin-top: -15px !important;
}
#bulletin-div h3  {
    margin-left: 15px;
}
#bulletin-div ul  {
    padding-left: 0px;
    line-height: 20pt;
}


@media (max-width : 515px ){

	#bulletin-div {
		width: 98% !important
	}
	
	#bulletin-div ul {
		margin-left: 30px;
	}
	
#purity {
	width: 75%;
	margin: auto;
	text-align: center;
	font-size: 7em;
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
	}
.mobilesizeeventgraphic {
	width: 100%;
	height: auto;
	display: inline;
	}

.leftcontentimg  {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 90%;
    height: auto;	
}
	
#leftnav a:hover {
	text-decoration: none;
	display: block;
	background-color: #005C9A;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: left;
}
#leftnav a {
    text-decoration: none;
    display: block;
    padding-right: 6px;
    padding-left: 15px;
    border-radius: 100px 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#navigation {
	display: none;
}
	
#navigation ul li ul li {
	text-decoration: none;

}

.sslogo {
	width: 100%;
	height: auto;
	max-width: none;
}
body {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(12,3,25,0.8);
    width: 100%;
    margin-top: 0px;
}
#wrapper #logo img {
    width: 200px;
    margin-left: 23px;
    margin-top: 11px;
}
#wrapper .orangebuttonbox a {
	font-size: 203%;
	display: block;
	padding-top: 8px;
	font-family: Bilo;
	font-style: normal;
	font-weight: 400;
}
.orangebuttonbox .orangecirlce img {
	width: 100%;
	height: auto;
}

	#navigation ul ul {
		display: none;
	}

	#navigation ul li a:target ul {
	display: block;
	width: auto;
			text-decoration: none;

}

#navigation ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Bilo;
	font-size: 25pt;
	background-color: #005C9A;
	margin-left: auto;
	margin-right: auto;
}
#wrapper .orangebuttonbox {
	clear: both;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-top: 7px;
	margin-left: 0px;
}
#wrapper #video {
	display: none;

}


#navigation ul li {
	line-height: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgb(116,194,225);
	border-radius: 0px;
		text-decoration: none;

}
#navigation {
    width: 100%;
}
	
	
	
#navigation a:hover {

	border-radius: 0px 0px;
}

#navigation ul li .active {
	border-radius: 0px 0px;
		text-decoration: none;


}
	
	
#navigation ul ul {
    position: relative;
		text-decoration: none;

}


	#navigation ul ul li {
    border-bottom: 1px;
    border-bottom-color: white;
    border-collapse: collapse;
top: 0;
		text-decoration: none;

	}

	
	#navigation ul ul li a {

    background-color:hsla(197,67%,67%,1.00);
    padding: 0px;
    width: 70%;
	text-decoration: none;
		font-size: 3.5em;
}

	
	#navigation ul li #nav-toggle-about ~ ul, #navigation ul li #nav-toggle-events ~ ul, #navigation ul li #nav-toggle-connect ~ ul, #navigation ul li #nav-toggle-ministries ~ ul,  #navigation ul li #nav-toggle-multimedia ~ ul {
	display: none;
	width: auto;
	text-decoration: none;

}
	
	#navigation ul li #nav-toggle-about:checked ~ ul, #navigation ul li #nav-toggle-events:checked ~ ul, #navigation ul li #nav-toggle-connect:checked ~ ul, #navigation ul li #nav-toggle-ministries:checked ~ ul,	#navigation ul li #nav-toggle-multimedia:checked ~ ul {
	display: block;
	width: auto;
	text-decoration: none;


}	
	

	
	#navigation ul ul li a:hover {
		background-color: #FFF;
		color: hsla(221,38%,30%,1.00);
			text-decoration: none;

	}

.orangecirlce {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 35px;
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 30px;
}

#wrapper footer .section {
    float: none;
    width: 100%;
    clear: both;
}
.section a img {
	margin-bottom: 20px;
}
#wrapper #banner {
	display: none;
}
#contentwrapper #article .rightcontentimg {
	width: 100%;
	height: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
	border-width: 0px;
}
#contentwrapper #article .rightcontentimgnoborder {
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 0px;
    border-width: 0px;
    width: 95%;
    height: auto;
}
#article .rightcontentimgfloatleftborder  {
	width: 100%;
	height: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
	border-width: 0px;
}

#leftnav {
    float: none;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 0px;
    display: none;
}

#contentwrapper #article p {
    margin-bottom: 0px;
}


#wrapper #contentwrapper #article {
    float: none;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 21px;
    border-top-left-radius: 0px;
}

#leftnav ul li a {

}
#wrapper .menu-trigger {
    background-color: hsla(207,88%,33%,0.79);
    display: block;
    margin-top: 12px;
    width: 39px;
    padding-top: 1%;
    padding-bottom: 2%;
    float: right;
    margin-right: 5%;
    z-index: 1;
    border-radius: 2px;
	}

	#article .staffpicture  {
	border-width: 0px;
	border-radius: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	float: none;
}
#contentwrapper #article .googcallarge {
	display: none;
}

.centerimg {
	display: block;
	width: 100%;
	height:auto;
}
#wrapper #callout {
	display: none;
}
#wrapper #mobilebanner img {
	width: 100%;
	height: auto;
	border-left: 0 solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
#wrapper #mobilebanner {
	display: inline;
}


#article .mobileonlydiv {
	display: inline;
}
#contentwrapper #article h3 {
	font-size: 125%;
	font-family: Bilo;
}
#contentwrapper #article h1 {
	font-size: 300%;
	margin-top: 0px;
	margin-bottom: 9px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 16px;
	padding-right: 16px;
}

#contentwrapper #bulletin-div h1 {
	font-size: 300%;
	margin-top: 0px;
	margin-bottom: 9px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 16px;
	padding-right: 16px;
}	
	
#contentwrapper #article h2 {
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}
.mobilesizeeventgraphic {
}
#contentwrapper #article .fullsizeeventgraphic {
	display: none;
}
#contentwrapper #article .centeredlogo {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
}


#article .twitter {
	display: none;
}
#contentwrapper #article .twittermobile {
	display: inline;
	width: 100%;
	padding-top: 0px;
	float: none;
	clear: both;
}
#contentwrapper #livestream  {
    width: 100%;
}
#article .big-circles {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin-top: 11%;
    margin-bottom: 6%;
}
.livestreaminlinearticle {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.Floating-Boxes {
    width: 92%;
    margin-top: 22px;
}
.childrenslogo {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerimgwithborder {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
#logo {
    text-align: left;
    background-size: 200% auto;
}
.Service-Times {
    width: 97%;
    border-radius: 0px;
    padding-left: 0px;
    border-style: none none solid;
    margin-top: -5px;
}
.Service-Times h2 .hideonmobile {
    display: none;
}




}

/* the following media query checks for mouse input, and it only applies the rules to devices without pointing devices */

@media (hover: none) {
    	#navigation ul li #nav-toggle-about ~ ul, #navigation ul li #nav-toggle-events ~ ul, #navigation ul li #nav-toggle-connect ~ ul, #navigation ul li #nav-toggle-ministries ~ ul,  #navigation ul li #nav-toggle-multimedia ~ ul {
	display: none;
	width: auto;
}
	
	#navigation ul li #nav-toggle-about:checked ~ ul, #navigation ul li #nav-toggle-events:checked ~ ul, #navigation ul li #nav-toggle-connect:checked ~ ul, #navigation ul li #nav-toggle-ministries:checked ~ ul,	#navigation ul li #nav-toggle-multimedia:checked ~ ul {
	display: block;
	width: auto;
}
}



@media only screen and (min-width : 516px ) and (max-width : 1308px ) {

#navigation ul li a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-family: Bilo;
    font-style: normal;
    font-size: 0.7em;
    background-color: #005C9A;
    /* [disabled]font-weight: 400; */
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#navigation ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
	}

#navigation ul li {
	flex: 1 1 auto;
}

#navigation ul ul li {
    font-size: 0.3em;
    border-bottom: 1px;
    border-color: hsla(209,57%,91%,1.00);
    border-bottom-style: solid;
    transition: 0.5s ease;
}





#contentwrapper #article .rightcontentimg {
	max-width: 50%;
	height: auto;
	border-width: 8px;
}

#article .rightcontentimgfloatleftborder  {
	max-width: 50%;
	height: auto;
	border-width: 8px;
}
#contentwrapper #article .googcalsmall {
	display: none;
}
#wrapper .orangebuttonbox a {
	font-size: 249%;
	font-family: Bilo;
	font-style: normal;
	font-weight: 400;
}
.orangebuttonbox .orangecirlce {
	width: 50px;
	height: 50px;
	margin-top: 1px;
}
.orangebuttonbox .orangecirlce img {
	width: 50px;
	height: 50px;
}
#contentwrapper #article p {
	font-size: 11pt;
}
#wrapper #logo img {
    width: 221px;
}
#leftnav ul li .leftactive {
}
#leftnav ul li a {
}
h1   {
	font-size: 300%;


}
h2 {
	font-size: 140%;
}
.centeredlogo {
    width: 37%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 31px;
    margin-bottom: 32px;
    min-width: 304px;
}
#navigation {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
#leftnav {
    display: none;
}
#contentwrapper #article {
    width: 100%;
    border-top-left-radius: 0px;
}
.livestreamasarticle  {
    width: 100%;
}



}






@media (min-width : 1309px){

	#contentwrapper #article .googcalsmall {
	display: none;
}


	
#navigation ul li a {
	display: block;
	padding-left: 36px;
	padding-right: 36px;
	font-size: 1em;
}

#navigation ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
	}

#navigation ul li {
	flex: auto;
}


	
.centeredlogo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 380px;
}

	#navigation {
	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;}
#wrapper {
    width: 90%;
}

}

.big-circles {
    height: 300px;
    width: 300px;
    left: auto;
    right: auto;
    background-color: rgba(48,66,106,1.00);
    border-radius: 50%;
    float: none;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px hsla(0,0%,0%,0.31);
    box-shadow: 0px 0px 20px hsla(0,0%,0%,0.31);
    line-height: 300px;
    margin-top: 4%;
    margin-bottom: 2%;
}
article ul  {
    text-indent: -14px;
    list-style-type: square;
    margin-left: 13px;
}
.Breakout-Text {
    background-color: rgba(230,243,255,1.00);
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    border-radius: 6px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 20px;
    margin-top: 22px;
}
.containtextandimage {
}

@media screen{
}
