/* Standard */
:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	min-height: 100%;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 18px;
}

img {
	max-width: 100%; 
	height: auto;
	border: none;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

header, section, footer, aside, nav, main, article, figure, p {
	display: block;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	max-width: 740px;
	margin: 0px auto;
	text-align: left;
	border: 2px solid #748fa8;
	background-color: #fff;
}

header {
	padding: 25px 30px 40px 30px;
}

article {
	padding: 10px 30px 16px 30px;
}

footer {
	padding: 0px 30px 30px;
}

footer figure:nth-of-type(1) {
	float: left;
}

footer figure:nth-of-type(2) {
	float: right;
}

p {
	margin-top: 16px;
}

p span {
	font-weight: bold;
	color: #5e89a8;
}

p:first-of-type {
	margin-top: 0px;
}

.clearfix {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1 {
	text-align: left;
	color: #5e89a8;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	padding-top: 19px;
}

h1 + p {
	margin-bottom: 16px;
	margin-top: 0;
}

ul {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul li {
	background: url(../img/icon.jpg) 0 3px no-repeat;
	padding-left: 19px;
}

.cen {
	text-align: center
}
.link{
	text-decoration: underline;
	color: #275B9B;
}
@media only screen and (max-width:739px) {

	#wrapper {
		border: none;
		hyphens: auto;
	}

	header {
		padding: 0px;
	}

	article, header {
		padding:3%;
	}

	footer {
		padding: 0px 3% 3%;
	}

	footer figure:nth-of-type(1) {
		float: left;
	}

	footer figure:nth-of-type(2) {
		float: right;
	}

	p {
		margin-top: 3%;
	}

	h1 {
		font-size: 18px;
		line-height: 22px;
	}

}
