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

/* ===== Posts ===== */

*:has(> :is(.blog_post, .post_list)) {
	padding-bottom: 60px !important;
	/*border: 3px red solid;	*/
}

.blog_post, .post_list {
	/*display: flex;*/
	justify-content: flex-end;
	/*margin-bottom: 60px;	*/
}

#body, #sidebar {
	display: block;
}

#body {
  flex: 1;
  min-width: 0; /* important for text overflow */	
	background-color: #FFF;
	border-radius: 30px;
	position: relative;
}

.blog_post #body.pad1 {
	padding-bottom: 65px !important;
}

#body h1 {
	padding-top: 40px;
}

#body h1:not(.blog_post #body h1) {
	margin-bottom: 0;
}

#body h2 {
	line-height: 1;
}

.blog_post #body h2 {
	font-size: 1.5em;
}

.blog_post #body :is(p:not(p.big_number),li) {
	font-size: 0.9em;
}

.author.meta {
	font-family: var(--display);
	margin-bottom: 20px;
	transform: translateY(-5px);
}

.topics {
	background-color: var(--light);
	padding: 20px;
	border-radius: 20px 20px 0 0;
	margin-top: 15px;
	font-family: var(--display);
}

.topics + *:not(.wp-block-post-featured-image) {
	margin-top: 30px;
}

.wp-block-post-featured-image {
	position: relative;
	/*transform: translateX(calc(-4vw - 15px));	*/
	width: calc(100% + 8vw + 30px);
	margin-left: calc(-4vw - 15px);
}

#sidebar {
	padding: 15px 0;
    flex-shrink: 0;
    background-color: var(--light);
    font-family: var(--display);
}

#sidebar section {
	border-bottom: 5px solid #FFF;
	margin: 0;
	padding: 17px 17px 2px;
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar ul.latest_posts {
	padding: 0;
}

#sidebar ul.latest_posts li {
	list-style-type: none;
}

#sidebar ul.latest_posts li span {
	font-size: 0.85em;
}

#sidebar a {
	font-weight: 600;
}

#sidebar .more_cats {
	display: none;
}

#sidebar .blog_archives {
	padding-bottom: 19px;
}

#sidebar .select1 .selectric {
  background: var(--hot);
}

/* Triangle arrow */
#sidebar .select1 .selectric .button::after {
  border-top: 11px solid var(--light);
  transform: translateY(-0.5px);
}

#sidebar .share_buttons {
	padding-bottom: 19px;
}

#sidebar .share_buttons img {
   width: 30px;
   margin-top: 5px;
   margin-right: 5px;
   height: auto;
}

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

.post_nav {
	position: absolute;
	inset: 0;
}

.post_nav div {
	display: flex;
	justify-content: flex-end;
	padding: 10px 20px;
	background-color: rgb(227, 255, 255);
	height: fit-content;
	font-family: var(--display);
}

.post_nav div:has(.link_prev) {
	justify-content: space-between;
}

.post_nav div.dtop {
	display: none;
}

.post_nav.nav_foot {
	bottom: 0;
	top: auto;
}

/* Fix Pass Thru */
.post_nav.nav_head {
  pointer-events: none;
}

.post_nav.nav_head a {
  pointer-events: auto;
}

/* ===== Post Listing ===== */

.post_list {
	border-radius: 30px;
	/*border: solid red 2px;*/
	overflow: hidden;
}

.post_list #body {
	padding: 30px;
}

.post_list h3 {
	font-size: 1.4em;
}

.post_list h3 a {
	text-decoration: none;
}

.blog_block {
	margin-bottom: 25px;
}

.blog_block .inner {
	border: solid var(--dark) 2px;
	height: 100%;
	border-radius: 20px;
	padding: 20px 20px 4px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;	
	justify-content: space-between;
}

.blog_block .post_thumb {
	/*width: 100%;*/
	position: relative;
	height: auto;
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-top: -16px;
	margin-bottom: 15px;
}

.blog_block .post_thumb img {
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0 0;
}

.blog_block .inner p {
	font-size: 0.8em;
}

.blog_block .topics {
	width: calc(100% + 32px);
	margin-left: -16px;	
	/*margin-bottom: -16px;*/
	margin-bottom: 0;
	border-radius: 0 0 16px 16px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination > * {
	width: fit-content;
	font-family: var(--display);
}

/* ===== Special Styles ===== */

p.bigp {
	font-size: 2.5em !important;
	font-weight: bold;
	line-height: 1;
}

p.medp {
	font-size: 2em !important;
	line-height: 1;
}

p.introtext {
	font-size: 1.5em !important;
}

p.bgfill1 {
	background-color: #92D4D5;
	color: #FFF;
	padding: 4px 8px;
	border-radius: 100px;
	margin-bottom: 0;
	width: fit-content;
}

.nobold {
	font-weight: normal !important;
}

.caption {
	text-align: center;
	margin-top: 5px;
}

.references {
	font-size: 0.8em;
}

.references li {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.wp-block-group:has(.references) h2 {
	font-size: 1em;
}

figure:has(blockquote) {
	padding: 30px !important;
}

blockquote {
	background-color: #FFF;
	padding: 30px;
	border-radius: 10px;
	color: var(--text); !important;
}

blockquote cite {
	font-size: 0.8em;
	line-height: 1.3;
	color: #254B5F !important;
}

.stagetable_1, .stagetable {
	margin: 0 0 30px 0;
	border: solid 6px var(--dark);
}

.stagetable_1 p, .stagetable p {
	margin: 0;
	padding: 8px;
}

.stagetable_1 div, .stagetable div {
	border: solid 1px var(--dark);
}

.stagetable_1 div:nth-child(odd),
.stagetable_1 div:nth-child(2) {
	font-weight: bold;
}

.stagetable_1 div:nth-child(1),
.stagetable_1 div:nth-child(2) {
	background-color: gray;
	color: #FFF;
	display: none;
}

.stagetable_1 div:nth-child(3) {
	background-color: #f99f1e;
	color: #FFF;
}

.stagetable_1 div:nth-child(5) {
	background-color: #f37022;
	color: #FFF;
}

.stagetable_1 div:nth-child(7) {
	background-color: #cd3c1e;
	color: #FFF;
}

.stagetable_1 div:nth-child(9) {
	background-color: #a3003a;
	color: #FFF;
}

.stagetable_2 div p {
	color: #FFF !important;
}

.stagetable_2 div:nth-child(1) {
	background-color: #244c5a;
}

.stagetable_2 div:nth-child(2) {
	background-color: #387275;
}

.stagetable_2 div:nth-child(3) {
	background-color: #4ea093;
}

.row.colpad > div {
	padding: 15px;
}

.row.colfill.floatright {
	float: right;
	/*width: 50%;*/
}

.row.colfill > div {
	margin-bottom: 15px;
}

.row.colfill > div .wp-block-group {
	background-color: var(--light);
	border-radius: 10px;
	padding: 15px;
	height: 100%;
	align-self: center;
}

.row.colfill > div .wp-block-group p {
	line-height: 1.1;
	margin-bottom: 0.5em;
}

.row.colfill div.justify-content-center > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.row.colfill.bg1 > div .wp-block-group {
	background-color: var(--green-dk);
}

.row.colfill.bg1 > div .wp-block-group p {
	color: #FFF;
}

.stat {
	font-family: Barlow, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 0;
	line-height: 0.85 !important;
}

.doublestack em {
	background-color: var(--green-dk);
	padding: 5px 10px;
	border-radius: 100px;
	color: #FFF;
	font-size: 0.75em;
	margin-bottom: 1em;
	line-height: 2;
}

.round_img img {
	border-radius: 1000px;
}

.combobox > div {
	border-radius: 25px;
	padding: 15px;
}

.combobox > div:first-child {
	background-color: #F9DF84;
}

.combobox > div:nth-child(2) p {
	font-size: 4em;
	margin-bottom: 0;
	font-weight: bold;
}

.combobox > div:last-child {
	background-color: #AEEEB3;
}

.row.leftlines {
	margin: 12px 0 12px 5px;
}

.row.leftlines > div {
	border-left: solid 2px #59A193;
}

div > .big_number ~ * { 
	/*background-color: paleturquoise;*/
	position: relative;
	z-index: 10;
	padding-left: 40px;
}

.big_number {
	font-size: 3em;
	font-weight: bold;
	font-family: Barlow, Helvetica, sans-serif;
	position: absolute;
	color: var(--green-dk);
	z-index: 0;
	line-height: 0.75 !important;
}

@media(min-width: 576px) {

	figure.alignright {
		width: fit-content;
  		/*float: inherit;*/
  		float: right;
  		max-width: 250px;
  		height: auto;
  		margin-left: 1.5em;
	}

}

@media(min-width: 768px) {

	.blog_post, .post_list {
		display: flex;
	}

	#body {
		flex: 1;
	}

	#body h1 {
		padding-top: 0px;
	}	

	#sidebar {
		padding: 4vw 0 15px;
		width: 300px;
	}

	.wp-block-post-featured-image {
		width: calc(100% + 8vw + 15px);
	}	

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

	.post_nav div.dtop {
		display: flex;
	}

	.post_nav .m_only {
		display: none;
	}

	/* ===== Special Styles ===== */

	.row.colfill.floatright {
		width: 50%;
		margin-left: 20px;
	}		

}

@media(min-width: 1200px) {

	.blog_post #body.pad1 {
		padding-bottom: 4vw !important;
	}	
	
	.blog_post, .post_list {
		border-radius: 30px;
	}

	.wp-block-post-featured-image {
		width: calc(98% + 8vw);
	}	

	.wp-block-post-featured-image img {
		border-radius: 0 30px 30px 0;
	}	
}