.agency-background {
	background-color: #0061AF;
}

.hero-highlighted {
	background-color: #0061AF;
}

a.download_button{
	background-color: #ef4123;
	border: 1px solid #ef4123;
	border-radius: 3px;
	padding: 12px 6px 12px 6px;
	font-size: 16px;
	line-height: 31px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}
a.download_button:hover{
	background-color: #000000;
	text-decoration: none;
}


.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: #0061AF !important;
}

.subheader {
	background: #0061AF !important;
	min-height: 0px;
}

.subheader a {
	background: #0061AF !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #0061AF !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: #0061AF !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: #0061AF !important;
}

a.connect-link:hover {
	background-color: #0061AF !important;
}

.agencies-about-links ul li.active a {
	color: #0061AF;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #0061AF;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

h3.section{line-height:28px;}

a.download_button{background-color:#ef4123; border:1px solid #ef4123; border-radius:3px; padding:12px 6px 12px 6px; font-size:16px; line-height:31px; margin-right:10px; text-align:center; text-transform:uppercase; color:#ffffff; font-weight:bold; display:inline-block; text-decoration:none;}
a.download_button:hover{background-color:#000000; text-decoration:none;}

.column_bg{padding:10px 0px 0px; margin-top:10px; margin-bottom:15px;}

ol.principles {
    list-style-type: none;
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}
ol.principles > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.principles > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size:18px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
    content: counter(li-counter) ".";
    counter-increment: li-counter;
}
ul.action > li{margin-bottom:20px;}


/* responsive tables */
table.rt{border-collapse:collapse;}
table.rt th{padding:10px 5px 11px 5px;color:#ffffff;background-color:#0061AF; font-size:13px; line-height:15px; border:1px solid #d1d3d3; vertical-align:bottom;text-align:center; white-space:nowrap;}
table.rt th.subhead{padding:11px 11px 13px 11px; font-size:18px; 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 tr { border-top: 1px solid #d1d3d3; border-bottom:10px solid #ffffff;}
	table.rt td { 
		/* Behave  like a "row" */
		border: none;
		border: 1px solid #d1d3d3; 
		border-top:none;
		position: relative;
		padding:6px;
		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;}
}

.logo_padding{padding:0px 10px 20px 0px;}
.logo_link{padding-bottom:15px;}