@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	color: #5a5a5a;
	z-index: 0;
}

html {
	height: 100%;
	padding-bottom: 20px;
}

html,
body {
	width: 100%;
	background-color: #e5e5e5;
	font-size: 14px;
	min-height: 100%;
}

::selection {
	color: #fff;
	background-color: #ffa766;
}

::-moz-selection {
	color: #fff;
	background-color: #ffa766;
}

a {
	color: #00c5da;
	font-weight: 700;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

span.hn {
	display: none;
}

button:hover {
	cursor: pointer;
}

.subScript {
	font-weight: 100;
	font-size: 0.8em;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.light {
	font-weight: 100;
}