@charset "utf-8";
/* CSS Document */
html, body {
  margin:0;
  padding:0;
  height:100%;
	line-height:1.3em;
	font-size:10pt;
	font-family: "sofiaprolight";
	color:#656868;
}
html {
	-webkit-text-size-adjust: 100%;
}
label {
	display:block;
	padding:5px 0;
}
hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: none;
}
h1 {
	font-family:'true_north_texturesscriptRg';
	font-size:25pt;
	text-align:center;
	color:#000000;
	margin:20px 0;
}
h3 {
	text-transform:uppercase;
	font-family:'sofiaproregular';
}
p {
	margin-bottom:20px;
	line-height:1.3em;
	font-size:10pt;
	font-family: "sofiaprolight";
	color:#656868;
}
table {
	margin:0 auto;
}
td {
	padding:5px 20px;
	text-align:left;
	line-height:1.3em;
	font-size:10pt;
	font-family: "sofiaprolight";
	color:#656868;
}
th {
	text-align:left;
	text-transform:uppercase;
	font-family:'sofiaproregular';
}
#wrapper {
  min-height:100%;
  position:relative;
}
#content {
	padding-bottom:100px; /*height of footer element */
	background:#ffffff;
}
#templatecontainer {
	width:1020px;
	margin: 0 auto;
	/*padding-left:80px;*/
}
footer {
	width:100%;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;
}
footer .separator {
	max-width:1280px;
	border-top:#999 solid 1px;
	margin: 10px auto;	
}
footer #social {
	text-align:center;
}
footer #social img {
	margin:0 3px;
}
#footertext {
	text-align:center;
	line-height:13pt;
	margin:10px auto;
	font-size:8.5pt;
	letter-spacing: 1px;
	font-weight:300;
}
.cardshadow {
	box-shadow:rgba(1,1,1,0.3) 2px 2px 10px;
}
.pageIcon {
	display:inline-block;
	text-align:center;
	background-color:#73c1ce;
	color:#fff;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow:rgba(1,1,1,0.1) 2px 2px 4px;
}
.page_selected {
	background-color:#95CDD7;
}
.page_blank, .page_visited {
	background-color:#73c1ce;
}
.page_disabled {
	color:#73c1ce;
	background-color:#ffffff;
	border:#ddd solid 1px;
}
.pageIcon:nth-of-type(odd) {
	margin-right:5px;
}
.pageIcon:last-of-type {
	margin-right:8px;
}
.onecol {
	width:80%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
@media all and (max-width: 800px) {
	#content {
		padding-top:40px;
		width:600px;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.contentblock {
		padding:0;
	}
	#footertext {
		width:90%;
	}
	#controls {
		text-align:center;
		width:100%;
	}
	#steps aside {
		text-align:center;
	}
	.step, .steptxt {
		display:none;
	}
	.mobilehide {
		display:none;
	}
}
@media all and (min-width: 801px) {
	#content {
		max-width:1280px;
		margin-left:auto;
		margin-right:auto;
		padding-top:100px;
	}
	.contentblock {
		padding:20px 0;
	}
	#footertext {
		width:60%;
	}
	#steps {
		padding:0 20px;
	}
	#steps div aside {
		float:left;
		width:50%;
	}
	#steps aside:nth-child(2) {
		text-align:right;
	}
}
.step {
	font-size:9pt;
	height:20px;
	width:20px;
	line-height:18px;
	box-shadow:rgba(1,1,1,0.1) 2px 2px 4px;
}
.stepsel {
	text-align:center;
	background-color:#b5dfe3;
	color:#fff;
	float:left;
}
.stepnorm {
	text-align:center;
	background-color:#73c1ce;
	color:#fff;;
	float:left;
}
.steptxt {
	font-size:9pt;
	line-height:18px;
	float:left;
	margin-left:10px;
	margin-right:15px;
}
.btn {
  background: #87d8e0;
  background-image: -webkit-linear-gradient(top, #87d8e0, #6dc0c8);
  background-image: -moz-linear-gradient(top, #87d8e0, #6dc0c8);
  background-image: -ms-linear-gradient(top, #87d8e0, #6dc0c8);
  background-image: -o-linear-gradient(top, #87d8e0, #6dc0c8);
  background-image: linear-gradient(to bottom, #87d8e0, #6dc0c8);
  font-family: 'sofiaprolight';
  color: #ffffff;
	text-transform:uppercase;
  font-size: 11px;
  padding: 5px 20px 5px 20px;
  border: solid #aebdbf 1px;
  text-decoration: none;
}

.btn:hover {
	cursor:pointer;
  background: #6dc0c8;
  text-decoration: none;
}
