@charset "UTF-8";

/*CSS Reset*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*General Styles*/
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #ebebeb;
	background-image: url('img/assets/bg_pattern.png'), url('img/assets/bg_boxes_left_bottom.png'), url('img/assets/bg_boxes_right_top.png');
	background-position: left top, left bottom, right top;
	background-repeat: repeat, no-repeat, no-repeat;
	font-family: 'DIN Light Web', 'DIN Light', Arial, Helvetica, sans-serif;
	line-height: 1.375;
	color: #fff;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

/*Helper Styles*/
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*Desktop Internet Explorers*/
#internetExplorerWarning {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	border: 1px solid #000;
	background: #202020;
	font-size: .875em;
	font-family: 'Lato', 'Lato-Web', Helvetica, Arial, sans-serif;
	color: #c0c0c0;
	text-align: center;
}

.select-new-browser {
	display: block;
	height: auto;
}

.select-new-browser li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	margin: 2em 0;
}

.select-new-browser img {
	display: block;
	margin: auto;
	padding-bottom: 1em;
}

#noScriptWarning {
	display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	border: 1px solid #000;
	background: #202020;
	font-size: .875em;
	font-family: 'Lato', 'Lato-Web', Helvetica, Arial, sans-serif;
	color: #c0c0c0;
	text-align: center;
}

.helpLink {
	color: #fc6;
	text-decoration: none;
}

.helpLink:hover {
	text-decoration: underline;
}

.compatibility-warning-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 50%;
	margin: 1em auto 0;
	padding: .5em;
	background: #161616;
	color: #c0c0c0;
	border: 1px solid #080808;
	border-radius: 5px;
	font-family: 'Lato', 'Lato Web', Helvetica, Arial, sans-serif;
	cursor: pointer;
}

/*Fonts*/

/*DIN Light*/
@font-face {
	font-family:'DIN Light Web';
	src:url('fonts/din-light/din-light-webfont.eot');
	src:url('fonts/din-light/din-light-webfont.woff') format('woff'),
		url('fonts/din-light/din-light-webfont.otf') format('opentype'),
		url('fonts/din-light/din-light-webfont.ttf') format('truetype'),
		url('fonts/din-light/din-light-webfont.svg#din_lightregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

/*DIN 1451*/
@font-face {
	font-family:'DIN 1451 Web';
	src:url('fonts/din-1451/din1451ef-mittelneu-webfont.eot');
	src:url('fonts/din-1451/din1451ef-mittelneu-webfont.woff') format('woff'),
		url('fonts/din-1451/din1451ef-mittelneu-webfont.otf') format('opentype'),
		url('fonts/din-1451/din1451ef-mittelneu-webfont.ttf') format('truetype'),
		url('fonts/din-1451/din1451ef-mittelneu-webfont.svg#din1451ef_mittelneuregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

/*Janda Quick Note*/
@font-face {
	font-family:'Janda Quick Note Web';
	src:url('fonts/janda-quick-note/jandaquicknote-webfont.eot');
	src:url('fonts/janda-quick-note/jandaquicknote-webfont.woff') format('woff'),
		url('fonts/janda-quick-note/jandaquicknote-webfont.otf') format('opentype'),
		url('fonts/janda-quick-note/jandaquicknote-webfont.ttf') format('truetype'),
		url('fonts/janda-quick-note/jandaquicknote-webfont.svg#janda_quick_noteregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

/*Typographic Styles*/
.centered {
	text-align: center;
}

.text-right {
	text-align: right;
}

.justified {
	text-align: justify;
}

/*These only work in FFox & IE 10*/
.justified-last-center {
	-moz-text-align-last: center;
	text-align-last: center;
}

.justified-last-right {
	-moz-text-align-last: right;
	text-align-last: right;
}

.justified-last-justified {
	-moz-text-align-last: justify;
	text-align-last: justify;
}

h1, h2 {
	margin-bottom: 1.333em;
	font-family: 'Janda Quick Note Web', Helvetica, Arial, sans-serif;
	font-size: 1.875em;
	line-height: 1em;
}

em, .css-italic {
	font-style: italic;
}

strong, .css-bold {
	font-weight: bold;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p~p {
	margin-top: 3em;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*Link Styles*/
a {
	color: #c4161c;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*Autoscale images*/
img {
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*Page Styles*/
header {
	position: relative;
	width: 223px;
	height: 141px;
	left: 70px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	z-index: 9999;
}

article {
	position: relative;
	display: block;
}

.all-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 672px;
	height: 530px;
	margin: 75px auto 0;

}

.rotated-square {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lowest-square {
	width: 324px;
	height: 324px;
	margin-left: 50%;
	left: -162px;
	top: -110px;
	background-color: #cacbcd;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
}

.mid-square {
	width: 504px;
	height: 504px;
	margin-left: 50%;
	left: -252px;
	top: -60px;
	background-color: #a5a9ad;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.top-square {
	width: 100%;
	height: 100%;
	background-color: #f099a6;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}

.content-frame {
	width: 560px;
	margin: 16.666% 8.333% 8.333%;
	left: -280px;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
}

.content-frame img {
	float: right;
	margin: 0 0 0 20px;
}

.link-list {
	display: block;
	margin-top: 33px;
}

.link-list li {
	display: block;
	float: left;
	width: 174px;
	height: 33px;
	margin-right: 20px;
}

.link-list a {
	display: block;
	padding: 8px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: .75em;
	color: #696c6f;
}

.link-list a:hover {
	text-decoration: none;
}

.link-list img {
	float: none;
	margin: 0;
	padding: 0 5px;
}

footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	display: block;
	width: 100%;
	bottom: 1em;
}

footer p {
	display: block;
	max-width: 560px;
	margin: 0 auto;
	padding: 8px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	font-size: .75em;
	color: #696c6f;
	text-align: center;
}