* {
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: 100%;
	font-family: inherit;
}
html {
	background: white;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: black;
	font-family: 'Cabin', sans-serif;
	line-height: 1.4;
}
#top_navigation_spacer {
	height: 111px;
}
#top_navigation_container {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: white;
	border-bottom: 1px solid #5e5e5e;
}

.editing #top_navigation_spacer {
	display: none;
}
.editing #top_navigation_container {
	position: relative;
}

#top_navigation {
	max-width: 1000px;
	margin: 0 auto;
}
#logo {
	float: left;
	font-weight: bold;
	height: 111px;
	overflow: hidden;
}
#logo a {
	display: block;
	padding: 32px 6px 22px 6px;
	color: black;
}
#logo a img {
	display: block;
	width: 273px;
	height: 33px;
	margin-bottom: 0.1em;
}
#logo a br {
	display: none;
}
#top_menu_container {
	float: right;
	height: 111px;
}
#top_menu {
	list-style: none;
	margin: 0;
	white-space: nowrap;
	border-left: 1px solid #005237;
	font-weight: bold;
}
.editing #top_menu {
	margin: -1px;
}
#top_menu > li {
	height: 111px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: white;
}
#top_menu > li.home {
	display: none;
}
#top_menu > li > a {
	text-decoration: none;
	color: black;
	display: block;
	line-height: 67px;
	padding: 44px 12px 0 12px;
	border-right: 1px solid #005237;
}
#top_menu > li:hover > a,
#top_menu > li.open > a {
	background-color: #005237;
	color: white;
}
#top_menu > li.empty > a {
	cursor: default;
}
#top_menu > li > a > .label {
	display: block;
}
#top_menu > li.has_sub_menus > a > .label {
	padding-right: 18px;
	background: transparent url('../images/top-menu-chevron.png') no-repeat scroll right 54%;
}
#top_menu > li.has_sub_menus:hover > a > .label,
#top_menu > li.has_sub_menus.open > a > .label {
	background-image: url('../images/top-menu-chevron-active.png');
}
#top_menu > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	padding: 15px 0;
	background: white;
	border-top: 1px solid #5e5e5e;
}
#top_menu > li:hover > ul,
#top_menu > li.open > ul {
	display: block;
}
#top_menu > li > ul > li {
	padding: 0 0 0 12px;
	background: white;
}
#top_menu > li > ul > li:hover,
#top_menu > li > ul > li.open {
	background-position: left center;
}
#top_menu > li > ul > li > a {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 25px;
	background: white;
	padding: 0 	40px 0 14px;
	font-weight: normal;
}
#top_menu_button {
	display: none;
}
#top_menu_button * {
	vertical-align: middle;
}
@media screen and (max-width: 1150px) {
	#top_menu_button {
		display: block;
		padding: 1em;
	}
	#top_menu {
		display: none;
		border-bottom: 2px solid #ccc;
		position: absolute;
		right: 0;
		top: 91px;
	}
	#top_menu > li {
		display: block;
		height: auto;
	}
	#top_menu > li > a {
		padding-top: 0;
		line-height: 40px;
	}
	#top_menu > li > ul {
		right: 100%;
		top: 0;
		border-top: none;
		border-bottom: none;
		margin: 0;
	}
	#top_menu > li > ul > li > a {
		line-height: 40px;
	}
}


@media screen and (max-width: 600px) {
	#top_navigation {
		font-size: 12px;
	}
	#top_navigation_spacer,
	#logo,
	#top_menu_container {
		height: 55px;
	}
	#logo {
		font-weight: normal;
	}
	#logo a {
		padding-top: 16px;
		padding-bottom: 11px;
	}
	#logo a img {
		width: 136px;
		height: 16px;
	}
}


#banner {
	height: 0;
	padding-bottom: 24.72%;
	background: #5e5e5e;
	position: relative;
}
.banner-image {
	background: transparent none no-repeat scroll center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
@media screen and (min-width: 1440px) {
	#banner {
		height: 356px;
		padding-bottom: 0;
	}
}
#banner.large {
	padding-bottom: 53.47%;
}
@media screen and (min-width: 1440px) {
	#banner.large {
		height: 770px;
		padding-bottom: 0;
	}
}
#banner.large #banner_image {
	padding-bottom: 0;
}
#banner_image.editing img {
	margin: 0 auto;	
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
#banner_image.editing .static_page_element_image_placeholder {
	background: none;
}
#banner_caption {
	color: white;
	line-height: 100px;
	font-size: 72px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 800px) {
	#banner_caption { font-size: 47px; }
}

#banner.large #banner_caption {
	top: 200px;
	line-height: 1;
}
#banner.large #banner_caption,
#banner.large #banner_caption a {
	font-weight: normal;
}
#banner.large #banner_caption strong {
	font-weight: 900;
}
#banner.large #banner_caption #banner_caption_content {
	text-transform: none;
	font-size: 14px;
	margin-top: 1.5em;
	line-height: 1.4;
}
#banner_caption a {
	color: white;
}

#banner_chevron {
	position: absolute;
	margin-left: -28px;
	left: 50%;
	bottom: 50px;
}
#banner.large #banner_chevron {
	bottom: 150px;
}
#content_container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 40px;
}

@media screen and (max-width: 800px) {
	#content_container {
		padding: 3.75% 5%;
	}
}

.two-column-container {
	margin: -40px;
}
.two-column-container .content-column-left-container,
.two-column-container .content-column-right-container {
	width: 50%;
}
.two-column-container .content-column-left-container {
	float: left;
}
.two-column-container .content-column-right-container {
	float: right;
}
.two-column-container .content-column-left {
	padding: 40px;
}

.content-column-left-container h1:first-child {
	margin-top: -0.4em !important;
}

.two-column-container .content-column-right {
	padding: 0 40px 40px 40px;
}

.content-column-right-caption-container {
	margin: 0 -40px -0 -55px;
	padding-left: 15px;
	background: transparent url('../images/right-column-caption-chevron.png') no-repeat scroll left center;
}
.content-column-right-caption {
	padding: 40px;
	background: #333;
	color: white;
	text-align: center;
}
.content-column-right-image-container {
	margin: 0 -40px;
}
.content-column-right-image img {
	width: 100%;
	height: auto !important;
}

@media screen and (max-width: 800px) {
	.two-column-container .content-column-left-container,
	.two-column-container .content-column-right-container {
		width: 100%;
		float: none;
	}
}

#footer_map_container {
	position: relative;
	overflow: hidden;
}
#footer_map_caption_container {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}
@media screen and (max-width: 1000px) {
	#footer_map_caption_container {
		left: 0;
		right: 0;
		width: auto;
		margin-left: 0;
	}
}
#footer_map_caption {
	position: absolute;
	bottom: 0;
	width: 284px;
	padding: 24px;
	background: white;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
}

#footer_container {
	background: #005237;
}
#footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #005237;
	color: white;
	display: table;
}
#footer .footer-column {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding: 40px 0;
}
#footer.with-donation-button .footer-column {
	width: 40%;
	vertical-align: middle;
}
#footer.with-donation-button #footer_donation_button_container.footer-column {
	width: 20%;
	text-align: center;
}
#footer_donation_button_container a {
	display: inline-block;
}
#footer_donation_button_container img {
	display: block;
}


#footer_login {
	text-align: left;
}
#footer_login a {
	color: #527a21;
	margin-right: 30px;
}
#footer_links_container {
	text-align: right;
}
#footer_links,
#footer_church_of_england {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
#footer_links a {
	text-decoration: none;
	color: white;
	margin-left: 30px;
	font-weight: normal;
}

#footer_church_of_england img {
	display: block;
	vertical-align: middle;
	margin-left: 40px;
}

@media screen and (max-width: 1150px) {
	#footer {
		display: block;
		padding: 15px 0;
	}
	#footer .footer-column {
		box-sizing: border-box;
		padding: 15px 0;
		width: 100% !important;
		display: block;
	}
	#footer_login,
	#footer_links {
		margin: 0;
		text-align: center;
	}
	#footer_login a,
	#footer_links a {
		margin: 0 15px;
	}
	#footer_links_container {
		text-align: center;
	}
	#footer_links_container p {
		display: block;
		text-align: center;
	}
	#footer_church_of_england img {
		margin: 1em auto 0 auto;
	}
}