.module-agency-columns a,
.agencies-about-links a,
.about-description a {
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #c6370f;
    /*        font-weight: 700;*/
}

.about-main-image h1,
.about-main-image h2,
.about-description h1,
.about-description h2 {
    color: #DE3700;
}

.about-main-image h3,
.about-main-image h4,
.about-main-image h5,
.about-description h3,
.about-description h4,
.about-description h5,
.module-agency-columns h3,
.module-agency-columns h4,
.module-agency-columns h5 {
    color: #DE3700;
}

.module-stats a {
    color: #ca4933 !important;
}

.module-agency-columns a,
.agencies-about-links a,
.about-description a {
    /*    color: #000 !important;*/
    font-weight: 700;
    text-decoration: underline;
}

.module-agency-columns a:hover,
.agencies-about-links a:hover,
.about-description a:hover {
    color: #000 !important;
}

hr,
hr.module-divider.mobile {
    border-color: rgba(239, 79, 35, .5);
    border-width: 1px 0 0 0;
    background: rgba(239, 79, 35, .5);
    /*    border-color: #dedaa9;*/
    /*    background: #dedaa9;*/
}

.agencies-about-links a {
    border-color: rgba(239, 79, 35, .5) !important;
    /*    border-color: #3f7ea4 !important;*/
    color: #333 !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.agency-background {
    background-color: #DE3700;
    background-image: -webkit-linear-gradient(bottom, #3b0d00 0%, #DE3700 45%, #DE3700 100%);
    background-image: linear-gradient(to top, #3b0d00 0%, #DE3700 45%, #DE3700 100%);
}

.row.bg-highlighted {
    /*    background:rgba(63, 126, 164, 0.43);*/
    /*    background:#fff;*/
    /*        background-image: linear-gradient(to bottom, #000000 0%, #000000 10px, transparent 10px);*/
    background: -webkit-linear-gradient(top, #DE3700 0%, #DE3700 10px, transparent 10px), -webkit-linear-gradient(bottom, #DE3700 0%, #DE3700 10px, transparent 10px), url("/assets/home/images/global/bg-pattern-highlighted.png") repeat;
    background: linear-gradient(to bottom, #DE3700 0%, #DE3700 10px, transparent 10px), linear-gradient(to top, #DE3700 0%, #DE3700 10px, transparent 10px), url("/assets/home/images/global/bg-pattern-highlighted.png") repeat;
    ;
    /*    background: #000;*/
}

.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: #DE3700 !important;
    color: #000000 !important;
}

#nav .active a {
    color: #fff;
}

.subheader {
    background: #DE3700 !important;
    min-height: 0px;
}

.subheader a {
    background: #DE3700 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
    background-color: #DE3700 !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;
    border: 1px solid rgba(255, 255, 255, .25);
    border: 1px solid #fff;
    color: #000;
}

.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: #333 !important;
    background-image: none !important;
    color: #fff;
}

.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: #c6370f !important;
    text-decoration: underline;
    font-weight: 700 !important;
    pointer-events: none;
}

a,
a:link,
a:visited {
    color: #c6370f;
    text-decoration: none;
    /*    font-weight: 700;*/
}

.agencies-about-links ul li:hover a {
    color: #333 !important;
    text-decoration: underline;
}

.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}

.faq-v2 .faq-questions::after {
	background-image: linear-gradient(to bottom, transparent calc(50% - 2px), #DE3700 calc(50% - 2px), #DE3700 calc(50% + 2px), transparent calc(50% + 2px)),  linear-gradient(to right, transparent calc(50% - 2px), #DE3700 calc(50% - 2px), #DE3700 calc(50% + 2px), transparent calc(50% + 2px)) !important;
}

.faq-v2 .faq-questions.expanded {
    background:#de3700!important;
}
.faq-v2 .faq-questions.expanded::after{
    background-image: linear-gradient(to bottom, transparent calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), transparent calc(50% + 2px)),  linear-gradient(to right, transparent calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), transparent calc(50% + 2px)) !important;
}
table.rt th{ white-space:normal;}