/**
 * Version: 1.0
 *
 * This stylesheet defines the HTML tags we want to reset, specific, for this app.
 * These styles should be considered styles that are almost never changed.
 **/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-size: 100%;
	width: 100%;
	height: 100%;
}

body {
	background: #FAFAFA;
	color: #757575;
	padding: 0;
	font-family: DMSans-Regular, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 10.5px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	position: relative;
	cursor: auto;
	-webkit-font-smoothing: antialiased;
}

a {
	font-family: DMSans-Regular, Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #212121;
	text-decoration: underline;
	line-height: inherit;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

a:focus,
a:hover,
a.button:hover {
	color: #424242;
}

img,
object,
embed {
	max-width: 100%;
	height: auto;
}

object,
embed {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

label {
	font-size: 14px;
	line-height: 1;
	cursor: auto;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	color: #424242;
}

a img {
	border: none;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

p {
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

p aside {
	font-family: DMSans-Italic, DMSans-Regular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.omega {
	font-family: FKDisplay-Regular, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #424242;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.alpha small,
.beta small,
.gamma small,
.delta small,
.epsilon small,
.omega small {
	font-size: 87.5%;
	color: #424242;
	line-height: 0;
}

h1,
.alpha {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 25px;
}

h2,
.beta {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 20px;
}

h3,
.gamma {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}

h4,
.delta {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}

h5,
.epsilon {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

h6, .omega {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 0
}

hr {
	border-top: 1px solid #F5F5F5;
}

em,
i {
	font-family: DMSans-Italic, DMSans-Regular, Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: inherit
}

strong {
	font-family: DMSans-Medium, DMSans-Regular, Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: inherit;
}

b {
	font-size: 14px;
	font-family: DMSans-Medium, DMSans-Regular, Helvetica, Arial, sans-serif;
	font-weight: 500;
}

small {
	font-size: 87.5%;
	line-height: inherit;
}

ul,
ol,
dl {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	list-style-position: outside;
}

ul li ul,
ul li ol {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 1em;
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 20px;
	list-style: none;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
	list-style: inherit;
}

ul.square {
	list-style-type: square;
}

ul.circle {
	list-style-type: circle;
}

ul.disc {
	list-style-type: disc;
}

ol li ul,
ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 1em;
}

dl dt {
	font-family: DMSans-Medium, DMSans-Regular, Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-bottom: 0.3em;
}

dl dd {
	margin-bottom: 0.75em
}

abbr,
acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #424242;
	border-bottom: 1px dotted #F5F5F5;
	cursor: help;
}

abbr {
	text-transform: none;
}

blockquote {
	margin: 0 0 20px;
	padding: 0.5625em 1.25em 0 1.1875em;
	border-left: 1px solid #F5F5F5;
}

blockquote cite {
	display: block;
	font-size: 0.8125em;
	color: #F5F5F5;
}

blockquote cite:before {
	content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
	color: #212121;
}

blockquote,
blockquote p {
	line-height: 20px;
	color: #F5F5F5;
}

input:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 5px #267466;
	-moz-box-shadow: 0 0 5px #267466;
	box-shadow: 0 0 5px #267466;
	border-color: #267466;
	background: #FFFFFF;
	outline: none;
}

input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

input[disabled],
textarea[disabled] {
	color: #9E9E9E;
	background-color: rgba(189, 189, 189, 0.1);
	border: 1px solid #EEEEEE;
	opacity: 0.5;
}

input[disabled] {
	border: 1px solid #EEEEEE;
}

input.large,
textarea.large {
	height: 46px;
	padding-top: 11px;
	padding-bottom: 11px
}

input.small,
textarea.small {
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

input.postfix,
textarea.postfix {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

input.prefix,
textarea.prefix {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

button {
	overflow: hidden;
	text-overflow: ellipsis;
}

input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="number"]:focus {
	-webkit-box-shadow: 0 0 5px #EEEEEE;
	-moz-box-shadow: 0 0 5px #EEEEEE;
	box-shadow: 0 0 5px #EEEEEE;
	border-color: #EEEEEE;
}