@font-face {
	font-family: Finlandica;
	src: url(/local/templates/coweb/fonts/Finlandica-Regular.woff2) format("woff2"),
	url(/local/templates/coweb/fonts/Finlandica-Regular.woff) format("woff"),
	url(/local/templates/coweb/fonts/Finlandica-Regular.eot) format("eot"),
	url(/local/templates/coweb/fonts/Finlandica-Regular.otf) format("otf"),
	url(/local/templates/coweb/fonts/Finlandica-Regular.ttf) format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: Better;
	src: url(/local/templates/coweb/fonts/better-vcr_0.woff2) format("woff2"),
	url(/local/templates/coweb/fonts/better-vcr_0.woff) format("woff"),
	url(/local/templates/coweb/fonts/better-vcr_0.eot) format("eot"),
	url(/local/templates/coweb/fonts/better-vcr_0.otf) format("otf"),
	url(/local/templates/coweb/fonts/better-vcr_0.ttf) format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: DisketMonoRegular;
	src: url(/local/templates/coweb/fonts/Disket-Mono-Regular.woff2) format("woff2"),
	url(/local/templates/coweb/fonts/Disket-Mono-Regular.woff) format("woff"),
	url(/local/templates/coweb/fonts/Disket-Mono-Regular.eot) format("eot"),
	url(/local/templates/coweb/fonts/Disket-Mono-Regular.otf) format("otf"),
	url(/local/templates/coweb/fonts/Disket-Mono-Regular.ttf) format("truetype");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: DisketMonoBold;
	src: url(/local/templates/coweb/fonts/Disket-Mono-Bold.woff2) format("woff2"),
	url(/local/templates/coweb/fonts/Disket-Mono-Bold.woff) format("woff"),
	url(/local/templates/coweb/fonts/Disket-Mono-Bold.eot) format("eot"),
	url(/local/templates/coweb/fonts/Disket-Mono-Bold.otf) format("otf"),
	url(/local/templates/coweb/fonts/Disket-Mono-Bold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal
}

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:10px;
}
.btn {
	background-color: #333;
	margin: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0;
	padding: 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: /*Finlandica,*/ Helvetica, serif;
	font-weight: 400;
	color: #333333;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
hr {
	margin-top:0;
	margin-bottom: 0;
}

.content {
	font-size: 14px;
}
.content ul, .content ul {
	margin-left:20px;
	padding-left:10px;
}
.content ul>li {
	list-style: disc;
}
.content ol>li {
	list-style: decimal;
}
.content .logotext {
	width: 50px;
	height:11px;
	margin-bottom: 2px;
}