/*
CTC Separate Stylesheet
Updated: 2025-09-22 04:04:44
Theme Name: Pitchfork Child
Theme URI: http://github.com/ASU-Engineering/Pitchfork
Template: pitchfork-2.2.1
Author: Steve Ryan, Ira A. Fulton Schools of Engineering
Description: A WordPress theme for Arizona State University. Uses the UDS-Bootstrap-4 package and other compoents of the universal design system to ensure brand standard consistency.
Version: 2.2.2
*/



/********************* ASUL Team & Staff filter start here *****************************************/
.asul-filter-wrap{
   display:flex;
   align-items:center;
   gap:20px;
   flex-wrap: wrap;
  }

.asul-filter-label{
  font-size:16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform:uppercase;
  color:#000;
  line-height:150%;
}

#asulTeamFilter,
#asulStaffFilter{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background:#fff;
  border:1px solid #E8E8E8;
  border-left:6px solid #FFC627;
  border-radius:0px;
  padding: 12px 62px 12px 24px;
  max-width:284px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight:700;
  color:#000;
  line-height:150%;
  cursor:pointer;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat:no-repeat;
  background-position:right 12px center;
}

@media (max-width: 480px) {
  .asul-filter-wrap {
    gap:8px;
  }
  #asulTeamFilter,
  #asulStaffFilter{
    max-width:350px;
  }
}
/********************* ASUL Team & Staff filter End here *****************************************/
