/*
dark blue: #160D47
gray: #686159
greenish: #82A09F;
nav highlight (darker greenish): #445757
*/



/* GENERAL EVERYTHING */
*, body, html {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Libre Baskerville", serif;
}
body {
	background: #160D47;
	text-align: center;
	color: #686159;
	font-size: 13px;
}
#background {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0px 0px 40px 10px rgba(0,0,0,.2);
	height: 100%;
	position: fixed;
	max-width: calc(100% - 80px) ;
	margin: 0px auto;
	z-index: 10;
	left: 0;
	right: 0;
	pointer-events: none;
	width:960px;
}


/* boxes to fit inside the backgrounds */
.contentbox {
	max-width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 10px 40px;
	width: calc(100% - 80px);
}

/* SPECIFIC BOXES */
/* HEADER */
#pre-header {
	background: #fff;
	height: 30px;
}
#header {
	text-align: left;
	margin: 0px auto;
	z-index: 30;
	overflow: hidden;
}
#header #logo {
	background: #160D47;
	border-bottom: 2px solid #fff;
}
img{max-width:100%;background:#CCC6BE;border:10px #fff solid;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);margin:0px 0px 40px 0px;}
#header #logo img {
	max-width: 730px;
	width: 100%;
	background-color: transparent;
	padding: 0px;
	box-shadow:none;
	margin:0px;
	border:none;
}
.navs {
	background: #82A09F;
	text-algn: left;
	line-height: 21px;
	letter-spacing: 0.75px;
	border-bottom:1px solid #fff;
}
.navs a, .navs a span {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s;
}
.navs a:hover, .navs a:active, .navs a:focus, .navs a:hover span, .navs a:active span, .navs a:focus span {
	color: #445757;
}
/* HIDDEN AT LARGE SIZES */
#header #logo img.logo-mobile, .mid-size-display, .hidden-footer-navs{
	display:none;
}

/* CONTENT */
#content {
	background: #fff;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 5;
	height:auto;
}
#content .contentbox{
	padding:40px 80px 220px 40px;
	min-height:400px;
	height: auto;
	background-image: url(/images/layout_2018/lighthouse5-2014.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content .contentbox:after, #content .letter:after {
  content: "";
  display: table;
  clear: both;
}
h1, h2, h3, h4, h5 {
	color: #160D47;
	margin-bottom:15px;
	font-size: 18px;
}
h2{color:#82A09F;font-size:14px;}
p, li{margin-bottom:12px;}
button, a.button{cursor: pointer;margin-top:20px;border:0px;background:#82A09F;border-radius:4px;padding:4px 10px;color:#fff;margin:10px 0px 20px 0px;text-decoration: none;display:inline-block;font-size:85%;}
ul{margin-left:1.25em;}
.leftside{float:left;width:47%;}
.rightside{float: right;width:47%;}
blockquote{text-align:center;font-size:16px;margin-bottom:19px;margin-top:15px;border-top:1px solid #CCC6BE;border-bottom:1px solid #CCC6BE;padding:20px 0px;font-style:italic;line-height:150%;}


/* LETTERS PAGE */
.letter{padding:7px 0px 0px 0px;margin:6px 0px;border-top:1px solid #CCC6BE;cursor:pointer;}
.letter .year{font-weight:bold;}
.letter .button{float:right;margin:0px;}
.letter .info{display:block;float:left;padding:3px 0px;}
.letter:hover{opacity:0.6;transition:opacity 0.5s;}

/* FEES PAGE */
table{border:1px solid #686159;padding:0px;width:100%}
td, th{width:50%;padding:6px 10px;margin:0px;}
td{margin:-1px 0px 0px -1px;}
td.td-left, td.td-right{border-top:1px solid #CCC6BE;}
.td-left{border-right:1px solid #CCC6BE;width:65%;}
.td-right{width:35%;}
th{color:#82A09F;}

/* CONTACT PAGE */
.contactpage #content a{text-decoration:none;font-weight:normal;color:#000; transition: color 0.5s;}
.contactpage #content a:hover, .contactpage #content a:active, .contactpage #content a:focus{color:rgba(0,0,0,0.7);} 
#contact{position: absolute;z-index: 100;background:rgba(255,255,255,0.7);padding:40px;color:#000;left:60px;bottom:20px;border-radius:10px;}
.contactpage #content img{border:none !important;padding:0px !important;box-shadow:0px !important;margin:0px !important;display:block !important;}

/* FOOTER */
#footer {
	overflow: hidden;
	margin-bottom:80px;
	line-height: 150%;
}
.copyright{color:#fff;font-size:11px;}
.copyright a{color:#9A96A6;text-decoration:none;
	transition: color 0.2s;white-space: nowrap;}
.copyright a:hover, .copyright a:active, .copyright a:active{color:#fff;}
#slogan{position: absolute;bottom:0px;width:100%;padding:20px 40px;font-size:24px;font-style: italic;max-width:960px;text-align:left;}
.home #content img{padding:0px !important;box-shadow:0px !important;margin:0px !important;display:block !important;border-top:none !important;border-left:none !important;border-right:none !important;border-bottom:15px solid #fff !important;background:#fff;}
.mobile-icon{
	display:none;
}

@media (max-width:910px){
	#header #logo img {
		display:none;
	}
	#header #logo img.logo-mobile{
		display:inline;
		width:370px;
		max-width:100%;
	}
	.navs span, .copyright span{display:none;}
	.mid-size-display{display:inline !important;}
	
	
.leftside, .rightside{float: none;width:100%;}
	
.contentbox{
	padding:10px 20px !important;
}
#content .contentbox{
	padding:40px 20px 200px 20px !important;
}
	#content img{display:none;}
#slogan{padding:20px;}
}
@media (max-width:720px){
	#background{display:none;}
	#content{min-height: inherit;}
	.contentbox {
		width: 100%;
		background-size: contain;
	}
	#content .contentbox {
		min-height:inherit;
	}
	#footer .navs{display: none;}
	.hidden-footer-navs{display:block !important;margin-top: 15px;}
	.navs{
		display:none;
		line-height:100%;
		padding-bottom:10px;
		color:#82A09F;
	}
	.mobile-icon {
		display: block;
		background: #82A09F;
		font-size: 24px;
		text-align: left;
		color: #fff;
		cursor: pointer;
		padding:8px 19px;
		line-height:100%;
	}
	.navs a{
		display: block;
		text-align: left;
	}
	#slogan{position:relative;padding-top:0px;}
	.home #content img{box-shadow:none !important;border:none !important;}
	
	

}
@media(max-width:550px){
#contact{position: relative;z-index: 100;background-color:transparent;padding:40px 20px;color:#000;left:auto;bottom:auto;border-radius:0px;}
	.contactpage #content img{display:none !important;}
	
}
