.agency-background {
	background-color: #0a5796;
    background:
        linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 5%,rgba(0,0,0,0) 95%, rgba(0,0,0,.5) 100%),
        url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231771b7' fill-opacity='1.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(to bottom, #007dbb 40%, #072c4a 100%);
/*
    background-color: #DFDBE5;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
*/
}
nav.hidden-phone li a abbr {
    border:none;
    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: #007dbb !important;
}

.subheader {
	background: #339933 !important;
	min-height: 0px;
    
	background-color: #0a5796;
    background:
        linear-gradient(to bottom, #007dbb 0%, rgba(0,0,0,0) 5%,rgba(0,0,0,0) 95%, rgba(0,0,0,.5) 100%),
        url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231771b7' fill-opacity='1.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(to bottom, #007dbb 40%, #072c4a 100%) !important;
}

.subheader a {
	background: #072c4a!important;
    transition:all .3s ease-in-out 0s;
}
.subheader a abbr {
    text-decoration: none;
    border:none;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #072c4a !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: #007dbb !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: #072c4a;
	text-decoration: underline;
    text-decoration-color:#007dbb;
}

a, a:link, a:visited {
	color: #007dbb;
}
.agencies-index-panel a, 
.module-content .content-info-inner a,
.about-description a {
    color:#007dbb;
    font-weight: 700;
    text-decoration:underline;
    text-decoration-skip: ink;
    text-decoration-color:#072c4a;
    transition:all .3s ease-in-out 0s;
}
.agencies-about-links ul li a {
     color:#007dbb;
    font-weight: 700;
        transition:all .3s ease-in-out 0s;
}
.agencies-about-links ul li a:hover {
    color:#072c4a;
}
.agencies-about-links ul li a:hover,
.agencies-index-panel a:hover, 
.modle-content .content-info-inner a:hover,
.about-description a:hover {
    color:#072c4a;
    text-decoration-color:#007dbb;
}
.agencies-index-panel ul li {
    border-color:rgba(0, 125, 187,.25);
}
.mod-title, .about-description h2, .about-description h3, .about-description h4, .about-description h5, .about-description h6, .content-info-inner h4, h2, h3, h4, h5, h6 {
    color:#072c4a;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}