#questions a {
	text-decoration: none;
}

/*--------------------------------------------------
	[QUESTIONS HOME PAGE]
----------------------------------------------------*/

#questions-home h2 {
	color: #4765a0;
	margin-bottom: 35px;
}
#questions-home .searchbox {
	margin-bottom: 35px;
}
#questions-home .searchbox form {
	width: 80%;
	margin: 0 auto;
}
#questions-home .searchbox .form-group {
	margin: 0 auto;
}
#questions-home .searchbox .input-group-addon {
    	background: white !important;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 0;
}
#questions-home .searchbox .input-group .glyphicon-search {
	font-size: 22px;
}
#questions-home .searchbox .form-control {
	border-top: 3px solid #ccc;
	border-right: 0;
	border-bottom: 3px solid #ccc;
	border-left: 3px solid #ccc;
	font-size: 24px;
	padding: 24px;
	box-shadow: none;
}
#questions-home .searchbox button {
    	border: 0;
    	background: transparent;
}
#questions-home section.topics {
	padding-top: 30px;
}
#questions-home section.topics div.topic-block {
	margin: 0 0 50px 0;
	padding: 0 4%;
}
#questions-home section.topics div.title {
	font-size: 24px;
}
#questions-home section.topics div.title i {
	color: #a5a5a5;
	padding-right: 10px;
}
#questions-home section.topics ul {
	margin-top: 3px;
	padding: 0;
}
#questions-home section.topics ul li {
	margin: 0;
	padding: 8px 8px 3px 5px;
}

/*--------------------------------------------------
	[TOPIC QUESTIONS]
----------------------------------------------------*/

#questions #topic-questions h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
#questions #topic-questions ul {
	margin: 15px 0 0 10px;
}
#questions #topic-questions ul li {
	padding: 7px 0;
}

/*--------------------------------------------------
	[ANSWER]
----------------------------------------------------*/

#answer h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
#answer p {
	margin: 22px 0;
	padding: 0;
}
#answer ol,
#answer ul {
	margin-bottom: 25px;
}
#answer ol li,
#answer ul li {
	padding-bottom: 8px;
}
#answer ul.id-1583 {
	margin-left: 25px;
}
#answer ul.id-1583 li {
	padding-bottom: 5px;
}
#answer button {
	margin-top: 25px;
}

/*--------------------------------------------------
	[SEARCH RESULTS]
----------------------------------------------------*/

#searchresults h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
#searchresults ul.metadata {
	margin-bottom: 30px;
}
#searchresults ul.metadata li {
	font-size: 14px;
	color: #999;
}
#searchresults ul.results {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
#searchresults ul.results li.title {
	font-size: 18px;
}
#searchresults ul.results li.url {
	color: #006621;
}
#searchresults ul.results li.snippet {
	color: #545454;
}
#searchresults ul.lastresult {
	border-bottom: none;
}
#searchresults .input-group {
	width: 80%;
}
#searchresults .input-group-addon {
    	background: white !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
}
#searchresults .input-group .glyphicon-search {
	font-size: 20px;
}
#searchresults .form-control {
	border-top: 1px solid #ccc;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 22px;
	padding: 22px;
	box-shadow: none;
}
#searchresults  button {
    	border: 0;
    	background: transparent;
}

/*--------------------------------------------------
	[TOPIC MENU]
----------------------------------------------------*/

#topic-menu {
	padding: 8px 0 0 0;
}
#topic-menu h3 {
	font-size: 24px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
#topic-menu i {
	padding: 0 8px 0 0;
	margin: 0;
	font-size: 20px;
}
#topic-menu i.folder-inactive {
	color: #999;
}
#topic-menu i.folder-active {
	color: #fff;
}
#topic-menu ul {
	padding: 0;
	margin-top: 15px;
}
#topic-menu li.inactive {
	padding: 7px 0 5px 10px;
	margin: 0;
	font-size: 18px;
	background-color: #fff;
}
#topic-menu li.active {
	padding: 7px 0 5px 10px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	background-color: #e74c3c;
}
#topic-menu .active_arrow {
	float: left;
  	width: 0;
  	height: 0;
	margin-top: -7px;
	margin-left: -30px;
  	border-top: 19px solid transparent;
  	border-bottom: 20px solid transparent;
  	border-right: 20px solid #e74c3c;
}
#topic-menu .arrow {
	float: left;
  	width: 0;
  	height: 0;
	margin-top: -7px;
	margin-left: -30px;
  	border-top: 19px solid transparent;
  	border-bottom: 20px solid transparent;
  	border-right: 20px solid #fff;
}
#topic-menu li.inactive:hover {
	background-color: #e5e5e5;
}
#topic-menu li.inactive:hover .arrow {
  	border-right: 20px solid #e5e5e5;
}
#topic-menu li.inactive:hover i {
	color: #333;
}

/*--------------------------------------------------
	[@MEDIA]
----------------------------------------------------*/

@media (max-width: 991px){
        #topic-menu .active_arrow {
		border-top: none;
    		border-bottom: none;
    		border-right: none;
        }
	#topic-menu li.inactive:hover {
		background: none;
	}
	#topic-menu li.inactive:hover .arrow {
  		border-right: none;
	}
	#topic-menu li.inactive:hover i {
		color: #999;
	}
}
@media (max-width: 768px) {
	#questions-home .searchbox form {
		width: 96%;
	}
}







