.agency-background {
	background-color: #FFFFFF;
}

.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: #cc0000 !important;
}

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

.subheader a {
	background: #cc0000 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #b2101f !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: #cc0000 !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: #d10000;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #d10000;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}
h2, h3{color:#cc0000;}

a.funding-button{display:flex; border:1px solid #333333; color:#000000; background-color:#ffffff; text-decoration:none; height:70px; text-align:center; font-weight:bold; justify-content:center; align-items:center;}
a.funding-button:hover{background-color:#cc0000;}
a.funding-button.active{background-color:#cc0000; border:1px solid #cc0000; color:#ffffff;}

/* 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/dcla/images/content/pages/faq_on.png');
    background-repeat: no-repeat;
    background-color: #cc0000;
    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/dcla/images/content/pages/faq_off.png');
    background-repeat: no-repeat;
    background-color: #cc0000;
    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;
}


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

/* Remove Home Body Background */
#w1457495616987 .bg-highlighted,#w1469043741265 .bg-highlighted{
	background: none;
}

#search-results-header {
	color:#FFFFFF !important;
}


/* Capital Funding Request Styles */
.agency-background {
	background-color: #FFFFFF;
}

.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: #cc0000 !important;
}

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

.subheader a {
	background: #cc0000 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #b2101f !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: #cc0000 !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: #d10000;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #d10000;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}
h2, h3{color:#cc0000;}

a.funding-button{display:flex; border:1px solid #333333; color:#000000; background-color:#ffffff; text-decoration:none; height:70px; text-align:center; font-weight:bold; justify-content:center; align-items:center;}
a.funding-button:hover{background-color:#cc0000;}
a.funding-button.active{background-color:#cc0000; border:1px solid #cc0000; color:#ffffff;}

/* 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/dcla/images/content/pages/faq_on.png');
    background-repeat: no-repeat;
    background-color: #cc0000;
    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/dcla/images/content/pages/faq_off.png');
    background-repeat: no-repeat;
    background-color: #cc0000;
    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;
}


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

/* Remove Home Body Background */
#w1457495616987 .bg-highlighted,#w1469043741265 .bg-highlighted{
	background: none;
}

#search-results-header {
	color:#FFFFFF !important;
}


/*DCLA CAPITAL FUNDING REQUEST *WIZARD**/


.dclaCR-fauxh2{
    font-size:2rem;
    line-height: 1.125;
    font-weight:700;   
    color:#c1272d;
}
.dclaCR {
    margin-top:3rem;
}
.dclaCR a {
    text-decoration:underline solid #777677;
    text-decoration-skip:ink;
    transition: all .3s ease-in-out 0s;
}
.dclaCR span.color1 {color:#c1272d!important;}
.dclaCR span.color2 {color:#790b16!important;}
.dclaCR span.color3 {color:#333!important;}
.dclaCR h2.progressLabel, .dclaCR h3 {
    font-size:1.25rem;
    line-height:1.25;
    margin:0 0 .25rem 0;
    padding:0 0 .25rem 0;
    background:linear-gradient(to top, #ccc 1px, transparent 1px);
}
.dclaCR ul.noMarker {
    margin:0;
    list-style:none;
    margin-bottom:3rem;
}
.dclaCR li, .dclaCR p {
    font-size:1rem;
    line-height:1.5;
}
.dclaCR-section.deadline ul.noMarker {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    font-size:.875rem;
}
.dclaCR-section.deadline li:nth-last-of-type(n+2) {
    flex-basis:100%;
    padding-right:1rem;
    box-sizing: border-box;
    margin-bottom:.25rem;
    font-size:.875rem;
}
.dclaCR-section.deadline li:last-of-type {
    flex-basis: 100%;
    padding:0;
    margin-bottom:0;
    margin-top:.75rem;
    font-size:.875rem;
}
.dclaCR ul.noMarker.pleaseNote > li{
    padding-left:1.5rem;
    font-size:.875rem;
}
.dclaCR ul.noMarker.pleaseNote > li:nth-last-of-type(n+2){
    margin-bottom:1rem;
}
.dclaCR ul.noMarker.pleaseNote > li:not(.noMarker)::before {
    content:"";
    width:1rem;
    height:1rem;
    background:url(/assets/dcla/images/content/pages/attention.svg)no-repeat center center/100% 100%;
    position: absolute;
    left:0;
    top:2px;
}
.dclaCR ul.noMarker.pleaseNote span.highlight {
    color:#777677;
    font-size:.875rem;
}
.dclaCR span.strong{font-weight:700;}
.dclaCR-section.deadline span.strong {
    display:inline-block;
}
.dclaCR-section.deadline p {margin-bottom:0;display:inline-block;position: relative;font-size:.875rem;}
.dclaCR-section.deadline p::before {content:"";width:.875rem;height:.875rem;background:linear-gradient(to bottom, #777677 0%, #777677 100%) no-repeat center center/55% .125rem;display:inline-block;position: relative;transform: translateY(2px);}
.dclaCR ul.dclaCR-stepper {
    margin:.5rem 0 3rem 0;
    list-style: none;
    display:flex;
    flex-flow:row nowrap;
    counter-reset:dclaStepper-counter;
}
ul.dclaCR-stepper li:not(.arrow){
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis:5rem;
    text-align: center;
    background:rgba(0,0,0,.125);
    color:#000;
    padding:.5rem 0;
    font-size:.875rem;
    position: relative;
    counter-increment:dclaStepper-counter;
}
ul.dclaCR-stepper li:not(.arrow)::before {
    content:counter(dclaStepper-counter)". ";
    white-space: pre;
    font-weight:700;
}
ul.dclaCR-stepper li:not(.arrow)::after {
    content:"\02714";
    position:relative;
    background:#008000;
    height:.875rem;
    width:.875rem;
    display: inline-block;
    line-height:1;
    border-radius: 100%;
    color:#fff;
    box-shadow:0 0 0 .25rem #008000;
    margin-left:.5rem;
}
ul.dclaCR-stepper li.active::after,ul.dclaCR-stepper li.active ~ li::after {
    display:none;
}
ul.dclaCR-stepper li.arrow {
    flex-basis:2rem;
    flex-grow: 1rem;
    flex-shrink: 0;
    padding:.5rem 0;
    background:url(/assets/dcla/images/content/pages/arrow_red.svg)no-repeat center center/75% auto;
}
ul.dclaCR-stepper li.active {
    background:#790b16;
    color:#fff;
    box-shadow:0 0 0 1px #790B16;
}
.dclaCR li{position: relative;}
ol.dclaOl {
    margin:1.5rem 0 3rem 0;
    counter-reset:dclaOl-counter;
    list-style: none;
}
ol.dclaOl > li{counter-increment: dclaOl-counter;}
ol.dclaOl > li::before {
    content:counter(dclaOl-counter)".";
    color:#c1272d;
    position: relative;
    display: inline-block;
    font-weight:700;
    margin-right:.5rem;
}
ol.dclaOl > li:nth-of-type(n+2){
    margin-top:1rem;
}
ol.dclaOl.complete > li > p {
    padding-left:1.25rem;
}
ol.dclaOl.complete {
    margin-top:0;
}
ol.dclaOl.complete ul {
    list-style: disc;
    margin:0 0 0 2.25rem;
}
ol.dclaOl.complete ul > li {
    margin-bottom:1rem;
}
p.dclaExample {
    padding:.5rem!important;
    margin-left:2rem;
    box-shadow:0 0 0 1px #C1272D;
    border-radius: .25rem;
}
a.dclaLink-button {
    background-color: #C1272D;
    font-size:1rem;
    line-height:1.5;
    padding:1rem 1.5rem;
    color:#fff;
    font-weight: 400;
    text-decoration: none;
    border-radius: .25rem;
    margin:1.5rem 0 2rem;
    display:inline-block;
    text-align: center!important;
    position: relative;
}
a.dclaLink-button.arrow::after, a.dclaLink-button.download::after
{
    content:"";
    position: relative;
    width:0;
    height:0;
    display:inline-block;
    border:.5rem solid transparent;
    color:inherit!important;
    border-left-color:currentColor;
    transform: translateY(2px);
    margin-left:.5rem;
}
a.dclaLink-button.download::after {
    border-left-color: transparent;
    border-top-color:currentColor;
    transform:translateY(50%);
}
a.dclaLink-button:hover{
    background:#fff;
    box-shadow: 0 0 0 2px #790B16;
    color:#790B16;
}
a.dclaLink-button:focus {
    outline:none;
    box-shadow:0 0 0 2px #fff, 0 0 0 4px #777677;
}
.dclaCR-actionwrap {
    background:#d9d9d9;
    padding:.5rem;
    width: 100%;
    left:-.5rem!important;
    position: relative;
    margin-bottom:3rem;
    margin-top:3rem;
}
.dclaCR-actionwrap .dclaLink-button    + .dclaLink-button {
    margin-left:.5rem;
}
.dclaCR .muted p, .dclaCR .muted {color:#777677!important;font-size:.875rem!important;}


@media(max-width:600px){
    .dclaCR-section.deadline p::before {
        display:none;
        background:transparent;
    }
    .dclaCR-section.deadline p{
        padding-left:1rem;
    }
    ul.dclaCR-stepper li:not(.arrow)::before {
    content:counter(dclaStepper-counter)".\A";
    white-space: pre;
    font-weight:700;
}
    ul.dclaCR-stepper li:not(.arrow):not(.active)::after {
        position:relative;
        display:block;
        margin:.25rem auto;
    }
    ul.dclaCR-stepper > li.active ~ li:not(.arrow)::after {
        display:none;
    }
       
    a.dclaLink-button {
        flex-basis: 100%!important;
    }
    .dclaCR-actionwrap {
        width:100%;
        display:flex;
    }
}