/* ------------------------- Experts List --------*/
.page-main > .expert-description > .expert-areas {
	margin-top: 0;
	margin-left: 204px;
}

.expert > .expert-description > .expert-areas {
	font-size: 12px;
	padding-left: 15px;
	line-height: 15px;
	margin: 0;
}

.experts-intro-text p {
	font-size: 14px;
	font-weight: bold;
}

.expert > .expert-description > .expert-areas > li,
.experts-box .experts-list li {
	margin-bottom: 10px;
}

.experts-box .experts-list ul {
	padding-left: 15px;
	font-size: 12px;
	line-height: 15px;
}

.experts-box .experts-list .expert {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border: solid 2px rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	display: inline-block;
	width: 290px;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
}

.experts-box .experts-list .expert {
	margin-right: 5px;
	margin-left: 5px;
}

.experts-list .expert > img, .page-search .expert > img {
	display: block;
	float: left;
	margin: 4px 12px 12px 0;
	border-radius: 6px;
	width: 120px;
}

.experts-list .expert .expert-name, .page-search .expert .expert-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

.experts-list .expert > .expert-description, .page-search .expert > .expert-description {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 24px;
}

.experts-list .expert > .photo + .expert-link, .experts-list .expert > .photo + .expert-link + .expert-description, .page-search .expert > .photo + .expert-link, .page-search .expert > .photo + .expert-link + .expert-description {
	margin-left: 132px;
	display: block;
}

.experts-list .expert > .expert-description p + p, .page-search .expert > .expert-description p + p {
	margin-top: 12px;
}

.experts-list .posted-story > .story-content p, .page-search .posted-story > .story-content p + p {
	margin: 0;
}

.experts-list .posted-story > .story-content .readmore {
	float: right;
}

/* ------------------------- End Experts List --------*/
/* ------------------------- Single Experts --------*/
#site-content > .page-main > .expert-description img.expert-photo {
	width: 200px;
	float: left;
	margin-right: 20px;
	border: 4px solid rgba(0, 0, 0, 0.18);
	box-sizing: content-box; /* give a pretty number size*/
	-moz-box-sizing: content-box; /* give a pretty number size*/
}

.expert-description {
	line-height: normal !important;
}
#site-content > .page-main > .expert-description p {
	margin-top: 0;
}

#site-content > .page-main > .page-title h2 {
	display: inline-block;
	margin: 0;
	padding-right: 20px;
	font-size: 2.4rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 65%;
}

#site-content > .page-main > .page-title .secondary-nav {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 32%;
	display: inline-block;
}

#site-content > .page-main > .page-title .search-box {
	width: 100%;
	max-width: 100%;
}

/* ------------------------- End Single Experts --------*/
#experts-search .text {
	height: 30px;
}

#experts-search input[type="submit"] {
	top: 10px;
}

div.faq {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

div.faq > h3 {
	margin-bottom: 0;
}

.faq-answers ul {
	list-style: none;
}

.faq-answers li.answer .comment-date {
	padding-top: 10px;
}

.faq-answers li.answer p {
	margin: 0;
}

div.faq .question.expert {
	margin-bottom: 15px;
	width: 100%;
}

div.faq .question.expert a {
	display: block;
	font-size: 130%;
	color: white;
	padding: .5em 1.5em;
	border: 1px solid #999;
	border: 0 rgba(0, 0, 0, 0);
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.3s ease-in, color 0.3s ease-in;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
	-o-transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
	transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
}

div.faq .question.expert a:hover {
	background: white;
	color: #00528f;
}

div.faq .question.Pending a {
	background-color: rgb(202, 60, 60); /* this is a maroon */
}

div.faq .question.Open a {
	background-color: rgb(223, 117, 20); /* this is an orange */
}

div.faq .question.Answered a {
	background-color: #03b2a3; /* normal button color */
}

div.faq .question.Published a {
	background-color: rgb(28, 184, 65); /* this is a green */
}

div.faq .question.New a {
	background-color: #ed9c28; /* this is a orange */
}

div.faq-answers > ol > li {
	padding-bottom: 10px;
	border-bottom: solid black 1px;
	margin-bottom: 10px;
}

div.faq-answers > ol > li .question-title {
	font-size: 140%;
}

div.faq-answers > ol > li p {
	margin-top: 0;
}

#experts-login, #experts-register {
	margin: 10px;
}

.cyborgDetection {
	display: none !important;
	left: -9999px !important;
	position: absolute !important;
	visibility: hidden !important;
}

.experts-form .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.experts-form .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.experts-form textarea.form-control {
	height: auto;
}

.experts-form .highlight {
	color: #990000;
}

.experts-form h4 {
	margin-bottom: 0;
}

.experts-form label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.experts-form .form-group {
	margin-bottom: 15px;
}

.ask-experts #terms {
	border: solid 1px black;
	padding: 10px;
	background-color: #E1E1E8;
}

.experts-form #captcha {
	width: 200px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#experts-search-title {
	font-size: 1.35em;
}

.searchwords {
	font-size: 120%;
}

.ask-experts #terms {
	font-size: 90%;
}

.ask-experts #terms p {
	margin: 10px 0;
}

.ask-experts #terms p:first-child {
	margin-top: 0;
}

.ask-experts #terms p:last-child {
	margin-bottom: 0;
}

#question-status > #publishForm {
	display: none;
}

/*--------------------Home Screen----------------------*/
.ask-experts .faq .pager-button, .ask-experts .faq-answers .pager-button {
	float: right;
}
