
/* TABS and ACCORDIONS:  latest in landing, social hub tabs, tabbed detail, list page, etc */



ul#tabsMenu {
	margin: 0px 0;
	padding: 0;
	padding-bottom: 8px;
	font: 12px Arial,Verdana, sans-serif;
	list-style-type: none;
}
 
#tabsMenu ul {	
	display: inline-block;
	zoom: 1;
	margin-right: 4px;
	margin-left: 0px;
	padding: 0px;
	/*border: 1px solid #d2e5ec;*/
	border: 1px solid #0095A8;	
	height: 45px;
	text-align: left;
}

ul#tabsMenu li div.tabs {
    vertical-align: middle;
    height: 45px;
    width: 94px;
    display: table-cell;
}

#tabsMenu li ul {
    margin: 0px;
    padding: 0px;;
} 

#tabsMenu ul li {
	margin: 0px;
	padding: 0px;
}

#tabsMenu ul:focus {
	display: inline-block;
	zoom: 1;
	margin-right: 4px;
	background-color: #d2e5ec;
	border: 1px solid #CAD1DA;	
	height:45px;
	text-align: center;
}

#listMenu a.listTab {
	color: #4B636E;
}

ul#tabsMenu a:hover {
	/*background-color: #d2e5ec;*/
	background-color: #CCE9ED;
	/*color: #084e84;*/
	font-weight: bold;	
	background-repeat: no-repeat;
}
 
ul#tabsMenu ul.current { 
	/*background-color: #D2E5EC;
	border: 1px solid #D2E5EC;*/
	background-color: #CCE9ED;
	border: 1px solid #CCE9ED;
}

ul#tabsMenu ul.current a { 
	/*color: #084e84;*/
 	/*background-color: #D2E5EC;*/
 	background-color: #CCE9ED;
    background-repeat: no-repeat;
    border: 0 none;    
    margin-bottom: 0px;
}

ul#tabsMenu li.current {
	background-color: rgb(210, 229, 236);
	max-height: 45px;
	min-width: 120px;
}

ul#tabsMenu  li {
	display: inline-block;
	padding-right: 0px;
	font-size: 18px;
	margin: 0px;
}

ul#tabsMenu div:hover a {
	/*color: #084e84;*/
	line-height: 135%;
	text-decoration: none;
}

ul#tabsMenu li div:hover {
	/*background-color: #d2e5ec;*/
	background-color: #CCE9ED;
	cursor: pointer;
}

ul#tabsMenu li div {
    vertical-align: middle;
    /*height: 45px;*/
    height: 43px;
    /*padding-top: 10px;*/
    width: 120px;
    display: table-cell;
}

ul#tabsMenu li a {   
  	font: small Arial,Verdana,sans-serif;
    /*color: #4693b8;*/
    color: #4B636E;
    font-weight: bold;
    padding-left: 4px;   
    text-decoration: none;
    vertical-align: middle;
    line-height: 135%;
    display: inline-block;
    text-transform: capitalize;
}

ul#tabsMenu li li {
    margin-left: 0px;
    display: block;
}

ul#tabul li div {
	vertical-align:middle;
	height: 30px;
	display: table-cell;
	padding-left: 5px;
}
/* Tabs become accordions in smaller screens.  Overwrite bootstrap default styles here */

.panel-default>.panel-heading {
	color: inherit;
	background-color: transparent;
	border: 0px none;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px none;
}

.panel {
	box-shadow: 0px 0px 0px transparent;
}

.panel,
.panel-body, 
.panel-heading {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 0px none;
}

h3.panel-title, h2.panel-title {
	color: #041C5D;
}

.panel-title {
	margin: 0px;
	background-color: #DEE5EC;
	border: 1px solid #CAD1DA;
	padding-bottom: 10px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.panel-collapse2 {
		display:block;
	}
}

/* Tabs in lists */
#listMenu .button_tabs_dropdown ul {
  	background-color: #ffffff;
  	-moz-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	-webkit-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#818493')";
	 border-radius: 3px;
	 box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	 width: 94px;
}

ul#listMenu {
	margin: 10px 0;
	padding-bottom: 8px;
	font: 12px Arial,Verdana, sans-serif;
	list-style-type: none;
}

ul#listMenu li {
	display: inline-block;
	padding: 0px;
	font-weight: bold;
	text-indent: 0px;
	margin: 0px;
}

/* This code breaks the generic bootstrap drop down menu
 * It needs to be qualified with a container so it does not impact other components! 
.dropdown-menu {
	height: 90%;
}
*/
#listMenu ul:hover {
	/*background-color: #d2e5ec;*/
	background-color: #CCE9ED;
}

ul#listMenu ul.current {
	/*background-color: rgb(210, 229, 236);
	border: 1px solid rgb(210, 229, 236);*/
	background-color: #CCE9ED;
	border: 1px solid #CCE9ED;
}

ul#listMenu li.current {
	/*background-color: rgb(210, 229, 236);*/
	background-color: #CCE9ED;
}

#listMenu ul {
	display: inline-block;
	zoom: 1;
	margin-right: 4px;
	margin-left: 0px;
	/*border: 1px solid #CAD1DA;*/
	border: 1px solid #0095A8;
	width: 94px;
	height :45px;
	text-align: left;
}

ul#listMenu a:hover {
	color: #084e84;
	font-weight: bold;
	text-decoration: underline; 
	background-repeat: no-repeat;
}

.wrapper ul#listMenu .grid_content_detailsStandardImg .grid_content_detailAttachment a:hover {
    font-weight: normal;    
    color: #f17505;
}


ul#listMenu li a {
	color: #4693b8;
	display: inline-block;
	margin-left: 5px;
	width: 100%;
}

ul#listMenu .current a {
	color: #084e84;
	display: inline-block;
	margin-left: 5px;
}

ul#listMenu li a:hover {
	text-decoration: none;
}

#listMenu .button_tabs_dropdown a:hover {
	cursor: pointer; cursor: hand;
	/*background-color: rgb(210, 229, 236);*/
	background-color: #CCE9ED;
}

#tabsMenu a {
	color: #112E51;
}

ul#listMenu li li {
	display: block;
	margin-left: 0px;
}

li.button_tabs_dropdown ul#tabul li {
	background-color: #FFFFFF;
}

li.button_tabs_dropdown ul#tabul li a {
	margin-left: 0px;
}

li.button_tabs_dropdown ul#tabul:hover {
    background-color: transparent;
}
hr.hrPadded {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* MEDIA QUERIES */

@media ( min-width : 960px) {
	#landingLatest, #detailMiddleColumn, #newsMiddleColumn {
		padding-right: 15px;
	}
}

@media ( min-width : 1260px) {
	#landingLatest, #detailMiddleColumn, #newsMiddleColumn {
		padding-right: 30px;
	}
}

/* LANDING PAGE */

#landingHeroMultimedia {
	overflow: hidden;
	float: right;
	width: 40%;
}

#landingAboutText {
	width: 60%;
	float: left;
}

.grid_content_landingText p {
    padding-right: 8px;
}

#landingSubdata {
	width: 60%;
	margin-top: 9px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
}

@media ( max-width : 600px) {
	#landingAboutText {
		width:100%;
	}
	#landingSubdata {
		width:100%;
	}
}


.textonImageTitle {
   max-width: 140px;
   height: 50px;
   font: bold small Arial,Verdana,sans-serif;
   background: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.6);
   padding: 3px;
   display:block;
}

.textonImageBluebg {
   position: relative;
   top: -50px;
   left: 0;
   width: 130px;
}

.textonImageWhitebg {
    position: relative;
    bottom: 0px;
    top: -50px;
    min-height: 50px;
}

.textonImageTitle span {
	display:block;
   	font: normal small Arial,Verdana,sans-serif;
   	padding: 5px;
}

.textonImageTitle a {
	color: white;
	font: normal small Arial,Verdana,sans-serif;
}

.textonImageTitle a:hover {
	text-decoration:underline;
}

/* Different breakpoint to match icon image size from featureiconServlet*/
@media (max-width: 800px) {
	.textonImageTitle a {
		color: #112E51;
	}
	.textonImageTitle {
	   background-color: transparent;
	   padding: 0px;
	}
	.textonImageBluebg {
		position: inherit;
		top: 0px;
		height: auto;
	}

	.textonImageTitle span {
		padding-left: 0px;
	}
}

.textonImage {
    margin-right: 5px;
    min-width: 90px;
}

/* #featureIcons {
	margin-top: 10px;
} */

.textonImageBluebg, .textonImageTitle {
	width: 100%;
}


#landingSubdata .active {
	font: small Arial,Verdana,sans-serif;
	font-weight:normal;
	color:#050e3a;
}

#landingSubdata   ul {
    list-style: none;
    padding:0;
    margin:0;
}

#landingSubdata li {
    list-style-type: none;
    list-style-position: inside;
    padding: 0px 0 0px 9px;
    text-indent: -.8em;  /* works for IE / Chrome but not Firefox */
}

@-moz-document url-prefix() {
    #landingSubdata li {
        text-indent: -1.2em;
    }
}

/*#landingSubdata li:before {
    content: '\25A0';
    color: orange;
    vertical-align: top;
    padding-right: 2px;
}*/

#landingSubdata .left {
    float: left;
    min-width: 280px;
    margin: 5px;
    margin-top:0px;
    padding-right: 5px;
    display: inline-block;
}

#landingSubdata .right {
    float: right;
    margin: 2px;
    width: 210px;
    display: inline-block;
}

#landingLatest h4 {
	margin: 10px 0px;
	color: #041C5D;
}

#landingApp {
	margin-top: 20px;
}
.article {
	padding-top: 5px;
	padding-bottom: 5px;
}

.article .thumbnailColumn {
	float: left;
	max-width: 190px;
	max-height: 100px;
	padding-right: 10px;
}

@media ( min-width: 960px ) {
	#detailRelatedInfo .article .thumbnailColumn {
		float: none;
	}
}

.article .thumbnailColumn img {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px;
	max-height: 100px !important;
	border: 1px solid #D7D7D7;
}

.blogentry .article .thumbnailColumn img, .blog .article .thumbnailColumn img {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px;
	max-height: 100px !important;
	border: none;
}

.article .abstract {
	overflow: hidden;
}

.article .title {
	font-weight: bold;
}

.article .publishdate {
	margin-top: 0px;
	margin-bottom: 0px;
	font: normal x-small Arial, Verdana, sans-serif;
}

.viewAllButtonSmall {
	outline: none !important;
	height: 33px !important;
}

@media ( max-width: 600px ) {
	.viewAllButtonSmall, .viewAllButton {
		color: #112E51;
		background-color: #f2f2f2;
		padding: 4px 8px;
		margin-bottom: 5px;
		height: 35px;
		border: 0px;
		font-weight: normal;
		width: 200px;
		text-align: center;
		margin-left: auto;
    	margin-right: auto;
	}

	.viewAllButtonSmall:hover, .viewAllButton:hover {
		color: #ffffff;
		background-color: #112E51;
		/*text-decoration: underline;*/
		text-decoration: none;
	}

	.viewAllButtonSmall a:hover {
		text-decoration: underline !important;
	}
}

@media ( min-width: 600px ) {
	.viewAllButton, .viewAllButtonSmall {
		/*color: #084E84;*/
		color: #112E51;
		font: small Arial, Verdana, sans-serif;
		font-weight: bold;
		text-align: center;
		box-sizing: content-box !important;
		background-repeat: no-repeat;
		background-color: transparent;
		margin: 0 auto;
		padding-top: 10px;
		border: none;

	}
	.viewAllButton {
		background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/viewall-lp-btn.jpg");
		height: 42px;
		max-width: 550px;
		width: 100%;
	}
	.viewAllButtonSmall {
		background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/viewall-mini-btn.jpg");
		width: 153px;
		height: 35px;
	}
	.viewAllButtonSmall:hover, .viewAllButton:hover {
		/*color: #0E72A2;*/
		color: #112E51;
		/*text-decoration: underline;*/
		text-decoration: none;
	}

	.viewAllButton:hover {
		background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/viewall-lp-over-btn.jpg");
	}
	.viewAllButtonSmall:hover {
		background-image:url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/viewall-mini-over-btn.jpg");
	}

	.viewAllButtonSmall a:hover {
		text-decoration: underline !important;
	}
}

.viewAllButton a {
	/*color: #084E84;*/
	color: #112E51;
	font-family: Verdana, Arial, serif;
	font: small Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

.viewAllButton a:hover, .viewAllButton a:focus {
     /*color: #0E72A2;*/
     color: #112E51;
     text-decoration: underline;
}

.viewAllButtonSmall a:hover {
	text-decoration: underline !important;
}

#oisGroup.panel-group,
#relatedInfoGroup.panel-group {
	margin-bottom: 0px;
}

#relatedInfoGroup .panel-body {
	padding-bottom: 15px;
}

/* VISUAL DETAIL PAGE */
#embedLabel {
	font-weight: bold;
	margin-top: 15px;
}

#embedArea {
	width: 100%;
	height: 80px;
}

#visualEmbed {
	margin-bottom: 10px;
}

/* VISUAL LIST PAGE */

#visualGallery {
	margin-bottom: 20px;
}

.visualGalleryThumb  {
    margin: 5px 10px 5px 0px;
    padding: 0px;
    /*width: 250px;
    min-width: 250px;
    height: 252px;*/
    /*border: 1px solid #ccc;*/
    width: 178px;
    height: 177px;
    border: 1px solid #4B636E;
	border-radius: 2px;
    text-decoration: none;
    float: left;
    background-color: rgba(255,255,255,1); /* ie. no transparency */
}

.visualGalleryThumb:hover {
    background-color: #F2F2F2 ;
    text-decoration: none;
}

.visualGalleryThumb img {
    /*width: 248px;
    min-width: 248px;
    height: 248px;*/
    width: 176px;
    height: 172px;
}

.visualGalleryThumb span {
    display: block;
    color: #041C5D;
    height: 73px;
    /*width: 248px;*/
    width: 176px;
    font-weight: bold;
    position: relative;
    top: -75px;
    line-height: 1.2em;
    background-color: inherit;
    border-top: 1px solid #ccc;
}

.valignMiddle {
    display: table-cell;
    /*width: 248px;*/
    width: 176px;
    height: 45px;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 14px;
}

/* SOCIAL HUB PAGE */
#socialHubTabs #tabsMenu ul {
    width: 98%;
}

#socialHubTabs ul#tabsMenu li div {
    width: 100%;
}

/* DETAIL PAGE  */
#relatedInfoGroup .panel-heading>h3,
div.newsSidebar {
	padding: 5px 0px;
	margin-bottom: 5px;
}

p.newsSidebar {
	margin-bottom: 15px;
}
@media (min-width: 960px){
    #detailRelatedInfo #relatedInfoGroup .panel-heading>h3,
	div.newsSidebar {
		border-bottom: thin solid #CFCFCF;
		border-top: thin solid #CFCFCF;
	}
}

.textimage {
	padding-top: 7px;
}

.textimage h3, .textimage h4 {
	padding: 0px !important;
}

.textimageText {
	padding-top: 7px;
}

/*
.textimageText ol li {display:block;}
.textimageText ol > li:first-child {counter-reset: item;}
.textimageText ol > li {counter-increment: item; position: relative;}
.textimageText ol > li:before {content:counters(item, ".") "." item; position: absolute; margin-right: 100%; right: 10px;}
.textimageText ol > li > ol > li {list-style-type: lower-alpha;}
*/

.textimageText ol {
    counter-reset: item;
}

.textimageText ol li {
    display: block;
    position: relative;
}

.textimageText ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

.textimageAudioVideo, .textimageImage {
	overflow: hidden;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 7px;
    position: relative;
    z-index: 1;
}

.textimageImage.left2 {
	float: left;
}

@media (max-width: 600px){
    .textimageImage, .textimageAudioVideo {
    	float: none !important;
    	text-align: center !important;
    	margin: 0px !important;
    }
    .textimageAttachment {
    	max-width: 100% !important;
    	text-align: center !important;
    }
}

.textimageImage a {
    color: #345B92;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
.textimageImage a:hover {
   	color: #F17505;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.textimageImage img {
    margin-bottom: 14px;
}

.textimageImage .textimageAttachment a:hover, 
.textimageImage .textimageAttachment a {
    font-weight: normal;
    /*color: #f17505;*/
    color: #112E51;
}

ul#listMenu .textimageImage .textimageAttachment a:hover {
    font-weight: normal;
    color: #f17505;
}

.textimageAttachment {
    max-width: 220px;
    word-wrap: normal;
    text-align: left;
}

#detailContent ul{
    line-height: 16px;
    margin-bottom: 7px;
    margin-left: 15px;
}

#detailContent li ul {
    margin-bottom:0px;
    padding-top:2px;
}

#detailContent li ul li {
    padding-bottom: 0px;
}

/** Fix for the bullets on list page and Visual List Page **/
.grid_content_listPageArticleAbstractListIntro .richtext ul li, #listAbstract .richtext ul li{
	list-style-type: square;
		list-style-position: outside;
		margin-left: 1.5em;
}

#detailContent .alphaList{
    font: small Arial,Verdana,sans-serif;
    list-style-type: lower-alpha;
}

#detailContent table{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #7B8999;
	margin-bottom: 14px;
}

#detailContent td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	/*border: 1px solid #7B8999;*/
}

#detailContent th {
	background-color: #D2E5EC;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7B8999;
}

#detailContent th a {
	color: #064A7F;
}

#detailContent th a:visited {
	color: #4F3A74;
}

#detailContent tfoot {
	background-color: #ecf6ff;
	color: #000000;
}

#detailContent tfoot a {
	color: #005399;
}

#detailContent tfoot a:focus {
	color: #0e4b91;
}

#detailContent tfoot a:visited {
	color: #4f3a74;
}

#detailContent .caption {
    font: x-small Arial,Verdana,sans-serif;
    margin-bottom: 14px;
}

#detailContent a {
	/*color: #112E51;*/
	color: #0095A8;
}

#detailContent h4 {
    /*color: #050e3a;*/
    color: #4B636E;
    font: Arial,Verdana,sans-serif;
    font-weight: bold;
    padding-bottom: 7px;
}

#detailContent h3 {
   	/*color: #041C5D;*/
   	color: #4B636E;
    font: 120% Arial,Verdana,sans-serif;
    font-weight: bold;
    padding-bottom: 7px;

}

#detailContent ol li {
	font: small Arial,Verdana,sans-serif;
    padding: 5px 0px 2px 0px;
    font-weight:normal;
    margin-left: 2em;
}

#detailContent ul li {
 	list-style-type: square;
    list-style-position: outside;
    /*padding: 5px 0px 2px 0px;*/
    font-weight:normal;
    text-indent: 0em;
    margin-left: 1em;
}

#detailContent .rtlLang ul li {
	list-style-position: inside;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here - IE conditional comments are gone since version 10*/
   .textimageText ul li {
   	margin-right: 0px !important;
   }
}

/* NEWS PAGE */
#newsContact {
	margin-bottom: 20px;
}

#subscriptions {
	height: 50px;
	font-size: x-small;
	display: table;
	margin-right:10px;
	float: right;
}

#subscriptions > div {
	width: 40px;
	text-align: center;
	display: table-cell;
}

/* LIST PAGE */
#listAbstract p {
	margin-bottom: 14px;
}

#listFilterSelect, #tabSelector {
	height: 40px;
	background-color: #112E51;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#listFilterSelector h4, #tabNav h4 {
	line-height: 40px;
	display: inline;
}

#listFilterSelect option, #tabSelector option {
	height: 30px;
}

ul#tabul {
	width: 85px;
	margin-right: 0px;
	overflow: auto;
	min-height: 125px;
	max-height: 174px;
	overflow-y: scroll;
}

ul#tabul li div {
	vertical-align:middle;
	height: 30px;
	display: table-cell;
	padding-left: 5px;
}

ul#tabul li {
	display:block;
	margin-left: 0px;
}

ul#tabul li a,
#listMenu li.button-tabs a {
	margin-left: 0px;
	width: 100%;
}

#listMenu .button_tabs_dropdown a:hover {
	cursor: pointer; cursor: hand;
	/*background-color: rgb(210, 229, 236);*/
	background-color: #CCE9ED;
}

ul#listMenu li.current-arrow,
ul#tabsMenu li.current-arrow {
    /*background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/landing-standard-tab-on.png");*/
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/landing-standard-tab-on-teal.png"); 
    background-position:50% 8%;
    display:block;
    background-repeat: no-repeat;
    height:10px;
}

ul#listMenu li.current-arrow {
	margin-top: -5px;
}

ul#tabsMenu li.current-arrow {
    margin-top: 0px;
}

ul#listMenu li div.tabs {
	vertical-align:middle;
	height: 45px;
	width: 94px;
	display: table-cell;
}

ul#listMenu li div.drop,
ul#tabsMenu li div#dropDownButton {
	vertical-align:middle;
	height: 46px;
	width: 31.5px;
	display: table-cell;
}

#dropDownButton {
	height: 46px !important;
}

.toggle_dropdown a:hover {
	background-image: none;
}

#tabsMenu .button_tabs_dropdown, #listMenu .button_tabs_dropdown {
	position: absolute;
	/*left: 545px;*/
	margin-left: 3px;
	background-color: white;
	border: 2px;
	border-color: black;
	z-index:2;/*get hidden by the pdf attachment of textandimage component*/
}

.inactiveArrow {
	/*background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/List_Expand_Button.jpg");*/
	background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/List_Expand_Button_Teal2.jpg");
}

.activeArrow {
	/*background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/List_Expand_Button_active.jpg");*/
	background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/List_Expand_Button_active2.jpg");
}

ul#tabsMenu li a.toggle_dropdown {
	padding-left: 0px !important;
}

/* PDF warning */
#pdf {
	margin-top: 20px;
	border-top: 1px solid #999999;
	font: small Arial, Verdana, sans-serif;
	padding: 5px 0px;
	text-align: left;
}

/* Last Modified */
#lastModified {
	margin-top: 20px;
	font: small Arial, Verdana, sans-serif;
	padding: 5px 0px;
	text-align: left;
	font-style: italic;
}

@media (max-width: 600px) {
	#statelist .left {
		float: none !important;
		display: block !important;
	}
}

#tabul {
    background-color: #FFF;
    border-radius: 3px;
    /*box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;*/
    width: 94px;
    border: 1px solid #AAA;
    /*border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;*/
}

div#latestNewsNavigation a:hover {
	text-decoration: underline !important;
}

.dialogFieldLabel {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 12px;
}

.ui-accordion .ui-accordion-content a {
	color: #041C5D;
}

/* BUTTON COMPONENT */

.button-left {
	text-align:left;
}

.button-center {
	text-align: center;
}

.button-right {
	text-align: right;
}

.button-full {
	width: 100%;
}

.button-90 {
	width: 90%;
}

.button-50 {
	width: 50%;
}
/*This is added to make subscription edit roll-over encompass its entirety - Classic-UI*/
.cq-element-subscriptions{
	height: 30px;
}
/*This is for Touch-UI Subscription component*/
.subscriptions.cq-Editable-dom{
	height: 30px;
}
/*This is for subfeature->bulletedlinklist edit roll-over*/
.cq-element-bulletedlist{
	min-height: 150px;
}
/*This is for herotextimage edit-roll over - classic UI fix*/
.cq-element-herotextimage{
	min-height: 75px;
} 

/*Others in Series style*/
#detailOtherSeries .ois h3 {
	color : #4B636E;
}

#detailOtherSeries .ois .textColumn .title a {
	/*color: #112E51;*/
}

#detailOtherSeries .ois .textColumn .publishdate {
	/*color: #303E58;
	font-style: normal;*/
} 

#detailOtherSeries .ois a.oisViewAll {
	padding: 5px 10px;
    border: 1px solid #112E51;
    color: #112E51;
}

#homeContentRow a, #listItems a , #rightContent a, #contextualNav a, .blogFirstEntry a, #detailRelatedInfo a{
    /*color: #112E51;*/
    color: #0095A8;
}

.newslisttabbed a {
	color: #0095A8;
}

#listMenu > li > ul > li > a {
	color: #4B636E;
}

.featureIcon .textonImageTitle a {
	color: #FFFFFF !important;
}

/*
 * Search.css
 *
 * Color Scheme:
 *
 *   Navy blue font color: 041C5D
 *   Grey font color: 333333
 *   Darker background: E7E7E7
 *   Lighter background: F2F2F2
 *   Button background: D7D7D7
 *
 */


/***********************
 * Search box in header
 ********************/

.searchbox label {
   display: inline;
   max-width: 10px;
   margin-bottom: 0px;
   font-weight: normal;
}

.searchbox input {
   background-image: url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/search_icon.svg');
   background-repeat: no-repeat;
   /*background-color: #B7C0CA;*/
   background-color: #CFD5DC;
   background-position: right center;
   width: 152px;
   height: 22px;
   /*float: right; per Mahyar's advice on 1/4/2018 Seems its a little bit off on IE*/
   color: #112E51;
   margin-top: 19px;
   margin-right: 0px;
   font-size: 11px;
    text-indent: 2px;
    margin-left:0px;
    border-radius: 0px;
    background-position: 97% 50%;
}

input[type=text]:focus {
}

.searchbtn input {
  background-image: url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/search-btn.png');
  background-repeat: no-repeat;
  color: #a8a8ab;
  margin-top: 10px;
  width: 20px;
  height: 25px;
  border: 0;
  float: right;
  cursor:pointer;
  line-height: 999px; /*Set it higher than your image height */
  overflow: hidden; /*Hide the text */
  font-size: 0; /* FF2 doesn t like the above */
}

/***********************
 * Search form
 ********************/

.ui-widget-header .ui-icon { /* ONLY FOR DEMO */
    background-image: url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/ui-icons_222222_256x240.png');
}

#searchFormContainer{
    margin-bottom: 10px;
    padding-bottom: 0px;
}

#searchTooltipLink {
    cursor: pointer;
    padding-top: 5px;
    display: block;
    float: left;
    color: #0095A8;
}

#searchTooltip {
    display:none;
    background-color: #F2F2F2;
    height: 170px;
    width: 455px;
    max-width: 455px;
    font: small Arial,Verdana,sans-serif;
    /*padding-bottom:10px;*/
    padding-top: 0px;
    padding-left: 10px;
}

.searchTooltipWidget {
    /*padding: 0 0 0 0;*/
}

.searchTooltipWidget .ui-widget-header {
    border: none;
    background: #F2F2F2;
}
.searchTooltipWidget .ui-dialog-title {
    /*margin-left: 120px;*/
    font: small Arial,Verdana,sans-serif;
    font-weight: bold;
 }

.ui-autocomplete{
    /* need to figure out why this is setting to 1 */
    z-index: 10000 !important;
}

div.ui-dialog-titlebar span.ui-dialog-title a.ui-state-focus {
    background: #F2F2F2 url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x !important;
}

#searchInputBox {
    float: left;
}

#searchInput, #searchFormContainer #searchbox, #sissearchbox{
    color: #6D6D6D;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    width: 280px;
    height: 25px;
    padding-left: 20px;
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/search-bg.png");
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
}

#searchButtonBox {
    border: 0 none;
    color: #A8A8AB;
    cursor: pointer;
    margin-top: 0px;
    overflow: hidden;
    float: left;
}

#searchButtonBox, #searchButton {
    width: 20px;
    font-size: 0;
    height: 25px;
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/search-btn.png");
    background-repeat: no-repeat;
}

#searchResultsTitleRow {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
#searchResultsTitle {
    margin: 0;
    float: left;
}

#searchResultsNumber{
    text-align: right;
    padding: 10px 0px;
}

.grid_content_searchPageAbstractHeader a {
    color: #0095A8;
}

/***********************
 * Type Ahead drop down
 ********************/
.ui-menu .autocomplete-instant-answer.ui-menu-item {
    /*background-color: #F2F2F2;*/
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
}

.ia-header{
    color: #161A60;
    font: bold medium Arial,Verdana,sans-serif;
    padding: 0 0 5px 5px;
}

.ia-stat-value{
    /*padding: 0 0 2px 10px;
    font: bold medium Arial,Verdana,sans-serif;*/
    padding: 10px 0 10px 10px;
    font-size: 21.92px;
    font-weight: bold;
    color: #112E51;
}

.ia-label{
    padding: 0 0 2px 10px;
    /*font: bold small Arial,Verdana,sans-serif;
    color: #000000;
    font-weight: bold;*/
    color: #112E51;    
    font-size: 15.66px;
    line-height: 18.79px;
    letter-spacing: 0.39px;
}

.ia-label .ia-stat{
    /*font-style: italic;*/
}

.ia-system{
    padding: 0 0 0 10px;
}

.ui-menu .ui-menu-item .ia-system a{
    /*font: italic bold small Arial,Verdana,sans-serif;
    color: #112E51;
    text-decoration: none;
    padding: 0;*/
    text-decoration: none;
    padding: 0;
    color: #112E51 !important;
    font-size: 12.53px;
    letter-spacing: 0.31px;
    font-weight: normal;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    /*background: #1489b2 url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x !important;*/
    font-weight: bold;
    cursor: pointer;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-focus {
    background: #F2F2F2 url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x !important;
    color: black !important;
}

.ui-autocomplete-category {
    /*font-weight: bold;
    padding: 2px 0 1px 1px;
    margin: 2px 0 1px 1px;
    line-height: 1.5;
    text-align: left;
    color: #161A60;*/
    font-weight: bold;
    padding: 15px 0 1px 7px;
    margin: 2px 0 1px 1px;
    line-height: 1.5;
    text-align: left;
    color: #112E51;
    font-size: 15.66px;
    letter-spacing: 0.34px;
}

.ui-menu .ui-menu-item {
    padding-left: 2px;
}

#ui-active-menuitem{
     cursor: pointer;
}

/*Newly added type aheads*/
.ui-menu .ui-menu-item a {
    /*display: block;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px 0.4em;
    text-decoration: none;*/
    display: block;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px 0.4em;
    text-decoration: none;
    font-size: 15.66px;
    color: #112E51 !important;
    letter-spacing: 0.34px;
}

.ui-autocomplete { position: absolute; }

.ui-autocomplete.ui-menu .ui-menu-item a {
    color: #222;
}


/********************
 * Search Results
 ********************/

#searchResults .panel-group {
    margin-bottom: 0px;
}

#searchContainer {
    display: inline-block;
    margin: 5px 0 0 167px;
    min-height: 100%;
    width: 822px; /* was 800px */
}

/*************************
 * NAICs
 *************************/

#naicsContainer .panel-title,
#infoPanelContainer .panel-title,
#disambiguationGroup .panel-title {
    padding-left: 10px;
}

#naicsContainer, #infoPanelContainer {
    border: 1px solid #0c6291;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#naicsHeader{
    background: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/demo-container-bg.png") no-repeat -350px 0 #112E51;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.naicsTitle{
    color: #fff;
    font: bold 1.385em Arial,Verdana,sans-serif;
}

#naicsBody{
    border: 0px;
    margin: 5px 10px 5px 10px;
}

.naicsDetail{
    padding: 3px 0 5px 0;
}

.detailLeft {
    width: 50px;
    clear: left;
    float: left;
}

.detailRight {
    width: 165px;
    float: right;
}

.naicsMore{
    border-top: 1px #CCCCCC solid;
    text-align: right;
    padding: 10px 3px 5px 10px;
    margin: 10px 0 0 0;
}

/*************************
 * Infopanel
 *************************/


#infoPanelHeader{
    /*background: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/demo-container-bg.png") no-repeat -350px 0 #0c6291;*/
    background-color: #112E51;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.iphtitle{
    color: #fff;
    font: bold 1.385em Arial,Verdana,sans-serif;
}

.iphgeoTitle{
    color: #fff;
    font: bold 1.231em Arial,Verdana,sans-serif;
}

#infoPanelBody{
    border: 0px;
}

.infoPanelDetail{
    padding: 3px 3px 5px 3px;
    border-bottom: 1px solid #CCC;
    margin-left: 5px;
    margin-right: 5px;
}

.ipTitle{
    color: #161A60;
    font: bold 0.875em Arial,Verdana,sans-serif;
}

.ipValue{
    padding: 3px 0 0 0px;
    color: #000;
    font: bold 1.125em Arial,Verdana,sans-serif;
}

.ipDesc{
    color: #000;
    font: 1.00em Arial,Verdana,sans-serif;
}

.ipSrc{
    padding: 3px 0 0 0;
    /*color: #112E51;*/
    color: #0095A8;
    font: bold italic 0.846em Arial,Verdana,sans-serif;
}

.ipSrc a {
    color: #0095A8;
}

.ipshowbtn{
    float: right;
    border: 1px solid #000;
    margin: 5px 5px 5px 5px;
}




/*************************
 * Dynamic Navigation
 *************************/
#dynamicNavBody{
    padding: 5px 0 5px 0;
    border: 1px solid #F2F2F2;
}

.dynamicLinksHeader{
    color: #161A60;
    font: bold 1.1em Arial,Verdana,sans-serif;
    padding: 0px 0px 0 10px;
}

.dynamicNavItem{
    padding: 5px 5px 3px 3px;
    text-align: right;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 10px;
}


/*************************
 * Quick Answers
 *************************/
.quickAnswerContainer {
    background-color:#f2f2f2;
    margin: 0px 0 10px 0;
    padding: 10px 0 10px 10px;
}

.quickAnswerContainer .qaTitle{
    color: #161A60;
    font: bold 1.00em Arial,Verdana,sans-serif;
    padding: 0 0 5px 0;
}

.quickAnswerContainer .qaValue{
    padding: 0 0 5px 0;
    color: #000000;
    font: bold 1.5em Arial,Verdana,sans-serif;
}

.quickAnswerContainer .qaSource{
    color: #112E51;
    font: italic bold small Arial,Verdana,sans-serif;
    padding: 0;
    text-decoration: none;
}

.vizListContainer  {
    margin-top: 20px;
    padding: 0px;
}

.vizListTitle  {
    font-size: small;
    font-family: Arial, verdana, sans-serif;
}

.vizList li {
    border-top: 1px solid #d9d9d9;
    margin: 5px 10px 0 0;
    padding: 5px 0 0 0;
    text-align: right;
    line-height: 30px
}

.vizLine span  {
    font-style: normal;
    font-size: medium;
    font-weight: normal;
    color: #404040;
}

.vizLineTitle {
    float : left;
    vertical-align: middle;
}

.vizLine  a  {
    display: inline-block;
    padding-left: 35px;
    padding-right: 20px;
    color: #404040;
    background-repeat : no-repeat;
    background-size: 30px;
}

.vizLine a:hover  {
    text-decoration: underline;
    color: #404040;
}

.vizChartLink {
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/VizChartInactive.png") ;
}

.vizChartLink:hover {
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/VizChartActive.png") ;
    cursor: pointer ;
}

.vizTableLink {
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/VizTableInactive.png") ;
}

.vizTableLink:hover {
    background-image: url("../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/VizTableActive.png") ;
    cursor: pointer ;
}


/*************************
 * Best Bets
 *************************/
#bestbetscontainer{
    background-color:#f2f2f2;
    padding: 10px 10px 10px 10px;
}

#bestbetscontainer .label{
    color: #161A60;
    font: bold medium Arial,Verdana,sans-serif;
    padding: 5px 5px 0px 5px;
}

.bestbetTitle{
    padding: 5px 0 0 0;
    font: bold medium Arial,Verdana,sans-serif;
}

.bestbetDesc{
    padding: 5px 0 0 0;
    font: normal small Arial,Verdana,sans-serif;
}

.bestbetUrl{
    padding: 5px 0 0 0;
    font: italic bold small Arial,Verdana,sans-serif;
}

/*************************
 * Data Tools
 *************************/
#datatoolscontainer{
    background-color:#f2f2f2;
    padding: 10px 10px 10px 10px;
}

#datatoolscontainer .label{
    color: #161A60;
    font: bold medium Arial,Verdana,sans-serif;
    padding: 5px 5px 0px 5px;
}

.datatoolcontainer .outerBox{
    /*width:260px;
    height:260px;*/
}

.datatoolcontainer .outerBox img{
    /*max-width:260px;
    max-height:260px;*/
}

.datatoolsTitleMain{
    padding: 5px 0 0 0;
    background-color:#f2f2f2;
    font: bold large Arial,Verdana,sans-serif;
}

.datatoolsTitle{
    padding: 5px 0 0 0;
    font: bold medium Arial,Verdana,sans-serif;
}

.datatoolsDesc{
    padding: 5px 0 0 0;
    font: normal small Arial,Verdana,sans-serif;
}

.datatoolsUrl{
    padding: 5px 0 0 0;
    font: italic bold small Arial,Verdana,sans-serif;
}


/*************************
 * Organic results
 *************************/

.grid_search_resultsContainer{
    margin-left: 0px;
    width: 100%; /* was 550px */
}

.wrapper .grid_content_search_resultsList{
    width: 100%; /* was 528px */
    margin-left: 0px;
}

.wrapper .grid_content_searchPageAbstractHeader{
    font: small Arial,Verdana,sans-serif;
    color:#2481A6;
}

.wrapper .grid_content_searchPageAbstractHeaderAnswers{
    font: medium Arial,Verdana,sans-serif;
    padding: 7px 0 5px 7px;
    font-weight: bold;
    color:#161a60;
}

.wrapper .grid_content_searchPageAbstractTextQuick{
    padding: 0 0 0 5px;
}

.wrapper .grid_content_searchPageAbstractText{
    width:100%;
    font: small Arial,Verdana,sans-serif;
    color:#030920;
    padding-top:6px;
}

.wrapper .grid_content_searchPageAbstractText a {
    font: x-small Arial,Verdana,sans-serif;
    font-weight:bold;
    word-break: break-word;
    color: #0095A8;
}

/*************************
 * END Organic results
 *************************/

/*************************
 * Image/Video results
 *************************/

#mediaResults ul{
   list-style-type: none;
}
#mediaResults ul li {
   float:left;
   margin: 0px 10px 0px 0px;
}

.galleryMediaTop{
    height: 5px;
}

.galleryMediaCenter {
    padding: 0px;
    height: 250px; /* allows 40px in caption */
    width: 250px;
    border: 1px solid #ccc;
}

/* new 12/14*/
.galleryMediaCenter:hover {
    background-color: #F2F2F2;
}

/* new 12/14*/
.galleryMediaCenter span {
    height: 65px;
    width: 250px;
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    border-top: 1px solid #ccc;
}

.galleryMediaCenter img {
    height: 178px !important;
    width: 248px !important;
}

.galleryMediaBottom {
    height: 5px;
}

.searchMedia{
    width:246px;
    height: 165px;
    padding: 0px;
}

#mediaResults ul li p{
    color: #041C5D;
    font: small Arial,Verdana,sans-serif; /* was x-small */
    margin-top: 0;
    text-align: left;
    font-weight: bold;
}

#mediaResults ul li a:hover{
    cursor: pointer;
    text-decoration: none;
}

#mediaResults ul li a:hover p{
    /*color: #F27604;*/
}

.videoFrame{
    width: 246px; /* was 219 */
    height: 165px; /* was 151 */
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0,.5);
}
#lightbox iframe {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 640px;
    margin-top: 2px;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
    margin-top:20px;
}

#lightbox #content {
    position:absolute;
    width:645px;
    height:485px;
    top:20%;
    left:38%;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;

    -webkit-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#818493')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#818493')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#818493')";
    border-radius: 3px;
    box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
}

/*************************
 * Twitter
 *************************/
.twitterList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #808080;
}

.handleInfo a{
    color: #041C5D;
    font: bold 1.3em Arial,Verdana,sans-serif;
}

.handleInfo span{
    padding: 0 0 0 5px;
    color: #808080;
    font: bold 1.1em Arial,Verdana,sans-serif;
}

.tweetText{
    padding: 5px 0 5px 0;
    font: normal 1.1em Arial,Verdana,sans-serif;
}

.tweetCreated{
    color: #808080;
    font: bold .9em Arial,Verdana,sans-serif;
}



/*************************
 * Disambig
 *************************/
.disambiguation{
    width: 100%;
}

.geoIdent{
    margin: 5px 0 10px 0;
    padding: 3px 0 5px 0;
}

.disambigArrowRight{
    width: 0px;
    height: 0px;
    border-style: solid;
    float: left;
    margin: 2px 12px 2px 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8.7px solid #ffffff;
}

.disambigArrowDown{
    width: 0px;
    height: 0px;
    border-style: solid;
    float: left;
    margin: 3px 12px 2px 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8.7px solid #ffffff;
}

.geoIdent span span{
    font-style: italic;
}

.geoIdent img{
    padding: 0 3px 0 0;
}

.disambiguation{
    margin: 0 0px 10px 0;
}

#disambigSelect{
    font: bold 1.1em Arial,Verdana,sans-serif;
    color: #FFF;
    padding: 5px 3px 4px 10px;
    background-color: #041C5D;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.arrowIcon{
    background-image: url('../../../../../etc.clientlibs/census/clientlibs/census-pattern-library/resources/images/ui-icons_ffffff_256x240.png');
    background-color: white;
}

.arrowRight{
    background-position: -40px -22px;
}

.arrowDown{
    background-position: -40px -22px;
}

#disambiguationList {
    padding-bottom: 10px;
    list-style-type: none;
}


.disambigList .disambigListItem {
    margin: 7px 10px 0 7px;
}

.disambigList .disambigListItem div{
    padding: 5px 0px 5px 0px;
    font: bold 1.25em Arial,Verdana,sans-serif;
}

.disambigList .disambigListItem ul{
    padding: 0px 0px 0px 7px;
    font: bold 1.25em Arial,Verdana,sans-serif;
}

.disambigList .disambigListItem ul li{
    font: small Arial,Verdana,sans-serif;
    text-transform: capitalize;
    line-height: 25px;
    margin-left: 0px;
}

/*************************
 * Paging
 *************************/
#searchpagination{
    padding: 20px 0 20px 0;
    clear: both;
}

#searchpagination ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#searchpagination li{
    display: inline;
}

#searchpagination ul li.curpage{
    color: #fff;
    background-color: #112E51;
    padding: 4px 8px;
}

#searchpagination ul li a{
    text-decoration: none;
    padding: 4px 8px;
    background-color: #F2F2F2;
}

#searchpagination ul li a:hover{
    color: #fff;
    background-color: #112E51;
}

#searchResultsItemsList {
    padding-top: 20px;
    min-height: 100px;
}

/* MEDIA QUERIES */

@media ( min-width : 960px) {
    #searchResultsOrganic.web, #searchResultsQuickAnswer{
        padding-right: 15px;
    }
}

@media ( min-width : 1260px) {
    #searchResultsOrganic.web, #searchResultsQuickAnswer {
        padding-right: 30px;
    }
    .ia-label, .ia-stat {
    	font-size: 13px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ia-label{
    	line-height: 15px;
    }
    .ia-stat-value {
    	padding: 2px 0px 5px 8px;
    	font-size: 16px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .ui-menu-item .ia-system a {
    	font-size: 10px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-autocomplete-category {
    	padding: 1px 0 1px 7px;
    	font-size: 13px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .ui-menu-item a{
    	font-size: 13px;
    	padding: 2px 0.6em;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .autocomplete-instant-answer.ui-menu-item{
    	padding-bottom: 3px;
    }
}

@media ( max-width: 959px ) {
    #naicsContainer, #infoPanelContainer {
        border: 0px solid transparent;
        padding: 0px;
        margin: 0px;
    }
    #naicsHeader {
        padding: 0px;
        background: none;
    }
    #infoPanelHeader {
        background: none;
        padding: 0px;
    }
    .infoPanelDetail {
        padding: 3px 0px 0px 00px;
    }
}

#searchTypeSelect  {
    color: #FFF;
    background-color: #112E51;
    height: 40px;
    width: 100px;
    border-radius: 0px;
    font-size: small;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}

#searchTypeSelector h4 {
    display: inline;
    line-height: 40px;
}

#searchTypeSelect option {
    height: 30px;
    text-transform: capitalize;
}

@media(min-width: 960px) {
    #searchResultsInfoPanel {
        margin-top: 40px;
    }
}

@media(max-width: 960px) {
    .disambiguation {
        margin : 0px 0px 0px;
    }
}

.customReset{
    font-weight: 600;
    font-size: 13px;
    line-height: 18.5667px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
    width: 45%;
    height: 60%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #ffffff;
    /*border-color: 2px solid #045FB4;
    border-color: 2px solid #045FB4 !important;*/
    border: 1px solid #045FB4;
    color: #045FB4;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mypaneltitle{
    border-radius: 5px;
    height: 45px;
}

/*The following is for DataToolContainer Component */
.outerBox {
  /*width: 300px;*/
  height: 280px;
  display: block;
  position: relative;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.outerBox img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*.outerBox*/ .innerBox {
  background: #112E51;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  opacity: .6;
  border-radius: 5px;
}

.outerBox .innerBox p {
  color: #fff;
  /*line-height: 150px;*/
  font-family: 'arial';
  text-align: left;
  padding-top: 50px;
  padding-left: 13px;
  font-size: 15px;
  font-weight: bold;
}

.dataToolBoxTitle, .dataToolBoxTeaser {
    color: #FFF;
    position: relative;
    z-index: 99;
}

.dataToolBoxTitle {
    font-weight: bold !important;
    font-size: 20px;
    padding: 13px;
}

.dataToolBoxTeaser {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.paddedDiv {
    padding: 10px;
}

.actionButton {
    /*padding-top: 100px;
    padding-bottom: 25px;*/
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding-left: 13px;
    padding-bottom: 40px;
}

.dataToolBox .btn {
    min-width: 128px;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 99;
    background-color: rgba(108, 198, 204, 1) !important;
    border: 1px solid rgba(108, 198, 204, 1);
}

.onTop {
  /*position: relative;
  top: 4.7em;*/
  z-index: 99;
  /*margin-top: -271px;*/
}

.panel-title {
    padding-left: 10px;
}


.mobile-search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.mobile-search input {
  width: 250px;
  height: 32px;

  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.mobile-search input { 
    text-indent: 15px;
    border: 1px solid #112E51;
    /*width: 279px;*/
    width: 100%;
    background-color: #FFFFFF;
    color: #112E51;
    font-weight: bold;
    height: 46px;
    border-radius: 0;
    margin: 15px 0px;
    padding-right: 35px;
}
.mobile-search .glyphicon-search { 
  position: absolute;
  top: 27px;
  /*right: -34px;*/
  right: 3%;
  color: #112E51;
  font-size: 26px;
  pointer: cursor;    
}

.mobileMenu ul.ui-autocomplete {    
    border: solid 0px #555;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 0;
}

#searchFormContainer #searchInputBox {
	margin-right: 0;
}

/*.outerBox:hover .innerBox {
  opacity: .9;
  transition: opacity .5s;
}*/

.ui-dialog.qaAnnotationTooltipWidget {
   outline: 0px none currentcolor;
    z-index: 1005;
    height: auto;
    width: auto;
    top: 183px;
    left: 1185px;
    display: block;
}

#qaAnnotationTooltip{
   background-color: #F2F2F2;
   max-width: 455px;
   font: small Arial,Verdana,sans-serif;
   height: 170px;
   padding-top: 0px;
   width: 455px;
   padding-bottom: 10px;
}

.qaAnnotationTooltipWidget .ui-widget-header{
    border: none;
    background: #F2F2F2;
 }

 .ui-dialog.searchTooltipWidget {
    outline: 0px none currentcolor;
    z-index: 1007;
    height: auto;
    width: auto;
    top: 183px;
    left: 1185px;
    display: block;
 }

#qaAnnotationTooltipLink{
	color: #0095A8;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 1px;
    display: block;
    float: left;
}

.ui-dialog.infoPanelAnnotationTooltipWidget {
	outline: 0px none currentcolor;
    z-index: 1012;
    height: auto;
    width: auto;
    top: 399px;
    left: 1185px;
    display: block;
}

#infoPanelAnnotationTooltip{
    background-color: #F2F2F2;
    height: 170px;
    width: 455px;
    max-width: 455px;
    font: small Arial,Verdana,sans-serif;
    padding-top: 0px;
}

.infoPanelAnnotationTooltipWidget .ui-widget-header {
    border: none;
    background: #F2F2F2;
 }
 #infoPanelAnnotationTooltipLink{
      cursor: pointer;
      padding-top: 5px;
      padding-left: 1px;
      float: left;
      color: #0095A8;
 }
.qaDivCell {
    float: left;
    display: table-column;
    width: 420px;
    width: auto;
    padding: 5px 0px 5px 0px;
}
.infoPanelDivCell {
    float: left;
    display: table-column;
    width: 420px;
    width: auto;
    padding: 5px 0px 5px 0px;
}
