@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	line-height: 1.6;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	color: black;
}
h1 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .25px;
}
h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 600;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}







p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
}
b, strong {
	font-weight: 700;
}
a {
	color: #2255AA;
	text-decoration: none;
}
a:visited {
	color: #2255AA;
}
a:hover, a:active {
	outline: 0;
	color: #2255AA;
	text-decoration: underline;
}








ul {
	list-style-type: square;
	padding-left: 40px;
	font-size: 14px;
}
ul li {
	padding-left: 1em;
  padding-bottom: 7px;
}
ol {
	list-style-type: decimal;
	padding-left: 40px;
	font-size: 14px;
}
ol li {
	padding-left: 1em;
  padding-bottom: 7px;
}
dd {
	margin: 0 0 0 40px;
}






nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
    margin: 0 auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
iframe {
	width: 100%;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
table button, table input {
	*overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding-right: 10px;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

@media screen and (max-width:769px) {
	
ul {
	padding-left: 20px;
}
ul li {
	padding-left: .5em;
}
ol {
	padding-left: 20px;
}
ol li {
	padding-left: .5em;
}
}
	
@media print {

  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascriNoto:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascriNoto/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}
