/********************  Template T12-0001 Colors ****************************/
 .home-geo-headline h1 a,
 .home-cta h2,
 .home-location h2,
 .what-we-offer h2,
 .home-doc-info h4,
.home-doc-info h5,
.cta-right a,
.cta-right a:hover,
.cta-right h3,
.page-header,
.allFocus a
{
     color:#4b626c;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.fa-thumbnail
{
    background-color:#428bca;
}
.nav-tabs li.active a:hover
{
    background-color:#4b626c;
}



.fa-b1, 
.fa-b2, 
.fa-b3,
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.btn-primary,
.panel-primary .panel-heading,
.cta-right,
.cta-center,
input[type="submit"]
{
    background-color:#428bca;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #428bca),
	color-stop(0.86, #4b626c)
);
background-image: -o-linear-gradient(top, #428bca 0%, #4b626c 86%);
background-image: -moz-linear-gradient(top, #428bca 0%, #4b626c 86%);
background-image: -webkit-linear-gradient(top, #428bca 0%, #4b626c 86%);
background-image: -ms-linear-gradient(top, #428bca 0%, #4b626c 86%);
background-image: linear-gradient(to top, #428bca 0%, #4b626c 100%);
}
.fa-thumbnail
{
    background-color:#428bca;
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #428bca),
	color-stop(0.4, #4b626c)
);
background-image: -o-linear-gradient(top, #428bca 0%, #4b626c 40%);
background-image: -moz-linear-gradient(top, #428bca 0%, #4b626c 40%);
background-image: -webkit-linear-gradient(top, #428bca 0%, #4b626c 40%);
background-image: -ms-linear-gradient(top, #428bca 0%, #4b626c 40%);
background-image: linear-gradient(to top, #428bca 0%, #4b626c 30%);
}

.nav-tabs li.active a:hover,
input[type="submit"]:hover
{
    background-image:none;
  background-color: #4b626c;
    color: #ffffff;
}

.btn-primary:hover
{
    background-image:none;
    background-color:#4b626c;
}
