.agency-background {
	background-color: #004393;

background:
    
    linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 95%, rgba(0,0,0,.25) 100%),
/*    linear-gradient(to bottom, #057de0 20%, transparent 50%),*/
    linear-gradient(to bottom, #004393 0%, transparent 50%, #004394 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.5' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"),
    linear-gradient(to top,#004393 0%, #057de0 50%, #004394 100%)
    ;
}

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

.subheader {
	background: #083c7c !important;
        
   background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 85%, rgba(0,0,0,.25) 100%),
/*    linear-gradient(to bottom, #057de0 20%, transparent 50%),*/
    linear-gradient(to bottom, #004393 0%, transparent 50%, #004394 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.5' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"),
    linear-gradient(to top,#004393 0%, #057de0 50%, #004394 100%)!important
    ;
	min-height: 0px;
}

.subheader a {
	background: #004393 !important;
    transition:all .3s ease-in-out 0s;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #004393 !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;
    box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,.5);
	background-color: #de3700 !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: #083c7c !important;
}

.agencies-about-links ul li.active a {
	color: #004393;
    text-decoration:underline solid #de3700;
    text-decoration-skip:ink;
}

a, a:link, a:visited {
	color: #de3700;
}
.about-description a,
.agencies-about-links ul li:not(.active) a,
.module-agency-columns a:nth-of-type(n) {
    color:#de3700;
    font-weight:700;
    text-decoration:underline solid #004393;
    text-decoration-skip: ink;
    transition:all .3s ease-in-out 0s;
}
.about-description a:hover,
.agencies-about-links ul li:not(.active) a:hover,
.module-agency-columns a:nth-of-type(n):hover {
    color:#004393;
    text-decoration:underline solid #de3700;
}
.agencies-about-links ul li a,
.module-agency-columns li {
    border-color:rgba(0, 67, 147,.25);
}
.agencies-about-links ul li:not(.active) a {
    text-decoration:none;
}
.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

.welcome-text{width:25%;}

@media only screen and (max-width: 767px){
	.agency-logo-wrapper{top:-12px;}
	.main-header .agency-logo{max-height:87px;}
}

.about-description h1,
.about-description h1,
/*.about-description h3,*/
/*.about-description h4,*/
/*.about-description h5,*/
/*.about-description h6,*/
.module-header h1,
.module-header h2,
.module-agency-columns h1,
.module-agency-columns h2
/*.module-header h3,*/
/*.module-header h4,*/
/*.module-header h5,*/
/*.module-header h6*/
{
    color:#de3700;
}
.module-agency-columns h3,
.module-agency-columns h4,
.module-agency-columns h5,
.module-agency-columns h6,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
    color:#004394;
}