/**
 * Default Styles
 */
*
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	font-size: 10px;
}

body
{
	position: relative;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0px;
	color: #454C4D;
	font: 1.6rem/1.625 Din, Arial, Helvetica, sans-serif;
	font-weight: 300;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img
{
	max-width: 100%;
}

hr
{
	display: block;
	width: 100%;
	height: 1px;
	margin: 3rem 0;
	background-color: #DBE0E2;
	border: 0;
}

hr.sm
{
	display: inline-block;
	width: 5.6rem;
	background-color: #C0C7C8;
}

div, p, span, li, small, label, input, select, button, a, h1, h2, h3, h4, h5, h6
{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Anchor Links */
a
{
	color: #5DA9BA;
	font-weight: 400;
	text-decoration: none;
	outline: none;

	will-change: color;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

a:visited
{
	color: #5DA9BA;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #E73;
	text-decoration: none;
}

a.orange,
a.orange:visited,
a .orange,
a:visited .orange
{
	color: #E73;
}

a.orange:hover,
a.orange:active
{
	color: #5DA9BA;
	text-decoration: none;
	border-bottom: 1px solid #DBE0E2;
}

a.top-anchor
{
	float: right;
	display: block;
	font-size: 0.7em;
	text-align: right;
}

a.top-anchor:after
{
	content: " \25b2";
}

a.next-link,
a.next-link:visited
{
	display: inline-block;
	clear: both;
	margin: 0 2rem 1rem 0;
	color: #EE7933;
	font-size: 1.7rem;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

a.next-link:after,
a.next-link:visited:after
{
	content: "\e930";
	padding-left: 1rem;
	color: #617D85;
	font: 1.7rem/1 turn-icons;
	font-weight: 100;
}

a.next-link:hover
{
	color: #5DA9BA;
	border-bottom: 1px solid #D1DADC;
}

a.next-link:hover:after
{
	color: #5DA9BA;
}

a.next-link:active
{
	color: #3A7D8B;
}

a.more-link,
a.more-link:visited
{
	display: inline-block;
	clear: both;
	margin: 0 2rem 1rem 0;
	color: #5DA9BA;
	font-size: 1.7rem;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

a.more-link:after,
a.more-link:visited:after
{
	content: "\e930";
	padding-left: 1rem;
	color: #617D85;
	font: 1.7rem/1 turn-icons;
	font-weight: 100;
}

a.more-link.small,
a.more-link.small:visited,
a.more-link.small:after,
a.more-link.small:visited:after
{
	font-size: 1.3rem;
}

a.more-link:hover
{
	color: #EE7933;
	border-bottom: 1px solid #D1DADC;
}

a.more-link:hover:after
{
	color: #5DA9BA;
}

a.more-link:active
{
	color: #D86E2E;
}

a span.prev-link,
a span.next-link
{
	display: inline-block;
	clear: both;
	margin: 0 0 1rem 0;
	color: #5DA9BA;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

a span.next-link:after,
a span.prev-link:before
{
	content: "";
	padding: 0;
	color: #617D85;
	font: 1.5rem/1 turn-icons;
	font-weight: 100;
}

a span.next-link:after
{
	content: "\e930";
	padding-left: 1rem;
}

a span.prev-link:before
{
	content: "\e92f";
	padding-right: 1rem;
}

a:hover span.prev-link,
a:hover span.next-link
{
	color: #EE7933;
	border-bottom: 1px solid #D1DADC;
}

a:hover span.prev-link:before,
a:hover span.next-link:after
{
	color: #5DA9BA;
}

a:active span.prev-link,
a:active span.next-link
{
	color: #D86E2E;
}


/* Headings */
article header
{
	margin: 0 0 2.4rem;
}

article header .icon span
{
	color: #69C6D7;
	font-size: 7rem;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1rem;
	padding: 0px;
	color: #3D3135;
	font-weight: 200;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
	font-weight: 300;
}

h1
{
	margin: 0 0 2.4rem;
	font-size: 3.2rem;
	line-height: 1;
	vertical-align: middle;
}

h1.no-margin
{
	margin: 0;
}

h1 > a,
h1 > a:visited
{
	margin: 0 0 0.5;
	color: #3D3135;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 100;
}

h1 > a:hover,
h1 > a:active
{
	color: #E73;
	text-decoration: none;
}


header > h1,
header .column h1
{
	margin: 0 0 0.2rem;
}

h2
{
	font-size: 2.3rem;
	line-height: 1.4;
}

header > h2 { margin: 0; }

h3
{
	margin: 3rem 0 0.3rem;
	font-size: 1.7rem;
	font-weight: 400;
}

h3:first-child
{
	margin: 0rem 0 0.3rem;
}

h3 strong
{
	font-weight: 500;
}

h3.label
{
	color: #7F8E8F;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
}

h4
{
	margin: 2rem 0 0.3rem;
	font-size: 1.6rem;
	font-weight: 300;
}

h4:first-child
{
	margin: 0rem 0 0.3rem;
}

h4 strong
{
	font-weight: 400;
}

h5
{
	font-size: 1.6rem;
	font-style: italic;
}

h6
{
	font-size: 1.6rem;
}


/*-- Paragraphs --*/
p
{
	margin: 0 0 2.6rem;
}

/*-- Monospace Elements --*/
code, pre
{
	color: #000;
	font: 0.9em/1.1 "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
	background: #EEE;
}

/*-- Lists --*/
ul
{
	margin: 0em 0em 1em 0.0em;
	padding: 0em 0em 0em 2rem;
	list-style-type: disc;
}

ul ul
{
	margin: 0em 0em 0em 0.5em;
	padding: 0em 0em 0em 1.3em;
	list-style-type: square;
}

ul li
{
	margin: 0 0 0.3rem 1.8rem;
	padding: 0px;
}

ol
{
}

ol li
{
	margin: 5px 0px;
	padding: 0px;
}

/* Block/Pull Quotes */
article .post blockquote
{
	font-size: 2.4rem;
	color: #5DA9BA;
}

article .post blockquote p:before,
article .post blockquote p:after
{
	font-size: 1.5em;
	line-height: 0.8;
	vertical-align: middle;
}

article .post blockquote p:before { content: "\201c"; }
article .post blockquote p:after  { content: "\201d"; }

/* Generic classes */
.right  { float: right; }
.orange { color: #E73; }

