/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

a.bold{
	text-decoration:none;
	font-weight:bold;
	
}

.text-lg{
	font-size:18px;
	
}

.shadow{
	box-shadow: 4px 4px 4px rgba(0,0,0,.4);	
}

#streamPlayer{
	padding-top:55px;
	display:none;
	
}

#webBanner .slides li{
}


#webBanner .slides li a{
	position:absolute;
	display:block;
	width:inherit;
	height:inherit;
	text-decoration:none;
	
}

#webBanner .slides li a:hover{
	background-color:rgba(255,255,255,.2)
}

.ministry{
	margin-bottom: 6px;	
}

.ministry_divider{
	height:4px;
	background-color:#f9f8f5;
	border-top:#efeeeb solid 1px;
	margin:13px;
	
}

.ministry_image{
	border-right:#CCCCCC solid 1px;
	
}
.ministry_title{
	padding:8px;
	background-color:#f9f8f5;
	border-bottom:#efeeeb solid 1px;
	font-weight:bold;
	font-size:18px;
	color:#212121 !important;
}

.securePassword{
	position:static;
	text-align:center;
	margin-top:75px !important;
	margin-bottom:5px !important;
	
}


.font-playball{
	font-family:"Playball", serif;
}

.font-poiret-one{
	font-family:"Poiret One", serif;
}

.font-open-sans{
	font-family:"Open Sans", sans-serif;
}