body {
	color: #3e3935;
	background-color: #3b4044;
}

h4 {
	color: #404f71;
}

a {
	font-weight:bold;
	color: #88a030;
}

a:hover, a:focus {
    color: #778b2a;
}

header, main {
	padding: 1.250em;
	background-color: #fcfcf8;
}

.postcontent {
	background-color: #dbd4cb;
	padding:1.875em;
}

footer {
	background-color: #3b4044;
	color:#fff;
	padding:1.875em;
}

.top-bar a, .menu a {
	color: #fff;
}

.top-bar a:hover, .menu a:hover, .top-bar a:active, .menu a:active {
	color: #dbd4cb;
}

.menu .active > a {
    background: none;
    color: #dbd4cb
}


.title-bar {
	background-color: #88a030;
	padding: 1.250em;
}

.menu-icon {
	margin-right: 0.625em;	
}

.top-bar, .top-bar ul {
	background-color: #88a030;
}

.title-bar {
	color: #fff;
	font-weight: bold;
}


.copyright {
	font-size:0.625em;
}

.expand {
	width:100%;
	margin-top:6px;
}

.button {
	background-color: #88a030; 
	text-transform:uppercase;
	font-weight:bold;
}

.button:hover, .button:focus {
    background-color: #778b2a;
}

.callout.primary {
	background: #404f71;
	border:none;
}

.callout.primary h3 {
	color:#fff;
}

#back-top {
  position: fixed;
  bottom:20px;
  right: 5%;
  z-index: 100;
}

iframe, object, embed {
    max-width: 100%;
}

ul.orbit-container {
    height: auto !important;
	max-height: 364px;
}

li.orbit-slide {
    max-height: none !important;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}