/**
 *   Color scheme
 
Almost black - #1a1a1a
Gray - #474747
Bluey blue - #135684
Dark blue - #0e4164
Sky blue - #bdccd4
Lighter sky blue - #eaebed
Light Blue gray - #d4d6da
Almost white - #f2f2f2

*/



/**
 *   General
 */
 body, #wb-bc{
 	background: none !important;
 }

.title-banner{
	padding:0 10px 15px;
	background-color: #0e4164;
	color:#eaebed;
}

.title-banner .container p a{
	color:#f2f2f2 !important;
}
#wb-cont{
	color:#eaebed;
	border-bottom:none!important;
}
.container p a{
	color: #135684 !important;
}

.container h2{
	color: #0e4164;
}

#wb-bnr {
	background: #135684 !important;
}

#wb-sm{
	background-color: #eaebed !important;
}

#wb-sm .menu > li > a{
	color: #0e4164 !important;
	border-left: 1px solid #0e4164 !important;
	text-shadow: none;
}

#wb-sm .menu > li > a:hover, #wb-sm .menu > li.active > a{
	background-color: #bdccd4 !important;
}

.wb-menu .sm{
	background-color: #bdccd4 !important;
	border: none;
}
#con-guide{
	height:auto;
	overflow: hidden;
}
#con-guide ul{
	height:auto;
	overflow: hidden;
	padding:0 !important;
}
#con-guide ul li{
	width:340px;
	height:108px;
	margin:5px;
	padding:10px;
	background-color: #bdccd4 !important;
	list-style: none;
	float:left;
}
#con-guide ul li h3{
	margin:0 0 5px 0;
}

#more-info{
	clear:both;
}
#more-info ul {
	padding:0 !important;
}
#more-info ul li{
	list-style: none;
}
footer{
	background-color: #135684;
	color: #f2f2f2;

}

footer a{
	color: #f2f2f2;
}

#footer-container{
	background-color: #135684;
}

@media (max-width:480px){
	#con-guide ul li{
		width:98%;
		margin:5px 0 5px 0;
	}
}
