@charset "utf-8";
/* CSS Document */

body
{
	margin:auto;
}

/* slider */
.home-slider
{
	width: 100%;
}

.header-container-top-bg
{
	background-color: #ffffff/*0b328a*/;
}

.logo-site-nav
{
	width:220px; margin:10px auto;
}
@media (max-width:550px) {
	.logo-container
	{
		margin:auto; text-align:center;
	}
	.logo-site-nav
	{
		width:250px;
	}
}

.top-pane-contact
{
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 10px;
}

.sectionBox
{
	border: 0px solid #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
.heading-sub
{
	font-family: "Roboto"/*Tangerine|Noto Serif|Anton|Roboto*/ ;
	font-size: 1.8em;
	font-weight: bold;
	color: #333333;
	background-image:url(../asset/graphics/heading-bg.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 5px;
}
::before.heading-sub
{
	content: '';
	display: block;
	width: 46px;
	height: 5px;
	margin: 0 0 21px;
}

.para
{
	margin: 15px auto;
}
.content
{
	font-size:	13pt;
	text-align: justify;
	color: #666;
}
.blockContent
{
	background-color: #eee;
	padding: 10px;
}


/* List */

.awhList
{
	font-size: 10pt;
}

ul.awhList li
{
	list-style-image:url(../img/icon-bullet-arrow.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
ul.awhList li strong
{
	color: #0b32a7;
}

.home-image
{
	width: 100%;
	min-height: 240px;
	margin: 15px auto;
}

.home-certifications
{
	width: 100%;
	min-height: 240px;
	margin: 15px auto;
}

