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;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Tahoma;
	margin:30px !important;
}
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;
}
a, a:focus, a:hover {
	text-decoration: none;
}
body {
	background-color: #C5E6F9;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
strong {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CF2724;
}
a {
	color: #999999;
}
a:hover {
	color: #DC4236;
}
.wrapper {
	max-width:1000px;
	width:100%;
	margin:auto;
	border:2px solid #000;
	background:#fff;
}
main {
	display:flex;
	justify-content:space-between;
	padding: 0 20px;
	align-items:flex-start;
}
.header {
	margin-bottom:30px;

}
.header div {
	padding:20px;
	color:red;
	font-weight:600;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	text-align:center;
}
.header >img {
	margin:15px auto 0;
	display: block;
}
footer {
	margin-top:30px;
	padding-bottom:20px;
}
footer img {
	max-width: 200px;
	margin:auto;
}
footer ul {
	display:flex;
	margin:10px 0;
}
footer li {
	width:12.5%;
	height:7px;
}
footer li:nth-child(1) {
	background:#000;
}
footer li:nth-child(2) {
	background:#e77843;
}
footer li:nth-child(3) {
	background:red;
}
footer li:nth-child(4) {
	background:#901d78;
}
footer li:nth-child(5) {
	background:#411a6b;
}
footer li:nth-child(6) {
	background:#24297a;
}
footer li:nth-child(7) {
	background:#00933d;
}
footer li:nth-child(8) {
	background:#f7c300;
}
footer a {
	color:#000;
	font-size:13px;
	display:block;
	width:100px;
	margin:auto;
	text-align:center;
}
aside {
	width:30%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	padding:20px;
}
aside >a {
	text-align:center;
}
aside li {
	border-top:1px solid #ddd;
}
aside a {
	position:relative;
	padding:20px 0;
	display:block;
	color:#005eb6;
	font-weight:600;
	font-size:16px;
}
aside li a {
	padding-left:15px;
}
aside li a:before {
	content:"";
	position:absolute;
	top:23px;
	left:0;
	width:9px;
	height:9px;
	background:#005eb6;
	border-radius:50%;
}
aside a span {
	display:block;
	font-size:13px;
	margin:4px 0;
	font-weight:normal;
	list-style:15px;
}
.right-side {
	width:65%;
}
.links {
	padding:20px;
	background:#005eb6;
}
.links a {
	display:block;
	color:#fff;
	padding:10px 0;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
.text  {
	margin-bottom:20px;
}
.text h3 {
	font-weight:600;
	color:red;
	font-size:18px;
	margin-bottom:5px;
}
.text p {
	font-size:14px;
	line-height:20px;
}
.right-side .top {
	display:flex;
}
.right-side .top div{
	width:355px;
}
.right-side .right-image {
	width:255px;
}

@media(max-width:991px) {
	main {
		flex-direction:column;
	}
	aside {
		width:100%;
		margin-bottom:30px;
		padding:10px;
	}
	aside ul {
		flex-wrap: nowrap;
		display:flex;
		width:100%;
		overflow-x:auto;
	}
	aside ul li {
		flex: 0 0 auto;
		width:160px;
		margin:0 10px;
	}
	aside ul li a {
		font-size:13px;
	}
	aside a span {
		display:none;
	}
	aside a {
		padding: 15px 0;
	}
	aside li a:before {
		top: 19px;
		width: 6px;
		height: 6px;
	}
	.right-side {
		width:100%;
	}
	.links {
		padding:10px;
	}
	.links a {
		padding:5px 0;
	}
}
.low-section {
	max-width:400px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.low-section a {
	display:block;
	background:#005eb6;
	width: 46%;
	margin:5px;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
@media(max-width:767px) {
	.header {
		margin-bottom:0;
	}
	.header div {
		font-size: 13px;
    	line-height: 20px;
	}
	.right-side .top {
		flex-direction:column;
		margin-bottom:40px;
	}
	.right-side .top div{
		width:100% !important;
	}
	.links {
		display:none;
	}
	body {
		margin:15px !important;
	}
}