/* 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;
}

/* WEBSITE STYLES */
html,body {
	height: 100%;
}

.page-wrap {
	position: relative;
	min-height: 100%;
	margin-bottom: -50px;
}

.page-wrap:after {
	display: block;
	content:"";
}

footer, .page-wrap:after {
	height: 50px;
}

.width_max {
	width: 100%;
}

.width_innerframe {
	display: block;
	max-width: 1000px;
	margin: auto;
}

.width_25 {
	width: 25%;
}
.width_3rd {
	width: 33.33333333%;
	float: left;
}
.bold {
	font-weight: 700;
}
.center {
	text-align: center;
}

body {
	margin: 0;
}
.block-header {
	padding-top: 40px;
	margin-bottom: 20px;
}

.block-logo {
	margin-bottom: 20px;
}
	.block-logo__img {
		max-width: 300px;
	}

.block-navigation {
	display: table;
	min-height: 50px;
	background:#43C3A0;
	white-space: nowrap;
	font-family: 'Comic Sans MS','sans serif';
}

.block-navigation__linkholder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.block-navigation__link {
	
}

	.block-main__h1 {
		font-size: 1.7em;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.block-main__h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.block-main__p {
		line-height: 2em;
	}
.block-cascade {

}
.block-card {

}
.footer {
	display: table;
	min-height: 50px;
	background: #43c3a0;
	text-align: center;
}
	.footer__copyright {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}