/*
Theme Name: Jr2022
Description: Wordpress-based theme
Version: 2022
*/


body,html {
	width:100%;
	height:101%;
}

body {
	font-family: 'Tahoma',sans-serif;
	font-kerning: normal;
	font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "ss01" 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	margin: 0px;
	padding: 0px;
}

/* ––––––––––––––– */

body, html {
	font-size: 16px;
	line-height: 24px;
	font-weight:normal;
}

h3,
#csw {
	font-size: 16px;
	line-height:16px;
	font-weight:normal;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: none;
/*	border-top: 0px dotted #999999 !important; */
}

hr.wp-block-separator {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-block-separator { 
	border-top: none;
	border-bottom: 1px dotted #999;
}

.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

li.vid { 
	width: 595px; 
	padding-left: 5px;
}

span.no_credit {
	color: rgb(180,180,180); 
}

span.no_value {
	color: rgb(180,180,180);
	display: block !important;
}

/* ––––––––––––––– */

#page {
	text-align: left;
}

.wrap_page_holder {
	/*position: absolute;
	width: 100%;
	min-width: 1225px;*/
}

.wrap_jr_submenu {
	position: absolute;
	width: 100%;
	min-width: 1225px;
}
	
#header {
	margin: 7px 9px 0;
	height: 192px;
	width: 1000px;
    z-index: 1;
}

.title {
	width: 350px;
}
	
.text {
	/*min-height: 390px;*/
	max-width: 500px;
	}

.images {
	min-height: 275px;
	}

.pdf {
	padding-bottom:10px;
	display: flex;
}

.list {
	padding-bottom:10px;
}

.cpt {
	padding-top:10px;
	padding-bottom:10px;
	line-height: 19px;
}

.copy {
	position:absolute;
	width: 185px;
	right: 33px;
	bottom: 10px;
	text-align: right;
	color:rgb(180, 180, 180);
	}

.seperator {
	border-top:1px dotted rgb(180, 180, 180);
	padding-top: 10px;
}

#ticker {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.brdr {
	border-top:1px dotted #999;
}

.searching {
	padding: 1px;
	border: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Tahoma', san-serif;
	width: calc(100% - 25px);
	color: rgb(160, 160, 160);
	text-align: start;
}

.padlhs-10 {
	padding-left: 10px !important;
}

.padrhs-10 {
	padding-right: 10px;
}

.intro_jr {
	width: calc(30% - 20px);	
}

/* ––––––––––––––– */

#headercontain {
	/*height: 50px;*/
	z-index: 2;
	}

#headercontain #wrap_content,
#headercontain #jr_submenu {
	width:600px;
	}

#headercontain #wrap_content {
	position:relative;
	float: left;
	top:42px;
	}
		
#headercontain #wrap_content h3 {
	position:relative;
	width:600px;
	color: rgb(0, 0, 0);
	}

#headercontain #wrap_content h3 ul {
	float:left;
	width:565px;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px dotted rgb(180, 180, 180);
	}
	
#headercontain #wrap_content h3 ul li {
	float:left;
	padding-right: 15px;
	list-style: none;
	}

/* ––––––––––––––– */

#custompage_holder {
	width: 1000px;
	padding-left: 50px;
}

.entry_oage.text {
	width: 375px;
}

.entry_page_img	{
	width: calc(100% - 545px);
	display: flex;
	flex-wrap: wrap;
	align-self: start;
}

.entry_page_img .wp-caption p.wp-caption-text {
	margin: 10px;
	margin-top: 0px;
}

.entry_page_img.phd	{
	width: calc(100% - 625px);
	display: flex;
/*	flex-direction: row; */
	flex-wrap: wrap;
	align-self: start;
}

.entry_page_img .wp-caption,
.entry_page_img.phd .wp-caption {
	width: calc(25% - 10px) !important;
	padding: 5px;
	height: auto;
}

.entry_page_img .wp-caption img,
.entry_page_img.phd .wp-caption img
/*,
.entry_page_img.phd p img*/ {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry_page_img p,
.entry_page_img.phd p {
	padding: 5px;
	margin: 5px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
}

.entry_page_img.phd p img {
	width: calc(25% - 10px) !important;
	margin: 5px;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry_page_img .wp-caption p,
.entry_page_img.phd .wp-caption p,
.entry_page.strct .wp-caption p,
.entry_page.mthd .wp-caption p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	padding: 0px !important;
	height: auto;
}

.entry_page_img p iframe, 
.entry_page_img.phd p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sml_ttl {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

.archive h3.search {
	width: 100%;
	margin: 10px;	
}

#custompage_holder .post_page .custompage h3,
.archive.sngl .post_page .custompage h3 {
	border-top: 0px dotted rgb(180, 180, 180);
}

#custompage_holder .post_page h3,
.archive.sngl .post_page h3 {
	border-top: 1px dotted rgb(180, 180, 180);
	height: 100%;
}

#custompage_holder .post_page h3 ul,
.archive.sngl .post_page h3 ul {
	padding-left: 0px;
	margin: 10px;
	margin-left: 0px;
}

#custompage_holder .post_page h3 ul li,
.archive.sngl .post_page h3 ul li {
	padding-left: 0px;
	line-height: 27px;
	list-style: none;
}

.slide-overlay { 
	font-size: 12px;
	width: 550px;
	padding: 10px;
	padding-left: 0px !important;
	padding-right: 0px;
}

.slide-overlay a {
	display: inline-block;
}

.thumb {
	padding-right: 10px;
}

/* ––––––––––––––– */

.container.menu {
	display: table; 
	float:right; 
	padding-left: 10px;
}

.container.archive {
	top:113px; 
	float:right; 
	padding-right: 10px;
}


.container #jr_submenu {
	width: 275px;
	padding:0px;
	float:right;
}

.container #jr_submenu h3 {
	position:relative;
	width:100%;
	color: rgb(83, 133, 207);
/*	color: rgb(180, 180, 180); */
}
	
.container #jr_submenu h3 ul {
	/*position:absolute;
	float:right;*/
	right: 0px;
	margin: 0px;
	padding: 0px;
	/*padding-right: 50px;
	width: 200px;*/
}
	
.container #jr_submenu h3 ul li {
	margin-left: 15px;
	padding-right: 10px;
	line-height: 24px;
	list-style: none;
}

/* ––––––––––––––– */

.container .wrap_page_holder {
	/*position: absolute;
	width: 100%;
	min-width: 1200px;*/
	}

.container .wrap_page_holder h3 {
	padding-bottom:0px;
	padding-top: 0px;
	/*position:absolute;
	min-width: 990px;
	min-height:294px;
	right:260px;
	float:right;*/
	text-align: right;
	line-height: 23px;
	}
	
.container .wrap_page_holder h3 ul {
	padding:0px;
	margin-top: 0px;
	}

.container .wrap_page_holder h3 ul li {
	line-height: 24px;
	/*padding-bottom: 5px;*/
	}

/* ––––––––––––––– */

.container #intro_holder {
	padding:0px;
	position:relative;
	top:5px;
	left:50px;
	width:560px;
	min-height:294px;
	text-align: left;
	z-index:0;
	}

.container #custompage_holder {
	padding:0px;
	position:relative;
	left:50px;
	width:560px;
	min-height:294px;
	top:5px;
	z-index:0;
	border-top: 1px dotted rgb(180, 180, 180);
	border-bottom: 1px dotted rgb(180, 180, 180);
	}

.container #custompage_holder .custompage h3 {
	padding-top: 5px;
	padding-bottom: 20px;
	color: rgb(0, 0, 0);
	}

.container #custompage_holder .post_page .entry_page p {
	width:560px;
	text-align: left;
	}

.container #custompage_holder .post_page .entry_page_img {
	position:absolute;
	width:560px;
	text-align: left;
	top:0px;
	left:600px;
	}
	
.container #custompage_holder .post_page .entry_page_img .photospace .thumbs_wrap2 {
	display: none;
	}

.index_meta {
	padding-top: 0px; 
	width: 200px;
	}

.container #jrcontent {
	padding:0px;
	padding-top:20px;
	position:relative;
	left:50px;
	top:0px;
	width:400px;
	min-height:294px;
	z-index:0;
	}

.container #jrcontent .entry_page_img {
	position:absolute;
	width:560px;
	text-align: left;
	top:0px;
	left:600px;
	padding-top: 0px; 
	width: 200px;
	}
	
.container #jrcontent .index_meta {
	position:absolute;
	width:560px;
	text-align: left;
	top:20px;
	left:500px;
	padding-top: 0px; 
	width: 200px;
	}
	
.container {
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	}

.container #wrap_content {
	width:900px;
	margin:0px;
	position:relative;
	height:100px;
	}
	
.container #wrap_content h3 {
	width:650px;
	left:50px;
	top:25px;
	position:relative;
	}

.container #wrap_content h3 ul {
	float:left;
	padding-left: 20px;
	}
	
.container #wrap_content h3 ul li {
	float:left;
	padding-right: 15px;
	}

.container.archive.main {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float:none;
	width: 100%;
	height: auto;*/
}

.container.nu.archive.main {
	display: flex;
	flex-direction: row;
	width: calc(100% - 100px);
	height: calc(100vh - 274px);
	padding: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	align-content: center;
}

.container.nu.archive.main img {
	width: 100%;
	height: auto;
	padding: 0px;
	display: block;
/*	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);*/
}

/*
.container.nu.archive.main .intro_jr {
	width: 20%;
	padding: 0px;
	margin: 0px;
	justify-content: center;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	overflow-y: hidden;
	align-self: flex-start;
	
}

.container.nu.archive.main .intro_jr.txt {
	box-shadow: none;
	width: calc(50% - 100px);
	margin: 50px;
	align-self: auto;
	align-content: space-around !important;
}
*/

.container.nu.archive.main .intro_jr,
.container.nu.archive.main .intro_sw,
.container.nu.archive.main .intro_csp,
.container.nu.archive.main .intro_srwq,
.container.nu.archive.main .intro_nu {
	width: 20%;
	padding: 0px;
	margin: 0px;
	align-self: flex-start;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}

.entry.intro_sw a.image {
	display: flex;
	flex-direction: column;
}

.entry.intro_sw a.image,
.entry.intro_csp a.image,
.entry.intro_srwq a.image,
.entry.intro_nu a.image {
	display: flex;
	flex-direction: column-reverse;
 }
 
.container.nu.archive.main .intro_jr .caption,
.container.nu.archive.main .intro_sw .caption,
.container.nu.archive.main .intro_csp .caption,
.container.nu.archive.main .intro_srwq .caption,
.container.nu.archive.main .intro_nu .caption {
	margin: 5px;
}

.container.archive.main p {	
	/*width: 900px;
	height: auto;
	margin: 0px auto;*/
	margin: 0px;
	padding: 0px;
}

.container.archive.main img {
	/*width: calc(50% - 50px);
	width: 100%
	height: auto;
	padding-left: 50px;*/
	width: calc(50% - 50px);
	padding-left: 50px;
	height: auto;
}

ul#menu-front.menu li {
	padding: 5px;
}

.container.archive.cat {
	top: 66px; 
	float: right; 
	padding-right: 10px;
	width: 340px;
}
	
/* ––––––––––––––– */

li {
	list-style: none;
}

/* ––––––––––––––– */

.custompage {
	padding-left:5px;
	padding-bottom: 20px;
}

.post_page {

}	
	
.post_page .entry_page {

}

.post_page .entry_page p {

}

.post_page .entry_page p iframe {
	display: block;
}

.post_page .entry_page_img {
	position:relative;
}	
	
/* Main */

#wrap	{
	position:relative;
	background-image:none;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#wrap #wrap_main,
#wrap .menu-base-container,
#wrap .menu-head-container,
#wrap .menu_front {
	padding: 50px;
	width: calc(50% - 100px);
}

#wrap .menu-base-container,
#wrap .menu_front {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#wrap .menu-base-container ul,
#wrap .menu_front ul {
	margin: 0px;
	padding: 0px;
	display: flex;
}

#wrap .menu-base-container ul li,
#wrap .menu_front ul li {
	margin-right: 10px;
	margin-left: 10px;
}

#wrap #wrap_main h3 {
	padding: 5px;
	/*padding-bottom: 25px;
	max-width: 990px;*/
	border-bottom: 0px dotted rgb(180, 180, 180);
}

#wrap #wrap_main.main h3 {
	padding-bottom: 0px;
	max-width: 990px;
}

#wrap .menu-head-container ul#menu-head {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#wrap .menu-head-container ul#menu-head.menu li {
	margin-right: 15px;
}

#news { 
	display: flex;
	flex-direction: row-reverse;
	padding: 50px; 
	padding-top: 0px;
	min-height: calc(100vh - 300px);
}

#news section {
	
}

#news section .post_id,
#news section .post_cntnt {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

#news section .post_id.sngl,
#news section .post_cntnt.sngl {
	flex-direction: row;
}

#news section .post_id.hide {
	display: none;
}

#news section .post_cntnt {
	display: none; 
	max-width: 800px;
	padding-left: 40px;
}
#news section .post_cntnt.hide {
	display: block;
}

#news section .post_id div#title,
#news section .post_id div#title.archive {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 14px;
	color: rgb(83, 133, 207);
}

#news section .post_id div#date {
	padding: 0px;
}

#news section .post_id div#entry {
	padding:15px;
}

#news section .index_meta {
	float: right;
}

#news section.index_archives {
	width: 300px;
	display: none;
}

#news section.index_archive_posts {
	width: calc(100% - 0px);
}

/*

.kh-accordion {
	padding: 0;
	list-style: none;
}
.kh-accordion > li {
	border: 1px solid #ccc;
}
.kh-accordion > li + li {
	margin-top: 5px;
}
.kh-accord-head {
	padding: 8px 15px;
	color: #1e1e1e;
	cursor: pointer;
	background: #e6e6e6;
	transition: all 0.2s ease-in;
}
.kh-accord-content {
	padding: 10px 20px;
	display: none;
}
.kh-accordion > li.current .kh-accord-content {
	display: block;
}

*/

#news .post_intro {
	width: 800px;
}

#news.intro {
	flex-direction: column;	
}

#news .post_endorse {
	width: 650px;
	border-bottom:1px dotted #999;
}

#news.intro .post_endorse .entry.intro {
	width: calc(100% - 10px);
	margin: 5px;
}

#news .ftnt { 
	width: 640px;
	padding: 5px;
	font-size: 12px;
}

.grey { color: rgb(180, 180, 180); }

.cycle,
.cycle img { 
	width: 100%; 
	height: auto;
}

.cycle { 
	cursor: pointer;
}

.boxshadow { 
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

/* LINKS */

a, 
a:active, 
a:visited { 
	text-decoration: none; 
	color: rgb(83, 133, 207); 
	border: 0px; 
/*	display: block;
	display: flex;
	flex-direction: row; */
}	
a:hover { 
	text-decoration: none; 
	color: rgb(0, 0, 0); 
	border: 0px; 
}

.entry a,
.entry a:active, 
.entry a:visited 
.entry a:hover {
/*	color: rgb(0,0,0) !important; */
}

.entry_news a,
.entry_news a:active, 
.entry_news a:visited {
	flex-direction: row;
}

.entry.intro a,
.entry.intro a:active, 
.entry.intro a:visited,
.ftnt a,
.ftnt a:active, 
.ftnt a:visited {
	/*display: inline-block;*/
}

.jr_intro a,
.jr_intro a:link, 
.jr_intro a:active, 
.jr_intro a:visited,
.jr_sw a,
.jr_sw a:link, 
.jr_sw a:active, 
.jr_sw a:visited,
.jr_csp a,
.jr_csp a:link, 
.jr_csp a:active, 
.jr_csp a:visited,
.jr_srwq a,
.jr_srwq a:link, 
.jr_srwq a:active, 
.jr_srwq a:visited 	{ 
	text-decoration: none; 
	color: rgb(83, 133, 207); 
	border-bottom: 1px dotted rgb(255,255,255); 
}

.jr_intro a:hover,
.jr_sw a:hover,
.jr_csp a:hover,
.jr_swrwq a:hover { 
	text-decoration: none; 
	color: rgb(0,0,0); 
	border-bottom: 1px dotted rgb(0,0,0);
}

h3 a, 
h3 a:active, 
h3 a:visited {
    text-decoration: none;
/*	color: rgb(180, 180, 180);
	border-bottom: 0px; */
}

h3 a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
/*	border-bottom: 1px dotted rgb(0, 0, 0); */
}

#jr_submenu h3 a, 
#jr_submenu h3 a:active, 
#jr_submenu h3 a:visited,
.post_page h3 a, 
.post_page h3 a:active, 
.post_page h3 a:visited {
    text-decoration: none;
	color: rgb(0, 0, 0);
/*	border-bottom: 0px !important; */
}
	
#jr_submenu h3 a:hover,
.post_page h3 a:hover {
	text-decoration: none;
	color: rgb(180, 180, 180);
/*	border-bottom: 1px dotted rgb(0, 0, 0); */
}

#jr_submenu h3 .current a, 
#jr_submenu h3 .current a:active, 
#jr_submenu h3 .current a:visited {
    text-decoration: none;
	color: rgb(182, 4, 143);
/*	border-bottom: 0px dotted rgb(0, 0, 0); */
}

#jr_submenu h3 .current a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
	border-bottom: 0px;
}

.current_menu_item a,
.current_menu_item a:link,
.current_menu_item a:active, 
.current_menu_item a:visited,
.current_page_item a,
.current_page_item a:link,
.current_page_item a:active, 
.current_page_item a:visited {
	text-decoration: none;
	color: rgb(83, 133, 207) !important;
/*	color: rgb(180, 180, 180) !important;
	border-bottom: 1px dotted rgb(0, 0, 0) !important; */
}

.current_page_item a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0) !important;
/*	border-bottom: 0px !important; */
}

.post_page h3 li.current a, 
.post_page h3 li.current a:active, 
.post_page h3 li.current a:visited {
    text-decoration: none;
	color: rgb(180, 180, 180);
	border-bottom: 0px;
}

.post_page h3 li.current a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
	border-bottom: 1px dotted rgb(0, 0, 0);
}

.wrap_page_holder h3 a, 
.wrap_page_holder h3 a:active, 
.wrap_page_holder h3 a:visited {
    text-decoration: none;
	color: rgb(0, 0, 0);
	border-bottom: 0px;
}

.wrap_page_holder h3 a:hover {
	text-decoration: none;
	color: rgb(180, 180, 180);
	border-bottom: 1px dotted rgb(0, 0, 0);
}

#content a:link, 
#content a:visited {
	color: rgb(0, 0, 0);
	text-decoration:none;
}

#content a:hover {
    color: rgb(180, 180, 180);
	text-decoration: none;
} 

#jr_submenu li.cat-item a:link,
#jr_submenu li.cat-item a:active,
#jr_submenu li.cat-item a:visited {
	color: rgb(180, 180, 180);
	text-decoration:none;

}

#jr_submenu li.cat-item a:hover {
	color: rgb(0, 0, 0);
	text-decoration:none;

}

#jr_submenu li.current-cat a:link,
#jr_submenu li.current-cat a:active,
#jr_submenu li.current-cat a:visited {
	color: rgb(0, 0, 0);
	text-decoration:none;

}

#jr_submenu li.current-cat a:hover,
li.current_menu_item a:hover {
	color: rgb(180, 180, 180);
	text-decoration:none;
}

.post_single a:link,
#navigation_single a:link,
#content_single a:link,

.post_single a:active,
#navigation_single a:active,
#content_single a:active,

.post_single a:visited,
#navigation_single a:visited {
	color: rgb(180, 180, 180);
	text-decoration:underline;
	}

.post_single a:hover,
#navigation_single a:hover {
	color: rgb(0, 0, 0);
	text-decoration:underline;
}

/* */

.navigation {
	padding-bottom: 50px;
}

.top {
	padding-bottom: 0px;
}

.nolink { 
	border-bottom: 1px dotted rgb(0, 0, 0); 
}

.nocat	{
	display: none;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
    float: left;
}

h3 {
	position:relative;
	/*height:16px;*/
	left: 0px;
	top: 0px;
	margin:0px;
	z-index:3;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}

#header {
    position: absolute;
	margin: 0;
	padding: 0;
	height: 65px;
	width: 1000px;
    z-index: 1;
}

#title.archive {
	min-height: auto;
}

.wrap_archive {
	min-height: calc(100% - 156px);
}

.archive {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	margin-left: 20px;
	min-height: calc(100vh - 250px);
	align-content: start; 
/*	align-content: center; */
}

.archive.list {
	display: flex;
	flex-direction: column; 
	flex-wrap: wrap;
	margin-left: 20px;
	min-height: auto;
}

.archive.sngl {
	display: flex;
	flex-direction: column; 
	flex-wrap: wrap;
	margin-left: 50px;
	min-height: auto;
}

.archive.sngl.mdl {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.archive.sngl.bot {
/*	display: inline-block;
	flex-wrap: nowrap;
	max-width: calc(100% - 100px); */
	width: calc(100% - 100px);
}

.archive.sngl.bot .article_posts {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.archive .entry.intro_jr a.image {
	display: flex;
	flex-direction: column-reverse;
}

.archive .post_endorse .entry.ped {
	width: 650px;	
}

.archive .entry a.image {
	display: flex;
	flex-direction: column-reverse;
}

.thumbs {
	display: flex;
	flex-wrap: wrap;	
}

.thumbs .entry {
	background-color: rgb(255, 255, 255);
	padding: 0px;
	margin: 5px; 
	width: calc(10% - 10px);
	position: relative;
}

.thumbs .entry a.image {
	display: flex;	
}

.thumbs .entry img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry.intro_jr,
.entry.intro_sw,
.entry.intro_csp,
.entry.intro_srwq,
.entry.intro_nu {
	background-color: rgb(255, 255, 255);
}

.entry {
	width: calc(20% - 20px);
	margin: 10px;
	padding: 0px;
	padding-bottom: 10px;
	position: relative; 
}

.entry.list {
	width: calc(100% - 30px);
}

.entry div.ttl {
/*	position: absolute; */
	align-self: center;
	padding: 10px;
	margin: 0px;
	left: 0%;
	bottom: 0%;
	width: calc(100% - 20px);
	transform: translate(-0%,-0%);
	font-size: 12px;
	line-height: 18px;
}

.entry div.ttl.tag-wht {
/*	color: rgb(255,255,255); */
}

div.ttl {
	z-index: 1;
}

.entry:hover + div.ttl /*,
div.ttl:hover*/ {
	z-index: 0;
	display: none;
}

.entry.intro_sw img,
.entry.intro_csp img,
.entry.intro_srwq img,
.entry.intro_nu img {
	display: block;
	width: 100% !important;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry img {
	display: block;
	width: 100% !important;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry.intro_jr img {
	display: block;
	width: 100% !important;
	height: auto;
	filter: grayscale(0) !important;
	filter: none !important;
	-moz-filter: "grayscale(0)" !important;
	-webkit-filter: grayscale(0) !important;
}

.entry.sml.hero img,
.entry.hero img {
	display: block;
	width: 100% !important;
	height: auto;
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	zoom:0;
}

.entry.hero img.zero.hero {
	display: block;
	width: 100% !important;
	height: auto;
	filter: alpha(opacity=100) !important; 
	-ms-filter: "alpha(opacity=100)" !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
	zoom:1 !important;
}

.entry.sml.current.hero img,
.entry.sml.hero img.zero.hero {
	display: block;
	width: 100% !important;
	height: auto;
	filter: alpha(opacity=100) !important; 
	-ms-filter: "alpha(opacity=100)" !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
	zoom:1 !important;
}

.ttl.zero {
	color: rgb(255,255,255) !important;
}

/* */

.entry img:hover {
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry_page {
	color: rgb(0, 0, 0);
}

.entry_page.thss_ttl {
	padding-left: 5px;
	/*max-width: 575px;*/
}

.entry_page.sup_ttl {
	padding-left: 5px;
	/*max-width: 575px;*/
}

.entry_page.sup,
.entry_page.sec_ttl {
	padding-left: 5px;
	padding-bottom: 10px;
	/*max-width: 575px;*/
}

.entry_page.abst {
	padding-left: 30px;
}

.entry_page.strct, 
.entry_page.mthd {
	padding-left: 55px;
/*	display: flex;
	flex-direction: row; */
}

.entry_page.strct div.wp-caption,
.entry_page.mthd div.wp-caption {
/*  float: left; */
}

.entry_page.strct .wp-caption,
.entry_page.mthd .wp-caption {
	width: calc(100% - 10px) !important;
	padding: 5px;
}

.entry_page.strct img,
.entry_page.mthd img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}

.entry_page.pub {
	padding-left: 55px;
}

.entry_page.biog {
	/*padding-top: 50px;*/
}


.entry_page p {
	/*width: 600px;*/
}

.entry_single {
	color: rgb(180, 180, 180);
	padding-bottom: 50px;
	top:1px
}

.entry p {
	text-align:left; 
	padding-left:0px;
/*	white-space: pre-line;
	padding-left: 0px;
	width: 600px;
	overflow-wrap: break-word;*/
}

.entry2 {
	color: rgb(180, 180, 180);
}

.post {
	left:0px;
	top:0px;
	margin: 0px;
	position:relative;
	width:375px;
}

.post_single {
	left:0px;
	top:0px;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.post_page {
	left:0px;
	top:0px;
	/*width: 395px;*/
	margin: 0px;
	/*position:relative;*/
	padding-bottom: 50px;
	padding-right: 45px;
	
}

.post2 {
	margin: 0px;
}	

.postmetadata {
	background-color:rgb(0, 0, 0);
	clear: left;
	margin-bottom:0px;
}

.postmetadata p {
	margin: 0px;
}

.fieldmetadata {
	clear: left;
}

.clear {
	clear: both;
}

.con_arch_spacer {
	top:99px;
}

#footer {
	color:rgb(180, 180, 180);
	height:16px;
	padding:10px 10px 10px 0px;
	position:relative;
	width:200px;
	z-index:2;
}

#footer_single {
	color:rgb(180, 180, 180);
	height:16px;
	margin-left:240px;
	padding:10px;
	padding-left: 15px;
	position:relative;
	width:320px;
	z-index:2;
}

#footer p {
	text-align: left;
}

footer {
	padding: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
}
	
/* End Structure */

/* */

.pgc-rev-lb-b-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.0)) !important;
}

/* */

/*** 

Hamburger Menu 

Adapted from https://codepen.io/plavookac/pen/qomrMw
Jelena Jovanovic (https://vanila.io)

***/

#openSidebarMenu, 
#sidebarMenu, 
.sidebarIconToggle {
	display: none;
}

/*** end ***/