img {
    max-width:20%;
    height:auto;
    margin-bottom: 40px;
    margin-left: -15px;
     margin-right: 200px;
    float: left;
  }
  #search {
    left:80%;
    border-left:0px;
    border-bottom:0px;
    border-top:0px;
    position: absolute;
    top: 242px;
    padding: 10px;
    margin-right: 40px;
  }
   # search form input[type=text],
   # search form button[type=submit] {
    height:30px;
    font-size:15px;
    line-height:30px
  }
   # search form button[type=submit] {
    width:30px;
    height:30px;
    padding:0
  }
  #search form button[type=submit]:before {
    line-height:30px
  }
  .items.search #search {
    display:block
  }
  h2 {
  color: #46463d;
  font-family: 'Barlow',  sans-serif;
  }

#content {
margin-top: 15%;
margin-right: 20%;
}

  body {
  color: #46463d;
  background-color: #ffffff;
  font-size: 18px;
  font-family: 'Barlow';
  }

    ul.preview.resource-list li:first-of-type {
    border-top:1px solid #dedede;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:35px;
    margin-bottom:0px;
  }

    ul.resource-list .resource {
    padding-top:10px;
    padding-bottom:10px;
    margin-top:0px;
    margin-bottom:0px;
    font-family: 'Barlow',  sans-serif;
    }

    header nav ul.navigation {
    font-size: 16px;
    margin-top: 18px;
    font-family: 'Barlow',  sans-serif;
    border-radius: 5px;
    border: 2px solid transparent;
    font-weight: bold;
    padding: .75rem 1.25rem;
    margin-bottom: 50px;
    float: right;
        }

 header {
    border-bottom-width: 0px;
        }

header nav ul li:hover {
    font-size: 16px;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: #D5D2B8;
      }

  button,
  a.button,
  .resource-list.preview+a,
  [type=submit] {
  background-color:#ffffff;
  border: 2px solid;
  border-color: #771646;
  font-family:  'Barlow',  sans-serif;
  font-weight: 400;
  color: #771646;
  border-radius: 5px;
   }

   .resource-list.preview+a:hover {
  background-color: #771646;
  color: #ffffff;
  border: 2px solid;
  border-color: #771646;
}

button:hover, [type=submit]:hover  {
  background-color: #771646;
  color: #ffffff;
  border: 2px solid;
  border-color: #771646;
}

 nav.pagination {
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 30px;
    
}

.pagination input {
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-family: 'Barlow';
    }

.page-input-top
.pagination .button, .pagination .resource-list.preview + a {
    width: 50%;
    border: 1px solid #771646;
    background-color: #ffffff;
    width: 50px;
    text-align: center;
    padding: 7.5px;
    border-radius: 2px;
    line-height: 30px;
    color: #771646;
}

select {
    font-family: 'Barlow',  sans-serif;
    font-size: 16px;
    line-height: 30px;
    height: 47px;
    border: 1px solid #dedede;
    margin-top: 1px;
    width: 30%;
      }

 .browse-controls {
    height: 125px;
}

 .advanced-search {
    font-family: 'Barlow',  sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
  }

.property dt {
    margin-bottom: 0;
    font-family: 'Barlow',  sans-serif;
    font-size: 18px;
    font-weight: bold;
}

property {
    margin-bottom: 10px;
}

.value:not(:last-child) {
    margin-bottom: 1px;
  }

.field .field-meta {
    width: 30%;
    font-weight: 600;
}

 .field.required .field-meta::after {
    font-size: 8px;
    font-weight: 600;
    vertical-align: 1.5ex;
  }

 input[type="text"]:not(.page-input-top) {
    width: 90%;
    font-size: 16px;
    font-family: 'Barlow',  sans-serif;
}

 textarea {
    width: 90%;
    font-size: 16px;
    font-family: 'Barlow',  sans-serif;
}

.imgcustom {
float: left;
margin-left: 0px;
margin-right: 20px;
}