/* Fix for Main Header border */
.main-header {
	border-bottom: none !important;	
}

.main-header nav ul li {
	padding: 0 1.00% 0 1.00%;
}


/* Commissioner Bio Photo */
.commissioner-bio-photo {
	border: 1px solid #e5e5e5;
	border-radius: 2px;	
}

.agency-background {
	background-color: #1F3954;
}

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

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

.subheader a {
	background: #1F3954 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #1F3954 !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: #1F3954 !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: #1F3954 !important;
}

a.connect-link:hover {
	background-color: #1F3954 !important;
}

.agencies-about-links ul li.active a {
	color: #1F3954;
	text-decoration: underline;
}

a, a:link, a:visited {
	color: #1F3954;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}

/* DOI Quiz Styles */
.question-pack { margin: auto auto; width: 100%; height: auto; text-align: center; padding: 10px; }
.question { 
	display: block;
	text-align: justify;
}

.button-continue { display: block; float: right; padding-top:10px; }
.button-continue a { text-decoration: none; display: block; text-align: right; font-size: 15px; padding: 10px; }
.response-box {
	display:none;
	padding: 15px 10px 10px 60px;
	margin:0 auto;
	text-align:justify;
}
.correctResponse { 
	background-image:url('/assets/doi/images/content/misc/check.png'); 
	background-repeat: no-repeat; 
	background-position: 20px; 
	padding-left: 60px;
}
.wrongResponse { 
	background-image:url('/assets/doi/images/content/misc/X.png');
	background-repeat: no-repeat;
	background-position: 20px;
}

.answer-line{
	margin-top: 25px;
	margin-bottom: 25px;
	clear:both;
	overflow:hidden;
}
.tallyCount{font-size:16px;line-height:20px;font-weight:bold;padding:0px 10px 0px 10px;}
.move-to-next-wrong-button,.move-to-next-correct-button { display: none; }

h2, h3, h4, h5, h6 {
	color: #c30000;
	font-weight:bold;
}


/* Highlight "Report Corruption" Link  start */
 
  /* default text color to red; bg to transparent*/
.main-header nav ul li:nth-child(7) a:visited, 
.main-header nav ul li:nth-child(7) a:link {
	color: #CC0000;
}

  /* when hover change text to white and bg to red */
.main-header nav ul li:hover:nth-child(7) a:visited,
.main-header nav ul li:hover:nth-child(7) a:link,
.main-header nav ul li:hover:nth-child(7){
	background-color: #CC0000 !important;
	color: #fff;
}

 /* when selected or active */
#nav .active:nth-child(7) a:visited,
#nav .active:nth-child(7) a:link,  
#nav .active:nth-child(7) {
	background: #CC0000 !important;
    color: #fff;
}
/* Highlight "Report Corruption" Link  end */

.nav-outer .global-input-search {
    float: left;
}


