﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
  src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot');
  src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

html {
	min-height: 100%;
}
body {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #242021;
	font-weight: 400;
}
#wrapper {
	max-width: 498px;
	margin: 0.75rem auto;
	padding: 0.625rem;
	border: solid 0.1875rem #37B44B;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
header {
	padding: 0 0 0.1875rem;
	position: relative;
	border-bottom: #093D64 0.125rem solid;
}
header img {
	position: absolute;
	top: 0.1875rem;
	right: 0.375rem;
}
header p span {
	color: #37B44B;
}
header p span:nth-of-type(2) {
	color: #ED1D26;
}
header p {
	text-align: right;
	margin-right: 0.375rem;
	font-size: 1.1875rem;
	line-height: 1.375rem;
}
header em {
	font-style: normal;
	white-space: nowrap;
}
article {
	padding: 0 0 0.375rem;
	border-bottom: #093D64 0.125rem solid;
}

section {
	width: 49%;
	float: left;
}
aside {
	width: 48%;
	float: right;
}
aside + p {
	clear: both;
	color: #1a5b94;
	font-weight: 700;
	font-size: 97%;
}
h1 {
	font-size: 1.9375rem;
	margin: 0.375rem 0 0.375rem 1.5625rem;
	line-height: 1.9375rem;
	font-weight: 700;
	background: url('../images/icon.jpg') left 0.5625rem no-repeat;
	padding-left: 1.5625rem;
}
h1 span {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: normal;
}
h2 {
	font-size: 2.875rem;
	margin: 0 3.625rem 0 0;
	line-height: 2.5rem;
	font-weight: 700;
	text-align: right;
}
h2 a {
	color: #242021;
}
h2 a:hover {
	text-decoration: none;
}
h2 span {
	font-weight: normal;
}
h2 small {
	display: block;
	font-size: 2.125rem;
}
h3 {
	font-size: 3.125rem;
	margin: 0.375rem 0 0.375rem 1.5625rem;
	line-height: 3.125rem;
	font-weight: 700;
	color: #ED1D26;
}
h4 {
	font-size: 1rem;
	margin: 0.375rem 0 0 1.5625rem;
	line-height: 1.25rem;
	font-weight: 700;
	color: #ED1D26;
}
img {
	max-width: 100%;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #1a5b94;
	text-decoration: none;
	white-space: nowrap;
}
a[href^="tel:"] {
	color: #242021;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 0 0.375rem 1.5625rem;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 1.0625rem;
	background: url('../images/iconlist.jpg') left 0.1875rem no-repeat;
}

@media screen and (max-width: 496px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}
	#wrapper {
		border: none;
		margin: 0 auto;
	}
	header {
		padding-top: 0.625rem;
	}
	header p {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	
	h2 {
		font-size: 1.875rem;
		line-height: 2rem;
		margin-right: 2.25rem;
	}
	h2 small {
		font-size: 1.5625rem;
	}
	h3 {
		font-size: 2.3125rem;
	}
	section, aside {
		width: auto;
		float: none;
	}
	br {
		display: none;
	}
}