.field__item {
  width: 100%;
  z-index: 2;
}
.view-view-all {
  width: inherit;
  padding-bottom: 0;
  padding-top: 0;
}
.component.viewfield .interior {
  width: inherit;
  padding-bottom: 0;
  padding-top: 0;
}
.views-element-container {
  margin: auto auto auto auto;
  padding: 0 0 50px 0;
  width: inherit;
  max-width: 1200px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
}
.views-element-container > div {
  width: inherit;
}
.views-exposed-form .form-item {
  padding-right: 32px;
}
.views-exposed-form .form-item label {
  display: inline-block;
  line-height: 24px;
  font-weight: bold;
}
.views-exposed-form .js-form-submit {
  margin: 24px 0 0 0;
  border: 1px solid #00267e;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 21px;
  background-color: #00267e;
}
.views-exposed-form .form-item-combine {
  width: 100%;
}
.views-exposed-form .form-text {
  margin: 24px 0 0 0;
  width: 100%;
  border: 0px;
  background-color: #e8e8e8;
  box-shadow: none !important;
  color: #000;
}
.views-exposed-form .form-select {
  margin: 0;
  border: 2px solid #00267e;
  min-width: 155px;
  font-size: .95em;
}
.chosen-container-multi .chosen-choices { /* Chosen override */
  margin: 4px 0px 4px 0px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
input.form-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2b2b2b;
  opacity: 1; /* Firefox */
}
input.form-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2b2b2b;
}
input.form-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #2b2b2b;
}

@media only screen and (max-width:639px) {
  div.view-view-all > .pager .pager__item:not(.is-active):not(.pager__item--previous):not(.pager__item--next) { /* fix for missing 'View More' button */
    display: inline-block;
  }
}

/* BIOGRAPHY BLOCK STYLES */
.views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block {
  margin: auto auto 50px 0;
  padding: 0 0 50px 0;
  width: 85vw;
}
.views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block ~ .component.listing .interior {
  padding-left: 0;
  padding-right: 0;
}
@media(max-width: 639px){
  .views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block {
    width: 100%;
  }
  .views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block {
    flex-direction: column;
  }
  .views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block div.form-item-sort-by {
    order: -1;
  }
  .views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block div.js-form-type-textfield {
    width: 100%;
  }
  .views-exposed-form#views-exposed-form-tag-search-universal-biography-biography-block .form-item {
    padding-right: 0;
  }
}
/* END BIOGRAPHY BLOCK STYLES */

/* STATE LEGISLATION BLOCK STYLES */
.view-state-legislation {
  width: inherit;
  padding-bottom: 0;
  padding-top: 35px;
}
.view-state-legislation .views-exposed-form {
  max-width: 1200px;
  margin: 0 0 35px 5px;

}
.view-state-legislation footer {
    background: none;
}

/* END STATE LEGISLATION  BLOCK STYLES */

@media (min-width: 0px) {
  .views-exposed-form {
    margin: 0 0 35px 5px;
    padding: 0 0 50px 0;
    max-width: 1150px;
    width: inherit;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #979797;
  }
  .paragraph .views-exposed-form {
    padding-bottom: 35px;
    margin: 0px 0px 15px 0px;
  }
  .component-previews {
    margin-top: 15px;
  }
  .component-previews > .cell + .cell {
    padding-top: 8px;
  }
  .component-previews .preview-content {
    padding: 10px 20px;
    background-color: #000;
  }
  .component-previews .preview-content .content-type {
    line-height: 14px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #9b9b9b;
  }
  .component-previews .preview-content .content-title {
    margin: 4px 0 0 0;
  }
  .component-previews .preview-content .content-title a {
    line-height: 16px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .component-previews .preview-content .content-title a:hover {
    color: #5fe0d3;
  }
  .component-buttons {
    margin: 37px 0 0 0;
  }
  .js-pager__items {
    list-style: none !important;
    text-align:center;
  }
  div > div.views-element-container > div > ul {
    border: 0px;
  }
}
@media (min-width: 640px) {
  .component-previews > .cell {
    padding: 0 8px !important;
    position: relative;
  }
  .component-previews > .cell::after {
    content: '';
    height: 100%;
    width: calc(100% - 16px);
    background-color: #000;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 8px;
  }
  .component-previews .preview-content {
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .component-previews .preview-content > .cell:last-child {
    padding: 32px 37px;
  }
  .component-previews .preview-content .content-type {
    line-height: 12px;
    font-size: 12px;
  }
  .component-previews .preview-content .content-title a {
    line-height: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .views-exposed-form {
    flex-wrap: nowrap;
  }
  .view-state-legislation .views-exposed-form {
    flex-wrap: inherit;
  }
  .views-exposed-form .form-text
  .views-exposed-form .form-select {
    margin: 0;
    border: 2px solid #00267e;
    width: 200px;
  }
  .component-previews .preview-content {
    height: 100%;
  }
  .component-previews .preview-content .cell:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .component-previews .preview-content .content-type {
    line-height: 12px;
    font-size: 12px;
  }
  .component-previews .preview-content .content-title {
    margin-top: 10px;
  }
  .component-previews .preview-content .content-title a {
    line-height: 22px;
    font-size: 18px;
  }
  .component-previews .preview-content .content-image {
    height: 100%;
    position: relative;
  }
  .component-previews .preview-content .content-image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .component-previews .preview-content .content-image::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .component-previews .preview-content.featured .content-image {
    height: 100%;
    position: relative;
  }
  .component-previews .preview-content.featured .content-image::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .component-previews .preview-content.featured .content-image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .component-previews .preview-content.featured .content-title {
    margin-top: 16px;
  }
  .component-previews .preview-content.featured .content-title a {
    line-height: 32px;
    font-size: 26px;
    letter-spacing: -0.2px;
  }
}

/* ELSI PUBLICATIONS AND PRODUCTS EXPOSED FILTERS */

.views-exposed-form#views-exposed-form-elsi-publications-and-products-elsi-pubs-and-prod-block {
  max-width: 1200px;
  width: inherit;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #979797;
}

.views-exposed-form#views-exposed-form-genome-statute-and-legislation-database-std-table-block-1 .form-item {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0;
}

.views-exposed-form#views-exposed-form-elsi-publications-and-products-elsi-pubs-and-prod-block .form-text {
  margin: 0;
}

.interior .elsi {
  padding: 0;
}

.grid-container .elsi {
  padding: 0;
}

.elsi .content-container {
  border-top: 1px solid #979797;
  padding: 48px 0;
}

/* END - ELSI PUBLICATIONS AND PRODUCTS EXPOSED FILTERS */

/* STATUTE AND LEGISLATION DATABASE EXPOSED FILTERS */

.views-exposed-form#views-exposed-form-genome-statute-and-legislation-database-std-table-block-1 {
  max-width: 1200px;
  width: inherit;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #979797;
}

.views-exposed-form#views-exposed-form-genome-statute-and-legislation-database-std-table-block-1 .form-item {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0;
}

.views-exposed-form#views-exposed-form-genome-statute-and-legislation-database-std-table-block-1 .form-text {
  margin: 0;
}

.interior .sldb {
  padding: 0;
}

.grid-container .sldb {
  padding: 0;
}
.component-previews a {
  font-weight: bold;
}

/* END - STATUTE AND LEGISLATION DATABASE EXPOSED FILTERS */

/* FUNDING OPPORTUNITIES CONTACTS EXPOSED FILTERS */
.funding .interior{
  padding: 0;
}
.cell.text-center.heading.custom h2 {
  margin-top: 48px;
}
.funding p {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media(max-width:639px){
  .funding p{
    padding-right: .625rem;
    padding-left: .625rem;
  }
}
.funding p:nth-child(n+3){
  display: none;
}

#views-exposed-form-contacts-funding-opportunities-funding-contacts .js-form-item-category {
  width: 100%;
}
.component.org-unit-biographies.listing.light.white.funding .grid-container {
  padding: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .component.org-unit-biographies .grid-x > div {
    margin: 0;
  }
}


/* END FUNDING OPPORTUNITIES CONTACTS STYLES*/


form#views-exposed-form-staff-search-biography-block input[type=text] {
  padding: 8px;
  background-color: #e8e8e8;
}
