.hp-news .title {
    font-style: italic;
    font-weight: 500;
    color: #666;
}

.hp-news h2, .hp-events h2, .news-events-container h2 {
    margin-bottom: .75em;
}

.hp-news h2:after, .hp-events h2:after, .news-events-container h2:after {
    content: "";
    height: 2px;
    width: 80px;
    display: block;
    background-color: #F5B93A;
    margin-top: 0.5em;
}

.hp-news button img {
    margin-bottom: 0;
}

.hp-news .ur-pd-card {
    border: 0;
    box-shadow: none;
}

.hp-news.ur-pd-directory {
    display: flex;
    flex-direction: column;
    margin: 0 auto !important;
    max-width: 1200px;
}

.news-events-container {
    margin: 0 auto !important;
    max-width: 1200px;
}

.news-events-container .hp-news.ur-pd-directory {
	display: flex;
  	flex-direction: column;
  	margin: auto;
  	max-width: auto;
}

.news-container .pd-card-2 {
    flex-direction: row;
    border-radius: 0;
}


.hp-news .cards-container.news-container {
    width: 100%;
    max-width: 1200px;
}


.hp-news .img {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.news-events-container .img {
	display: flex;
    flex-direction: column;
    width: 35%;
}

.hp-news .cntWrp {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
}

.news-events-container .cntWrp {
  	display: flex;
    flex-direction: column;
    width: 65%;
    align-items: center;
}

.event-copy{
  display: block;
  margin-top: 1em;
}

.post-content iframe,  .event-content iframe{
    width: 100%;
    height: 260px;
}

.post-content h2, .event-content h2 {
    font-size: 1rem;
}

.pagination {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 0 auto 2em;
}

.pagination button {
    margin: 0 0.5em;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0.5em;
}

.pagination span {
    margin: 0 0.5em;
    padding: 0.5em;
}

.pagination button:hover, .pagination button:focus{
	text-decoration: underline;
	font-weight: bold;
}

.pagination button.current{
	background: #ffb300;
}

.related-posts {
    margin-bottom: 1em;
}

.rel-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1em;
}

.post-thmb {
    width: 20%;
    margin-right: 1em;
    display: flex;
    align-items: center;
}

.post-title {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.post-content img, .event-content img{
    margin-bottom: 0.5em;
}

span.post-date, span.caption, span.event-date{
    color: #666666;
    font-style: italic;
}

span.event-date{
display: block;
  margin-bottom: 1em;
}

.post-date:after, .event-date:after {
    content: "";
    height: 2px;
    width: 80px;
    display: block;
    background-color: #F5B93A;
    margin-top: 0.5em;
}

.post-leftside-bar a {
    text-decoration: none;
    color: inherit;
    margin-bottom: 1em;
}

.post-leftside-bar a:hover, .post-leftside-bar:focus {
  color: #F5B93A;
  text-decoration: underline;
}

.blog-searchbox {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    padding: 2em;
    margin-bottom: 1em;
    border-radius: 10px;
}

.blog-searchbox input {
    padding: 0.5em;
}

.blog-searchbox button {
    max-width: 150px;
    border: 0;
    background-color: #F5B93A;
    padding: 0.5em;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.blog-searchbox button:hover, .blog-searchbox button:focus{
	background-color: #000000;
    color: #ffffff;
}

.blog-searchbox h3 {
    padding: 0px;
}

.socialShare i {
    padding-left: 2em;
}

.post-cont .socialShare {
    display: none; /*flex*/
    flex-direction: row;
    margin-bottom: 1em;
    align-items: center;
    justify-content: end;
}

.post-cont {
    display: flex;
    flex-direction: column;
}

.cwf-grid__column--page-layout--main {
    max-width: 100%;
}

.post-leftside-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.post-content, .event-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.post-rightside-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hp-events.ur-pd-directory.pd-card-3 {
    display: flex;
    flex-direction: column;
    margin: 0 auto 5em !important;
    max-width: 1200px;
}

.hp-events .ur-pd-card span i {
    color: #ffffff;
    background: #123761;
    padding: 1em;
    border-radius: 30px;
    margin: 1em;
}


.hp-events .cards-container.events-container {
    width: 100% !important;
    margin-right: 0;
}


.seeBtnCtnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3em 0;
}

.news-events-container .seeBtnCtnr {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	margin: 0em 0 3em 0;
}


@media screen and (min-width: 768px){
.post-content iframe, .event-content iframe {
    height: 410px;
}
  

}

@media screen and (min-width: 1024px){
  
.post-cont {
    display: flex;
    flex-direction: row;
}

.post-leftside-bar {
    width: 25%;
}
  
.post-content {
    width: 60%;
    margin: 0 1em;
}
  
.event-content {
    width: 85%;
    margin: 0 1em 0 0;
}
  
.post-rightside-bar {
    width: 25%;
}
  
  .cards-container{
	width: calc(75% - 1em);
    float: left;
   }



.events-container{
   width: calc(80% - 1em) !important;
   margin-right: 1em;
}

}

.title, .desc, .date, .fauLink, .location{
    margin: 0 1em 1em 1em;
    width: calc(100% - 2em);
    text-align: left;
}

.fauLink {
    color: #005e86;
    text-decoration: underline;
    margin-bottom: 2em;
}

.ur-pd-directory {
    display: inline-block;
    width: 100% !important;
    margin: 0 !important;
}

.ur-pd-container{
	width: 100%;
}

.ur-pd-card {
    display: flex;
    flex-direction: column;
    float: left;
    border: 2px solid #ffb300;
    border-radius: 10px;
    text-align: center;
    padding: 0em;
    margin-bottom: 1em;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
    word-break: break-word;
    overflow: hidden;
    box-shadow: 1px 0px 9px rgb(0,0,0,.25);
    color: #000000;
}

.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 !important;
}

input#searchDir, input#searchText{
    font-size: .889rem;
    padding: .5rem 2.25rem .5rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.dirSearchBar {
    position: relative;
}

button.searchNow, button.clearNow {
    position: absolute;
    top: 6px;
    right: 6px;
}

button.clearNow{
   display: none;
}





.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 label:hover, .filtersList label:focus{
    font-weight: bold;
}

.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;
}

button img {
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    width: 100% !important;
}

button span.name, button div.name {
    font-weight: bold;
    font-family: merriweather;
    margin-bottom: 8px;
}

.ur-pd-directory.card-image-circle button img {
    border-radius: 100px;
}

button.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;
}

.profileBTN {
    color: #ffffff;
    background: #80225F;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-weight: bold;
}

.ur-pd-directory.card-overlay .profileBTN {
    display: none;
}

#scholarshipsdirectory button.ur-pd-card{
    justify-content: center;
}

#scholarshipsdirectory .title{
	font-weight: bold;
    margin-bottom: 0px;
}
#scholarshipsdirectory button .about, #scholarshipsdirectory button .program, #scholarshipsdirectory button .offeredby{
	display: none;
}

#scholarshipsdirectory button.ur-pd-card{
    border-top: 4px solid #F8B300;
}


/*Query Content Type Style*/

button.ur-pd-card.onlyShow, button.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 .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;
}

/*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: #000000;
}

.filters-container label input[type='checkbox']:checked + span.checkbox:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	width: 4px;
	height: 7px;
	background: #F5B93A;
	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: #F5B93A;
	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;}


@media screen and (min-width: 320px){
	
  	.news-events-container {
  		margin-left: 2%;
		margin-right: 2%;
  	}
  
	.cards-container, .events-container{
		width: 100%;
	}
 

	.pd-card-1, .pd-card-2, .pd-card-3{
		width:100%;
	}

	.pd-card-2 {
	    margin: 0 0 2em;
	}
  


	.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{
        float: left;
        height: 0px;
        overflow: hidden;
        margin-right: 1em;
    }

    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){
  
  .cwf-grid__column--page-layout--main{
    max-width: 100% !important;
  }
  
.ur-pd-directory .right-sidebar {
    width: 20%;
    float: left;
}

	.cards-container{
		width: calc(60% - 1em);
	    float: left;
	}
  
  .event-container{
     width: calc(80% - 1em) !important;
  }

	.filters-container{
	    width: 20%;
	    float: left;
	}

	.pd-card-1{
		width:100%;
	}

	.pd-card-2{
		width:50%;
	}

	.pd-card-2{
		width:calc(50% - 1em);
	}

	.pd-card-2:nth-child(odd) {
        margin-right: 0.5em;
    }

	.pd-card-2:nth-child(even){
		margin-left: 0.5em;
	}
  
  
  	.news-events-container .pd-card-2{
		width: 100%;
	}

	.news-events-container .pd-card-2:nth-child(odd) {
        margin-right: 0;
    }

	.news-events-container .pd-card-2:nth-child(even){
		margin-left: 0;
	}


.pd-card-3:nth-child(3n+1) {
    width: calc(33% - .5em);
}
.pd-card-3:nth-child(3n+2) {
    width: calc(33% - .5em);
    margin: 0 1em;
}
.pd-card-3:nth-child(3n+3) {
    width: calc(33% - .5em);
}
  
      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;
}

.postPrevNext {
    display: block;
    margin: 2em 0;
}

#prevPost {
    display: inline-block;
}

#nextPost {
    display: inline-block;
    float: right;
}

.postPrevNext button {
    background-color: #000000;
    color: #ffffff;
    border: 0;
    padding: 0.5em 1em;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.postPrevNext button:hover, .postPrevNext button:focus{
    background-color: #ffba00;
    color: #000000;
}

#sodblog .desc p,
#sodblog .body p,
#sodevents .desc p,
#sodevents .body p,
#sodevents .location p {
	line-height: 1.5 !important;
  	font-size: 1.125em !important;
}



/*************************************************************/

.news-articles__grid-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 1rem;
}

.news-articles__grid {
  	align-items: flex-start;
  	justify-content: center;
  	margin-left: -1.25rem;
    margin-right: -1.25rem;
  	display: flex;
    flex-flow: row wrap;
}

/* Base styles for grid items */
.news-article.grid-item {
    margin-bottom: 1rem !important;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    flex: 0 0 auto;
    position: relative;
    min-height: 0;
    min-width: 0;
}

/* Mobile: Full-width (1 column) */
@media print, screen and (max-width: 39.99em) {
    .news-article.grid-item {
        width: calc(100% - 2.5rem);
    }
}

/* Medium-size screens: 2 columns */
@media print, screen and (min-width: 40em) and (max-width: 63.99em) {
    .news-article.grid-item {
        width: calc(50% - 2.5rem);
    }
}

/* Larger screens: 4 columns */
@media print, screen and (min-width: 64em) {
    .news-article.grid-item {
        width: calc(25% - 2.5rem);
    }
}


.news-article .preview-image-hm {
  	border-bottom: none !important;
  	font-weight: bold;
    word-wrap: break-word;
    transition: 0.2s all ease;
  	line-height: inherit;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.news-article .relative-hm {
	position: relative;
  	overflow: hidden;
}

.news-article .relative-hm img {
    width: 100%;
    transition: 0.2s all ease;
	vertical-align: middle;
    max-width: 100%;
    height: auto;
  	overflow-clip-margin: content-box;
    overflow: clip;
}

.news-article .story-inner-hm {
	padding-top: 0.75rem; 
}

.news-article .title-hm {
    font-size: 1.25rem;
    line-height: 1.2;
}

.news-article .preview-hm {
    color: #606060;
    font-size: 0.813rem;
    line-height: 1.6;
}


















