.agency-background {
    background-color: #2c57a7;
    background: url(../hero-bg.png), -webkit-linear-gradient(bottom, rgba(44, 87, 167, 1) 0%, rgba(50, 115, 179, 1) 50%, rgba(44, 87, 167, 1) 100%);
    background: url(../hero-bg.png), linear-gradient(0deg, rgba(44, 87, 167, 1) 0%, rgba(50, 115, 179, 1) 50%, rgba(44, 87, 167, 1) 100%);
}
#main {
	margin-bottom: 0px !important;
}
.agency-content-padding {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

.agency-logo-center {
    text-align: center;
}

.about-description {
    width: 100% !important;
}

.module-agency-columns a,
.agencies-about-links a,
.about-description a {
    color: #2158a7;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.module-agency-columns a:hover,
.agencies-about-links a:hover,
.about-description a:hover {
    color: #000;
}

.agency-top-padding {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.agency-top-shadow {
    -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: #2c57a7 !important;
}

.subheader {
    background: #2c57a7 !important;
    min-height: 0px;
}

.subheader a {
    background: #2c57a7 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
    background-color: #12356f !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: #2c57a7 !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;
	font-weight: bold;
}


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

h2,
h3,
h4,
h5,
h6 {
    color: #2a58a7;
}

a.connect-link {
    background-color: #36add5 !important;
}

a.connect-link:hover {
    background-color: #0a5796 !important;
}

.agencies-about-links ul li.active a {
    color: #2c57a7;
    text-decoration: underline;
}

a,
a:link,
a:visited {
    color: #2c57a7;
}

.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}
