body {
  border-top: 0 none !important;
  padding: 0 !important;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.content-container, .moduletable .custom, .moduletable h3, footer .container-fluid {
  float: none !important;
  margin: 0 auto !important;
  max-width: 980px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.header {
	/* box-shadow: 0px 0px 6px black; */
	background: rgb(255, 255, 255);
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	border-bottom: 3px solid #8cc63f;
}


.header-modules > * {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/*
.itemid-101 main#content {
  display: none;
}
*/

.custom.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.fullwidth img {
  width: 100% !important;
  max-width: 100% !important;
}

main#content {
  background-color: #ffffff;
  margin-bottom: 10px !important;
  min-height: 200px;
  padding: 10px;
  position: relative;
  z-index: 12 !important;
}

.content-container {
  margin-top: 0;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

a {
  outline: 0 none !important;
}

a#back-top {
  background-color: rgb(90, 90, 90);
  background-color: rgba(90, 90, 90, 0.7);
  border-radius: 20px;
  bottom: 10px;
  height: 16px;
  padding: 10px;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  width: 16px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

a#back-top:hover {
  background-color: rgb(90, 90, 90);
}

a#back-top.show {
    visibility:visible;
    opacity: 1.0;
}

.pull-left.item-image, .pull-right.item-image  {
  max-width: 100%;
}

#searchForm .phrases, #searchForm .only {
  display: none;
}

dd.result-created {
  display: none;
}

dt.result-title {
  border-top: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-top: 10px;
}

#searchForm .form-limit > * {
  display: inline-block;
}

a {
  color: #e4a00f;
}

a:hover, a:focus {
  color: #E56B14;
  text-decoration: underline;
}

img.pull-left {
  float: left;
  margin: 10px;
}

img.pull-right {
  float: right;
  margin: 10px;
}

.dropdown-backdrop {
  position: static;
}

.chrono_credits {
  display: none !important;
}