.agency-background {
	background-color: #FA961E;
}

.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: #FA961E !important;
}

.subheader {
	background: #FA961E !important;
	min-height: 0px;
}

.subheader a {
	background: #FA961E !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #f37d0a !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: #FA961E !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: #FA961E;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #1771b7;
}


.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

.about-description h2, h3 {
	border-bottom: 1px dotted #ccc;
	color: #f37d0a;
}
.about-description a {
	text-decoration: none;	
}
.about-description a:hover {
	text-decoration: underline;	
}

.about-description h1 {
	font-size: 26px;
}

.about-description h2 {
	font-size: 19px;
}

.about-description h3 {
	font-size: 16px;
}

table.rt{border-collapse:collapse;}
table.rt th{padding:10px 5px 11px 5px;color:#000000;background-color:#FA961E; 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;}
}

.inline-elements { 
	padding: 5px 0px 5px 0px;
}
.inline-elements input[type=checkbox] { 
	margin: 0px 7px 0px 0px; 
}



/*
 .content-info
*/

.lt-ie8 .module-stay-connected {  width: 100%;  float: left;  margin-right: 1.69492%;  display: inline;  float: right;  margin-right: 0;  *margin-left: -1em;  display: inline; }
.module-stay-connected .row.mobile {  width: 100%;  float: left;  margin-right: 1.69492%;  display: inline;  float: right;  margin-right: 0;  *margin-left: -1em;  display: inline; }
.module-stay-connected .row.mobile .button-link {  width: 100%;  float: left;  margin-right: 1.69492%;  display: inline;  float: right;  margin-right: 0;  *margin-left: -1em;  display: inline;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;  padding: 18px 0;  font-size: 14px; }
.module-stay-connected .row {  float: right;  margin-right: 0;  *margin-left: -1em;  display: inline;}
.module-stay-connected .row:nth-child(1) { margin-bottom: 20px; }




.module-stay-connected .content-info-inner h4 a,
.module-stay-connected .content-info-inner p a {
  color: #333333; }


.lt-ie8 .module-stay-connected .row {
  width: 940px; }




.lt-ie8 .module-stay-connected .content-info {
  width: 100%;
  margin: 0px; }


.lt-ie8 .module-stay-connected .content-info-inner {
  height: 169px; }

/* mobile */
@media only screen and (max-width: 410px) {
  
  .module-stay-connected .module-header .button-link-arrow {
    display: none;
  }
    
}
/* mobile */
@media only screen and (max-width: 767px) {
  .module-stay-connected .button-link{width:100%;float:left;margin-right:1.69492%;display:inline;float:right;margin-right:0;*margin-left:-1em;display:inline;margin:0px;}
}

@media only screen and (min-width: 411px) and (max-width: 630px) {
  .module-stay-connected .module-header h2{margin-top:0px;margin-bottom:0px;}
  .module-stay-connected .row:nth-child(1){margin-bottom:20px;}
  .lt-ie9 .module-stay-connected .content-info img {width:auto;} 
}

/* tablet */
@media only screen and (min-width: 631px) and (max-width: 767px) {
  .module-stay-connected .module-header h2{margin-top:0px;margin-bottom:0px;}
  .module-stay-connected .row:nth-child(1){margin-bottom:0px;}
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 959px){
  .module-stay-connected .module-header h2{margin-bottom:0px;}
  .module-stay-connected .row:nth-child(1){margin-bottom:0px;}
  .module-stay-connected .content-info-inner{height:280px;border-top: none;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;}
  .module-stay-connected .content-info-inner{height:280px;} 
}
/* desktop */
@media only screen and (min-width: 960px) {
  .module-stay-connected .content-info-inner{height:280px;} 
}




.module-stay-connected .content-info-inner:hover {
  	-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);
	margin-bottom: 25px;
}

.module-stay-connected .content-info {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background: transparent;
 }
  
  
.module-stay-connected .content-info-inner {
  background: transparent;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 960px) {
	.module-stay-connected .content-info-inner {
	  height: 190px;
	}
}

@media only screen and (max-width: 480px) {
	.module-stay-connected .content-info-inner {
		border: 1px solid #ccc;
		height: auto;
	}
}
@media only screen and (min-width: 631px) and (max-width: 767px) {
	.module-stay-connected .content-info-inner {
		border: 1px solid #ccc;
		height: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.module-stay-connected .content-info-inner {
		border: 1px solid #ccc;
		height: auto;
	}
}

.module.module-stay-connected {
	margin-bottom: -40px !important;
}