body{
	background: whitesmoke;
	font-size: 16px;
	font-family: 'open_sansregular';
	font-weight: 300;
	color: #212121;
}
html{

}
.header{
	height: 140px;
	font-family: 'stonehengeregular';
}

a{
	color: #212121;
}

.newsletter-link {
	display: block;
	padding: 5px 0;
}


.banner{
	background: #1565C0;
	display: block;
	top: 25px;
	position: relative;
	color: #E3F2FD;
	height: 75px;
	width: 110%;
	margin-left: -5%;
	-webkit-box-shadow: 0 8px 6px -6px grey;
	   -moz-box-shadow: 0 8px 6px -6px grey;
	        box-shadow: 0 8px 6px -6px grey;
}
.header-wrapper{
	margin: 0px auto;
	width: 1000px;
	height: 100px;
}
.title{
	position: relative;
	vertical-align: top;
	font-size: 50px;
	width: 840px;
	/*left:10px;*/
	text-align: left;
	line-height: 82px;
	display: inline-block;
	/*background: orange;*/
}
.logo{
	margin:0px;
	display: inline-block;
	width: 147px;
	position: relative;
	top: -35px;
	left: -15px;
	background: url("../img/celtic2.png");
	height: 128px;
}
h1{
	font-size: 23px;
	padding: 10px 0px;
}

p{
	line-height: 23px;
	padding-bottom: 20px;
}
.container{
	margin: 12px auto;
	width: 960px;
	background: white;
	border: 1px solid #e8e8e8;
	/*padding:12px;*/
}
.sidebar{
	display: inline-block;
	width:240px;
	height: 100%;
	padding: 0px 5px 0px 10px;
	vertical-align: top;
}
.content{
	display: inline-block;
	width: calc(100% - 290px);
	/*background: orange;*/
	padding: 0px 15px;
}

.content.padding-bottom {
	padding-bottom: 50px;
}


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

	.header{
		height: 100px;
	}


	.sidebar{
		display: block;
		width: 100%;
		text-align: center;
		display: none;
	}
	.container{
		width: 100%;
		padding: 0px;
	}

	.content{
		width: 90%;
		margin: 0px;
	}
	.banner{
		/*background: red;*/
		display: block;
		width: 100%;
		margin: 0px auto;
		/*top: 25px;*/
		top: 0px;
		position: relative;
		/*height: 0px;*/
	}
	.header-wrapper{
		margin: 0px auto;
		width: 100%;
	}
	.title{
		position: relative;
		vertical-align: middle;
		width: 100%;
		font-size: 1.5em;
		overflow: hidden;
		text-align: center;
		line-height: 80px;
		margin:0px;
		height: 100px;
		display: inline-block;

	}
	.logo{
		display:none;
	}

	.title{

	}
	.container{
		width: 100%;
		font-size: 1em;
		padding: .5em;
	}




}