h1:not(.main-title), h3, h6 {
	color: #bf5600;
}

h2, h4 {
	color: #006;
}

h5 { 
	color: #444;
}

.agency-background {
    background-color: #e7d49c;
    background: -webkit-linear-gradient(top, #cd852f 0%, #e7d49c 45%, #e7d49c 55%, #cd853f 100%);
    background: linear-gradient(to bottom, #cd852f 0%, #e7d49c 45%, #e7d49c 55%, #cd853f 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: #bf5600 !important;
}

.subheader {
    background: #bf5600 !important;
    min-height: 0px;
}

.subheader a {
    background: #339933 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
    background-color: #50c550 !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: #339933 !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 {}


/* 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: #006 !important;
    text-decoration: underline;
    font-weight: 900 !important;
    pointer-events: none;
}

.agencies-about-links ul li a {
    font-weight: 400 !important;
}

a,
a:link,
a:visited {
    color: #bf5600;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.module-stats a {
    color: #e7d49c !important;
}

.module-agency-columns a,
.agencies-about-links a,
.about-description a {
    color: rgb(191, 86, 0) !important;
    font-weight: 700;
    border-color: rgba(191, 86, 0, .25) !important;
}

.module-agency-columns a:hover,
.agencies-about-links a:hover,
.about-description a:hover {
    color: #006 !important;
    text-decoration: underline;
}

hr,
hr.module-divider.mobile {
    border-color: rgba(191, 86, 0, .25);
    border-width: 1px 0 0 0;
    background: rgba(191, 86, 0, .25);
}

.main-content-width {
    width: 100% !important;
    margin: 0px 0px 20px;
}

/* FAQ Page Styles 
.faq-questions { 
	cursor: pointer;
	font-weight: bold;
	clear: both;
}
.faq-questions p {
	float: left;
	width: 80%;
	margin-bottom: 20px;
}
.faq-questions.alpha p {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;	
}

.faq-questions.collapsed:after {
    float: right;
    background-image: url('/assets/nycountypa/images/content/pages/faq_on.png');
    background-repeat: no-repeat;
    background-color: #cd852f;
    background-position: center center;
    background-size: auto;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    content: ' ';
    border-radius: 20px;
    width: 12px;
    height: 12px;
    text-align: center;
}
.faq-questions.expanded:after {
    float: right;
    background-image: url('/assets/nycountypa/images/content/pages/faq_off.png');
    background-repeat: no-repeat;
    background-color: #cd852f;
    background-position: center center;
    background-size: auto;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    content: ' ';
    border-radius: 20px;
    width: 12px;
    height: 12px;
    text-align: center;
}
.faq-answers {
 	display: none;
 	clear:both;
 	padding: 5px 0px 10px 0px;
 	border-bottom: 1px solid #e5e5e5;
 	margin-bottom: 20px;
}

.faq-controls {
	text-align: right;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
*/

.faq-v3 .faq-controls a {
	background-color: #ffffff !important;
}

.faq-v3 .faq-questions p {
	background-color: #bf5600 !important;
}


/* Glossary Page (Alpha) */
.alphanav {
	display:block;
	border:2px solid #ccc;
	background-color:#fff;
	color:#333;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 24px;
	height: auto;
	text-align: center;
	text-decoration:none;
}
.alphanav:hover, .alphanav.active {
	background-color: #C1272D;
	color: #fff;
	text-decoration:none;
}
.alpha-answers h2 {
	color: #C1272D;
	font-size: 28px;
}