.agency-background {
	background-color: #f09c35;
}
hr.module-divider {
	display: none;	
}
.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: #f09c35 !important;
}

.subheader {
	background: #f09c35 !important;
	min-height: 0px;
}

.subheader a {
	background: #f09c35 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #de8a2e !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: #f09c35 !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: #f09c35;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #f09c35;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}
a.link-button{display:inline-block; color:#ffffff; font-weight:bold; border-radius:5px; width:250px;padding:25px 0px;font-size:24px; line-height:24px; text-align:center;}
a.blue{background-color:#0072bc;}
a.orange{background-color:#f68b1f;}
a.teal{background-color:#00aeef;}
a.home-link{color:#000000;}

/* 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/cchr/images/content/faq_on.png');
    background-repeat: no-repeat;
    background-color: #f09c35;
    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/cchr/images/content/faq_off.png');
    background-repeat: no-repeat;
    background-color: #f09c35;
    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;
}

/* Complaint Process - Flowchart */
#wrapper {
	border: 1px solid #000;
	width: 640px;
	height: 778px;
}
#wrapper img#complaintprocessmap {
	position: absolute;
	width: 640px;
	height: 778px;	
}
#Mediation, #WithdrawalOfComplaint, #Intake, #ComplaintIsFiled, #Investigation, #Determination, #ProbableCause, #NoProbableCause, #Trial, #ReportAndRecommendation, #FinalDecisionAndOrder, #AppealProcess {
	background-color: #f1f1f1;
	width: 280px;
	padding: 10px;
	color: black;
	display: none;
	border: 2px solid black;
}
#Mediation {
	position: relative;
	left: 130px;
	top: 235px;
}
#WithdrawalOfComplaint {
	position: relative;
	left: 235px;
	top: 235px;
}
#Intake {
	position: relative;
	left: 330px;
	top: 50px;
}
#ComplaintIsFiled {
	position: relative;
	left: 360px;
	top: 135px;
}
#Investigation {
	position: relative;
	left: 400px;
	top: 230px;
}
#Determination {
	position: relative;
	left: 435px;
	top: 325px;
}
#ProbableCause {
	position: relative;
	left: 299px;
	top: 425px;
}
#NoProbableCause {
	position: relative;
	left: 417px;
	top: 430px;
}
#Trial {
	position: relative;
	left: 299px;
	top: 522px;
}
#ReportAndRecommendation {
	position: relative;
	left: 303px;
	top: 635px;
}
#FinalDecisionAndOrder {
	position: relative;
	left: 303px;
	top: 735px;
}
#AppealProcess {
	position: relative;
	left: 415px;
	top: 730px;
}