html, body {
	font-size: 16px;
	font-weight: 100;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #333;
}

h2.title {
	color: #333;
}

.path-frontpage .main-content,
.main-content { 
	margin: 0;
	padding: 0 30px 30px;
//	background-color: #ede8da;
}

.footer {
	background-color: #66753a;
	padding: 40px 0;
}

.footer .row {
	background-color: #d5cdb5;
}

.footer .row > div:first-child {
	background-color: #2a2e17;
	color: white;
}

.footer .row .region h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
}

.footer .row .region p {
	color: black;
}

.footer .row > div:first-child p,
.footer .row > div:first-child h2 {
	color: white;
}

.footer .row > div:last-child {
	background-color: #ede8da;
}

.footer .row .region {
	padding: 20px 15px;
}

		
.copyright {
	background-color: black;
	padding: 70px;
	color: white;
}

.menu-base-theme li a {
	color: #222;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:active {
	color: black;
}

select, input[type=text], input[type=email] { width: 100%; }

.form-email, .form-select {
	margin-top: 0.25rem;
}

#xkxedit-contact-information { border: 1px solid #ccc; padding: 5px; }

.xform-type-radio { margin-right: 15px; display: inline-block; }


input[type="submit"],
.btn {
	background: black;
}

.btn {
	border: 2px solid white;
}

input[type="submit"]:hover,
.btn:hover {
	background: #222;
	
}

.icon-calendar,
.icon-cog,
.icon-key {
	width: 50px;
	margin: 0 auto 20px;
}

.icon-calendar i {
	background-color: #abb653;
}

.icon-cog i {
	background-color: #af8401;
}

.icon-key i {
	background-color: #66753a;
}

.icon-calendar i,
.icon-cog i,
.icon-key i {
	font-size: 1.6em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	color: white;
	border-radius: 1.0em;
}

form label {
	font-weight: 600;
}

.form-composite > legend {
	font-weight: 600;
}

.form-item h2 {
	background-color: #ede8da;
	padding: 5px 10px;
	margin-bottom: 0;
}

strong {
	font-weight: 500;
}

td {
	font-weight: 300;
}

.bmst {
	padding: 15px 0;
}

@media (min-width: 767px) {
	.path-frontpage .main-content {
		padding: 0;
		margin:30px 0;
	}
}

.region-page-title h1 {
	margin: 40px 0;
}

.region-primary-menu {
	background-color: white;
}

a { 
	color: #8a261b;
	font-weight: 400;
}

a:hover {
	color: #541d0f;
}

.header { 
	padding: 0;
	background-color: #efefef;
	background-color: #2a2e17;
}

.menu-base-theme li a {
	color: #ede8da;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus {
	color: #af8401;
}

.menu-base-theme li.active {
	background-color: #af8401;
}

.menu-base-theme li.active a:hover {
	color: #ede8da;
}

.highlighted {
	padding-top: 20px;
	background-color: #66753a;
}

#page-title {
//	margin: 0;
//	background-color: #ede8da;
}

.tabs a.is-active {
	background-color: #66753a;
}

.tabs a:focus, .tabs a:hover {
	background-color: #919f68;
}
