@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600&display=swap');
@font-face {
  font-family: JustLovely;
  src: url(fonts/JustLovely.woff2) format('woff2'),
       url(fonts/JustLovely.woff) format('woff');
}
* {
	box-sizing: border-box;
}
html {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	/*background: url(images/bg2.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;*/
	font-size: 16px;
	line-height: 1.2;
	color: #444;
	overflow: scroll;
}
body {
	position: relative;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
}
a {
	color: #706A66;
}
.bg {
	display: block;
	position: fixed;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg2.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.unsalted .bg {
	background: url(images/bg_unsalted.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.freshwater .bg {
	background: url(images/bg_freshwater.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.cultural .bg {
	background: url(images/bg_cultural.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.cruising .bg {
	background: url(images/bg_cruising.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.business .bg {
	background: url(images/bg_business.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
.contact .bg {
	background: url(images/bg_contact.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: initial;
	background-size: cover;
}
header {
	display: block;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	/*height: 80px;*/
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.2);
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.freshwatermap header {
	background-color: #828282;
	border-bottom: none !important;
}
.freshwaterarchive header {
	background-color: #828282;
	border-bottom: none !important;
}
header.scrolled {
	background-color: rgba(255,255,255,0.9);
}
header a.logo {
	float: left;
	display: block;
	position: relative;
	width: 88px;
	margin: 2px 10px;
	border: none !important;
}
header a.logo .logo_img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0.01;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
header a.logo .logo_img_white {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
	opacity: 1;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
header.scrolled a.logo .logo_img {
	opacity: 1;
}
header.scrolled a.logo .logo_img_white {
	opacity: 0.01;
}
header .topnav_wrapper {
	float: right;
}
header a.btn {
	position: relative;
	display: block;
	float: right;
	width: auto;
	/*width: 8%;
	border-left: 1px solid #FFF;
	height: 80px;*/
	padding: 15px 0;
	margin: 0px 20px 0 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	height: 40px;
	font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/*letter-spacing: -0.5px;*/
	/*color: #5b6795;*/
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	border-radius: 0 !important;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
header.scrolled a.btn {
	color: #706A66;
}
.freshwatermap header a.btn:hover {
	color: #FFF;
}
.freshwaterarchive header a.btn:hover {
	color: #FFF;
}
header a.btn:hover {
	border-bottom: 1px solid #FFF;
}
header.scrolled a.btn:hover {
	border-bottom: 1px solid #706A66;
}
header a.btn.current {
	border-bottom: 1px solid #FFF;
}
header a.btn.current::after {
	content:"▾";
	font-family: "Open Sans" , Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	vertical-align: top;
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	text-align: center;
}
header.scrolled a.btn.current {
	border-bottom: 1px solid #706A66;
}
@media screen and (max-width: 1400px) {
	header a.btn {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1300px) {
	header a.btn {
		font-size: 12px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1200px) {
	header a.btn {
		font-size: 10px;
		line-height: 20px;
		margin: 0 14px 0 0;
	}
}
@media screen and (max-width: 1000px) {
	header a.btn {
		font-size: 9px;
		line-height: 20px;
		margin: 0 14px 0 0;
	}
}
@media screen and (max-width: 940px) {
	header a.btn {
		font-size: 8px;
		line-height: 20px;
		margin: 0 6px 0 0;
	}
	
}
@media screen and (max-width: 768px) {
	header a.btn {
		display: none;
	}
}
/* Menu Button */
#menu_btn {
	position: absolute;
	top: 5px;
	right: -50px;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
	cursor: pointer;
	cursor: hand;
}
@media screen and (max-width: 768px) {
	#menu_btn {
		right: 16px;
	}
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	/*background-color: #4b699d;*/
	/*background-color: #706A66;*/
	background-color: #FFF;
	margin: 6px 0;
	transition: 0.4s;
}
header.scrolled .bar1, header.scrolled .bar2, header.scrolled .bar3 {
	background-color: #706A66;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.open .bar2 {
	opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* Title */
.title {
	position: fixed;
	z-index: 99;
	margin: 0;
	top: 100px;
	left: 5%;
	color: #4b699d;
	font-family: JustLovely, Times, "Times New Roman", "serif";
	font-size: 9.5vw;
	width: 45%;
	line-height: 0.8;
	text-shadow: 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.15);
	text-align: left;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.unsalted .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
.freshwater .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
.cultural .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
.cruising .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
.business .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
.contact .title {
	color: #FFFFFF;
	width: 20%;
	text-align: left;
}
@media screen and (max-width:768px) {
	.title {
		width: 80%;
		font-size: 18vw;
	}
	.unsalted .title {
		width: 80%;
		font-size: 18vw;
	}
	.freshwater .title {
		width: 80%;
		font-size: 18vw;
	}
	.cultural .title {
		width: 80%;
		font-size: 18vw;
	}
	.cruising .title {
		width: 80%;
		font-size: 18vw;
	}
	.business .title {
		width: 80%;
		font-size: 18vw;
	}
	.contact .title {
		width: 80%;
		font-size: 18vw;
	}
}
.title.scrolled {
	position: fixed;
	top: 6px;
	left: 100px;
	font-size: 26px;
	width: 140px;
	text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 0.05);
	color: #706A66;
}
.unsalted .title.scrolled {
	left: 100px;
	width: 120px;
}
.freshwater .title.scrolled {
	left: 100px;
	left: 100px;
	width: 120px;
}
.cultural .title.scrolled {
	left: 100px;
	width: 120px;
}
.cruising .title.scrolled {
	left: 100px;
	width: 120px;
}
.business .title.scrolled {
	left: 100px;
	width: 120px;
}
.contact .title.scrolled {
	left: 100px;
	width: 120px;
}
.subtitle {
	position: relative;
	display: block;
	width: 25%;
	color: #FFF;
	opacity: 0.9;
	font-size: 2vw;
	text-transform: uppercase;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	height: 270px;
	overflow: hidden;
	margin-top: calc(100vh - 270px);
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	/*background: rgba(0,0,0,0.1);*/
}
.openpoint {
	position: absolute;
	top: -70px;
}
.unsalted .subtitle {
	width: 50%;
	font-size: 2vw;
}
.freshwater .subtitle {
	width: 50%;
	font-size: 2vw;
}
.cultural .subtitle {
	width: 50%;
	font-size: 1.75vw;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}
.cruising .subtitle {
	width: 50%;
	font-size: 1.75vw;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}
.business .subtitle {
	width: 50%;
	font-size: 1.75vw;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}
.contact .subtitle {
	width: 50%;
	font-size: 1.75vw;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.9);
}
@media screen and (max-width:1000px) {
	.subtitle {
		width: 50%;
		font-size: 4vw;
	}
	.unsalted .subtitle {
		width: 50%;
		font-size: 2vw;
	}
	.freshwater .subtitle {
		width: 50%;
		font-size: 2vw;
	}
	.cultural .subtitle {
		width: 70%;
		font-size: 2vw;
	}
	.cruising .subtitle {
		width: 70%;
		font-size: 2vw;
	}
	.business .subtitle {
		width: 70%;
		font-size: 2vw;
	}
	.contact .subtitle {
		width: 70%;
		font-size: 2vw;
	}
}
@media screen and (max-width:768px) {
	.subtitle {
		width: 80%;
		font-size: 5vw;
	}
	.unsalted .subtitle {
		width: 80%;
		font-size: 4vw;
	}
	.freshwater .subtitle {
		width: 80%;
		font-size: 4vw;
	}
	.cultural .subtitle {
		width: 80%;
		font-size: 4vw;
	}
	.cruising .subtitle {
		width: 80%;
		font-size: 4vw;
	}
	.business .subtitle {
		width: 80%;
		font-size: 4vw;
	}
	.contact .subtitle {
		width: 80%;
		font-size: 4vw;
	}
}
.arrow {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 20px auto;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	opacity: 0.7;
	
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.arrow img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width:768px) {
	.arrow {
		width: 60px;
		height: 60px;
	}
}
.arrow:hover {
	/*transform:rotate(180deg);*/
	opacity: 1;
}
.arrow.scrolled {
	transform:rotate(180deg);
}
.content {
	position: relative;
	width: 80%;
	margin: 80px auto 20px auto;
	padding: 20px;
}
@media screen and (max-width: 1000px) {
	.content {
		width: 90%;
		margin: 10px auto 20px auto;
	}
}
@media screen and (max-width: 768px) {
	.content {
		width: 94%;
		margin: 10px auto 20px auto;
	}
}
.content_bg {
	float: left;
	width: 100%;
	padding: 30px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .97);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.unsalted .content_bg {
	width: 70%;
}
.freshwater .content_bg {
	width: 65%;
}
.cultural .content_bg {
	width: 70%;
}
.cruising .content_bg {
	width: 70%;
}
.business .content_bg {
	width: 70%;
}
.sidebar {
	position: relative;
	float: right;
	width: 27%;
	padding: 30px;
	margin-bottom: 40px;
	left: 1000px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .94);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	
	-webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}
.freshwater .sidebar {
	width: 32%;
	font-size: 14px;
}
.freshwater .sidebar ul {
	margin-left: 10px;
	padding-left: 0;
}
.freshwater .sidebar li {
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
}
.cultural .sidebar {
	font-size: 14px;
}
.cruising .sidebar {
	font-size: 14px;
}
.business .sidebar {
	font-size: 14px;
}

.sidebar.viz {
	left: 0;
}
@media screen and (max-width: 768px) {
	.content_bg {
		width: 100% !important;
	}
	.sidebar {
		width: 100% !important;
		margin-top: 40px;
		margin-bottom: 0;
	}
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
	.content_bg, .sidebar {
		background-color: rgba(255, 255, 255, .6);

		backdrop-filter: blur(2em);
		-webkit-backdrop-filter: blur(2em);
	}
}
@supports ( -moz-appearance:none ){
	.content_bg, .sidebar {
		background-color: rgba(255, 255, 255, .94);
	}
}
.content h3 {
	display: inline-block;
	width: 100%;
	font-size: 1.5vw;
	line-height: 1.1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	color: #706a66;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
@media screen and (max-width:768px) {
	.content h3 {
		font-size: 20px;
	}
}
.content h2 {
	display: inline-block;
	width: 100%;
	font-size: 6vw;
	line-height: 0.9;
	font-family: JustLovely, Times, "Times New Roman", "serif";
	color: #706a66;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	.content h2 {
		font-size: 50px;
	}
}
.greatlakes_fade {
	display: inline-block;
	width: 50%;
	margin: 0 25%;
}
.pickermap {
	display: block;
	width: 60%;
	margin: 0 20%;
	/*overflow: hidden;*/
	position: relative;
	/*background: rgba(0,0,0,0.1);*/
}
@media screen and (max-width: 768px) {
	.pickermap {
		width: 80%;
		margin: 0 10%;
	}
}
.pointy {
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.pickermap .pointy {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -2000px;
	width: 16px;
	height: 16px;
	background: #900;
	border-radius: 16px;
	font-size: 8px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	
}
.pickermap img.greatlakes_fade {
	display: block;
	width: 100% !important;
	margin: 0;
}
.icongrid {
	display: grid;
	margin-top: 40px;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(8, 1fr);
}
.icongrid.thank {
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
	.icongrid {
		grid-template-columns: repeat(4, 1fr);
	}
	.icongrid.thank {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.icongrid {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 20px;
	}
	.icongrid.thank {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 499px) {
	.icongrid {
		grid-template-columns: repeat(1, 1fr);
	}
	.icongrid.thank {
		grid-template-columns: repeat(1, 1fr);
	}
}
.icongriditem {
	position: relative;
	display: block;
	padding: 5px;
	overflow: hidden;
	/*background: rgba(0,0,0,0.04);*/
	/*font-family: JustLovely, Times, "Times New Roman", "serif";*/
	font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	/*font-size: 2vw;*/
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #716A65;
	text-decoration: none;
	/*border: 1px solid rgba(0,0,0,0.08);*/
	opacity: 0;
	
	-webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}
.icongriditem.viz {
	opacity: 0.7;
}
.icongriditem.viz:hover {
	opacity: 1;
}
.icongriditem.thank,
.icongriditem.thank.viz {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	padding-right: 14px;
	opacity: 0.7 !important;
	cursor: pointer;
	cursor: hand;
	
	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.icongriditem.thank.current,
.icongriditem.thank.current.viz {
	color: #900;
}

.icongriditem.thank sup {
	position: absolute;
	left: 0;
	top: 0;
	background: #706a66;
	font-size: 12px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 26px;
	height: 26px;
	width: 26px;
	padding: 0;
	border-radius: 26px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
.icongriditem.thank:hover sup {
	background: #706a66;
}
.icongriditem.thank.current sup,
.icongriditme.thank.current:hover sup {
	background: #900;
}

.icongriditem.thank a,
.icongriditem.thank.viz a {
	color: #716A65 !important;
	word-break: break-all;
	opacity: 0.7 !important;
	text-decoration: none;
	font-weight: normal;
}
.icongriditem.thank a:hover,
.icongriditem.thank.viz a:hover {
	color: #716A65 !important;
	text-decoration: underline;
	opacity: 1 !important;
}

@media screen and (max-width:768px) {
	.icongriditem {
		opacity: 1 !important;
	}
}

.icongriditem.thank.viz {
	opacity: 0.7 !important;
}
.icongriditem.thank:hover {
	opacity: 1 !important;
}
.icongriditem img {
	display: block;
	width: 26%;
	max-width: 26%;
	overflow: hidden;
	margin: 0 37% 4px 37%;
	padding: 0;
}
/*@media screen and (max-width: 1200px) {
	.icongriditem {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.icongriditem {
		font-size: 40px;
	}
}*/
footer {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	padding: 20px 20px 40px 20px;
	color: #FFF;
	text-align: left;
}
.unsalted footer {
	width: 70%;
	padding: 20px 20px 40px 20px;
}
footer a {
	color: #FFF !important;
}
.footer_title {
	font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
}
.offcanvas {
	display: block;
	position: fixed;
	z-index: 97;
	width: 100%;
	height: 100%;
	overflow: scroll;
	top: -150vh;
	right: 0px;
	padding: 50px 30px 30px 30px;
	background-color: rgba(255, 255, 255, .97);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.offcanvas.open {
	top: 0px;
}
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
	.offcanvas {
		background-color: rgba(255, 255, 255, .5);

		backdrop-filter: blur(2em);
		-webkit-backdrop-filter: blur(2em);
	}
}
@supports ( -moz-appearance:none ){
	.offcanvas {
		background-color: rgba(255, 255, 255, .94);
	}
}
.offcanvas .icongrid {
	display: grid;
	margin-top: 40px;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}
.offcanvas .icongriditem {
	opacity: 1;
}

/* Content Styles */
.historiated_initial {
	position: relative;
	font-family: JustLovely, Times, "Times New Roman", "serif";
	font-size: 120px;
	line-height: 100px;
	/*color: #e6b868;*/
	color: #8C5901;
	display: block;
	width: auto;
	float: left;
}
.historiated_initial sup {
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.freshwater .historiated_initial {
	color: #27839e;
}
.cultural .historiated_initial {
	color: #43581E;
}
.cruising .historiated_initial {
	color: #3e76a2;
}
.business .historiated_initial {
	color: #ca643f;
}
.contact .historiated_initial {
	color: #ca643f;
}
.lead {
	position: relative;
	float: left;
	text-transform: uppercase;
	color: #8C5901;
	padding-top: 45px;
}
.freshwater .lead {
	color: #27839e;
}
.cultural .lead {
	color: #43581E;
}
.cruising .lead {
	color: #3e76a2;
}
.business .lead {
	color: #ca643f;
}
.contact .lead {
	color: #ca643f;
}
.citygrid_wrapper {
	margin-top: 20px;
	padding: 30px;
	background-color: #6ba7b9;
}
.citygrid_wrapper h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.citygrid_wrapper span {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-top: 10px;
}
.citygrid {
	display: grid;
	width: 100%;
	overflow: hidden;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width:1000px) {
	.citygrid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:800px) {
	.citygrid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:400px) {
	.citygrid {
		grid-template-columns: repeat(1, 1fr);
	}
	.citygrid_wrapper h4 {
		font-size: 20px;
		line-height: 22px;
	}
}

.lakegrid_wrapper {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 30px;
	background-color: #ca643f;
}
.lakegrid {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	/*background: rgba(0,0,0,0.1);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(2, 1fr);*/
}
.lakegrid div {
	float:left;
	width: 48%;
	overflow: hidden;
	padding: 10px;
	margin-top: 20px;
	background: rgba(0,0,0,0.1);
}
.lakegrid div:nth-child(even) {
	margin-left: 4%;
}
.lakegrid div h5 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0 0 2px 0;
}
.lakegrid div table {
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
.lakegrid div table td {
	padding: 3px;
}
.lakegrid div table td:nth-child(3n + 1) { 
	text-align: left;
}
.lakegrid div table td:nth-child(3n + 3) {
	text-align: right;
	vertical-align: baseline;
}

@media screen and (max-width:599px) {
	.lakegrid div {
		width: 100%;
	}
	.lakegrid div:nth-child(even) {
		margin-left: 0;
	}
}

.lakegrid_wrapper h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.lakegrid_wrapper span {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-top: 10px;
	font-style: italic;
}

.coverlink {
	display: block;
	position: absolute;
	z-index: 3;
	right: 5%;
	top: 100px;
	width: 20%;
	color: #4b699d;
	text-align: right;
}
@media screen and (max-width:768px) {
	.coverlink {
		margin-top: 36%;
		width: 100%;
		float: left;
		clear: left;
		right: 0;
		color: #FFF;
		text-align: center;
	}
	.coverlink {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}
.coverlink img {
	display: block;
	width: 100%;
	height: auto;
	
}