.ur-pd-directory {
    display: inline-block;
    width: 100%;
}

.ur-pd-container{
	width: 100%;
}

.ur-pd-card{
	display: flex;
    flex-direction: column;
    align-items: center;
	float: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
	text-align: center;
	padding: 3em 2em;
	margin-bottom: 1em;
	background: #F7F7F7;
	cursor: pointer;
    position: relative;
    word-break: break-word;
  	min-height:445px;/* added by reisingerrc, upon the behest of one Geoff LoCicero, 6/23/2023 */
}

.ur-pd-card .btn-url{
    display: none;
}

.ur-pd-directory.card-overlay .ur-pd-card{
    padding: 2em;
}

.ur-pd-card:hover{
	background-color: #E8E8E8;
}

.ur-pd-card:focus{
	background-color: #E8E8E8;
    outline: 2px solid rgb(0, 95, 204);
}

.dir-overlay {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 9999999;
    background-color: rgba(0,0,0,.75);
    padding: 5rem 2rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay-cont {
    border-radius: 0.5rem;
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
}


	.close-dir-overlay{
	    position: absolute;
	    top: 0em;
	    right: 0em;
	    background-color: #000000;
	    color: #ffffff;
	    padding: 20px;
	    font-weight: 600;
	}


	.ovlyLft {
	    padding: 2em;
	    background: #FEBA2C;
	    width: 100%;
	}

.ovlyLft .t4_button.plugin-events__button {
    margin-top: 30px;
}

	.ovlyRht {
	    padding: 2em;
	    background-color: #ffffff;
	    width: 100%;
        word-break: break-word;
	}

.ovlyRht h1 {
    margin-bottom: 0px;
    color: #872F68;
    font-family: merriweather;
    line-height: 3rem;
    padding-bottom: 20px;
}

.ovlyRht hr{
    border: 1px solid #707070 !important;
}

.dir-overlay .close-dir-overlay {
    position: fixed;
    top: 0em;
    right: 0em;
    background-color: rgba(0,0,0,.8);
    color: #ffffff;
    padding: 0px 70px 0px 30px;
    font-weight: bold;
    font-size: 22px;
    border: transparent;
    cursor: pointer;
    min-width: 128px;
    height: 64px;
}

	.dir-overlay .close-dir-overlay:hover, .dir-overlay .close-dir-overlay:focus{
		background-color: rgba(0,0,0,1)
	}

	.close-dir-overlay .svg-inline--fa.fa-times.fa-w-11.cwf-modal__times {
	    width: 24px;
	    margin-left: 20px;
	    position: absolute;
	    right: 1.25rem;
	    top: .85rem;
	}	

.hideTxt{
	display: none;
}

input#searchDir {
	width: 80%;
    font-size: .889rem;
    padding: .5rem 2.25rem .5rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

select#unitFilter {
	padding: .41rem .75rem;
  	font-size: .889rem;
}

select#roleFilter {
  	padding: .41rem .75rem;
  	font-size: .889rem;
}

.dirSearchBar {
    position: relative;
}

button.searchNow, button.clearNow {
    position: absolute;
    top: 6px;
    right: 6px;
}

button.clearNow{
   display: none;
}

.cards-container{
	width: calc(75% - 1em);
    float: left;
    margin-right: 1em;
}

.filters-container{
    width: 25%;
    float: left;
}

.filter-container {
    border: 1px solid #cccccc;
    margin-bottom: 1em;
    border-radius: 6px;
    background-color: #FAFAFA;
    box-shadow: 0px 4px 0px rgb(0 0 0 / 16%);
    position: relative;
}

.filter-title {
    display: block;
    font-weight: bold;
}

.filter-title:first-letter{
    text-transform: uppercase;
}

.filtersList label {
    position: relative;
    padding-left: 0px;
    display: block;
    word-break: break-word;
    cursor: pointer;
    margin: 1rem;
}


.filtersList label input {
    position: absolute;
    left: 0px;
    top: 7px;
}

.filtersList{
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.filter-container input.filter-checkbox:checked ~ div.filtersList{
    max-height: 0px;
    transition: max-height 0.25s ease-in;
}

.filter-container input.filter-checkbox {
    display: none;
}


.filter-container span.filter-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.filter-container input.filter-checkbox:checked ~ .filter-icon i{
    transform: rotate(180deg);
}

.removeFromSearch, .removeFiltersFromSearch{
    display: none;
}

.ur-pd-card img {
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
}

.ur-pd-card span.name,  
.ur-pd-card div.name {
    font-weight: bold;
    font-family: merriweather;
    margin-bottom: 8px;
}

.ur-pd-directory.card-image-circle img {
    border-radius: 100px;
}

.ur-pd-card.onlyShow .title{
    font-size:22px;
}
.ur-pd-card.query .title{
    font-size:22px;
}

.title, .ur-pd-card .offeredby{
    font-size: 18px;
    color: #414141;
    margin-bottom: 40px;
}

.profileBTN {
    color: #ffffff !important;
    background: #80225F;
    padding: 2%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-weight: bold;
    text-decoration: none;
}

.profileBTN:hover {
  	background: #000000;
}

.ur-pd-directory.card-overlay .profileBTN {
    display: none;
}

#scholarshipsdirectory .ur-pd-card {
    justify-content: center;
}

#scholarshipsdirectory .title{
	font-weight: bold;
    margin-bottom: 0px;
}
#scholarshipsdirectory .ur-pd-card .about, #scholarshipsdirectory .ur-pd-card .program, #scholarshipsdirectory .ur-pd-card .offeredby{
	display: none;
}

#scholarshipsdirectory .ur-pd-card{
    border-top: 4px solid #F8B300;
}


/*Query Content Type Style*/

.ur-pd-card.onlyShow, .ur-pd-card.query {
    padding: 0px !important;
    background: none !important;
    border-top: 4px solid #F8B300;
}

.ur-pd-card.onlyShow .headshot, .ur-pd-card.query .headshot {
    padding: 50px 50px 15px 50px;
}

.ur-pd-card.onlyShow .headshot img, .ur-pd-card.query .headshot img {
    border: 1px solid #cccccc;
    margin: 0px;
}


.ur-pd-card.onlyShow .name, .ur-pd-card.query .name {
    font-weight: bold;
    font-size: 2.5rem !important;
    padding: 15px 50px 5px 50px;
    color: #80225F;
    font-family: merriweather;
}

.ur-pd-card.onlyShow .title, .ur-pd-card.query .title, .ur-pd-card.onlyShow .offeredby, .ur-pd-card.query .offeredby{
    padding: 5px 50px 15px 50px;
}

.ur-pd-card.onlyShow .contact, .ur-pd-card.query .contact, .ur-pd-card.onlyShow .program, .ur-pd-card.query .program, .ur-pd-card.onlyShow .about, .ur-pd-card.query .about, .ur-pd-card.onlyShow .type, .ur-pd-card.query .type{
    padding: 5px 50px 25px 50px;
}

.ur-pd-card.onlyShow .bio, .ur-pd-card.query .bio {
    background-color: #FAFAFA;
    padding: 40px;
    font-size: 1rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-family: merriweather;
    color: #2E2E2E;
    line-height:1.6;
}

.ur-pd-card.onlyShow .publishedwork, .ur-pd-card.query .publishedwork, .ur-pd-card.query .other {
    padding: 0 50px 30px 50px;
    line-height:1.4;
}

.ur-pd-card.onlyShow .recentpublications, .ur-pd-card.query .recentpublications, .ur-pd-card.query .other {
    padding: 0 50px 30px 50px;
    line-height: 1.4;
}

.ur-pd-card.onlyShow .other{
    padding:30px 50px 30px 50px;
	line-height:1.4;
}
.ur-pd-card.query .name{
    padding-top:30px;
}
.ur-pd-card.onlyShow h3, .ur-pd-card.query h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.ur-pd-card.onlyShow h3:before, .ur-pd-card.query h3:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid #0E7D11;
}

.ur-pd-card.onlyShow .unit {
 	display: none; 
}

/*custom checkboxes*/

.filters-container input[type='checkbox'] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.filters-container .checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5% 0 auto;
  cursor: pointer;
  position: absolute;
  top: 3px;
}

.filters-container label input[type='checkbox'] + span.checkbox {
  background: transparent;
  border: 2px solid rgba(0,0,0,.38);
}

.filters-container label input[type='checkbox']:checked + span.checkbox {
  background: #80225F;
}

.filters-container label input[type='checkbox']:checked + span.checkbox:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	width: 4px;
	height: 7px;
	background: #ffffff;
	z-index: 1;
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	transform: rotate(-44deg);
	border-radius: 2px;
}

.filters-container label input[type='checkbox']:checked + span.checkbox:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 4px;
	width: 4px;
	height: 14px;
	background: #ffffff;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}

span.txt {
    display: inline-block;
    max-width: 70%;
    margin-left: 35px;
    line-height:1.35;
}


.overlay-opened{
	position: fixed !important;
    overflow: hidden !important;
}

.onlyShow .publishedwork a.noPub {display: none;}

.onlyShow .recentpublications a.noPub {display: none;}

@media screen and (min-width: 320px){
	
	.cards-container{
		width: 100%;
	}

	.pd-card-1{
		width:100%;
	}

	.pd-card-2 {
	    width: calc(100%);
	    margin: 0 0 1em;
	}

	.filters-container {
	    width: 100%;
	}
  
      .filter-container .filter-icon, input#m-filter{
        display: none;
    }
  
  .filtersList label:nth-child(1) {
    margin-top: 0rem;
}

    label.m-filter {
        border: 1px solid #ededed;
        padding: .5rem;
        display: block;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .filters-container{
        height: 0px;
        overflow: hidden;
    }

    input#m-filter:checked ~ .filters-container{
        height: auto;
    }
  
  .filter-container label.filter-label{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 1rem;
    }
  
    .filter-container label.filter-label:focus{
        outline: 2px solid rgb(0, 95, 204);
    }


}


@media screen and (min-width: 1024px){

	.cards-container{
		width: calc(75% - 1em);
	    float: left;
	    margin-right: 1em;
	}

	.filters-container{
	    width: 25%;
	    float: left;
	}

	.pd-card-1{
		width:100%;
	}

	.pd-card-2{
		width:50%;
	}

	.pd-card-2{
		width:calc(50% - .5em);
	}

	.pd-card-2:nth-child(odd){
		/*margin-left: .5em;*/
		margin-left: 0;
    	margin-right: .5em;
	}

	.pd-card-2:nth-child(even){
		/*margin-right: .5em;*/
      	margin-left: .5em;
    	margin-right: 0;
	} 
  
      label.m-filter{
        display: none;
    }

    .filter-container .filter-icon{
        display: block;
    }
  
  .filters-container{
        height: auto;
        overflow: unset;
    }
  
  .filter-container label.filter-label{
    cursor: pointer;
    }
  
  	.dir-overlay {
	    padding: 5rem 8rem;
	}
  
	.overlay-cont {
      flex-direction: initial;
	}
	
.ovlyLft {
    justify-content: center;
    background: #FEBA2C;
    width: 25%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    min-width: 250px;
    flex-direction: column;
    display: flex;
}

.ovlyRht {
    padding: 2em;
    overflow-y: auto;
    background-color: #ffffff;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: flex;
    flex-direction: column;
}
  
}



.query-wrapper .ur-pd-card{
	align-items: start;
}


.loading{
    text-align: center;
    font-weight: bold;
    padding: 50px;
}



.navBts-cont {
    display: flex;
    flex-direction: row;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    justify-content: center;
}

button.navBtn {
    color: #000000;
    background: #ffffff;
    padding: 0.75em 1em;
    margin: 0.5em;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ffffff;
    font-weight: bold;
}

button.navBtn:hover, button.navBtn:focus{
	color: #ffffff;
    background: rgba(255,255,255,.25);
}


.dirReset{
	padding: 8px 0px;
	border: 1px solid #cccccc;
	width: calc(20% - 15px);
	margin-left: 15px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
    text-align: center;
}

.dirReset:hover, dirReset:focus{
    background-color: #000000;
    color: #ffffff;
}



.autoComplete_wrapper {
    width: 100%;
}

.autoComplete_wrapper input#searchDir {
    width: 100%;
    height: 2.098rem;
    font-size: .889rem;
    padding: 0 2rem 0 3rem;
    margin-bottom: 0rem;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background-position: left 1.05rem top .5rem;
}

.autoComplete_wrapper>ul>li {
	font-size: .889rem;
}	

.autoComplete_wrapper>ul>li mark {
    color: #b02e01 !important;
    font-weight: 700;
}

.autoComplete_wrapper > ul > li:hover {
	background-color: #f8f8f8 !important;
}

.autoComplete_wrapper > input {
	color: rgba(0, 0, 0, 0.7) !important;
}

.autoComplete_wrapper > input::placeholder {
  	color: rgba(0, 0, 0, 0.5) !important;
}

.autoComplete_wrapper > input:hover::placeholder {
  	color: rgba(0, 0, 0, 0.6) !important;
}

.autoComplete_wrapper > input:focus::placeholder {
  	color: rgba(0, 0, 0, 0.4) !important;
}


#autoComplete_list {
    display: none; /* Hide by default */
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

#autoComplete_list:not([hidden]) {
    display: block; /* Show when not hidden */
}

#autoComplete_list li {
    padding: 10px;
    cursor: pointer;
}

#autoComplete_list li:hover {
    background: #f0f0f0;
}


























