.project-types{ display: none; }
/*left align widget titles DP #7740353-hc*/
h3.widget-title {
    text-align:left;
}
/*Hide dashes in widget titles*/
.widget-title:before, .widget-title:after{
display: none;
}
span.wpl-count-text{
display: none;
}
/* Reduce Thumbnail Size in Portfolio Shortcode | #8716982-hc Kf */
.jetpack-portfolio-shortcode .portfolio-featured-image img  {
    max-width:50%;
}
/*Adjust spacing for portfolio projects | jp-8717645-hc*/
body.page  .portfolio-featured-image + .portfolio-entry-title {
  margin-top: .18em;
}
body.page  .portfolio-entry-title + .portfolio-entry-meta {
  margin-top: .12em;
}

body.page .portfolio-entry-content {
  margin: 0.25em 0 0;
}

body.page .portfolio-entry {
	margin-bottom: 1.5em;
}

/* Titles: decrease the line height -- 8719490-hc (EZ) */
.portfolio-featured-image + .portfolio-entry-title {
  line-height: 1.1;
}
/* Hide sharing buttons on Patient Stories page | BC 8885827-hc */
.page-id-275 .sharedaddy {
  display: none;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list, #secondary.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list {
	text-align: left !important;
}
/*Homepage Slider Display Adjustments*/
.page-id-14 div.site-content, div#primary{
  padding-top: 0px;
}
@media screen and (max-width: 1000px) {
    div#page.site {
        margin: 2%;
        padding: 0;
    }
}
/* Grid style */
.display-posts-listing.grid {
	display: grid;
  grid-gap: 32px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid .post_tag { display: block; 
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
	padding-bottom: 16px;
	width: 200px
}

@media (min-width: 900px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.category-1536 h1.page-title {overflow: hidden; text-indent: -400px;}


/* reduce line height of titles & remove underline | DZ-10274592-hc */
.page-id-1322 .display-posts-listing.grid .title {
    display: block;
    line-height: 35px;
}

.page-id-1322 .entry-content a {
    text-decoration: none;
}

/*Remove "Posted in" from shortcode and add line break after tag name - 10279063-hc*/
.category-display-label {
	display: none;
}
.category-display:after {
	content:"\a";
	white-space: pre;
}

.page-id-1171 .entry-content a {
    text-decoration: none;
}
/* change color content posts h3 11770913-hc */
.entry-content h3 {
    color: #682F79;
}
 /* change font style vietnamese post 11770913-hc */ #post-1600 h1, #post-1600 h3 { font-family: vollkorn; }

/*Remove some of the margin to the left of right-aligned quote blocks - 13657861-hc*/
.wp-block-pullquote.alignright p {
	margin-left: 0.02em;
}
/* change blockquote quotation mark color | KW-13658120-hc */
blockquote:before {
	color: #682f79;
}

/* change blockquote text color | KW-13658120-hc */
.wp-block-pullquote blockquote, blockquote {
	color: #682f79;
}