html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-size: 39px;
	margin: 14px 0 53px;
	text-align: center;

}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 22px;
	margin-top: 20px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 45px auto 40px;
	width: 250px;
}

img {
	border: 1px solid #ccc;
}

ul {
	padding-left: 20px;
}

.no-margin {
	margin: 0;
}

a {
	color: #0074A2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0074A2;
	text-decoration: underline;
}

.menu {
	background: #fff;
	border-right: 1px solid #ccc;
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 290px;
}

.menu a {
	border-bottom: 1px solid #ccc;
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: background 0.4s;
}

.menu a span {
	background: #444;
	border-radius: 10px;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 20px;
	line-height: 19px;
	margin-left: 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	transition: background 0.4s, color 0.4s;
	width: 20px;
}

.menu a span b {
	font-size: 24px;
	font-weight: normal;
	line-height: 14px;
}

.menu a span:hover {
	background: #0074A2;
	color: #fff;
}

.menu ul ul {
	display: none;
}

.menu ul ul a {
	font-size: 13px;
	text-indent: 20px;
}

.menu-current,
.menu a:hover {
	background: #ddd;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.menu li {
	margin: 0;
}

.main {
	left: 320px;
	margin-bottom: 1000px;
	position: relative;
	top: 30px;
	width: 1200px;
}

.section {
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 30px;
	padding-bottom: 20px;
}

img {
	display: block;
	margin: 10px 0 25px;
}

.plus-icon {
	font-size: 21px;
	vertical-align: -3px;
}

.message {
	padding: 10px 10px 10px 50px;
	position: relative;
}

.info {
	background-color: rgba(0, 116, 162, 0.06);
	background-image: url(../img/info-icon.png);
	background-position: 14px 10px;
	background-repeat: no-repeat;
    border: 1px solid rgba(0, 116, 162, 0.7);
	border-left-width: 5px;
	border-left-color: #0074A2;
}

.warning {
	background-color: rgba(226, 129, 35, 0.06);
	background-image: url(../img/warning-icon.png);
	background-position: 13px 9px;
	background-repeat: no-repeat;
	border: 1px solid rgba(226, 129, 35, 0.74);
	border-left-width: 5px;
	border-left-color: #E28123;
}