@charset "utf-8";

html {
	font-family: "sofia-pro", sans-serif;
	font-size:20px;
}

html, body, div, dl, dt, dd, ol, li, h3, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

a[href^="tel"] {
  color: inherit; 
  text-decoration: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

html, body {
	height: 100%;
	width: 100%;
}



p {
	line-height: 150%;
}

p + p {
		margin: 1.5em 0 0 0;
}

h1 {
	font-family: "acumin-pro", sans-serif;
	font-size: 1.9rem;
	line-height: 2.25rem;
	margin: 0 0 .75rem 0; 
	text-align: center;
}

h2 {
	font-family: "acumin-pro", sans-serif;
		font-size: 1.5rem;
		line-height:2rem;
		margin: 0 0 .2rem 0;
	text-align: center;
}

h3 {
	font-size: 1.2rem;
	line-height:1.25em;
	letter-spacing: 2px;
}

h4 {
	font-size: 1.1rem;
	line-height:1.5rem;
	margin: 0 0 1.5rem 0;
}

ol > li {
	font-size:1rem;
	line-height:150%;
	margin: 1rem 0 1.5rem 1rem;
	}

ul > li {
	font-size:1rem;
	line-height:150%;
	margin: 0 0 1.5rem 1.5rem;
}

ul {
	margin: 1.5rem 0 0 0;
}


/** Content Layout **/


.page {
	position:relative;
	width:100%;
	height: auto;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding: 0;
	float: left;
	background-color: #8395A8;
}


.sidebarcontent {
	background-color: #133253;
	padding: 0.5rem;
	height: auto;
	width: 14rem;
	margin: 0.5rem auto 0.5rem auto;
	position: relative;
	float: none;
	text-align:center;
	color:#FFFFFF;
	box-shadow: 3px 3px 3px 1px rgba(24,24,12,0.89);
}

.content {
	padding: 1.5rem;
	height: auto;
	width: calc(96% - 3rem);
	max-width: 60rem;
	position: relative;
	margin: 1rem auto 1rem auto;
	box-shadow: 3px 3px 3px 1px rgba(24,24,12,0.89);
	line-height:1.5rem;
	background-color:#fbf1d0;
}

.spacer {
	padding: 1.5rem;
	height: 22.5rem;
	width: 37.5rem;
	position: relative;
	margin: 1.5rem calc(((100% - 57rem) / 2) - 16.5rem) 0 calc(((100% - 57rem) / 2) + 16.5rem);
	z-index:5;
}


/** Footer **/

.linespace {
	width:100%;
	height: 3rem;
	background-color:#133253;
}

.footerdiv {
	width:95%;
	margin:1.5rem auto 3rem auto;
}

div.footerdiv p {
	font-size:.9rem;
}

div.footerdiv a {
		font-weight:700;
}

div.footerdiv a:link {
	color:#133253;
}
	
div.footerdiv a:visited {
	color:#4a6a8a;
}

div.footerdiv a:hover {
	color:black;
}


.anchor {
	padding-top: 610px;
}

.nextsection {
	margin: 0 auto;
	width: auto;
	text-align:center;
}

.nextlink{
	display:inline-block;
	color: black;
	padding:15px;
	text-align: center;
	width: 6rem;
	text-decoration:none;
	background-color:rgba(255,255,255,0.30);
	
}

.nextlink:hover{
	text-decoration: underline;
}


.footer {
	background-color: #8395A8;
	width: 100%;
	height: auto;
	text-align:center;
	display: block;
	float: left;
	position:relative;
}



















