.agency-background {
    background-color: #397f98;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 5rem), linear-gradient(to top, #fbf2c0 0%, #397f98 50%, #1c7eac 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 {
    -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: #1c7eac !important
}

.subheader {
    background: #1c7eac !important;
    background: linear-gradient(to top, #4a9dbb 0%, #1c7eac 100%) !important;
    min-height: 0px
}

.subheader a {
    background: #0a5796 !important
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
    background-color: #0a5796 !important;
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.08) 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: #cf4900 !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
}

.agencies-index-ul li {
    border-color: #fbf2c0
}

.column.span3 {
    margin: 0 2% 30px 0
}

@media (max-width: 767px) {
    .column.span3 {
        width: 48%
    }
}

.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: #397f98;
    -webkit-text-decoration: underline solid currentColor;
    text-decoration: underline solid currentColor
}

.agencies-about-links ul li a {
    border-color: #fbf2c0 !important
}

.agencies-about-links ul li a:hover {
    color: #397f98;
    -webkit-text-decoration: underline solid currentColor;
    text-decoration: underline solid currentColor
}

a,
a:link,
a:visited {
    color: #397f98
}

.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px
}

.module-agency-columns h4,
.module-header h2,
.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
    color: #36382e
}

.about-description a:not(.btn) {
    color: #397f98;
    -webkit-text-decoration: solid underline currentColor;
    text-decoration: solid underline currentColor
}

.about-description a:not(.btn):hover,
.content-info-inner a:hover,
.about-description a:not(.btn):focus,
.content-info-inner a:focus {
    color: #1c7eac
}

#agencies-index .module-agency-columns h4 {
    white-space: unset;
}

a.pr-cta {

    background: #1c7eac;
    color: white !important;
    padding: 0.5em 1em;
    border-radius: 0.375em;
    font-size: 1.25rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    box-shadow: 0 0.125em 0.25em 0 rgba(0,0,0,0.5);
    transition: all .3s ease-in-out 0s;
    text-decoration: none !important;

}

a.pr-cta:hover,
a.pr-cta:focus {

    background: white !important;
    color: #397f98!important;
    box-shadow: 0 0 0 1px currentColor inset !important;
    text-decoration: none !important;

}

a.pr-cta::after {

    content: '';
    width: 0;
    height: 0;
    position: relative;
    display: inline-block;
    margin-left: 0.75em;
    border: 0.375em solid transparent;
    border-left-color: currentColor;

}
