/**
 * @file
 * Custom style fixes.
 */

.page__utilities {
  background-color: #052049;
}

.page__utilities a {
  color: #fff;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb > li + li:before {
  padding: 0 4px;
}

.exposed-filter-summary {
  margin-top: 20px;
}

[name="items_per_page"],
[name="items_per_page"] + .chosen-container {
  display: none !important;
}

.form-item-sort-by {
  display: none;
}

.form-item-sort-order {
  width: 100%;
}

.form-item-sort-order label {
  display: none;
}

.form-item-sort-order ul {
  float: right;
  text-transform: uppercase;
  padding-left: 0;
  position: relative;
  top: -10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.form-item-sort-order ul li {
  display: inline-block;
  padding: 0 !important;
  margin-left: 10px;
}

.form-item-sort-order ul li:not(:last-child)::before {
  margin-right: 10px;
  content: "|";
}

.form-item-sort-order ul li a {
  color: rgb(97, 124, 119);
  text-decoration: none;
  cursor: pointer;
}

.form-item-sort-order ul li a.bef-link--selected {
  text-decoration: none;
  color: #333;
  cursor: text;
}

h4.modal-title {
  font-family: inherit;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: 0;
}

.view-empty {
  padding: 50px 0;
}

.view-empty p {
  text-align: center;
}

.view .pager__items {
  margin: 0;
  list-style: none outside none;
  padding: 0;
}

.toolbar-horizontal.toolbar-fixed .navbar-fixed-top {
  top: 79px;
}

.bxslider .carousel-caption {
  left: 0;
}

.mh {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.tab-pane p {
  font-size: 14px;
}

.main.main-no-header {
  margin-top: 0;
}

.node--service .intro-section h2 span {
  max-width: 500px;
  display: inline-block;
}

.node--faculty .biography .text-muted a {
  color: #777;
}

.view-search .content-filter {
  max-width: 578px;
}

.view-search .filter-sec {
  padding: 0;
}

.view-search .views-exposed-form {
  position: relative;
}

.view-search .exposed-filter-summary {
  display: none;
}

.view-search .form-item {
  width: 50%;
}

.view-search .form-item-keys {
  width: 100%;
  margin-bottom: 20px;
}

.view-search .form-item-keys label {
  display: none;
}

.view-search .views-exposed-form .form-actions > input:first-child {
  display: block !important;
  background: url("../images/search-solid.png") no-repeat center transparent;
  background-size: 80%;
  border: 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 10px;
  min-width: auto;
  padding: 0;
}

.block--clickability-content {
  clear: both;
}

.block--clickability-content > form {
  padding: 20px 0 50px;
}

.block--clickability-content > form .form-actions {
  margin-top: 20px;
}

div.cpy-rgt-sec {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.cpy-rgt-sec p {
  margin: 0;
}

div.cpy-rgt-sec ul {
  display: flex;
  align-items: center;
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

div.cpy-rgt-sec ul li + li {
  margin-left: 20px;
}

div.cpy-rgt-sec ul li a {
  color: #b4b9bf;
}

@media (max-width: 768px) {
  div.cpy-rgt-sec {
    flex-direction: column;
    text-align: center;
  }

  div.cpy-rgt-sec p {
    margin-bottom: 20px;
  }

  div.cpy-rgt-sec ul {
    flex-direction: column;
  }

  div.cpy-rgt-sec ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

form label {
  font-size: 16px;
  color: #444;
  font-family: 'Conv_HelveticaNeue-Light';
  margin: 0px;
  padding-bottom: 12px;
  font-weight: 500;
}

form input.webform-button--submit.btn {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  padding: 10px 85px 10px 85px;
}

form .captcha {
  margin-top: 10px;
  margin-bottom: 20px;
}

.webform-submission-form h3 {
  margin-top: 50px;
}

.webform-submission-form .form-wrapper,
.webform-submission-form .form-item {
  max-width: 550px;
}

.webform-submission-form .form-control {
  max-width: 520px;
}

.webform-submission-form .form-item > label {
  display: block;
}

.webform-submission-form .form-type-radio > label {
  display: inline-block;
}

.webform-submission-form .form-item .iti {
  width: 100%;
}

.node--form-page {
  padding-bottom: 40px;
}

.node--form-page .contact.body-text {
  float: none;
}

.node--form-page .contact.body-text p {
  margin: 0 0 10px;
}

.node--form-page .webform-submission-form {
  padding: 20px 0;
}

.node--faculty div.head-shot {
  background-size: auto 100%;
}

.view-laboratories .view-filters {
  display: none;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .responsive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .responsive-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .responsive-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.responsive-grid img {
  width: 100%;
  height: auto;
}

.responsive-grid p {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}

.logos {
  padding: 4rem 0;
}

.logos h2 {
  margin-bottom: 4rem;
}

.logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  height: 100px;
}

.logos .logo a {
  display: block;
}

.logos .slick-list {
  margin-bottom: 2rem;
}

.textpart-section p img {
  height: auto;
}

.textpart-section h4 img {
  height: auto;
}

.textpart-section .text-section img {
  height: auto;
}

.top-header li.user-menu-link:nth-of-type(1) {
  margin-left: 40px;
}

.top-header li.user-menu-link .loggedin-user {
  font-style: italic;
}
