/* Eric Meyer's Reset Reloaded */
/*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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
html { font-size: 62.5%; }
body { line-height: 1.5; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }*/

.help-container {
	width: auto;
	margin: 0 auto;
	padding: 0 15px;
	background: #ffffff;
    line-height: 1.5;
}

.help-container section {
    position: static;
}

/* Text Styles */
.help-container h1 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	color: #244fae;
	padding: 0;
}
.help-container h2 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #3f6cd0;
}
.help-container h3 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: #777777;
	padding: 23px 0 5px 0;
}
.help-container h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    padding: 23px 0 5px 10px;
}
.help-container .box {
    padding: 0px 5px;
    background-color: #6c8cc7;
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
}
.help-container .box.extra {
    padding: 0px 7.5px;
}

.help-container p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .85rem;
	color: #222222;
	padding: 5px 10px;
}
.help-container a {
	color: #3f6cd0;
	text-decoration: none;
	font-weight: 700;
}
	.help-container a:hover {
		opacity: 0.5;
	}
/* List Styles */
.help-container .contents ol {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .85rem;
	color: #222222;
	counter-reset: item;
	margin: 0;
}
	.help-container .contents ol li {
		display: block;
	}
		.help-container .contents ol li:before {
			content: counters(item, ".") ". ";
			counter-increment: item;
		}
.help-container ol {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .85rem;
	color: #222222;
	list-style: decimal;
	padding: 0 20px;
	margin: 0 20px;
}
	.help-container ol li {
		padding: 5px 0;
	}
	.help-container ol ol {
		list-style: lower-alpha;
	}
.help-container ul {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .85rem;
	color: #222222;
	list-style: circle;
	padding: 0 20px;
	margin: 0 20px;
}


.help-container hr {
	background-color: #dddddd;
	border: none;
	height: 2px;
	margin: 50px 0;
}
.help-container img {
	width: 430px;
	height: auto;
	margin: 15px;
	border: 4px solid #ccc;
}
    .help-container .myEVODash img {
        width: auto;
    }
    .help-container .myEVODash .bold {
        font-weight: 700;
    }


.help-container .title {
	padding-top: 50px;
}