/*Navigation for logged in users*/

#EoE_user_navigation {
	margin: 20px 0;	
}

.EoE_user_navigation_current {
	font-weight: bold;
}


/*---EXPERTISE KEYWORDS ACCORDION---*/

/*---expertise group title---*/

.EoE .EoE_accordion h3{
	background: #e9e7e7;
	height: 47px;
	line-height: 47px;
	font-weight: bold;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	padding-left: 48px;
	position: relative;
}

/*---open and close icons---*/
.EoE_accordion h3 span {
	position: absolute;
	top: 13px;
	left: 14px;
	height: 20px;
	width: 20px;
	background-image: url(../../images/common/EoE_accordion_open_close.png);
	background-repeat: no-repeat;
}


.EoE_accordion h3.active span{
	background-position: 0 -20px;
}

/*---nested list of expertise keywords---*/

.EoE_accordion ul {
	background: #f7f7f7;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}


.EoE_accordion ul li a{
	font-size: 16px;
	font-weight: bold;
	padding: 0.7em;
	display: block;
	text-align: center;
}

/*---HOT TOPICS---*/

ul.EoE_hot_topics_list li a  {
	display: block;	
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-bottom: 1px dotted #ADADAD;
	font-size: 16px;
	color: #4F0705;
	background-color: #FCF5CD;
	font-weight: bold;
}

/*--USER ACTIONS---*/

ul#EoE_user_actions {
	margin-top: 25px;
}

ul#EoE_user_actions li a {
	display: block;	
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 16px;
	font-weight: bold;
	color: #162D56;
	background-color: #70A0C2;
	margin-bottom: 20px;
}

/*---FORMS---*/

/*hide language templates and dialog when a user enters too many keywords*/
#EoE_templates, #expert_keyword_dialog {
	display:none;	
}


.languageRemover {	
	margin-left: 10px;
}

/*Search box on homepage*/

#EoE_search_homepage {
	margin: 22px 0 44px;
}

#EoE_search_homepage_text {
	border:0;
	float: left;
	height: 48px;
	width: 60%;
	padding: 0 0 0 5%;
	font-size: 16px;
}

#EoE_search_homepage_submit {
	cursor: pointer;
	border: 0;	
	height: 48px;
	width: 35%;
	background-color: #D17529;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

/*Search box on expert listing*/
a.EoE_advanced_search {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

/*---PAGE STRUCTURE---*/

.EoEhomepage {
	background: #162d56; /* Old browsers */
	background: -moz-linear-gradient(top,  #162d56 0%, #70a0c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#162d56), color-stop(100%,#70a0c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #162d56 0%,#70a0c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #162d56 0%,#70a0c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #162d56 0%,#70a0c2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #162d56 0%,#70a0c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162d56', endColorstr='#70a0c2',GradientType=0 ); /* IE6-9 */
	min-height: 800px;
}


/*list items styling*/

.EoE article ul, .EoE article ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.EoE article ul li {
	list-style-type: disc;
}

.EoE article ul li, .EoE article ol li {
	margin-bottom: 7px;
	margin-left: 13px;
}


/*expert profiles*/

.expert_profile_item {
	border-bottom: 1px dotted #D4D4D4;
	padding: 18px 0 18px 0;
	 -webkit-text-size-adjust: none;
}

h3.expert_profile_item_heading {
	float: left;
	width: 30%;
	text-align: right;
	padding: 0 5%;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
}

.expert_profile_item_detail {
	width: 60%;
	float:right;
}

article .expert_profile_item_detail ul {
	padding-left: 0;
	margin-bottom: 0;
}


#main_content .expert_profile_item_detail p {
	margin-bottom: 0;
	line-height: 20px;
}

#EoE_profile_header h1 {
	font-size: 2em;	
	line-height: 1em;
	margin-bottom: 7px;
	padding-top: 7px;
	font-weight: normal;
	font-weight: 900;
	
}

#EoE_profile_header {
	margin-bottom: 15px;
	padding: 0 0 0 3%;
	border-bottom: 2px solid #ADADAD;
	font-family: 'Lato', Arial, sans-serif;
}

a.EoE_contact_expert_call {
	padding:  0.5em 0.7em;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #D17529;
}

a.expertise_keyword {
	display: block;
	padding: 0.5em 0.8em;
	float: left;
	background-color: #EEF6FF;
	margin: 0 10px 12px 0;
	color: #333333;
	border-bottom: 2px solid #BEC5CC;
	border-right: 2px solid #BEC5CC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.EoE_share {
	background-color: #EDEDED;	
	display: inline-block;
	padding: 0.3em 0.7em; 
	border: 1px solid #ADADAD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
}


/*---TYPOGRAPHY---*/
#EoE_header {
	text-align: center;	
}


#EoE_header h1 {
	font-size: 2.6em;
	line-height: 1.3em;
	margin-bottom: 12px;
	color: #FFFFFF;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 900;
}

#EoE_header p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	padding: 0 20%;
}

#EoE_search h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.EoE h1 {
	font-weight: bold; 
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.EoE  h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	}

.EoE h3{
	font-size: 15px;
	line-height: 15px;
}	
	
.EoEhomepage h2{
	color: #FFFFFF;
	
}


/*---MEDIA QUERIES---*/
@media (max-width: 550px)  {
	
	/*expert profile*/
	#EoE_profile_header{
		padding-left: 0;
		font-size: 0.8em;
	}
	
	h3.expert_profile_item_heading {
		float: none;
		width: 100%;
		text-align:left;
		padding: 0;
		margin-bottom: 18px;
	}
	
	
	.expert_profile_item_detail {
		width: 100%;
		float:none;
	}
	
}


/*---LINKS---*/