@media (max-width: 991px) {
  .region-header .block-superfishmain,
  .region-header .block-mainnavigation-eanav,
  .region-header .block-mainmenubd4p {
    display: none;
  }
}
@media (min-width: 992px) {
  .slideout-toggle {
    display: none !important;
  }
}

.media--type-file a::before {
  content:"\f016";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}

.view-mt-isotope .attachment {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: white;
  z-index: 10;
  padding-top: 10px;
}

.view-mt-isotope .nav-pills > li > a {
  font-size: 16px;
  font-weight: 500;
}

ol.search-results {
  padding-left: 0;
}

ol.search-results li {
  margin-left: 0;
}


#block-corporateplus-copyright {
  font-size: 11px;
  font-weight: 400;
  color: #a5a5a5;
}

#views-exposed-form-mt-clinical-trial-search-page .form-actions,
#views-exposed-form-mt-clinical-trial-search-covid-listings .form-actions,
#views-exposed-form-mt-company-search-covid-listings .form-actions {
  clear: none;
  margin-bottom: 10px;
}

#views-exposed-form-mt-clinical-trial-search-page  input[type="submit"],
#views-exposed-form-mt-clinical-trial-search-covid-listings input[type="submit"],
#views-exposed-form-mt-company-search-covid-listings input[type="submit"] {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 20px;
}

#views-exposed-form-mt-clinical-trial-search-page .form-item-search,
#views-exposed-form-mt-clinical-trial-search-covid-listings .form-item-search,
#views-exposed-form-mt-company-search-covid-listings .form-item-search {
  width: 84%;
  float: left;
  margin-right: 2%;
}

#views-exposed-form-mt-clinical-trial-search-page .form-actions,
#views-exposed-form-mt-clinical-trial-search-covid-listings .form-actions,
#views-exposed-form-mt-company-search-covid-listings .form-actions {
  width: 14%;
  float: left;
  margin: 0;
}

#views-exposed-form-mt-clinical-trial-search-page .form-actions:after,
#views-exposed-form-mt-clinical-trial-search-covid-listings .form-actions:after,
#views-exposed-form-mt-company-search-covid-listings .form-actions:after {
  font-family: 'FontAwesome';
  content: "\f002";
  z-index: 0;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #acacac;
  height: 44px;
  width: 44px;
}

.sidebar__section #views-exposed-form-mt-clinical-trial-search-page  input[type="submit"],
.sidebar__section #views-exposed-form-mt-clinical-trial-search-covid-listings input[type="submit"],
.sidebar__section #views-exposed-form-mt-company-search-covid-listings input[type="submit"] {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  float: right;
}

#views-exposed-form-mt-clinical-trial-search-page .js input.form-autocomplete,
#views-exposed-form-mt-clinical-trial-search-covid-listings .js input.form-autocomplete,
#views-exposed-form-mt-company-search-covid-listings .js input.form-autocomplete {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.view-mt-clinical-trial-search .views-row {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

.center-columns {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
