@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height: 100%;
	width: 100%;
	font-family: "TorontoSubway", "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* ie 6/7 */
h1, h2, h3 {
	font-family: "TorontoSubwayBold";
	text-transform: uppercase;
	text-align: center;
}
	h1#mapHeading { font-size: 1.5em; }
	h1 { font-size: 2.25em; letter-spacing: 0.12em; }
	h2 { font-size: 1em; letter-spacing: 0.075em; }
	h3 { font-size: 0.875em; letter-spacing: 0.065em; font-family: "TorontoSubway"; }
	p {
		font-size: 0.975em;
		line-height: 1.6em;
		color: #808080;
	}
body {
	width: 100%;
	text-align: center;
}
#stickyWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}
#tableTop {
	display: table;
	width: 100%;
}
header {
	width: 100%;
	display: table-footer-group;
}
	header #loversLogo {
		width: 80%;
		max-width: 400px;
	}
#tableGap {
	display: table-cell;
	padding-top: 50px;
}
nav {
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	display: table-header-group;
	border-spacing: 50px;
}
	nav > ul#menulist {
		padding-bottom: 12px;
		font-family: "TorontoSubwayLight";
	}
	nav > ul > li {
		display: block;
		text-align: left;
	}
		nav > ul > li > a {
			display: block;
			color: #ffffff;
			padding-left: 25px;
			padding-top: 6px;
			padding-bottom: 6px;
		}
			nav > ul > li > a:active {
				color: #000000;
				background-color: #e2e2e2;
				text-decoration: none;
			}
			nav > ul > li > a:visited {
				color: #ffffff;
				text-decoration: none;
			}
			nav > ul > li > a:hover {
				color: #000000;
				text-decoration: none;
				background-color: #e2e2e2;
			}
			.currentPage {
				text-decoration: underline;
			}
	nav > a {
		color: #ffffff;
		font-size: 3em;
		text-decoration: none;
	}
	nav > a:visited {
		text-decoration: none;
		color: #ffffff;
	}
		.mobilenavfix {
			position: fixed;
			top: 0;
			left: 0;
			display: block;
		}
		.mobilemenuview {
			display: block;
			background-color: #000000;
			padding-right: 25px;
		}
			/* Open-Close functionality */
			nav span:nth-of-type(1):target ~ #menulist {
				display: block;
				visibility: visible;
			}
			nav span:nth-of-type(1):not(:target) ~ #menulist {
				display: none;
				visibility: hidden;
			}
			/*
			Show-Hide functionality:			
			1. Hides the "Show menu" link
			*/
			nav span:nth-of-type(1):target ~ .mobilemenuview:nth-of-type(1) {
				display:none;
				visibility: hidden;
			}
			/*
			2. Hides the "Close menu" link
			*/
			nav span:nth-of-type(1):not(:target) ~ span:nth-of-type(2):not(:target) ~ .mobilemenuview:nth-of-type(2),
			nav span:nth-of-type(2):target ~ .mobilemenuview:nth-of-type(2) {
				display: none;
				visibility: hidden;
			}		
.largeImage {
	width: 100%;
	z-index: 10;
	margin-top: 40px;
	height: 300px;
	background-size: cover;
	background-position: center;
}
.cutOut {
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -55px;
	background-color: #ffffff;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	width: 330px;
}
	.cutOut > h1 {
		padding-bottom: 1em;
	}
	.cutOut > p {
		margin-bottom: 1.8em;
	}
	.cutOut > p:last-child { margin-bottom: 0; }
.title {
	padding-top: 80px;
	padding-bottom: 45px;
}
.contentRow {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}
	.contentBlock {
		border-bottom: solid 1px #e2e2e2;
		margin-bottom: 25px;
		padding-top: 25px;
		padding-bottom: 35px;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
	}
	.contentBlock.emptyBlock {
		border: none;
		visibility: hidden;
		display: none;
	}
		.contentBlock > .blockImage {
			background-position: center;
			background-size: cover;
			height: 280px;
		}
		.contentBlock > h2, .contentBlock > p {
			padding-left: 20px;
			padding-right: 20px;
		}
			.contentBlock > h2 {
				padding-top: 20px;
				padding-bottom: 10px;
			}
	.oneCol, .twoCol { width: 100%; }
footer, .push { height: 150px; }
footer {
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 45px;
	padding-bottom: 85px;
	margin-top: 80px;
	display: table;
}
	footer > div#logos {
		vertical-align: middle;
		display: table-footer-group;
	}
		footer > div#logos img#renovaLogo { width: 100px; }
		footer > div#logos img#gbcLogo { width: 75px; }
		footer > div#social img#facebookIcon { width: 12px; }
		footer > div#social img#twitterIcon { width: 25px; }
		footer > div#social img#instagramIcon { width: 21px; }
	footer > div#social {
		vertical-align: middle;
		display: table-header-group;
	}
		footer > div > a > img { vertical-align: middle; }
		footer #logos a { margin-right: 40px; }
		footer #social a { margin-left: 15px; }
			footer #logos a:last-child { margin-right: 0px; }
			footer #social a:first-child { margin-left: 0px; }
	footer #footerGap {
		display: table-cell;
		padding-top: 25px;
		padding-bottom: 25px;
	}
		footer #footerGap hr.footerLine {
			color: #e2e2e2;
			background-color: #e2e2e2;
		}
section#intro { text-align: center; }
hr.dividingLine {
	width: 180px;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
	hr.textLine {
		color: #808080;
		background-color: #808080;
	}
.postImage, .postImage img {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin-top: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.galleryReturn { margin-top: 35px; }
.galleryReturn a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
	.galleryReturn a:active {
		text-decoration: underline;
		color: #000;
	}
	.galleryReturn a:visited {
		text-decoration: none;
		color: #000;
	}
	.galleryReturn a:hover {
		text-decoration: underline;
		color: #000;
	}
.galleryReturn::before {
	content: '\27A4';
	display: inline-block;
	padding-left: 8px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1024px) {
	#tableTop {
		display: block;
	}
	header {
		display: block;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	#tableGap {
		display: none;
		visibility: hidden;
	}
	nav {
		display: block;
		color: #000000;
		background-color: #ffffff;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-top: solid 1px #d6d6d6;
		border-spacing: 0;
		padding-top: 14px;
	}
	.mobilenavfix {
		display: none;
		visibility: none;
	}
	.mobilemenuview {
		display: none;
		visibility: none;
	}
	nav #menulist {
		display: block;
		visibility: visible;
		padding-bottom: 0;
	}
		nav span:nth-of-type(1):target ~ #menulist {
			display: block;
			visibility: visible;
		}
		nav span:nth-of-type(1):not(:target) ~ #menulist {
			display: block;
			visibility: visible;
		}
		nav > ul > li {
			display: inline;
			margin-right: 25px;
		}
		nav > ul > li:last-child {
			margin-right: 0px;
		}
			nav > ul > li > a {
				display: inline-block;
				color: #000000;
			}
				nav > ul > li > a:active {
					text-decoration: underline;
					background-color: #ffffff;
					color: #000000;
				}
				nav > ul > li > a:visited {
					text-decoration: none;
					color: #000000;
				}
				nav > ul > li > a:hover {
					text-decoration: underline;
					background-color: #ffffff;
					color: #000000;
				}
	nav, .contentRow {
		width: 930px;
	}
		.twoCol {
			width: 450px;
			margin-right: 25px;
		}
		.contentRow > :nth-child(2n+2) { margin-right: 0; }
	.largeImage {
		height: 560px;
		margin-top: 80px;
	}
	.cutOut {
		width: 980px;
		padding-left: 95px;
		padding-right: 95px;
	}
	.contentBlock > .blockImage {
		height: 450px;
	}
	.contentBlock.emptyBlock {
		border: none;
		visibility: visible;
		display: inline-block;
	}
	footer {
	text-align: justify;
	display: block;
	}
		footer > div#logos, footer > div#social {
			display: inline-block;
		}
		footer > div#footerGap {
			display: none;
			visibility: hidden;
		}
		footer:after {
			content: "";
			width: 100%;
			display: inline-block;
		}
}