/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #c1c076;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
	background-color: #e4e3aa;
  border-bottom: 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;
}