/* CSS Document */ 

#homepage	{
	max-width:75em;
	/*min-width: 50em;*/
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	}
#left-side-content	{
	width: 49em; 
	float: left;
	position: relative;
	padding: 1em 0 0 1em;
	}
#left-side-content p, .items	p	{
	font-size: 100%;
	font-weight:normal;
	line-height: 1.5em; 
	color: #000;
	margin: 0;
	padding-bottom: 8px;
	}
img	{
	border: none;
	}
#left-side-content .nr-entry p{
    padding-bottom:0px;
	line-height: 1.5em;
	font-size: 100%;
	}
#homepage h2	{
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	font-stretch: condensed;
	font-weight: 600;
	color: #0059a0;
	margin:0;
	padding-bottom: 0.3em;
	}
#homepage h3, #homepage h3 a {	
	font-size: 100%;	
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0059a0;
	margin-top: 0;
	text-decoration: none;
	padding-bottom: 5px;
	}
#homepage h3 a:hover {
	color: #0059a0;
	text-decoration: underline;
	}
#homepaget h4, #homepage h4 a , .nr-entry .heading a, #nr-archive .heading a
	{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.6em;
	padding-bottom: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
#homepage h4 a:hover, #nr-archive h4 a:hover, .nr-entry .heading a:hover, #nr-archive .heading a:hover{
	text-decoration: underline;
	color: #003399;
	}
#homepage h5	{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
	width: auto;
	}
#homepage h5 a {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
	}
#homepage h6, #homepage .grid-links	{
	margin-left: 7px;
	color: #CCC;
	color: #767676;/*accessibility contrast*/
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;	
	line-height: 1.7em;
	}
#homepage h6 a, #homepage .grid-links a	{
	font-size: inherit;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #D9D9D9;
	}
#homepage ul.grid-links{
	margin-left: 2em;
}
#homepage .grid-links li{
	line-height: 1.7em;
}
#homepage .grid-links li a{
	margin-left: -1px;
}
#homepage h6 a:hover, #homepage .grid-links a:hover	{
	color:#039;
	text-decoration: underline;
	border-bottom: none;
	}	
a.read-more-link{
	font-style: italic;
	font-weight: bold;
	font-size: 103%;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #0059a0 !important;
	text-decoration: none;
	white-space: nowrap;
	}
a.read-more-link::after, a.read-more-link-nr::after{    content: "\00A0 \003E\003E";   font-weight: bold;font-size: 10px;} 
a:hover.read-more-link	{
	text-decoration: underline;
	}
.blue-links	{
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	text-decoration: underline;
	}
#subscribe h5 {
	width: 70%;
	padding-bottom: 6px;
	margin: 0;
	float: left;
	position: relative;
	}
#subscribe	.subscribe-note {
	font-size: 80%;
	text-decoration: none;
	color: #333;
	width: 100%;
	margin-top: 3px;
	}
#subscribe a img	{
	float: right;
	position: relative;
	padding-bottom: 5px;
	}
#left-side-content .highlight-box-red	ul {
	padding-left: 17px;
	}
.green-anchor-button {
	background-image: linear-gradient(#8acd52, #63923b); 
    background-color: #304E18; 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px 1px 4px;
	clear: both;
	display: inline-block;
	}	
a.green-anchor-button:hover {
	color:#fff !important;
	background-image: linear-gradient(#63923b ,#8acd52);
}	
	
/* ----------NEWS RELEASES -----------*/
#news-releases	{
	background-color: #ffffff;
	width: inherit;
	}	
.nr-charts	img{
	float: left;
	position: relative;
	width: 70px!important;
	border: 1px solid #E8E8E8;
	margin-right: 10px;
	margin-top: 5px;
	}
.nr-calendar-date {
	float: left;
	position: relative;
	width: 61px;
	height: 70px;
	margin: 7px 17px 0 0px;
	border: 1px solid #2D4758;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px; 
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc; 
	text-align: center;
	}
.nr-date-month  {
	width: inherit;
	height: 26px;
	color: #fff;
	background-color: #2D4758;
	font-size: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0;
	}
.nr-date-day  {
	width: inherit;
	color: #2D4758;
	font-size: 210%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 4px;
	}
.nr-entry	{
	/*float: left;*/
	position: relative;
	/*width: 42.6em;*/
	line-height: 1.5em;
	margin-bottom: 25px;
	display: flex;
    flex-direction: column;
	}

.date, .nr-archive-date	{
	color: #666666;
	color: #555; /*accessibility contrast*/
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.8em;
	}
.nr-archive-date {
	float: left;
	position: relative;
	width: 63px;
	padding:0 14px 0 3px;
	}
#nr-archive	h4 a, #nr-archive .heading a{
	font-size: 95%;
	text-decoration: none;
	position: relative;
	width: 44.2em;
	float: left;
	padding-bottom: 2px;
	}
.read-more-link-nr {
	float: right; 
	margin: 20px 0;
	font-style: italic;
	font-weight: bold;
	font-size: 103%;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #0059a0;
	text-decoration: none;
	}
a:hover.read-more-link-nr	{
	text-decoration: underline;
	}
	
	


/*---------------- SIDEBAR ---------------*/
#bls-sidebar	{
	background-color: #f6f6f6;
	width: 21em;
	padding: 1em;
	float: right;
	position: relative;
	}	
#latest-numbers	h3, #slideshow h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 5px;
	color: #0059a0;
	border-bottom: none;
	width: inherit;
	}
#latest-numbers	h3 a, #slideshow h3 a {
	text-decoration: none;
	font-size: inherit;
	color: #0059a0;
	border: none;
	}

/*------------Slideshow------------------*/
#slideshow	{
	height: 380px;
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
	padding: 5px 8px 5px 13px;
	margin-bottom: 5px;
	}
#homepage .items h5, #homepage .items h5 a	{
	line-height: 1.2em;
	padding-bottom: 2px;
	}
#homepage .items h4, #homepage .items h4 a	{
	line-height: 1.3em;
	}
.scrollable {
	float:left;	
	position:relative;
	overflow:auto;
	width: 250px;
	height: 380px;
	margin-left: 8px;
	}
/*--------hide scrollbar for slideshow-------*/
.scrollable::-webkit-scrollbar{display: none;} 
/*--------hide scrollbar for slideshow -IE firefox -------*/
.scrollable{
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	}
.items div { /* each single slide content */
	float:left;
	width: 250px;
	height:inherit;
	}

.items	img{
	border: 1px solid #ccc;
	margin-bottom: 7px;
	width: 245px;
	height: 195px;
	}

.items	p {
	padding-top: 5px;
	padding-bottom: 5px;
	}
#slideshow-nav	{
	margin-bottom: 30px;	
	}

.navi	{ 	/* navigation numbers */
	width: 232px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	position: relative;
	text-align: center;
	}
.navi a	{
	text-decoration: none;
	color: #000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding:3px 5px;
	margin: 0;
	font-size: 12px;
	display: inline-block;
	}
.navi a:hover, a.active	{
	text-decoration: none;
	color: #660000;
	background-color: #e0d9bb;
	border: 1px solid #cccccc;
	padding:3px 5px;
	margin: 0;
	cursor:pointer;
	}
a.browse	{ /* navigation arrows */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background:url(/images/layout/arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
  	}
a.right 	{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left		{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {visibility:hidden !important;} 	



/* ---------------Latest Numbers--------------*/
#slideshow-nav, #homepage #latest-numbers, #factoid-teaser,  #publications-feature	{
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

#ooh-feature{margin-top: 15px;}
#bls-sidebar .titles	{
	font-weight: bold;
	color: #000;
	}

#homepage #latest-numbers a img	{
	float: right;
	position: relative;
	border: none;
	text-decoration: none;
	padding-left:10px;
	margin-top: 1px;
	}
#homepage #latest-numbers p, #latest-numbers .data	{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	color: #333;
	width: inherit;
	font-weight: bold;
	margin-bottom: 12px;
	}
#homepage #latest-numbers p a {
	font-size: inherit;
	color: #333;
	text-decoration: none;
	display: inline-block;
	float: right;
	background-color: #f6f6f6;
	}

#homepage #latest-numbers p a:first-child {float: none !important;}

#homepage #latest-numbers p a:hover {
	text-decoration: underline;
	}
#homepage #latest-numbers .data	{
	font-weight: 100;
	}
#homepage #explainers	{
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	}
#homepage #sidebar-explainers span	{
	padding-right:5px;
	display: inline;
	}	
#homepage #latest-numbers #sidebar-rss-button	{ 
	float: right;
	position: relative;
	}
#homepage #latest-numbers #rss-button-home	{
	float: right;
	position: relative;
	margin-top: -410px;
	}
	
/* ---------------------FACTOID--------------------*/
#factoid-teaser	{
	background-repeat: no-repeat;
	height: 192px;
	width: 275px;
	margin-left: -5px;
	border-bottom: none;
	padding-bottom: 10px;
	cursor: pointer;
	}
#factoid-teaser p	{
	color: #ffffff;
	font-size: 17px;
	font-family: "Myriad Pro Condesnsed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 236px;
	height: 105px;
	padding: 69px 14px 7px 25px;
	margin: 0;
	line-height: 1.15em
	}
.title	{
 	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	}
#factoid-teaser a, #product-teaser a	{
	float: right;
	text-decoration: none;
	margin-top: 5px;
	}
	
	
/* ---------------------OOH------------------*/
#ooh-feature	{

	color: #ccc;
	color: #4a4a4a;/*accessibility contrast*/
	text-align: center;
	}


/* ---------------------social media------------------*/
.social-media{
	padding-top:0px;
	padding-bottom:20px;	
}

/*feature boxes style start*/

.home-ftr {display: flex; flex-wrap: wrap;}
.home-ftr .ftr-item.chart{ background-image: url(/images/layout/homepage/chart.png); padding-top: 108px;image-rendering: -webkit-optimize-contrast;   display: flex;flex-direction: column;align-items: center;justify-content: center}

.home-ftr .ftr-item{ background-repeat: no-repeat ;background-position: center 20px ;flex-basis: calc(100% / 2 - 3px);margin: 40px 0 20px 0;text-decoration: none;box-shadow:0px 2px 7px 0px #bfb0b0; background-color: #f9f9f9; margin-left: 5px; }
.home-ftr .ftr-item:first-child{margin-left: 0;}
.home-ftr .ftr-item .heading{display: block;text-align: center;font-weight: bold;font-size: 16px; color: #333;text-decoration: none;font-family: Arial, Helvetica, sans-serif; }
.home-ftr .ftr-item .heading::after{content: "";content: "";display: block;height: 2px;width: 30px;background-color: #0059a0;margin: 12px auto 12px auto;}
.home-ftr .ftr-item .summery{color: #333;padding: 0 15px 20px 15px;text-align: center;display: block;
    font-family: Arial, Helvetica, sans-serif;}
.home-ftr .ftr-item.chart:hover{background-color: #0059a0;}

.home-ftr .ftr-item.chart:hover .heading,
.home-ftr .ftr-item.chart:hover .summery
{color: #fff;}
.home-ftr .ftr-item.chart:hover { background-image: url(/images/layout/homepage/chart_w.png)}
.home-ftr .ftr-item.chart:hover .heading::after{background-color: #fff;}
.home-ftr.four-box .ftr-item.chart{margin-top: 3px;margin-bottom: 3px;}
.home-ftr.four-box:last-child{margin-bottom: 40px;}
/*feature boxes style end*/
.ooh-banner-mob {display: none; }
.ooh-banner-mob img{image-rendering: -webkit-optimize-contrast;}
#subjects, #states, #slide-title a {overflow: auto !important;}
#latest-numbers{margin-bottom: 0 !important; padding-bottom: 0 !important;}
.ooh-banner , .home-api-banner{margin-top: 20px;display: block;box-shadow: 0px 2px 7px 0px #7c7171;image-rendering: -webkit-optimize-contrast;}
.ooh-banner img, .home-api-banner img{width: 100%; max-width: 100%;display: block;height: auto;image-rendering: -webkit-optimize-contrast;}
.home-ftr .ftr-item iframe{border: currentColor; border-image: none; width: 100%; height: 100%;}
 ;

/*----------------GEO  section-------------*/
.geo-container .geo-tabs-holder {flex-basis: 65%;}
.geo-container  .bootstrap ul.tabs li{flex-grow: 1;}
.geo-container .content-tab-panels .tabs.blue.nav-tabs{display: flex; flex-wrap: wrap;border-right: 1px solid #333;}
.geo-container {display: flex;justify-content: center;width: 100%}
.geo-container .geo-search-holder p{color: #fff !important; padding: 20px 15px;}
.geo-container .geo-search-holder{background:  repeating-linear-gradient( -55deg, #222, #222 2px, #333 2px, #333 5px);flex-basis: 60%;}
.geo-container  .geo-search {text-align: center;padding: 14px 0; white-space: nowrap;}
.geo-container  .geo-search .geo-title{color: #fff;font-weight: bold;display: inline-block;font-size: 1.1em;}
.geo-container  .geo-search form{display: flex;margin-top: 5px;justify-content: center;}
.geo-container  .geo-search select{width:165px !important;border:none; }
.geo-container  .geo-search input[type=submit]{background-color: #0059a0; color: #fff;border: none;padding: 0 5px;}
.geo-container .geo-heading,.geo-container .geo-heading a{color: #fff;font-size: 1.1em;text-decoration: none;}
.geo-container .geo-heading a:hover{text-decoration: underline;}
.geo-container .geo-heading {display: block;text-align: center;margin-top: 20px;}
.geo-container .bootstrap.content-tab-panels .nav-tabs a.tab_link {font-weight: bold;width: 100%;border-right:none;top:0;text-align: center;height: 100% !important; white-space: nowrap; text-overflow: ellipsis;}
.geo-container .bootstrap ul.tabs.blue a:hover,.geo-container .bootstrap ul.tabs.blue a:focus {background-color: #333 !important;}
.geo-container .bootstrap ul.tabs.blue .active {background: repeating-linear-gradient( -55deg, #222, #222 2px, #333 2px, #333 5px) !important;border: 1px solid #333; border-bottom: 6px solid #333;background-color: #333 !important;}
.geo-container ul.tabs a{margin-right: -1px !important;border-radius: 0 !important;}
.geo-container ul.tabs.blue a {    border: 1px solid #333;border-bottom: 6px solid #333;}
.geo-container ul.tabs.blue {border-bottom: 2px #333 solid !important;}
.geo-container .bootstrap.content-tab-panels .tab-content ,.geo-container .bootstrap.content-tab-panels p {padding: 0 !important;border:0;}
.geo-container .bootstrap.content-tab-panels p {padding-bottom: 0 !important;}
.geo-container  .tab-pane img{margin: auto;width: 100%}

.geo-container .tab-content .tab-pane a{display: flex !important;}


/*-------------Home Page Mobile View Start------------*/



@media (max-width:1027px){
	
	#homepage{	display: flex;flex-direction:column;}
	#left-side-content{padding: 1em;width: auto !important;}
	#nr-archive h4 a,  #nr-archive .heading a{padding-bottom: 15px; width: auto !important;}
   .geo-container.geo-search-holder, .geo-container .geo-tabs-holder{flex-basis: auto;}
   .geo-container{flex-direction: column;}
	#bls-sidebar {width: auto}
	div#latest-numbers{width: auto !important;}
	#slideshow{margin: 10px auto !important;}
	#slideshow-nav ,#slideshow-nav .navi{width: auto;float: none;}
	a.browse{left: calc(100% / 2); margin-left: -137px;}
	a.browse.right{margin-left: 100px; margin-top: -28px;}
	div.social-media{padding: 10px;}
	.scrollable{margin-left: 0;}
	#slideshow{width: 250px;}

}



@media (max-width:767px){
	.ooh-banner-mob {display: block;margin-top: 20px;}
	.ooh-banner-mob img{display: block;max-width: 100%;height: auto;width: 100%; }
	.ooh-banner {display: none;}
	.home-feature .f-item {width: 100% !important;margin: 20px 0 !important;}
	.home-feature {flex-direction: column;}
	.home-ftr{flex-direction: column;}
	.home-ftr .ftr-item.calc{flex-basis: 330px;}
	.home-ftr .ftr-item iframe{height: 320px;}
	.home-ftr .ftr-item{margin: 10px 0 0 0 !important;}
	
}

@media all and (max-width: 896px) and (orientation:landscape) 
{
	.home-ftr .ftr-item.calc {height: 330px;}
}





