/*front page regions, blocks, etc styling
  includes items that are exclusively on the front page*/
/*for NCpedia live site (ncpedia.org)
 *block numbers will not match dev site
 *(statelibrarync.oeg/dev_ncp)
 */
  
/*description/statement block in highlighted region
  block-block-73 */  
p.description-statement{
	color: black;
}
/* applies to description/statement block
   block-block-73 */
div.highlighted.jumbotron{
	max-width:80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px;
}

/*popular topics region
  only on the fornt page */
.region-popular-topics{
	text-align: center;
}

/*popular topics tiles block */
#block-block-74{
	display: inline-block;
	text-align:center;
	background: white;
	border-radius: 10px;
}



/*popular topics block title - within main field of block */
.popular-topics-title{
	color: black;
    font: 32px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 0px 20px;
    text-align: center;
}

/*applies to popular topics tiles in all size screens*/
/*also applies to landing page tiles - same construction as pop topics tiles, but on other pages - could be moved to blocks.css */
.popular-topics-tile,
.landing-page-tile{
	display:inline-block;
	padding-bottom: 10px;
}

/*explore region styling and blocks
  only on the front page */


/*This day in NC history block */
/*block content is set in the ncpedia_agg module */
#block-ncpedia-agg-nchistory{
	display: inline-block;
	border-radius: 10px;
	padding: 5px 0px;
	background: white;
	vertical-align: top;
        
}

/*This day on NC history block title*/
#block-ncpedia-agg-nchistory > h2.block-title {
  text-align:center;
  /* margin-top:0px; */
}

/*This Day in NC History new item title/link */
p.nchistory-agg-item-today{
  text-align:center;
  margin: 5px 0px 5px 0px;
  padding-left: 25px;
  padding-right: 25px;
}

/* This day in NC history block image */
img.nchistory-agg-pic{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

/*This day in NC History block - article snippet */
.nchistory-agg-headline{
	text-align: left;
	display: inline-block;
	width: 85%;
}

/*home page search box and explore button block*/
#block-block-75, /*large*/
#block-block-90  /*small*/ { 
	border-radius:10px;
	/* display: inline-block; */
	background: white;
	/* margin: 5px 2px; */
	text-align: center;
	vertical-align: top;
}

/*group of explore buttons wrapper*/
.explore-buttons{
	text-align:center;
	margin: 0px 10px;
}

/*single explore button wrapper styling*/
.explore-button-single{
	display:inline-block;
	margin: 10px;
}

/* explore button styling */
.btn-explore{
	color: #fff;
	background-color: #588023; /* #4f6a00; */
	border-color: #588023; /* #4f6a00; */
	padding:4px 0;
	min-width:95px;
}

/* 'Go!' button used in explore block */
.btn-ncpediasearch{
	color: #fff;
	background-color: #588023; /* #4f6a00; */
	border-color: #588023; /* #4f6a00; */
}

/*exlpore and go button, hover styling */
.btn-explore:hover,
.btn-ncpediasearch:hover {
	background-color: #99cc00;
	border-color: #99cc00;
	color: white !important;
}

#block-block-106 {
background-color: white;
margin-bottom: 10px;
border-radius: 10px;
}

/*google CSE box on home page*/
#ncpedia-google-search-form{
	/*padding: 30px 0px 10px;*/
}

/*text box in search form*/
#ncpedia-google-search-form > div.input-group{
	width:75%;
	min-width:198px;
	margin-left:auto;
	margin-right:auto;
}

.region-explore {
text-align: center;
}

/*featured article block*/
#block-block-76{
	border-radius: 10px;
	padding: 5px 0px;
	display: inline-block;
	background: white;
	vertical-align: top;
}

#block-block-107{
        border-radius: 10px;
        padding: 5px 0px;
        display: inline-block;
        background: white;
        vertical-align: top;
        /*width: 32%;*/

}

/*featured article block - article title */
#block-block-76>div.child3>p.featured-article-title{
	margin: 0px;
	padding: 0px 4px 5px;
	text-align:center;
}

/*featured article block title */
#block-block-76 > h2.block-title {
  text-align:center;
  margin-top: 5px;
}

/*featured article block (block-block-76) - picture from featured article */
img.featured-article-pic{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*featured article block (block-block-76) - article snippet */ 
p.featured-article-snippet{
	text-align:left;	width: 85%;	display: inline-block;
}

/*what's new in NCpedia block */
#block-block-77{
	border-radius: 10px;
background-color: white;
padding: 5px;
}

/*single new article in what's new block (block-block-77) */
 .new-article-single{
	display: inline-block;
}

/*article link in what's new block (block-block-77) */
.new-article-more-link{
	font-size: large;
}

/*what's new block (block-block-77) see more button */
.btn-seemore{
	width: 150px;
	height: 50px;
	font-size: large;
	font-weight: bold;
	padding: 10px;
}
