/**
 * TOC: 
 * 1. Base Styles
 * 2. Home Page
 * 3. Details Page
 * 4. Footer
 * 5. Tooltip
 * 6. Search Result Toolbar
 * 7. Search Result Left Nav
 * 8. Search Results
 * 9. Top Searches area
 */
/**
 * BASE STYLES
 */
/* ***** Avoid page center-line changing based on height ***** */
html {
	min-height: 101%;
}

/* Zebra-striping */
.ccpp_zebra {
	background-color: #F6EEE7;
}

/* Set the font-size on UI menu items 
	(like dropdown-list and paging items)
	or they tend to be smaller than surrounding text */
/*.ui.menu .item {
	 font-size: 12px; 
} */

.ccpp_hide {
	display: none;
}

.ccpp_clearboth {
	clear: both;
}
/* ***** Return links ***** */
.ccpp_return_link {
	font-weight: bold;
	text-decoration: none !important;
	font-family: Arial, sans-serif;
}

.ccpp_return_link i:before {
	font-size: 22px;
	font-weight: bold;
	margin-right: 0;
}

#ccpp_returntosearch, #ccpp_returntohome {
	margin-bottom: 1em;
}

#ccpp_returntosearch {
	float: left;
	padding-top: 16px;
}
/**
 * END BASE STYLES
 */
/**
 * HOME PAGE 
 */
 
@media screen and (min-width: 900px) {

	#ccpp_hero {
		background-image: url('/cchhl/assets/images/wordcloud_207w_205h.jpg');
		background-position: 95% 4px; 
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		min-height: 213px;
		padding-top: 24px;
		padding-left: 12px;
		padding-right: 310px;
		/* width: 75%; */
	}
	
	#ccpp_hero .ui.segment {
		padding: 0;
		background: none;
	}	
	
	#ccpp_hero .ui.segment .field {
		display: inline;
		margin: 0;
		padding: 0;
	}	
	
	#ccpp_keyword, #ccpp_publication_type, #ccpp_years {
		border-radius: 0 !important;
		margin-bottom: 4px;
	}
	
	#ccpp_keyword {
		color: #777;	
		font-size: 1em;
	}
	
	#ccpp_keyword::-webkit-input-placeholder {
		color: #777;	
	}
	
	#ccpp_keyword:-ms-input-placeholder {
		color: #777;	
	}

	#ccpp_keyword::-moz-placeholder {
		color: #777;
		opacity: 1.0;
	}

	
	#ccpp_publication_type {
		/* width: 220px; */
		/* border-right: 1px solid #CCC !important; */
		color: #777;
	}
	
	#ccpp_years {
		/* width: 115px; */
		/* border-right: 1px solid #CCC !important; */
		color: #777;
		/* width: 140px; */
	}
	
	#ccpp_submit {
		/* width: 100px; */
		/* height: 26px; */
		/* padding: 0.35em 2em; */
		/* width:100%; */
		margin-bottom:0;
	}
}	

/* ui-grid rows get a min-width of 768px from the public 
	site's screen_responsive.css file. This class resets  
	that, giving a row that is only as wide as its container
	(so you can use multiple columns). */
			
.ui_grid_internal_row {
	min-width: auto;
}

#ccpp_submit_viewall {
	border-radius: 0 !important;
}

#ccpp_submit {
	border-radius: 0 !important;
	width: 100%;
}

@media screen and (max-width: 899px) {
	.column {
		width: 100% !important;
		display: block !important;
	}
	.column:before, .column:after {
		content: none;
	}
}

#ccpp_home_or_divider_container {
	margin: 0em 1em;
}

#ccpp_home_or_divider {
	text-align: center;
	background-image: url('/cchhl/assets/images/horiz_divider.png');
	background-position: left center;
}

#ccpp_home_or_divider span {
	padding: 0em 0.75em;
	background-image: url('/cchhl/assets/images/horiz_divider_clear.png');
	background-position: left center;
}

#ccpp_submit_viewall_container {
	margin: 0.5em 0 0 0;
}

#ccpp_submit_button_container {
	margin: 0 0 0.5em 0;
}

/* Styles for the UL lists in each row */

.ccpp_browselist {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	font-size: 13px;
}

/* LI elements */

.ccpp_browselist li {
	padding: 6px 10px 6px 16px !important;
	margin: 6px 0px !important;
	background-image: url('/cchhl/assets/images/browsebullet.png') !important;
	background-position: top left !important;
	background-repeat: repeat-y !important;
}

/* Some LI's have drop-downs in them */

.ccpp_browselist li .ui.simple.dropdown {
	padding: 0;
	color: #222222;
	font-weight: normal;
}

.ccpp_browselist li .ui.compact.menu {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ccpp_browselist li .ui.simple.dropdown .item {
	font-size: 13px;
}



/* Anchor tags */

.ccpp_browselist li a {
	text-decoration: none !important;
}

.ccpp_browselist li>a {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	color: #222222 !important;
	background-color: #ffffff !important;
}

.ccpp_browselist li a:visited {
	color: #222222 !important;
	background-color: #ffffff !important;
}

/* Hover effects */
.ccpp_browselist li:hover {
	background-image: url('/cchhl/assets/images/browsebullet_on.png') !important;
}

.ccpp_browselist li>a:hover {
	font-weight: bold !important;
	color: #222222 !important;
	background-color: #ffffff !important;
}	/* Only for links directly inside an LI, not anchors within the drop-downs */


.ccpp_browselist li .ui.simple.dropdown:hover {
	font-weight:bold;
}	/* Drop-downs */

.ccpp_browselist li .ui.simple.dropdown .item a:hover {
	font-weight: normal;
}	/* Item links within the drop-downs */



/* Whole section */

#ccpp_browsesection {
	margin-top: 2em;
}

/**
 * END HOME PAGE
 */
 /**
  * DETAILS PAGE
  */
 div.ccpp-resource-container ul {
    list-style: none;
	list-style-type: none;
	padding: 0;
    margin: 16px 0px 0px 10px;
}
	
div.ccpp-resource-container ul li {
	padding: 5px 0;
}
	
div.ccpp-resource-container h4 {
	background-color: #585858;
	color: #ffffff ;
	padding: 6px 5px;
}
	
li.level_2 {
	margin-left: 20px;
}
li.level_3 {
	margin-left: 40px;
}
li.level_4 {
	margin-left: 40px;
}			

div.ccpp-reference-container {
	border-top: 1px solid #ccc;
	padding: 10px 0px 4px 0px;
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
}

div#ccpp_results_list div.ccpp-reference-container {
	border-bottom: none;
}

div.row-biblio {
    width: 100%;
    margin: 0 0 0px;
    display: inline-block;
	line-height: 150%;
}


div.row-biblio .biblio-type {
    width: 15%;
    font-weight: bold;
    color: #575757;
    float: left;
	text-align: right;
}

div.row-biblio .biblio-spacer {
	width: 5%;
	float: left;
}

div.row-biblio .biblio-info {
    width: 80%;
    float: left;
    color: #333;
}


@media screen and (max-width: 766px) {
	div.row-biblio .biblio-type {
	    width: 30%;
	    font-weight: bold;
	    color: #575757;
	    float: left;
		text-align: right;
	}
	
	div.row-biblio .biblio-spacer {
		width: 2%;
		float: left;
	}
	
	div.row-biblio .biblio-info {
	    width: 68%;
	    float: left;
	    color: #333;
	}
}



div.ccpp-reference-container:first-child {
	border-top: none;
}

.ccpp_detail_toolbar {
	padding: 6px 0px 18px 0px;
}

div.ccpp-toolbar-container a {
	text-decoration: none;
}

div.ccpp-toolbar-container a > img {
	width: 33px;
	height: 33px;
	border: none;
	vertical-align: bottom;
	float: right;
	margin-left: 10px;
}

div.ccpp-toolbar-container a.ccpp_print {
	cursor: pointer;
}
 /**
  * END DETAILS PAGE
  */
 
 /**
  * FOOTER 
  */
 #ccpp_footer {
	background-color: #585858;
	color: #ffffff;
	padding: 0.5em 0.75em;
	margin: 3em 0em 1em 0em;
}

#ccpp_footer a {
	background-color: #585858;
	color: #fff;
	text-decoration: none;
}

#ccpp_footer a:hover {
	text-decoration: underline;
}

#ccpp_footer a::after {
	color: #fff;
}

 /**
  * END FOOTER
  */
 /**
  * TOOLTIP
  */
 /* ***** Tooltipsy Tooltips customizations ***** */
.what_is_this {
	border: none !important;
}

/* Left-pointing arrow */
.tooltipsy
{
    background-image: url(/cchhl/assets/images/tooltip-arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 500px;
    padding-left:12px;
}
/* Add an "inner" section so that tips can have a heading */
.hastip_inner 
{
    border: 2px solid #3e7ca9;
    padding: 1em;
    background-color: #ffffff;
    font-size: 12px;
}
.hastip_inner h5 {
	font-weight: bold;
	padding-bottom: 0.25em;
}
.hastip_inner p {
	line-height: 120%;
}
 /**
  * END TOOLTIP
  */
 /**
  * Search Result Toolbar
  */
 #ccpp_search_toolbar button {
	margin-right: 1em;
}

#ccpp_search_toolbar .ccpp_download {
	background-color: #3B7AA7;
	color: #FFFFFF;
	padding: 0;
	border: 1px solid #3B7AA7;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
}

.ccpp_myItemsCount {
	background-color: #FFFFFF;
	color: #3B7AA7;
	padding: 0.5em 0.5em 0.5em 0.5em;
	float: right;
	margin-left: 0.5em;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
}

.ccpp_downloadPrompt {
	padding: 0.5em 0.5em 0.5em 0.5em;
	float: left;
}

.ccpp_newsearch {
	background-color: #4A915C !important;
	color: #FFFFFF !important;
	padding: 0 !important;
	border: 1px solid #4A915C !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ccpp_newSearchPrompt {
	padding: 0.5em 0em 0.5em 0.5em;
	float:left;
}

#ccpp_search_toolbar {
	margin-bottom: 1.5em;
}

#ccpp_search_toolbar a {
	margin-bottom: 1em;
}

.ccpp_results_toolbar {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}

.ccpp_results_toolbar label, .ccpp_results_toolbar .ui.checkbox label {
	font-size: 14px;
}

.ui.pagination.menu .item {
	font-size: 14px;
	font-weight: bold;
}

.ccpp_selectall, .ccpp_sort, .ccpp_paging, .ccpp_resultsperpage {
	display: inline-block;
	padding-right: 10px;
}

.ccpp_selectall {	
	font-weight: bold;
}

.ccpp_selectall .ui.checkbox {
	margin-bottom:	0 !important;
	margin-top:	1px !important;
}

/*.ccpp_selectall .ui.checkbox label:before {
}

.ccpp_selectall .ui.checkbox label:after {
}

.ccpp_selectall checkbox {
}*/

.ccpp_sort {
	font-weight: bold;
}

.ccpp_sort .ui.selection.dropdown {
font-size: 14px;
}

.ccpp_paging .ui.pagination.menu span {
	display: inline-block;
    /* padding: 2px 0.5rem; */
}

.ccpp_resultsperpage {	
	font-weight: bold;
}

.ccpp_resultsperpage .ui.selection.dropdown {
font-size: 14px;
}

@media screen and (max-width: 940px) {
	.ccpp_results_toolbar, .ccpp_selectall, .ccpp_sort, .ccpp_paging, .ccpp_resultsperpage {
		clear: both;
		display: block;
		float: none;
		padding-left: 0;
		margin-bottom: 1em;
		width: auto;
		text-align: left;
	}
	
	.ccpp_paging .ui.pagination.menu {
		float: none;
	}
}

#ccpp_results_toolbar2 {
	text-align:center;
}

#ccpp_results_toolbar2 .ccpp_selectall {
	display:none;
}


 /**
  * END Search Result Toolbar
  */
 /**
  * Search Result Left Nav
  */
 /* ***** Facet search nav ***** */

/* Layout sections */
.ccpp_searchsection {
	background-color: white;
	padding: 0em;
}

.ccpp_searchsectionhilite {
    background-color: #EBE2D1;
	border-bottom: 1px solid #CECBCB;
	padding-top: 0.5em !important;
}

.ccpp_searchsectionhilitebottom {
	border-top: 2px solid #CECBCB;
	border-bottom: none !important;
}

.ccpp_searchsection_internal {
	padding: 0em 0.5em 0.5em 0.5em;
}


/* Open/close controls */
.ccpp_navcat_toggle {
    color: #4c4c4c;
    line-height: 130%;
    padding: 6px 0 6px 10px;
    border-bottom: 1px solid #bfbeb5;
    font-size: 14px;
}

.ccpp_navcat_openclose {
	float: right;
	margin-right: 1em;
}


/* Facet checkbox containers */
#ccpp_searchnavlist>li>div>div.ui.checkbox {
	width:170px;
}

#ccpp_searchnavlist li ul {
    margin: 0;
}

.facet_level_2>div>div.ui.checkbox {
	width:150px;
}

.facet_level_3>div>div.ui.checkbox {
	width:130px;
}

/* Facet checkboxes */
#ccpp_searchnavlist input {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#ccpp_searchnavlist .ui.checkbox {
	margin-top: 0px;
	vertical-align: baseline;
	line-height: 1.25em;
}

#ccpp_searchnavlist .ui.checkbox label {
	line-height: 1.25em;
	word-wrap: break-word;
}

#ccpp_searchnavlist .ui.checkbox input[type=checkbox] {
	font-family: helvetica,Arial;
}

/* The nav element and list of facets */
nav#ccpp_searchnav {
    width: 100%;
}

nav#ccpp_searchnav ul {
    clear: both;
}

nav#ccpp_searchnav li a {
    color: #4c4c4c;
	display: inline;
	padding: 0em 0em 0em 0.25em !important;
	border-bottom: none;
}

nav#ccpp_searchnav li a img {
    border: none !important;
}

nav#ccpp_searchnav li a:hover {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

#ccpp_searchnavlist {
	padding: 0 !important;
	margin: 0 !important;
}

#ccpp_searchnavlist li {
	background-color: inherit !important;
	line-height: 1.5em !important;
}

#ccpp_searchnavlist label {
	margin-bottom: 1px;
}

#ccpp_searchnavlist>li {
    font-size: 14px;
	padding: 0;
	margin: 0px auto;
	line-height: 1.5em !important;    
}

#ccpp_searchnavlist>li>div {
	padding: 6px 0px 6px 10px;
	border-top: 1px solid #bfbeb5;
}

#ccpp_searchnavlist>li>ul {
    font-size: 13px;
    margin: 0;
}

/* Year Published facets */
#ccpp_searchnavlist li.facet_category_yearpublished>div {
	padding: 1px 0px 1px 10px;
}

#ccpp_searchnavlist li.facet_category_yearpublished:first-child {
	border-top: 1px solid #bfbeb5;
}

#ccpp_searchnavlist li.facet_category_yearpublished:first-child>div {
	padding-top: 6px;
}

#ccpp_searchnavlist li.facet_category_yearpublished:last-child>div {
	padding-bottom: 6px;
}


/* Level 1 */
#ccpp_searchnavlist li.facet_level_1 {
	padding-left: 0;
}

#ccpp_searchnavlist li.facet_level_1:first-child {
	border-top: 1px dotted #cfcdc6;
}

#ccpp_searchnavlist li.facet_level_1>div {
	padding: 1px 0px 1px 10px;
}

#ccpp_searchnavlist li.facet_level_1:first-child>div {
	padding-top: 6px;
}

#ccpp_searchnavlist li.facet_level_1:last-child>div {
	padding-bottom: 6px;
}


/* Level 2 */
#ccpp_searchnavlist li.facet_level_2 {
	padding-left: 1.25em;
}

#ccpp_searchnavlist li.facet_level_2>div {
	padding: 1px 0px 1px 10px;
}

#ccpp_searchnavlist li.facet_level_2:first-child>div {
	padding-top: 6px;
}

#ccpp_searchnavlist li.facet_level_2:last-child>div {
	padding-bottom: 6px;
}


/* Level 3 */
#ccpp_searchnavlist li.facet_level_3 {
	padding-left: 1.25em;
}

#ccpp_searchnavlist li.facet_level_3>div {
	padding: 1px 0px 1px 10px;
}

#ccpp_searchnavlist li.facet_level_3:first-child>div {
	padding-top: 6px;
}

#ccpp_searchnavlist li.facet_level_3:last-child>div {
	padding-bottom: 6px;
}


/* Level 4 */
#ccpp_searchnavlist li.facet_level_4 {
	padding-left: 1.25em;
}

#ccpp_searchnavlist li.facet_level_4>div {
	padding: 1px 0px 1px 10px;
}

#ccpp_searchnavlist li.facet_level_4:first-child>div {
	padding-top: 6px;
}

#ccpp_searchnavlist li.facet_level_4:last-child>div {
	padding-bottom: 6px;
}

#ccpp_facet_toggle_container {
	margin-bottom: 0.25em;
}

@media screen and (min-width: 768px) {
	#ccpp_facet_toggle_container {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	#ccpp_searchnav {
		width: 100% !important;
		float: none !important;
	}
	#ccpp_searchnavlist>li>div>div.ui.checkbox {
		width:300px;
	}
	#ccpp_searchnavlist>li>div {
		min-height: 3em;
	}
}
 /**
  * END Search Result Left Nav
  */
 /**
  * Search Results
  */
  
  #ccpp_results_list .ui.checkbox input:checked ~ label:after {
  	height: 7px;
  	width: 11px;
 }
 
 .ccpp_results_map { 
	text-align: right;
	color: #3979A7;
	padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
	.ccpp_results_map {
		display:none !important;
	}

}	
/* override styles from semantic for disabled check boxes */
.ui.disabled.checkbox~.box:after, .ui.checkbox input[disabled]~.box:after, .ui.disabled.checkbox label, .ui.checkbox input[disabled]~label {
    opacity: .9;
    color: gray;
}	
 /**
  * END Search Results
  */
  
.cchh_example {
	font-family: helvetica, arial;
	font-size: 90%;
	font-weight: bold;
}

.ccpp_printonly {
	display: none;
}

.ccpp_faq {
	font-weight: bold;
}

.ccpp_faq .ccpp_faq_answer {
	font-weight: normal;
}

.ccpp_hidden {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/** 
 * Top Searches area
 */
ul#ccpp-topsearch {
	list-style-type: none;
	margin: 0;
}

ul#ccpp-topsearch li {
	margin: 8px 0;
	padding: 8px 5px 8px 15px;
	display: inline-block;
	height: 64px;
	background-image: url('/cchhl/assets/images/browsebullet.png');
	background-position: top left;
	background-repeat: repeat-y;
}

ul#ccpp-topsearch li:hover {
	background-image: url('/cchhl/assets/images/browsebullet_on.png');
	cursor: pointer;
	text-decoration: underline;
}

ul#ccpp-topsearch a {
	text-decoration: none;
	color: #222;
	display: block;
	height: 100%;
}

@media screen and (min-width: 600px) {
	ul#ccpp-topsearch {
		columns: 2;
		-moz-columns: 2;
	}
}

/* Home Page Banner */
.cchh-coming-soon{
	padding: 1rem;
	background-image: linear-gradient(rgba(43, 87, 132, 0.8) 0%, rgba(29, 37, 91, 0.8) 100%);
	color: rgb(255, 255, 255);
	margin-bottom: 1rem;
}
.cchh-header {
	font-size: 1.2rem;
	font-weight: 700;
}

  