.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: #1268b3 !important;
}

.subheader {
    /* background: #FA961E !important; */
    background:linear-gradient(to top, rgba(0,0,0,.25) 0%, transparent 4rem),linear-gradient(to bottom,#1268b3 0%, #013b82 100%)!important;

	min-height: 0px;
}

.subheader a {
	background: #1268b3 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #1268b3 !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: #013b82 !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: #1268b3;
	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: #013b82;
}
.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;}
}

/* large table */
table.lg-table thead > tr:first-child>th:first-of-type{
		width: 20%!important;
}
table.lg-table{
	border-collapse: collapse;
	/* table-layout:fixed; */
	width:100%;
	box-sizing:border-box;
}

table.lg-table>thead>tr>*,table.lg-table>tbody>tr>*{
	border:1px solid currentColor;
	padding:.5rem;
}
table.lg-table th,table.lg-table td{
	white-space:normal!important;
	box-sizing:border-box;
}
table.lg-table>thead>tr:first-of-type>th:first-of-type{
	text-align:left;
}
table.lg-table>tbody>tr>*:nth-child(n+2),table.lg-table>thead>tr:last-of-type>th{
	text-align:right;
}
table.lg-table thead{
	background:#0a5796;
	color:#fff!important;
	border:1px solid #000!important;
}
table.lg-table thead>tr:first-of-type>th:first-of-type{
	border-left:none!important;
}
table.lg-table thead>tr:first-of-type>*{
	border-top:none;
}
table.lg-table thead tr > th:last-of-type{
	border-right:none!important;
}
table.lg-table tfoot td{
	border:1px solid #000;
	border-top:none;
	padding:.5rem;
}
div.table-list-wrapper{
	box-sizing:border-box;
}
/* end large table */


.inline-elements { 
	padding: 5px 0px 5px 0px;
}
.inline-elements input[type=checkbox] { 
	margin: 0px 7px 0px 0px; 
}

table.datatable td:nth-child(odd){padding-right:10px;}

/*
 .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;
}

/* DCA Mission Bar (Custom styles for "Home Body" component) */
#w1487370435016 .bg-highlighted {
	background: none;
    background-color:#013b82 !important;
    /* background-color:#1268b3 !important; */
	padding-top: 15px;
}
#w1487370435016 .module-agency-columns .agencies-first {
	margin-top: 0px !important;	
}
#w1487370435016 .module-agency-columns .agencies-first, 
#w1487370435016 .module-agency-columns .agencies-first .agencies-index-panel {
	background: none !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-align: center;
	line-height: 1.6em;
}

#w1487370435016 .module-agency-columns .text-padding {
	padding: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
    color:#000;
}



/*CHECKLIST*/

ul.fauxcheck-list{
    list-style:none;
    margin:0 0 1.5rem 1.5rem;
}
ul.fauxcheck-list > li{
    margin-left:0;
    padding-left:0; 
    position: relative;   
}
ul.fauxcheck-list > li::before{
    content:"";
    position: absolute;
    width:1rem;
    height:1.5rem;
    background:url('../images/content/businesses/dca_fauxcheck.svg') no-repeat center center;
    left:-1.5rem;
    top:-1px;
}
ul.fauxcheck-list > li+li{
    margin-top:1rem;
}




/*TABLE STYLES*/

[id*="table-list-heading"]{
    margin-top:3rem;
}
[id*="table-list-heading"]+div.table-list-wrapper{
    margin-top:0!important;
}
div.table-list-wrapper{
    margin:3rem 0;
    width:100%;
    border:1px solid #000;
    border-bottom:none;
}
ul.table-list{
    margin-left:0;
    margin:0!important;
    list-style:none;
}
ul.table-list>li{
    display:flex;
    flex-basis:row nowrap;
    justify-content:flex-start;
    align-items: flex-start;
    align-items:stretch;
    position:relative;
    padding:.5rem 0;
    margin:0!important;
    border-bottom:1px solid #000;
}
ul.table-list>li>span{
    position:relative;
    word-wrap:normal;
    display:inline-block;
    word-break: normal;
    box-sizing:border-box;
}
ul.table-list.table-list-2col>li>*{
    flex-basis:12rem;
    padding:.5rem;
}
ul.table-list li>span+span::before {
    content:"";
    position:absolute;
    width:1px;
    background:Red;
    background:#000;
    height:100%;
    height:calc( 100% + 1rem);
    left:0;
    top:-.5rem;
}
ul.table-list li.faux-header>span+span::before {
    background:#fff;
}
ul.table-list.table-list-2col>li+li{
    
}
ul.table-list.table-list-2col>li>*:last-of-type{
    flex-grow:1;
    padding-left:1.5rem;
    position:relative;
}
ul.table-list.table-list-3col>li>*{
    padding:.5rem;
}
ul.table-list.table-list-3col>li>*:nth-of-type(1){
    flex-basis:40%;
    flex-grow:0;
    flex-shrink:0;
}
ul.table-list.table-list-3col>li>*:nth-of-type(2){
    flex-basis:20%;
    flex-grow:0;
    flex-shrink:0;
}
ul.table-list.table-list-3col>li>*:nth-of-type(3){
    flex-basis:40%;
    flex-grow:0;
    flex-shrink:0;
}
.faux-header{
    background:#0a5796;
    color:#fff;
    font-weight:500;
    box-sizing: border-box;
}
.filter-by-type { /* hide filter by type on news page */
	display: none !important; 
}