.hero-inner {
background: url('../img/money.jpg');
background-position: center;
position: relative;
min-height: 150px;
margin-top: 10px;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.breadcrumb{
	background: none;
	padding-left: 0px;
	color: #88bdda;
}
#map_canvas2{
	margin-top:20px;
	height: 360px;
}

#map_canvas2 img { 
    max-width: none; 
}
.audio{
	font-family: "cartogothic_stdregular";
	float: right;
	margin-top: -37px;
	margin-right: 15px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #8a8a8a;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.audio:hover{
	border: 1px solid #e7e7e7; /* stroke */
	-moz-border-radius: 3px / 4px;
	-webkit-border-radius: 3px / 4px;
	border-radius: 3px / 4px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(31,31,30,.04) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(31,31,30,.04) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(31,31,30,.04) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(255,255,255,.04) 0%, rgba(31,31,30,.04) 100%); /* gradient overlay */

}
.testimonial-separator{
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
	background: #dcdcdc;
	height: 2px;
	width: 100%;
}
.accordion-heading .accordion-toggle {
	color: #272727;
}
.accordion-heading .accordion-toggle:hover {
	color: #0692cf;
}
.thumbnails-right{
	margin-left: -14px;
	float: right;
	padding-right: 12px;
	list-style: none;
}
.form-inline input {
	width: 37%;
	height: 31px;
}
.form-inline, 
form {
	margin: 0 0 20px 11px;
}
.form-horizontal .control-label {
	float: left;
	width: 100px;
	margin-left: 17px;
	padding-top: 5px;
	text-align: left;
}
.breadcrumb>li {
text-shadow: none;
}
.side-wrapper{
	border: 1px solid #e7e7e7; /* stroke */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f6f6f6; /* layer fill content */
	-moz-box-shadow: inset 0 0 0 1px #fff; /* inner glow */
	-webkit-box-shadow: inset 0 0 0 1px #fff; /* inner glow */
	box-shadow: inset 0 0 0 1px #fff; /* inner glow */
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
}
.side-wrapper ul{
	padding-top: 60px;
}
.side-wrapper li{
	display: block;
	font-size: 12px;

}
.side-wrapper a{
	color: #5c5c5c;
}
.ribbon{
	background-image: url('../img/ribbon.png');
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	margin-left: -12px;
	height: 64px;
}
.content-wrapper{
border: 1px solid #e7e7e7; /* stroke */
-moz-border-radius: 4px 5px / 3px 1112px;
-webkit-border-radius: 4px 5px / 3px 1112px;
border-radius: 4px 5px / 3px 1112px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fff; /* layer fill content */
margin-top: 20px;
padding-bottom: 20px;
}
.content-wrapper ul{
	font-family: "cartogothic_stdregular";
	color: #8a8a8a;;
}
.list{
	list-style-image: url('../img/list.png');
	padding-top: 15px;
}
.content-text{
	padding-left: 5px;
	padding-bottom: 10px;
}
.blue{
	color:#0690cd;
}
a.blue:hover{
	color:#0690cd;
	text-decoration: none;
}
.menu-icons{
	float: left;
	padding-left: 13px;
	padding-top: 6px;
	padding-right: 6px;
	margin-bottom: 8px;
}
.thumbnails {
margin-left: -14px;
float: left;
padding-right: 12px;
list-style: none;
}
.thumbnails>li {
float: left;
margin-bottom: 7px;
margin-left: 20px;
}
.category{
color: white;
font-size: 27px;
font-weight: bold;
margin-left: 23px;
margin-top: 11px;
}
p {
margin: 0 10px 10px 10px;
color: #8a8a8a;
}
.span3-side {
width: 31%;
}
.span9-content{
	width: 64%;
}
a {
color: #88bdda;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
strong a:hover {
color: black;
text-decoration: none;
}
.active{
	color: white;
}
.videoWrapper {
position: relative;
padding-bottom: 51.25%;
padding-top: 0;
height: 0;
margin: 33px 32px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-box{
	background-image: url(../img/inner-box.png);
	background-repeat: no-repeat;
	padding-bottom: 32px;
	padding-top: 14px;
}
.inner-box h1 {
color: white;
font-size: 33px;
padding-bottom: 7px;
padding-left: 10px;
margin-bottom: -8px;
}
.inner-text{
	width: 30%;
}
.nav-tabs.nav-stacked>li>a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #f6f6f6;
}
.nav-tabs.nav-stacked>li>a:hover {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #e7e7e7; /* stroke */
background-color: #057bb1; /* layer fill content */
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.26); /* inner glow */
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.26); /* inner glow */
box-shadow: inset 0 0 5px rgba(0,0,0,.26); /* inner glow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMWUxZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, rgba(35,31,32,.12) 0%, rgba(255,255,255,.12) 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, rgba(35,31,32,.12) 0%, rgba(255,255,255,.12) 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, rgba(35,31,32,.12) 0%, rgba(255,255,255,.12) 100%); /* gradient overlay */
background-image: linear-gradient(bottom, rgba(35,31,32,.12) 0%, rgba(255,255,255,.12) 100%); /* gradient overlay */
}
.icon1{
	background: url('../img/icon1.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon1{
	background: url('../img/icon1-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon2{
	background: url('../img/icon2.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon2{
	background: url('../img/icon2-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon3{
	background: url('../img/icon3.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon3{
	background: url('../img/icon3-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon4{
	background: url('../img/icon4.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon4{
	background: url('../img/icon4-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon5{
	background: url('../img/icon5.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon5{
	background: url('../img/icon5-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon6{
	background: url('../img/icon6.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon6{
	background: url('../img/icon6-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon7{
	background: url('../img/icon7.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon7{
	background: url('../img/icon7-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon8{
	background: url('../img/icon8.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon8{
	background: url('../img/icon8-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon9{
	background: url('../img/icon9.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon9{
	background: url('../img/icon9-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;

}
.icon10{
	background: url('../img/icon10.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon10{
	background: url('../img/icon10-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon11{
	background: url('../img/icon11.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon11{
	background: url('../img/icon11-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon12{
	background: url('../img/icon12.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon12{
	background: url('../img/icon12-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon13{
	background: url('../img/icon13.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon13{
	background: url('../img/icon13-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon14{
	background: url('../img/icon14.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon14{
	background: url('../img/icon14-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.icon15{
	background: url('../img/icon15.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
li:hover .icon15{
	background: url('../img/icon15-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 20px;
}
.first{
	background: url('../img/1.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .first{
	background: url('../img/1-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
.second{
	background: url('../img/2.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .second{
	background: url('../img/2-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
.third{
	background: url('../img/3.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .third{
	background: url('../img/3-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
.fourth{
	background: url('../img/4.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .fourth{
	background: url('../img/4-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
.fifth{
	background: url('../img/5.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .fifth{
	background: url('../img/5-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
.sixth{
	background: url('../img/6.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
li:hover .sixth{
	background: url('../img/6-hover.png');
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 28px;
	height: 24px;
}
th{
	color: #008dec;
}
tr {
	line-height: 1.4;
}
td{
	color: #aeaeae;
	width: 4%;
	text-align:center;
}
table tr,
table td,
table th,
table{
	margin: auto;
	border: 0 !important;
}
.entry-separator{
	background: #cfcfcf;
	height: 1px;
	width: 100%;
}
.first-info{
	font-weight: bold;
}
.consultant-phone{
	color: #5da9de
}
.consultant-address{
	display: block;
}

.ui-helper-hidden-accessible { display:none; }
