@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	min-width: 100%;
}

main {
	padding-bottom: 45px;
}

img.wp-post-image {
/*	border: 5px solid red;*/
	width: 100%;
	height: auto;
}

.ptop p {
	position: relative;
	z-index: 10;
}

.paywall {
	display: none;
/*background-color: gray;*/
}

.share_buttons {
	border-top: solid 1px #c8cad2;
	border-bottom: solid 1px #c8cad2;
	padding: 10px 0;
	margin: 15px 0;
}

.share_buttons img {
	width: 30px;
	height: auto;
	margin: 0 5px;
}

.single h1 {
    color: #CC539E;
    font-size: 1.8em;
    line-height: 1.1;
    margin-bottom: 0.5em;	
}

.single h2 {
	font-size: 1.2em;
}

.single h3 {
	font-size: 1em;
	font-weight: bold;
}

.summary {
	margin-bottom: 30px;
}

.overlay {
	background: rgb(0,0,0);
/*	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7371323529411764) 100%);*/
/*	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7371323529411764) 100%);*/
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 100%);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50;
	top:0;
}

.readmore {
	position: fixed;
	top: 150px;
/*	top: auto;*/
	left: auto;
	z-index: 52;
	padding-top: 45px;
}

.full_text {
/*	position: fixed;*/
}

.paywall {
	opacity: 0.5;
}

.readmore h1,
.readmore p {
	color: #FFF !important;
}

.readmore h1 {
	font-size: 3em;
}

.readmore a.btn {
	border: solid 2px #FFF;
}

.references {
	font-size: 0.8em;
}

.resource a.btn {
	margin: 0 12px 12px 0;
}

/*.special_list {
	padding-left: 3em;
}

.special_list .number + p {
	position: relative;
	top: -3em;
	margin-bottom: -3em;
}

.special_list img {
	margin-bottom: 3em;
}*/

.special_list p {
/*	position: relative;
	display: inline;*/
}

.special_list .number {
	display: none;
}

/* ======= News  ======== */

.news .img_link {
	max-width: 500px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}

.news .extLink.btn {
	display: inline-block;
}

/* ======= Blog ======== */

.blog_content .wp-block-post-featured-image img {
	display: none;
}

/* ======= Post Nav ======== */

.post_nav {
    padding: 0;
}

.post_nav img {
    width: 14px;
    height: auto;
    position: relative;
    top: -2px;
}

.post_nav span {
    display: none;
}

.post_nav a {
	text-decoration: none;
	color: #9F2671;
}

.post_nav .next a:hover,
.post_nav .prev a:hover  {
    color: #000;
}

.post_nav .next img {
    rotate: 180deg;
}

.post_nav .next {
    text-align: right;
}

/* ====== Team Bios ====== */

.bio .headshot {
	background-image: url(/wp-content/uploads/2024/01/progenyhealth_team_bio_headshot_keyline.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0;
	max-width: 300px;
}

.bio .headshot img {
	text-align: center;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}

.bio .hero.col_text {
/*	padding-right: 0;*/
	text-align: center;
}

.bio .hero.col_text p {
	line-height: 1.2;
}

.bio .leadin {
	font-weight: 500;
	margin-bottom: 20px;
}


.bio h1 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 5px;
	line-height: 1;
}

.bio h1.spot:before {
	top: -20px;
	left: -65px !important;
}

.bio h1 span {
	font-size: 0.8em;
}

.subnav, .breadcrumbs {
	margin-top: 0;
	background-color: #F3F6F5;
	padding: 10px 0;
}

.breadcrumbs.container-fluid {
	margin-bottom: 30px !important;
}

.subnav span {
	width: 100%;
}

.subnav ul {
	padding: 0;
/*	margin: 30px 0;*/
/*	display: flex;*/
	justify-content: space-between;
	margin-bottom: 0;
	text-align: center;
}

.subnav li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
/*	margin-right: 5px;*/
}

.subnav li:before {
	content: none;
}

.subnav li a {
	color: #4F5972;
	padding: 15px;
	cursor: pointer;
	font-family: 'Source Serif 4',Georgia,serif;	
	text-decoration: underline !important;
}

.subnav li a:hover {
/*	text-decoration: underline;*/
}

.subnav li a.active {
	color: #9F2671;
	font-weight: bold;
}

/* ==== Full Article ===== */

.full_text .share_buttons {
	border-bottom: none;
}

.full_text .dc_button {
	width: 100%;
	display: block;
	border-top: solid 1px #c8cad2;
	border-bottom: solid 1px #c8cad2;
	margin: 15px 0;
}

.full_text .dc_button a {
	margin-top: 15px;
	margin-bottom: 15px;
}

.single .full_text h2 {
	font-size: 1.8em !important;
	font-weight: bold;
	margin-bottom: 6px;
}

.single .full_text h2 ~ .largep {
/*	background-color: yellow;*/
	position: relative;
	top: -8px;
}

.single .full_text h3 {
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

.single .full_text figure {
	margin-bottom: 30px;
}

figure.wp-block-post-featured-image {
	display: none;
}

.download_block {
	background-color: #CC4E9D;
	padding: 15px;
/*	margin: 40px 0;*/
	text-align: center;
/*	border-radius: 20px;*/
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 1000;
}

.download_block .row {
	justify-content: center;
}

.download_block .row > div {
	align-self: center;
	text-align: center;
}

/*.download_block .row > div:has(figure) figure {
	text-align: right;
	background-color: lime;
}*/

.download_block img {
	max-width: 250px;
}

.download_block .btn {
	padding: 30px;
}

.download_block .close {
	position: absolute;
	top: 20px;
	right: 20px;
	fill: #FFF;
	display: block;
	cursor: pointer;
}

.download_block .close svg {
	width: 40px !important;
	height: 40px !important;
}

body .stats_style_2 {
	background-color: #F4F5F4;
	border-radius: 20px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.stats_style_2 .row > div {
	border-left: none;
	border-top: solid 2px #BBC1E2;
}

.stats_style_2 .row > div:first-child {
	border: none;	
}

.stats_style_2 p {
	font-size: 1em;
}

.stats_style_2 strong,
.stats_style_3 strong {
	font-weight: 500;	
	font-family: 'Source Serif 4',Georgia,serif;
}

.stats_style_2 strong {
	font-size: 1.8em;	
	color: #9F2671;
}

.stats_style_3 strong {
	font-size: 3em;	
	color: #27355F;
	font-weight: bold;
}

.stats_style_3 figure {
	margin-bottom: 0 !important;
}

.stats_style_3 .spot:before {
/*	width: 120%;
	height: 0;
	padding-bottom: 120%;*/
}

.stats_style_3 p {
	margin-bottom: 0;
}

.stats_style_3 + .quote {
	margin-top: 2em;
}

.row-stats h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
}

div.mb-0 > figure {
	margin-bottom: 0 !important;
}

div.mb-0 + .dc_button {
	margin-top: 0 !important;
}

.quote strong {
	font-weight: 300;
	font-family: 'Source Serif 4',Georgia,serif;
	font-size: 1.2em;
	line-height: 1;
}

.quote p:nth-child(2) {
	color: #9F2671;
	font-family: 'Source Serif 4',Georgia,serif;
	margin: 0 0 5px 0;
	line-height: 1;
}

.quote p:nth-child(3) {
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}

.quote_2 p {
	font-family: 'Source Serif 4',Georgia,serif;
	font-size: 1.5em;
}

.quote_2 p:last-child {
	font-family: 'Source Sans 3',Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.callout_1 {
	background-color: #F4F5F4;
	border-radius: 20px;
/*	margin: 20px 0;*/
}

.callout_1 p {
	padding: 30px;
	padding-top: 0;
	font-size: 1.2em;
}

.callout_2 {
	background-color: #FAEDF4;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	border-top: none !important;
}

.callout_2.bg2 {
	background-color: #EDEEF7 !important;	
}

.sidebar_content h3 {
	font-size: 1em !important;
}

.sidebar_content p,
.sidebar_content li {
	font-size: 0.9em;
}

/* ===== MCM WP ===== */

.mcm_wp h2 {
	margin-bottom: 20px !important;
}

.mcm_wp p {
	margin-bottom: 20px;
}

@media(min-width: 768px) {

	main {
		padding-top: 45px !important;
	}	

	.bio .hero.col_text {
		text-align: left;
		padding-right: 0;
	}

	.bio .headshot {
		max-width: 100%;
	}

	.bio h1 {
		font-size: 2.2em;
	}

	body .stats_style_2 {
		background-color: #F4F5F4;
		border-radius: 20px;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.stats_style_2 .row > div {
		border-left: solid 2px #BBC1E2;
		border-top: none;
	}

	.stats_style_2 .row > div:first-child {
		border: none;	
	}

	.stats_style_3 .spot:before {
		width: 120%;
		height: 0;
		padding-bottom: 120%;
	}	

	.stats_style_3 + .quote {
		margin-top: 6.5em !important;
	}	

	.special_list span {
		display: none;
	}

	.special_list {
		padding-left: 3em;
	}

	.special_list .number {
		display: inline-block;
		position: relative;
		left: -1em;
		font-size: 3em;
		font-family: 'Source Serif 4',Georgia,serif;
		font-weight: bold;
		line-height: 1;
		color: #b9bddb;	
	/*	top: -3em;*/
	}

	.special_list .number + p {
		position: relative;
		top: -3em;
		margin-bottom: -3em;
	}

	.special_list img {
		margin-bottom: 3em;
	}	

	
	ol.accsble_list {
	  counter-reset: item;
	  list-style: none;
	  padding-left: 0;
	}

	ol.accsble_list li {
	  counter-increment: item;
	  margin: 0.5em 0;
	  position: relative;
	  padding-left: 2.5em;
	  margin-bottom: 30px;
	}

	ol.accsble_list li::before {
	  content: counter(item) ".";
	  position: absolute;
	  left: 0;
	  top: -0.5em;
/*	  width: 2em;
	  height: 2em;*/
	  font-family: 'Source Serif 4',Georgia,serif;
	  /*background: #b9bddb;	*/
	  color: #b9bddb;
	  font-weight: bold;
	  text-align: center;
	  /*line-height: 2em;*/
	  /*border-radius: 50%;*/
	  font-size: 3em;
	}	
	
}