/* Style Reset */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: local('‚ò∫'),
			url('images/SourceSansPro-Semibold.otf'),
			url('images/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Light';
	src: local('‚ò∫'),
			url('images/SourceSansPro-Light.otf'),
			url('images/SourceSansPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* { box-sizing: border-box;}

ol {
	list-style: decimal outside none;
}

html {
	padding: 1% 4%;
	font-family: SourceSansPro-Semibold;
	font-size: 2em;
}

h1 {
	clear: both;
	font-size: 2.5em;
	margin-left: 1rem;
	margin-bottom: .5rem;
	font-family: SourceSansPro-Light;
}

img {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.list-wrap {
	float: left;
	width: 75%;
	border-radius: 1rem;
	border: 3px solid #EEE;
	height: 10em;
	clear: both;
	margin-bottom: 1rem;
}

.clear {
	clear:both;
}

.list-container {
	float: left;
	overflow: hidden;
}

.list-container-top {
	width: 33%;
}

.list-container-full {
	width: 66%;
	clear: right;
}

.list {
	list-style: decimal outside none;
	line-height: 1.75;
	position: relative;
	left: 0;
	width: auto;
	padding: .5em 1em;
}

.list-top {
	background-color: #EEE;
	-webkit-border-top-left-radius: 1rem;
	-webkit-border-bottom-left-radius: 1rem;
	-moz-border-radius-topleft: 1rem;
	-moz-border-radius-bottomleft: 1rem;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	left: -3;
	width: 100%;	
	height: 100%;
}

.list-full {
	list-style: decimal outside none;

	height: 100%;
	width: 100%;

	-moz-column-gap: 1em; /* Firefox */
	-webkit-column-gap: 1em; /* Safari and Chrome */
	column-gap: 1em;
	-moz-column-width: 10em; /* Firefox */
	-webkit-column-width: 10em; /* Safari and Chrome */
	column-width: 10em;
	-moz-column-count: auto;	
	-webkit-column-count: auto;
	column-count: auto;

	-moz-column-rule: 3px solid black;
	-webkit-column-rule: 3px solid black;
	column-rule: 3px solid black;
}

.list ol {
/*	list-style: decimal outside none;
	line-height: 1.5;
	-moz-column-gap:3em;
	-webkit-column-gap:3em;
	column-gap:3em;
	-moz-column-width:5em;
	-webkit-column-width:5em;
	column-width:5em;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	height: 15em;*/
}

.list ol {
	list-style: decimal outside none;
}

.list ol li {	
	margin-left: 2em;
}