.header .header-inner {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .header .header-inner {
    display: block;
    height: 60px;
    position: relative;
  }
}

.header .header-inner:hover {
  opacity: 1;
}

.header .header-inner .logo,
.header .header-inner .text {
  float: left;
  height: 60px;
}

.header .header-inner .logo img {
  width: auto;
  height: 35px;
  margin-top: 12px;
}

.header .header-inner .text {
  font-family: 'Montserrat';
  color: #FFF;
  padding-top: 18px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .header .header-inner .text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

.header .menu {
  margin-top: 5px;
}

.header .menu>li>a:not(.btn).current,
.header .menu>li>a:not(.btn).section {
  opacity: 1;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.jumbotron {
  margin-bottom: 85px;
}

.blog-entry article h1:first-of-type {
  margin-bottom: 25px;
}

.blog-entry article .post-image {
  margin: 15px 0 25px 0;
}

.blog-entry .post-summary {
  margin: 40px 0;
}

.blog-entry .post-summary .post-image {
  margin: 15px 0;
}

.blog-entry .post-summary .post-image img {
  max-height: 200px;
  width: auto;
}

.userform {
  max-width: 768px;
}

.userform .Actions input {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  text-shadow: none;
  line-height: 21px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  background-color: #584b8d;
  border-color: #584b8d;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(98, 98, 98, 0.27);
  font-size: 12px !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 17px;
  letter-spacing: 0.02em;
}

.userform .form-step div.field {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 10px;
  min-height: 65px;
}

.userform .form-step div.field.checkbox {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.userform .form-step div.field.checkbox label {
  text-transform: none;
  display: block;
  font-weight: normal;
  white-space: initial;
}

.userform .form-step div.field .error {
  font-weight: bold;
}

@media (min-width: 768px) {
  .userform .form-step div.field.first {
    clear: both;
  }

  .userform .form-step div.field.half {
    width: 49%;
  }

  .userform .form-step div.field.left {
    float: left;
  }

  .userform .form-step div.field.right {
    float: right;
  }
}

.userform .form-step div.field.requiredField:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}

.userform .form-step div.field.checkbox,
.userform .form-step div.field.composite {
  border: 0;
}

.userform .form-step div.field.checkbox {
  padding: 10px 0;
}

.userform .form-step div.field.composite {
  padding: 10px 0 0 0;
  margin-bottom: -10px;
}

.userform .form-step div.field.composite p,
.userform .form-step div.field.composite li {
  font-size: 0.9em;
}

.userform .form-step div.field label {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.userform .form-step div.field input,
.userform .form-step div.field textarea,
.userform .form-step div.field select {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #252985;
  outline: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  background: none;
  width: 100%;
}

.userform .form-step div.field input::placeholder,
.userform .form-step div.field textarea::placeholder,
.userform .form-step div.field select::placeholder {
  color: #BBB;
}

.userform .form-step div.field input.textarea,
.userform .form-step div.field textarea.textarea,
.userform .form-step div.field select.textarea {
  height: 100px;
}