body {
	margin:0;
	padding:0;
	font-family:'Open Sans';
}

header {
	margin-bottom:-8px;
	position:relative;
}

#banner {
	width:100%;
	padding-bottom:50%;
	background:#0C728F;
	position:relative;
	overflow:hidden;
}

section {
	padding:10px;
}
 
nav {
	width:100%;
	height:55px;
	background:#3E504A;
}

#nav-logo:link, #nav-logo:visited {
	color:#C6FFFE;
	text-decoration:none;
	font-size:27px;
	position:relative;
	top:7px;
	font-weight:bold;
	letter-spacing:2px;
}

.hs-item {
	padding:10px 0;
	/*color:white;*/
	font-size:17px;
}

.hs-item.first {
	/*font-size:19px;*/
}

.hs-item:not(:last-child) {
	border-bottom:2px solid #4A4A4A;
}

#banner-img {
	display:block;
	/*position:absolute;
	left:0;
	top:0;*/
}

#banner-img img {
	width:100%;
	margin-bottom: -10px;
}

.topm {
	margin-top:0;
	margin-bottom:0!important;
	background:#45acd7;
}

.topm a {
	display:block;
	width:100%;
	text-align:center;
	font-size:20px;
}

.topm a:link, .topm a:visited, .topm a:hover, .topm a:active {
	color:white;
	font-weight:bold;
}

section a:link, section a:visited, section a:hover, section a:active {
	color:#0074A4;
	font-weight:bold;
}

.content-item {
	/*border:3px solid #166397;*/
	border-radius:2px;
	width:100%;
	padding-bottom:56.25%;
}

.content-title {
	display:block;
	width:100%;
	padding:5px;
	background:#decf15;
	color:	;
	margin-top:10px;
}

.sec-title {
	font-weight:bold;
	text-align:left;
	margin:0 0 15px 0;
	font-size:18px;
}

.content-desc {
	padding:7px 10px;
	background:#96CDE1;
	border-radius:2px;
	font-weight:bold;
}

.hi:link {
    display:block;
    width:100%;
    color:white;
    background:rgb(67, 7, 145);
    padding:10px;
    text-align:center;
    font-size:20px;
    margin-bottom:5px;
}