/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
*, *::after, *::before {
	outline: none;
	-webkit-appearance: none;
}
body {
	background-color: #c4c4c4;
	font-family: arial,helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height: 1.4;
	min-width: 320px;
}

a {
	color: #4388cc;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 30px;
}
h2 {
	font-weight: bold;
	font-size: 1.4em;
	background-color: #4388cc;
	color: #fff;
	padding: 15px 30px;
	margin-bottom: 33px;
}
h3 {
	font-weight: bold;
	border-bottom: 1px dashed #111;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

img {
	display: block;
}
label {
	display: inline-block;
	margin: 0 10px 5px 0;
	text-align: right;
	width: 130px;
}
input, select {
	font-family: inherit;
	border: 1px solid #777;
	margin-bottom: 13px;
	padding: 0 7px;
	height: 26px;
}
input {
	width: 320px;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0 8px 0 22px;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="checkbox"]:required {
	outline: 1px solid #ff4444;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
input[type="file"] {
	border: 0;
	padding: 0;
	width: auto;
}
button {
	width: auto !important;
	padding: 3px 25px;
}
@media screen and (max-width: 800px) {
	input, select, textarea, button {
		font-size: 1.2em;
	}
	input {
		height: 36px;
	}
}
@media screen and (max-width: 570px) {
	input {
		box-sizing: border-box;
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 429px) {
	label {
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	input {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
	}
	input[type="checkbox"], input[type="radio"] {
		width: auto !important;
	}
	button {
		margin: 0 auto !important;
	}
}
form {
	margin-bottom: 30px;
}

.table-wrapper {
	overflow-x: auto;
	margin-bottom: 30px;
}
table {
	width: 100%;
	margin-bottom: 30px;
}
.table-wrapper > table {
	margin-bottom: 10px;
	min-width: 780px;
}
th, td {
	border: 1px solid #ccc;
	padding: 7px 11px;
	vertical-align: middle;
}
th {
	text-align: center;
}
tr th:first-of-type, tr td:first-of-type {
	border-left: none;
}
tr th:last-of-type, tr td:last-of-type {
	border-right: none;
}
table label {
	text-align: left;
	width: auto;
	margin: 5px 0;
}
table input[type="checkbox"] {
	margin-left: 0;
}
table .center input[type="checkbox"] {
	margin: 0;
}

.bold, strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.upper {
	text-transform: uppercase;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

.hide {
	display: none;
}

.wysiwyg-content ul {
	list-style: disc;
	margin: 0 0 25px 30px;
}
.wysiwyg-content ol {
	list-style: decimal;
	margin: 0 0 25px 30px;
}
.wysiwyg-content li ul, .wysiwyg-content li ol {
	margin-bottom: 0;
}

.auto-width {
	width: auto !important;
}

.clearing {
	clear: both;
}

.error {
	color: #ff0000;
}

/* Common
-----------------------------------------------------------------*/
#pagewrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

.padding-div {
	box-sizing: border-box;
	padding: 0 30px;
}

.bullets, .bullets ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}
ul.bullets ul, .bullets ul ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

header, footer {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
header {
	position: relative;
	margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
	header.logged-out {
		margin-bottom: 20px;
	}
}
header #logo {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 350px;
	max-width: 50%;
}
@media screen and (max-width: 750px) {
	header #logo {
		top: 10px;
		left: 10px;
	}
}
footer {
	box-sizing: border-box;
	margin-top: 50px !important;
	text-align: center;
	padding: 0 15px 15px 15px;
	font-size: 85%;
}
footer > hr {
	width: calc(100% + 30px);
	margin-left: -15px;
}

#nav {
	float: right;
	margin: 15px 30px 0 0;
}
#nav li {
	float: left;
	margin-right: 20px;
}
#nav li a {
	color: #000;
}

#banner {
	width: 100%;
	max-width: 960px;
}

.half {
	float: left;
	width: 45%;
	padding: 0 2.5%;
	margin-top: 50px;
}
.step-div .half {
	margin-top: 0;
	width: 47%;
	padding: 0;
}
.step-div .half:nth-of-type(odd) {
	margin-right: 6%;
}
.half input {
	width: 200px;
	margin-left: 20px;
}
.half select {
	margin-left: 16px;
}
#dobMonth, #dobYear {
	margin-left: 3px;
}
.half button[type="submit"] {
	float: right;
	margin: 0 35px 5px 0;
}
.half button[type="button"], .half button.type-button {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 10px 45px;
}

.border-right {
	width: 44.8%;
	border-right: 1px dashed #111;
}

@media screen and (max-width: 899px) {
	.half {
		width: calc(50% - 16px);
		padding: 0 0 0 15px;
	}
	.border-right {
		padding-right: 15px;
		padding-left: 0;
	}
	.half input {
		box-sizing: border-box;
		width: calc(100% - 140px);
		margin-left: 0;
		max-width: 300px;
	}
	.half select {
		box-sizing: border-box;
		margin-left: 0;
		max-width: 300px;
	}
}

.full {
	width: 95%;
	padding: 0 2.5%;
	margin-top: 50px;
}
.full form {
	padding: 0 18%;
}
@media screen and (max-width: 850px) {
	.full form {
		padding: 0 5% 0 20px;
	}
}
@media screen and (max-width: 620px) {
	.full form {
		padding: 0;
	}
}

.dual-column {
	text-align: left;
	width: 37.5%;
	margin: 0 6% 15px 6%;
}

.current-detail {
	font-weight: bold;
	display: inline-block;
	width: 500px;
	margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
	.current-detail {
		display: block;
		width: 100%;
	}
}

#full-box {
	box-sizing: border-box;
	width: 85%;
	border: 1px solid #ccc;
	padding: 15px 30px;
	margin: 60px auto 40px auto;
}
#full-box input[type="checkbox"] {
	float: left;
	margin: 5px 20px 140px 0;
}
@media screen and (max-width: 649px) {
	#full-box {
		width: 100%;
		border: 1px solid #ccc;
		padding: 15px;
	}
	#full-box input[type="checkbox"] {
		margin-bottom: 180px;
	}
}
@media screen and (max-width: 429px) {
	#full-box input[type="checkbox"] {
		margin-bottom: 10px;
	}
}

#save-box {
	width: 70%;
	max-width: 420px;
	border: 1px dashed #ccc;
	padding: 20px;
	margin: 60px auto 40px auto;
	text-align: center;
}
@media screen and (max-width: 519px) {
	#save-box {
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
	}
}

#add-new-box {
	text-align: center;
	background-color: #f0f6fb;
	padding: 20px;
	margin: 60px 0;
}

.centered-label {
	display: block;
	width: 200px;
	margin: 15px auto;
	text-align: left;
}
.centered-label input[type="checkbox"] {
	margin: 3px 12px 0 0 !important;
}

#step-nav {
	position: relative;
	background-color: #f5f5f5;
	padding: 20px 20px 0 20px;
	margin-top: 30px;
}
#step-nav .middle {
	position: absolute;
	top: 20px;
	left: 42.5%;
}
#step-nav button {
	margin-bottom: 20px;
	padding: 3px 8px;
}
@media screen and (max-width: 499px) {
	#step-nav button {
		position: static !important;
		display: block !important;
		float: none !important;
		margin: 15px auto !important;
	}
}

.radioWrap {
	display: block;
	min-width: 145px;
	margin-top: 5px;
}
.radioWrap label {
	width: auto !important;
	margin-left: 0 !important;
}
.radioWrap input {
	width: auto !important;
}
.radioWrap input[type="text"] {
	width: 880px !important;
}

.date-wrapper {
	display: inline-block;
}


/* Specific
-----------------------------------------------------------------*/
#forgot-password-link, #forgot-username-link {
	font-size: .85em;
	margin-left: 135px;
}

#home button {
	padding: 3px 8px;
	margin-bottom: 15px;
}

#create-login button {
	margin: 30px 0 0 150px;
}

#family-options label {
	text-align: left;
	width: 42.5%;
	margin: 0 6% 15px 1%;
}
#family-options input {
	float: left;
	margin: 3px 7px 20px 0;
}
@media screen and (max-width: 719px) {
	#family-options label {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

#step6 label {
	text-align: left;
}
#step6 input[type="checkbox"] {
	float: left;
	margin: 3px 10px 40px 40px;
}
#step6 input[type="checkbox"].long {
	margin-bottom: 90px;
}
#step6 input[type="checkbox"].longer {
	margin-bottom: 150px;
}
#step6 input[type="checkbox"].longest {
	margin-bottom: 330px;
}
#step6 input[type="checkbox"].longestest {
	margin-bottom: 440px;
}
@media screen and (max-width: 760px) {
	#step6 input[type="checkbox"] {
		margin-left: 0;
		margin-bottom: 5px !important;
	}
}

#step7 label {
	text-align: left;
	width: 200px;
	margin-left: 23px;
}
#step7 input {
	box-sizing: border-box;
	max-width: 340px;
	width: calc(100% - 240px);
}
#step7 input[type="checkbox"] {
	margin: 0 20px 0 0;
	width: auto;
}
@media screen and (max-width: 429px) {
	#step7 label {
		margin-left: 0;
	}
}

#reset-button {
	margin: 5px 0 0 138px;
}

.existingOptional {
	font-weight: bold;
	display: none;
}



.new-checkbox-list > label {
	display: block;
	clear: both;
	width: 100%;
	text-align: left;
}
.new-checkbox-list > label > input {
	float: left;
	margin-top: 7px;
}
.new-checkbox-list > label > span {
	float: right;
	width: calc(100% - 45px);
	margin-top: 5px;
}




/* Additional Media Queries
-----------------------------------------------------------------*/
@media screen and (max-width: 679px) {
	.half, .step-div .half {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}
	.border-right {
		padding-right: 0;
		padding-left: 0;
		border: 0;
	}
}

@media screen and (max-width: 429px) {
	.padding-div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.full {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#nav {
		float: none;
		margin: 15px 15px 0 15px;
	}
	#nav li {
		margin-right: 7px;
	}
}



/* Stop zooming on inputs in iPhone */
@media screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width: 1024px) { 
	select:focus, select:hover,
	textarea:focus, textarea:hover,
	input:focus, input:hover {
		font-size: 1rem !important;
	}
}