.testAug {
 	color :red ;	
}

.agency-background {
	background-color: #139CCA;
}

.agency-content-padding {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.agency-logo-center {
	text-align: center;
}

.about-description {
  width: 100% !important;
}

.agency-top-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }

.agency-top-shadow {
  -webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8); 
}

#nav .active {
	background: #139CCA !important;
}

.subheader {
	background: #139CCA !important;
	min-height: 0px;
}

.subheader a {
	background: #139CCA !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #139CCA !important;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%)  !important;
}

.subheader a.main-filter-category:hover,
.subheader a.main-filter-category:active,
.subheader a.main-filter-category.active {
	border: 1px solid #fff !important;
	background-color: #139CCA !important;
	background-image: none !important;
}

.agency-bottom-margin {
	margin-bottom: 20px;	
}

.agency-home-resources-padding-ul li{
	padding: 20px 0 15px !important;
}

.agencies-index-ul li a {
	color: #000000;
}

/* line 20, by-the-number.scss */
.column.span3 {
  margin: 0 2% 30px 0; }
  @media (max-width: 767px) {
    /* line 20, by-the-number.scss */
    .column.span3 {
      width: 48%; } }

/* line 26, by-the-number.scss */
.column.span3:last-child {
  margin: 0; }
  
sup {
	font-size: 12px;
}

a.connect-link {
	background-color: #36add5 !important;
}

a.connect-link:hover {
	background-color: #0a5796 !important;
}

.agencies-about-links ul li.active a {
	color: #139CCA;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #139CCA;
	font-weight:bold;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

.full-details{display: none;}

table.rt{border-collapse:collapse;}
table.rt th{padding:10px 5px 11px 5px;color:#000000;background-color:#139CCA; font-size:13px; line-height:15px; border:1px solid #d1d3d3; vertical-align:bottom; white-space:nowrap; text-align:center;}
table.rt th.subhead{padding:11px 11px 13px 11px; line-height:20px; background-color:#ebebeb; border:1px solid #d1d3d3; text-align:left;}
table.rt td{padding:20px 11px 20px 11px;font-size:16px; line-height:18px; background-color:#f8f8f8; border:1px solid #d1d3d3;}
table.rt td.vertical{ vertical-align:middle;}
@media only screen and (max-width: 767px){
	/* Force table to not be like tables anymore */
	table.rt, table.rt thead,table.rt tbody,table.rt th,table.rt td,table.rt tr { 
		display: block;  border:none;
	}
	table.rt{border-collapse:collapse;}
	table.rt thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.rt th.subhead { display: none; /* just hide it in mobile */ }
	table.rt tr { border: 1px solid #d1d3d3; border-bottom:0;}
	table.rt td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #d1d3d3; 
		position: relative;
		padding:3px 3px 6px 3px;
		font-size: 11px;
		padding-left: 50%; 
	}
	table.rt td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		content: attr(data-label);
		font-weight:bold;
	}
	table.rt th.subhead{padding:6px;border:none;}
}

#agencies-index .module-agency-columns h4 {
	color: #139CCA !important;
}

.filter-controls{position:relative;}
.search-bg{background-color:#eaeaea; padding:1px 10px 25px 10px; border-radius:3px;}
.search-bg h3{color:#000000;}
.filter-buttons{padding-top:15px;}
a.filter-button{color:#ffffff;}
.initials-div{padding:10px 0px 10px 0px;}
.initial-search{width:20px; height:16px; background-color:#ffffff; border:2px solid #cfcfcf; border-radius:2px; color:#999999 !important; display:inline-block; text-align:center; font-size:13px; line-height:13px; font-weight:bold; padding-top:4px; margin-right:2.75px;margin-bottom:2.75px;}
.initial-search.active, .initial-search:hover{background-color:#4e5d63;border:2px solid #4e5d63; color:#ffffff !important;}
.pagination{position:relative; padding:10px 0px 15px 0px;}
.pagination div{float:right;}
.filter-pagination{width:24px; height:20px; background-color:#ffffff; border:2px solid #cfcfcf; border-radius:2px; color:#999999 !important; display:inline-block; text-align:center; font-size:15px; line-height:15px; font-weight:bold; padding-top:4px; margin-left:3px; margin-top:3px;}
.filter-pagination.active, .filter-pagination:hover{background-color:#4e5d63;border:2px solid #4e5d63; color:#ffffff !important;}
.headshot-border{padding-bottom:25px;}
.filter-image{ height:220px; overflow:hidden;border:1px solid #cccccc; border-radius:3px 3px 0px 0px; border-bottom:none;}
.filter-caption{height:85px;padding:15px;color:#333333;border:1px solid #cccccc; border-radius:0px 0px 3px 3px; border-top:none; }
.headshot-border .commissioners{padding:15px;color:#333333;border:1px solid #cccccc; border-radius:3px; height:102px;}
.headshot-border .commissioners .commissioner-link{color:#d60380;}
@media only screen and (max-width: 767px){
	.filter-image{height:auto; overflow:auto;}
	.pagination{position:static; bottom:auto;}
	.pagination div{position:static;right:auto; padding-bottom:20px;}
}

/*HPD Wizard for loan*/

.loan-wizard-slide
{
	padding-top: 35px;		
}

.question
{
	padding-bottom:25px;
}

.question_title
{
   font-size: 23px;	
   line-height:28px;	
}

.btn-loan-wizard
{
	background:none repeat scroll 0 0 #139CCA !important;
	display: inline-block;
	line-height: 10;
    margin-bottom: 25px;
    margin-right: 25px;
    padding:15px 58px !important;
	font-size: 16px !important;
    text-align: center;
}

.btn-loan-wizard-next
{
	
	
	background:none repeat scroll 0 0 #139CCA !important;
	line-height: 10;
    margin-bottom: 25px;
    margin-right: 25px;
    padding:15px 58px !important;
	font-size: 16px !important;
    text-align: center;
	display:none;
}

.btn-loan-wizard:hover, .btn-loan-wizard-next

{
	background:none repeat scroll 0 0 #0483ae  !important;
	
}

.loan-select
{
	padding-bottom:25px;
}

.act
{
	display: none;	
}
/*end HPS Wizard */