ol li {
  margin-bottom: 15px; }

#logo {
  margin-top: 32px; }

#logo a img {
  width: auto;
  height: auto; }

.contact-details {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.6em;
  width: 240px; }

.top-search {
  width: 220px;
  margin-top: 5px; }
  .top-search input {
    width: 100%;
    font-size: 1.1em;
    float: right; }

.current, .section {
  background-color: #37b6bd;
  border-left: 1px solid transparent;
  border-right: 1px solid #37b6bd;
  margin-left: -1px;
  padding-left: 21px;
  z-index: 8;
  position: relative; }

#logo-footer {
  width: 160px;
  height: auto; }

.home-content {
  padding: 50px 0 40px 0; }

.final {
  padding: 15px 0 40px 0; }

.map {
  height: 175px;
  width: 100%;
  margin-bottom: 30px; }

.contact-info {
  padding-top: 30px; }
  .contact-info h4 {
    padding: 10px 0 5px 0; }
  .contact-info ul {
    list-style-type: inherit;
    list-style-position: inside;
    margin-bottom: 15px; }

#contact {
  padding-top: 10px; }
  #contact:after {
    display: block;
    clear: both;
    content: '';
    width: 100%; }
  #contact .error {
    color: #ed1c1c; }

@media (min-width: 768px) {
  .UserDefinedForm .userform {
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px 0; }
    .UserDefinedForm .userform .userform-fields, .UserDefinedForm .userform .Actions {
      background: #FFF;
      max-width: 500px;
      padding: 0 30px;
      margin: 0 auto; }
    .UserDefinedForm .userform .userform-fields {
      padding-top: 30px; }
    .UserDefinedForm .userform .Actions {
      padding-bottom: 30px; }
      .UserDefinedForm .userform .Actions:after {
        clear: both;
        display: block;
        content: ''; } }

.userform .message {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  display: block;
  max-width: 400px; }
  .userform .message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

.userform .field {
  margin-bottom: 20px; }
  .userform .field h3 {
    padding-top: 20px;
    margin-bottom: 15px; }
  .userform .field label {
    font-weight: normal; }
  .userform .field input[type=text], .userform .field input[type=email], .userform .field select {
    width: 220px;
    padding: 8px 9px; }
  .userform .field textarea {
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .userform .field.checkbox label, .userform .field.checkbox input, .userform .field.optionset label, .userform .field.optionset input, .userform .field.checkboxset label, .userform .field.checkboxset input {
    display: block;
    float: left; }
  .userform .field.checkbox label, .userform .field.optionset label, .userform .field.checkboxset label {
    margin-top: -1px;
    margin-left: 6px; }
  .userform .field.optionset .odd:after, .userform .field.optionset .even:after, .userform .field.checkboxset .odd:after, .userform .field.checkboxset .even:after {
    clear: both;
    display: block;
    content: ''; }
  .userform .field.checkbox > div:after {
    display: block;
    clear: both;
    content: '';
    margin-left: 8px; }
  .userform .field.requiredField label:after {
    content: ' *';
    color: #ed1c1c; }
