.dicm_card_wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;border-radius:18px;text-align:center;min-height:180px;width:100%;padding:16px}.dicm_card.card-clickable{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.dicm_card.card-clickable:active,.dicm_card.card-clickable:focus,.dicm_card.card-clickable:hover{cursor:pointer;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);-webkit-transform:scale(1.04);transform:scale(1.04)}.dicm_staff_card{max-width:500px}.dicm_staff_card_wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff}.dicm_staff_card_image_wrapper{height:500px;min-height:350px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}@media (max-width:980px){.dicm_staff_card_image_wrapper{min-height:400px}}.dicm_staff_card_image_wrapper>img{height:auto;width:100%;vertical-align:middle}.dicm_staff_card_content{padding:8px 16px;z-index:100;bottom:0;border-radius:0 0 18px 18px;background-color:hsla(0,0%,100%,.75)!important}.dicm_staff_card_content.has_image{margin-top:-100px;height:100px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dicm_staff_card_department_position{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.staff-member-name{font-weight:700}.filter-grid{display:grid;gap:2em;grid-template-areas:"top-bar top-bar" "sidebar sidebar" "main main";grid-template-columns:300px 1fr}.filter-grid.no-sidebar{display:grid;gap:2em;grid-template-areas:"top-bar top-bar" "main main"}.filter-grid .top-bar{grid-area:top-bar;display:-ms-flexbox;display:flex;padding:0;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.filter-grid .top-bar h1{font-size:2.5em;font-weight:700;line-height:1.5}.filter-grid .top-bar .search-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}.filter-grid .top-bar .search-header form .search-box-input{border:none;border-radius:24pt;width:100%;outline:0;padding:1em 2em 1em 3em;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.filter-grid .top-bar .search-header .search-wrapper{width:80%}@media (min-width:980px){.filter-grid .top-bar .search-header{width:auto}.filter-grid .top-bar .search-header .search-wrapper{width:100%}.filter-grid{grid-template-areas:"top-bar top-bar" "sidebar main"}}.filters-wrapper{grid-area:sidebar}.filters-card{background-color:#fff;border-radius:18px;-webkit-box-shadow:0 12px 18px -6px rgb(0 0 0/30%);box-shadow:0 12px 18px -6px rgb(0 0 0/30%)}.filters-content{padding:32px 24px}.filters-content>h2{margin-bottom:1em;font-weight:700}.filters-content>h3{margin-bottom:.5em}.staff-wrapper{grid-area:main;width:100%}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1em}@media (max-width:980px){.staff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.staff-grid{grid-template-columns:repeat(1,1fr);margin-left:15%;margin-right:15%}}.filter-grid-item{background-color:#fff;border-radius:18px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;overflow:hidden}.filter-grid-item:hover{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);-webkit-transform:scale(1.04);transform:scale(1.04)}.filter-grid-item.hidden{display:none}.refinement-list{list-style:none;list-style-type:none!important}.refinement-list-item{margin-bottom:1em}.refinement-list-item-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.refinement-list-item-container>input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.refinement-list-item-checkmark{margin-right:1em;top:0;left:0;width:25px;height:25px;border-radius:4px;background-color:#eee}.refinement-list-item-container:hover input~.refinement-list-item-checkmark{background-color:#ccc}.refinement-list-item-container>input:checked~.refinement-list-item-checkmark{background-color:#2196f3}.refinement-list-item-checkmark:after{content:"";position:absolute;display:none}.refinement-list-item-container input:checked~.refinement-list-item-checkmark:after{position:relative;display:block}.refinement-list-item-container .refinement-list-item-checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dicm_event_card_wrapper,.dicm_group_card_wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:18px}.dicm_event_card_image_wrapper,.dicm_group_card_image_wrapper{background-size:cover;background-position:50% 50%;background-repeat:no-repeat;padding-bottom:56.25%}.dicm_event_card_content,.dicm_group_card_content{padding:8px 16px;z-index:100;bottom:0;background-color:hsla(0,0%,100%,.75)!important;border-radius:0 0 18px 18px}.dicm_event_card_title,.dicm_group_card_title{font-weight:700}.dicm_event_card_time_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:flex-end;padding-bottom:10px}.dicm_event_card_detail_wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.dicm_event_card_time{font-size:.9em;margin-left:8px;line-height:1em}.event-wrapper,.group-wrapper{grid-area:main;width:100%}.event-grid,.group-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1em}@media (max-width:980px){.event-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.event-grid,.group-grid{grid-template-columns:repeat(1,1fr)}}.dicm_event_list_wrapper{width:100%}.dicm_event_list_container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem}.dicm_event_list_item{gap:1.5rem;position:relative}.dicm_event_list_date_side,.dicm_event_list_item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.dicm_event_list_date_side{gap:.75rem;-ms-flex-negative:0;flex-shrink:0}.dicm_event_list_accent_bar{width:4px;min-height:60px;background:#e87722;border-radius:2px}.dicm_event_list_date_text{text-align:center;min-width:50px}.dicm_event_list_month{font-size:.875rem;font-weight:600;color:#6c757d;text-transform:uppercase;line-height:1.2;margin-bottom:.25rem}.dicm_event_list_day{font-size:2rem;font-weight:700;color:#2c3e50;line-height:1}.dicm_event_list_content{-ms-flex:1 1;flex:1 1;min-width:0}.dicm_event_list_datetime{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.9rem;color:#6c757d;margin-bottom:.5rem}.dicm_event_list_datetime i{font-size:1rem;color:#6c757d}.dicm_event_list_title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.3}.dicm_event_list_title a{color:#2980b9;text-decoration:none;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.dicm_event_list_title a:hover{color:#1a5490;text-decoration:none}.dicm_event_list_more_link{display:inline-block;color:#6c757d;font-size:.9rem;text-decoration:none;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.dicm_event_list_more_link:hover{color:#2980b9;text-decoration:none}@media (max-width:768px){.dicm_event_list_item{gap:1rem}.dicm_event_list_date_side{gap:.5rem}.dicm_event_list_accent_bar{width:3px;min-height:50px}.dicm_event_list_date_text{min-width:40px}.dicm_event_list_month{font-size:.75rem}.dicm_event_list_day{font-size:1.5rem}.dicm_event_list_title{font-size:1.125rem}.dicm_event_list_datetime{font-size:.85rem}}@media (max-width:480px){.dicm_event_list_container{gap:1.5rem}.dicm_event_list_item{gap:.75rem}.dicm_event_list_date_side{gap:.5rem}.dicm_event_list_day{font-size:1.25rem}.dicm_event_list_title{font-size:1rem}.dicm_event_list_datetime{font-size:.8rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.dicm_event_list_more_link{font-size:.85rem}}.dicm_event_list_no_events{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.dicm_event_list_no_events_icon{font-size:3rem;color:#6c757d;margin-bottom:1.5rem}.dicm_event_list_no_events_icon i{display:block}.dicm_event_list_no_events_title{color:#495057;font-size:1.5rem;font-weight:600;margin:0 0 1rem;line-height:1.3}.dicm_event_list_no_events_message{color:#6c757d;font-size:1rem;line-height:1.6;margin:0 0 1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.dicm_event_list_no_events_cta{color:#6c757d;font-size:.9rem;line-height:1.5}.dicm_event_list_no_events_cta p{margin:0}@media (max-width:768px){.dicm_event_list_no_events{padding:2rem 1.5rem}.dicm_event_list_no_events_icon{font-size:2.5rem;margin-bottom:1rem}.dicm_event_list_no_events_title{font-size:1.25rem;margin-bottom:.75rem}.dicm_event_list_no_events_message{font-size:.9rem;margin-bottom:1rem}}@media (max-width:480px){.dicm_event_list_no_events{padding:1.5rem 1rem}}.dicm_event_list_compact .dicm_event_list_container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.dicm_event_compact_card{display:block;background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-decoration:none;color:inherit;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.dicm_event_compact_card:hover{text-decoration:none;color:inherit;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px);border-color:#007cba}.dicm_event_compact_card_image{position:relative;width:100%;height:140px;background-size:cover;background-position:50%;background-color:#f8f9fa}.dicm_event_compact_card_date{position:absolute;top:12px;left:12px;background:hsla(0,0%,100%,.95);border-radius:6px;padding:8px 12px;text-align:center;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:55px}.dicm_event_compact_card_month{display:block;font-size:.75rem;font-weight:600;color:#6c757d;text-transform:uppercase;line-height:1;margin-bottom:4px}.dicm_event_compact_card_day{display:block;font-size:1.5rem;font-weight:700;color:#495057;line-height:1}.dicm_event_compact_card_content{padding:1rem;-ms-flex:1 1;flex:1 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.dicm_event_compact_card_title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.3;color:#495057;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.dicm_event_compact_card:hover .dicm_event_compact_card_title{color:#007cba}.dicm_event_compact_card_meta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;font-size:.875rem;color:#6c757d}.dicm_event_compact_card_location,.dicm_event_compact_card_time{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:.5rem}.dicm_event_compact_card_location i,.dicm_event_compact_card_time i{width:14px;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1200px){.dicm_event_list_compact .dicm_event_list_container{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px) and (max-width:1199px){.dicm_event_list_compact .dicm_event_list_container{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.dicm_event_list_compact .dicm_event_list_container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.dicm_event_compact_card_image{height:120px}.dicm_event_compact_card_title{font-size:1rem}.dicm_event_compact_card_meta{font-size:.8rem}}@media (min-width:481px) and (max-width:767px){.dicm_event_list_compact .dicm_event_list_container{grid-template-columns:repeat(2,1fr);gap:1rem}.dicm_event_compact_card_image{height:110px}.dicm_event_compact_card_title{font-size:.95rem}.dicm_event_compact_card_meta{font-size:.8rem}.dicm_event_compact_card_content{padding:.875rem}}@media (max-width:480px){.dicm_event_list_compact .dicm_event_list_container{grid-template-columns:1fr;gap:1rem}.dicm_event_compact_card_content{padding:.75rem}.dicm_event_compact_card_image{height:140px}.dicm_event_compact_card_date{top:8px;left:8px;padding:6px 10px;min-width:50px}.dicm_event_compact_card_month{font-size:.7rem}.dicm_event_compact_card_day{font-size:1.25rem}.dicm_event_compact_card_title{font-size:1.125rem}}