/*
Theme Name:Purdue Branded Theme Child
 Template:purdue-wp-theme
*/


p.double-accordion-title {
  font-family: "acumin-pro - 700", "sans-serif" !important;
  font-weight: 700;
}
button.search-button {
  cursor: pointer !important;
}

.attachment_wrapper li {
  box-shadow: 0 0.5em 1em -0.125em rgb(0 0 0 / 10%), 0 0px 0 1px rgb(0 0 0 / 2%);
}

.attachment_wrapper li:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.attachment_wrapper {
  list-style: none !important;
  cursor: pointer !important;
}

.attachment_wrapper li:hover .attachment-details-wrap {
  border-left: 7px solid #000 !important;
}

.attachment-details {
  padding: 10px;
}
.attachment-details h2 {
  margin-top: 10px;
}

.attachment-cat a,
.attachment-learn-more a,
.attachment_filter_dropdown span {
  color: #737373 !important;
}
.attachment-cat a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
}
.attachment_filter_dropdown {
  background: white;
  border: 1px solid #cfb991 !important;
  width: 175px;
  height: 40px;
  box-shadow: 0px 3px 6px #00000029;

  border-radius: 2px;
}
.attachment_filter_dropdown::after {
  margin-left: 5rem !important;
}

.search_attachment {
  border: 1px solid #cfb991;
  border-radius: 2px;
  width: 175px;
  padding: 9px;
  background-color: transparent;
  width: 330px;
}
.search_btn {
  height: 100%;
  width: 40px;
  background-color: #cfb991;
  color: hsl(0deg, 0%, 100%);
  border: 1px solid #cfb991;
}

.filtes--search label span {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-right: 11px;
  -ms-grid-row-align: center;
  align-self: center;
}

.tag-span {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 22px;
  margin-right: 11px;
  -ms-grid-row-align: center;
  align-self: center;
}
.filtes--search label {
  display: flex;
  height: 100%;
}

.load_more {
  background-color: #cfb994;
  border: 1px solid black !important;
  font-size: 16px;
  width: 116px;
  height: 37px;
}

.attachment-details-wrap {
  margin: 0px;
}

.dropdown-menu li {
  /*border-bottom: 1px solid #CFB991;*/
  margin-left: 2%;
}
.dropdown-menu li a {
  color: #737373 !important;
  font-size: 14px;
}

.attachment-details h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: bold !important;
}

.attachment-learn-more p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}
.attachment_filter_dropdown span {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}

/*Directory list css*/

.dir_search_btn {
  background-color: #cfb991;
  border-radius: 2px;
  border: none !important;
  cursor: pointer;
  padding: 5px 10px;
}
.search_directory {
  border: 1px solid #cfb991 !important;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  width: 252px;
  height: 40px;
  border-radius: 2px;
}

.filters_dir_search {
  margin-bottom: 40px;
  margin-right: 15px;
}

.filters_dir_search label {
  font-weight: bold;
}
.filters_dir_select select {
  width: 252px;
  height: 40px;
  border: 1px solid #dbdbdb;
  color: #737373;
}
.filters_dir_select label {
  font-weight: bold;
}

#dir_wrapper {
  margin-top: 60px;
  max-width: 80% !important;
}

.alphabet a {
  font-size: 20px;
  color: #8e6f3e !important;
  font-weight: bold;
}
.alphabet {
  margin-bottom: 15px;
}

.clear_button {
  width: 136px;
  height: 37px;
  background: #cfb994 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  opacity: 1;
  margin-left: 10px;
}

.contact_name_intial {
  width: 80px;
  height: 80px;
  min-width: 80px !important;
  border-radius: 50%;
  background: #cfb991 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #cfb991;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 14px;
}
.contact_name {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06px;
  color: #000000;
  margin-bottom: 0px !important;
}
.contact_position {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04px;
}
.contact_list {
  display: flex;
  border-right: 2px solid #cfb991;
}

.contact_details_right,
.contact_details_left {
  font-size: 22px;
}

.contact_list_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.department h2 {
  color: #8e6f3e;
  font-weight: 500;
  font-family: "acumin-pro";
}
#active {
  color: gray !important;
}

.department {
  width: 80%;
}
.contact_row {
  margin-top: 60px;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

@media only screen and (max-width: 768px) {
  .contact_list_wrapper {
    display: block;
    margin-top: 30px !important;
  }
  .department {
    width: 100%;
  }
  .contact_row {
    margin-top: 60px !important;
    margin-left: 10px !important;
  }
  .contact_details_left {
    margin-top: 30px;
  }
}
