/*
	 Customization styles added by ANH
*/
.Center-company-name
{
	color: #fff /*#2cb5f8*/;
	font-size: 1.8em !important;
	font-weight: 900;
	padding-top: 1em;
}
input.special[type="button"], 
input.special[type="submit"], 
input.special[type="reset"], 
.button.special
 {
			background: #0073b0;
			border-color: #0073b0;
			color: #fff !important;
-}
.current
{
	color: #0073b0 !important;
}

H2.special,
H3.special,
span.special
{
	color: #0073b0 !important;
	background: #fff;
	font-weight: bold;
}
H2.special-inverted,
H3.special-inverted
{
	color: #fff !important;
	background: #0073b0;
	font-weight: bold;
}
H3.special-text,
p.special-text,
span.special-text
{
	color: #024a70 !important;	
	font-weight: bold;
}
a.special
{
	color: #0073b0 !important;
	background: #fff;
}

.icon.fa-bar-chart-o,
.icon.featured.fa-check,
.icon.fa-envelope
{
   color: #0073b0;
}
.ready-to
{	
    width: 100%;
	max-width: 300px;
	min-width: 150px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
    margin-right: auto;
	background: #fff;
}
#banner .inner 
{
    max-width: 600px;
	min-width: 300px;
    margin-top: 35px !important;
	margin-bottom: 35px !important;	
	padding: 1em !important;	
	background-color: #646464;
	background: rgba(25, 32, 43, 0.75);
	border: solid 3px #2cb5f8;
}