@import url("/assets/home/css/modules/font-awesome/css/font-awesome.min.css");
.agency-background {
	background-color: #c1272d;
}

/* Hero Sidebar Links */
.module-stats a {
	color: #da4a4f !important;
}


/* Agency Specific Submit Button Color */
.btn-submit, .btn-form-submit {
	font-size:12px;
	border: 1px solid #999999 !important;
	background-color: #666666 !important;
	width:auto !important;
	padding:0px 14px;
}


.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: #c1272d !important;
}

.subheader {
	background: #c1272d !important;
	min-height: 0px;
}

.subheader a {
	background: #c1272d !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #9a1f24 !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: #c1272d !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: #c1272d;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #c1272d;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

.results-div{padding-top:10px;}
.page-buttons{text-align:right;}
.pagination-label{font-weight:bold;padding-top:5px;}
.results-container{border:1px solid #333333;margin-bottom:10px;padding:10px;}
.results-description{padding-top:10px;}
.toggle{float:right;}
.results-message i{font-size:.75em;}


/* 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/lpc/images/content/pages/faq_on.png');
    background-repeat: no-repeat;
    background-color: #C1272D;
    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/lpc/images/content/pages/faq_off.png');
    background-repeat: no-repeat;
    background-color: #C1272D;
    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;
}


/* LPC Calendar Hearing Styles */
.cal-content-square .lpc-pub-hearing a,
.cal-content-square .lpc-material-viewing a,
.cal-content-square .lpc-official-holiday a {
	color: #fff;
}

.lpc-calendar-keys {
	height: auto !important;
	width: auto !important;	
}

.lpc-pub-hearing {
	display:block;
	background-color: #C1272D;
	color: #fff;
	text-align: center;
	padding: 3px;
	height:100%;
}
.lpc-material-viewing {
	display:block;
	background-color: #C1272D;
	color: #000;
	text-align: center;
	padding: 3px;
	height:100%;
}
.lpc-official-holiday {
	display:block;
	background-color: #999999;
	color: #000;
	text-align: center;
	padding: 3px;
	height:100%;
}

/* Calendar widget styles */
table.calendar-widget{
	border-collapse:collapse;
}

table.calendar-widget th{
	padding: 5px 0px 5px 0px;
	color:#fff;
	background-color:#C1272D;
	border:1px solid #d1d3d3;
	vertical-align:bottom;
	white-space:nowrap;
	text-align:left;
}
table.calendar-widget th.subhead{
	padding: 5px 0px 5px 0px;
	line-height:20px; 
	background-color:#752629; 
	border:1px solid #d1d3d3; 
	text-align:center; 
	color: #fff;
}
table.calendar-widget td{
	font-size:16px;
	background-color:#f8f8f8; 
	border:1px solid #d1d3d3;
}
table.calendar-widget td.vertical{ 
	vertical-align:middle;
}

.calendar-data {
	display: none; /* start all data hidden */	
}
.calendar-data span {
	text-align: left !important;	
	height: auto !important;
	width: 100% !important;
}
.calendar-data span.lpc-pub-hearing, .calendar-data span.lpc-material-viewing, .calendar-data span.lpc-official-holiday {
	color: #000;
	background-color: #fff;	
}


.cal-heading {
	color:#fff !important;
	font-weight:bold;	
}
.cal-days {
	font-weight: bold;	
}
.cal-content-square,.cal-empty-square { 
	height: 40px;
	width: 40px; /*14.28%*/
}

.cal-empty-square .date-stamp-number {
	text-align: center;
	color: #000;
	font-weight:bold !important;
	width: 16px;
	height: 16px;
}
.cal-content-square {
	cursor:pointer;	
}
.cal-content-square .date-stamp-number {
	text-align: center;
	color:#fff;
	font-weight:bold !important;
}

.cal-content-square hr {
	margin: 5px !important; /* fix default HR line in calendar */
	border-color: #D1D3D3 !important;
}

.date-stamp-number { 
	display:block;
	padding: 0px 5px 0px 5px;
	float:right;
	font-size: 12px !important;
}
#arrowhead { display: none; }

/** Calendar Archives Page **/
h2.event-month-header {
	background-color: #C1272D;
	color: #fff;
	margin: 0px;
	font-size: 18px;
	padding: 0px 10px 0px 10px;	
}
.event-row {
	border-bottom: 1px solid #C1272D;	
	padding: 5px 0px 5px 0px;
}
.event-row:nth-child(even) {
	background-color: #E5E5E5;
	border-bottom: 1px solid #C1272D;
}

.event-row:nth-child(odd) {
	background-color: #E5C5C6;
	border-bottom: 1px solid #C1272D;	
}
.module-agency-columns label{margin:0;}
a{font-weight:bold;}
.agencies-index-ul a{color:#c1272d !important;}