*{
	font-family: "Open Sans";
}

a{
	color: #0066a6;
}

p,
.main-content ul
{
	font-size: 14px;
	line-height: 22px;
	color: rgb(76,76,76);
}
h1{
	color: #0066a6;
}

h2, h3{
	color: rgb(76,76,76);
 }
.main-wrapper{
	max-width: 1280px;
	width: auto;
	margin: auto;
}

.fancy-link{
	color: #0066a6;
	text-decoration: none;
}

.vertical-align-middle{
	display:inline-block;
	vertical-align: middle;
}

.fancy-link:before{
   content: "\00BB";

}
.button-primary{
	color: white;
	background-color: #0068a9;
	text-align: center;
	padding: 15px 0px 15px 0px;
	display: block;
	width: 90%;
	text-decoration: none;
	font-size: 26px;

}
.button-primary:hover{
	background-color: #e31836;
}
#l2-donate{
	margin: 40px 0px 80px 0px;
}
.donate-button{
	box-shadow: 0 2px 5px black;
	position: fixed;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #e31836;
	right: 30px;
	top: 62%;
	margin-top:-70px;
	z-index: 2;
	display: none;
}
.donate-button:hover{
	transform: scale(1.1);
	background-color: #0068a9;
}
.donate-text{
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: white;
	text-align: center;
}
.hero-image{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 400px;
    max-height: 400px;
}

.left-bar{
	padding: 10px;
	width: 22%;
	box-sizing: border-box;
	display: inline-block;
	background-color: #f8f9f9;
	vertical-align: top;
	position: relative;
	margin-top: 10px;
	height: 100%;

}

.left-bar h2{
	font-size: 20px;
}

.left-bar img{
	max-width: 100%;
	height: auto;
}

.left-bar p{
	line-height: 22px;
	color: rgb(80,80,80);
}

.left-gutter{
	width: 50%;
  	width: calc((100vw - 1280px) / 2);
	background-color: #f8f9f9;
	position: absolute;
	height: 90vh;
	margin-top: 10px;
	z-index: -1;

}
.main-content{
	margin-top: 10px;
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 40px;
	background-color: white;
}

.fb-post{
	overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
}
.facebook-feed-block > p > iframe {
	 min-width: 100% !important; 
	 width: 100% !important;
 }


 ._5pcb, ._5tmf, ._50f3{
 	width: auto !important;	
 }

.three-col{
	padding: 20px 40px 0 40px;
	width: 53%;
}

.sidebars{
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 20px;
}

.right-bar{
	display: inline-block;
	width: 24%;
	vertical-align: top;
    padding: 20px 0 0 0;

	margin-top: 10px;
	box-sizing: border-box;
}

.service-map-info-container{
	margin-top: 20px;
}
/* Begin Styling for feeds */

.feed-page{
	padding: 10px 40px;
}

.recent-news{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 30% 10px 0px
}
.news-feed-block{
	padding: 10px 5px;
}
.news-feed-block p{
	margin: 0;
	line-height: 22px;
	font-size: 16px;
}
.news-feed-block a{
	font-size: 14px;
}
.news-header{
	 color: #0066a6;
	 font-size: 26px;
}	
.facebook-feed{
	max-width: 320px;
	width: 100%;
	
}
.facebook-feed-block{ 
	box-sizing: border-box;
	padding-bottom: 10px;
}
/*.fb-post, .fb-post iframe[style], .fb-post span{
    min-width: 100% !important;
    width: 100% !important;
}*/
	
.facebook-feed-block + .facebook-feed-block{
	border-top: 1px solid #ddd;
}

.facebook-feed-block h1{
	font-size:20px;
	color: #595959;
}

/* Begin styling for right-bar*/
.right-bar h1{
	font-size: 22px;
	color: #0066a6;
	margin-bottom: 0;
}
.time_circles{

	margin: 30px 0 30px 0;
}

.time_circles > div{
	display: inline-block !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;

	width: 23% !important;
	max-width: 100px;
}
.time_circles canvas{
	display: none;
	max-width: 100% !important;
}
.time_circles div{
	height: 70px;
	vertical-align: middle;
}
.time_circles > div > h4{
	font-size: 10px !important;
	line-height: normal !important;
	margin-top: 0;
	font-family: Oswald;
}
.time_circles > div >  span{
	font-size: 50px !important;
	line-height: normal !important;
	margin-top: 0;
	font-family: Oswald;
}

.service-map-container{
	max-width: 100%;
	margin: 0;
}

.map-link {
	text-decoration: none;
}
.map-link figcaption{
		padding: 0 0 0 20px;
		color: rgb(80,80,80);

}
.service-map-container img{
	max-width: 100%;
	max-height: 360px;
}

#back-to-top{
	background: url(../images/backtotop.png) no-repeat center center;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 70px;
    position: fixed;
    right: 70px;
    text-indent: -9999px;
    width: 70px;
    z-index: 1000;
}
#back-to-top:hover{

}
.foogallery-album-gallery-list .foogallery-pile h3{
	font-size: 14px;
	opacity: 0.8 !important;
}

.displaynone{
	display:none;
}

.gform_wrapper{
	padding: 10px;
	background-color: #f8f9f9;
}

/* breadcrumb style */
.crumb-wrapper{
	max-width: 1280px;
	width: auto;
	margin: auto;

}
#breadcrumbs{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 0;
    list-style:none;
    margin:5px 0;
    overflow:hidden;
    font-size: 14px;
}
  
/* end breadcrumb */

/* foo gallery styles */ 

.foogallery-album-header > p > a{

	font-size: 12px;


}

/* End foo gallery styles */

/* begin romance copy styles */

.romance-copy{
	float: right;
	width: 50%;

}
.romance-copy h1{
	margin: 75px auto auto auto;
	width: 60%;
	color: white;
	text-shadow: 0 2px 2px black;
	font-weight: lighter;
}
.mobile-romance-copy{
	display: none;
}
/* end romance copy styles */ 
@media (min-width: 1024px) and (max-width: 1280px) {
	.donate-button{
		top: 214px;
		margin-top: -70;
	}

	.donate-text {
	   	font-size: 16px;
	    top: 75%;
	    transform: translate(-50%, -75%);
	    
	}
	.mobile-romance-copy{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.donate-button{
		top: 160px;
		margin-top: -70;
	}

	.donate-text {
	   	font-size: 16px;
	    top: 75%;
	    transform: translate(-50%, -75%);
	    
	}
	.mobile-romance-copy{
		display: none;
	}

}
@media (min-width: 768px) and (max-width: 1280px) {
	.main-content img{
		max-width: 100%;
		height: auto;
	}
	.right-bar{
		display: block;
		width: 75%;
		margin: auto;
	    padding: 20px 40px 0 40px;
	}
	.time_circles{
		text-align: center;
	}
	.countdown-timer-container h1{
		text-align: center;
	}
	.left-bar{
		width: 39%;
		padding: 20px 40px 20px 40px;
		display: inline-block;

	}
	.main-content, .three-col{
		padding: 20px 40px 20px 40px;
		display: inline-block;
		width: 59%;

	}

	.service-map-container{
		width: auto;
		text-align: center;
	}
	.recent-news{
		padding: 10px;
	}
	.mobile-romance-copy{
		display: none;
	}
	.romance-copy h1{
		margin: 135px auto auto auto;
		width: 100%;

	}
}

@media (max-width: 767px) {
	.romance-copy{
		display: none;
	}
	.mobile-romance-copy{
		display: block;
		background-color: rgba(0,0,0,.9);
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.mobile-romance-copy h1{
		color: white;
		margin: 0;
		font-size: 14px;
		text-align: center;
	}
	.facebook-feed-block:last-child{
		border-bottom: 1px solid #ddd;

	}
	.hero-image{
    	background-position: 30% 0%; 
	}
	.main-content img{
		max-width: 100%;
		height: auto;
	}
	.main-wrapper{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
    	flex-direction: column;
	}
	.main-wrapper > * {
		-webkit-flex: 1;
    	flex: 1;
	}
	.right-bar{
		order: 3;
		width: 100%;
	    padding: 20px 20px 0 20px;
	}
	.left-bar{
		order: 2;
	}
	.main-content{
		order: 1;
	}
	.time_circles{
		text-align: center;
	}
	.countdown-timer-container{
		display: none;
	}
	.countdown-timer-container h1{
		text-align: center;
	}
	.left-bar, .main-content, .three-col{
		padding: 20px 20px 20px 20px;
		display: block;
		width: 100%;
	}
	.service-map-container{
		width: auto;
		text-align: center;
	}
	.recent-news{
		padding: 10px;
	}
	.donate-button{
		top: 165px;
		right: 0;
		width: 100px;
		height: 100px;
	}

	.donate-text {
	   	font-size: 16px;
	    top: 75%;
	    transform: translate(-50%, -75%);
	    
	}
	.hero-image{
		height: 200px;
	}
	.sidebars{
		padding: 0;
	}
	#back-to-top{
		right: 4%;
	}
}	
