h1,h2,h3 {color:#787044;}
hr{border-top-color:#c1c076;}
.sidebar {
	background-color:#e4e3aa;
	border-bottom:1px solid #c1c076;
}
@media (min-width: 768px) {
	.sidebar {border-right:1px solid #c1c076;}
}
/* Accordion */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c1c076;
	background: #e4e3aa;
	font-weight: normal;
	color: #787044;
}
.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 {
	border: 1px solid #c1c076;
	background: #a1a04d;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #c1c076;
	background: #c1c076;
	font-weight: normal;
	color: #787044;
}