*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	outline: none;
	outline-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input,
select,
textarea {
	padding: 10px 16px;
	border: 1px solid #EEE;
	border-radius: 3px;
	font-size: 16px;
	vertical-align: top;
}
input,
select,
textarea,
select {
	background-color: #FAFAFA;
}
input:focus,
select:focus,
textarea:focus,
select:focus {
	background-color: #F5F5F5;
}
textarea:disabled,
input:disabled {
	border-color: #DDD;
	background-color: #EEE;
	color: #BBB;
}
html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	background: #FFF;
	line-height: 22px;
	padding: 0;
	margin: 0;
}
br {
	clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
	margin: 0;
}
[hidden],
template {
	display: none;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
svg > g > g:last-child {
	pointer-events: none;
}
p {
	margin: 0;
	color: #222;
	text-align: left;
}
a {
	color: #2b4edb;
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: underline;
}
p b {
	font-weight: 400;
	color: #555;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
b {
	font-weight: 700;
}
em {
	font-style: normal;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	background: #eee;
	border: 0;
	margin: 10px 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li,
ol li {
	margin: 0;
	padding: 0;	
}
li {
	display: inline;
}
label,
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
textarea {
	min-height: 70px;
	resize: vertical;
}
button {
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
::-webkit-input-placeholder {
	color: #CCC;
}