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 {
  background: none;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}


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

.brand > img.smallheader {
  width: 170px;
}

/*
.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: 50px !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;
}

.formControlLabel {
  font-weight: bold;
}

.formRequired {
  font-weight: bold;
  font-style: normal;
  margin-left: 3px;
  color: #db2828;
  font-size: 75%;
  vertical-align: super;
  display: inline-block;
}

.rsform-block-captcha > label {
  display: none;
}

input:not([type]), input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], select {
  margin: 0;
  outline: 0;
  tap-highlight-color: rgba(255,255,255,0);
  line-height: 1.21428571em;
  padding: .67857143em 1em;
  font-size: 14px;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
  width: 100% !important;
  box-sizing: border-box;
  height: auto;
}

textarea {
  margin: 0;
  tap-highlight-color: rgba(255,255,255,0);
  padding: .78571429em 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  outline: 0;
  color: rgba(0,0,0,.87);
  border-radius: 4.00000006px;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
  font-size: 14px;
  line-height: 1.2857;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.btn {
  background: #1b1b60;
  color: #ffffff;
  border: 1px solid #1b1b60;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 16px;
  line-height: 18px;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn:hover, .btn:focus {
  background: #ffffff;
  color: #1b1b60;
}

.wf-columns .wf-column {
  flex: 1 !important;
}

@media (max-width: 767px){
  .wf-columns .wf-column{
    flex: auto !important;
  }
}