/*  Main directory wrapper */
.uw-directory {
  padding-bottom: 160px;
  position: relative;
  z-index: 2;
  background: white;
  /* Typography*/
  /* Modal*/
  /* Filters*/
  /* Categories dropdown*/
  /* Layout for filter/search boxes */
  /* Category button styling */
  /* Search box styling */
  /* Directory container */
  /* grid view */
  /* Table list view styling */
}
.uw-directory .fa-solid {
  margin-right: 10px;
  margin-right: 10px;
  margin-top: 4px;
}
.uw-directory .h3 {
  font-weight: 800;
  font-size: 24px;
  color: #4b2e83;
  margin-top: 0px;
}
.uw-directory .h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.uw-directory .modal-contact a,
.uw-directory .modal-contact span {
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.uw-directory .modal-contact h3 {
  margin-bottom: 8px;
}
.uw-directory .bold {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.uw-directory .light-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 3px 0;
}
.uw-directory .folklore-modal-content {
  background: #fff;
  max-width: 900px;
  width: 90%;
  margin: 40px auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.uw-directory .folklore-modal-content .fa-solid,
.uw-directory .folklore-modal-content .fa-brands {
  color: #4b2e83;
}
.uw-directory .folklore-modal-close {
  position: absolute;
  top: -4px;
  right: -1px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #444;
  cursor: pointer;
}
.uw-directory .folklore-modal-body {
  display: flex;
  flex-wrap: wrap;
}
.uw-directory .folklore-modal-left {
  flex: 1 1 250px;
  background-color: #eee7d9;
}
.uw-directory .modal-subtitle {
  margin: 0px 0;
  font-weight: bold;
  margin-bottom: -2px;
}
.uw-directory .modal-photo {
  width: 100%;
  height: 394px;
  -o-object-fit: cover;
     object-fit: cover;
}
.uw-directory .folklore-modal-right {
  flex: 2 1 500px;
  padding: 2rem 2em 0em 2em;
}
.uw-directory .folklore-modal-body .modal-bio p {
  margin: 0 0 0.75rem;
}
.uw-directory .folklore-modal-body .modal-bio {
  /* scrolling */
  max-height: 19vh;
  overflow-y: auto;
}
.uw-directory .folklore-modal-body .modal-bio::-webkit-scrollbar {
  display: none;
}
.uw-directory #modal-bio {
  max-height: 12em;
  /* 6 lines   */
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.uw-directory #modal-bio.clamped::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, #fff 95%);
  pointer-events: none;
}
.uw-directory #modal-bio.expanded {
  max-height: none;
}
.uw-directory #modal-bio.expanded::after {
  display: none;
}
.uw-directory .uw-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.uw-directory .see-more-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b2e83;
  cursor: pointer;
}
.uw-directory .modal-dept {
  font-style: italic;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.uw-directory .modal-pronouns {
  font-style: italic;
  margin: -4px 0 4px;
  color: #666;
}
.uw-directory #modal-name {
  margin-bottom: 0px !important;
}
.uw-directory .modal-bio {
  color: #333;
}
.uw-directory .modal-contact p {
  margin: 0.25rem 0;
}
.uw-directory .modal-contact i {
  margin-right: 8px;
}
.uw-directory .modal-contact {
  background-color: #eee7d9;
  padding: 1.5rem;
}
.uw-directory .section-label {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 15px;
  color: #4b2e83;
  font-family: "Encode Sans Compressed", sans-serif;
  line-height: 1.3;
  margin-bottom: 4px;
}
.uw-directory .section-label small {
  display: block;
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: normal;
  color: #666;
  line-height: 1.2;
}
.uw-directory .custom-dropdown {
  width: 240px;
  font-weight: bold;
  position: relative;
  padding: 0;
}
.uw-directory .custom-dropdown button:focus, .uw-directory .custom-dropdown button:focus-visible {
  outline: 2px solid black;
  box-shadow: none;
}
.uw-directory .custom-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0;
  background-color: white;
  box-shadow: none;
  border: none;
  justify-content: space-between;
}
.uw-directory .label-text {
  text-align: left;
  padding: 0 12px;
  line-height: 48px;
  font-size: 14px;
  color: #4b2e83;
  border: 1px solid #e8e3d3;
  border-right: none;
  height: 48px;
  background-color: white;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uw-directory .custom-dropdown .custom-btn .arrow-block {
  flex: 0 0 auto;
}
.uw-directory .arrow-block {
  width: 49px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4b2e83;
  color: white;
  font-size: 16px;
  border-left: none;
}
.uw-directory .custom-btn:hover .label-text {
  background-color: #4b2e83;
  border: 0px solid #e8e3d3;
  color: white;
}
.uw-directory .custom-btn:hover .arrow-block {
  background-color: #85754d;
}
.uw-directory .custom-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  margin-left: 0;
  min-width: 240px;
  border: 1px solid #ccc;
  box-shadow: none;
  position: absolute;
  z-index: 1000;
}
.uw-directory .dropdown-item:hover {
  background-color: #f3f3f3 !important;
  color: #4b2e83;
}
.uw-directory .toggle-view .dropdown-menu {
  background-color: #ffffff;
  min-width: 110px;
  margin-top: 10px;
}
.uw-directory .toggle-view .dropdown-item,
.uw-directory .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.uw-directory .dropdown-menu {
  min-width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.uw-directory .dropdown-menu .dropdown-item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: auto !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333 !important;
  background-color: #fff !important;
  border: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
}
.uw-directory .dropdown-menu .dropdown-item:hover {
  background-color: #ece6f0 !important;
}
.uw-directory .folklore-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  align-items: center;
}
.uw-directory .folklore-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.uw-directory .folklore-box {
  margin-right: 10px;
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.uw-directory .folklore-box.filter {
  width: 164px;
  position: relative;
}
.uw-directory .folklore-box.search {
  width: 362px;
}
.uw-directory .folklore-box.view-toggle {
  flex-grow: 1;
  align-items: flex-end;
  justify-content: flex-start;
}
.uw-directory .btn {
  margin: 0;
}
.uw-directory .btn.btn-sm {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 10px 0;
}
.uw-directory .folklore-box .btn.dropdown.white:focus,
.uw-directory .folklore-box .btn.dropdown.white:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.uw-directory .folklore-box.search {
  width: 300px;
}
.uw-directory .folklore-box:has(.clear-filters) {
  justify-content: flex-end;
  margin-top: auto;
}
.uw-directory .folklore-box:has(.toggle-view) {
  justify-content: flex-end;
  margin-top: auto;
}
.uw-directory .title {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.uw-directory .department {
  color: white;
  font-size: 16px;
}
.uw-directory .email {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.uw-directory .view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 600;
  padding: 0 12px;
  border: none;
  font-size: 14px;
}
.uw-directory .view-btn:focus, .uw-directory .view-btn:focus-visible {
  outline: 2px solid black;
  position: relative;
}
.uw-directory .view-btn.active {
  background-color: #4b2e83;
  color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.uw-directory .tab-view:hover {
  background-color: #85754d;
  color: #ffffff;
}
.uw-directory .tab-view {
  background-color: #e8e3d3;
  color: #4b2e83;
}
.uw-directory .view-btn::after {
  display: none !important;
}
.uw-directory .filter,
.uw-directory .search {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}
.uw-directory .toggle-view {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.uw-directory .arrow-box.dropdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.uw-directory .category-label {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 150px;
  height: 48px;
  font-size: 14px;
}
.uw-directory .searchbox {
  position: relative;
  clear: both;
  font-size: 20px;
  color: #7a7a7a;
  font-family: "Encode Sans Compressed", sans-serif;
}
.uw-directory .searchbox #searchbar {
  width: 100%;
  height: 48px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e8e3d3;
  color: #4b2e83;
  background-color: white;
}
.uw-directory .searchbox #searchbar:focus {
  outline: none;
  border: 2px solid black;
  box-shadow: none;
}
.uw-directory .searchbox #searchsubmit.clicked {
  border: 2px solid #85754d !important;
  box-shadow: 0 0 0 2px #85754d !important;
}
.uw-directory .searchbox #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  border: none;
  background: url("./svg/search.svg") no-repeat center center #4b2e83;
  background-size: 22px;
}
.uw-directory .searchbox #searchsubmit:disabled {
  cursor: default;
}
.uw-directory .searchbox #searchsubmit:not(:disabled) {
  cursor: pointer;
}
.uw-directory .searchbox #searchsubmit:not(:disabled):hover, .uw-directory .searchbox #searchsubmit:not(:disabled):focus {
  background-color: #85754d;
  border: 0px solid #050505;
  box-shadow: none;
  outline: none;
}
.uw-directory #directory-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.uw-directory .uw-card {
  position: static !important;
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-width: 320px;
  min-height: 255px;
  height: auto;
  display: flex;
  background-color: #4b2e83;
  color: white;
  margin: 0;
  box-sizing: border-box;
}
.uw-directory .uw-card-img {
  width: 228px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.uw-directory .uw-card-text {
  margin-left: 38px;
  margin-right: 15px;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 228px - 40px);
}
.uw-directory .uw-card-text span h3,
.uw-directory .uw-card-text p {
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 2px 0;
}
.uw-directory .uw-card-text span h3 {
  font-size: 24px;
  font-weight: bold;
}
.uw-directory .directory-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: system-ui, sans-serif;
}
.uw-directory .directory-table th {
  background-color: #4b2e83;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 14px 16px;
  font-size: 16px;
}
.uw-directory .directory-table td {
  height: 132px;
  padding: 14px 16px;
  font-size: 18px;
  vertical-align: middle;
}
.uw-directory .directory-table tr:nth-child(even) {
  background-color: #fff;
}
.uw-directory .directory-table td:nth-child(2) {
  font-weight: 600;
}
.uw-directory .directory-table img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100px;
}
.uw-directory .directory-table tbody tr {
  cursor: pointer;
}
.uw-directory .directory-table tbody tr:hover {
  background-color: #ece6f0;
}
.uw-directory .directory-table tbody tr {
  background: #ffffff;
  transition: background 0.15s ease-in-out;
}
.uw-directory .directory-table tbody tr.even {
  background: #f1f1f6 !important;
}
.uw-directory .directory-table tbody tr:hover {
  background: #ece6f0 !important;
}
@media (max-width: 730px) {
  .uw-directory .folklore-box:has(.clear-filters),
  .uw-directory .folklore-box.view-toggle {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .uw-directory .clear-filters {
    width: 147px;
  }
  .uw-directory .folklore-box.search {
    width: 240px;
  }
  .uw-directory .folklore-inner {
    margin-top: 14px;
  }
  .uw-directory .directory-table td:first-child img {
    display: block !important;
  }
  .uw-directory .directory-table td:first-child {
    display: table-cell !important;
    width: 90px;
  }
  .uw-directory .directory-table tr {
    display: table-row !important;
  }
  .uw-directory .uw-card {
    flex: 1 1 100%;
    max-width: 100%;
    flex-direction: column;
    height: auto;
  }
  .uw-directory .uw-card-img {
    width: 100%;
    height: 330px;
  }
  .uw-directory .uw-card-text {
    margin: 20px;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .uw-directory .toggle-view {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .uw-directory .folklore-box {
    border: none !important;
    outline: none !important;
  }
}

.uw-directory.has-sidebar #directory-container {
  display: flex !important;
  flex-wrap: wrap !important;
}
.uw-directory.has-sidebar .folklore-box.search {
  width: 275px;
}
.uw-directory.has-sidebar .uw-card {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem !important;
}
.uw-directory.has-sidebar .directory-table img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1176px) and (min-width: 590px) {
  .uw-directory .toggle-view {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
  }
  .uw-directory:not(.has-sidebar) .uw-card {
    flex: 0 0 100%; /* one card per row */
    max-width: 100%;
  }
}
@media (max-width: 830px) {
  .horizontal-modal-footer {
    display: none !important;
  }
  .vertical-modal-footer {
    display: block !important;
  }
}
/*# sourceMappingURL=folklore.css.map */
