#single-article-2023 .article--body .block-podium-plus, 
.editor-styles-wrapper .block-podium-plus {
	font-size:100%;
  background-color: #fcfcfc;
  margin-bottom: 1.25rem;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-wrapper, 
.editor-styles-wrapper .block-podium-plus {
	border: 1px solid #f2f2f2;
}



#single-article-2023 .article--body .block-podium-plus .podium-plus-block-top,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-top,
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-extended-content-inner-wrapper,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-extended-content-inner-wrapper {
	padding:1.3em 2em 1em;	
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-top,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-top {
	padding-bottom:0px;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-extended-content-inner-wrapper,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-extended-content-inner-wrapper {
	padding-top: 0px;
}

#single-article-2023 .article--body .block-podium-plus h1, 
.editor-styles-wrapper .block-podium-plus h1,
#single-article-2023 .article--body .block-podium-plus h2, 
.editor-styles-wrapper .block-podium-plus h2,
#single-article-2023 .article--body .block-podium-plus h3, 
.editor-styles-wrapper .block-podium-plus h3,
#single-article-2023 .article--body .block-podium-plus h4, 
.editor-styles-wrapper .block-podium-plus h4,
#single-article-2023 .article--body .block-podium-plus h5, 
.editor-styles-wrapper .block-podium-plus h5 {
	font-family: var(--heading-font), sans-serif;
}
#single-article-2023 .article--body .block-podium-plus p, 
#single-article-2023 .article--body .block-podium-plus a, 
#single-article-2023 .article--body .block-podium-plus li,
.editor-styles-wrapper .block-podium-plus p, 
.editor-styles-wrapper .block-podium-plus a, 
.editor-styles-wrapper .block-podium-plus li {
	font-family: var(--body-font), 'serif';
}
#single-article-2023 .article--body .block-podium-plus a,
.editor-styles-wrapper .block-podium-plus a {
	color:#39709f;
}
#single-article-2023 .article--body .block-podium-plus a:hover,
.editor-styles-wrapper .block-podium-plus a:hover {
	color:#1e3b54;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-header-wrapper,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-header-wrapper {
	margin: 0 0 1em 0;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-header,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-header {
	font-size:1.75em;
	margin: 0;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-subheading,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-subheading {
	font-size:1.25em;
	margin: 0;
}



#single-article-2023 .article--body .block-podium-plus h4,
.editor-styles-wrapper .block-podium-plus h4 {
	margin:0;
}
#single-article-2023 .article--body .block-podium-plus h4:first-of-type,
.editor-styles-wrapper .block-podium-plus h4:first-of-type {
	font-size: .96em;
	margin-top:6px;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-extended-content-toggle,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-extended-content-toggle {
	width:100%;
	padding:10px 0;
	text-align: right;
	background: var(--gray-20);
	cursor:pointer;
	margin:0;
	clear:both;
	float:none;
	transition: background-color .25s linear;
}
#single-article-2023 .article--body .block-podium-plus .podium-plus-block-extended-content-toggle h5,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-extended-content-toggle h5 {
	font-size:1em;
	margin:0px !important;
	padding:0 1.5em 0 0;
	color: var(--blue-60);
}
/* 
#single-article-2023 .article--body .block-podium-plus .podium-block-header .podium-block-header-inner-wrapper, 
.editor-styles-wrapper .block-podium-plus .podium-block-header .podium-block-header-inner-wrapper {
  display: flex;
  flex-direction: row;
} */
/* #single-article-2023 .article--body .block-podium .podium-block-header .podium-block-header-content, 
.editor-styles-wrapper .block-podium .podium-block-header .podium-block-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */


#single-article-2023 .article--body .block-podium-plus .podium-block-body,
.editor-styles-wrapper .block-podium-plus .podium-block-body {
  padding: 2rem;
	position:relative;
	top:0;
	left:0;
	width:100%;
	float:none;
  border-bottom: 1px solid #f2f2f2;
}
#single-article-2023 .article--body .block-podium-plus .podium-block-body {
	display:none;
}
.editor-styles-wrapper .block-podium-plus .podium-block-body {
	display:block;
}

#single-article-2023 .article--body .block-podium-plus .podium-plus-block-featured-image,
.editor-styles-wrapper .block-podium-plus .podium-plus-block-featured-image {
	display: block;
	float:right;
	width:33%;
	padding-left: 22px;
	margin:6px 0 1em 1.5em;
}

@media screen and (min-width:560px) and (max-width:800px){
	#single-article-2023 .article--body .block-podium-plus .podium-plus-block-featured-image,
	.editor-styles-wrapper .block-podium-plus .podium-plus-block-featured-image {
		width:40%;
	}
}	

@media screen and (max-width:560px){
	#single-article-2023 .article--body .block-podium-plus .podium-plus-block-featured-image,
	.editor-styles-wrapper .block-podium-plus .podium-plus-block-featured-image {
		width:100%;
		float:none;
		margin:0 0 1em 0;
		padding:0;
	}
}	

#single-article-2023 .article--body .block-podium-plus .podium-block-header h2,
.editor-styles-wrapper .block-podium-plus .podium-block-header h2 {
	font-size:1.25em;
	margin:0;
	color:#333;
  font-weight: bold;
}
#single-article-2023 .article--body .block-podium-plus .podium-block-header h4,
.editor-styles-wrapper .block-podium-plus .podium-block-header h4 {
	font-size:.9em;
	color:#97918f;
	margin-top:6px;
	font-weight:400;
}	

